View Single Post
Old 01-21-2011, 03:35 AM   #150
laure_f_o
Junior Member
laure_f_o began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Dec 2010
Device: SNE-60
Quote:
Originally Posted by bohwaz View Post
Some progress on the french side: we enabled the telnet daemon using this custom firmware: http://ps3linux.fr/E60/patched+x/

Just create a customrun.sh file at the root of the device and copy this to the file:

Code:
#!/bin/sh
mount devpts /dev/pts -t devpts 
telnetd -l /bin/sh
It will be renamed and executed on the next device reboot (to avoid any bricking script, it is renamed). Then you'll just have to telnet to the device, you'll get full root access to the device.

Someone also reported success at executing compiled code using Samsungs' toolchain. Very promising indeed!
Hello,

I think that it would be useful to put & in the script we do to avoid a hang of the system in case of error.
#!/bin/sh
mount devpts /dev/pts -t devpts
telnetd -l /bin/sh &
laure_f_o is offline   Reply With Quote