Quote:
Originally Posted by Sanxel
embryo, thanks!! I'll try that. Couple more questions:
1. What tool did you use for creating the images of microSD?
|
I couldn't make "Image writer" to work on WinXP SP2, so I used
RMPrepUSB.
Quote:
2. Don't you know how to write a script for rebooting the system?
|
Normal Reboot
Code:
#!/system/bin/sh
reboot
Hot Reboot
Code:
#!/system/bin/sh
su -c 'pkill -TERM -f system_server'