Page 1 of 1

RSS feeds?

PostPosted: Tue Aug 01, 2006 5:35 pm
by Jay-Jay
Now that I am able to emulate my PSP 1.50 to a PSP 2.71, I see that I have the ability to download or stream some RSS feeds. Can anyone give a noob like me what RSS will do for me? As to listening to music and also watching some video clips? Just trying to catch up...

PostPosted: Tue Aug 01, 2006 5:38 pm
by Mailas
RSS feeds would stream it from the internet on you're psp. Its pretty awesome.

PostPosted: Tue Aug 01, 2006 6:34 pm
by Supashay91
ok, what exactaly is an RSS Feed?

PostPosted: Tue Aug 01, 2006 6:53 pm
by Mailas
Its an xml file that lets current users on the specified site to see updates of the RSS on the site by using something called an aggregator.
In short, it just lets the public track updates on a site using an xml file.
PSPBREW even uses one:
Image
ITs actually for both xboxbrew and pspbrew since its on the brewology domain.
It makes it so you can see updates of current news on the frontpage like so:

<rss version="2.0">

<channel>
<title>PSPBrew</title>
<description>your source for everything PSP</description>
<link>http://www.pspbrew.com</link>
<lastBuildDate>Sat, 15 Jul 2006 11:33:34 +0100</lastBuildDate>
<generator>Brewology.com</generator>

<image>
<url>http://www.pspbrew.com/images/logo.gif</url>
<title>pspbrew</title>
<link>http://www.pspbrew.com</link>
<description>Feed Provided by PSPBrew.com - Come visit us!</description>
</image>

<item>
<title>Custom Firmware - The Proof of Concept</title>

<link>
http://www.pspbrew.com/index.php?page=a ... p&code=172
</link>

<description>
<p><span class="text">Looks like we once again have another HUGE development on the PSP Scene, it sure is making for one hell of a July! <a id="tag" href="http://pspupdates.qj.net/tags/dark-alex/5028">Dark_AleX</a>, the amazing PSP Dev/Hacker and author of such programs as the PRX Decrypter, DAX zISO Loader, and of course the Downdaters has done it yet again. Today hes given us the very first custom firmware on the PSP. Though he considers it only a Proof-of-Concept, I personally think it still has very practical applications. Below is the information from the readme:<br /><br /><strong>Custom Firmware - The proof of concept by Dark_AleX</strong><br /><br />There has been lately some discussion about if custom firmware in the psp are posible<br />(note: custom in the sense of writing our own executable code in the system, and not only data <br />like fonts, videos,...)<br /><br />Even a lot of developers doubt that this is possible due to the protections in the psp.<br />Well, i'm here with this simple proof of concept to show the contrary :P<br /><br /><strong>Instructions:</strong><br />(Note: this thing only works for 1.50)<br /><br />- Copy the PSP folder to the root of your memstick.<br />- Execute the program &quot;Custom Firmware - The proof of concept&quot;<br /> It will write to the flash some executable files.<br /><br />Now you are done.<br /><br />This program has ben tested on my psp. However, as all programs that write to the flash, there is <br />always some risk of bricking the psp. Use it at your own risk.<br />IMPORTANT (to avoid confussion): the program includes a file called vshmain.prx. This file is<br />NOT of Sony, it comes from me, the source of everything is released.<br /><strong><br />The features of this custom firmware - proof of concept are:</strong><br /><br />- Execution of normal pbp's (1.00 ones, no-kxploited)<br />- Posibility of hiding corrupt icons. (note: by default it's not enabled, look at the file <br />/PSP/SYSTEM/config.txt to see how to enable it)<br />- Posibility of skipping the SCE logo at the startup. (and in this way avoid the annoying auto-execution<br />of the UMD). Like the previous one, this is not enabled by default.<br />- &quot;Recovery mode:&quot;. If you keep R pressed while starting the psp, it will enter in &quot;Recovery mode&quot;.<br />Recovery mode is not more than a simple application that will let you to use the usb, and execute a <br />program under ms0:/PSP/GAME/UPDATE/EBOOT.PBP, that could be, for example, a sony updater or the<br />1.50 -&gt; 1.00 downdater.<br /><br />This would allow to recover potential bricks caused by the writing of bad fonts/videos/sounds... to <br />the flash.<br />(Note that this wouldn't allow to recover critical things like the overwriting of critical prx's)<br /><br />- Autoexecution of a program at the startup. See the configuration file at /PSP/SYSTEM/config.txt<br /> to see how to use it.</span></p>
</description>
<author>Terdinglage</author>
<pubDate>Sat, 15 Jul 2006 18:33:31 +0100</pubDate>
</item>

Thats an rss update from terdinglage's post on the Custom Firmware.