[HELP] Can't remove root after update. - Fascinate Android Development

So today was fun, after seeing mixed reports of people downloading and successfully installing the Verizon update, I tried.
It worked, then my phone went into a reboot/recovery loop, then just stopped loading. I did a factory wipe restore in the recovery menu, then did a factory data reset in the setting menu.
Reloaded all my crap back on, and now here comes the issue. Superuser still shows in the menu, but when i try to remove the files via the ABD commands, I can't, I get permission denied.
I can't get Root Explorer to work because I've obviously not rooted anymore.
So what are my options, because my phone isn't rooted, even though the root files are still in place and I can't update and/or modify those.
Thanks in advance.

Im gonna take a stab at this because im still a n00b myself on this android stuff, but i had similar problem with wireless tether.
When you updated it removed root access, but not any programs(hence you have no permissions, but still su program), so what your probably gonna have to do re-root the same way you did earlier, I actually had to re-root twice in order to get root access, because the first time it hung. Now after you get root access, you should be able to remove root through the command.
Hope this helps

mackeydesigns said:
So today was fun, after seeing mixed reports of people downloading and successfully installing the Verizon update, I tried.
It worked, then my phone went into a reboot/recovery loop, then just stopped loading. I did a factory wipe restore in the recovery menu, then did a factory data reset in the setting menu.
Reloaded all my crap back on, and now here comes the issue. Superuser still shows in the menu, but when i try to remove the files via the ABD commands, I can't, I get permission denied.
I can't get Root Explorer to work because I've obviously not rooted anymore.
So what are my options, because my phone isn't rooted, even though the root files are still in place and I can't update and/or modify those.
Thanks in advance.
Click to expand...
Click to collapse
Have you tried just deleting the files from your memory card? I unrooted once and still had the SU app showing in my app drawer. I deleted it from memory card and it dissappeared. I think it was like 4 or 5 files just delete them and reroot.

Tried it. Don't have permission to overwrite the existing files :/
Sent from my SCH-I500 using XDA App

FIXED!
So I had previously tried to re-apply the root with no success, but for whatever reason, decided to do it one more time, and it worked!
Follow this again if you did it this way before.
http://androidforums.com/fascinate-all-things-root/172670-working-easy-root.html

mackeydesigns said:
FIXED!
So I had previously tried to re-apply the root with no success, but for whatever reason, decided to do it one more time, and it worked!
Follow this again if you did it this way before.
http://androidforums.com/fascinate-all-things-root/172670-working-easy-root.html
Click to expand...
Click to collapse
Ok, I did this and it fixed EVERYTHING! I had tried a couple of times to re-do the "one click" method. Nothing worked... Now I have FULL root with FULL permissions!
THANK YOU!!
Edit: BTW, this is AFTER I did the FULL vzw update!

Related

Superuser is gone!

I'm using BAMF and I just noticed superuser is gone. I tried granting root access to Titan backup and it doesn't work.. wtf? Any help would be awesome
Sent from a cellular telephone
Try manually flashing the 2.3.6.3efgh Superuser zip from recovery.
You can find it here http://goo.gl/VjOjR
Thanks but that still didn't work.. now what
Sent from a cellular telephone
Honestly, that should have worked. Are you sure it flashed (said successful in recovery)? I'm not personally familiar with BAMF so I don't know if they have some custom way of hiding it or anything.
It's not listed in the drawer correct?
Is it listed under Manage Applications (All)? If so, force stop and clear its data.
Is Su.apk in /system/app and su in /system/xbin?
There was a signature problem around the time 2.1 was first released where some people lost superuser and had to flash 2.0.3 but honestly, that should be fixed now so it shouldn't be that unless there's something you may have done that you didn't mention. I suppose if it comes down to it you could try some older versions of Superuser.
Other than that, I'm not sure how you'd get it back without restoring a nandroid or reflashing the rom but flashing the su zip should have accomplished that.
Edit:
Just thought...check to see if Superuser shows up in your Market and will let you install. If su is already installed and just broken, that may fix it. Worth a shot anyway.
Absolute_Zero said:
Honestly, that should have worked. Are you sure it flashed (said successful in recovery)? I'm not personally familiar with BAMF so I don't know if they have some custom way of hiding it or anything.
It's not listed in the drawer correct?
Is it listed under Manage Applications (All)? If so, force stop and clear its data.
Is Su.apk in /system/app and su in /system/xbin?
There was a signature problem around the time 2.1 was first released where some people lost superuser and had to flash 2.0.3 but honestly, that should be fixed now so it shouldn't be that unless there's something you may have done that you didn't mention. I suppose if it comes down to it you could try some older versions of Superuser.
Other than that, I'm not sure how you'd get it back without restoring a nandroid or reflashing the rom but flashing the su zip should have accomplished that.
Edit:
Just thought...check to see if Superuser shows up in your Market and will let you install. If su is already installed and just broken, that may fix it. Worth a shot anyway.
Click to expand...
Click to collapse
Wow. I feel dumb. I got it fixed. I just went in with root explorer and deleted the superuser file first. Then flash the file you sent me and boom. Worked. Thank you very much for your time
Sent from a cellular telephone

