[Q] How to UNROOT - Android Q&A, Help & Troubleshooting

Hi guys, I want to Unroot my Axioo Vigo410 and want to use stock rom, does it's possible to do that? how?

Hi fren, I hope this website might help you on the topic.
try to go to jfdesignnet.com. Cheers!

qm4n76 said:
Hi guys, I want to Unroot my Axioo Vigo410 and want to use stock rom, does it's possible to do that? how?
Click to expand...
Click to collapse
You can go into recovery mode and then Unroot. If this doesn't work, flash the Stock ROM you want to install.
Sent from my GT-I9003 using xda premium

web.myportal said:
Hi fren, I hope this website might help you on the topic.
try to go to jfdesignnet.com. Cheers!
Click to expand...
Click to collapse
nice to see you here friends..,

If you are comfortable with adb , then do the following to unroot your phone.
1. Boot into recovery.
2. Mount system in RW mode.
3. Remove superuser apk from /system/app
4. Remove su binary /system/bin/ and /system/xbin
This method is a crude one because the busybox will still be there. But busybox is good thing to be there. You can play with some native linux command without any harm as su is not there.

Related

[q] help. Urgent.

Hi. I accidentally deleted my system xbin file. Now I can't root or install xrecovery on my phone. Anybody can teach me how to restore the xbin file to the phone system? Sorry for posting it here...new member so can't post it at development...
You shouldn't be posting in development, dude! All queries go to either general or q&a
Sent from my E10i using XDA App
fightfight said:
Hi. I accidentally deleted my system xbin file. Now I can't root or install xrecovery on my phone. Anybody can teach me how to restore the xbin file to the phone system? Sorry for posting it here...new member so can't post it at development...
Click to expand...
Click to collapse
i think you should repair with SEUS and start again with rooting etc...
Which xbin are you talking about? The /system/xbin directory?
Maybe it's because the method you are using to root tries to installs the su binary in /system/xbin. Which method are you using? You could try another method, for example, if I remember well, when I used to use z4root, it installed the su binary to another directory.
Once root is working, you can use any terminal app (or adb shell) to recreate the directory.
chrisgall said:
i think you should repair with SEUS and start again with rooting etc...
Click to expand...
Click to collapse
This is a solution that surely would work.
Yeah..I'm talking bout the /system/xbin folder...I tried using z4root but it jams halfway...superoneclick doesn't work either..
I like the root option in flashtool, always worked for me when the others failed.
Sent from my U20i using Tapatalk
Hope you can help me too. I was trying to install the new cyanogen mod on my mini pro but now it doesn't pass from the sony ericsson logo. can anyone help me?
SpitFire-ZX said:
Hope you can help me too. I was trying to install the new cyanogen mod on my mini pro but now it doesn't pass from the sony ericsson logo. can anyone help me?
Click to expand...
Click to collapse
Use flashtool to wipe your data and get back to stock rom. Then you can do whatever you want with it.

[Q] Warranty question for T-mobile

