Search found 9 matches

by Zmathuee
Sun Feb 08, 2009 3:07 am
Forum: PSP Development
Topic: [Solved] XPD file exsitension
Replies: 7
Views: 4111

In firefox download a plugin called user agent switcher, change you user agent to

Code: Select all

Mozilla/4.0 (PSP (PlayStation Portable); 2.00)
then goto http://gomessenger.bt.com/gmp/clientdow ... ownload.do
by Zmathuee
Sat Jan 17, 2009 3:48 am
Forum: PSP Development
Topic: PSP Boot sequence
Replies: 28
Views: 11327

by Zmathuee
Thu Jan 15, 2009 8:54 am
Forum: PSP Development
Topic: PSP Boot sequence
Replies: 28
Views: 11327

I believe the ipl loads reboot.bin, that loads the files in the pspbt___.bin based on what mode the kernel is in.
by Zmathuee
Thu Dec 18, 2008 11:37 am
Forum: PSP Lua Player Development
Topic: Help
Replies: 2
Views: 3124

All you need is a text editor like wordpad to get codding.
Getting Started: http://wiki.ps2dev.org/psp:lua_player:tutorial

See Luaplayer.org and evilmana.com for help.
by Zmathuee
Wed Oct 29, 2008 11:48 pm
Forum: PS3 Development
Topic: Does FW2.50 block BD-J homebrew?
Replies: 10
Views: 7749

What does AVCHD have to do with BD-J? I doubt Sony have (or plan) to do anything to stop the AVCHD video codec from working (including working from a USB camcorder). They do seem to be stopping BD-J apps from running via USB mass storage devices though. Avchd and bd-j are almost the same thing, one...
by Zmathuee
Wed Oct 22, 2008 7:06 am
Forum: PS3 Development
Topic: Does FW2.50 block BD-J homebrew?
Replies: 10
Views: 7749

I dont think Sony is dropping AVCHD at all, what they HAVE done is stopped all BD-J code from running except code coming from a legit authenticated Blu-Ray disk. Well many of the avchd camcorders connect to the ps3 through usb... By them blocking (Which I don't think they will) usb avchd ruins the ...
by Zmathuee
Mon Oct 20, 2008 6:16 am
Forum: PS3 Development
Topic: Does FW2.50 block BD-J homebrew?
Replies: 10
Views: 7749

Yes, no more BD-J running from USB media. Your conclusion is correct. Current Sony bosses are silly. They are secretly panicking, seeing PS3 as the third competitor on market. Their solution is to promote PS3 as a game console only. It's then logical (for them) to shut down anything that may make t...
by Zmathuee
Thu Jul 24, 2008 1:40 am
Forum: PSP Development
Topic: flash R/W speed differences with different FW?
Replies: 1
Views: 1009

You can try dark alex's "Patch to Load 3.71 fatmsmod on 3.80/3.90 M33" http://exophase.com/files/psp/fatmspatchv2.rar
by Zmathuee
Wed Jun 25, 2008 9:08 am
Forum: PSP Development
Topic: Converting Booster's SDK IPL to TimeMachine format
Replies: 2
Views: 1308

Doesn't the TimeMachine 0.1 eboot have an option to convert IPLs to the TM format? All that option does is cut off the first 1000 bytes, this includes, the block used for exploit and the iplboot.bin in his source. This is not needed as the expoit was already started by time machine and the timemach...