View Single Post
Old 01-21-2011, 05:23 AM   #152
Deeheff
Junior Member
Deeheff began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2011
Device: Samsung E60
Thanks a lot for all the wonderful work you're doing for this device guys!

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!
So if i understand the procedure I have to replace the firmware but I also have to create a file named customrun.sh at the root directory?
How do I create this file under windows? Just creating a text file and rename it will be good?
Thanks a lot again
Deeheff is offline   Reply With Quote