You are not logged in.
so just games would be a result of java...no emulators...or anythig really cool using ps3's bluetooth,wifi,or anythin of that sort...

Offline
there is a new patch out,and it doesnt patch this....but i've read around about this patch and no one seems 2 find what its for...so im not updatin because this seems a little fishy O_o
maybe exploit found by sony?well..its not a mandatory update so i dont think so..and why is sony releasing so many updates THIS IS RIDICULOUS!!

Offline
Its mandatory if you want to play online though.
Offline
Yeah thats why it sucks... I hate having to update to play online. Good trick by Sony though. Thing is, they aren't patching anything because they're sure nothings coming out of the 'exploits', or they're patching it, but still letting allows loading, therefore we think they haven't patched it when in fact they have.
It goes like this:
- Small exploit found, like the Java thing. (Not exactly an exploit, but there might have been something which Sony missed)
- Exploit news spreads across internet
- Sony finds out and double checks for any exploits
- Sony patches anything found, but allows loading of 'exploit'
- Tester updates and claims that exploit still unpatched (since it loads)
- Everyone else updates because they fall in the trap as well
- Sony smiles
Offline
Sony could have fully patched and not allow the BDJ brew and everyone would still update just for the online play.
Step in the right direction by Sony jut allowing that. Now if they would allow Lua (and not just through otheros) not many people would be as worried about a full hack of the system.

Offline
Most of the crappy 1/2 assed games are done in Lua on the PSP.
Offline
Lua on psp isn't a strong script and has almost 0 3d rendering but easy and can kill a few minutes when you are board. As for 2d games it can be as good as any other scripting language if someone is willing to put the time into it. Lack of willingness to do a good game is the reason for so many crappy 1/2 assed games. The strong point of Lua is the ability fr the user to change code and images as they see fit. Everyone on a hack site should support Lua as the main drive for hacking anything is making it more user friendly and having what you want.

Offline
heres some java games
http://www.consolespot.net/807-Homebrew … r-PS3.html
try that one out
Offline
but who really plays em...i want sum apps

Offline
jio110890 wrote:
so just games would be a result of java...no emulators...or anythig really cool using ps3's bluetooth,wifi,or anythin of that sort...
With firmware 2.41+
* Download the BD-J game (Blaster Bunny).
* Unzip the file
* Copy the contents to the root of a USB/Flash drive
* Go to the device in the video menu and launch “AVCHD”
* Go to BONUS and click GAME to launch Blaster Bunny
http://www.ps3-hacks.com/file/54
You guys REALLY need to check the home page every once in a while, this was covered on July 18, 2008
http://www.ps3-hacks.com/2008/07/18/ps3 … d-via-xmb/
Offline
Powerslave wrote:
jio110890 wrote:
so just games would be a result of java...no emulators...or anythig really cool using ps3's bluetooth,wifi,or anythin of that sort...
With firmware 2.41+
* Download the BD-J game (Blaster Bunny).
* Unzip the file
* Copy the contents to the root of a USB/Flash drive
* Go to the device in the video menu and launch “AVCHD”
* Go to BONUS and click GAME to launch Blaster Bunny
http://www.ps3-hacks.com/file/54
You guys REALLY need to check the home page every once in a while, this was covered on July 18, 2008
http://www.ps3-hacks.com/2008/07/18/ps3 … d-via-xmb/
...lol ty,i already know how to launch a java game...but those are just games...nothing else..is what i was sayin..ur confuzing me man..

Offline
Yea, just as a question...if java games are supported, wouldn't java applications run? Someone should make one if they have spare time. (I would if I knew Java, but sadly I only know HTML and PHP)
Offline
i no html...css...and....i no sum1 who noes c++ if that counts

Offline
Foreward->What BD-J can do:
-Simple DOM type high level socket stuff
-Get basic info on VM
-NO* file I/O outside some generic loaders
-Keyboard, Mouse, and Joystick I/O
-Blitting and buffering
-GUI
It's basically a stripped down embedded VM. I learned the entire instruction set in a few hours. The only thing I found interesting was a VM info function. It doesn't have any potential for malware, unless you consider something that consumes memory and throws a friendly PS3 error malware.
Not sure how you'd load binaries to emulate or whatever with no file I/O. I must of missed something.
EDIT: I think the PS3 BD-J has about the same privileges signed or unsigned. The local storage thing with BD-J seems to be the only file system you can use, but the only loader interfaces appear to be for media.
Last edited by 0m1kr0n (2008-12-13 06:02:54)
Offline