Bricked my moto e4 please help - Android Q&A, Help & Troubleshooting

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.

Related

[Q] Urget Help: Erased Default Recovery but unable to Load CWM revocery

Dear Member,
I'm new to rooring and flashing custom ROMS...
i have a folio 100 and after a lot of googling and hardwork i finally managed to root my device on windows XP.. then i tried to install Jelly Bean / CM10 (4.1.1) Alpha 2 - 27.09.2012 from http://forum.xda-developers.com/showthread.php?t=1864774 and followed the instructions.
initially when i typed fastboot devices i was getting "? fastboot" and rest of the commands returned 0x2 error.
then i treid
fastboot -i 0x955 erase userdata
fastboot -i 0x955 erase system
fastboot -i 0x955 erase cache
fastboot -i 0x955 erase linux
fastboot -i 0x955 erase recovery
till now everything worked like a charm but when i tried to run the last command
fastboot -i 0x955 flash recovery recovery-cwm-6.0.1.4.img
i'm getting error message "unable to load recoveryxxxx.img"
now i treid to reboot the device and its saying "magic value mismatch" please help me out..
Nonlxpe Menteur
leaderrocks said:
Dear Member,
I'm new to rooring and flashing custom ROMS...
i have a folio 100 and after a lot of googling and hardwork i finally managed to root my device on windows XP.. then i tried to install Jelly Bean / CM10 (4.1.1) Alpha 2 - 27.09.2012 from http://forum.xda-developers.com/showthread.php?t=1864774 and followed the instructions.
initially when i typed fastboot devices i was getting "? fastboot" and rest of the commands returned 0x2 error.
then i treid
fastboot -i 0x955 erase userdata
fastboot -i 0x955 erase system
fastboot -i 0x955 erase cache
fastboot -i 0x955 erase linux
fastboot -i 0x955 erase recovery
till now everything worked like a charm but when i tried to run the last command
fastboot -i 0x955 flash recovery recovery-cwm-6.0.1.4.img
i'm getting error message "unable to load recoveryxxxx.img"
now i treid to reboot the device and its saying "magic value mismatch" please help me out..
Click to expand...
Click to collapse
First, download the latest & most stable ROM (at the moment), including the ROM, GAPPS, recovery-cwm-CM10-A3.img & formatsd.zip
http://forum.xda-developers.com/showthread.php?t=1864774
Actually, you just need to flash the recovery through fastboot, other else can done in the recovery.
1. Copy all the ROM, GAPPS & formatsd.zip into your memory card. Then insert it into your Folio.
2. Run command prompt, make sure your tablet is connected with your PC in fastboot mode.
To erase existing/stock recovery. In command prompt, go into the fastboot program folder and type the following commands
Code:
fastboot erase recovery
3. Copy the CWM Recovery into your fastboot adb folder.
To flash CWM Recovery
Code:
fastboot flash recovery recovery-cwm-CM10-A3.img
fastboot reboot
4. Enter Recovery. Before you begin, wipe everything (except external_sd) in the CWM Recovery, after wiped, you can install the 3 zip files one by one. After finish, just reboot system.
Full procedure also stated in the link I provided, please scroll down.
Hope that helps you.
So did above solution help? I had a similar issue, and I resolved it by just booting the recovery image from fastboot, i.e.
Code:
fastboot boot recovery.img
Once you get into recovery you can flash an image which will in most cases flash a recovery image along with it. If not, you can try to flash the recovery image again once you've done a full wipe from the booted recovery.

flashed wrong partition..

I have a Nexus 4 and I tried to flash a 0.54 modem.img , and incidently used the command "fastboot flash modem modem.img" instead of "fastboot flash radio modem.img"
the device is still in fastboot mode, is there a way to fix what i did ? please help I'm afraid to restart and not be able to start fastboot mode again!

[tut]G2 baseband repair with adb/fastboot

hi guys
DO IT ON YOUR OWN RISK
i'm here with a trick which i found yesterday in error and trial
if anyone has unknown baseband in g2 then he must try this simple trick. trick is that you must tot back to sotck version(mine was d800 20c). then root it and take efs backup and secure it on pc or cloud and install WRONG version autorec recovery installer(i installed ls980 version) and install recovery with it. it will brick your phone and lead you to fastboot screen.don't worry it is not scary and i will tell you how to recover it. download adb+fastboot and pda net drivers and usb drivers for your phone.(just google them).
after installing drivers,connect g2 to pc and in the folder where adb.exe and fastboot.exe are located,open command prompt(shift+right click). in cmd, enter fastboot reboot if your device restarts then you can proceed and if not then reinstall drivers and pda net.
after device restarts to fastboot screen, enter following commands without coma
"fastboot erase modemst1" and press enter
then
"fastboot erase modemst2" and press enter
and your baseband is repaired(imei may or may not recover). to recover your brick, download lg kdz extractor and open your tot file in it(remember to open version you installed on mobile)
when tot is opened, tick following files and extract them
aboot
boot
dbi
recovery
laf
sbl1
tz
rpm
and press extract and copy them to folder where adb and fastboot is located and open cmd promot
in cmd enter these commands one by one
fastboot erase aboot
fastboot flash aboot aboot.bin
fastboot erase boot
fastboot flash boot boot.bin
fastboot erase dbi
fastboot flash dbi dbi.bin
fastboot erase recovery
fastboot flash recovery recovery.bin
fastboot erase laf
fastboot flash laf laf.bin
fastboot erase sbl1
fastboot flash sbl1 sbl1.bin
fastboot erase tz
fastboot flash tz tz.bin
fastboot erase rpm
fastboot flash rpm rpm.bin
fastboot reboot
and wulaa your phone is back
i am new here so plz someone simplify it and add links
sory for bad english

Bricked my Moto E4 Please help.

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.

Flashed Device With FastBoot Now Internal Storage Shows 0.00b

Hello. I wanted to flash a stock ROM on my Xiaomi Mi3 (Not Mi3W) and I downloaded an official stock ROM and flashed it using Fastboot.
Here's where I think I messed up. I used the "fastboot erase userdata" on the phone and when it booted up, The system storage is showing fine when I go to settings > storage but the internal storage is showing up as 0.00b and I cannot install any applications.
I've tried reflashing but nothing is working. Any ideas on how I can get it to work? Thanks.
Try to flash again with fastboot but with following comands:
Enter the following commands below by order:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot-bootloader
boot.img ,recovery.img and system.img it should be inside your stock firmware.
Teddy Lo said:
Try to flash again with fastboot but with following comands:
Enter the following commands below by order:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot-bootloader
boot.img ,recovery.img and system.img it should be inside your stock firmware.
Click to expand...
Click to collapse
After much Googling, I was finally able to 'reset' the whole android partition system by flashing a CWM recovery, booting into it, and using ADB to fix it all.
Thank you for bothering to reply my at all. You're amazing.
You Welcome

Categories

Resources