Root for Asia 1.88 - Plz help - AT&T, Rogers HTC One X, Telstra One XL

Hi All,
I've tried all the root methods i can find and i still cannot root Asia 1.88 ROM. Can anyone please help me?
I keep getting permission denied when running the push steps.
eg
ECHO PUSH FILES
@adb push busybox /data/local/busybox
@adb push su /data/local/su
@adb push Superuser.apk /data/local/Superuser.apk

zeu569 said:
Hi All,
I've tried all the root methods i can find and i still cannot root Asia 1.88 ROM. Can anyone please help me?
I keep getting permission denied when running the push steps.
eg
ECHO PUSH FILES
@adb push busybox /data/local/busybox
@adb push su /data/local/su
@adb push Superuser.apk /data/local/Superuser.apk
Click to expand...
Click to collapse
for asian ruu
you can
1. unlock bootloader
2. flash custom recovery
3. (optional) change to supercid
4. use custom recovery to flash the cwm-supersu.zip from
http://forum.xda-developers.com/showthread.php?t=1538053

tnx. I ended up finding the root for the Roger's version of the One XL. That worked on my phone.

Hello i cant seem to root my.asian one xl under firmware 1.88 anyonr out there to help pls?
Sent from my HTC One XL using XDA Premium App

sstimo said:
Hello i cant seem to root my.asian one xl under firmware 1.88 anyonr out there to help pls?
Sent from my HTC One XL using XDA Premium App
Click to expand...
Click to collapse
I used this method as im also on 1.88 and it worked - I've tried all others and only this one worked.
http://forum.xda-developers.com/showthread.php?t=1633071

zeu569 said:
I used this method as im also on 1.88 and it worked - I've tried all others and only this one worked.
http://forum.xda-developers.com/showthread.php?t=1633071
Click to expand...
Click to collapse
thanks for sharing this, mate. i hav almost given up trying

hi guys, how about unlocking bootloader? can you refer me to the instructions that works? I wish to try out some customs roms.

liaobp1983 said:
hi guys, how about unlocking bootloader? can you refer me to the instructions that works? I wish to try out some customs roms.
Click to expand...
Click to collapse
hi how about reading the stickies in the development section? htcdev.com would also be a start and see if you can follow instructions.

Related

Rooting the RUU 2.1 Sprint Leak

