Fastboot Question? - G1 Q&A, Help & Troubleshooting

is there anyway I can use fastboot to up something to the root of my MicroSd card/format it....? or via console

Loading001 said:
is there anyway I can use fastboot to up something to the root of my MicroSd card/format it....?
Click to expand...
Click to collapse
i don't think you can but you can flash the 1.4 recovery immage with fastboot and format your sdcard with it, or you fastboot to just boot into the recovery image with
Code:
fastboot boot recovery.img (or whatever the name of your recovery image is)

ya the issue is that my ROM got nuked some how and I don't have a micro SD card reader to put a new ROM update.zip on the root of the thing so I can't boot into my phone.....

Loading001 said:
ya the issue is that my ROM got nuked some how and I don't have a micro SD card reader to put a new ROM update.zip on the root of the thing so I can't boot into my phone.....
Click to expand...
Click to collapse
can you get into recovery? if not i can send you a cleanly wiped nandroid of 4.1.11.1 and you can fastboot flash to flash it and that will solve your rom problem

yes sir i sure can everything but OS thanks

Loading001 said:
yes sir i sure can everything but OS thanks
Click to expand...
Click to collapse
thou hast a pm'eth (old english fail)

Related

is it possible to flash a rom via cmd?

im currently couldnt connect with the sd card, im not rooted, so i have no other way to gain access to sd card, i tried ruu, it showed error, something about utility version, so as the title, is it possible?if so, please give me instruction, please,
thank you so much
use recovery to access the sdcard.
stona175 said:
use recovery to access the sdcard.
Click to expand...
Click to collapse
or if you have the ROM.zip extracted from ruu, u can flash it from fastboot using fastboot flash zip rom.zip
where rom.zip will in ur pc
without root that wont be possible! only can try with a stock rom.zip extracted from official ruu.
I also have the same problem. My phone is not root. But i unlock my bootloader. I can't see my SD card. Becuase i flash rom that have different hboot.
My hboot version is 1.25.0.0 but that rom is 1.28.0.0.
I try to flash the system image by fastboot but it show error that file image is too big.
I would like to know how to create the system image to flash by fastboot. how big capacity that i can flash by fastboot.
Now i can use phone only for calling.
If anyone have any system image file that support hboot 1.25.0.0. Please let me know where i can download.
Thanks in advance.
^__^
shingers5 said:
without root that wont be possible! only can try with a stock rom.zip extracted from official ruu.
Click to expand...
Click to collapse
for recovery you don't need a root. lol. download fstab file and flash via recovery.
poltep said:
I also have the same problem. My phone is not root. But i unlock my bootloader. I can't see my SD card. Becuase i flash rom that have different hboot.
My hboot version is 1.25.0.0 but that rom is 1.28.0.0.
I try to flash the system image by fastboot but it show error that file image is too big.
I would like to know how to create the system image to flash by fastboot. how big capacity that i can flash by fastboot.
Now i can use phone only for calling.
If anyone have any system image file that support hboot 1.25.0.0. Please let me know where i can download.
Thanks in advance.
^__^
Click to expand...
Click to collapse
on 1.25 recovery working with usb mounting than you can simply install custom rom without messing up.
Just install appropriate recovery.
stona175 said:
for recovery you don't need a root. lol. download fstab file and flash via recovery.
on 1.25 recovery working with usb mounting than you can simply install custom rom without messing up.
Just install appropriate recovery.
Click to expand...
Click to collapse
I don't know how to do usd mounting.
I can't put customer ROM in SD card because my mobile don't see it.
For usb mouting. you mean i can flash it from PC by USD mouting, right?
Would you please give more detail how to do it?
boot in to recovery:
connect phone to pc
- mount and storage
- mount USB.
On PC you can now add your rom.zip to flash it.
If mounting don't work its mean you have hboot 1.28 and you need to flash this recovery.
FLASH ROM!!!!!!!!!!!!
hi everyone, i have a little problem... i just tried to flash a rom (Trickdroid v3.0.0) on my Htc One S s3 (Ville c2) and i just dont know how to do exactly to to this because i have installed TWRP and this recovery dont help me in all i cant flash the rom and i have a problem with my stock rom from Movistar Venezuela and has no RUU o SuperCID avaliable i´m going crazy with this please some help or a link for a treath that can help me... thanks
btw i'm stuck! with my HBOOT 2.09 and my android version 4.0.3, i'm only whant to fix a sound bug that my HOS makes me crazy every time thet i want to answer a call and have NO SOUND!!!! that makes me lose the control, sometimes i want to trow it faaaaaaaaaaar away that i can but i have no money for a new phone so i'll need to fix this lol
Sorry for my bad English i'm Venezuelan
hello guys, i have a problem with my tecno n5s, i cannot install any app since it says sytem storage is full, i have factory resetted it but says storage full, , i dowbloaded its stock rom but i havent been able to flash the rom to the phone, i recently tried miflash tool but ended up with this error; the system cannot find the file specified.(0x80070002: execute flash_all.bat) kindly provide possible quick solution

