Search found 11 matches
- Sun May 08, 2005 3:40 am
- Forum: PSP Development
- Topic: anyone try this yet? (pull files off UMD)
- Replies: 4
- Views: 5287
anyone try this yet? (pull files off UMD)
so i'm looking at this url that the psp checks to see if it needs to update itself.. http://fj01.psp.update.playstation.org/update/jp/psp-updatelist.txt which contains # JP Dest=00;ImageVersion=00000178;CDN=http://dj01.psp.update.playstation.org/update/jp/2005_0324_e32eb27980ba8b291eb803e339...
- Sat May 07, 2005 11:05 pm
- Forum: PSP Development
- Topic: pinout for the Memory Stick
- Replies: 3
- Views: 3438
- Sat May 07, 2005 10:24 pm
- Forum: PSP Development
- Topic: pinout for the Memory Stick
- Replies: 3
- Views: 3438
alright... i have a question... i'm seeing a couple products here... http://store.yahoo.com/insidecomputer/cf5in1adform.html and http://www.memorycity.com/shop/prod_show2.php?art_no=TS0MMS2CF here designed to convert MS to Compact Flash... hell the first one is designed to convert several cards into...
- Sat May 07, 2005 10:04 pm
- Forum: PSP Development
- Topic: pinout for the Memory Stick
- Replies: 3
- Views: 3438
pinout for the Memory Stick
anyone know it? i'm looking for the pinout for the MS, and then for other forms of flash memory.. SD in particular
nevermind.. just found it..
http://pinouts.ru/data/memorysrick_pinout.shtml
and yep... http://pinouts.ru/data/sdcard_pinout.shtml
nevermind.. just found it..
http://pinouts.ru/data/memorysrick_pinout.shtml
and yep... http://pinouts.ru/data/sdcard_pinout.shtml
- Sat May 07, 2005 8:34 pm
- Forum: PSP Development
- Topic: Use psp to view .txt and .gifs (new take on psp web browsing
- Replies: 10
- Views: 6998
would that be....pedroleite wrote: Anyone has a page that tests common javacript object DOM ?
http://forums.ps2dev.org/viewtopic.php?t=1223&start=60
here?
- Sat May 07, 2005 8:07 pm
- Forum: PSP Development
- Topic: Use psp to view .txt and .gifs (new take on psp web browsing
- Replies: 10
- Views: 6998
To anyone who cares... PHP, ASP, ASPx (.NET), CFM, .CGI and all server-side technologies require a server! Also.. the 127.0.0.1 DNS pointer requires a webserver at that end... there is none on the PSP (yet!) You can only place static html, with javacript. Admins, thread lock? You get my vote :) - s...
- Sat May 07, 2005 7:47 pm
- Forum: PSP Development
- Topic: Use psp to view .txt and .gifs (new take on psp web browsing
- Replies: 10
- Views: 6998
anyone feel like testing this for me
http://photos.pyro42.com/albums/userpic ... llery1.rar
inside is a php file and a bunch of images... i can't test it right now... wireless at work is WEP'd and i don't have the key
http://photos.pyro42.com/albums/userpic ... llery1.rar
inside is a php file and a bunch of images... i can't test it right now... wireless at work is WEP'd and i don't have the key
- Sat May 07, 2005 6:43 pm
- Forum: PSP Development
- Topic: Use psp to view .txt and .gifs (new take on psp web browsing
- Replies: 10
- Views: 6998
MomDad, it does work. But I just found out that there is no support for anything other than english and japanese in the browser. Here I was hoping to save space on the memory card. Sigh, back to converting cyrilic text to pictures. if you want to save space, you might try creating gif files instead...
- Sat May 07, 2005 6:41 pm
- Forum: PSP Development
- Topic: Use psp to view .txt and .gifs (new take on psp web browsing
- Replies: 10
- Views: 6998
anyone know of a dynamic way to put directory listings into an html page.. maybe php? it'd have to be fairly simple as there is no sql backend obviously... but if you could drop an index.php in each directory of your memory stick and have that dynamicly display file:// links to the files on your sti...
- Sat May 07, 2005 4:38 am
- Forum: PSP Development
- Topic: Use psp to view .txt and .gifs (new take on psp web browsing
- Replies: 10
- Views: 6998
Use psp to view .txt and .gifs (new take on psp web browsing
alright so who wants to carry around a memory stick of jpeg files to try and read a book? not me.. so i set up a webpage with <html> <head> <meta http-equiv="refresh" content="0;url=file://fatms0:/html/index.html"> </head> <body> </body> </html> on it, then create...
- Sat May 07, 2005 1:27 am
- Forum: PSP Development
- Topic: UMD file system access
- Replies: 30
- Views: 39930
forgive my ignorance... i know just enough to be annoying... but would there be a way to copy say.. file://disc0:/PSP_GAME/ICON0.PNG to file://fatms0:/PSP/PHOTO/ICON0.PNG using maybe javascript or something? i'm not familiar with javascript myself, and only know enough html to get by, but i hardly d...