So, i was in recovery to restore to a previous backup. I was wiping my system to prevent errors but unfortunately i wiped EVERYTHING, including the backup and the OS. So, i kept it in recovery till i got home hoping to just mount my storage and transfer a ROM over and ten install..sounds easy enough. However, i plug my phone in and click mount storage and it doesn't mount with twrp, or even clock work mod.
Soo....i have no OS, can't mount my storage..and i'm stuck.
Can i flash a ROM through command line? If so, how? And why isin't my Droid DNA mounting?
Wttttfff help asap please!
Aaannd...now i'm stuck in the boot screen and it won't turn off.
Just use either adb push or adb sideload
Sent from my HTC6435LVW using xda app-developers app
Nice! forgot about those commands, however it's telling me that adb is not a recognized command. I've forgotten how to fix that? Can you help with that?
Adb sideload starts up and says daemon not running, then start's it succesfully. then says device not found. I'm pretty sure i don't have the right drivers for my DNA, can you point me in the right direction for that?
I really need help, i don't think i can even turn on usb debugging because i have no OS to boot into.
FIXED. I got this
soundofcarnage said:
FIXED. I got this
Click to expand...
Click to collapse
What steps did you take?
I looked a little more into ad sideload. I sideloaded a zip of the Rom I wanted and then chose to flash through sideload.
You pretty much:
Download your rom and put it into your fasboot directory oin your.
Boot into recovery and choose "install" then "install zip from sideload"
It should say to now type into command promt "adb sideload romfilrname"
It then loads it, and you just hit flash after it loads.
soundofcarnage said:
I looked a little more into ad sideload. I sideloaded a zip of the Rom I wanted and then chose to flash through sideload.
You pretty much:
Download your rom and put it into your fasboot directory oin your.
Boot into recovery and choose "install" then "install zip from sideload"
It should say to now type into command promt "adb sideload romfilrname"
It then loads it, and you just hit flash after it loads.
Click to expand...
Click to collapse
with no o/s and im pretty much on the same boat, how did you get adb to read your device? when i type in adb devices it gives me a blank list of devices
It worked for without ever actually listing my device.
soundofcarnage said:
It worked for without ever actually listing my device.
Click to expand...
Click to collapse
Oh okay, this is basically my last step. Im stuck on cannot read sideload. is it because of the romfilename? or am i missing something.
IceAzures said:
Oh okay, this is basically my last step. Im stuck on cannot read sideload. is it because of the romfilename? or am i missing something.
Click to expand...
Click to collapse
Are you adding .zip after filename?
Sent from my HTC6435LVW using Tapatalk 2
rsims26 said:
Are you adding .zip after filename?
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
no ill try that
IceAzures said:
no ill try that
Click to expand...
Click to collapse
That's kinda necessary.
Sent from my HTC6435LVW using xda app-developers app
Sorry if i am making things complicated. I havent done adb since January to unlock bootloader and install custom recovery
IceAzures said:
Sorry if i am making things complicated. I havent done adb since January to unlock bootloader and install custom recovery
Click to expand...
Click to collapse
you have old adb
just adb push it and then flash in recovery
adb push some_damn_rom.zip /sdcard/
beaups said:
you have old adb
just adb push it and then flash in recovery
adb push some_damn_rom.zip /sdcard/
Click to expand...
Click to collapse
The longer this happens the more i feel like an idiot. I can't push anything either. Where in sdk is a new adb and how much more will it help?
IceAzures said:
The longer this happens the more i feel like an idiot. I can't push anything either. Where in sdk is a new adb and how much more will it help?
Click to expand...
Click to collapse
hmm thought I replied.
cwr has issues with adb
download twrp recovery and flash it - http://techerrata.com/browse/twrp2/dlx
beaups said:
hmm thought I replied.
cwr has issues with adb
download twrp recovery and flash it - http://techerrata.com/browse/twrp2/dlx
Click to expand...
Click to collapse
You did, there's 2 different threads he's posting in.
Sent from my HTC6435LVW using xda app-developers app
Related
I NEED SOME HELP
I was loading Cyangenmod to my HTC ONE and accidentally deleted my backup. Now it's saying there's no OS found and I can't load one from my computer. Please help me!
joshevans5579 said:
I NEED SOME HELP
I was loading Cyangenmod to my HTC ONE and accidentally deleted my backup. Now it's saying there's no OS found and I can't load one from my computer. Please help me!
Click to expand...
Click to collapse
PS I've tried downloading the ALL IN ONE TOOLKIT and sideloading a rom it asks if the device is in recovery, it is TWRP recovery, but then says error device not found.
Please any help would be much appreciated.
joshevans5579 said:
I NEED SOME HELP
I was loading Cyangenmod to my HTC ONE and accidentally deleted my backup. Now it's saying there's no OS found and I can't load one from my computer. Please help me!
Click to expand...
Click to collapse
can you adb into the phone from your PC ?
you can try to push a rom to /data/media
boot to recovery wait about 10 seconds and the open cmd on you pc and run adb
adb push Rom.zip /data/media
wait for it to copy (it takes a while)
reboot phone back to recovery
your rom.zip should be on the phone now
Flash
your home free
Does twrp run? You should still be able to install the Rom as long as your recovery program still works.
Sent from my HTC One using xda app-developers app
joshevans5579 said:
PS I've tried downloading the ALL IN ONE TOOLKIT and sideloading a rom it asks if the device is in recovery, it is TWRP recovery, but then says error device not found.
Please any help would be much appreciated.
Click to expand...
Click to collapse
do you still have the fastboot folder on your PC ? do the adb push from their
first put the rom.zip in c:\fastboot
---------- Post added at 01:28 AM ---------- Previous post was at 01:25 AM ----------
mrstromboli said:
Does twrp run? You should still be able to install the Rom as long as your recovery program still works.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
twrp is messed up he most likely formatted the system and the /sdcard (rom) it happens all the time
Yea I did the same thing the first time I rooted my one X lol I was scared my phone was ruined! To the OP relax your phone will be alright just follow instructions better in the future.
Sent from my HTC One using xda app-developers app
Here is the instructions i posted that got another guy up and running hope it helps you out
This worked in CWM anyway
Boot into recovery
from the pc (c:\fastboot) do the adb push filename.zip /data/media
wait for it to copy
then on the phone reboot recovery your rom should be in the root of the sdcard waiting for you to flash
I just tested it and it worked perfect ( of coarse I didn't format my sdcard so ymmv )
clsA said:
Here is the instructions i posted that got another guy up and running hope it helps you out
This worked in CWM anyway
Boot into recovery
from the pc (c:\fastboot) do the adb push filename.zip /data/media
wait for it to copy
then on the phone reboot recovery your rom should be in the root of the sdcard waiting for you to flash
I just tested it and it worked perfect ( of coarse I didn't format my sdcard so ymmv )
Click to expand...
Click to collapse
Ok first, thank you for taking the time to help me with this.
I am a little bit of a noob when it comes to this stuff. I know just enough to get into trouble apparently. lol
I have my phone plugged in and have adb up, and am in fastboot. It doesn't seem to recognize my phone. I type adb devices, it just says list of devices and doesn't list any.
It won't let me push anything to my phone. I'm probably doing something wrong.
joshevans5579 said:
Ok first, thank you for taking the time to help me with this.
I am a little bit of a noob when it comes to this stuff. I know just enough to get into trouble apparently. lol
I have my phone plugged in and have adb up, and am in fastboot. It doesn't seem to recognize my phone. I type adb devices, it just says list of devices and doesn't list any.
It won't let me push anything to my phone. I'm probably doing something wrong.
Click to expand...
Click to collapse
I tried adb push myROM.zip /data/media
it says error no device found.
joshevans5579 said:
I tried adb push myROM.zip /data/media
it says error no device found.
Click to expand...
Click to collapse
I got it!!!!! Thanks! I just wiped it again couldn't hurt anything. It recognized it this time! Again Thank you for your help I really appreciate it.
joshevans5579 said:
I got it!!!!! Thanks! I just wiped it again couldn't hurt anything. It recognized it this time! Again Thank you for your help I really appreciate it.
Click to expand...
Click to collapse
Very good !! Glad it turned out well for you.
Lost!
clsA said:
Here is the instructions i posted that got another guy up and running hope it helps you out
This worked in CWM anyway
Boot into recovery
from the pc (c:\fastboot) do the adb push filename.zip /data/media
wait for it to copy
then on the phone reboot recovery your rom should be in the root of the sdcard waiting for you to flash
I just tested it and it worked perfect ( of coarse I didn't format my sdcard so ymmv )
Click to expand...
Click to collapse
I've tried all of this with no luck at all. Main version is 1.26.502.10...tried installing Nandroid backups that other posted and keep getting an error when extracting the zip. I've adb pushed ROMs to the sdcard multiple times. They load for installation, everthing seems to work, but once I reboot, it hangs on the HTC screen.
I too deleted the system files so I can't get back in the phone. Tried CWM and TWRP and tried over and over to get it to work with no luck.
Tried installing CleanROM, Stock, and one other...no dice.
Any ideas? I've been at this for two days now.
download the 1.26.12 RUU that designgears posted in general
boot to bootloader
fastboot oem lock
install RUU to start fresh
gunnyman said:
download the 1.26.12 RUU that designgears posted in general
boot to bootloader
fastboot oem lock
install RUU to start fresh
Click to expand...
Click to collapse
Yes good advice
Sent from my HTC One using xda premium
gunnyman said:
download the 1.26.12 RUU that designgears posted in general
boot to bootloader
fastboot oem lock
install RUU to start fresh
Click to expand...
Click to collapse
Tried that but my version is 1.26.502.10 and that one is .12
It wouldn't work because of that.
metaluna21 said:
Tried that but my version is 1.26.502.10 and that one is .12
It wouldn't work because of that.
Click to expand...
Click to collapse
yes it would.
it works just fine
you have to lock your bootloader first is all.
the RUU is an unreleased leak, but yes it will install as long as your CID is CWS_001. An AT&T device.
joshevans5579 said:
I NEED SOME HELP
I was loading Cyangenmod to my HTC ONE and accidentally deleted my backup. Now it's saying there's no OS found and I can't load one from my computer. Please help me!
Click to expand...
Click to collapse
I did the same thing i used a usb otg cable (http://www.amazon.com/gp/product/B005QX7KYU/ref=oh_details_o01_s00_i00?ie=UTF8&psc=1) I put a rom on a flash drive and mounted it in my recovery and problem solved os installed on phone and working fine.
gunnyman said:
yes it would.
it works just fine
you have to lock your bootloader first is all.
the RUU is an unreleased leak, but yes it will install as long as your CID is CWS_001. An AT&T device.
Click to expand...
Click to collapse
I get Error 132 signature every time I try to do the RUU
Which phone do you have?
gunnyman said:
Which phone do you have?
Click to expand...
Click to collapse
AT&T 32g HTC One
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
Hello,
I'm a moron and accidentally formatted my SD card, now I can enter bootloader and recovery, but have no ROM's to flash. I can access ADB but when I search devices, it gives me a serial number type of value, then shows "recovery" next to it. I don't think it's actually seeing my device, therefore, I cannot send ROM's through ADB push command.
My question is, can anyone direct me to where I can find the correct drivers in order for ADB to see my device? Or is there any easier way of getting a ROM onto my SD card so I can flash a ROM?
Thank you all!
tjhayes said:
Hello,
I'm a moron and accidentally formatted my SD card, now I can enter bootloader and recovery, but have no ROM's to flash. I can access ADB but when I search devices, it gives me a serial number type of value, then shows "recovery" next to it. I don't think it's actually seeing my device, therefore, I cannot send ROM's through ADB push command.
My question is, can anyone direct me to where I can find the correct drivers in order for ADB to see my device? Or is there any easier way of getting a ROM onto my SD card so I can flash a ROM?
Thank you all!
Click to expand...
Click to collapse
Same here.. i feel like a complete moron.. im using TWRP and i ran into this guide
http://forum.xda-developers.com/showthread.php?t=2131284 I just sideloaded thru adb zip file of rom and it worked.. that was a close one. hope this helped.
Try in adb in recovery
push locationofblah/blah.zip sdcard/downloads
Also what recovery ate you using and was the rom 4.1 or 4.2 since that determines whether you need to push to sdcard or sdcard/0/downloads.
Sent from my VIPER DNA
reaverclan said:
Try in adb in recovery
push locationofblah/blah.zip sdcard/downloads
Also what recovery ate you using and was the rom 4.1 or 4.2 since that determines whether you need to push to sdcard or sdcard/0/downloads.
Sent from my VIPER DNA
Click to expand...
Click to collapse
Recovery is TWRP 4.1 I believe. I was using 4.2 previously (CM 10.1 Nightly) and was attempting to flash Gapps when I made my moronic decision. I'll attempt to push to sdcard/0/downloads this time - don't think I've tried that.
Thank you for your help!
tjhayes said:
I was using 4.2 previously (CM 10.1 Nightly) and was attempting to flash Gapps when I made my moronic decision. I'll attempt to push to sdcard/0/downloads this time - don't think I've tried that.
Thank you for your help!
Click to expand...
Click to collapse
If that says it doesn't exist try sdcard0.
Sent from my VIPER DNA
Moisesm said:
Same here.. i feel like a complete moron.. im using TWRP and i ran into this guide
http://forum.xda-developers.com/showthread.php?t=2131284 I just sideloaded thru adb zip file of rom and it worked.. that was a close one. hope this helped.
Click to expand...
Click to collapse
Thanks for the link!!! I think that should get me through my problems. I was looking for something like that, a walk-through, and couldn't quite find one.
Moisesm said:
Same here.. i feel like a complete moron.. im using TWRP and i ran into this guide
http://forum.xda-developers.com/showthread.php?t=2131284 I just sideloaded thru adb zip file of rom and it worked.. that was a close one. hope this helped.
Click to expand...
Click to collapse
Sideload ftw! Thanks again for the help and the link. Much was learned!
So I clearly screwed something up. Was running Viper 2.0.3 but went to reset/wipe and think i accidnetly formatted the sdcard then system also in CWM. Now i can't get anything to boot. I can get into CWM but am struggling to figure out how to flash something so a ROM will load. I'm clearly a newby with this. Pretty sure I have adb setup right,as it apprears to recognize the device with adb devices, but this was my first foray into adb so i'm struggling with this. Any help from the community would be more than appreciated, as I'm trying to set this up for my mother's first smart phone.
davescarp said:
So I clearly screwed something up. Was running Viper 2.0.3 but went to reset/wipe and think i accidnetly formatted the sdcard then system also in CWM. Now i can't get anything to boot. I can get into CWM but am struggling to figure out how to flash something so a ROM will load. I'm clearly a newby with this. Pretty sure I have adb setup right,as it apprears to recognize the device with adb devices, but this was my first foray into adb so i'm struggling with this. Any help from the community would be more than appreciated, as I'm trying to set this up for my mother's first smart phone.
Click to expand...
Click to collapse
In CWM select sideload, use the sideload command from the command prompt on your PC to get a rom on the DNA
RLGL said:
In CWM select sideload, use the sideload command from the command prompt on your PC to get a rom on the DNA
Click to expand...
Click to collapse
ok, i was messing with that... so "adb sideload ViperDNA_2.0.3.zip" where the viper zip is in the adb folder? just tried that and is says it * can not read ViperDNA_2.0.3.zip * ?? Appreciate the resonse, i think this is easily solveable since i can boot to recovery and still have CWM.. just need a nudge to get over the top...
EDIT: figured it out... thanks to xda and all for providing a resource so useful.
Adb push Rom.zip /sdcard/Rom.zip
Sent from my dlx using XDA Premium 4 mobile app
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..