System and user apps accidentally frozen

READ AT THE END OF THIS POST FOR THE SOLUTION
I accidentally used Titanium Backup's widget to frost all system and user apps, leaving mi phone in a infinite boot animation loop. I dont have aNandroid Backup and I would really love to solve this issue without flashing.
I found at Titanium Backup's troubleshooting webpage that I could use this command with adb to solve my issue:
Code:
Type the following command (replace with /dbdata/system/packages.xml if you have a Samsung phone):
busybox sed -n 's/<package name="\([^"]\+\)".*enabled="false".*/\1/p' /data/system/packages.xml | while read PKG; do pm enable "$PKG"; done
but it just says: No such file or directory (yes, I changed /data to /dbdata as stated in the webpage)
Any idea on how to solve this issue?
Thank you!
**EDIT:
This is the way I managed to get my phone working again without having to flash or wipe:
1. Boot in recovery mode and used adb pull command to extract "packages.xml" and "packages-more-backup.xml" from /data/system/
2. Open both files with Wordpad and replaced all protection="2" or "3" lines to protection="1".
3. Also, and very important, replaced all enabled="false" lines to enabled="true"
4. Boot in recovery again and used adb to delete old "packages.xml" and "packages-more-backup.xml" files and push the new ones.
5. Reboot and Voila!
6. Boot once again in recovery mode and fix permissions to avoid any problem.
Hope that this could be usefull to someone else having this horrible problem.
Thank you all!
Checked for that file on my phone, it doesn't exist in /dbdata/system/, but it does in /data/system/
It's probably fixable from the command line with Linux but that is over my head, one option would be to Odin or heimdel back to stock, and start from scratch. You might need a jig to get into dlmode.
Sent from my SAMSUNG-SGH-I777 using xda premium
nitox.n2o said:
Checked for that file on my phone, it doesn't exist in /dbdata/system/, but it does in /data/system/
Click to expand...
Click to collapse
I tried with /data too but same result.
shadow65781 said:
It's probably fixable from the command line with Linux but that is over my head, one option would be to Odin or heimdel back to stock, and start from scratch. You might need a jig to get into dlmode.
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
I know I could do that but I would really like to restore my system as it was
Help please
I wonder what would happen if you removed the app (its apk) via adb from /data/app. Would it retain the freeze settings? Something to consider trying.
This happened to me. I reflashed the ROM without wiping and all was back to normal
Sent from my FrankenTAB using Tapatalk
Simba501 said:
I wonder what would happen if you removed the app (its apk) via adb from /data/app. Would it retain the freeze settings? Something to consider trying.
Click to expand...
Click to collapse
Pretty sure that's not gonna work because the frozen apps settings are at packages.xml file, but I can't access it I don't know why
jhermit said:
This happened to me. I reflashed the ROM without wiping and all was back to normal
Sent from my FrankenTAB using Tapatalk
Click to expand...
Click to collapse
I tried doing that right now but it didn't worked
I got a little too punchy with titanium on my 3 year old original Galaxy tab 7 and froze a samsung system app. Got irreversibly stuck is soft brickland - Tried various methods before giving up and hitting the wipe and reset to factory restore in the system recovery mode. Everything was backed up except recent photos, so it was more annoying than the end of the world.
Odd thing was when it reset to factory, it appeared to do just that, yet when I plugged it into PC and mounted it - the memory was full and all my files and app data files were there - untouched. The apps themselves have gone except one - Superuser is still there, Does Superuser somehow override being reset? and act as a guardian of your data in the event of reset?
Odd. I was expecting to run some file recovery software to a salvage what i could, but viola - it was all there.
shokuchi said:
I got a little too punchy with titanium on my 3 year old original Galaxy tab 7 and froze a samsung system app. Got irreversibly stuck is soft brickland - Tried various methods before giving up and hitting the wipe and reset to factory restore in the system recovery mode. Everything was backed up except recent photos, so it was more annoying than the end of the world.
Odd thing was when it reset to factory, it appeared to do just that, yet when I plugged it into PC and mounted it - the memory was full and all my files and app data files were there - untouched. The apps themselves have gone except one - Superuser is still there, Does Superuser somehow override being reset? and act as a guardian of your data in the event of reset?
Odd. I was expecting to run some file recovery software to a salvage what i could, but viola - it was all there.
Click to expand...
Click to collapse
Wrong forum dude
Sent from my Zanpakuto using Getsuga Tensho!
<deleted>
ZIP for unfreezing apps
For those, who accidentally frozen important system app: here quick solution without factory reset, reflashing and ADB
It automatically edits files as described in first post.
You should have unlocked bootloader. If no, ZIP useless because unlocking wipes all data.
Download both ZIP's and just flash them via custom recovery (TWRP / CWM)
If first throws error try second and vice versa. 2nd with mark "New" contains newer updater-binary that must be compatible with recent TWRP.
Then all apps will be unfrozen, so phone will boot.
Fix compatible with all Android versions.
Note: also you can somehow (ADB or filemanager in TWRP) delete file /data/system/0/package-restrictions.xml
More correct to edit that file which ZIP actually do, but deleting not harmful too.
tags: unfroze apps, auto-unfroze, defrost apps, unfreeze apps, 5596
Bonoboo said:
For those, who accidentally frozen system app there is quicker solution without factory reset and ADB.
It automatically edits files as described in first post.
Just flash this ZIP through recovery and all apps will be unfrozen.
Compatible with all Android versions.
Click to expand...
Click to collapse
THANKS MAN!! i just signed up to say thanks! you just saved my life :highfive:
Bonoboo said:
For those, who accidentally frozen system app here quicker solution without factory reset and ADB
It automatically edits files as described in first post.
Just flash this ZIP through recovery and all apps will be unfrozen, so phone will boot.
Compatible with all Android versions.
tags: unfroze apps, auto-unfroze
Click to expand...
Click to collapse
Thanks very much for the zip. It worked great
Same Problem
Does anyone have an updated version of that zip? I also froze an app linked to the device and it won't boot, even after factory resetting it. Tried running the zip on my t-mobile GS4 (probably newer than that zip) from the SD card in recovery mode, however it didn't unfreeze it.
Any help greatly appreciated!
pianoplayer55 said:
Does anyone have an updated version of that zip?
I also froze an app linked to the device and it won't boot, even after factory resetting it.
Click to expand...
Click to collapse
1. To flash that ZIP you need have custom recovery (CWM or TWRP), not stock.
No update needed, it still works in this case.
2. That strange. Maybe you not really performed reset?
Double check all and try again.
Bonoboo said:
1. To flash that ZIP you need have custom recovery (CWM or TWRP), not stock.
No update needed, it still works in this case.
2. That strange. Maybe you not really performed reset?
Double check all and try again.
Click to expand...
Click to collapse
Yup, unfortunately I did select wipe data on the recovery screen. I am also stuck in an infinite boot up loop and cannot access the phone to install any apps. How can I use a custom recovery to run the zip file if i cannot access the phone? Instructions much appreciated. Thanks again.
pianoplayer55 said:
How can I use a custom recovery to run the zip file if i cannot access the phone?
Click to expand...
Click to collapse
ZIP – it's not app.
Again, you need to install custom recovery.
Here link to TWRP and how install it via Odin on PC.
You need place that ZIP on sdcard.
Enter in recovery (don't know how on your model), select Install > find ZIP > confirm > reboot,
Bonoboo said:
ZIP – it's not app.
Again, you need to install custom recovery.
You need place that ZIP on sdcard.
Enter in recovery (don't know how on your model), select Install > find ZIP > confirm > reboot,
Click to expand...
Click to collapse
Downloaded TWRP with Odin and ran custom recovery without a change after the zip (this must have been a deeper-rooted problem in the OS itself), however in the meantime I formatted the system partition, removing the operating system. Installed Kies and ran the update. It reinstalled the OS and I'm good now. Most stuff was backed up anyways. Thanks guys for your time :good::good:
Which apk is the culprit?
Man, I wish I'd found this thread before restoring my phones internal ROM. Had it rooted and set up in every way I like except removing bloatware.
Using TB, I froze a system apk that shut down my System UI and sent the phone bootlooping. What I'm trying to determine is WHICH apk(s) I froze that caused this. I thought I had researched each one that didn't seem obvious, but I musta missed one or one of the 'obvious' ones wasn't so obvious.

How I got my rooted RAZR to install ICS OTA successfully

If you have safestrap go into the app, select the uninstall feature and re try the install. No need to download anyones utility or no need to factory reset.
do you happen to know the download path of the ota? Due to safestrap mine failed.. hate to download it again..
Should be in setting/ about phone/ updates
yeah thats to download it again.. i was hoping it would just install it if the system saw the file there. oh well at 55% i can wait a little longer..
After the phone reboots, if the install takes really really slow then ur on the right path
What if I have installed BootStrap recovery????
kanagadeepan said:
What if I have installed BootStrap recovery????
Click to expand...
Click to collapse
I dont have bootstrap but from what im gathering unistall that as well
then uninstall it.. my install failed with it. That is what the OP is saying you will need to uninstall them for the update to install
mine failed for a second time :/
Did you use voodoo ota and temp unroot? You need to do that as well i just figured that was a given by now
cheatthepocket said:
Did you use voodoo ota and temp unroot? You need to do that as well i just figured that was a given by now
Click to expand...
Click to collapse
Arrgh i swear i did.. While i was doing tb backups it slipped my mine i reckon.. really wish i could find the dl path for the update... hopefully third time will work!
Whether uninstalling the "Razr BootStrap" using "Managa Applications" is enough... Or I have to do some extra steps too????
Please help me... I don't care much about root, as the update usually unroots it and I can root again easily...
Bootstrap may be a dif problem. Like i said i used safestrap. I dunno what else you have done to urvphone. You might need the dev team to help you. I never used roms so i was stock i also never froze any bloatware.
Ummm. You're welcome....
Sent from my DROID RAZR MAXX via XDA Premium
I think i thanked you last night lol.
arrgh 3rd time failed no bloat removed just stock rooted.. temp unrooted safestrap uninstalled.. any ideas? guess i might need to restore back to stock..
Sounds like you have something breaking the install. I know ive done very little to my phone. Factory reset may be your option but i would get hold of a tech here b4 u do anything
kanagadeepan said:
Whether uninstalling the "Razr BootStrap" using "Managa Applications" is enough... Or I have to do some extra steps too????
Please help me... I don't care much about root, as the update usually unroots it and I can root again easily...
Click to expand...
Click to collapse
You need to first uninstall the razr bootstrap app through "manage apps" (look under the all apps tab - clear data first while you're there).
Then, with root explorer or such, go to the /system/bin folder, mount r/w, and delete the following files:
hijack
logwrapper
Then, rename logwrapper.bin to simply logwrapper (just remove the .bin)...
Reboot, and it should be all cleaned out.
I would also recommend using voodoo ota rootkeeper to backup your root, then temporarily un-root (hide root) before doing the OTA install.
If you still get ota install errors, then you probably removed some system apps that are verified before installation... check /cache/recovery/last_log for errors.. then either replace those apk/odex files, or flash the fxz..
Sent from my phone's mind
alteredlikeness said:
You need to first uninstall the razr bootstrap app through "manage apps" (look under the all apps tab - clear data first while you're there).
Then, with root explorer or such, go to the /system/bin folder, mount r/w, and delete the following files:
hijack
logwrapper
Then, rename logwrapper.bin to simply logwrapper (just remove the .bin)...
Reboot, and it should be all cleaned out.
I would also recommend using voodoo ota rootkeeper to backup your root, then temporarily un-root (hide root) before doing the OTA install.
If you still get ota install errors, then you probably removed some system apps that are verified before installation... check /cache/recovery/last_log for errors.. then either replace those apk/odex files, or flash the fxz..
Sent from my phone's mind
Click to expand...
Click to collapse
Thanks so much for the info. That logwrapper file was withholding me from updating.
I tried deleting and renaming the files with no success updating. I eventually just ended up doing a factory wipe and using Matt's Utility and flashing back to stock. It was a little frustrating, but the Verizon backup utility combined with Google services saved me. I guess i need to learn how to use Titanium backups. lol
this thread should be titled "How I got my Safestrapped RAZR to install ICS OTA successfully", as your issue was more to do with safestrap then specifically just being rooted.

[Q] My phone semi-died after using calculator... not funny.

Hi,
As you can see on my signature, i'm using an official ICS ROM without modifications as my daily drive... and was using it without problems util today.
I was on my math class using the calculator and suddently my phone freezed. I rebooted it several times without success... sometime after it starts (i can see the home screen and launch apps, or push notification bar) ... it freezes again.
There is anything that i can do to recovery or see what is doing this? I can access the phone via adb shell... i doesn't want to flash my cellphone again and configure everything... and yes, i have titanium backup but i was waiting my feel to flash JB again to make a backup... :cyclops:
If anyone can guide me to trace what is making my phone freeze, i'll be greateful.
SkzBR said:
Hi,
As you can see on my signature, i'm using an official ICS ROM without modifications as my daily drive... and was using it without problems util today.
I was on my math class using the calculator and suddently my phone freezed. I rebooted it several times without success... sometime after it starts (i can see the home screen and launch apps, or push notification bar) ... it freezes again.
There is anything that i can do to recovery or see what is doing this? I can access the phone via adb shell... i doesn't want to flash my cellphone again and configure everything... and yes, i have titanium backup but i was waiting my feel to flash JB again to make a backup... :cyclops:
If anyone can guide me to trace what is making my phone freeze, i'll be greateful.
Click to expand...
Click to collapse
If you have made adjustments to build.prop or init.d scripts i would suggest to remove the ones you're not sure they work ok...
I didn't changed nothing, i was just using it as a normal user does! Maybe is a divine call to me flash JB again... but i'll wait to debug this error and trace what app or service is breaking me.
Have you fully wiped between your flashes?
From android 4.1 for example to 4.0.4..?
Yes, i did a full wipe when i rolled back to 4.0.4...
If you're running 4.0.4 can you upload your build.prop or init.d? I'm using samsung stock rom, not a custom one.
Thanks for your enforces to help!
Yes mate,gimme 2 minutes...
I'm on LH3 but it should do just fine...
By the way remember to wipe cache and dalvik after you push the files and also delete the init.d folder and delete your build.prop!
There you go!
I'm using these setting for 2 weeks now they seem stable and quite fast...
Do let me know if this worked or not!
Hi,
Thanks for your help, i tried to put your build.prop and didn't resolved, BUT, i managed to see something...
My SuperUser (su) was broken... i tried to execute "su" into adb shell and frozen my shell, so i did remount my system and copy my su again to /system/bin/su.
Time to take a full backup with Titanium!
Thanks for your help!
Edit:
What's the correct permission to su? 0755? I did it and i still without superuser now... i need it to use titanium but for now, freeze was gone!
SkzBR said:
Hi,
Thanks for your help, i tried to put your build.prop and didn't resolved, BUT, i managed to see something...
My SuperUser (su) was broken... i tried to execute "su" into adb shell and frozen my shell, so i did remount my system and copy my su again to /system/bin/su.
Time to take a full backup with Titanium!
Thanks for your help!
Edit:
What's the correct permission to su? 0755? I did it and i still without superuser now... i need it to use titanium but for now, freeze was gone!
Click to expand...
Click to collapse
No problem mate!
Glad to see you found the issue!
EDIT:If you have cwm try to flash this!
http://forum.xda-developers.com/showthread.php?t=1538053
been using it since forever...it's very good...
Also take a look at this!
http://forum.xda-developers.com/showthread.php?t=750806
Boot into safe mode.. Uninstall supersu.. Then reboot.. Root again
You have been zooo==>ted
nfsmw_gr said:
No problem mate!
Glad to see you found the issue!
EDIT:If you have cwm try to flash this!
http://forum.xda-developers.com/showthread.php?t=1538053
been using it since forever...it's very good...
Also take a look at this!
http://forum.xda-developers.com/showthread.php?t=750806
Click to expand...
Click to collapse
Removed root with toolkit 5.0 and installed SuperSU, everything seems fine now.
Thanks all!

Super User

Sorry new to Android and am learning so please be gentle....I rooted my Razr Maxx and once I finished I installed some apps and made sure I had root access. I read that it was a good idea that I due a factory reset so I did....after the reset was complete. I noticed the icon SuperUser was now missing. Do I need that Icon? Was there any additional settings I could access via it. If so, how do I get it back?? thanks.
When you make a factory reset, all the user apps (that means all the aplications installed in the /data partition, the apps that the user has installed and wheren't there when you bought the phone) and all the personal configurations of the system are erased. A factory reset leaves your phone just as the way it was when you first turned on. So, if your SuperUser.apk was installed in the data partition it sure will be gone. That app is needed to administrate which aplications get elevated acces to some system resources, so if it's not there it is like you have no root access. Some scripts used to root the phone push the superuser.apk to the System/app folder instead of data/app, so it's not deleted by a factory reset, but this is not your case as it seems... You could donwload the superuser app from google play, but I dont recommend it as I tried it once and it didn't work. I think you should try repeating the whole root proccess, and not making a factory reset after it, it was never necessary for me. Good luck!
danygarss said:
When you make a factory reset, all the user apps (that means all the aplications installed in the /data partition, the apps that the user has installed and wheren't there when you bought the phone) and all the personal configurations of the system are erased. A factory reset leaves your phone just as the way it was when you first turned on. So, if your SuperUser.apk was installed in the data partition it sure will be gone. That app is needed to administrate which aplications get elevated acces to some system resources, so if it's not there it is like you have no root access. Some scripts used to root the phone push the superuser.apk to the System/app folder instead of data/app, so it's not deleted by a factory reset, but this is not your case as it seems... You could donwload the superuser app from google play, but I dont recommend it as I tried it once and it didn't work. I think you should try repeating the whole root proccess, and not making a factory reset after it, it was never necessary for me. Good luck!
Click to expand...
Click to collapse
Should I do a factory reset or can I just to the entire root process again now?
slawcop` said:
Should I do a factory reset or can I just to the entire root process again now?
Click to expand...
Click to collapse
Just do the entire rooting process again. If you do factory reset you will loose again your superuser.apk
You should be able to download the superuser app as the phone is still rooted. Try superSU, that's the SU app that installed when I rooted (eternity project easy root)
I did the same thing by mistake once & just downloaded the app & it worked like a charm.
Sent from my DROID SPYDER using xda premium

Categories

Resources