Hey Guys!
I successfully flashed the leak JB twice. Third time i stucked in AP Fastboot system.img flashing. I waited 25mins after i pull out the usb cable.. Fast wipe and AP fastboot, stuck again. I tryd the leak ME JB, but the problem is the same, 9/14 system.img flashing "in process" the arrow moving, but thats all..
Pls pls help me, im shaking :\\\\
4th time ok
r6man said:
4th time ok
Click to expand...
Click to collapse
use manual method
1. Get the moto-fastboot files
2. Use the below mentioned commands one by one(use Admin mode on Command promt)
moto-fastboot flash cdt.bin cdt.bin
moto-fastboot flash mbr mbr
moto-fastboot flash ebr ebr
moto-fastboot flash logo.bin logo.bin
moto-fastboot flash lbl lbl
moto-fastboot flash boot boot.img
moto-fastboot flash devtree device_tree.bin
moto-fastboot flash system system.img
moto-fastboot flash cdrom cdrom
moto-fastboot flash preinstall preinstall.img
moto-fastboot flash recovery recovery.img
moto-fastboot -w
moto-fastboot flash radio radio.img
moto-fastboot reboot
Related
Ok heres is what happen yesterday, I successfully root my HD XT925 using Dan's motochopper (Thanks Dan!!) no problem at all then I found a bootanimation thread I pick the bootanimation_dna.zip and I went to system/media and rename the original bootanimation.zip to bootanimationOLD.zip, copy the DNA file and rename it to bootanimation.zip, everything OK so far... then I restart my XT925 and it starts doing the DNA bootanimation BUT almost to finish it got stuck!! and since then I was not able to use the phone, I try to recovery, wipe data etc. etc. and nothing it starts booting, show motorola logo then the animation starts and it gets stuck...
so after several hours of unsuccessful tries to get it work and looking into several places, I found the stock firmware (JB 4.1.2 Telcel -MX) I downloaded to flash it and see if that works... bad idea!!
I tried flash the firmware with fastboot and using RSD lite (v6.1.5) with the same results:
fastboot reason: boot menu selected
usb conected
downgrade security version
update gpt_main version failed
preflash validation failed for gpt
now the cell is stuck on fastboot mode, it says: Fastboot Reason: Flash Failure
So I'm overwhelm and I don't know what to do...
a couple of things, I try using the firmware directly as I downloaded and the RSD gave me this error:
"Flailed flashing process. Unknonw fastboot command. (getvar)"
then I read somewhere here at XDA that I should remove a line from the xml fle... <step operation="getvar" var="max-download-size" />
try again and I got this:
"Failed flashing process. 2/22 flash partition "partition_signed" -> Phone returned FAIL.
and the cell shows:
downgraded security version
update gpt_main version failed
preflash validation failed for GPT
Any idea what I'm doing wrong???
Thakns guys!!
no one?
same problem, help please !
Foxtom, you're spamming many threads. Please stop.
Sent from my RAZR Maxx HD
Since you have an XT925, if you don't mind unlocking your bootloader (through motorola no need for any hacks), you can then flash anything through RSD and it won't fail because of version errors or anything
Sent from my GT-N5110 using XDA Premium 4 mobile app
I personnaly used a self made script to flash stock roms, RSD Lite is always bugging me for instructions like this one.
Here is an example :
Code:
@echo off
fastboot flash sbl1 sbl1_signed
fastboot flash sbl2 sbl2_signed
fastboot flash sbl3 sbl3_signed
fastboot flash rpm rpm_signed
fastboot flash tz tz_signed
fastboot flash aboot aboot_signed
fastboot reboot-bootloader
echo. When the screen comes back on, press any key to continue!
pause
fastboot flash partition partition_signed
fastboot flash sbl1 sbl1_signed
fastboot flash sbl2 sbl2_signed
fastboot flash sbl3 sbl3_signed
fastboot flash rpm rpm_signed
fastboot flash tz tz_signed
fastboot flash aboot aboot_signed
fastboot flash boot boot_signed
fastboot erase cache
fastboot flash system system_signed
fastboot flash recovery recovery_signed
fastboot flash modem modem_signed
fastboot flash devtree devtree_signed
fastboot flash logo logo
fastboot flash cdrom cdrom_signed
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg_signed
fastboot erase cache
fastboot erase tombstones
echo. Press a key to reboot the phone
pause
fastboot reboot
All you have to do, is replace the "xxxx_signed" with the filenames you have in your rom.
And save this in a textfile called "xxxx.bat".
Then (if the fastboot.exe files are in the same folder) execute the script and it will flash your XT925.
I personnaly used that script with the stock rom Retail/France and it worked perfectly.
Tell me if you need more details.
rename the original bootanimation.zip to bootanimationOLD.zip,
here's your problem, if you see tutorials in the themes and apps section, it tell you to rename your old one .bak as in backup
and then paste new bootanimation...try that out!
Hello guys
i bricked my razr xt 925 during an flash of a custom rom on twrp and the recovery is gone but i can acess the boot menu and the android recovery
my phone is boot loader unlocked
i tried to flash it via rsd lite but it failed at step 2/22 help me please !!
Edit: it worked finally i just dowloaded the same file and used rsd lite and whent take a shower and when i look its done and the android was on thank you man
Growdii said:
Hello guys
i bricked my razr xt 925 during an flash of a custom rom on twrp and the recovery is gone but i can acess the boot menu and the android recovery
my phone is boot loader unlocked
i tried to flash it via rsd lite but it failed at step 2/22 help me please !!
Click to expand...
Click to collapse
I just managed getting out of trouble from these flash errors.
I personnaly used that kind of script to get rid of these XML errors :
Code:
@echo off
fastboot flash sbl1 sbl1_signed
fastboot flash sbl2 sbl2_signed
fastboot flash sbl3 sbl3_signed
fastboot flash rpm rpm_signed
fastboot flash tz tz_signed
fastboot flash aboot aboot_signed
fastboot reboot-bootloader
echo. When the screen bcomes back on, press any key to continue!
pause
fastboot flash partition partition_signed
fastboot flash sbl1 sbl1_signed
fastboot flash sbl2 sbl2_signed
fastboot flash sbl3 sbl3_signed
fastboot flash rpm rpm_signed
fastboot flash tz tz_signed
fastboot flash aboot aboot_signed
fastboot flash boot boot_signed
fastboot erase cache
fastboot flash system system_signed
fastboot flash recovery recovery_signed
fastboot flash modem modem_signed
fastboot flash devtree devtree_signed
fastboot flash logo logo
fastboot flash cdrom cdrom_signed
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg_signed
fastboot erase cache
fastboot erase tombstones
echo. Press a key to reboot the phone
pause
fastboot oem fb_mode_clear
fastboot reboot
Ask me if you need more details.
Edit : You should find a script in your rom folder allowing you to directly launch the flash from a command line (you just have to launch it and see what goes wrong if any goes wrong). If it says fastboot unknown command or something like that, place these files in the script folder :
AdbWinApi.dll
AdbWinUsbApi.dll
fastboot.exe
adb.exe
Click to expand...
Click to collapse
Hybris95 said:
I just managed getting out of trouble from these flash errors.
I personnaly used that kind of script to get rid of these XML errors :
Code:
@echo off
fastboot flash sbl1 sbl1_signed
fastboot flash sbl2 sbl2_signed
fastboot flash sbl3 sbl3_signed
fastboot flash rpm rpm_signed
fastboot flash tz tz_signed
fastboot flash aboot aboot_signed
fastboot reboot-bootloader
echo. When the screen bcomes back on, press any key to continue!
pause
fastboot flash partition partition_signed
fastboot flash sbl1 sbl1_signed
fastboot flash sbl2 sbl2_signed
fastboot flash sbl3 sbl3_signed
fastboot flash rpm rpm_signed
fastboot flash tz tz_signed
fastboot flash aboot aboot_signed
fastboot flash boot boot_signed
fastboot erase cache
fastboot flash system system_signed
fastboot flash recovery recovery_signed
fastboot flash modem modem_signed
fastboot flash devtree devtree_signed
fastboot flash logo logo
fastboot flash cdrom cdrom_signed
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg_signed
fastboot erase cache
fastboot erase tombstones
echo. Press a key to reboot the phone
pause
fastboot oem fb_mode_clear
fastboot reboot
Ask me if you need more details.
Edit : You should find a script in your rom folder allowing you to directly launch the flash from a command line (you just have to launch it and see what goes wrong if any goes wrong). If it says fastboot unknown command or something like that, place these files in the script folder :
Click to expand...
Click to collapse
IM tring to flash the rom via lsd lite but it got an error and i found on internet how to fix it but when i fix it its stops a 1/21 on rsd lite
Edit: can you do a tutorial for me please ? my razr is the gsm version and i use the brazilian firmware if thats helps
please help me im almost cryiing(sry for the bad english im brazilian)because this phone i just got him ,i have experience on the rsd lite but no much because i used it 4 times and in 2 it was when my razr xt910 bricked
Growdii said:
it worked finally i just dowloaded the same file and used rsd lite and whent take a shower and when i look its done and the android was on thank you man
Click to expand...
Click to collapse
Glad to hear it worked for you
Its always a pleasure to have a fully functionnal smartphone especially when it's some days old
Hello everyone,
I was attempting to downgrade to 25R from the latest update. I was rooted and and TWPR and was following the guide from this link: http://forum.xda-developers.com/oneplus-one/orig-development/discussion-cyanogenmod-11s-t2840305
I had backups but everything got erased and I have nothing to flash from internal storage. I no longer have a custom recovery or a root or an OS on the phone and thats why its stuck at the android screen.
Can anyone help me with this? I would like to put the phone back to 25R.
UPDATE: I was able to install custom recovery. I don't know what to do from this point. I have a 25R zip file but when I try to flash that, it fails.
Thanks,
Sal
I take it you can get to fastboot (bootloader) mode? If so, it'll be straight-forward doing it that way.
Get the CM11S zip you want and extract the contents. Put the OPO into fast boot mode and open your command line.
Then do each command manually (copy/paste):
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
Source: http://forum.xda-developers.com/showthread.php?t=2770535
Worked for me and others when I was flashing in and out of ROMs.
So I am an idiot, and tried to tidy up my phones storage and moved all of my folders onto my desktop including backups and zips of other roms, and then like an idiot did a full wipe so now I have no OS. I can still get into recovery, is there a way to move my backups onto my phone without adb? adb has never played well on my computer so I have no idea what to do.
Flash stock with fastboot
Sent from my Oneplus One
You're gonna have to get adb working at some point mate, it's an absolute must. Why not mount an sd card via an OTG cable with TWRP and then you can flash from that.
Transmitted via Bacon
Makrilli said:
Flash stock with fastboot
Sent from my Oneplus One
Click to expand...
Click to collapse
Yeah just get this: <http>://dist01.slc.cyngn.com/factory/bacon/cm-11.0-XNPH33R-bacon-signed-fastboot.zip and unpack it to <directory>
Boot the phone with power+VolumeUP
cd with your terminal to <directory> and ensure, that fastboot is in your PATH environment and run:
Code:
fastboot flash boot boot.img
fastboot flash userdata userdata_64G.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
OR, just follow the guide in my signature as I've scripted it all so you don't have to type everything in
Hey, after update to cm 13 no sim card detected, imei unknown same as the baseband version.. Even after restore to an older version the problem still appears, I solved the problem just after fastboot to stock and then restore the older version from twrp again. But always when I'm trying to upgrade to Android 6.0 the problem appear again!! I will appreciate any kind of help!!
Thanks from advance.
zivlass said:
Hey, after update to cm 13 no sim card detected, imei unknown same as the baseband version.. Even after restore to an older version the problem still appears, I solved the problem just after fastboot to stock and then restore the older version from twrp again. But always when I'm trying to upgrade to Android 6.0 the problem appear again!! I will appreciate any kind of help!!
Thanks from advance.
Click to expand...
Click to collapse
Which twrp are you using? You need 2.8.6.0 so the baseband also gets flashed.
I got my fixed by installing modem via Fastboot.
Follow these steps:
- Boot to fastboot and run command : fastboot flash modemst1 modemst.bin
- Once done, install Cyanogen OS 12.1 via fastboot and reboot.
Above steps got my phone fixed, it was not showing imei no, unknown baseband previously and everything is fixed now. :highfive:
Rajneeshgadge17 said:
- Boot to fastboot and run command : fastboot flash modemst1 modemst1.bin
Click to expand...
Click to collapse
error: cannot open 'modemst1.bin'
what's wrong?
I hope you are already aware how to flash files using fastboot and already extracted .bin file out of the attched .zip file.
Rajneeshgadge17 said:
I hope you are already aware how to flash files using fastboot and already extracted .bin file out of the attched .zip file.
Click to expand...
Click to collapse
Yes
I have modemst.bin in my ADB folder
I flashed TWRP before this, and it worked
So its fixed, right ?
No, unfortunately.....
gersa said:
No, unfortunately.....
Click to expand...
Click to collapse
Please use command:
fastboot flash modemst1 modemst.bin
I have corrected the post; the file name that we had downloaded was modemst.bin so flash using this name.
Hope this fixes the issue.
Rajneeshgadge17 said:
Please use command:
fastboot flash modemst1 modemst.bin
I have corrected the post; the file name that we had downloaded was modemst.bin so flash using this name.
Hope this fixes the issue.
Click to expand...
Click to collapse
Great, it works......
Thanks
I'm glad. Hail XDA!!
Rajneeshgadge17 said:
- Once done, install Cyanogen OS 12.1 via fastboot and reboot.
Click to expand...
Click to collapse
Next question - Is this correct for flashing ROM from your link?
fastboot flash modem NON-HLOS.bin
fastboot flash recovery recovery.img
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash rpm rpm.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash system system.img or userdata_64G.img
gersa said:
Next question - Is this correct for flashing ROM from your link?
fastboot flash modem NON-HLOS.bin
fastboot flash recovery recovery.img
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash rpm rpm.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash system system.img or userdata_64G.img
Click to expand...
Click to collapse
Yeap its the latest Cyanogen OS, you can download from this page:
https://cyngn.com/support
Downlaod the fastboot version.
Commands:
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash userdata userdata_64G.img (or userdata.img if you have a 16GB model)
fastboot reboot
http://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541