Is there a way to just make a TWRP backup on my old phone with a broken screen, load it onto the new phone and do a restore?
New phone is unlocked with latest twrp flashed.
This would save me a lot of headache!
Yes. If EVERYTHING is EXACTLY the SAME
sent from my mobile device
Explain further? I have no OS currently, will the TWRP include the Rom, or do i need to install the current rom on my old phone first?
Drakeskakes said:
Explain further? I have no OS currently, will the TWRP include the Rom, or do i need to install the current rom on my old phone first?
Click to expand...
Click to collapse
What he is saying, is that if the versions of OS and firmware is exactly the same on both phones, compare fastboot getvar all, then a TWRP nandroid backup from the working phone could be copied (adb sideload) to the other phone and restored from TWRP .
sideload
Hi,
I realize this is an old thread, but doesn't adb sideload expect a zip file? All of my TWRP backups are folders containing 11 files of various sizes, I don't see a way to specify a zip backup, so what am I missing here?
Thanks -
dmm108 said:
Hi,
I realize this is an old thread, but doesn't adb sideload expect a zip file? All of my TWRP backups are folders containing 11 files of various sizes, I don't see a way to specify a zip backup, so what am I missing here?
Thanks -
Click to expand...
Click to collapse
In this case you would use adb push.
Code:
adb push "nameofbackupfolder" /sadcard/TWRP/BACKUPS/YOURSERIALNO"/"nameofbackupfolder
This will create the necessary folder in your twrp backups and copy each of the files into the folder :good:
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
In this case you would use adb push.
Code:
adb push "nameofbackupfolder" /sadcard/TWRP/BACKUPS/YOURSERIALNO"/"nameofbackupfolder
This will create the necessary folder in your twrp backups and copy each of the files into the folder :good:
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
thanks very much! (clicked as well)
Related
My current situation is as follows:
ROM on it is bad and bootloops
Storage was wiped for a pure clean install
TWRP 2.5.0 doesn't seem to have any method to mount while in Recovery
As a result, I cannot boot it up to add the good files and I cannot mount it in Recovery to add the good files
I am at work and as such cannot use ADB.
If I can get it to mount, I can copy over the known good backups or just a known good ROM I can flash. There just doesn't seem to be any way to get it to mount in Windows 7 or 8. Does anyone have any suggestions?
rougegoat said:
My current situation is as follows:
ROM on it is bad and bootloops
Storage was wiped for a pure clean install
TWRP 2.5.0 doesn't seem to have any method to mount while in Recovery
As a result, I cannot boot it up to add the good files and I cannot mount it in Recovery to add the good files
I am at work and as such cannot use ADB.
If I can get it to mount, I can copy over the known good backups or just a known good ROM I can flash. There just doesn't seem to be any way to get it to mount in Windows 7 or 8. Does anyone have any suggestions?
Click to expand...
Click to collapse
Your only option now is to run the Stock ruu and return to stock. Theres plenty of threads on this forum that describe the procedure. You should never wipe the storage just for this reason. its much easier and less time consuming to flash a nandroid backup than having to revert back to stock via the ruu. Good luck and I hope everything works out
wranglerray said:
Your only option now is to run the Stock ruu and return to stock. Theres plenty of threads on this forum that describe the procedure. You should never wipe the storage just for this reason. its much easier and less time consuming to flash a nandroid backup than having to revert back to stock via the ruu. Good luck and I hope everything works out
Click to expand...
Click to collapse
I managed to find a machine I have sufficient privileges on for ADB. I can now push files to it. Do you know off hand what the path needed for TWRP backups is?
rougegoat said:
I managed to find a machine I have sufficient privileges on for ADB. I can now push files to it. Do you know off hand what the path needed for TWRP backups is?
Click to expand...
Click to collapse
should be /mnt/sdcard0/twrp/backups
but you wiped storage. Can you boot into fastboot? if so you can run the fastboot command
fastboot flash nameofrom.zip
you'll have to place the rom zip in the same directory as fastboot but fastboot should interrogate the zip file and flash the correct partitions
wranglerray said:
should be /mnt/sdcard0/twrp/backups
but you wiped storage. Can you boot into fastboot? if so you can run the fastboot command
fastboot flash nameofrom.zip
you'll have to place the rom zip in the same directory as fastboot but fastboot should interrogate the zip file and flash the correct partitions
Click to expand...
Click to collapse
I can get there. The issue is the one zip I have on hand doesn't seem to like being pushed that way. Rather than sit through a gig download I was just going to push a backup of stock I have on hand into the proper folder. At the very least I'd attempt it while downloading a stock+root rom.
rougegoat said:
I can get there. The issue is the one zip I have on hand doesn't seem to like being pushed that way. Rather than sit through a gig download I was just going to push a backup of stock I have on hand into the proper folder. At the very least I'd attempt it while downloading a stock+root rom.
Click to expand...
Click to collapse
ok the correct path according to my phone's file system is /sdcard/TWRP/BACKUPS
if those files don't exsist you can create them from adb shell
mk dir sdcard
cd sdcard
mk dir TWRP
cd TWRP
mk dir BACKUPS
exit out of adb shell by issuing the command exit
the
adb push nameofbackup.win /sdcard/TWRP/BACKUPS
wranglerray said:
ok the correct path according to my phone's file system is /sdcard/TWRP/BACKUPS
if those files don't exsist you can create them from adb shell
mk dir sdcard
cd sdcard
mk dir TWRP
cd TWRP
mk dir BACKUPS
exit out of adb shell by issuing the command exit
the
adb push nameofbackup.win /sdcard/TWRP/BACKUPS
Click to expand...
Click to collapse
Giving it a shot now.
Sorry my syntax was off it's mkdir without a space
Sent from my HTCONE using Xparent BlueTapatalk 2
wranglerray said:
Sorry my syntax was off it's mkdir without a space
Sent from my HTCONE using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
No worries, I'm versed enough commandline wise to know what you were getting at. Unfortunately it seems that random number path for the device chunk has changed since I did my backup(probably because of my wiping and being an overall idiot). The stock+root zip of a rom finished downloading though, so I'm flashing that now. Hopefully that ends this ordeal.
(Edit) Success getting it to be usable again. Now to start from scratch. (/edit)
rougegoat said:
No worries, I'm versed enough commandline wise to know what you were getting at. Unfortunately it seems that random number path for the device chunk has changed since I did my backup(probably because of my wiping and being an overall idiot). The stock+root zip of a rom finished downloading though, so I'm flashing that now. Hopefully that ends this ordeal.
Click to expand...
Click to collapse
good luck! post your results i'd be interested in knowing how it ends up.
Hey rogue.... went through this same problem about four days ago, almost blew my brains out because I thought I would have to smash my phone and return it through the best buy protection plan. Anyways... the ONLY way to fix your problem is to use the Sprint HTC One RUU. Boot your phone into fastboot usb mode and run the RUU. Takes about 10-15 minutes, and will have you COMPLETELY back to stock. From there, you need to start from scratch unlocking and installing the recovery. ViperRom is the only rom that won't bug out your sprint phone atm. Also be sure you relocked your phone before you run the RUU. I'm super busy atm and can't go find the RUU links, but google it and i'm sure you can find it. If not, i'll get you the links later if you pm me. Peace bro and good luck.
---------- Post added at 09:57 PM ---------- Previous post was at 09:51 PM ----------
cburch85 said:
Hey rogue.... went through this same problem about four days ago, almost blew my brains out because I thought I would have to smash my phone and return it through the best buy protection plan. Anyways... the ONLY way to fix your problem is to use the Sprint HTC One RUU. Boot your phone into fastboot usb mode and run the RUU. Takes about 10-15 minutes, and will have you COMPLETELY back to stock. From there, you need to start from scratch unlocking and installing the recovery. ViperRom is the only rom that won't bug out your sprint phone atm. Also be sure you relocked your phone before you run the RUU. I'm super busy atm and can't go find the RUU links, but google it and i'm sure you can find it. If not, i'll get you the links later if you pm me. Peace bro and good luck.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2250904
I know another person suggested this earlier, but failed to mention that sideloading once you're caught in this loop won't work. Run the RUU, unlock, and flash ViperRom.
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Rooted HTC one, no os, don't know how to push rom
I accidently wiped my os while putting a new rom on. I am INCREDIBLY inexperienced with this and really had no business fooling around with it. Regardless, I have the HTC One rooted with TWRP but cant get the new rom on to the phone. I'm on a mac and android file transfer is not recognizing my phone. Any help anyone could give would be great.
Try putting the rom on a usb stick and using an otg cable then mount it under twrp and flash from there?
Sent from my HTC One using xda app-developers app
Good Info
EazyVG said:
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Click to expand...
Click to collapse
Thanks for the Info
I am in need of help please, I had my phone rooted and the 4.2.2 rom flashed.. i was clearing the cache, and apparently wiped the phone clean... now there is no OS, and all I can access is TWRP recovery, and put phone in fast boot... I have tried installing SuperSU through terminal, tried pushing roms through terminal.. am unable to sideload or mount from usb... please help anyone.. im on a mac...
You can use an OTG cable and a usb-drive and put a rom in the drive and flash it with twrp
Find a windows computer and flash an RUU.
Sent from my One using Tapatalk 2
thanks
after about 8 hours i finally figured it out, with the help of many many forums...... i had to relock the bootloader, then run RUU, which brought my phone to life.. im a noob at this so i was trying to run an RUU with my bootloader locked and spent hours trying to push files to my phone via terminal. after relocking bootloader... everything worked simple.... thanks for taking the time to respond...
Adb sideboard could have been another e thing
Sent from my HTC One using Tapatalk 4 Beta
It wouldn't sideload or anything... But all is well now.
Sent from my HTC One using xda app-developers app
Without OTG Cable
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Help
ccresendez said:
It wouldn't sideload or anything... But all is well now.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Hi I have the same problem and am a noob. Can you give a description as to how you fixed your phone. My phone won't interact with the computer either so I'm not sure how to load a Rom onto it
Please help
I did the same thing and i cannot find a fix! I tried buying a usb otg cable but the phone doesnt seem to recognize it. I dont know what the original person who posed this meant by "i had to relock the bootloader, then run RUU, which brought my phone to life". someone please help me. I've been stuck with no phone for about a week now. :crying:
---------- Post added at 05:19 PM ---------- Previous post was at 04:56 PM ----------
ccresendez said:
after about 8 hours i finally figured it out, with the help of many many forums...... i had to relock the bootloader, then run RUU, which brought my phone to life.. im a noob at this so i was trying to run an RUU with my bootloader locked and spent hours trying to push files to my phone via terminal. after relocking bootloader... everything worked simple.... thanks for taking the time to respond...
Click to expand...
Click to collapse
Can you please explain what you did to fix it. I did the same thing to my HTC One and i dont know how to fix it. pleaseeee help.
EazyVG said:
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Click to expand...
Click to collapse
This worked for me. Thanks!
ccresendez said:
after about 8 hours i finally figured it out, with the help of many many forums...... i had to relock the bootloader, then run RUU, which brought my phone to life.. im a noob at this so i was trying to run an RUU with my bootloader locked and spent hours trying to push files to my phone via terminal. after relocking bootloader... everything worked simple.... thanks for taking the time to respond...
Click to expand...
Click to collapse
can you guide me step-by-step how to perform the ruu
THANK YOU
EazyVG said:
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Click to expand...
Click to collapse
THANK YOU SO MUCH! Recently moved from iPhone so I have near zero knowledge about Android and rooting. Thought I had bricked my phone after TWRP said there was no OS installed, you saved it
Cheers mate! Created an account just to say thank you!:laugh:
EazyVG said:
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Click to expand...
Click to collapse
hi..friend
mine also got same issue.
but, i didn't understand how to do that.
could u pls guide me details.
which rom should i push into sd card? do i need get ruu zip as a rom?
really appreciated if have little time to guide me
TQ
---------- Post added at 02:21 AM ---------- Previous post was at 02:12 AM ----------
ccresendez said:
after about 8 hours i finally figured it out, with the help of many many forums...... i had to relock the bootloader, then run RUU, which brought my phone to life.. im a noob at this so i was trying to run an RUU with my bootloader locked and spent hours trying to push files to my phone via terminal. after relocking bootloader... everything worked simple.... thanks for taking the time to respond...
Click to expand...
Click to collapse
hi friend..
could u pls gimme some details step by step how u make it?
i'm tried since 2 days ago but nothing at all.
does my ruu missing some part of it?
appreciated for ur help.TQ
EazyVG said:
Boot TWRP, then select “Mount”, then select only “Data” and connect your HTC One to your computer.
Considering you have adb.exe (Windows, part of fastboot.zip) or on Linux:
cd Downloads\ROM.zip
adb push ROM.zip /sdcard/
Replace ROM.zip with the ROM filename you copied earlier to Downloads (or any other) folder, then install the ROM.
It should be nearly same running CWM recovery. Hope that helps.
Click to expand...
Click to collapse
i could not able to select "Data" on mount menu.
which version twrp should i use ?
im having issues can anyone here help me i do that adb sideload on CMW but nothing happens and im geeting a lil bit fustrated
amr-213 said:
You can use an OTG cable and a usb-drive and put a rom in the drive and flash it with twrp
Click to expand...
Click to collapse
I dont have a critical issue however at work i cant mount my phone to the pc's i have to use usb via otg cable. I plug it in and twrp sees usb otg but no files in the thumb drive. I have been trying to figure this out for a few days now. Any ideas?
Htc one
Viper rom version 4.1
Twrp 2.6.3.3
Stock 4.4 kernel
zaki aziz said:
i could not able to select "Data" on mount menu.
which version twrp should i use ?
Click to expand...
Click to collapse
Download twrp 2.6.3.3
Sent from my HTC One using Tapatalk
myvwrocks said:
I dont have a critical issue however at work i cant mount my phone to the pc's i have to use usb via otg cable. I plug it in and twrp sees usb otg but no files in the thumb drive. I have been trying to figure this out for a few days now. Any ideas?
Htc one
Viper rom version 4.1
Twrp 2.6.3.3
Stock 4.4 kernel
Click to expand...
Click to collapse
make sure that the files on the drive and make sure the drive is FAT32 not NTFS or something else ,,, and if try to see if you can see the files when you are on the os and mount the drive :/
amr-213 said:
make sure that the files on the drive and make sure the drive is FAT32 not NTFS or something else ,,, and if try to see if you can see the files when you are on the os and mount the drive :/
Click to expand...
Click to collapse
It is fat32 I can see all of the files with root explorer when the phone is booted. I initially had the zip in a folder on the drive than I moved it to the root of the drive. in twrp it still shows the drive just no files.
myvwrocks said:
It is fat32 I can see all of the files with root explorer when the phone is booted. I initially had the zip in a folder on the drive than I moved it to the root of the drive. in twrp it still shows the drive just no files.
Click to expand...
Click to collapse
weird try formating the drive and try again ,, and maybe try another flash drive
So I am going to go sell my HTC One and I wanted to remove the root and revert back to stock. Without thinking twice I deleted everything on the phone and all that remains is TWRP. I have downloaded the stock rom but where I am running into trouble is that my computer is detecting the HTC One as a CD drive. I have tried multiple different solutions that I have read online and cannot seem to fix it. I am just trying to put the stock zip file onto the phones internal memory. I am able to access recovery and twrp. I am just unable to figure out what I need to do to have my computer recognize my phone.
KorayC said:
So I am going to go sell my HTC One and I wanted to remove the root and revert back to stock. Without thinking twice I deleted everything on the phone and all that remains is TWRP. I have downloaded the stock rom but where I am running into trouble is that my computer is detecting the HTC One as a CD drive. I have tried multiple different solutions that I have read online and cannot seem to fix it. I am just trying to put the stock zip file onto the phones internal memory. I am able to access recovery and twrp. I am just unable to figure out what I need to do to have my computer recognize my phone.
Click to expand...
Click to collapse
You need to use adb commands to push or sideload a rom while in twrp recovery.
Put the Rom file in your adb/fastboot folder and rename it rom.zip. Open your adb/fastboot command window.
Boot phone to twrp and connect usb.
In the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (several minutes)
When it's done install the Rom with twrp recovery.
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
You need to use adb commands to push or sideload a rom while in twrp recovery.
Put the Rom file in your adb/fastboot folder and rename it rom.zip. Open your adb/fastboot command window.
Boot phone to twrp and connect usb.
In the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (several minutes)
When it's done install the Rom with twrp recovery.
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
You just saved me the biggest headache ever.... thank you so much.
KorayC said:
You just saved me the biggest headache ever.... thank you so much.
Click to expand...
Click to collapse
I can assume your back up then :good: good job.
Glad I could help
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
So this one isn't working when I flash it with TWRP ( http://forum.xda-developers.com/desire-510/development/virgin-sprint-htc-desire-510-stock-t2961521 ). I wasn't successful looking for one so I was hoping I could find some help here. After I flash back to stock I want to flash this kernel ( http://forum.xda-developers.com/des...sprintboost-modded-desire-510-kernel-t2969979 ).
Correct me if I'm wrong but I feel as though this combination is better than just having CM11. Less hardware issues is a huge plus for me.
Sent from my HTC Desire 510 using XDA Free mobile app
meeniemuffin said:
So this one isn't working when I flash it with TWRP ( http://forum.xda-developers.com/desire-510/development/virgin-sprint-htc-desire-510-stock-t2961521 ). I wasn't successful looking for one so I was hoping I could find some help here. After I flash back to stock I want to flash this kernel ( http://forum.xda-developers.com/des...sprintboost-modded-desire-510-kernel-t2969979 ).
Correct me if I'm wrong but I feel as though this combination is better than just having CM11. Less hardware issues is a huge plus for me.
Sent from my HTC Desire 510 using XDA Free mobile app
Click to expand...
Click to collapse
Flash the kernel then restore.
Also, you don't flash that zip of stock. Unzip on your computer and drop the files in the TWRP/BACKUPS/FAJBLAHBLAHBLAH folder and restore in TWRP. You may not have to flash the kernel first because the boot.img should be backed up.
Did now know all this. Thanks for the help, I'm going to get started on this now that I got off work. Also, not obligatory, but can you explain how that works?
Sent from my HTC Desire 510 using XDA Free mobile app
dipspit said:
Flash the kernel then restore.
Also, you don't flash that zip of stock. Unzip on your computer and drop the files in the TWRP/BACKUPS/FAJBLAHBLAHBLAH folder and restore in TWRP. You may not have to flash the kernel first because the boot.img should be backed up.
Click to expand...
Click to collapse
Just letting you know that perhaps we are not on the same page here. Im coming from Cyanogenmod 11, is flashing the Kernel the only thing I have to do in order to back to Boost Mobile stock? ROM and everything come withing the Kernel?
meeniemuffin said:
Did now know all this. Thanks for the help, I'm going to get started on this now that I got off work. Also, not obligatory, but can you explain how that works?
Sent from my HTC Desire 510 using XDA Free mobile app
Click to expand...
Click to collapse
Download the zip and the kernel img
Unzip in Windows/Linux
cd to folder where the folder you unzipped is located
In a file explorer on your phone navigate to wherever you make TWRP backups to (ie. /sdcard or /sdcard2 )
In /sdcard or /sdcard2 there will be a folder named TWRP, tap it
In TWRP there will be a folder named BACKUPS, tap it
In BACKUPS there will be a folder with your devices serial number (eg. FA4AJSR24392), tap it, this is where you need to place the folder from the zip
Open cmd/terminal and move the folder to the device by executing
Code:
adb push [B][COLOR="DarkRed"]"2014-12-01--07-42-35 KOT49H release-keys"[/COLOR][/B] "/sdcard/TWRP/BACKUPS/[B]<device serial #>[/B]/[B][COLOR="DarkRed"]2014-12-01--07-42-35 KOT49H release-keys[/COLOR][/B]/"
Now move the kernel over by executing
Code:
adb push HTC-Desire-510-Modded-Kernel-v1.img /sdcard/HTC-Desire-510-Modded-Kernel-v1.img
Reboot to bootloader by executing
Code:
adb reboot recovery
In TWRP tap Install and find HTC-Desire-510-Modded-Kernel-v1.img
Tap it and swipe to flash/install
Afterwards back out to the main menu
Now tap Restore and restore 2014-12-01--07-42-35 KOT49H release-keys
I thought rb had backed up the boot.img along with system but that backup is only a system backup so you will have to flash the kernel first and then restore the stock.
dipspit said:
Download the zip and the kernel img
Unzip in Windows/Linux
cd to folder where the folder you unzipped is located
In a file explorer on your phone navigate to wherever you make TWRP backups to (ie. /sdcard or /sdcard2 )
In /sdcard or /sdcard2 there will be a folder named TWRP, tap it
In TWRP there will be a folder named BACKUPS, tap it
In BACKUPS there will be a folder with your devices serial number (eg. FA4AJSR24392), tap it, this is where you need to place the folder from the zip
Open cmd/terminal and move the folder to the device by executing
Code:
adb push [B][COLOR="DarkRed"]"2014-12-01--07-42-35 KOT49H release-keys"[/COLOR][/B] "/sdcard/TWRP/BACKUPS/[B]<device serial #>[/B]/[B][COLOR="DarkRed"]2014-12-01--07-42-35 KOT49H release-keys[/COLOR][/B]/"
Now move the kernel over by executing
Code:
adb push HTC-Desire-510-Modded-Kernel-v1.img /sdcard/HTC-Desire-510-Modded-Kernel-v1.img
Reboot to bootloader by executing
Code:
adb reboot recovery
In TWRP tap Install and find HTC-Desire-510-Modded-Kernel-v1.img
Tap it and swipe to flash/install
Afterwards back out to the main menu
Now tap Restore and restore 2014-12-01--07-42-35 KOT49H release-keys
I thought rb had backed up the boot.img along with system but that backup is only a system backup so you will have to flash the kernel first and then restore the stock.
Click to expand...
Click to collapse
Im trying what you suggested and TWRP isnt recognizing that the image file is there. Any ideas?
Never mind. I flashed the kernel using flashify and then I rebooted into TWRP and restored to stock. Thanks for the help.
Sent from my 0PCV1 using XDA Free mobile app
The Issue:
At the moment there is no data or OS installed, however I can access recovery mode.
1. HTC one device does not appear in file explorer; there are no issues with drivers, I've reinstalled and installed all Htc drivers, multiple usb cables have also been used.
2.No OS installed; third party programs require android debugging enabled to recover data.
The Story: was running the android had revolution rom when the I used the Xposed framework uninstall application.. This malfunctioned and set the phone into a boot loop. After which I accidentally formatted my phone.
The Questions: is it possible to fix this myself? Can I recover the data from the formatted storage? How do I get it to connect?
Every piece of help is much appreciated!
Update #1: i attempted to adb push a rom but the "device or resource is busy"
imgur.com/hN8VlmN
update#2: attempted to reformat again, following android HD revolution's guide.
"/dev/block/mmcblk0p37 is mounted; will not make a filesystem here!"
imgur.com/vC0eyFf
Kwoc said:
The Issue:
At the moment there is no data or OS installed, however I can access recovery mode.
1. HTC one device does not appear in file explorer; there are no issues with drivers, I've reinstalled and installed all Htc drivers, multiple usb cables have also been used.
2.No OS installed; third party programs require android debugging enabled to recover data.
The Story: was running the android had revolution rom when the I used the Xposed framework uninstall application.. This malfunctioned and set the phone into a boot loop. After which I accidentally formatted my phone.
The Questions: is it possible to fix this myself? Can I recover the data from the formatted storage? How do I get it to connect?
Every piece of help is much appreciated!
Click to expand...
Click to collapse
Hello,
Thanks for using XDA Assist.
Moving your thread to One M7 Q&A.You'll get support from the experts there.
___
v7
XDA Assist
judging by the views:replies i have no hope?"
Kwoc said:
The Issue:
At the moment there is no data or OS installed, however I can access recovery mode.
1. HTC one device does not appear in file explorer; there are no issues with drivers, I've reinstalled and installed all Htc drivers, multiple usb cables have also been used.
2.No OS installed; third party programs require android debugging enabled to recover data.
The Story: was running the android had revolution rom when the I used the Xposed framework uninstall application.. This malfunctioned and set the phone into a boot loop. After which I accidentally formatted my phone.
The Questions: is it possible to fix this myself? Can I recover the data from the formatted storage? How do I get it to connect?
Every piece of help is much appreciated!
Update #1: i attempted to adb push a rom but the "device or resource is busy"
imgur.com/hN8VlmN
update#2: attempted to reformat again, following android HD revolution's guide.
"/dev/block/mmcblk0p37 is mounted; will not make a filesystem here!"
imgur.com/vC0eyFf
Click to expand...
Click to collapse
What version of TWRP are you using?
Is your device detected when booted in twrp? Use the "adb devices" command
Also post the output of "fastboot getvar all" (phone must be in bootloader mode), don't post IMEI/serialno
alray said:
What version of TWRP are you using?
Is your device detected when booted in twrp? Use the "adb devices" command
Also post the output of "fastboot getvar all" (phone must be in bootloader mode), don't post IMEI/serialno
Click to expand...
Click to collapse
thanks for the reply
My TWRP verison is 2.6.3.3
this is what i see when i run the adb commands
imgur.com/a/K9RKN
Kwoc said:
thanks for the reply
My TWRP verison is 2.6.3.3
this is what i see when i run the adb commands
imgur.com/a/K9RKN
Click to expand...
Click to collapse
Well it looks like you have a problem with your adb, uninstall it and re-install the latest android sdk tools. You sure your phone was booted in twrp when trying "adb devices" ?
You won't be able to see your phone in the file explorer with twrp 2.6.3.3
You won't be able to flash newer roms with your old firmware (1.29.980.2).
You could flash CWM recovery and restore this nandroid backup and then update your phone
alray said:
Well it looks like you have a problem with your adb, uninstall it and re-install the latest android sdk tools. You sure your phone was booted in twrp when trying "adb devices" ?
You won't be able to see your phone in the file explorer with twrp 2.6.3.3
You won't be able to flash newer roms with your old firmware (1.29.980.2).
Click to expand...
Click to collapse
adb issue solved FINALLY PROGRESS!!! THANK YOU SO MUCH
so ive flashed the most recent CWM recovery and ive adb pushed the most recent TWRP, when i flash the TWRP i have file explorer access .
i tried flashing the nandroid backup but i get this imgur.com/MJ1RMi1
Kwoc said:
when i flash the TWRP i have file explorer access .
Click to expand...
Click to collapse
Yup, recent versions of TWRP have MTP support unlike 2.6.3.3
but im getting an issue when i try to restore the linked nandroid back up where it says "couldnt open directory" then "no files found" in CWM recovery.
Click to expand...
Click to collapse
Extract the backup folder from zip file and save it in your CWM backup folder: /sdcard/CWM/backup/backup_folder_here
TWRP recovery cant seem to locate the back up either, it just comes up as blank in TWRP.
Click to expand...
Click to collapse
A cwm backup must be restored using cwm only, it will not work with twrp.
edit1: i was just looking at this guide http://android-revolution-hd.blogspot.com.au/2015/02/how-to-find-proper-firmware-variant-on.html and "If your device is S-ON then both modelid and cidnum must match."
Click to expand...
Click to collapse
The backup linked above is for your phone, the version-number match yours so the CID and MID will also match. But reading this wasn't a waste of time, now you understand what to look for when searching for a stock rom :good:
so is it okay to flash that nandroid back up?
Click to expand...
Click to collapse
Yes, 1.29.980.2 is for MID: PN0714000 and CID OPTUS001, TELNZ001, VODAP021 or HTC__039. If you type the "fastboot getvar all" command, you will get PN0714000 and one of these 4 CID listed.
"Extract the backup folder from zip file and save it in your CWM backup folder: /sdcard/CWM/backup/backup_folder_here"
After i did that CWM gave me the same "no files found".
so trying to work backwards i made a CWM backup and tried to find where that was saved, which did not appear in file explorer. Turns out its in data/media/clockworkmod/backup ugh but it finally boots now :laugh: :victory:
is my firmware the reason why when i flash android revolution HD custom rom, it gets stuck on the HTC one beats audio screen?