block permission root - G1 Q&A, Help & Troubleshooting

I bought some time ago with a dream firmware installed on a 1.5.Volevo put the firmware cyanogen, I was told to check first if I had checked root.Ho and when do the command on the terminal, I always write this Activity Sorry written Request SU ( In application superuser permissions) is not responding.
What should I do?
Thanks in advance

What? Sorry but don't understand what you just asked.

If you need to ask someone a question in italian there are a couple italian boards (androidiani is one i thnk)

Related

[Q] Problem flashing custom recovery

edit---
solved. close please. had to allow su access on my phone when i typed su in the cmd prompt LOL i feel stupid. i watched the video on theunlockr website but it was blocked by my adblocker and i didnt know it was there until i read a comment saying something about a video ._.
edit--
sorry
Hi, so im new to this stuff. i followed theunlockr guide to rooting the g1 with androot and got that done fine.
Now I've moved to flashing a custom recovery and I placed the flash_image and the recovery.img on the root of my sdcard and went to terminal typed su and all that good stuff. and it just says flash_image not found or something. so i tried the adb method and all is good, i type su and when as im typing the "mount -o,exec...." all of a sudden it just says Permission denied when I haven't even pressed enter.
And now I'm stuck...what could I do to solve this problem? Do I not have su access in adb?

Please help

OK SO I THINK IM ROOTED.. WHEN I REN TERMINAL emulator and type su i get "#"
but titanium isnt working nor any other apps please help me
And you read the sticky I just posted???!!! moved to appropriate section...
Download SuperUser. If you have root, it will work. If not, it won't work. Plus having SuperUser, when you run apps like Titanium it will prompt to always allow SU rights.
However, when you're in Terminal Emulator and you type SU and you get the # that means Terminal Emulator has the Root access. So you should be good to go.
thanks have the same prob works great!
help needed tmobile htc g1
hi to all
me new her...
need help with my tmobile-htc g1
i got my set from uk...
and know i am using it in pakistan....
by mistake i did
factory data reset
and now it
at search networks its giving the error
your sim card does not allow connection to this network
about phone
build number
DRC92
kernel version
2.6.29-00479-g3c7df37
[email protected]#19
baseband version
62.50s.20.17u_2.22.19.261
firmware version
1.6
i read alot but i still donot get any thing what to do....
waiting for your reply
thank you
help needed
hi
need help with my tmobile-htc g1
i got my set from uk...
and know i am using it in pakistan....
by mistake i did
factory data reset
and now it
at search networks its giving the error
your sim card does not allow connection to this network
and then i tryed some radio and spl file......
and now there is no signals....
there is a (X) on the signals.......

[Q] Unlocking an AT&T captivate

Hey guys, im currently trying to unlock my bro's captivate. (the seller sent me a locked phone to be use in malaysia).
so here's my problem, i tried simple method using generate code.bat but it says "no nv_data.bin found". so it fails, then i search more on methods to unlock, i found this http://forum.xda-developers.com/showthread.php?t=831569
so when i get to step to fix permission denied .
If you receive a permission denied error, you can fix it by typing the following commands from an ADB shell (type "adb shell" at the DOS command prompt) or from within a terminal on the phone:
su
chmod 777 /efs/nv_data.bin
exit
exit
is says permission denied. please enlighten me on this. or recomend me any other methods out there. thanks.
sorry for my bad english.
Are you rooted?
Sent from my HTC Inspire 4G
First, you need to be rooted. Search the forum for how to do that if you dont have a custom ROM.
Second get Galaxy_S Unlock by Helroz from market. Works like a charm. Tried and tested by me! Worked in 3 different countries/carriers.

xmodgames issue with supersu

