I think I lost root with the manual update. I restored through Voodoo and it says I am rooted but apps are saying I am not rooted. Any idea?
So I didn't read the directions for voodoo OTA (dumb), and forgot to update my SU binary before updating to JB. Voodoo said that I was rooted, but it wasn't actually showing I was rooted. Spent some time trying to figure out how to fix it but I resolved it. If anyone runs into the same issue use the steps below (copied from another site):
1) Download the unsure su from here and put it somewhere on your C Drive. It will be used in the following push step (Assuming windows) (This is a WIDE OPEN su without any controls). (sparky root i believe?)
https://www.dropbox....516e/tCB-Ep-3YQ
2) start a CMD window and logon to adb
3) su -
4) verify you have root:
id
uid=0(root) gid=0(root)........
If you don't you can try these instead of 'su':
"/system/su-backup" or "/system/su_backup"
5) remount system as RW:
mount -o remount,rw /dev/block/mmcblk0p1 /system
6) make a backup of current su just in case in adb
cat /system/bin/su > /system/bin/su1
7) open a new CMD window and push the su binary from step 1 to the sdcard using the path from where ever you put it.
adb push c:\<some path>\su /sdcard/
8) Then copy it to /system/bin from the adb session where you su'd.
cat /sdcard/su > /system/bin/su
9) Change permissions for SU
chmod 6755 /system/bin/su
10) download superuser (NOT SUPERSU) from play store if you do not have it already.
11) have superuser upgrade the su binary. It may fail to remount system as RO. Just rerun the update in superuser and it will work the 2nd time. You don't need to remount system as RO manually since superuser update of SU will do that for you.
12) congrats. your now rerooted.
13) remove the backup after you know your OKAY.
mount -o remount,rw /dev/block/mmcblk0p1 /system
rm /system/bin/su1
mount -o remount,ro /dev/block/mmcblk0p1 /system
Oh almost forgot! Can anyone confirm that webtop/lapdock are still working good. It one of the most important features that I use all the time. I hadn't seen it mentioned much yet and wanted to check. Thanks!
Sounds like you didn't take my advice to update your su binary. Copied from another forum:
Have fun with that.[/FONT][/COLOR]
Oh almost forgot! Can anyone confirm that webtop/lapdock are still working good. It one of the most important features that I use all the time. I hadn't seen it mentioned much yet and wanted to check. Thanks!
It has not, and will not ever, been touched at all. What you had in ICS is what you have in JB. That feature is dead.
Sounds like you didn't take my advice to update your su binary. Copied from another forum:
Have fun with that.[/FONT][/COLOR]