in your init.rc
1. your system is compiled as user-tag.
to change the security flag , you can modify your ramdisk/default.prop
ro.security to 0 , you will have the authority as root,
this is the shortest way to hack compared to compile the system as eng-tag.
2. your console(ttyUSB or ttySx) is configured as shell . this is set
from your init.rc file. (grep "console" in your init.rc :? )
3. if you use adb shell , please use adb remount first.
good luck~
[After:]
service console /system/bin/sh
console
disable
#user....
Reboot -> then you can be root now, the command prompt will be "#"
instead of "$"
On 15 Tháng Mười Một, 14:23, "colex.john" <colex.j...@gmail.com>
wrote: