Rooting. Question - Optimus One, P500, V General

OK I have a weird question about rooting of my optimistic v. First off I was rooting my ole lady's Motorola triumph(easiest ever to root) since from factory it has a sudo file in it already. You just have to root the phone thru terminal emulator.
Now to my question when I send my phone off to get fixed,do they gain root access like we have to or is that file already on the phone and they just have to command it on? And if so what file? Seeing as you need root access to view the system folder can't really see anything that looks like it has anything to do with su. I've looked with root explorer.
Just wondering if anyone knew, I'm pretty sure they hook it up to a computer and give it temporary root and take it off when they ship it back
Thanks
Sent from my LG-VM670 using xda premium

Related

[Q] install-recovery.sh removal for CWM to Work

OK... I have my Atrix Unlocked, Rooted and up on 2.3.4(4.5.91) Life is Good, however...
I am attempting to get the CWM (ROMRacers) onto my system so I can do the backups again and mess with the other ROM's. However, I am getting the same issue as a few others are, I go into Clockwork and tell it to load a ROM or just to backup and it puts me into the Android Recovery and not CWM. It seems that the install-recovery.sh file is the issue. I cannot remove/move/rename it with the SuperUser enabled ES File Explorer or other apps. Is there an adb shell command string I can use to do this? I am not familiar enough with it to want to just start slashing it without having the safety net of CWM in place.
I searched and came up with this nexus thread about deleting the file
http://forum.xda-developers.com/showthread.php?t=740748
I was working from this Atrix thread that referred to deleting the file if CWM is not acting correct:
http://forum.xda-developers.com/showthread.php?t=1154600
Thnx! This is the first time I could not find a direct answer to the issue I was having.
C0rr0ded said:
OK... I have my Atrix Unlocked, Rooted and up on 2.3.4(4.5.91) Life is Good, however...
I am attempting to get the CWM (ROMRacers) onto my system so I can do the backups again and mess with the other ROM's. However, I am getting the same issue as a few others are, I go into Clockwork and tell it to load a ROM or just to backup and it puts me into the Android Recovery and not CWM. It seems that the install-recovery.sh file is the issue. I cannot remove/move/rename it with the SuperUser enabled ES File Explorer or other apps. Is there an adb shell command string I can use to do this? I am not familiar enough with it to want to just start slashing it without having the safety net of CWM in place.
I searched and came up with this nexus thread about deleting the file
http://forum.xda-developers.com/showthread.php?t=740748
I was working from this Atrix thread that referred to deleting the file if CWM is not acting correct:
http://forum.xda-developers.com/showthread.php?t=1154600
Thnx! This is the first time I could not find a direct answer to the issue I was having.
Click to expand...
Click to collapse
In root explorer change option of read only to read and write?? On top
Sent from my CM7 Motorola Atrix 4G
C0rr0ded said:
OK... I have my Atrix Unlocked, Rooted and up on 2.3.4(4.5.91) Life is Good, however...
I am attempting to get the CWM (ROMRacers) onto my system so I can do the backups again and mess with the other ROM's. However, I am getting the same issue as a few others are, I go into Clockwork and tell it to load a ROM or just to backup and it puts me into the Android Recovery and not CWM. It seems that the install-recovery.sh file is the issue. I cannot remove/move/rename it with the SuperUser enabled ES File Explorer or other apps. Is there an adb shell command string I can use to do this? I am not familiar enough with it to want to just start slashing it without having the safety net of CWM in place.
I searched and came up with this nexus thread about deleting the file
http://forum.xda-developers.com/showthread.php?t=740748
I was working from this Atrix thread that referred to deleting the file if CWM is not acting correct:
http://forum.xda-developers.com/showthread.php?t=1154600
Thnx! This is the first time I could not find a direct answer to the issue I was having.
Click to expand...
Click to collapse
What Ilkinansr92 said....
But if you are too cheap to buy root explorer like myself, es file explorer from the market does the same thing but it's free..
Settings> Mount /system as writable" and you are good to go.
OK.. was able to delete the file. Now to get it to play nice with CWM's low level.
Got it and was successful with a backup. Next (not right now) is to test the restore before I get stupid with a different ROM. I like where I am and will revert if the others are not to my liking...
Why? because it is not Steve's toy I am renting and I can!
C0rr0ded said:
OK.. was able to delete the file. Now to get it to play nice with CWM's low level.
Got it and was successful with a backup. Next (not right now) is to test the restore before I get stupid with a different ROM. I like where I am and will revert if the others are not to my liking...
Why? because it is not Steve's toy I am renting and I can!
Click to expand...
Click to collapse
can i ask how did you remove it??

detecting rooted devices

does anybody know if there's a way to block an app fr detecting that your phone is rooted, i was trying to redeem my code for my digital copy to download fast five on my phone using pocket BLU, once it gets ready to download it let's me knw that it detected that my phone was rooted n doesn't let me download, i also had the same problem with blockbuster before I was rooted I purchased some movies but after I was rooted tried to go back to my movies n. same thing, detected my device was rooted... I was wondering if there's a way or hack that we can do to not make it detectable as being rooted, thanx
Sent from my PG86100 using XDA App
do you have the Superuser app auto allow root requests or do you have to manually allow each time?
ozkaya said:
do you have the Superuser app auto allow root requests or do you have to manually allow each time?
Click to expand...
Click to collapse
everytime u get an app that request root user permission I have to allow, it doesn't allow automatically but once I have aloud an app I don't have to do it again
You have to delete the root detection in some smali files to remove it.
私のEVO 3Dから送信される
Flip35 said:
does anybody know if there's a way to block an app fr detecting that your phone is rooted, i was trying to redeem my code for my digital copy to download fast five on my phone using pocket BLU, once it gets ready to download it let's me knw that it detected that my phone was rooted n doesn't let me download, i also had the same problem with blockbuster before I was rooted I purchased some movies but after I was rooted tried to go back to my movies n. same thing, detected my device was rooted... I was wondering if there's a way or hack that we can do to not make it detectable as being rooted, thanx
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
a temporary fix:
1) rename /system/bin/su to anything else, example: /system/bin/jk. i prefer to use adb shell for the renaming.
2) run the application which looks for root
3) when done running the application which has root detection, rename /system/bin/jk back to /system/bin/su.
this should work because the root detection method most applications use is to only check if a file named /system/bin/su is present. if that file is present, they consider the phone rooted. they usually don't even attempt to open the /system/bin/su which would trigger the superuser apk, they usually only look to see if the /system/bin/su file *exists*.
hope that helps!
joeykrim said:
a temporary fix:
1) rename /system/bin/su to anything else, example: /system/bin/jk. i prefer to use adb shell for the renaming.
2) run the application which looks for root
3) when done running the application which has root detection, rename /system/bin/jk back to /system/bin/su.
this should work because the root detection method most applications use is to only check if a file named /system/bin/su is present. if that file is present, they consider the phone rooted. they usually don't even attempt to open the /system/bin/su which would trigger the superuser apk, they usually only look to see if the /system/bin/su file *exists*.
hope that helps!
Click to expand...
Click to collapse
after doing this is not gonna mess anything up with me been rooted, i'm still gonna b able to flash roms n all that?
joeykrim said:
a temporary fix:
1) rename /system/bin/su to anything else, example: /system/bin/jk. i prefer to use adb shell for the renaming.
2) run the application which looks for root
3) when done running the application which has root detection, rename /system/bin/jk back to /system/bin/su.
this should work because the root detection method most applications use is to only check if a file named /system/bin/su is present. if that file is present, they consider the phone rooted. they usually don't even attempt to open the /system/bin/su which would trigger the superuser apk, they usually only look to see if the /system/bin/su file *exists*.
hope that helps!
Click to expand...
Click to collapse
joey good **** man, u da man, got it downloading my movie now so it worked
Flip35 said:
does anybody know if there's a way to block an app fr detecting that your phone is rooted, i was trying to redeem my code for my digital copy to download fast five on my phone using pocket BLU, once it gets ready to download it let's me knw that it detected that my phone was rooted n doesn't let me download, i also had the same problem with blockbuster before I was rooted I purchased some movies but after I was rooted tried to go back to my movies n. same thing, detected my device was rooted... I was wondering if there's a way or hack that we can do to not make it detectable as being rooted, thanx
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
There's an app on the market "temp root remover" this works great for me..is much easier...
Sent From My HTC EVO 3D ROOTED
luisrod03 said:
There's an app on the market "temp root remover" this works great for me..
Sent From My HTC EVO 3D ROOTED
Click to expand...
Click to collapse
so we can go unroot n root pretty easy?
Flip35 said:
so we can go unroot n root pretty easy?
Click to expand...
Click to collapse
Yes....on one click
Sent From My HTC EVO 3D ROOTED
luisrod03 said:
Yes....on one click
Sent From My HTC EVO 3D ROOTED
Click to expand...
Click to collapse
iight thanx ill give itt a shot
After you rename the file you lose root. How do you regain root privilege to rename the file? Do you chmod? How do you mount rw?
larsdennert said:
After you rename the file you lose root. How do you regain root privilege to rename the file? Do you chmod? How do you mount rw?
Click to expand...
Click to collapse
Try the app I put on the previous post that's going to give root access again...
Sent From My HTC EVO 3D ROOTED
larsdennert said:
After you rename the file you lose root. How do you regain root privilege to rename the file? Do you chmod? How do you mount rw?
Click to expand...
Click to collapse
yes try the app that luis posted it works flawless, i went in blockbuster and pocket BLU and downloaded all my movies without any issues got don't when to temp unroot remover one click n. back to normal, that app is definitely a life saver, thanx luis
Flip35 said:
yes try the app that luis posted it works flawless, i went in blockbuster and pocket BLU and downloaded all my movies without any issues got don't when to temp unroot remover one click n. back to normal, that app is definitely a life saver, thanx luis
Click to expand...
Click to collapse
you welcome.....
Ok tried to watch fast five from the market, got video playback not supported on rooted devices error 49. Tried to find "temp root remover" in market... No results... Tried renaming system/bin/su still wont work... Ideas?
Ok got the temp root remover but is not working... Help?
Edit... Found a fix. Must be a synergy thing cause got the app to work in viperROM... guess synergys just heavyhanded with the tweaks.
Sent from 3D A.W.E.S.O.M-O
motoelliot said:
Ok tried to watch fast five from the market, got video playback not supported on rooted devices error 49. Tried to find "temp root remover" in market... No results... Tried renaming system/bin/su still wont work... Ideas?
Ok got the temp root remover but is not working... Help?
Edit... Found a fix. Must be a synergy thing cause got the app to work in viperROM... guess synergys just heavyhanded with the tweaks.
Sent from 3D A.W.E.S.O.M-O
Click to expand...
Click to collapse
Yeah synergy is cool rom but the bad thing is that when trying to change system files is not going to let u....
Sent From My HTC EVO 3D ROOTED
Flip35 said:
after doing this is not gonna mess anything up with me been rooted, i'm still gonna b able to flash roms n all that?
Click to expand...
Click to collapse
as you found out, the temporary fix won't "mess" with anything as long as you restore the su binary back to its default name.
larsdennert said:
After you rename the file you lose root. How do you regain root privilege to rename the file? Do you chmod? How do you mount rw?
Click to expand...
Click to collapse
you don't lose root by renaming the su binary. by renaming the su binary, you're ONLY changing the name of the su binary. the su binary does not require itself to be named "su" to execute properly. of course, make sure not to run chmod and remove the setuid bit on the file.
command: mv /system/bin/su /system/bin/jk
now, instead of having to type "su" for root, you'll type "jk" or whatever the new name of the su binary is.
also, you can configure adb shell to always drop to root access by toggling the ro.secure value, either 0 or 1, in the default.prop file which is stored inside the ramdisk of the boot.img kernel file. many custom kernels toggle this setting so adb shell always drops to root, even if no "su" binary exists on the system.
worse case, if for some reason you make a mistake, you can always boot into the custom recovery which provides root access via adb shell (ro.secure is toggle as such in the ramdisk of the recovery custom kernel) and setup root access again from there.
hope the additional information and technical details help!
Temp Root Remover
After using this app or manually renaming in Terminal Emu. Root is still detected by Pocket Blu. Any suggestions?
senjam1 said:
After using this app or manually renaming in Terminal Emu. Root is still detected by Pocket Blu. Any suggestions?
Click to expand...
Click to collapse
Really??? I've been using the app fr the market temp unroot remover n it works

[Q] Mounting trouble, bloatware removal only.

Greetings everyone!
New *registered* user here! I've been frantically sifting through post after post on the forums all night hoping to get some help with an issue I am having on my Vibrant.
Goal:
Remove some bloatware ONLY, not looking to install any ROMs or modify the phone too much...just clean some annoying apps and icons off.
Phone Information:
Model SGH-T959
Firmware 2.2
Baseband T959UVKB5
Kernel 2.6.32.9
Build FROYO.UVKB5
I currently have the latest version of Java, Android SDK, and SuperOneClick installed.
Install directory of AndroidSDK:
C:\AndroidSDK
My method of failure:
Open SuperOneClick, Click "Root"
Start, Run, "CMD"
cd c:\AndroidSDK\tools
adb shell
mount -o rw,remount /dev/block/st19/system
This is where it fails and I run into an endless loop of it telling me the proper usage of the "mount" command. I thought I had it at one point but when I typed: rm /system/AmazonMp3.apk all it did was tell me that it was a read-only file and that it couldn't be deleted.
Can someone help lead me in the right direction of what I am doing wrong? I rooted and removed all bloatware about a year ago but I just did an upgrade through MiniKies to the latest version of firmware and I can't seem to remember the process I went through that long ago to get it done right.
I apologize for possibly asking a question that has been asked numerous times but I just couldn't seem to get the wording right to get any helpful results in the search of the forums. Thank you so much for the time in reading this and the future help if any can be provided. Have a great night!!!
It looks like you are in the wrong directory. Open a command prompt in
C:\AndroidSDK\platform-tools
Open the platform tools folder. Click on a blank space > hold down the shift key > hit right click > select open command window here. Then enter the commands:
adb devices "to check if your device is connected. also make sure usb debugging is enabled on your phone.
adb remount
adb shell
su
mount -o remount,rw -t rfs /dev/stl5 /system
rm -r /system/app/[AppName].apk
If you want a list of all your /system/apps enter this command
cd /system/app
ls *.apk
This is much easier if you download rom toolbox from the market. All you do is go to /system/app and delete whatever bloatware you dont want.
BUT BE EXTREMELY CAREFUL WHEN DELETING SYSTEM APPS. ONLY DELETE WHAT YOU KNOW IS BLOATWARE OTHERWISE YOU WILL GET FC'S
good luck
Would I still need to follow the steps prior to that and use SuperOneClick to root the device or do I just skip that process and go straight to the cmd prompt?
Also, I followed a tutorial I found for installing the Android SDK that informed me to copy all the files from android-tools to the tools directory and use that instead but I don't know what the use in that is except for maybe a smaller directory name?
EDIT: I tried what you said with and with using SuperOneClick prior to the procedure and the cmd prompt displayed the following text:
*opened cmd promt in C:\AndroidSDK\tools (no files in platform-tools anymore)*
adb devices (it found my device connected)
adb remount (adb remount: no such file or directory exists)
The adb shell and su commands works fine BUT I still hit the endless loop of it trying to explain to me the "usage" of the mount command.
I will look into Rom toolbox as I'm trying to figure this out as well. Thank you.
I strongly recommend you download root explorer or some similar root browser app. Of course though your phone must be rooted. Just try rom toolbox. It has its own root browser within the app along with other useful features. This is probably the easiest way to uninstall the bloatware in your case since you are having issues with adb.
Sent from my Galaxy Nexus using XDA
Thank you!
Okay, I have the suggested "rom toolbox" downloaded from the market and I will try to use that but SuperOneClick does not root the phone deep enough for rom toolbox to see the phone as rooted so...will the "updated.zip" method work for this instead?
I haven't tried it before but I am willing to give it a go if you think it's the best method. If this is the method you recommend, would you happen to have a link to the most recent or atleast most trusted updated.zip rooting method?
CScrivener said:
Thank you!
Okay, I have the suggested "rom toolbox" downloaded from the market and I will try to use that but SuperOneClick does not root the phone deep enough for rom toolbox to see the phone as rooted so...will the "updated.zip" method work for this instead?
I haven't tried it before but I am willing to give it a go if you think it's the best method. If this is the method you recommend, would you happen to have a link to the most recent or atleast most trusted updated.zip rooting method?
Click to expand...
Click to collapse
You can try rooting your phone using this toolbox.
http://forum.xda-developers.com/showthread.php?t=954509
If that does not work for you i will try and find the link to the "one click root program" i use all the time.
Here is an excellent guide to root.
http://forum.xda-developers.com/showthread.php?t=849028
Sent from my Galaxy Nexus using XDA
Here is the program i use. Just remember to have usb debugging enabled on your phone. It really cant get any easier than this.
http://forum.xda-developers.com/showthread.php?t=739300
Sent from my Galaxy Nexus using XDA
So I downloaded the one click program you suggested and the program itself seems to bee pretty straight forward.
I connected phone to computer with debugging on. Opened program and hit one click root. It started doing it's thing...phone rebooted and went into recovery. I started to follow instructions up until I got to where it said install packages. When I clicked it, the phone said installation failed no such file our directory exists.
The phone is looking for the updated.zip file but none exists in the one click folder. There is a root.zip and an unroot.zip...do I need to rename one of them to proceed???
Thank you so much for all the help so far, I feel like I'm so close but just not there yet. You have been an incredible help!
Sent from my SGH-T959 using XDA
CScrivener said:
The phone is looking for the updated.zip file but none exists in the one click folder. There is a root.zip and an unroot.zip...do I need to rename one of them to proceed???
Click to expand...
Click to collapse
The way (Stock) Recovery works is if you are not "Install from SD" then it will look for the file labeled Update.zip. So you can rename only the Root.zip to Update.zip and make sure that is the only thing on your internal SD labeled that or with .zip Put the unroot.zip in a folder for now. Then try again.
Alright, will give that a try when I get home. I thought I read that the program copied the update.zip file to the phone during it's process so I didn't want to do anything to work against that. I will rename one of the files, copy it to the phone and give the one click root another shot. Thank you!
Sent from my SGH-T959 using XDA
CScrivener said:
Alright, will give that a try when I get home. I thought I read that the program copied the update.zip file to the phone during it's process so I didn't want to do anything to work against that. I will rename one of the files, copy it to the phone and give the one click root another shot. Thank you!
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
There is no need to rename anything. The program does it all for you. Play close attention to the first screen (green one) if it says update.zip copied successfully it will then reboot your phone to stock recovery. Once you are in stock recovery all you do is click reinstall packages. Keep clicking reinstall packages even if it reboots the first time. To prove my point mount your phone to your pc and check to see if the update.zip is copied onto the root of your into storage. If not well copy the update.zip from the last guide i suggested from above.
Also check to see if the superuser app is installed on your phone. The program also installs that along with the update.zip. If you have superuser then go to the market download rom manager so you could download CWM.
Sent from my Galaxy Nexus using XDA
Alright, so I tried it again once I got home. Didn't work BUT I did see that update.zip was installed into my phone. The sig verification failed, which means I need to change recovery versions to the one that skips sig verification correct?
I'll go search the forums for that since I remember seeing that a little while ago but that is the correct path I need to take at this point in time am I right?
Thank you so much! Big big help!
You can pull the CWR from my signature. Same as before. Put it on your internal labeled update.zip, boot into recovery and and scroll down to Reinstall Packages. Hit it. It will cycle and probably come back to stock recovery. Hit Reinstall Packages again and the stock recovery will go from blue to green (CWR).
Side note, probably from there you will be able to install the Superuser update.zip. Just go to Install from SD card and find it and hit it. The reboot. Might not but the CWR instructions above shoudl work for you.
Well I changed the recovery version using the file from http://forum.xda-developers.com/showthread.php?t=833423 and then used the OneClickRoot and was able to get the update installed (I think). The phone booted up normally, I noticed that SU Permissions was installed so I figure I am rooted correct? WRONG. Rom toolbox says I am not. Is there another way to verify? Should I reinstall Rom toolbox incase it's just bugging out on me?
So I tried using Rom Manager too. Looks as tho SU is not installed correctly, will have to try again I guess.
Cannot install CWR, tried and the recovery text stays blue even after 14 times of reinstalling packages...
This phone will be sent flying across the room sometime tonight I'm guessing. About to erase the entire thing and try starting from scratch again. (Start from Eclair and work my way up maybe)
If you are willing to start from Eclair it would be soooo much easier that all this stuff.
Odin to stock, flash CWR from my signature, go from blue to green and then flash Fishman's Bionix and you are good to go. Simple and way easier than all this mess. Just download Fish's and put it on you SD card somewhere you'll remember. Once in green recovery just scroll to that ROM and flash it per OP.
We've just been trying to Root you since on your OP you said you didn't want to flash a custom ROM.
Well...I'm still trying to avoid flashing Roms (I've upgraded through MiniKies and that's it).
I've only been trying to root just to clean bloatware off but it seems that I must be lacking the technical skills to follow instrcutions properly....nothing is cooperating and even after following all steps nothing wants to work like it should.
Grrrr! One last try to get CWR working before I lose my mind and need to take a break/walk away for a bit.
Ok, so I'm currently back to stock Eclair (ew!!) and about to boot to recovery to install CWR. Wish me luck on that one....
Wooo, CWR up and running! Now I just have to work on a flash maybe or whatever steps were suggested next...I might try the ROM you suggested.
The ROM gets placed on external sdcard and installed from within CWR correct?
Do most ROMs remove bloatware and useless apps?
Yes and are pre-Rooted. Put the ROM.zip on either card. I have a folder that I use. Boot into recovery and get green recovery back. Go to install from SD, find the ROM and flash it per the OP instructions.
Bloat free, pre-Rooted and usually has Voodoo so you can get Voodoo Sound from the market and have a sonic ear-gasm.
Just wanted to say thanks for all the help! I installed the suggested ROM last night and I am very happy with the results thus far. It was alot easier than I thought it would be. Flashing a ROM was MUCH more simpler than the root only decision. Thank you again!

