Help the PSP 3D community grow! Vote for us below:


| | Homebrew/Hacking - Discuss the latest available homebrew applications and games. |
Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!
You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.
Registration is fast, simple, and absolutely free so join our community today!
| 
01-02-2007, 06:40 PM
| | Senior Member
My Mood: | | Join Date: Oct 2006 Location: Here.
Posts: 356
Points: 15.35 Donate | | | Help us do a quick hack! PEOPLE!
We need a quick hack, and we need it now...
Anyone who has ever used the PSP browser knows that the firmware has limited resources: Ever got a "Not enough memory" message?
This is a fairly easy fix (For the right person):
Could someone give us a hack to redirect the output of the browser to a folder on the memory stick rather than into FLASH1? This essentially fixes the PSP browser 80% of the time.
Also, I would LOVE the equivalent of Adblock. Just throwing that out there.
Anyone know how to do this/a homebrew that already does this?
ALL OF PSP3D WOULD LOVE YOU, if you could manage this! | 
01-02-2007, 07:02 PM
| | Senior Member
My Mood: | | Join Date: Nov 2005 Location: cedar grove, NJ, USA Age: 19
Posts: 895
Points: 49.47 Donate | | Quote:
Originally Posted by theaceoffire PEOPLE!
We need a quick hack, and we need it now...
Anyone who has ever used the PSP browser knows that the firmware has limited resources: Ever got a "Not enough memory" message?
This is a fairly easy fix (For the right person):
Could someone give us a hack to redirect the output of the browser to a folder on the memory stick rather than into FLASH1? This essentially fixes the PSP browser 80% of the time.
Also, I would LOVE the equivalent of Adblock. Just throwing that out there.
Anyone know how to do this/a homebrew that already does this?
ALL OF PSP3D WOULD LOVE YOU, if you could manage this! |
i think changing the output of the browser to the memstick would be easy, but idk. and theres no homebrew to block ads, and i think it'd be difficult to make.
__________________ Myspace
3.03 OE-C
2 x 1GB Mem Stick
Wii Owner
Xbox 360 Owner
DS Owner
PS2 Owner | 
01-02-2007, 08:22 PM
| | Senior Member
My Mood: | | Join Date: Oct 2006 Location: Here.
Posts: 356
Points: 15.35 Donate | | | Would it really be that hard?
Simply tell the browser to not bother loading files that match a list or a pattern.
Sure it would increase loading times, but not nearly as long as loading the ad's themselves! | 
01-02-2007, 08:51 PM
| | Camouflage Condoms: They won't see you coming
My Mood: | | Join Date: Nov 2005 Location: Surrey, UK Age: 22
Posts: 1,310
Points: 210.76 Donate | | You've got muddled up. the 'Out of memory' error means there's not enough RAM, not flash memory. Redirecting the Flash1 writing would only allow us to use the memory stick as a cache. Don't forget though, that the browser has a 2mb cache limit anyway, so the entire thing would be pointless.
And yes, it would be nearly impossible. It would mean coding a PRX that intercepts the advertisment and hides it. This would actually take up quite a bit of memory, because there would have to be a database from which the blacklist is loaded; loading them on-the-fly would be pointless as it would mean comparing each animation or flash image that os loaded being compared to the blacklist every time it loads. The only other alternative is to store the list in the memory, which would completely contradict the idea of the hack (to get rid of the errors).
There's also the problem of when to block the image (before or after the download, before being nearly impossible), and then what to do instead of displaying the image. Anyway, ad blockers are bad! Do you have any idea how much money webmasters lose if you use them? For instance, Robert A's takings are reduced by about 14% thanks to ad blocking software, and none of the ads he displays on his sites are nuisances. They're all very relative and useful ones. Do us all a favor, turn it off!  | 
01-02-2007, 09:01 PM
| | Don't be a fool, wrap your tool!
My Mood: | | Join Date: Nov 2005 Location: VA, USA
Posts: 1,595
Points: 63,533.78 Donate | | Quote:
Originally Posted by pj1115 You've got muddled up. the 'Out of memory' error means there's not enough RAM, not flash memory. Redirecting the Flash1 writing would only allow us to use the memory stick as a cache. Don't forget though, that the browser has a 2mb cache limit anyway, so the entire thing would be pointless.
And yes, it would be nearly impossible. It would mean coding a PRX that intercepts the advertisment and hides it. This would actually take up quite a bit of memory, because there would have to be a database from which the blacklist is loaded; loading them on-the-fly would be pointless as it would mean comparing each animation or flash image that os loaded being compared to the blacklist every time it loads. The only other alternative is to store the list in the memory, which would completely contradict the idea of the hack (to get rid of the errors).
There's also the problem of when to block the image (before or after the download, before being nearly impossible), and then what to do instead of displaying the image. Anyway, ad blockers are bad! Do you have any idea how much money webmasters lose if you use them? For instance, Robert A's takings are reduced by about 14% thanks to ad blocking software, and none of the ads he displays on his sites are nuisances. They're all very relative and useful ones. Do us all a favor, turn it off!  | Correct, the out of memory issue is due to the PSP's low DRAM, used for on-the-fly loading and storing of cache files and other misc. temporary Internet files (cookies, images, etc). Though I'm sure there is a way to modify it to save and load the files on memory stick, it would take a hell of a lot of coding for it to work side by side with the standard IE, and also, would slow down browsing a load as the transfer times between the CPU and storage would greatly increase (the DRAM is really fast). Also, as PJ said, you would need a database of all the ad servers online, which would either take a lot of space on the memory card, or would require constant streaming with a ad blocker server.
On PJ's last note, honestly, I don't mind if you use ad blockers, it's not that big of a deal but I try my best to make everyone's viewing experience as pleasurable as possible. The only time of the year that ads are crap is right now, the beginning of the new year. Slowly but surely the quality will rise once more. | 
01-03-2007, 05:31 AM
| | Camouflage Condoms: They won't see you coming
My Mood: | | Join Date: Nov 2005 Location: Surrey, UK Age: 22
Posts: 1,310
Points: 210.76 Donate | | Quote:
Originally Posted by Robert A. Correct, the out of memory issue is due to the PSP's low DRAM, used for on-the-fly loading and storing of cache files and other misc. temporary Internet files (cookies, images, etc). Though I'm sure there is a way to modify it to save and load the files on memory stick, it would take a hell of a lot of coding for it to work side by side with the standard IE, and also, would slow down browsing a load as the transfer times between the CPU and storage would greatly increase (the DRAM is really fast). Also, as PJ said, you would need a database of all the ad servers online, which would either take a lot of space on the memory card, or would require constant streaming with a ad blocker server.
On PJ's last note, honestly, I don't mind if you use ad blockers, it's not that big of a deal but I try my best to make everyone's viewing experience as pleasurable as possible. The only time of the year that ads are crap is right now, the beginning of the new year. Slowly but surely the quality will rise once more. | Heh, sorry. It's just you seemed rather stromg-minded in your blog; I guess I got the wrong idea! | 
01-03-2007, 08:39 AM
| | Designer
My Mood: | | Join Date: Jan 2006 Location: Oslo, Norway Age: 17
Posts: 2,337
Points: 21.09 Donate | | Quote:
Originally Posted by pj1115 Heh, sorry. It's just you seemed rather stromg-minded in your blog; I guess I got the wrong idea! | does he have a blog?
where? | 
01-03-2007, 09:00 AM
| | Senior Member
My Mood: | | Join Date: Oct 2006 Location: Here.
Posts: 356
Points: 15.35 Donate | | | *Sigh* too bad... I was hoping this would be a quick fix.
Any way to make it load images and such alone in a different area?
They are the bulk of the data I think...
>.< sigh, oh well. Maybe sony will do something themselves... I wouldn't mind slow internet as long as it was INTERNET, you know? ah well. | 
01-03-2007, 09:46 AM
| | Designer
My Mood: | | Join Date: Jan 2006 Location: Oslo, Norway Age: 17
Posts: 2,337
Points: 21.09 Donate | | | an easy way to make browsing go faster is:
For faster, but not very fast: turn off animations
for much faster but still slow: turn off animations, and javascript
for a really fast web browser: turn off animations, images, javascript and flash.
you wont need any of the features any often. | 
01-03-2007, 11:17 AM
| | Moderator / Pastafarian
My Mood: | | Join Date: Jan 2006 Location: sda1:/sys/kernel
Posts: 2,396
Points: 325.19 Donate | | | I normally turn them all off when browsing the web on my PSP, if not all then just flash and animations. | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off Points Per Thread View: 0.00 Points Per Thread: 1.00 Points Per Reply: 0.10 | | | | |