Related
hello
im new so thank you all in advance!!
my htc one has no os but i can go to fastboot and install recovery the problem is
that twrp recovery cant mount sdcard ,cache, cwm recovery also cant mount sdcard.
so i cant install any rom , and my htc one is just a brick.
hope someone can solve my problem
thanks
filipealm said:
hello
im new so thank you all in advance!!
my htc one has no os but i can go to fastboot and install recovery the problem is
that twrp recovery cant mount sdcard ,cache, cwm recovery also cant mount sdcard.
so i cant install any rom , and my htc one is just a brick.
hope someone can solve my problem
thanks
Click to expand...
Click to collapse
Since you have TWRP, just side load the rom
Sideload places the file to be flashed in the root of the /sdcard so if his recovery won't mount it then I doubt sideload will work.
Sideload guide:
http://forum.xda-developers.com/showthread.php?t=2318497
What did you do to get your recovery to stop mounting? Did your installed recovery ever work properly?
Rex2369 said:
Since you have TWRP, just side load the rom
Click to expand...
Click to collapse
just tried
C:\root>adb sideload C:\root\rom.zip
error: closed
not working, i think is because of sdcard not mounting.
theres no fix for sdcard not mounting (format it)
thanks
Try booting into recovery from fastboot and see if it still doesn't mount:
Put your twrp.img file in your adb/fastboot folder
Then:
Code:
fastboot boot twrp.img
I would use the latest version BTW but I assume you are trying that.
crushalot said:
Sideload places the file to be flashed in the root of the /sdcard so if his recovery won't mount it then I doubt sideload will work.
Sideload guide:
http://forum.xda-developers.com/showthread.php?t=2318497
What did you do to get your recovery to stop mounting? Did your installed recovery ever work properly?
Click to expand...
Click to collapse
i accidentaly wipe my phone then i tried to serche for a original ruu and tried to flash it with no luck.
i relocked and unlocked bootloader several times,if i can mount i should be ok burt it wont mount:crying:
i have twrp recovery stock rom backup but no idea what to do with it.
thanks
crushalot said:
Try booting into recovery from fastboot and see if it still doesn't mount:
Put your twrp.img file in your adb/fastboot folder
Then:
Code:
fastboot boot twrp.img
I would use the latest version BTW but I assume you are trying that.
Click to expand...
Click to collapse
just tried it freezed in fastboot !now?
Do you have S-off?
crushalot said:
Do you have S-off?
Click to expand...
Click to collapse
hello
no, if i erase everything ?
and start from begining?
thanks
filipealm said:
hello
no, if i erase everything ?
and start from begining?
thanks
Click to expand...
Click to collapse
Not sure what you mean.
If you had s-off you could run a RUU to get back working and then redo everything (flash recovery, root, install rom of choice.
Got it
filipealm said:
hello
im new so thank you all in advance!!
my htc one has no os but i can go to fastboot and install recovery the problem is
that twrp recovery cant mount sdcard ,cache, cwm recovery also cant mount sdcard.
so i cant install any rom , and my htc one is just a brick.
hope someone can solve my problem
thanks
Click to expand...
Click to collapse
I made it :laugh::good:
Formatted the sdcard on twrp recovery ( fixed the mounting issue)
Pushed rom with adb and installed it
Thanks now i just want to go stock
Need to find the wright ruu
filipealm said:
I made it :laugh::good:
Formatted the sdcard on twrp recovery ( fixed the mounting issue)
Pushed rom with adb and installed it
Thanks now i just want to go stock
Need to find the wright ruu
Click to expand...
Click to collapse
Glad you got it.
Cheers
Hi all,
My htc started to restart on login screen so i tried to switch rom i unlock the device and installed recovery but during the new rom installation (Android_Revolution_HD-One_71.1) the phone restart again
Can i solve this issue or maybe i have hardware problem?
Thanks
You may try to switch recovery, try twrp 2.6.3.2 or 2.7.1.1.
eliorbbb said:
Hi all,
My htc started to restart on login screen so i tried to switch rom i unlock the device and installed recovery but during the new rom installation (Android_Revolution_HD-One_71.1) the phone restart again
Can i solve this issue or maybe i have hardware problem?
Thanks
Click to expand...
Click to collapse
what custom recovery you are using and what version? also did you check the md5 sum of that rom? and full wipe before flashing that certain rom?
7128
imfuzzyyy said:
what custom recovery you are using and what version? also did you check the md5 sum of that rom? and full wipe before flashing that certain rom?
Click to expand...
Click to collapse
i using this recovery recovery-clockwork-6.0.4.8-m7 i move the room to the phone with sideload
i did full wipe
how i can check the md5 sum of this rom
Should i change recovery?
can you please give me a link?
Twrp recovery
http://forum.xda-developers.com/showthread.php?t=2173870
You should try...
1101
snebojsa said:
Twrp recovery
http://forum.xda-developers.com/showthread.php?t=2173870
You should try...
Click to expand...
Click to collapse
O.K with this recovery the installation finished but the device stack on htc one screen (beats logs Listed below)
Any new idea?
Start again, use twrp 2.6.3.3, once flashed, do:
fastboot erase cache
fastboot reboot-bootloader
Then go in to recovery and do wipe - format data, this will wipe your internal sdcard to, so you must Then push or sideload the Rom to the sdcard and then flash
Seanie280672 said:
Start again, use twrp 2.6.3.3, once flashed, do:
fastboot erase cache
fastboot reboot-bootloader
Then go in to recovery and do wipe - format data, this will wipe your internal sdcard to, so you must Then push or sideload the Rom to the sdcard and then flash
Click to expand...
Click to collapse
i dont have fastboot erase cache option
how i can push or sideload the Rom to the sdcard? i i am using adb sideload rom.zip
after that the file transfer and not appear in the sd card
eliorbbb said:
i dont have fastboot erase cache option
how i can push or sideload the Rom to the sdcard? i i am using adb sideload rom.zip
after that the file transfer and not appear in the sd card
Click to expand...
Click to collapse
With your phone in the bootloader, and plugged into the computer do
fastboot flash recovery recovery_name.img
fastboot erase cache
fastboot reboot-bootloader
THEN go in to recovery and do wipe - format data
Then to get the Rom on your phone, make sure the Rom is in the same folder as adb and fastboot then do
adb push Rom_name.zip /sdcard/
And wait, takes about 5 mins to push over, unplug your phone before you flash it.
Seanie280672 said:
With your phone in the bootloader, and plugged into the computer do
fastboot flash recovery recovery_name.img
fastboot erase cache
fastboot reboot-bootloader
THEN go in to recovery and do wipe - format data
Then to get the Rom on your phone, make sure the Rom is in the same folder as adb and fastboot then do
adb push Rom_name.zip /sdcard/
And wait, takes about 5 mins to push over, unplug your phone before you flash it.
Click to expand...
Click to collapse
thanks you!
i installed new rom unfortunately that not solved my problem after i "open" the login screen white screen with htc logo appear and error appear htc.htcdialer not responding after few sec the device restart again
do you have any idea how to solve this?
eliorbbb said:
thanks you!
i installed new rom unfortunately that not solved my problem after i "open" the login screen white screen with htc logo appear and error appear htc.htcdialer not responding after few sec the device restart again
do you have any idea how to solve this?
Click to expand...
Click to collapse
At least the Rom flashed and booted this time, but sounds like a problem with the Rom or the download, try a different Rom or try downloading it again
Seanie280672 said:
At least the Rom flashed and booted this time, but sounds like a problem with the Rom or the download, try a different Rom or try downloading it again
Click to expand...
Click to collapse
i installed this rom http://forum.xda-developers.com/showthread.php?t=2400161
now i dont have crash but the mobile data not connected its looks like the device not recognize the sim card...
do u think that i have HW problem?
eliorbbb said:
i installed this rom http://forum.xda-developers.com/showthread.php?t=2400161
now i dont have crash but the mobile data not connected its looks like the device not recognize the sim card...
do u think that i have HW problem?
Click to expand...
Click to collapse
Are you s-off then ? You must be s-off for Google play roms to work, sorry but I don't have any experience with gpe roms, don't like then myself.
Seanie280672 said:
Are you s-off then ? You must be s-off for Google play roms to work, sorry but I don't have any experience with gpe roms, don't like then myself.
Click to expand...
Click to collapse
no i am S-on
can you recommend on rom that not require s-off?
can i use this one http://forum.xda-developers.com/showthread.php?t=2334294 ? ?
thanks
eliorbbb said:
no i am S-on
can you recommend on rom that not require s-off?
can i use this one http://forum.xda-developers.com/showthread.php?t=2334294 ? ?
thanks
Click to expand...
Click to collapse
Yes, I use that one myself, I'm surprised that gpe Rom even booted for you.
Seanie280672 said:
Yes, I use that one myself, I'm surprised that gpe Rom even booted for you.
Click to expand...
Click to collapse
this rom require s-off?
eliorbbb said:
this rom require s-off?
Click to expand...
Click to collapse
No, but be sure to read the instructions and requirements
Hey guys. I've got TWRP 2.7.1.1 installed, but have been unable to flash 4.4.4 ROMs. They fail every time. Those who know my situation know my phone was recently soft bricked after I installed tdhite's TWRP 2.7.1.3 for Sprint HTC One m7. After restoring using RUU and reunlocking the bootloader and flashing SuperSU, I got everything working again and luckily had a backup of one of my favorite HTC One setups using the stock ROM only, along with Xposed framework.
Anyway:I was playing around in TWRP today and went to Mount and noticed that the system partition is not mounted. I'm thinking this may be why I am having trouble flashing ROMs. Should I just click on the system partition to mount it and then try to flash one of the custom AOSP ROMS?
MarkBell said:
Hey guys. I've got TWRP 2.7.1.1 installed, but have been unable to flash 4.4.4 ROMs. They fail every time. Those who know my situation know my phone was recently soft bricked after I installed tdhite's TWRP 2.7.1.3 for Sprint HTC One m7. After restoring using RUU and reunlocking the bootloader and flashing SuperSU, I got everything working again and luckily had a backup of one of my favorite HTC One setups using the stock ROM only, along with Xposed framework.
Anyway:I was playing around in TWRP today and went to Mount and noticed that the system partition is not mounted. I'm thinking this may be why I am having trouble flashing ROMs. Should I just click on the system partition to mount it and then try to flash one of the custom AOSP ROMS?
Click to expand...
Click to collapse
no, I don't be-leave it will do anything for you
clsA said:
no, I don't be-leave it will do anything for you
Click to expand...
Click to collapse
What about flashing an earlier version of TWRP and then flashing 2.7.1.1 again? I'm really wanting to try out the GPS fix recommended for the AOSP ROMs.
MarkBell said:
What about flashing an earlier version of TWRP and then flashing 2.7.1.1 again? I'm really wanting to try out the GPS fix recommended for the AOSP ROMs.
Click to expand...
Click to collapse
use that CWM recovery you have
clsA said:
use that CWM recovery you have
Click to expand...
Click to collapse
Still no dice using TWRP or CWM. I'm screwed. Can't flash ANYTHING at all through any version of TWRP or CWM.
Stuck on rooted stock with Xposed tweaks for now, I suppose.
Anyone think it's worth a try to sideload a rom?
MarkBell said:
Those who know my situation
Click to expand...
Click to collapse
Why do you expect us to be familiar with your situation?
MarkBell said:
Anyway:I was playing around in TWRP today and went to Mount and noticed that the system partition is not mounted. I'm thinking this may be why I am having trouble flashing ROMs. Should I just click on the system partition to mount it and then try to flash one of the custom AOSP ROMS?
Click to expand...
Click to collapse
most (probably all) installer scripts mount and unmount (possibly even format) the partitions it needs.
MarkBell said:
Hey guys. I've got TWRP 2.7.1.1 installed, but have been unable to flash 4.4.4 ROMs.
Click to expand...
Click to collapse
you need to start providing more details, a good starting point is usually:
1- a "fastboot getvar all" (excluding IMEI, MEID, S/N)
2- name and version of recovery you are using (yes, you did mention that, next time add it's the sprint variant as most of us are on m7_u/ul)
3- what you are trying flash (including link)
4- what error does the installer throw? "unable to flash" is very vague
nkk71 said:
Why do you expect us to be familiar with your situation?
most (probably all) installer scripts mount and unmount (possibly even format) the partitions it needs.
you need to start providing more details, a good starting point is usually:
1- a "fastboot getvar all" (excluding IMEI, MEID, S/N)
2- name and version of recovery you are using (yes, you did mention that, next time add it's the sprint variant as most of us are on m7_u/ul)
3- what you are trying flash (including link)
4- what error does the installer throw? "unable to flash" is very vague
Click to expand...
Click to collapse
It's ok ..I been helping him for a few days
he has a sprint phone and was softbricked from a bad recovery install. So he's kinda gun shy on flashing recovery's.
He wants to use an AOSP Rom that's kitkat 4.4.4 but all the normal versions of recovery have trouble flashing.
i tried to root my phone and install roms but then when i flashed the viper rom something went wrong and my phone would only go on recovery (twrp) i panicked... and cleared ALL the data, even my backup and including the os. I looked for guides and saw this one that shows how to install rom through adb, tried it and successfully installed android revolution, but when i try to reboot it says no os installed. please help
Firstly, which version of twrp are you using?
If it is the old ones, 6.* versions, please upgrade to the latest, then you can try side loading arhd or viper ROM once again. Should word. You can use HTC one toolkits available for m7, or use adb itself if you are familiar with it in a good level.
Install TWRP 2.8.5.0
Mount mtp copy zip to sd card
Unmount flash zip
yatindroid said:
Install TWRP 2.8.5.0
Mount mtp copy zip to sd card
Unmount flash zip
Click to expand...
Click to collapse
Update, i already managed to install android revolution, but then every time i power it on it just goes straight to recovery like last time. Also every time i install ROM twrp says i dont have supersu.
aviranzerioniac said:
Firstly, which version of twrp are you using?
If it is the old ones, 6.* versions, please upgrade to the latest, then you can try side loading arhd or viper ROM once again. Should word. You can use HTC one toolkits available for m7, or use adb itself if you are familiar with it in a good level.
Click to expand...
Click to collapse
Managed to install android revolution, but it always just goes to the recovery mode when i try to open the phone. Also every time i install ROM twrp says i dont have supersu.
I Nid 2P said:
Update, i already managed to install android revolution, but then every time i power it on it just goes straight to recovery like last time. Also every time i install ROM twrp says i dont have supersu.
Click to expand...
Click to collapse
format or correct system partition
Install supersu along
yatindroid said:
format or correct system partition
Install supersu along
Click to expand...
Click to collapse
sorry i really lack information, how do you correct system partition? and when you say format its the storage right?
so i would have to go to twrp then wipe and then format right? then install supersu and then android revolution?
Edit: i did whats above but when i flashed android revolution and clicked reboot it says no os nor supersu installed.. even after seeing the "you are now running android revolution" screen.
I Nid 2P said:
sorry i really lack information, how do you correct system partition? and when you say format its the storage right?
Click to expand...
Click to collapse
Flash ARHD with TWRP 2.6.3.3
I Nid 2P said:
sorry i really lack information, how do you correct system partition? and when you say format its the storage right?
Click to expand...
Click to collapse
2.8.5.0 have that option in wipe options
2.6.3.3 is best for flashing
yatindroid said:
2.8.5.0 have that option in wipe options
2.6.3.3 is best for flashing
Click to expand...
Click to collapse
does that mean i would have to install 2 different versions through the process?
clsA said:
Flash ARHD with TWRP 2.6.3.3
Click to expand...
Click to collapse
im running v2.6.3.0 how do i update it?.. please bare with me
I Nid 2P said:
im running v2.6.3.0 how do i update it?.. please bare with me
Click to expand...
Click to collapse
I you have an M7_UL
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
clsA said:
I you have an M7_UL
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
finally able to update my twrp, now what do i do?
Edit: cant seem to click cache on mount
I Nid 2P said:
finally able to update my twrp, now what do i do?
Edit: cant seem to click cache on mount
Click to expand...
Click to collapse
I already replied in your other thread
Edit: why are you trying to mount things ? and clearing cache and delvik again and again ?
the step are really simple just join in where you need too
unlock bootloader at htcdev
flash TWRP 2.6.3.3 with fastboot in terminal to your phone
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
from the bootloader choose recovery / TWRP loads now
choose install / choose ARHD / or ViperOne that you downloaded
Swipe to install / when install is done / reboot
clsA said:
I already replied in your other thread
Edit: why are you trying to mount things ? and clearing cache and delvik again and again ?
the step are really simple just join in where you need too
unlock bootloader at htcdev
flash TWRP 2.6.3.3 with fastboot in terminal to your phone
Update: IT STARTED!! I think the problem was my twrp version, thank you for helping me and sorry
from the bootloader choose recovery / TWRP loads now
choose install / choose ARHD / or ViperOne that you downloaded
Swipe to install / when install is done / reboot
Click to expand...
Click to collapse
I dont know if i didnt mention or you didnt see but i formatted my data so i dont have any rom zip files in my storage
I Nid 2P said:
I dont know if i didnt mention or you didnt see but i formatted my data so i dont have any rom zip files in my storage
Click to expand...
Click to collapse
Put the phone in the first screen of TWRP
put your rom in the same folder as fastboot /adb
then in terminal adb push name-of-Rom.zip /sdcard
let it copy to the phone it takes a few min the command prompt will change when it's done
now install the rom with TWRP
I was running Freedom OS CE 2.5 and I dirty flashed official OOS 4.1.0 and got into a bootloop.
I restarted the phone into twrp and it told me that it was read only so I wasn't seeing any zip files. I tried to use repair in the Wipe section by changing file format. I think I chose FAT...I honestly can't remember. But when I swipe to repair and I got stock on updating partition. So I restarted the device into twrp again but this time I'm stock on just the splash screen....won't start.
All I'm getting into is bootloader mode.
Help please
Use fastboot to wipe recovery and flash TWRP again. Alternatively, directly sideload your ROM.
Anova's Origin said:
Use fastboot to wipe recovery and flash TWRP again. Alternatively, directly sideload your ROM.
Click to expand...
Click to collapse
Thank you so much. But what about how I tried changing the format from what it was originally? Should I be worried or that's a minor issue?
ddaharu said:
Thank you so much. But what about how I tried changing the format from what it was originally? Should I be worried or that's a minor issue?
Click to expand...
Click to collapse
You should reformat those partitions that you've changed. Ext4 or f2fs for /data and ext4 for all other partitions. This can be done through either fastboot or TWRP.
Anova's Origin said:
You should reformat those partitions that you've changed. Ext4 or f2fs for /data and ext4 for all other partitions. This can be done through either fastboot or TWRP.
Click to expand...
Click to collapse
Are these the commands I should use?
c:\adb>fastboot erase recovery
c:\adb>fastboot flash recovery twrp
Well as you said, after this I can reenter recovery and reformat the partitions and I should be fine right?
Thanks for all your help man...
ddaharu said:
Are these the commands I should use?
c:\adb>fastboot erase recovery
c:\adb>fastboot flash recovery twrp
Well as you said, after this I can reenter recovery and reformat the partitions and I should be fine right?
Thanks for all your help man...
Click to expand...
Click to collapse
Dont forget the ".img" when referring to images"
c:\adb>fastboot flash recovery twrp.img
Anova's Origin said:
Dont forget the ".img" when referring to images"
c:\adb>fastboot flash recovery twrp.img
Click to expand...
Click to collapse
One last question. Is there any twrp version you'll recommend? Or anyone is good?
ddaharu said:
One last question. Is there any twrp version you'll recommend? Or anyone is good?
Click to expand...
Click to collapse
3.0.4-1 has proven to be the most stable so far.
I've also been using 3.1.0-1 for a while and haven't noticed any issues.
Avoid 3.1.0.0 though, as there has been many reports of issues with it.
Anova's Origin said:
3.0.4-1 has proven to be the most stable so far.
I've also been using 3.1.0-1 for a while and haven't noticed any issues.
Avoid 3.1.0.0 though, as there has been many reports of issues with it.
Click to expand...
Click to collapse
MY PHONE IS RUNNING AGAIN! thanks for your help man.
Btw! Seeing that the positions were somewhat corrupted, I actually had to use stock recovery to sideload the stock ROM then flash TWRP and finally on freedom is 2.6.1
Thanks again, mate. :highfive:
ddaharu said:
I was running Freedom OS CE 2.5 and I dirty flashed official OOS 4.1.0 and got into a bootloop.
I restarted the phone into twrp and it told me that it was read only so I wasn't seeing any zip files. I tried to use repair in the Wipe section by changing file format. I think I chose FAT...I honestly can't remember. But when I swipe to repair and I got stock on updating partition. So I restarted the device into twrp again but this time I'm stock on just the splash screen....won't start.
All I'm getting into is bootloader mode.
Help please
Click to expand...
Click to collapse
I faced a similar issue with twrp , just try to flash twrp again using fastboot mode , in case it does not work again then try to flash it a few more times , it would surely work , I have already tried it , but before that try to factory reset ur phone using twrp and reboot to twrp and only use the first method if the problem exists after that
9891ishu said:
I faced a similar issue with twrp , just try to flash twrp again using fastboot mode , in case it does not work again then try to flash it a few more times , it would surely work , I have already tried it , but before that try to factory reset ur phone using twrp and reboot to twrp and only use the first method if the problem exists after that
Click to expand...
Click to collapse
Thanks. I got through.