[Q] Has anyone managed to install new Google Now/Search without root?

Not sure if it's possible, but it's the only thing I'm looking to be able to do with my phone right now since I can't root ( HBoot 1.15 problem ).
Could the manual steps outlined HERE work if I'm using a stock phone with now unlock or root? It just seems like there's no need for root with any of these steps, maybe I'm wrong?
Steps:
Manual:
Download The Google Now Apk. [Link below]
Open up Root Explorer and go to your downloaded apk.
Rename the apk to "GoogleQuickSearchBox.apk"
Now go to [System - App] mount R/O and rename "GoogleQuickSearchBox.apk" to "GoogleBackUp.bak"
Now copy the downloaded apk [The one you renamed to "GoogleQuickSearchBox.apk"] to [System - App]
Reboot
Click to expand...
Click to collapse
Why can't you root?
You can still root with the new HBOOT, you just can't get S-OFF, which is not the same thing. And those instructions you quoted won't work without root since Root Explorer requires root.
Yes sorry rather then ask I should have told them that. Use HTC dev unlock, fastboot flasg recovery and then flash root installer. My guide doesn't have any tutorials but it explains just about everything you should know about your phone, its worth a read. I explain soff, HTC dev unlock, recovery, ROM, radios, you name it and I probably already added it. I even have very specific troubleshooting scenarios and I explain the cause (and solution for the harder problems)
I don't want to HTCDev unlock. I'll wait for S-Off for 1.15. I can access the root of my device over this program on my computer without being rooted... Just figured I'd ask.
Root access and accessing the root of your phone are not the same thing. Also for this particular phone, the internal memory is considered the internal SD card, this is not the root filesystem. HTC just uses a screwy workaround. You can unlock and root or remove root relock and restore to stock at anytime and you can do most of what's possible with soff there's no reason to not do so even if waiting for soff
Hmm root some how slipped my mind, I guess I'm off to add an explanation of superuser permissions to my guide
eXplicit815 said:
I don't want to HTCDev unlock. I'll wait for S-Off for 1.15. I can access the root of my device over this program on my computer without being rooted... Just figured I'd ask.
Click to expand...
Click to collapse
yes but you cant copy with out root.
You have to root. And I'd suggest dev unlocking now anyway. You can always soff later if it's found
Sent from my EVO using Tapatalk 2
Yes i have done it
what you have to do is download 2 apks, but first tell what device, is it ics 4.0.3+ etc.

