Can anyone guide me the way how to flash via fastboot.I'm confused.Guide me steps by steps,what should i do...Does it needs any software or etc..I've root the device & wanted to flash the roms.I did flash the roms.right after flash he rom,i had to extract the boot.img from the ROM.zip and flash it via fastboot.."fasboot flash boot boot.img"
This part i'm confused at..Pls help me ..Thanks in advanced..
If you have acheived S-Off via HTCDev, you will need to extract the boot.img from the ROM.zip and flash it via fastboot
"fasboot flash boot boot.img"
If you don't have good experience in flashing, I'd be very careful, you can easily brick it. There is nothing wrong with staying on a stock ROM, I find the stock to be stable and fast.
there is also nothing wrong with reading up and learning. a simple google search of adb and fastboot commands will give you something to work off of
...and when you're confident in proceeding... be careful with your spelling.
"fasboot flash boot boot.img" - No
"fastboot flash boot boot.img" - Yes
RobE. said:
...and when you're confident in proceeding... be careful with your spelling.
"fasboot flash boot boot.img" - No
"fastboot flash boot boot.img" - Yes
Click to expand...
Click to collapse
Sounds like this might be coming from experience
sent from a galaxy far far away
FrostyOrDie said:
Sounds like this might be coming from experience
sent from a galaxy far far away
Click to expand...
Click to collapse
(Lol), your powers of observation are weak my friend. My post only corrected the OP's mistaken spelling of 'fastboot'.
i've read it & i'm confused.i did tried flashing to other rom by using the recovery,its working.i just wanna flash to the latest rom,cause some roms need to flash using flash it via fastboot ( "fasboot flash boot boot.img" ) This part i'm confused at.
After flashing to the latest rom,i'm stuck at the htc logo for more than 20 mins.can anyone guide me the steps.thks..thanks in advanced...
jingaro said:
i've read it & i'm confused.i did tried flashing to other rom by using the recovery,its working.i just wanna flash to the latest rom,cause some roms need to flash using flash it via fastboot ( "fasboot flash boot boot.img" ) This part i'm confused at.
After flashing to the latest rom,i'm stuck at the htc logo for more than 20 mins.can anyone guide me the steps.thks..thanks in advanced...
Click to expand...
Click to collapse
"fasboot flash boot boot.img" - no
What's the problem with you?
fastboot fastboot fastboot fastboot fastboot fastboot fastboot fastboot
fastboot flash boot boot.img
yes ,u are right.it is fastboot flash boot boot.img.my apology..i'm confused the steps flashing using this steps..could anyone guide me..thks in advance..
RobE. said:
"fasboot flash boot boot.img" - no
What's the problem with you?
fastboot fastboot fastboot fastboot fastboot fastboot fastboot fastboot
fastboot flash boot boot.img
Click to expand...
Click to collapse
What about fastboot flash system.img???
Hi all,
I'm installing CM10.1 on a TF201. Extracting the rom.zip shows there's a boot.blob and a boot.img. I've fastboot'd the boot.img, and can boot into CM fine.
What does the boot.blob provide, do I need to flash it, and if so, does the command need a -i 0x0b05 argument? I've seen other threads which state that the command should be:
Code:
fastboot flash boot -i 0x0b05 boot.blob
rather than just
Code:
fastboot flash boot boot.blob
I have flashed whole firmware in fastboot mode with the help of fastboot tool. First i flash preloader. i use this command "fastboot flash preloader preloader.img" after this i flashed boot, recovery and other factory images. but when i m going to flash pgpt.img or gpt.img commad ended up with "PGPT : No partition table found" after this wiped user data and relock the bootloader with this command "fastboot oem lock". when i enter fastboot reboot and hit enter. It ain't gonna boot no recovery & no fastboot. only charging lead blinks and nothing more.
i never flash pgpt.img like this "fastboot flash partition pgpt.img.
I have flashed whole firmware in fastboot mode with the help of fastboot tool. First i flash preloader. i use this command "fastboot flash preloader preloader.img" after this i flashed boot, recovery and other factory images. but when i m going to flash pgpt.img or gpt.img commad ended up with "PGPT : No partition table found" after this wiped user data and relock the bootloader with this command "fastboot oem lock". when i enter fastboot reboot and hit enter. It ain't gonna boot no recovery & no fastboot. only charging lead blinks and nothing more.
i never flash pgpt.img like this "fastboot flash partition pgpt.img.
Hello - it's been about 10 years since I played with any XDA stuff or custom roms. I have a stock Motorola G Power that bricked itself. It will not boot and recovery mode just gives me "No Command". Only option seems to be factory data reset.
Can anyone suggest a procedure to allow me to either re-install the stock software to get into the phone or recover my data? Sadly I had not backed anything up since last summer.
Should I just try to reflash a stock rom to see if i can get in? Will flashing the rom kill the onboard storage?
Cant find the exact same version either:
SOFIA10/QPMS30.80-63-6-8-5
I found 63-6-8-10 and 63-6-8-3 but not the exact same. Phone is Retail US.
Any help would be appreciated.
Ok found the stock rom that matches 63-6-8-5. Do I just try to flash that back to get back into the phone with my existing data?
Uberhare said:
Ok found the stock rom that matches 63-6-8-5. Do I just try to flash that back to get back into the phone with my existing data?
Click to expand...
Click to collapse
You can try flashing the stock from and just skip the erase userdata step.
The firmware contains a file named flash_file.xml contains the flash commands
You can use Online FlashFile Converter to convert the .XML to simple fastboot commands.
You also should check if getvar is-userspace
Code:
fastboot getvar is-userspace
if yes you need to switch between fastboot and fastbootd
If it's no you don't need to worry about fastbootd
[Guide] Using Fastboot.exe with Motorola devices
Guide: Using Fastboot.exe with Motorola Devices If your device has its own section please post in that section. You can ping me with @sd_shadow MediaTek or Qualcomm Chip? Do I have a MediaTek Device? see post #26 Info: If you have a MediaTek...
forum.xda-developers.com
sd_shadow said:
You can try flashing the stock from and just skip the erase userdata step.
Click to expand...
Click to collapse
Do I need to unlock the bootloader for flashing an original file?
Uberhare said:
Do I need to unlock the bootloader for flashing an original file?
Click to expand...
Click to collapse
No, you shouldn't need to but it's easier if the bootloader is unlocked.
Unlikely, you can unlock the bootloader now anyways.
Unless you enabled OEM Unlocking in Dev Options already.
If you did enable OEM Unlocking, I would Unlock the bootloader.
[Guide]Un/locking Motorola Bootloader
UnLocking and ReLocking Motorola Bootloader https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a Moto Bootloader Unlocking site Re-Locking see Post #4 More about bootloader UnLocking Post #2 Can my...
forum.xda-developers.com
Are the steps any different if the bootloader is locked? You mention it is easier if it is unlocked.
Thank you for the tutorial.
Uberhare said:
Are the steps any different if the bootloader is locked? You mention it is easier if it is unlocked.
Thank you for the tutorial.
Click to expand...
Click to collapse
Easier may not be the right word.
If the bootloader is unlocked, you are less likely to have issues flashing.
ADB devices - does not return any devices, although I can see the phone is connected with the Motorola recovery tool.
fastboot getvar is-userspace returns:
is-userspace: no
Finished. Total time: 0.002s
I found where fastbootd is.
C:\Android>fastboot getvar is-userspace
is-userspace: yes
Finished. Total time: 0.002s
Uberhare said:
ADB devices - does not return any devices, although I can see the phone is connected with the Motorola recovery tool.
Click to expand...
Click to collapse
adb devices will not work if the device is in fastboot mode.
Use fastboot devices when it's in fastboot mode.
sd_shadow said:
adb devices will not work if the device is in fastboot mode.
Use fastboot devices when it's in fastboot mode.
Click to expand...
Click to collapse
adb devices does not show anything in either mode. That is why I looked for fastboot mode. Should I trouble shoot that first?
This is what I want with the erase commands deleted at the end? The erase commands are what will kill my data or is there something else I need to remove?
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash vbmeta vbmeta.img
fastboot flash radio radio.img
fastboot flash bluetooth BTFM.bin
fastboot flash dsp dspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash recovery recovery.img
fastboot flash super super.img_sparsechunk.0
fastboot flash super super.img_sparsechunk.1
fastboot flash super super.img_sparsechunk.2
fastboot flash super super.img_sparsechunk.3
fastboot flash super super.img_sparsechunk.4
fastboot flash super super.img_sparsechunk.5
fastboot flash super super.img_sparsechunk.6
fastboot flash super super.img_sparsechunk.7
fastboot flash super super.img_sparsechunk.8
fastboot flash super super.img_sparsechunk.9
fastboot flash super super.img_sparsechunk.10
fastboot flash super super.img_sparsechunk.11
fastboot flash super super.img_sparsechunk.12
fastboot flash super super.img_sparsechunk.13
fastboot flash super super.img_sparsechunk.14
fastboot flash super super.img_sparsechunk.15
fastboot erase carrier
fastboot erase ddr
fastboot oem fb_mode_clear
echo Press any key to restart the phone!
pause
fastboot reboot
exit
Looks like phone doesn't respond to commands in fastbootd only normal.
I successfully ran the batch file, but the phone still doesn't boot. What is my next step? (besides throwing it against the wall!)
Phone accepts all the files for the current version of software, as well as commands to clear some of the labels. So the userdata is still there, I just can't get to it. Can you read these with a jtag like the older phones?
What if I try to roll it forward to Android 11 through the stock roms?