Hi all,
I have SuperSU Pro 2.46 installed on a lifetab P8912.
Everything worked and I got checked with rootchecker that everything works fine.
Xmodgames also starts with the message that it has root permissions granted.
The ClashofClans mod has a problem: "Mod start fails. Please confirm XModgames is authorized with root permission".
What can I do ? Does anybody else encounter the same problem or fixed that already ?
THANKS a lot for your help,
Alecz
alecz2012 said:
The ClashofClans mod has a problem: "Mod start fails. Please confirm XModgames is authorized with root permission".
Click to expand...
Click to collapse
This should be brought to the attention of the developer of "ClashofClans" -- it might be looking for 'su' at a hard-coded path. You could test for this (and perhaps even fix the problem for you) by copying or linking '/system/xbin/su' to other common paths -- such as '/system/bin/su'.
At a terminal enter:
which su
It should reply '/system/xbin/su'.
Frank
hmm, thanks , but perhaps I didn't find the right shell to work with:
I do not have write access to that folder /system/bin
Shall I chmod 777 to that folder, at least temporary ?
Sorry for not having worked since a long time on linux..
alecz2012 said:
I do not have write access to that folder /system/bin
Click to expand...
Click to collapse
That partition is normally mounted for reading only, not for writing. Remount it as writable, copy the file, then remount as read-only again:
mount -o remount,rw /system
cp /system/xbin/su /system/bin
mount -o remount,ro /system
The SuperSU installation script will delete that copy when you flash the update again so it isn't permanent, and there is only a small chance that this is the problem.
Frank
Hi Frank,
your mount description worked fine, but still I get the error when starting the mod from xmodgames.....
Perhaps you got another tip or trick .....
THX
Alex
Frank Westlake said:
That partition is normally mounted for reading only, not for writing. Remount it as writable, copy the file, then remount as read-only again:
mount -o remount,rw /system
cp /system/xbin/su /system/bin
mount -o remount,ro /system
The SuperSU installation script will delete that copy when you flash the update again so it isn't permanent, and there is only a small chance that this is the problem.
Frank
Click to expand...
Click to collapse
alecz2012 said:
Perhaps you got another tip or trick .
Click to expand...
Click to collapse
In a terminal, run
logcat -c
Then run the application which is failing to get root; then immediately after it fails run
logcat -d > /sdcard/dump.txt
Then examine '/sdcard/dump.txt' to see if it contains an error message which might help.
Frank
Hi Frank,
done, but in the txt file it is a bunch of - at least for me - magic !
I can find lotz of krsdk stuff, looks like a former try of kingroot is still existant and might prevent something there, or perhaps that's because xmodgames is checking for kingroot ...
Really do not know .....
Anyway,
I think I am getting closer , but still the last mile to take
Frank Westlake said:
In a terminal, run
logcat -c
Then run the application which is failing to get root; then immediately after it fails run
logcat -d > /sdcard/dump.txt
Then examine '/sdcard/dump.txt' to see if it contains an error message which might help.
Frank
Click to expand...
Click to collapse
alecz2012 said:
...looks like a former try of kingroot is still existant and might prevent something there, or perhaps that's because xmodgames is checking for kingroot ...
Click to expand...
Click to collapse
That's a very reasonable guess. I assume that you rooted with Kingo Root then replaced that with SuperSU. Maybe Kingo Root is still active on your device. Maybe SuperSU did not install and the root checker found Kingo's 'su'. Take a good look at both installations and try to figure out what is there. Does the SuperSU Android application run? See if 'su' will tell you whose it is by running
su --version
Frank
Kingroot didn't work when I tried it, therefore I went through the SuperSU installation.
su --version gives me
"2.45:SUPERSU"
Best regards,
Alex
Frank Westlake said:
That's a very reasonable guess. I assume that you rooted with Kingo Root then replaced that with SuperSU. Maybe Kingo Root is still active on your device. Maybe SuperSU did not install and the root checker found Kingo's 'su'. Take a good look at both installations and try to figure out what is there. Does the SuperSU Android application run? See if 'su' will tell you whose it is by running
su --version
Frank
Click to expand...
Click to collapse
I can't see what's happening from here but the cause could very well be the incomplete KingRoot attempt. It might be that your solution is to revert to stock to remove that Kingo stuff then root again using the procedure that succeeded.
Frank
i have same problem as OP, i have moto e stock 5.0.2 rooted with supersu can anyone help me
demoakka said:
i have same problem as OP, i have moto e stock 5.0.2 rooted with supersu can anyone help me
Click to expand...
Click to collapse
Same problem with me also i really need the mod working, few other apps like freedom is working but gltools arent working
The ClashofClans mod has a problem: "Mod start fails. Please confirm XModgames is authorized with root permission".
same problem with me also..
xmodgames needs to be updated, not SuperSU.
Some problem for me with Xmod for Boom Beach. Before i updated to Android 5.0.1 it was working.
Edit: Had an old Xmod version which i installed from titanium backup. New Xmod Version fixed the problem for me.
i have this problems but i have runned root please help me
~
i have Samsung Tab 10.5 (SN-T805) .. and it has the same issue
me and one of my expert friends analyzed the application to see what is the problem, we found out that XMODGAMES doesn't check the root properly
So, if there was an expert person that can reverse engineer the application and fix this issue, that would be great
PS: we don't have time to do it, because of our final college exams, we might do it in the summer.
~
alecz2012 said:
Hi all,
I have SuperSU Pro 2.46 installed on a lifetab P8912.
Everything worked and I got checked with rootchecker that everything works fine.
Xmodgames also starts with the message that it has root permissions granted.
The ClashofClans mod has a problem: "Mod start fails. Please confirm XModgames is authorized with root permission".
What can I do ? Does anybody else encounter the same problem or fixed that already ?
THANKS a lot for your help,
Alecz
Click to expand...
Click to collapse
make ur device language tu english
My xmodgames can't work either?have you found a way to fix it?
Here is the solution How to run Xmod games in android lollipop