Can't Root with SuperTool, Read-Only...

Hey there! About 2 months ago I first rooted my HTC Legend and unlocked my bootloader and ugraded it to hboot 1.02
I installed cyanogenmod 7.2 and all worked great. I have CWM 5.0.2.8 installed too. And supertool worked for me (zergling rushes commenced . I was also able to use eclipse for android to view my root files via the computer.
Well I cant do this anymore. I can only see my root files via the phone using Root Explorer Lite which I downloaded from the play store.
And supertool is giving me errors of read-only file system (see attached screenshot) and says pushing Superuser.apk, so it appears on my phone, I also opened it but I don't know what im supposed to do in there??
I just want to be able to access my root files via my computer. do I have to use eclipse or is there another program? what am I doing wrong here?
ATM im using a workaround where I copy files to my SD card and then using Root Explorer Lite I copy for instance ringtones to the system/media/audio/ringtones folder and that works. But I need a simpler method like drag and dropping files into this folder via my computer. How can I do this?
Thanks for you help!
You can try qtadb.
Sent from my Legend using xda app-developers app
Curious as to actually know the need to use supertools when your already using a rooted rom?
I am so sure supertools was only needed to root a non rooted Rom, perhaps supertools stuffed it up....
Have you simply tried just using adb commands from cmd?
Perhaps your issue is the pc itself.
Maybe first is to try this:
Adb devices (proves phone and pc are connected).
Adb shell
Then type "su"
Then type "ls" (this gives file listing on device)
This is assuming you know anything about windows cmd, Adb and stuff like that.
Just some basics to get you started in trying to diagnose.
Hey, why not try restoring a nandroid backup you did earlier, you did do a backup yeah?
Sent from my HTC Desire HD using xda app-developers app
jazib360 said:
You can try qtadb.
Sent from my Legend using xda app-developers app
Click to expand...
Click to collapse
thanks this actually worked! i dont even know how/why but it did
i tried other programs like Droid Explorer or Android Commander but it didnt let me copy files to system/media/ or wutever. and it would say my phone isnt rooted.
i tried the cmd promt as ranger said with adb shell
i did the su and ls thing and it works (displays dir/files list) but thats not the problem, the problem is when i type something like this:
chmod 777 media/
and it says it cant change permissions cuz its read-only file system, the same reason supertool didnt want to work. i wan my zergling rush!!!
seriously this is weird

Categories

Resources