[Q] htc one no OS twrp cant mount Help

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

HTC one restart during new rom installation

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

[Q] can`t mount system HELP!!!

Hello guys! Any ROM i try to install fails. I can`t mount system partition. Please help!
Recovery TWRP
Calanderia said:
Hello guys! Any ROM i try to install fails. I can`t mount system partition. Please help!
Recovery TWRP
Click to expand...
Click to collapse
Which ROM are you trying to install and which version of TWRP are you using?
Are you s off? Rooted?
stovie_steve said:
Which ROM are you trying to install and which version of TWRP are you using?
Are you s off? Rooted?
Click to expand...
Click to collapse
slim, maximus, one plus... everything fails... TWRP 2.8.0.2, s-on, rooted
Right we need a bit more info than that...
Please post a fastboot getvar all leaving out your serial number and IMEI
stovie_steve said:
Right we need a bit more info than that...
Please post a fastboot getvar all leaving out your serial number and IMEI
Click to expand...
Click to collapse
i managed to resolve the isssue... formating system to ext4 format, mounted it but still can`t flash roms, phone freezing... after another hour of struggling it simply work with slimkat
P.S.: Thx for trying to help
TWRP 2.7.1.1
Calanderia said:
i managed to resolve the isssue... formating system to ext4 format, mounted it but still can`t flash roms, phone freezing... after another hour of struggling it simply work with slimkat
P.S.: Thx for trying to help
Click to expand...
Click to collapse
Flash TWRP 2.7.x.x version. All the roms you are trying to install are incompatible with TWRP 2.8.x.x. I had the same issue. Copy all the files on the phone storage using twrp. Now reboot to bootloader. I hope you have fastboot files that you used to unlocked bootloader. now rename twrp .img file to "recovery.img." Connect you phone to laptop/computer and run this command line. fastboot flash recovery recovery.img" That's it. Once the process is done reboot to recovery and install rom.

phone bricked

Ok, i think i deleted everyting on my s-off / tampered phone. No ROM/bootloader no nothing.
My phone goes straight into system revovery. If i reboot it goes to recovery mode again.
What do i do. pls help.
auzd212 said:
Ok, i think i deleted everyting on my s-off / tampered phone. No ROM/bootloader no nothing.
My phone goes straight into system revovery. If i reboot it goes to recovery mode again.
What do i do. pls help.
Click to expand...
Click to collapse
same problem we need this file http://forum.xda-developers.com/one-mini-2/development/htc-one-mini-2-stock-rom-2-16-401-1-t2933513
Bear Grylls said:
same problem we need this file http://forum.xda-developers.com/one-mini-2/development/htc-one-mini-2-stock-rom-2-16-401-1-t2933513
Click to expand...
Click to collapse
The download is not available.
But i wouldnt be able to go into twrp, since i can only acces android system recovery.
This is everything i can do: http://imgur.com/a/eVNb6
auzd212 said:
Ok, i think i deleted everyting on my s-off / tampered phone. No ROM/bootloader no nothing.
My phone goes straight into system revovery. If i reboot it goes to recovery mode again.
What do i do. pls help.
Click to expand...
Click to collapse
what recovery you have installed? Stock, TWRP?
All the files you need to put back your phone
kativiti said:
what recovery you have installed? Stock, TWRP?
All the files you need to put back your phone
Click to expand...
Click to collapse
i need this file man can you find for me ?
http://forum.xda-developers.com/one-mini-2/development/htc-one-mini-2-stock-rom-2-16-401-1-t2933513
kativiti said:
what recovery you have installed? Stock, TWRP?
All the files you need to put back your phone
Click to expand...
Click to collapse
I had TWRP, but i cant acces anything.
i can do this "apply from sd card" thing. but what file do i nedd to put on my sd card?
auzd212 said:
I had TWRP, but i cant acces anything.
i can do this "apply from sd card" thing. but what file do i nedd to put on my sd card?
Click to expand...
Click to collapse
you cant use this files that way.
does your pc recognize the phone?
you need to flash a recovery.
make sure you using an original HTC cable.
kativiti said:
you cant use this files that way.
does your pc recognize the phone?
you need to flash a recovery.
make sure you using an original HTC cable.
Click to expand...
Click to collapse
Ok, so my batery died over the night. Pluged it in and got into Bootloader.
I can go into fastboot. But my pc doesnt recognize my phone any more.
/*
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
*/
This is what my bootloader says:
/*
***Tampered***
***Unlocked***
Mem_ul pvt ship S-on
Hboot-3.19.0.0000
Radio-1.101.1102.19.1017
OpenDsp-v28.2.2.00546.0331
OS-2.19.401.1
eMMC-boot 1024 MB
Nov 10 2014, .....
Hboot
SD Checking...
No gift files...
Loading...[0P8BDIAG.zip]
No image!
Loading...[0P8BDIAG.nbh]
No image or wrong image!
Loading... [0P8BDIAG.zip]
Loading... [0P8BDIAG.nbh]
No image or wrong image!
*/
Let me guess, i need an RUU, rename it to "0P8BDIAG.zip", put it on the sdcard and bot into hboo?
auzd212 said:
Let me guess, i need an RUU, rename it to "0P8BDIAG.zip", put it on the sdcard and bot into hboo?
Click to expand...
Click to collapse
you take the zip file from the RUU and rename it
csoulr666 said:
you take the zip file from the RUU and rename it
Click to expand...
Click to collapse
The file is like 1.2 gig. and i am downloading with 60 kb/s.
can anyone do an upload on mega?
auzd212 said:
Let me guess, i need an RUU, rename it to "0P8BDIAG.zip", put it on the sdcard and bot into hboo?
Click to expand...
Click to collapse
check device manager in windows...
install HTC drivers.
flash TWRP
send backup to phone (NOT sdcard)
in TWRP restore backup.
simples
kativiti said:
check device manager in windows...
install HTC drivers.
flash TWRP
send backup to phone (NOT sdcard)
in TWRP restore backup.
simples
Click to expand...
Click to collapse
http://imgur.com/PaYKK8h
auzd212 said:
http://imgur.com/PaYKK8h
Click to expand...
Click to collapse
try removing sdcard. i had problems with that before.
make sure you are using original HTC usb cable.
even if ADB cant find your device, still try to flash recovery.
kativiti said:
try removing sdcard. i had problems with that before.
make sure you are using original HTC usb cable.
even if ADB cant find your device, still try to flash recovery.
Click to expand...
Click to collapse
I cant flash any recovery, since i cant fastboot.
auzd212 said:
I cant flash any recovery, since i cant fastboot.
Click to expand...
Click to collapse
your bootloader dont show the options for
fastboot
reboot
reset
recovery
etc
etc?????
kativiti said:
your bootloader dont show the options for
fastboot
reboot
reset
recovery
etc
etc?????
Click to expand...
Click to collapse
Ok, so i donwloaded recovery-twrp-2.8.5.0,
fastboot flash recovery recovery-twrp-2.8.5.0.img
reboot.
and im still on this Android syste recovery
auzd212 said:
Ok, so i donwloaded recovery-twrp-2.8.5.0,
fastboot flash recovery recovery-twrp-2.8.5.0.img
reboot.
and im still on this Android syste recovery
Click to expand...
Click to collapse
did it gave you an error???
kativiti said:
did it gave you an error???
Click to expand...
Click to collapse
I tried the version 2.8.5 and it didnt work, so i tried the previous version ( its 2.8.1 or something) an it worked. Now I but a backup on the phone and its working fine again.
Thanks so much for helping out kativiti.
Have a nice day.
auzd212 said:
I tried the version 2.8.5 and it didnt work, so i tried the previous version ( its 2.8.1 or something) an it worked. Now I but a backup on the phone and its working fine again.
Thanks so much for helping out kativiti.
Have a nice day.
Click to expand...
Click to collapse
Glad i could help... :good::good::good:

Categories

Resources