So I spoke with T-Mobile yesterday and they agreed to send me a new phone for exchange because of a faulty pin on my connector. I can charge my device but it will not detect a USB storage device when plugged in. I even took it to a mobile repair store and they told me the pin is beyond saving and the board would have to be replaced for around $75 bucks.
It just occured to me that I cannot ODIN to stock! Is there a method that does not involve a Phone to PC connection which will allow me to make this thing appear to be stock? (I am on custom rom and recovery obviously).
If not, what will happen to me if I just send in my current phone with the rom/recovery it is on? Do they actually check? My damage/issue is physical and not software related at all so would my warranty still be voided?
Any input would be immensely helpful! Thanks folks
When rooted warranty void
Sent from my SGH-T959 using Tapatalk 2
Search mobile odin
Sent from my SGH-T959 using xda premium
Find the latest stock rom and flash it. I think Moped_Ryder might have it. Ill give you the terminal commands to get rid of Root later on when I get to my PC.
Woodrube said:
Find the latest stock rom and flash it. I think Moped_Ryder might have it. Ill give you the terminal commands to get rid of Root later on when I get to my PC.
Click to expand...
Click to collapse
How would I get rid of CWM? Or do they not even care about that? Damn my new phone already came!
explodingboy70 said:
Search mobile odin
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
I just found out about it actually. Looks like my device is not on the list of supported devices though :/
If I CWM flash a stock rom and stock kernel, is there a way to remove SU and return to stock recovery once again without connecting to the PC (ODIN). I have an SD card converter so I can freely move files to my external SD
Lo N Slo said:
How would I get rid of CWM? Or do they not even care about that? Damn my new phone already came!
Click to expand...
Click to collapse
Should be able to just uninstall it same as any other app, if you installed through ROM Mgr. If you use the update.zip method then it wont matter at all.
Here is the code to remove Root. Just download any terminal from the market and run this.
Code:
su
rm -r /system/app/Superuser.apk
rm -r /system/xbin/busybox
rm -r /system/bin/su
reboot
Code will still work to remove Root on any device. I've done it on my tablet before just for kicks to make sure it works. It does, so it should work on SGSII also. You are on your own for the stock ROM though.
Woodrube said:
Should be able to just uninstall it same as any other app, if you installed through ROM Mgr. If you use the update.zip method then it wont matter at all.
Here is the code to remove Root. Just download any terminal from the market and run this.
Code:
su
rm -r /system/app/Superuser.apk
rm -r /system/xbin/busybox
rm -r /system/bin/su
reboot
Code will still work to remove Root on any device. I've done it on my tablet before just for kicks to make sure it works. It does, so it should work on SGSII also. You are on your own for the stock ROM though.
Click to expand...
Click to collapse
Awesome! Will run after I flash the Stock rom link I posted above. I am assuming that removing CWM is just impossible without connection to PC?
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A
Lo N Slo said:
Awesome! Will run after I flash the Stock rom link I posted above. I am assuming that removing CWM is just impossible without connection to PC?
Click to expand...
Click to collapse
If you are returning to complete stock it should automatically revert to stock recovery also
Sent from my SGH-T959 using XDA Premium App
Running ICS Passion

[Q] Rooting WM8850 Android 4.0 Tablet

I've got a cheap Chinese tablet (WM8850-MID) running Android 4.0.3 based on WonderMedia 8850 processor.
It's not rooted.
Here's what i found:
/system/xbin/su is present:
-rwsr-xr-x 1 0 0 68528 May 14 11:07 su
But I can't run su in a terminal:
su uid 10064 not allowed to su
Using adb.exe I have the same problem with uid 2000.
There is a script /system/etc/init.sh which is called a boot time, but If I modify and push it via adb it won't execute (lost execute permission)
adb reboot-bootloader does reboot the device, but it does not stay in bootloader mode and just go straight to Android.
I'm not sure where to go from here. Is there a way to root that device ?
Try ./adb root to run as root.
Use oneclickroot.
Daniel120201 said:
Try ./adb root to run as root.
Use oneclickroot.
Click to expand...
Click to collapse
I forgot to mention "adb root" says I'm already root.
If I copy files with adb push, the owner is root, but If I use "adb shell" I'm user uid 2000.
This is a new tablet, but I'll give oneclick a try anyway. Thanks.
I've just tried SuperOneClick 2.3.1.0. It says it's already rooted because it can find /system/xbin/su, but I continued anyway. It can copy busybox (temp) but cannot change the permissions and it stops there.
Try resetting your tablet and if the su binary is stil there remove it. After resetting retry with superoneclick.
Sent from my MID7C using xda app-developers app
Daniel120201 said:
Try resetting your tablet and if the su binary is stil there remove it. After resetting retry with superoneclick.
Sent from my MID7C using xda app-developers app
Click to expand...
Click to collapse
Thanks, but how do I delete it since I don't have the permissions? In case it's possible, is it safe to remove the su binary? I have no way to recover my firmware...
Use ./adb root to remove it because you will be root.After removing it reset your tablet to factory settings. It is safe because the su binary is not part of the os.
Then try rooting with oneclickroot.
Hope it works for you.
i also bought wm8850 tablet in china..can you teach me how to root in detailed its my first android device....i dont understand the other terms u are using....
Hi jallaine12gil,
I think that you should first try to root with oneclickroot. Post if it worked or not. Oneclickroot is a rooting program for android devices.
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
if camera is in the top centre of the wm8850 tablet: in txt file
if camera is in top right of the wm8850 tablet: in txt file
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
Attachment is the links to firmwares
Hi i was brick my 8850 ekenw70 flashing this
WM8850_MID7_PuZhi_W01_8223_FT5206_W70_WMC1579
i was buy it here:
http://www.aliexpres...holesalers.html
can sugest something to debrick??
All what i have is one black screen, i try to reflash but no luck.
WM8850 RootBurner
How root the WM8850 tablet without firmware update :RootBurner on "nanospic.ro/?p=327" !
cnxsoft said:
I've just tried SuperOneClick 2.3.1.0. It says it's already rooted because it can find /system/xbin/su, but I continued anyway. It can copy busybox (temp) but cannot change the permissions and it stops there.
Click to expand...
Click to collapse
Hi friends,
I also used this device...any results ??...working or not ?..pls help guys..
Br
Zaki..
ellisondavid said:
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
Attachment is the links to firmwares
Click to expand...
Click to collapse
Hi, friend
How to put manually ?? file read only!...any MOD..pls help..
RootBurner
basodiodoh said:
Hi, friend
How to put manually ?? file read only!...any MOD..pls help..
Click to expand...
Click to collapse
Hi!
why not use RootBurner for WM8850? The rooting procces is similary to firmware update!
Extract the archive into sd card and insert into tablet and Power ON!
ellisondavid said:
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
Attachment is the links to firmwares
Click to expand...
Click to collapse
Hi, friend..this firmware compatible for version below??
Model Number : WM8850-mid
Build number : 4.0.3 ICS Ver. 1.2.0-20120824.044231
* camera - top right hand side*
Thanks.
How to get adb working on the wm8850?
Hi, sorry to interject with something semi-unrelated, but how did you guys get adb working with the wm8850? I've added the vendor id to the ~/.android/adb_usb.ini on mac, but adb still can't find the device. I used 0x0ea0, is this what you guys used?
Any advice would be great!
have the same tablet
i have the same tablet WM8850-mid ihave my rooted but i dont know haw to flash roms and what should i use CWM recovery version for this tablet pls help me thanks...
thank you XDA pls help..
how to root ??
MarionSabido said:
i have the same tablet WM8850-mid ihave my rooted but i dont know haw to flash roms and what should i use CWM recovery version for this tablet pls help me thanks...
thank you XDA pls help..
Click to expand...
Click to collapse
Hi, friend
Sorry, how do you root??