I am interesting in finding out how to root the RUU 2.1 Sprint Leak, I tried to root my 1.5 to install damagecontrol 2.06, but I had the newest patch and flashrek and other methods wouldn't root it.
Any Suggestions or Links to help me figure out how to load damagecontrol 2.06 rom and root the RUU 2.1 Sprint Leak.
Thanks so much
amdme127
I guess you missed the sticky at the top.
http://wiki.xda-developers.com/index.php?pagename=CDMA Hero Guides
Thanks so much I appreciate it
amdme127 said:
I am interesting in finding out how to root the RUU 2.1 Sprint Leak, I tried to root my 1.5 to install damagecontrol 2.06, but I had the newest patch and flashrek and other methods wouldn't root it.
Any Suggestions or Links to help me figure out how to load damagecontrol 2.06 rom and root the RUU 2.1 Sprint Leak.
Thanks so much
amdme127
Click to expand...
Click to collapse
Well, the leaked RUU comes with root. Are you trying to root your stock hero on 1.5 to be able to flash things?
regaw_leinad said:
Well, the leaked RUU comes with root. Are you trying to root your stock hero on 1.5 to be able to flash things?
Click to expand...
Click to collapse
Silly question prolly, but if it comes with root, why cant I get into recovery, by pushing home and power?
Roman G said:
Silly question prolly, but if it comes with root, why cant I get into recovery, by pushing home and power?
Click to expand...
Click to collapse
becuase when you used the ruu, it overwrote the custom recovery image with the stock test 2.1 recovery image.
You'll have to load the flash_image file on the phone and chmod it. Then flash the custom recovery again. I think I saw a guide somewhere in here.
Roman G said:
Silly question prolly, but if it comes with root, why cant I get into recovery, by pushing home and power?
Click to expand...
Click to collapse
If you run the .exe it rewrites the recovery.
Roman G said:
Silly question prolly, but if it comes with root, why cant I get into recovery, by pushing home and power?
Click to expand...
Click to collapse
Already answered
So is it true that you can gain root access through ADB!
danknee said:
If you run the .exe it rewrites the recovery.
Click to expand...
Click to collapse
not only the recovery, but the radio, bootloader, well, everything.
It's quite the long process to go back, don't know if anyone has tried it yet. Don't know if some of the things can go back a version.
Roman G said:
So is it true that you can gain root access through ADB!
Click to expand...
Click to collapse
Yeah, but, you don't have busybox installed, so you can't do really anything in adb shell.
regaw_leinad said:
not only the recovery, but the radio, bootloader, well, everything.
It's quite the long process to go back, don't know if anyone has tried it yet. Don't know if some of the things can go back a version.
Click to expand...
Click to collapse
I did it for the 2.10 radio and went back to flipz after.
Manually push flash_image to /system/bin >> You have to give flash_image permissions with adb
Code:
adb shell chmod 0755 /system/bin/flash_image
>> Root and reflash recovery (use this guide, except substitute 1.6.2 instead of 1.5.2 recovery (or use whatever recovery you want)>> Then reboot into recovery and nandroid back to your original build. You can even nandroid back to Fresh 2.0d and you will retain your new PRI.
If you have never made a backup, then download whatever ROM you want to try and use flash from .zip in recovery to flash the new ROM.
I included flash_image if you need it to push. This is not a .zip file, but I had to add .zip to attach it here. Rename it without the .zip or push it by typing
Code:
adb push flash_image.zip /system/bin/flash_image
danknee said:
I did it for the 2.10 radio and went back to flipz after.
Manually push flash_image to /system/bin >> You have to give flash_image permissions with adb
Code:
adb shell chmod 0755 /system/bin/flash_image
>> Root and reflash recovery (use this guide, except substitute 1.6.2 instead of 1.5.2 recovery (or use whatever recovery you want)>> Then reboot into recovery and nandroid back to your original build. You can even nandroid back to Fresh 2.0d and you will retain your new PRI.
If you have never made a backup, then download whatever ROM you want to try and use flash from .zip in recovery to flash the new ROM.
I included flash_image if you need it to push. This is not a .zip file, but I had to add .zip to attach it here. Rename it without the .zip or push it by typing
Code:
adb push flash_image.zip /system/bin/flash_image
Click to expand...
Click to collapse
oh yeah, i've seen that post all over like 3 times already. whoops. well has anyone else tried it?
regaw_leinad said:
oh yeah, i've seen that post all over like 3 times already. whoops. well has anyone else tried it?
Click to expand...
Click to collapse
SMW did, plus he posted a link on how to RUU back to 1.56 after doing it as well....without the RUU...lol.
The bootloader is modified, so you can't just RUU the old fashioned way.
smw6180 said:
If it doesn't work, try this post: http://forum.xda-developers.com/showpost.php?p=6013606
It's basically going to stock without using the RUU.
Click to expand...
Click to collapse
danknee said:
SMW did, plus he posted a link on how to RUU back to 1.56 after doing it as well.
Click to expand...
Click to collapse
cool thanks
http://forum.xda-developers.com/showthread.php?p=6142928#post6142928
I wrote up a tutorial on how to root any 1.5 based Hero using the Sprint 2.1 leaked test RUU. This might help.
Any ideas:
I have gone and tried a few tutorials on this site for putting on Amon's image and I always get a denied for the flash_image command when running in adb shell.
This is where I keep getting stopped at in all these tutorials.
Thanks for the help
amdme127 said:
Any ideas:
I have gone and tried a few tutorials on this site for putting on Amon's image and I always get a denied for the flash_image command when running in adb shell.
This is where I keep getting stopped at in all these tutorials.
Thanks for the help
Click to expand...
Click to collapse
he posted how to fix that right above you...
http://forum.xda-developers.com/showpost.php?p=6151388&postcount=12
Thanks so much, I missed that post, so thanks for pointing it out to me.
Putting DamageControl 2.06 rom right now, thanks so much for the help again
amdme127 said:
Thanks so much, I missed that post, so thanks for pointing it out to me.
Putting DamageControl 2.06 rom right now, thanks so much for the help again
Click to expand...
Click to collapse
No problem

Unroot question

I'm running 4.1.1 on my I9020A rooted. Stock Rom and Kernel. I searched the forums and the web, and every article I find gives instructions on going back to 2.3.X, THEN removing root. I don't want to go back, in fact I only want to un-root shortly, then go back to a rooted phone.
So my question is, Can I go through the locking steps of un-rooting, but leave the current ROM (4.1.1) installed?
Christopher_M said:
I'm running 4.1.1 on my I9020A rooted. Stock Rom and Kernel. I searched the forums and the web, and every article I find gives instructions on going back to 2.3.X, THEN removing root. I don't want to go back, in fact I only want to un-root shortly, then go back to a rooted phone.
So my question is, Can I go through the locking steps of un-rooting, but leave the current ROM (4.1.1) installed?
Click to expand...
Click to collapse
Delete, IN THIS ORDER:
/system/Superuser.apk
/system/xbin/su
/system/bin/su
Reboot your phone.
Root gone. If you want to root again, go to Androidsu.com, download the appropriate zip file, flash it, and you have root again.
oldblue910 said:
Delete, IN THIS ORDER:
/system/Superuser.apk
/system/xbin/su
/system/bin/su
Reboot your phone.
Root gone. If you want to root again, go to Androidsu.com, download the appropriate zip file, flash it, and you have root again.
Click to expand...
Click to collapse
Thanks for the quick reply! Should I additionally go through the fastboot steps of locking the bootloader as well?
Christopher_M said:
Thanks for the quick reply! Should I additionally go through the fastboot steps of locking the bootloader as well?
Click to expand...
Click to collapse
No. Unlocked bootloader and root are 2 different things.
polobunny said:
No. Unlocked bootloader and root are 2 different things.
Click to expand...
Click to collapse
What he said. Unless you're returning your phone for warranty repair or you're worried about security (like me), there's no reason to lock your bootloader.
I see. Thank you guys!
I have no Superuser.apk in the System/ folder.
I can only find com.noshufou.android.su-1.apk in data/app/
The other two files you listed I have found.
Christopher_M said:
I have no Superuser.apk in the System/ folder.
I can only find com.noshufou.android.su-1.apk in data/app/
The other two files you listed I have found.
Click to expand...
Click to collapse
That's the one. Delete it, it's the app to manage the su rights. su in xbin/bin is the binary for SuperUser
Ok, so I attempted to unroot. I opened es file explorer (Which launched with SU rights) and I was able to delete com.noshufou.android.su-1.apk in data/app/.
Then when I tried to delete su in /xbin, I was denied. Tried deleting su in /bin as same results. Denied.
Any thoughts?
Just flash stock. Now unrooted. To go back flash CWM and SU. This sounds a lot easier if oldblue's suggestion isn't working for you.
Use this for step by step.
http://forum.xda-developers.com/showthread.php?t=1785672
Sent from my Nexus S using xda premium
jayjay3333 said:
Just flash stock. Now unrooted. To go back flash CWM and SU. This sounds a lot easier if oldblue's suggestion isn't working for you.
Use this for step by step.
http://forum.xda-developers.com/showthread.php?t=1785672
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Yea, that was the conclusion I was coming too. Thanks for the help guys. :good:
You need to delete su binary via adb. Don't believe you can delete it while phone is under Android...
polobunny said:
You need to delete su binary via adb. Don't believe you can delete it while phone is under Android...
Click to expand...
Click to collapse
I'm new to android / linux. Been a Windows admin for 15+ years. I thought it not possible to delete SU while using SU, but I figured I'd try anyway. So ADB requires phone in FASTBOOT mode, correct?
Christopher_M said:
I'm new to android / linux. Been a Windows admin for 15+ years. I thought it not possible to delete SU while using SU, but I figured I'd try anyway. So ADB requires phone in FASTBOOT mode, correct?
Click to expand...
Click to collapse
No, just debugging mode.
MercilessLTD said:
No, just debugging mode.
Click to expand...
Click to collapse
In this case I think he would need to be in fastboot though.

[Q] Root - no su binaries

Hello,
i tried to root my gt-p6211 / ICS 4.0.4 with this http://forum.xda-developers.com/showthread.php?t=1367249&highlight=su+binary+install&page=20 and this http://forum.xda-developers.com/showthread.php?t=1786775.
everything went fine, but superuser says i have no su binaries installed. cannot open installed super su or busybox either.
thank you for helping
freetom4life said:
Hello,
i tried to root my gt-p6211 / ICS 4.0.4 with this http://forum.xda-developers.com/showthread.php?t=1367249&highlight=su+binary+install&page=20 and this http://forum.xda-developers.com/showthread.php?t=1786775.
everything went fine, but superuser says i have no su binaries installed. cannot open installed super su or busybox either.
thank you for helping
Click to expand...
Click to collapse
I'm not sure what went wrong with yours, but IMO by far the simplest and easiest root method for our devices is the one in this thread. Just flash from recovery (stock recovery is fine). That should take care of it.
freetom4life said:
Hello,
i tried to root my gt-p6211 / ICS 4.0.4 with this http://forum.xda-developers.com/showthread.php?t=1367249&highlight=su+binary+install&page=20 and this http://forum.xda-developers.com/showthread.php?t=1786775.
everything went fine, but superuser says i have no su binaries installed. cannot open installed super su or busybox either.
thank you for helping
Click to expand...
Click to collapse
Go to system/bin ,find SU file?
Go to system/xbin,find busybox?
Read here for bynary superuser http://androidsu.com/superuser/
Its not worKin on s duos 7562...
I m geTTin error....signatute veriFicaTion failed...please help
Sent from my GT-S7562 using xda app-developers app
Sun_Cat said:
I'm not sure what went wrong with yours, but IMO by far the simplest and easiest root method for our devices is the one in this thread. Just flash from recovery (stock recovery is fine). That should take care of it.
Click to expand...
Click to collapse
Thanks alot, worked like a charm for me!
freetom4life said:
Thanks alot, worked like a charm for me!
Click to expand...
Click to collapse
Glad to hear it. There's so much stuff in the Development section that finding the best answer can be a big research project.

Downgrade to lower version to use revolution

Im trying to get my desire s downgraded, rooted and be able to install a custom rom on it. I have searched and tried all guides on here but none of them seem to work anymore there are always files missing, web sites down or just things out of date I already have a gold card on my memory card.
I cant use revolution as my version is too high and needs to be downgraded can someone help me plz with the files or destination of them thanks.
Re. Downgrade....
Hallo...I am attaching zip with the files i`ve downloaded someday long ago,
,there is also file without extension which you can open wirh any text editor-
- it is description i`ve got from the original thread about the downgrading procedure..
I hope this is all you need to proceed to tthe fruitful end...
Good luck
And one more thing, those files were ment for versions lower than ics
so if you are running ics, they might be useless...No harm in trying though
Edit. I do not have the ruu but there is a beautifull thread in development section:
INDEX of ROMS/RECOVERY/ROOT/GUIDES/HBOOT/RADIOS/TWEAKS etc
you can find many answers there ...
This is one of the few sites that you can still get the RUUs http://www.tsar3000.com/Joomla/inde...-stock-roms&catid=65:htc-downloads&Itemid=107
Intel Inside: The world's most widely used warning label. - Jim Hooper.
jugg1es said:
This is one of the few sites that you can still get the RUUs http://www.tsar3000.com/Joomla/inde...-stock-roms&catid=65:htc-downloads&Itemid=107
Intel Inside: The world's most widely used warning label. - Jim Hooper.
Click to expand...
Click to collapse
My phone is branded to o2 but unlocked do i have to get a o2 ruu it will be used on tmobile when done but i don't want any branding on it. Sorry used to my sgs3 this is so different
Sent from my HTC Desire S using xda app-developers app
--> please notice: if you have a branded device, use a branded RUU to downgrade!
I strongly encourage you to read full tutorial first
Our desire s -> development-> Index, roms, recoveries...
Click to expand...
Click to collapse
got an issue already the first line adb push zergRush /data/local/tmp adb is saying cannot stat zergrush no such file or directory I have cd to the folder its in. ?????
got past that line now stuck at adb shell chmod 777 /data/local/tmp/misc_version
now
Re: downgrade...
torres76 said:
got an issue already the first line adb push zergRush /data/local/tmp adb is saying cannot stat zergrush no such file or directory I have cd to the folder its in. ?????
got past that line now stuck at adb shell chmod 777 /data/local/tmp/misc_version
now
Click to expand...
Click to collapse
are you rooted- if so then after adb shell you shall press enter
,and if you see a $ sign, type su
then in your device superuser app will ask you for superuser rights for the shell-
you grant it there
then in the terminal the sign should change to #
then you are ready for chmod 777[space]/data/local/....
Edit:
after you`l have succeded this procedure to the very end and have rebooted the device succesfuly!!
to flash ruu you need to relock your bootloader( you know this)
fastboot oem lock
I you are stuck along the way then write again- better be safe than sorry
asgardr said:
are you rooted- if so then after adb shell you shall press enter
,and if you see a $ sign, type su
then in your device superuser app will ask you for superuser rights for the shell-
you grant it there
then in the terminal the sign should change to #
then you are ready for chmod 777[space]/data/local/....
Edit:
after you`l have succeded this procedure to the very end and have rebooted the device succesfuly!!
to flash ruu you need to relock your bootloader( you know this)
fastboot oem lock
I you are stuck along the way then write again- better be safe than sorry
Click to expand...
Click to collapse
no im not rooted need to downgrade first don't I, seriously doing this is so hard so many different things to try it is confusing.
but you are unlocked aren`t you- by htc dev?
if this is so now it is time to get the recovery for saga,
flash it from fastboot fastboot flash recovery recovery.img...
then you ought to get superuser zip for saga and flash it from your newly installed recovery
and then your live with downgrading will be much easier
Edit: in the attachment yoou have
1. recovery.img flash from fastboot,,, fastboot flash recovery recovery.img
2. superuser.zip flash from recovery
any doubts? write...
torres76 said:
no im not rooted need to downgrade first don't I, seriously doing this is so hard so many different things to try it is confusing.
Click to expand...
Click to collapse
im not unlocked from htcdev registered but got no email so cant use the site 8-(
Re. Downgrade....
hoooo... pull the horses... when i read my post, it looks bit chaotic,
let us organise it ....
first:
you said before that you are unlocked- if that is true then either by htc dev or your device is natively
opened by manufacturer..either way you can flash recovery and root your phone.
Second:
if the first line in your bootloader(phone off then symultanously pressing power and volume down)
states >> locked<< then your phone is in an untouched state- stock
Third:
if your device is stock, and unrooted, without custom recovery
then the files from the downgrade zip are needed,
- zerg rush which is an exploit that lets us get temporary root for the shell,
and it is gone after you reboot the phone.
- misc_version that lets us change-or fool the phone about the software version that we have on board
Now, there is much more to it but.... see first what you can do with what you know already
asgardr said:
hoooo... pull the horses... when i read my post, it looks bit chaotic,
let us organise it ....
first:
you said before that you are unlocked- if that is true then either by htc dev or your device is natively
opened by manufacturer..either way you can flash recovery and root your phone.
Second:
if the first line in your bootloader(phone off then symultanously pressing power and volume down)
states >> locked<< then your phone is in an untouched state- stock
Third:
if your device is stock, and unrooted, without custom recovery
then the files from the downgrade zip are needed,
- zerg rush which is an exploit that lets us get temporary root for the shell,
and it is gone after you reboot the phone.
- misc_version that lets us change-or fool the phone about the software version that we have on board
Now, there is much more to it but.... see first what you can do with what you know already
Click to expand...
Click to collapse
Thanks mate I am now unlocked through htcdev had to reregister now everything is completed, so next step root ???? correct
Re: downgrade...
torres76 said:
im not unlocked from htcdev registered but got no email so cant use the site 8-(
Click to expand...
Click to collapse
I am not in your skin so it is realy difficult for me to advise you
either way but:
you can try again htc dev (or wait for email from them-check if you`ve followed their procedure to the letter)
procedure that is easier for all of us with less expearience
you can try to downgrade and s-off with another procedure- which is more difficult but works for many people,
have to decide yourself
I am s-on again- with an unlocked bootloader, because i am comfortable with it- not need s-off for now really,
but can speak only for myself
asgardr said:
I am not in your skin so it is realy bifficult for me to advise youeither way but:
you can try again htc dev (or wait for email from them-check if you`ve followed their procedure to the letter)
procedure that is easier for all of us with less expearience
you can try to downgrade and s-off with another procedure- which is more difficult but works for many people,
have to decide yourself
Click to expand...
Click to collapse
you didn't read my last message I am now unlocked via htcdev, but still have problems when trying to run the adb shell chmod 777 /data/local/tmp/misc_versionnow command it says permission denied is it because im not rooted ???
torres76 said:
Thanks mate I am now unlocked through htcdev had to reregister now everything is completed, so next step root ???? correct
Click to expand...
Click to collapse
Recovery first from fastboot
then root from recovery
congrats
asgardr said:
Recovery first from fastboot
then root from recovery
congrats
Click to expand...
Click to collapse
I rooted with oneclickroot what now
adb shell is showing # not $ now so all good now how too downgrade
Re. Downgrade....
torres76 said:
I rooted with oneclickroot what now
adb shell is showing # not $ now so all good now how too downgrade
Click to expand...
Click to collapse
1. if i were you I`d flash recovery from fastboot-just in case- you`l need it anyway
2. make backup of your curent rom -from recovery-just in case something goes wrong
3. try if the root remains after reboot- if not- then flash su (you`ll find in the second attachment) from recovery
4.push misc_version and do the rest of downgrade procedure to the letter
5.make sure you have the right ruu after you have lowered your software version number- run it and wait till it finishes
6. keep the unlock token from htc in a safe place- just in case
7. go to the revolutionary site, download the needed program and follow their procedure to remove
s-on
8. should also flash eng. hboot(should br extremely carefull with that-get as much info as you can) but it may be later
9. choose custom or stock ROOTED rom you want to flash- and flash it
10. enjoy your free saga
Steps: 1,2,3,4,5,6,7,9,10- important
8- best get some info and confidance first before you do it
Seems to much- i know- but it isn`t... remember: rush is the bad advisor
Edit:
almost forgotten: between step 4 and 5
to flash ruu you must relock bootloader- this is important
command fastboot oem lock
check this http://forum.xda-developers.com/showthread.php?t=1318919
torres76 said:
im not unlocked from htcdev registered but got no email so cant use the site 8-(
Click to expand...
Click to collapse
u search in the spam folder? i had the same problem
zgabi28 said:
u search in the spam folder? i had the same problem
Click to expand...
Click to collapse
yeah I did mate cheers it wasn't there I reregistered. cant wait to get my sgs3 back
asgardr said:
1. if i were you I`d flash recovery from fastboot-just in case- you`l need it anyway
2. make backup of your curent rom -from recovery-just in case something goes wrong
3. try if the root remains after reboot- if not- then flash su (you`ll find in the second attachment) from recovery
4.push misc_version and do the rest of downgrade procedure to the letter
5.make sure you have the right ruu after you have lowered your software version number- run it and wait till it finishes
6. keep the unlock token from htc in a safe place- just in case
7. go to the revolutionary site, download the needed program and follow their procedure to remove
s-on
8. should also flash eng. hboot(should br extremely carefull with that-get as much info as you can) but it may be later
9. choose custom or stock ROOTED rom you want to flash- and flash it
10. enjoy your free saga
Steps: 1,2,3,4,5,6,7,9,10- important
8- best get some info and confidance first before you do it
Seems to much- i know- but it isn`t... remember: rush is the bad advisor
Edit:
almost forgotten: between step 4 and 5
to flash ruu you must relock bootloader- this is important
command fastboot oem lock
check this http://forum.xda-developers.com/showthread.php?t=1318919
Click to expand...
Click to collapse
hey mate good so far just need to install the engineers hboot do you have it

[Q] Root for Mediapad X2 ???? [GEM-702L]

Hi there...
I own an 702L version of X2....
But I have having a hard time for getting a stable root....
I tried all method listed on XDA which are for 703L I assume...
they all does rooted my 702... **BUT** all killed the sound.... graphic / video playback issue.... random freezes........ n i think it does affect the touch screen too....
can anybody gimme a hand for this plz ????
lcw622 said:
Hi there...
I own an 702L version of X2....
But I have having a hard time for getting a stable root....
I tried all method listed on XDA which are for 703L I assume...
they all does rooted my 702... **BUT** all killed the sound.... graphic / video playback issue.... random freezes........ n i think it does affect the touch screen too....
can anybody gimme a hand for this plz ????
Click to expand...
Click to collapse
Have you before root the MP X2 unlock the Bootloader?
Yes SIR... the bootloader is unlocked.....
Or else I shouldnt be able to be rooted by the Method 1/2/3 from the sticky post..
lcw622 said:
Yes SIR... the bootloader is unlocked.....
Or else I shouldnt be able to be rooted by the Method 1/2/3 from the sticky post..
Click to expand...
Click to collapse
This works not?
adb shell "rm -rf /data/local/tmp/*"
adb push Superuser.apk /data/local/tmp/Superuser.apk
adb reboot bootloader
fastboot flash boot super_boot.img
fastboot reboot
letschky said:
This works not?
adb shell "rm -rf /data/local/tmp/*"
adb push Superuser.apk /data/local/tmp/Superuser.apk
adb reboot bootloader
fastboot flash boot super_boot.img
fastboot reboot
Click to expand...
Click to collapse
Hi, did you get GEM-702L rooted successfully? Please provide your methods. I am using this device too, but I cannot find any thread about rooting GEM-702L. Thanks! :good:
Del .
Has anybody got the bootloader unlock code for GEM-702L...? Thnx.
You may refer to the this useful guide by "ajsmsg78"
http://forum.xda-developers.com/med...apad-x2-unlock-bootloader-root-guide-t3212325

Categories

Resources