October 13th, 2012, 04:37 PM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Oct 2012
Posts: 3
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
101 XS root
Hello,
As expected the 101 XS is quite easy to root. Please note that this method of exploitation has been around for some time.
Go to some ADB shell:
---*---
rm /data/misc/smb/fusesmb.conf
ln -s /data/local.prop /data/misc/smb/fusesmb.conf
---*---
Then reboot the device.
ADB shell again:
---*---
echo "ro.kernel.qemu=1" > /data/local.prop
---*---
After another reboot ADB shell will drop You right into a #root shell.
Don t forget to clean up (rm /data/local.prop; rm /data/misc/smb/fusesmb.conf) afterwards !
nice day,
meimei
--
|
|
|
Last edited by meimeimei; October 14th, 2012 at 04:55 AM.
|
|