[Q] Supersu don't update, but adb shell is granted! HELP

Hello guys, it's the first time that i post in XDA, i don't know if i am in the right place (sorry if no, and sorry for my bad english), but i have a tablet RK3066 (DL tablet 3003) (at least is what cup-id say) and i have recently flashed it to stock firmware, before, i had root acess in it, i don't remember how i did it at the first time, but i was with serious problems to do it.
Ok, now, after i flashed it, and try to root again, i tryed to use Kingoroot via pc, and it says "root success", but Supersu.apk don't update the binary and even if i tap cancel update, the app that need root permission don't is prompted and can't get permission.
Ok, you can say, so, you haven't root installed, try another way!
But, how can i do not have root installed if, even with this things, in adb i have all the permission?!
And the most curious, i know if you will use adb shell it will return a line with this $, and then you type "su" to it turn into #, but here no! When i use adb shell it comes already with a #, to be more especific, it comes like this "[email protected]:/ # ".
So, i don't know more what can i do cause i have root acess via adb, but Supersu.apk don't update binary and don't prompt to permissions.
I have a custom CWM for RK3066 generic from androidtab, but with some erros to mount some folders like sdcard, system...
If someone know how to fix this i will be thankful.
I was thinking about a way to change apk permissions via adb, someone can say to me how can i grant permissions to apk via adb commands?
Thanks, and sorry for my bad english, i am brazilian that never studied in a english school, and sorry if i am in the wrong place for this!
PS01: I already try to unroot but without success, any way, i can unnistall and install supersu any time but no work, can't update binary.
PS02: I have this issue too via cwm:
HTML:
E:Can't find misc
E:Can't mount /cache/recovery/command
E:Can't find misc
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't find misc
E:Can't mount /sdcard/
If can help you, i am posting the cache/recovery/last_log files pulled via adb. and a SS of the adb shell in #.
I already try to use TWRP but the touch is with some issues in this recovery mode!
PS03: I used KingoRoot to root it again, then, it installed KingoUser(to grant permissions, it is working), but i want to use Supersu, and Supersu cannot update binary.
If you're running Android > 4.2, you may try the solution in the attachement. If you're running Windows, and if your Android system is 32 bit, just (double) click on the *-32.bat file.
nmset said:
If you're running Android > 4.2, you may try the solution in the attachement. If you're running Windows, and if your Android system is 32 bit, just (double) click on the *-32.bat file.
Click to expand...
Click to collapse
Sorry, i forget to say this, is 4.4.2 updated by developers of the tablet.
this kind of archive is to update the binary or is another way to root?
Thanks for reply !
nmset said:
If you're running Android > 4.2, you may try the solution in the attachement. If you're running Windows, and if your Android system is 32 bit, just (double) click on the *-32.bat file.
Click to expand...
Click to collapse
YOU ARE THE MAN!!! hahahaha... thanks to it guy... now i will try to solve the ummounting error...thanks again.
how i close the thread?
Yakchimi said:
how i close the thread?
Click to expand...
Click to collapse
There should be a howto in the forum's manuals to close a thread
The kingroot stuff puzzled me to the point that I started to play with it. I quickly found out that it was difficult to remove. I could do it with a few scripts in the attachement. The key point is removing file attributes. I look forward to hear of success or failure with details.
nmset said:
The kingroot stuff puzzled me to the point that I started to play with it. I quickly found out that it was difficult to remove. I could do it with a few scripts in the attachement. The key point is removing file attributes. I look forward to hear of success or failure with details.
Click to expand...
Click to collapse
But isn't Kingroot is "KingoRoot", and the thread back cause i was using the user of kingoroot, but play store update it's and broken again, and i don't know how to use the files you gave me..
kingoroot !!! I was all way through far from your problem ! I can't really be of help to you in that case, just trash the files, sorry !
Ok
nmset said:
kingoroot !!! I was all way through far from your problem ! I can't really be of help to you in that case, just trash the files, sorry !
Click to expand...
Click to collapse
Hey, i did it, after root again with kingoroot via pc, installed supersu, open it, kingouser ask for permission to supersu, i gave it, and supersu updates binary, then i unnistalled kingouser..
thansk all you.

Categories

Resources