[Q] How reboot into recovery and directly flash .zip file

Hey guys,
do you know how i can directly reboot into recovery and flash a .zip file via script for terminal emulator?
I think you know the ROMManager, you can download updates there, it automatically reboots into recovery and flashes without asking the .zip file, how can i realize that via script for the terminal emulator? cuz i want to create a updater for my and my friends roms
Is there any way to realize that?
Thanks,
Glenn
No answers? Please!
fd1999 said:
No answers? Please!
Click to expand...
Click to collapse
wich phone do u have?
have u installed the recovery image the rom manager has got?
jiffer1991 said:
wich phone do u have?
have u installed the recovery image the rom manager has got?
Click to expand...
Click to collapse
So, first, GlenniBoy and I, we're working on a new project. Currently we're using CWM.
fd1999 said:
So, first, GlenniBoy and I, we're working on a new project. Currently we're using CWM.
Click to expand...
Click to collapse
as u said the rom manager contains the feature u want to use on the terminal for the roms want to use.
check out the rom manager apk with the apk tool
u might find a hint in there (a script or something) because i guess something like that has to be there
Did it work?
We didn't know, I'll try it later, but already pressed Thanks

[Q] how to unroot version 1.14.720.11?

i had rooted my device but want help to unroot it as i am unable to get the update ,,,the phone reboots when i try to install system update,.. please help....my software version is 1.14.720.11..no ruu is available for this version...
Delete the SuperUser app and the su binary.
Stereo8 said:
Delete the SuperUser app and the su binary.
Click to expand...
Click to collapse
thanks mate...how to delete su binary .??
hulkrage said:
thanks mate...how to delete su binary .??
Click to expand...
Click to collapse
First, mount /system in CWM. Then reboot you phone and open a root file manager. Go to system/bin and there will be a file called su. Delete it...
:fingers-crossed:
Stereo8 said:
First, mount /system in CWM. Then reboot you phone and open a root file manager. Go to system/bin and there will be a file called su. Delete it...
:fingers-crossed:
Click to expand...
Click to collapse
thanks mate..will try it asap...i had now flashed with the type of stock rom by android manual....so i will flash with ruu and check if i am able to update..as it says there will be an upgrade in system performance...

Categories

Resources