Disable Anti-Virus!! (if having S-OFF Exploit issue) - HTC EVO 3D

EDIT: Thanks to Steal25 and Ausch30, Your antivirus WILL stop the EXE from running. TURN IT OFF, and obviously back on wants your S-OFF. (thanks from AlphaRev, Unrevoked, and TeamWin)
My Original question...
I for some reason when ever i double click on the Revolutionary exploit, the CMD shows maybe for 4 seconds then ends, and i cant get it open a second time with out re-extracting it.
ADB recognizes my phone.
Ive restarted my CPU
I turned off Firewall.
Still no effect.
This also applies to the drivers exploit and fastboot exploit.
Im running Windows Vista

still no luck ?
is it just insta closing when you click on it or is it waiting for device?

Geeble said:
still no luck ?
is it just inst closing when you click on it or is it waiting for device?
Click to expand...
Click to collapse
nothing man. it opens the cmd, does nothing but read the main title, freezes for 3 seconds and exits

coffeehandle said:
I for some reason when ever i double click on the Revolutionary exploit, the CMD shows maybe for 4 seconds then ends, and i cant get it open a second time with out re-extracting it.
ADB recognizes my phone.
Ive restarted my CPU
I turned off Firewall.
Still no effect.
This also applies to the drivers exploit and fastboot exploit.
Im running Windows Vista
Any suggestions?
Click to expand...
Click to collapse
right click the revolutionary.exe and select run as administrator

ausch30 said:
right click the revolutionary.exe and select run as administrator
Click to expand...
Click to collapse
did that as well

this happened to me also, it seems (atleast for me) norton anti virus didn't like it very much. try shutting off your anti virus and try it again. hope that helps.

have you tried running it from a cmd window ?
start Menu search/run
type cmd
drag file into window press enter
that is if it just keeps closing as soon as you open it.
that is all i got unfortunately .

steal25 said:
this happened to me also, it seems (atleast for me) norton anti virus didn't like it very much. try shutting off your anti virus and try it again. hope that helps.
Click to expand...
Click to collapse
AH didnt think about that. lets see...

steal25 said:
this happened to me also, it seems (atleast for me) norton anti virus didn't like it very much. try shutting off your anti virus and try it again. hope that helps.
Click to expand...
Click to collapse
That was my next suggestion, I had the same issue

Got it to run by turning off Norton. But it wont read my serial code. Is there a way you can copy and paste in a CMD? mine i thought did that but isnt now

My cmd closed trying to install Clockworkmod.....any suggestions?

coffeehandle said:
Got it to run by turning off Norton. But it wont read my serial code. Is there a way you can copy and paste in a CMD? mine i thought did that but isnt now
Click to expand...
Click to collapse
you should be able to, type adb devices and get the s/n again and get a new beta code you may have just written it down wrong.

JOKERx2 said:
My cmd closed trying to install Clockworkmod.....any suggestions?
Click to expand...
Click to collapse
try installing teamwins recovery
put the twrp file in sdk-tools folder
cd into that folder and run the fastboot commands to install it.

JOKERx2 said:
My cmd closed trying to install Clockworkmod.....any suggestions?
Click to expand...
Click to collapse
Mine did the same thing. I told it to install CWM and I didn't quite notice that it had and the command window just closed. I got a little nervous but I just opened the SDK and opened a new CMD window and did adb reboot recovery and I was in CWM recovery

I don't understand one thing people say to uninstall sdk before you root but how would you be able to do adb to check the serial for example without having sdk installed
Sent from my PG86100 using XDA App

iliapiano said:
I don't understand one thing people say to uninstall sdk before you root but how would you be able to do adb to check the serial for example without having sdk installed
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
not sdk, you have to uninstall htc sync.

steal25 said:
not sdk, you have to uninstall htc sync.
Click to expand...
Click to collapse
I didn't and mine worked fine

ausch30 said:
Mine did the same thing. I told it to install CWM and I didn't quite notice that it had and the command window just closed. I got a little nervous but I just opened the SDK and opened a new CMD window and did adb reboot recovery and I was in CWM recovery
Click to expand...
Click to collapse
what i noticed also, don't know if it makes a difference or not, the "y" is capitalized and the "n" is not, like i said don't know if it makes a difference or not, but i caught that and put a capital "y" and everything went smooth.

DONE
steal25 said:
you should be able to, type adb devices and get the s/n again and get a new beta code you may have just written it down wrong.
Click to expand...
Click to collapse
Thanks guys. Ill click the thanks for anyone on my thread =]

steal25 said:
what i noticed also, don't know if it makes a difference or not, the "y" is capitalized and the "n" is not, like i said don't know if it makes a difference or not, but i caught that and put a capital "y" and everything went smooth.
Click to expand...
Click to collapse
The only issue I'm having is when I run adb shell from the command line I get $ instead of #. Anyone know if there something I forgot to do or is this the normal state of this root method at this point? Root apps work, CWM recovery is installed, Superuser app is installed, can't seem to access anything or do much from the command line.

Related

[Q] Stuck in bootloop and not rooted, How to back up data?

