[Q] problems rooting - G2 Q&A, Help & Troubleshooting

I just went through root process for my AT&T lg G2 [ROOT] Root your G2 [ATT|VZW|TMO|KT|RGS|BELL|TELUS|OPEN] [Yay!]
superuser was installed but no su binary. root checker says your device does not have proper root. I tried running root.bat again but continue to get this message/ error
Mounting system RW and pushing SU, then remounting system RO again
mount: Operation not permitted
failed to copy 'su' to '/system/xbin/su': Read-only file system
Unable to chown /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
mount: Operation not permitted
Installing superuser
3506 KB/s (1468798 bytes in 0.409s
Drivers seem ok,
should i try another root?
Please help

Kcgiddings3 said:
I just went through root process for my AT&T lg G2 [ROOT] Root your G2 [ATT|VZW|TMO|KT|RGS|BELL|TELUS|OPEN] [Yay!]
superuser was installed but no su binary. root checker says your device does not have proper root. I tried running root.bat again but continue to get this message/ error
Mounting system RW and pushing SU, then remounting system RO again
mount: Operation not permitted
failed to copy 'su' to '/system/xbin/su': Read-only file system
Unable to chown /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
mount: Operation not permitted
Installing superuser
3506 KB/s (1468798 bytes in 0.409s
Drivers seem ok,
should i try another root?
Please help
Click to expand...
Click to collapse
Just checking but, did you disconnect when needed? Usb debugging checked? Just asking

Yes all of this is true. I even tried it again. Same error message and no such binary.
Sent from my LG-D800 using xda app-developers app

Think I'll uninstall superuser and try again with a fresh download.
Sent from my LG-D800 using xda app-developers app

Well I've tried to root three times now. All with the same result. Anybody have any suggestions?
Sent from my LG-D800 using xda app-developers app

Yes, make sure you have the updated root package. I'm currently away from my desk but if I recall correctly, if your phone is fully updated the root package that is in the root thread doesn't work but somewhere that author posted an updated version for updated phones.
Sent from my LG-D800 using XDA Premium HD app

can't root
cloudraker said:
Yes, make sure you have the updated root package. I'm currently away from my desk but if I recall correctly, if your phone is fully updated the root package that is in the root thread doesn't work but somewhere that author posted an updated version for updated phones.
Sent from my LG-D800 using XDA Premium HD app
Click to expand...
Click to collapse
I'll check that out. I have tried IOROOT10 and IOROOT11 neither works.

Kcgiddings3 said:
I'll check that out. I have tried IOROOT10 and IOROOT11 neither works.
Click to expand...
Click to collapse
IOROOT15 works just fine

achieved root
jea508 said:
IOROOT15 works just fine
Click to expand...
Click to collapse
I achieved root with ioroot12
thanks for the help. :good:

Related

Cannot root G2- Help?

Hello. I am encountering a problem when attempting to root my G2 as outlined in the wiki (http://forum.xda-developers.com/wik..._Root_.2F_.22Permaroot.22.29_using_gfree_v0.5). I get an error message with this step:
Code:
# ./root_psn
Returns the error message:
Code:
# ./root_psn
./root_psn
cp: can't stat '/system/xbin/busybox': Not a directory
Unable to chmod /system/xbin/busybox: Not a directory
./root_psn: /system/xbin/busybox: not found
cp: not found
cp: not found
Unable to chmod /system/bin/su: No such file or directory
#
As a possible side note, something worked: I have ENG S-OFF but no root. Any idea what went wrong?
There is a topic in G2 development forum using visionary "and" gfree to root. Easiest way to root the G2. Dont even need a pc.
Sent from my HTC Vision using XDA App
Except that Visionary doesn't work on my phone, curiously. I would have tried that already if it did. But thanks for the reply
Busybox isn't where it's supposed to be it looks like. The cp command is dependant on a working busybox binary, if the location is incorrect, or or it isn't executable, you'd get those errors.
Okay, thank you. I will make another attempt when I am back home.
Sent from my T-Mobile G2 using XDA App
okay I tried to do it again and hit the same wall: same error. Pretty sure I pushed busybox to the right location. Is there anything I can do now since visionary doesn't appear to work (temproot) either?
I used Z4Mod to Temp root my G2 for OC purposes only...
Sent from my T-Mobile G2 using XDA App
Still getting "Permission denied" from terminal emulator/Titanium backup. My G2 REALLY does not want to be rooted it seems...
You need to change the permissions on those files chmod them too 755 i think. It should be outlined in the guide. Sorry i cant give you specific help
Sent from my myTouch_4G_Slide using XDA Premium App
I am now getting 'mmap<>failed. Operation not permitted' on '$ adb shell /data/local/tmp/psneuter'
bump please - this problem is aggravating
go to the irc channel and ask for help. Describe what you have done so far step by step and someone will help you.

Cant acquire root privileges

Im having trouble with root privileges, I rooted my phone for the first time the ohter day using the user guild for noobs and had a froend help who knew what he was doing. Everything went well and the phones running a treat. Only issue I got is I dont have root privileges and I dont know why? Any suggestions?
Not sure what info you may require.
Explain how you rooted and your software (os) version so we can help you better.
Sent from my GT-I9000M using Tapatalk
xxbeanxx said:
Explain how you rooted and your software (os) version so we can help you better.
Sent from my GT-I9000M using Tapatalk
Click to expand...
Click to collapse
I used the noob guide on this site
http://forum.xda-developers.com/showthread.php?t=1139050
and these files
GT_I9000_XXJVQ_XXJVQ_OXAJVQ_Sbl.exe
CSC_OXAJVQ.tar.md5
PDA_XXJVQ_Sbl.tar.md5
PHONE_XXJVQ.tar.md5
using
Odin_v1.82_and_512.pit_513.pit_803.pit_files.exe
So you flashed the CF rooted kernel?
Try putting your phone in debug mode and open a shell to it using adb. Once inside check to see if the su binary is in /system/xbin.
ie:
Code:
adb shell
$ ls -l /system/xbin/su
if you see something like this, you're golden:
Code:
-rwsr-sr-x root root 26264 2011-08-16 15:49 su
(also notice the permissions, it needs to be setuid, although I would guess if it is there it is unlikely it is not setuid)
if you see this, something's wrong:
Code:
/system/xbin/su: No such file or directory
if you have su, have you installed the superuser app from the market?
if not, you have to figure out why..for example, do you have space on your /system filesystem?
Code:
$ df /system
Filesystem Size Used Free Blksize
/system 275M 256M 19M 4096

Problem in Rooting DDJP6(after Indian official update)

Need Help for rooting my G3,
Baseband I5801 DDJP2
Kernel: 2.6.32.9
[email protected]#2
Build FROYO.DDJP6
I've rooted earlier, but since official update in India of DDJP6 all the applications which need root access have stopped working, now I'm unable to root or unroot again with superclick(2.1 and 1.7) as it doesn't detects my cell.
Help please, here a snapshot of root checker, it might help.
Superuser.apk -com.noshufou.android.su -version 3.0.6 is installed! System Environment PATH: /sbin /system/sbin / system/bin /system/xbin The adb binary is set to default shell user access as a standard non-root user Standard su binary location: ls -l /system/bin/su: /system/bin/su: No such file or directory Standard su binary location: ls -l /system/xbin/ su: /system/xbin/su: No such file or directory
Alternate su binary location: ls -l /sbin/su: /sbin/su: No such file or directory Alternate su type binary location: ls -l /system/ xbin/sudo: /system/xbin/sudo: No such file or directory SU binary not found or not operating properly Results provided on your GT-I5801 device by Root Checker version 3.9 from joeykrim in the
Sent from my GT-I5801 using XDA App
Flash cf-root kernel and you get root instantly, no hassles
Thanks for reply, that was my first post here, will search about flashing that kernel, just got a question, will my phone application and data will get wiped out as I can't use titanium back up now(I'm new to flashing).
Sent from my GT-I5801 using XDA App
Also check if "usb debugging" is enabled, you need that root.
You can also try "z4root"
ashutoshbpl said:
Thanks for reply, that was my first post here, will search about flashing that kernel, just got a question, will my phone application and data will get wiped out as I can't use titanium back up now(I'm new to flashing).
Sent from my GT-I5801 using XDA App
Click to expand...
Click to collapse
No, its just a kernel, it wont wipe anything
umangsagar said:
Also check if "usb debugging" is enabled, you need that root.
You can also try "z4root"
Click to expand...
Click to collapse
z4root wont work on froyo, it uses an old exploit
Since we are talking about it, anyone has link for I5801DDJP6?
And anyone knows the changes between DDJP5 and DDJP6?

Titanium backup can't get root permissions

I have the 16 gig Nexus 7 which I have rooted but having tried to backup my ROM I find I am unable to reboot into Recovery to perform a ROM backup. I also cannot flash to the latest version of Clockworkmod, I have version 6.1.0 when I am told that 6.2.3 is available. When I try to flash the download reaches 100% and says flashing before telling me an error has occurred. Also Titanium backup can't get root. Is it possible I am not fully rooted and is there a way to check? Thanks in advance.
Sent from my Nexus 7 using xda app-developers app
There is an app called "Root Checker" ... Do you have SuperUser installed and does it open?
Sent from my Nexus 7 using xda app-developers app
Yes I have superuser installed and it does open OK and does list some apps as having root permissions. I will try the checking root app and thanks.
Sent from my Nexus 7 using xda app-developers app
Just tried Root Checker and sure enough it says my device is not rooted correctly. Now to find out why with the pro version!
Sent from my Nexus 7 using xda app-developers app
Just run root checker pro and got the following output:
Root Access is not properly configured or was not granted.
Super User Applications Status:
Superuser application - version 3.1.3 - is installed!
SuperSU application - version 0.99 - is installed!
System File Properties for Root Access:
Standard Location
Check Command: ls -l /system/bin/su:
Result: -rwxr-xr-x root shell 380532 2008-08-01 13:00 su
Analysis: Setuid attribute NOT present BUT root user ownership is present. Root access is NOT correctly configured for this file!
Alternative Location
Check Command: ls -l /sbin/su:
Result: /sbin/su: Permission denied
Analysis: File system permissions restricted and denied access.
Standard Location
Check Command: ls -l /system/xbin/su:
Result: lrwxrwxrwx root root 2012-07-18 20:47 su -> /system/bin/su
Analysis: File: su is a symbolic link pointing to another file: /system/bin/su
Alternative Location
Check Command: ls -l /system/xbin/sudo:
Result: /system/xbin/sudo: No such file or directory
Analysis: File /system/xbin/sudo does not exist.
Root User ID and Group ID Status:
SU binary not found or not operating properly
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
ADB Shell Default User:
ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1
Results provided on your Nexus 7 device by Root Checker Pro version 1.3.1 from joeykrim in the Android Market - http://goo.gl/NcnHn
Can somebody please tell me how to fix this
Have you tried wugfresh's root toolkit? It's easy to use. I've rooted, and reset and rerooted several Nexus 7s with it and never had a problem.
Sent from my Nexus 7 using xda premium
Why do you have 2 SU apps installed? That's probably what is messing you up.
Remove super user and re flash supersu from fastboot. The supersu flash will make it work.

Unable to root LG G2 D802 4.4.2. 3.4.0

Hi All,
I am trying to root my LG G2 D802 (KitKat 4.4.2, Kernel 3.4.0) by using IOroot. I am getting the error:
Mounting system RW and pushing SU, then remounting system RO again
mount: Operation not permitted
failed to copy 'su' to '/system/xbin/su': Read-only file system
Unable to open /system/xbin/su: No such file or directory
Unable to open /system/xbin/su: No such file or directory
mount: Operation not permitted
Installing superuser
4371 KB/s (1468798 bytes in 0.328s)
pkg: /data/local/tmp/superuser.apk
Success
In addition I checked and the phone seems to be rooted (with a couple of apps).
1. Why am I getting these errors?
2. I tried to install twrp and it seems its installed, however I am not able to backup, I am getting a message its cannot mount system, data, etc..
Any ideas? Thanks
Use towelroot
just install towelroot from towelroot.com by clicking on the 'lambda' sign there. one finished, install it and click on the 'root' or 'let it rain' button. you will be definitely successfull in rooting your device. towelroot has never disappointed me ever. hit the thanks button if it helped. *wink*
UnDeville said:
just install towelroot from towelroot.com by clicking on the 'lambda' sign there. one finished, install it and click on the 'root' or 'let it rain' button. you will be definitely successfull in rooting your device. towelroot has never disappointed me ever. hit the thanks button if it helped. *wink*
Click to expand...
Click to collapse
Hey man, its actually that my phone was encrypted, totally forgot about that. So I just decrypted and everything worked. Thanks anyway

Categories

Resources