So, my phone is stuck in a boot loop. I can restore factory setting but first i want to back up my data .. specifically my text messages and pictures. They are very important. Is there a way i can do that ?
the bad news is Im not rooted. now im trying to find ways to save data from my the phone before i do a factory reset. i hope i can sort it out.
Thanks,
runingwild said:
So, my phone is stuck in a boot loop. I can restore factory setting but first i want to back up my data .. specifically my text messages and pictures. They are very important. Is there a way i can do that ?
the bad news is Im not rooted. now im trying to find ways to save data from my the phone before i do a factory reset. i hope i can sort it out.
Thanks,
Click to expand...
Click to collapse
Your pictures should be on your SD and unaffected, but without root I'd say goodbye to your messages.
XperienceD said:
Your pictures should be on your SD and unaffected, but without root I'd say goodbye to your messages.
Click to expand...
Click to collapse
so is there no hope even by using ADB commands for example, or some other way? :crying:
up
runingwild said:
so is there no hope even by using ADB commands for example, or some other way? :crying:
Click to expand...
Click to collapse
I think, without root, you can't view /data, but you can try.
If you can, the sms should be located in this .xml: er /data/data/com.android.providers.telephony/databases/mmssms.db
Then backup it via adb, reflash your rom and replace the file with the backuped one.
If you can't access /data, maybe you can root/flash cwm to your phone too, if it's bootloped? (Phone specific, so I don't know.)
Good luck.
Sent from my GT-I9100 using xda app-developers app
cakebomb said:
I think, without root, you can't view /data, but you can try.
If you can, the sms should be located in this .xml: er /data/data/com.android.providers.telephony/databases/mmssms.db
Then backup it via adb, reflash your rom and replace the file with the backuped one.
If you can't access /data, maybe you can root/flash cwm to your phone too, if it's bootloped? (Phone specific, so I don't know.)
Good luck.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
thanks for the advice,
and how can i view the .xml file? (im not experienced with android..)
btw, its an Htc Desire S. yes its stuck in bootloop now
runingwild said:
thanks for the advice,
and how can i view the .xml file? (im not experienced with android..)
btw, its an Htc Desire S. yes its stuck in bootloop now
Click to expand...
Click to collapse
Connect your phone to your computer, start adb shell and type in su and then cd data
If you can view the directory by typing in ls you should be able, to copy the .xml to your computer.
Sorry for the late reply.^^
cakebomb said:
Connect your phone to your computer, start adb shell and type in su and then cd data
If you can view the directory by typing in ls you should be able, to copy the .xml to your computer.
Sorry for the late reply.^^
Click to expand...
Click to collapse
ok thanks. i downloaded SDK, then installed ADB package. But now i click on Adb icon and it wont open. what am i doing bad??
runingwild said:
ok thanks. i downloaded SDK, then installed ADB package. But now i click on Adb icon and it wont open. what am i doing bad??
Click to expand...
Click to collapse
You have to open cmd.exe and navigate to the location, where the adb file is located.
Then type in ‘adb shell’.
Sent from my Nexus 7 using xda app-developers app
cakebomb said:
You have to open cmd.exe and navigate to the location, where the adb file is located.
Then type in ‘adb shell’.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
when i type in adb shell, it says Error: device not found, while the phone was in the boot menu.
Is it maybe because im missing drivers? I googled a bit and now i have the driver i need, its .exe file , what should i do with this file? if i double click on it, i get an error message.
thanks
runingwild said:
when i type in adb shell, it says Error: device not found, while the phone was in the boot menu.
Is it maybe because im missing drivers? I googled a bit and now i have the driver i need, its .exe file , what should i do with this file? if i double click on it, i get an error message.
thanks
Click to expand...
Click to collapse
Yes, the drivers could be the problem or maybe (but I don't hope so) the phone isn't recognizable in this mode via adb.
If you're using Windows, go to the device manager and check, if there's a android thing with a exclamation, then refresh the driver of this, if it's possible. Simply via right click etc. (Of course, if the device is connected.)
And have you tried this here? http://forum.xda-developers.com/showpost.php?p=15585507&postcount=2
btw: Your phone seems to don't boot up since a few days, do you don't need it? Another idea is, maybe you can backup all your files via fastboot/download mode or something else, but you'll have to post this question in the device specifically forum, because it's different on phones.
Okay, one more time good luck.
hello
cakebomb said:
Yes, the drivers could be the problem or maybe (but I don't hope so) the phone isn't recognizable in this mode via adb.
If you're using Windows, go to the device manager and check, if there's a android thing with a exclamation, then refresh the driver of this, if it's possible. Simply via right click etc. (Of course, if the device is connected.)
And have you tried this here? http://forum.xda-developers.com/showpost.php?p=15585507&postcount=2
btw: Your phone seems to don't boot up since a few days, do you don't need it? Another idea is, maybe you can backup all your files via fastboot/download mode or something else, but you'll have to post this question in the device specifically forum, because it's different on phones.
Okay, one more time good luck.
Click to expand...
Click to collapse
yes, in the device manager there is an android thing with a yellow exclamation. i clicked on refresh the driver and i get the window asking me where i want to get the driver from. since i have the driver in an Sd card, i´ll try that tomorrow.
well, i do need the phone, but now im using my old one. until i can finally fix this issue.
What did you mean with the Fastboot mode? when im in the boot menu, i can select Fastboot, but it wont help much, because it will just start the booting again (bootloop). but i dont know if this is what you meant with fastboot.
thanks
runingwild said:
yes, in the device manager there is an android thing with a yellow exclamation. i clicked on refresh the driver and i get the window asking me where i want to get the driver from. since i have the driver in an Sd card, i´ll try that tomorrow.
well, i do need the phone, but now im using my old one. until i can finally fix this issue.
What did you mean with the Fastboot mode? when im in the boot menu, i can select Fastboot, but it wont help much, because it will just start the booting again (bootloop). but i dont know if this is what you meant with fastboot.
thanks
Click to expand...
Click to collapse
Okay, but you can also let Windows automaticly search the internet for the drivers.
About fastboot, I don't know if you can backup files with this. (Normally you can use this to flash boot.img etc.) And I don't know, how it works on your device, so ask in your device forum.
Sent from my GT-I9100 using xda app-developers app
adb is not recognizing the device, so im giving up on recoverying the phone data. I tried a factory reset to fix the bootloop but it aint working either. So now i can only think of sending it to the Htc technical center, the phone is under warranty.
runingwild said:
adb is not recognizing the device, so im giving up on recoverying the phone data. I tried a factory reset to fix the bootloop but it aint working either. So now i can only think of sending it to the Htc technical center, the phone is under warranty.
Click to expand...
Click to collapse
Okay.
Are you talking about flashing stock rom, when you said factory reset?
If not, maybe this helps. (There's a link to flash stock rom in this thread.)
http://forum.xda-developers.com/showthread.php?t=1186401
Sent from my GT-I9100 using xda app-developers app

[GUIDE] Rooting

Okay, just wanted to put this info here for easy reference. Feel free to correct anything I may have wrong.
*Based on my experiences performing the operation on windows 7 x64.
1. Install the LG USB driver for windows found under the software tab from their site here
2. Download and extract the English version of the root optimus g created by fiddy619 from here
3. Set USB debugging on and attach your phone to usb, then put it in MTP/Media Sync mode. Next, open a command prompt and navigate to the "stuff" sub-directory of the extracted file. Run the command "adb devices" to make sure your phone has been detected. Go back to the main directory and run the RootOptimusG.bat file.
4. When prompted on your phone choose restore data. Leave your phone plugged into USB until the program tells you it is finished! Sit back and let the magic happen. Your phone will reboot. Mine acted weird for a few seconds after it rebooted, the buttons at the bottom were going on and off and the screen was flickering. Just be patient and give it a couple minutes if needed.
5. When prompted that all is complete you can disconnect your phone from your computer and open the Play store to get the update for SuperSU
Now you are ready to unlock!
should be a sticky.
Thanks!
I followed the thread to root no fiddy619 instructions. I did use MTP.
But instead of Command prompt, I just double clicked the BAT file. and it run without problems, I think.
I have the SuperSU icon on my phone.
How can i make sure it was rooted?
p.s
The unlock also ran without problems.
karelson said:
I followed the thread to root no fiddy619 instructions. I did use MTP.
But instead of Command prompt, I just double clicked the BAT file. and it run without problems, I think.
I have the SuperSU icon on my phone.
How can i make sure it was rooted?
p.s
The unlock also ran without problems.
Click to expand...
Click to collapse
well if you have the supersu then it should be rooted. also if you now have it unlocked then it is rooted because i dont think you can unlock unless you root. also please search around the forums about what apps to not remove after root. a lot of people have noted issues after removing google apps.
showstopper03 said:
well if you have the supersu then it should be rooted. also if you now have it unlocked then it is rooted because i dont think you can unlock unless you root. also please search around the forums about what apps to not remove after root. a lot of people have noted issues after removing google apps.
Click to expand...
Click to collapse
Great Thank You.
karelson said:
Great Thank You.
Click to expand...
Click to collapse
actually it looks like V.05 you can uninstall any app without fear of security warnings. Please read all of this link for more info on it.
http://forum.xda-developers.com/showthread.php?t=2001655
Correct, you can just double click the bat file...my steps vary because I included a check to make sure adb is recognizing your device properly.
karelson said:
I followed the thread to root no fiddy619 instructions. I did use MTP.
But instead of Command prompt, I just double clicked the BAT file. and it run without problems, I think.
I have the SuperSU icon on my phone.
How can i make sure it was rooted?
p.s
The unlock also ran without problems.
Click to expand...
Click to collapse
Bumping this back to the top until stickied.
Sent from my LG Optimus G using Tapatalk 2
IrateCustomer said:
Bumping this back to the top until stickied.
Sent from my LG Optimus G using Tapatalk 2
Click to expand...
Click to collapse
Mine is stuck at "Select Restore Data" from my Phone step ... not sure whats going on.
kirdroid said:
Mine is stuck at "Select Restore Data" from my Phone step ... not sure whats going on.
Click to expand...
Click to collapse
I tried unrooting and re-rooting just to test our guides here and I am stuck at this step too. Obviously I can simply flash su in CWM but I wonder why this is happening.
carrett said:
I tried unrooting and re-rooting just to test our guides here and I am stuck at this step too. Obviously I can simply flash su in CWM but I wonder why this is happening.
Click to expand...
Click to collapse
Go to general-developer options- set desktop backup password. Set the password and then use that when you run the script and restore from desktop backup screen shows up.
Sent from my LG-E970 using Tapatalk 2
kirdroid said:
Go to general-developer options- set desktop backup password. Set the password and then use that when you run the script and restore from desktop backup screen shows up.
Sent from my LG-E970 using Tapatalk 2
Click to expand...
Click to collapse
If that worked for you, I'm happy for you. I am at this time unable to find a way to unroot and then re-root aside from restoring a backup in CWM or flashing a superuser zip in CWM. This could be because of a "bug" in our rooting script, in SuperSU's un-rooting function, or just an incompatibility between the two. Either way, I think this rooting mechanism works for more virgin LGOGs than not.
worked for me, easy peasy.
When i run the script it gives an error saying that i'm missing backup-restore.apk and /system/bin/ric does not exist. Any ideas as to why this is?
nice. thank you.
aznracer62 said:
When i run the script it gives an error saying that i'm missing backup-restore.apk and /system/bin/ric does not exist. Any ideas as to why this is?
Click to expand...
Click to collapse
That is probably because your phone is not rooted yet. I got that too as I was rooting it. Worked great.
I'm trying to root. USB debugging is on, connected as MTP. Run ADB, run adb-devices, returns an empty screen.
Try to run the script, it tells me "please check setting again"
HALP.
bebop_ said:
I'm trying to root. USB debugging is on, connected as MTP. Run ADB, run adb-devices, returns an empty screen.
Try to run the script, it tells me "please check setting again"
HALP.
Click to expand...
Click to collapse
Also need to allow "unknown sources" in security settings.
adfurgerson said:
Also need to allow "unknown sources" in security settings.
Click to expand...
Click to collapse
I had that checked as well.
bebop_ said:
I had that checked as well.
Click to expand...
Click to collapse
Do you have lg usb drivers installed?

I think i bricked it..

So not sure exactly what happened while running the lastest paranoid build. Everything was fine until a random reboot happened, said proccess stopped working and rebooted once more except for im on white screen. went to wipe data and reflash the rom but sd card has been wiped. I am s-on and cant get adb to recognize my device. Any advice please.
IceAzures said:
So not sure exactly what happened while running the lastest paranoid build. Everything was fine until a random reboot happened, said proccess stopped working and rebooted once more except for im on white screen. went to wipe data and reflash the rom but sd card has been wiped. I am s-on and cant get adb to recognize my device. Any advice please.
Click to expand...
Click to collapse
go into recovery and try turning adb sideload on then off and see if adb recognizes your device after that.
failed to open driver control: no such file or directory
when i start adb, it zooms really fast through codes and then exits.
IceAzures said:
failed to open driver control: no such file or directory
when i start adb, it zooms really fast through codes and then exits.
Click to expand...
Click to collapse
Then you didn't set adb up correctly
Edit: now that I think of it you may be typing in the command incorrectly.
Sent from my HTC6435LVW using xda app-developers app
Ill reinstall the sdk and drivers and ill report back.
This is the correct way right?
http://forum.xda-developers.com/showthread.php?t=2131284
edit1: so to use adb im using the windows vista cmd promt correct?
edit 2: okay so we are somewhere. Adb now works. I just need to get the dna to be able to be detected. Any way i can do this?
(double post accident)
IceAzures said:
(double post accident)
Click to expand...
Click to collapse
Get into twrp
Find to sideload option.
Select it.
Plug your phone into your computer, make sure to use usb 2.0 not 3.0.
Open up a command prompt where the rom is located.
Type adb sideload rom.zip
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
Get into twrp
Find to sideload option.
Select it.
Plug your phone into your computer, make sure to use usb 2.0 not 3.0.
Open up a command prompt where the rom is located.
Type adb sideload rom.zip
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
So i was getting help from another member and I feel like he is getting frustrated as I am. Im running CWM 6.0.2.1 and this is what im dealing with
Device is not recognized even though i have the drivers for it. I heard USB debugging is enabled regardless in recovery I just don't know why I cant push or sideload anything even if im on install zip from sideload.
IceAzures said:
So i was getting help from another member and I feel like he is getting frustrated as I am. Im running CWM 6.0.2.1 and this is what im dealing with
Device is not recognized even though i have the drivers for it. I heard USB debugging is enabled regardless in recovery I just don't know why I cant push or sideload anything even if im on install zip from sideload.
Click to expand...
Click to collapse
CWR has some issues with adb. flash latest version of twrp here:
http://techerrata.com/browse/twrp2/dlx
beaups said:
CWR has some issues with adb. flash latest version of twrp here:
http://techerrata.com/browse/twrp2/dlx
Click to expand...
Click to collapse
Do you think vista might be an interference? Im currently on waiting on device while trying to flash the recovery in fastboot
IceAzures said:
Do you think vista might be an interference? Im currently on waiting on device while trying to flash the recovery in fastboot
Click to expand...
Click to collapse
nope. Vista sucks and all, but it isn't the problem here.
IceAzures said:
Do you think vista might be an interference?
Click to expand...
Click to collapse
There's your problem. "Vista"
Sent from my Galaxy Nexus using xda app-developers app
beaups said:
nope. Vista sucks and all, but it isn't the problem here.
Click to expand...
Click to collapse
So what would you recommend at this point? Because at this rate im surprised my phone is not dead yet. Although i do see the led light in recovery mode
AGoogleUser said:
There's your problem. "Vista"
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Yeah and unfortunately its all i got
IceAzures said:
So what would you recommend at this point? Because at this rate im surprised my phone is not dead yet. Although i do see the led light in recovery mode
Yeah and unfortunately its all i got
Click to expand...
Click to collapse
I'd recommend you flash twrp then adb push your rom, then flash it
Okay im going to post the steps and maybe this will be easier for all of us.
1- Flashed Paranoid
2- Flashed crpalmers boot.img in flashgui
3- Phone was good for a solid day, then rebooted.
4- After reboot phone said a lot of the services are force closing and then rebooted into the white htc screen
5- http://forum.xda-developers.com/showthread.php?t=2131284 and followed it to the T
6- phone is not being recognized in adb
7- went to flash the recovery but its waiting on device even though its in fastboot usb
Maybe im missing a driver or a step I am not sure about but hopefully that helps a bit more than posting little by little.
IceAzures said:
Okay im going to post the steps and maybe this will be easier for all of us.
1- Flashed Paranoid
2- Flashed crpalmers boot.img in flashgui
3- Phone was good for a solid day, then rebooted.
4- After reboot phone said a lot of the services are force closing and then rebooted into the white htc screen
5- http://forum.xda-developers.com/showthread.php?t=2131284 and followed it to the T
6- phone is not being recognized in adb
7- went to flash the recovery but its waiting on device even though its in fastboot usb
Maybe im missing a driver or a step I am not sure about but hopefully that helps a bit more than posting little by little.
Click to expand...
Click to collapse
Do you htc's adb drivers installed? Not just the sdk.
Sent from my VIPER DNA
reaverclan said:
Do you htc's adb drivers installed? Not just the sdk.
Sent from my VIPER DNA
Click to expand...
Click to collapse
I believe i have them installed, but everytime i try to install the drivers via device manager I have windows telling me its already and its latest driver installed.
Good thing though is now my device is being recognized in adb and fastboot <devices> but still having issues pushing or flashing rom
IceAzures said:
I believe i have them installed, but everytime i try to install the drivers via device manager I have windows telling me its already and its latest driver installed.
Good thing though is now my device is being recognized in adb and fastboot <devices> but still having issues pushing or flashing rom
Click to expand...
Click to collapse
When in device manager , how is the unit listed? Does the listing have an yellow exclamation point in front of it?
IceAzures said:
I believe i have them installed, but everytime i try to install the drivers via device manager I have windows telling me its already and its latest driver installed.
Good thing though is now my device is being recognized in adb and fastboot but still having issues pushing or flashing rom
Click to expand...
Click to collapse
Might want to unplug from the net when installing them so it doesn't look for others which driver version you installing? EDIT: also if you have a otg cable then you can put the rom on a flash drive and flash it from that.
Sent from my VIPER DNA
IceAzures said:
I believe i have them installed, but everytime i try to install the drivers via device manager I have windows telling me its already and its latest driver installed.
Good thing though is now my device is being recognized in adb and fastboot <devices> but still having issues pushing or flashing rom
Click to expand...
Click to collapse
What error is it giving you when you try to push a rom.
Sent from my HTC6435LVW using xda app-developers app

CMD wont Change to \Android

I just purchased the Sprint variant of the HTC One Max and decided to unlock the bootloader to root it. I followed the instructions up to the point where I have to have to run the fastboot command in CMD. The example shows the CMD changing its directory to \Android. When I try to do this, I'm given the error: "The system cannot find the path specified." I tried just doing fastboot command, but came back with "fastboot is not recognized..."
Any help with this would be greatly appreciated.
P.S. Android SDK, Java Runtime, and HTC Sync are all installed and updated.
Thanks in advance!
bb2si said:
I just purchased the Sprint variant of the HTC One Max and decided to unlock the bootloader to root it. I followed the instructions up to the point where I have to have to run the fastboot command in CMD. The example shows the CMD changing its directory to \Android. When I try to do this, I'm given the error: "The system cannot find the path specified." I tried just doing fastboot command, but came back with "fastboot is not recognized..."
Any help with this would be greatly appreciated.
P.S. Android SDK, Java Runtime, and HTC Sync are all installed and updated.
Thanks in advance!
Click to expand...
Click to collapse
You need to run cmd prompt as admin and CD to wherever the platform tools folder is installed (part of the sdk)...
Sent from my Nexus 7 using Tapatalk
dottat said:
You need to run cmd prompt as admin and CD to wherever the platform tools folder is installed (part of the sdk)...
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Thank you for the quick reply.
This worked, but when I attempt to run the command for the fastboot I get an error saying "The program can't start because AdbWinApi.dll is missing from your computer."
Was this something that was supposed to be installed from one of the Android SDK installs?
bb2si said:
Thank you for the quick reply.
This worked, but when I attempt to run the command for the fastboot I get an error saying "The program can't start because AdbWinApi.dll is missing from your computer."
Was this something that was supposed to be installed from one of the Android SDK installs?
Click to expand...
Click to collapse
Sounds like part of it didn't install correctly. Rinse and repeat. Maybe something got hosed in your earlier attempts.
Sent from my HTC6600LVW using Tapatalk
dottat said:
Sounds like part of it didn't install correctly. Rinse and repeat. Maybe something got hosed in your earlier attempts.
Sent from my HTC6600LVW using Tapatalk
Click to expand...
Click to collapse
I happened to have found the file in a different folder. Should I just drag and drop it into the adt folder?
bb2si said:
I happened to have found the file in a different folder. Should I just drag and drop it into the adt folder?
Click to expand...
Click to collapse
Which folder and what else was in it ?
Sent from my HTC6600LVW using Tapatalk
dottat said:
Which folder and what else was in it ?
Sent from my HTC6600LVW using Tapatalk
Click to expand...
Click to collapse
It was in the sdk\platform-tools folder.
Does the command line have to be directed to the folder containing the fastboot application file? Inside said platform-tools folder is the fastboot file as well as the ApbWinApi.dll file.
OH! I think I got it! I'll report back with final details...
Keep your fingers crossed!!!
bb2si said:
OH! I think I got it! I'll report back with final details...
Keep your fingers crossed!!!
Click to expand...
Click to collapse
Lol....didn't I say platform tools the first time ? Good luck man...
Btw if you get it working you just learned one of the most important prerequisites for android modding.
Sent from my HTC6600LVW using Tapatalk
dottat said:
Lol....didn't I say platform tools the first time ? Good luck man...
Btw if you get it working you just learned one of the most important prerequisites for android modding.
Sent from my HTC6600LVW using Tapatalk
Click to expand...
Click to collapse
Yep! Unlocked the bootloader successfully! Now, I'm trying to Root and the instructions I'm following are good, but I'm stuck again - It says to run CMD and use the command "adb devices." It comes back with nothing found, yet, according to the instructions my phone's serial number should be listed. I placed the Superuser.zip file in the phone's storage (per requisite) and tried to run the command with the phone on normally and again in the bootloader.
No luck... Suggestions?
Edit: USB Debugging wasn't on... Trying again...
bb2si said:
Yep! Unlocked the bootloader successfully! Now, I'm trying to Root and the instructions I'm following are good, but I'm stuck again - It says to run CMD and use the command "adb devices." It comes back with nothing found, yet, according to the instructions my phone's serial number should be listed. I placed the Superuser.zip file in the phone's storage (per requisite) and tried to run the command with the phone on normally and again in the bootloader.
No luck... Suggestions?
Edit: USB Debugging wasn't on... Trying again...
Click to expand...
Click to collapse
If you are unlocked you can simply download a custom recovery for your phone into your fastboot directory and boot your phone to boot loader (fastboot) mode. Flash your recovery using your appropriate fastboot command. Then boot to your new custom recovery and flash the su.zip you copied to the phone from recovery.
Sent from my Nexus 7 using Tapatalk
dottat said:
If you are unlocked you can simply download a custom recovery for your phone into your fastboot directory and boot your phone to boot loader (fastboot) mode. Flash your recovery using your appropriate fastboot command. Then boot to your new custom recovery and flash the su.zip you copied to the phone from recovery.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Everything went smoothly! I am now rooted and excited to get to work!
Thank you for your time and help!
bb2si said:
Everything went smoothly! I am now rooted and excited to get to work!
Thank you for your time and help!
Click to expand...
Click to collapse
Good deal. You may want to investigate s-off'ing that thing too while you still can. Just make sure you download the right version for your phone and run as admin
http://forum.xda-developers.com/showthread.php?t=2525375
Sent from my Nexus 7 using Tapatalk
dottat said:
Good deal. You may want to investigate s-off'ing that thing too while you still can. Just make sure you download the right version for your phone and run as admin
http://forum.xda-developers.com/showthread.php?t=2525375
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Would that solve my next problem? (I'm such a sputz)
I'm rooted, but I can't uninstall anything with Titanium Backup. The last time this happened on my S3 I was told to install SuperSU and install updated binaries. I did that, but when I reboot and go back into SuoerSU it acymts as if it never happened. Apps I uninstalled are still present, too.
Would S-offing solve this?
Edit: Also, I get an annoying pop-up when I start the phone up that says vDN client has failed. Even before I unlocked and rooted. Any way to stop this?
Sent from my HTC0P3P7 using XDA Premium 4 mobile app
bb2si said:
Would that solve my next problem? (I'm such a sputz)
I'm rooted, but I can't uninstall anything with Titanium Backup. The last time this happened on my S3 I was told to install SuperSU and install updated binaries. I did that, but when I reboot and go back into SuoerSU it acymts as if it never happened. Apps I uninstalled are still present, too.
Would S-offing solve this?
Edit: Also, I get an annoying pop-up when I start the phone up that says vDN client has failed. Even before I unlocked and rooted. Any way to stop this?
Sent from my HTC0P3P7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need to flash an insecure boot.img to disable system write protection. S-off would allow you to recover your phone using both signed and unsigned ruu. The advantage of that is when you hose your phone and there's not a current ruu for the version your phone is on - s-on user would be screwed because you cannot downgrade. Just one of many reasons.
The fc problem I'm not sure. If you aren't using that app you can disable it in the stock app manager. Same goes for stuff you might normally remove with tibu. Be warned too that future otas will likely fail if system apps are missing.
Sent from my HTC6600LVW using Tapatalk
bb2si said:
Would that solve my next problem? (I'm such a sputz)
I'm rooted, but I can't uninstall anything with Titanium Backup. The last time this happened on my S3 I was told to install SuperSU and install updated binaries. I did that, but when I reboot and go back into SuoerSU it acymts as if it never happened. Apps I uninstalled are still present, too.
Would S-offing solve this?
Edit: Also, I get an annoying pop-up when I start the phone up that says vDN client has failed. Even before I unlocked and rooted. Any way to stop this?
Sent from my HTC0P3P7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i have noticed someelse posting about the vDN client failing.. it your providers bloatware if i remember correctly and i think @dottat has a good suggestion! disabled it
So I somehow lost root privileges... After S-offing, I was asked to update the SU binary through the Superuser app (not SuperSU) and I did so. When the install finished, I went into Titanium Backup and was told I'm not rooted.
Went back into Superuser and it didn't prompt for an update, but SuperSU did. Attempted and failed.
Went into recovery and tried to recover root - no luck.
HALP!
bb2si said:
So I somehow lost root privileges... After S-offing, I was asked to update the SU binary through the Superuser app (not SuperSU) and I did so. When the install finished, I went into Titanium Backup and was told I'm not rooted.
Went back into Superuser and it didn't prompt for an update, but SuperSU did. Attempted and failed.
Went into recovery and tried to recover root - no luck.
HALP!
Click to expand...
Click to collapse
Easy...Download this and flash in recovery
http://download.chainfire.eu/382/SuperSU/UPDATE-SuperSU-v1.93.zip
Make sure you aren't running both supersu and superuser. I prefer supersu
Sent from my Nexus 7 using Tapatalk
Huzzah! Thanks again! Hopefully I can actually freeze/remove system apps without them being brought back after a reboot. Also, in the picture provided, what is that icon in the notification bar just right of the GPS icon? And, is there any way to hide some of the icons?
Sent from my HTC0P3P7 using XDA Premium 4 mobile app
Don't use Superuser by ChainsDD anymore.. Personally I would love to continue to use it but he is basically no longer supporting his Superuser app and binary and hasn't updated it in a very long time. SuperSU by Chainfire is constantly being updated therefore made to work with all current versions of Android.. Quite frankly it's all the same basically anyways I just liked the skull and cross bone look lol... Chainfire is a monster as well and has a ton of root related apps and cool things going on. ChainsDD I guess passed the torch on to Chainfire???
bb2si said:
Huzzah! Thanks again! Hopefully I can actually freeze/remove system apps without them being brought back after a reboot. Also, in the picture provided, what is that icon in the notification bar just right of the GPS icon? And, is there any way to hide some of the icons?
Sent from my HTC0P3P7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
---------- Post added at 07:54 PM ---------- Previous post was at 07:53 PM ----------
Also I have no idea what that icon is next to the GPS icon.. You must be on Sprint, I'm on Verizon and I don't think I've seen that icon before..

[Q] Saferoot question

Hello,
I tried to root my S4 I545, MK2 with version 4.3 on the Verizon network using the saferoot method however when I go to run the program by pushing any button to continue the black command screen disappears and the program does not run. Anybody else have this problem?
I have Kies 3 loaded and my phone is recognized
I have tried with USB Debugging on and off
I have used the stock cable that came with the phone
I tried on two computers one with vista and windows 7.
Adb recognizes my device using the view device command. I am not sure what else there is to do any suggestions? Am I missing something I thought I followed the instructions pretty good.
Thanks
Verynoob1 said:
Hello,
I tried to root my S4 I545, MK2 with version 4.3 on the Verizon network using the saferoot method however when I go to run the program by pushing any button to continue the black command screen disappears and the program does not run. Anybody else have this problem?
I have Kies 3 loaded and my phone is recognized
I have tried with USB Debugging on and off
I have used the stock cable that came with the phone
I tried on two computers one with vista and windows 7.
Adb recognizes my device using the view device command. I am not sure what else there is to do any suggestions? Am I missing something I thought I followed the instructions pretty good.
Thanks
Click to expand...
Click to collapse
It seems that something may be missing on your computer that the install.bat file is looking for, causing it to exit.
You might be able to tell what's happening if you start up a command prompt window and run the install.bat from there.
Unzip the saferoot zip file into c:\saferoot\
For windows 7, press the start key and type "cmd" in the "Search programs and files" box. "cmd.exe" should appear. Click on that to open a command prompt.
at the command prompt, type
cd \saferoot\
Click to expand...
Click to collapse
then press enter.
then type
install.bat
Click to expand...
Click to collapse
Press enter and the install will run. The window will remain open so you can see whatever error is being emitted.
k1mu said:
It seems that something may be missing on your computer that the install.bat file is looking for, causing it to exit.
You might be able to tell what's happening if you start up a command prompt window and run the install.bat from there.
Unzip the saferoot zip file into c:\saferoot\
For windows 7, press the start key and type "cmd" in the "Search programs and files" box. "cmd.exe" should appear. Click on that to open a command prompt.
at the command prompt, type
then press enter.
then type
Press enter and the install will run. The window will remain open so you can see whatever error is being emitted.
Click to expand...
Click to collapse
It worked Saferoot installed!! Now I need to explore all that I can do on my new rooted phone. Thanks
Verynoob1 said:
It worked Saferoot installed!! Now I need to explore all that I can do on my new rooted phone. Thanks
Click to expand...
Click to collapse
Hmm. I'm wondering if you had an out-of-date copy of saferoot from somewhere.
Did you download the saferoot zip from the Android Development forum here?
k1mu said:
Hmm. I'm wondering if you had an out-of-date copy of saferoot from somewhere.
Did you download the saferoot zip from the Android Development forum here?
Click to expand...
Click to collapse
k1mu,
I think it was operator error on my part. Before I tried your suggestion I re-installed Saferoot to my c:drive opened it up an ran it with no problem.
I don't remember if I did that the first time as I tried to root from two different computers. The first time I tried was on my win 7 computer and I could not get it to run. I then I switch to my Vista system and tried to run Saferoot from that system again with no luck. On the Vista system I tried to save Saferoot to my c:drive and I could not because I got an error that I didn't have admin rights to load the file. At that point I gave up.
What I think happened is I didn't download Saferoot to my c: drive on my win 7 computer and after reading your suggestion I tried again and it worked. So I didn't load from the cmd prompt, I guess I should have mentioned that. Hope I am making sense.
FYI I used the Saferoot file dated 29 Mar 2014 from the Android Development forum. Thanks again!
I rooted my phone. I'm new to this safestrap thing. I can reboot my phone and see it says Samsung and a lock that says custom underneath. I hit menu and nothing happens. What in the world do I do???
Sent from my SCH-I545 using xda app-developers app
peppersu812 said:
I rooted my phone. I'm new to this safestrap thing. I can reboot my phone and see it says Samsung and a lock that says custom underneath. I hit menu and nothing happens. What in the world do I do???
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
Did you use saferoot or safestrap? You need to root as step 1, then install safestrap.
http://forum.xda-developers.com/showthread.php?t=2441441
I used saferoot. I tried to download safestrap and I used my file manager to open it up and it was all documents. How do I install the thing. Lol
peppersu812 said:
I used saferoot. I tried to download safestrap and I used my file manager to open it up and it was all documents. How do I install the thing. Lol
Click to expand...
Click to collapse
You just need to follow the directions in the thread: http://forum.xda-developers.com/showthread.php?t=2441441
It's always best to read the full post before doing anything.
That's why I posted in here. I did what it said and downloaded it to my phone and tried to open it and it was all documents. No app.
Oishikatta said:
You just need to follow the directions in the thread: http://forum.xda-developers.com/showthread.php?t=2441441
It's always best to read the full post before doing anything.
Click to expand...
Click to collapse
peppersu812 said:
That's why I posted in here. I did what it said and downloaded it to my phone and tried to open it and it was all documents. No app.
Click to expand...
Click to collapse
I am having a problem with loading Safestrap I think. I downloaded Safestrap to my phone from the above link and I was able to hit the install recovery tab and I received a message stating that Safestrap installed. However the state on my phone reads not installed and I cannot run reboot to recovery not sure what the problem is. I ran the install a couple of time just to be sure.
Verynoob1 said:
I am having a problem with loading Safestrap I think. I downloaded Safestrap to my phone from the above link and I was able to hit the install recovery tab and I received a message stating that Safestrap installed. However the state on my phone reads not installed and I cannot run reboot to recovery not sure what the problem is. I ran the install a couple of time just to be sure.
Click to expand...
Click to collapse
I got it to install. Made a dumb move and didn't download the right one. Lol
Sent from my SCH-I545 using xda app-developers app
peppersu812 said:
That's why I posted in here. I did what it said and downloaded it to my phone and tried to open it and it was all documents. No app.
Click to expand...
Click to collapse
I've already answered this in the other thread.
Don't open it using your file manager, open it from the downloads folder and it'll install.

Categories

Resources