Someone please help me. My equipment is Hard Brick. After BlankFlash my device came back alive. But turn into Moto Z Play. Current device does not accept Baseband, SIM, IMEI ..
Device: XT1805
So please help me just a few operations on adb
Code:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/Loader.img bs=1024 count=168960
The file is only 160mb.
Please send an email [email protected]
Thank you very much . Sorry for my bad english
Is the xt1802 loader compatible?
Jorge Lucas said:
Is the xt1802 loader compatible?
Click to expand...
Click to collapse
I had 1 file of XT1805. But unfortunately everything works except without baseband. It seems the reason is that I flash blankflash & gpt.bin, bootloader.img of moto g5 plus. Now only use as an iPod. Thank you
Related
Should work for all variants of Xperia E1. The preset.ta was based of @Blagus work except I repacked it to FTF with the correct Xperia E1 loader.sin.
Here it is: https://drive.google.com/file/d/0Bxg7dY7JU6jEOU5DTWd5aEFQbHM/view?usp=sharing
There's a way to make a version to unlock bootloader?
Androkai said:
There's a way to make a version to unlock bootloader?
Click to expand...
Click to collapse
It's possible but I would have to analyse the TA partition of a bootloader unlocked allowed yes phone.
rootdefyxt320 said:
It's possible but I would have to analyse the TA partition of a bootloader unlocked allowed yes phone.
Click to expand...
Click to collapse
I can send you, but where can I find it?
Zsenyka said:
I can send you, but where can I find it?
Click to expand...
Click to collapse
As, I have stated there is none at this stage because I would have to analyse what fastboot does when it unlocks the bootloader. I would have to analyse a few other partitions too. Please dump these partitions using adb shell in cmd.
Code:
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot
dd if=/dev/block/platform/msm_sdcc.1/by-name/alt_aboot of=/sdcard/alt_aboot
dd if=/dev/block/platform/msm_sdcc.1/by-name/alt_dbi of=/sdcard/alt_dbi
dd if=/dev/block/platform/msm_sdcc.1/by-name/alt_rpm of=/sdcard/alt_rpm
dd if=/dev/block/platform/msm_sdcc.1/by-name/alt_sbl1 of=/sdcard/alt_sbl1
dd if=/dev/block/platform/msm_sdcc.1/by-name/alt_tz of=/sdcard/alt_tz
dd if=/dev/block/platform/msm_sdcc.1/by-name/dbi of=/sdcard/dbi
dd if=/dev/block/platform/msm_sdcc.1/by-name/rpm of=/sdcard/rpm
dd if=/dev/block/platform/msm_sdcc.1/by-name/sbl1 of=/sdcard/sbl1
dd if=/dev/block/platform/msm_sdcc.1/by-name/tz of=/sdcard/tz
Because if I tamper with the TA partition incorrectly, it would cause an unrecoverable hardbrick to your device, so please beware of that.
Thank you so much for making this ftf, its help me and another ppl to regain unlock after locked by flashtool
Sorry bad english
Sent from my D2005 using Tapatalk
Yeeeeeeeeaah
Oh my G. You're a Lifesaver. Thanks and Keep it up! :highfive:
Hi!
I flashed this ftf. I can't unlock my bootloader. (E1 D2005)
This FTF work with xperia M? (C1905) With another manifest?
I flashed this and it worked.
Thanks!
AVAST9 said:
Hi!
I flashed this ftf. I can't unlock my bootloader. (E1 D2005)
This FTF work with xperia M? (C1905) With another manifest?
Click to expand...
Click to collapse
Sorry for the late reply but you have to use Xperia M C1905 loader.sin. You can use flashtool to build the FTF file.
I relocked my bootloader, now I can't unlock it. First I tried through FlashTool, got this result : pastebin . com/A5tQ5iqE
I tried with fastboot using fastboot -i 0x0fce oem unlock 0xunlockcode and got this result : FAILED <remote: Command did not succeed> Please help !!!
Hi,
I have bought a droid turbo 32GB red from ebay. It works, no problem. But I want to install custom rom.
So, the blue bootloader unlocked message is there when I start the phone. In fastboot mode device is locked, status code 2.
I have already used sunshine to unlock the bootloader again. Sunshine told me it was a success, but status code is always 2.
When I want to flash TWRP recovery via fastboot I get message (bootloader) preflash validation failed.
What can I do?
Thanks and greetings from germany.
Only one little tip, please.
Once a Droid Turbo XT1254 bootloader is unlocked, if the previous owner relocked it can not be unlocked again.
Status 2 means unlocked at one point and then relocked, yes?
I don`t know what it means...
It means someone unlocked it, relocked it, and now it cannot be unlocked again.
Polarisfff said:
Hi,
I have bought a droid turbo 32GB red from ebay. It works, no problem. But I want to install custom rom.
So, the blue bootloader unlocked message is there when I start the phone. In fastboot mode device is locked, status code 2.
I have already used sunshine to unlock the bootloader again. Sunshine told me it was a success, but status code is always 2.
When I want to flash TWRP recovery via fastboot I get message (bootloader) preflash validation failed.
What can I do?
Thanks and greetings from germany.
Click to expand...
Click to collapse
Try this I have never done it and have no idea how to the thred I grabbed this from is in this section of the forum under something like relocked bootloader bricked?? So if u need more guidance check that thread but here is the info.
Re Unlock
I did the same thing on my xt1254 this is what Beaups told me from sunshine and it worked for me. I did it from terminal emulated on the device and then was ablebto reflash twrp
Beaups (TheRootNinja Support)
Dec 29, 17:10
tested this on my device and it worked. Keep in mind we can't guarantee it will work for you and also can't guarantee it won't kill your device (but I don't see why it should). Copy paste this command, do NOT make any errors.
From a ROOT adb shell (if you don't have root you'll need to figure out how to get it, kingroot, etc):
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/sp bs=1 seek=8
It should hang for a few seconds and then you should see something like:
dd: /dev/block/platform/msm_sdcc.1/by-name/sp: No space left on device
1048569+0 records in
1048568+0 records out
1048568 bytes transferred in 7.203 secs (145573 bytes/sec)
At that point reboot to bootloader and hopefully your problem is solved. Do NOT relock that device again in the future.
--beaups
Grynch13 said:
Try this I have never done it and have no idea how to the thred I grabbed this from is in this section of the forum under something like relocked bootloader bricked?? So if u need more guidance check that thread but here is the info.
Re Unlock
I did the same thing on my xt1254 this is what Beaups told me from sunshine and it worked for me. I did it from terminal emulated on the device and then was ablebto reflash twrp
Beaups (TheRootNinja Support)
Dec 29, 17:10
tested this on my device and it worked. Keep in mind we can't guarantee it will work for you and also can't guarantee it won't kill your device (but I don't see why it should). Copy paste this command, do NOT make any errors.
From a ROOT adb shell (if you don't have root you'll need to figure out how to get it, kingroot, etc):
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/sp bs=1 seek=8
It should hang for a few seconds and then you should see something like:
dd: /dev/block/platform/msm_sdcc.1/by-name/sp: No space left on device
1048569+0 records in
1048568+0 records out
1048568 bytes transferred in 7.203 secs (145573 bytes/sec)
At that point reboot to bootloader and hopefully your problem is solved. Do NOT relock that device again in the future.
--beaups
Click to expand...
Click to collapse
Hi ok,
i will test this. Another Problem is actually that I didn`t get it rooted...
Polarisfff said:
Hi ok,
i will test this. Another Problem is actually that I didn`t get it rooted...
Click to expand...
Click to collapse
Makes sense, since your bootloader is still locked.
but "From a ROOT adb shell (if you don't have root you'll need to figure out how to get it, kingroot, etc)". So, kingroot rooted the device, but I get problems with closing apps etc...
So, I am sorry, but I dont not know how I get adb root access? Is it a terminal emulator which root king gave root access or is it a special ADB command when the phone is in fastboot mode? In fastboot mode there is also (Secure)...
puh! :-/
Polarisfff said:
but "From a ROOT adb shell (if you don't have root you'll need to figure out how to get it, kingroot, etc)". So, kingroot rooted the device, but I get problems with closing apps etc...
So, I am sorry, but I dont not know how I get adb root access? Is it a terminal emulator which root king gave root access or is it a special ADB command when the phone is in fastboot mode? In fastboot mode there is also (Secure)...
puh! :-/
Click to expand...
Click to collapse
If you can get root through king root even if its just temporary make sure all programs you can close are closed then use a terminal emulator on your phone and should be able to type in the command there I will do some more searching and see what else I can find out u may also want to go to rootninja website and ask them they could probably explain it better than me. Should have asked this first but I assume your on the latest version of lollipop if not that could be a problem and we will need to get u up to date on that first
Hi Grynch, yes, you nailed it. I will test it what you wrote. THX a lot!
Polarisfff said:
Hi Grynch, yes, you nailed it. I will test it what you wrote. THX a lot!
Click to expand...
Click to collapse
You can also use Sunshine to get root access. Just start it and follow the directions until it says that it has root access.
Grynch, your steps did work. Now I have flashed TWRP with success. Thank you all guys. You are saved my weekend!!!!!!!!!!
Great!
Polarisfff said:
Grynch, your steps did work. Now I have flashed TWRP with success. Thank you all guys. You are saved my weekend!!!!!!!!!!
Great!
Click to expand...
Click to collapse
Awesome good to know it works glad your unlocked enjoy your phone and if you haven't been there yet check out the moto maxx forum as well most of the ROMs are over there.
Grynch13 said:
Awesome good to know it works glad your unlocked enjoy your phone and if you haven't been there yet check out the moto maxx forum as well most of the ROMs are over there.
Click to expand...
Click to collapse
Was gonna link him the same tutorial.
Glad to see now three people succeed with this method.
Moto e4 plus Sprint xt1776 cpu msm8920 hard brick reason wrong flash stock ROM no detected PC only show device manager Qualcomm qloader 9008 please need blank flash file my device model xt1776 please halp
???:crying:
Hi
If you found the solution pls help me i hace the same problem
hhhfac2 said:
If you found the solution pls help me i hace the same problem
Click to expand...
Click to collapse
I am demanding myself
Hello
What are you found?
hhhfac2 said:
What are you found?
Click to expand...
Click to collapse
Nothing
Sent from my XT1254 using Tapatalk
I need it too
Hi, i got the moto e4 plus xt1776 qualcom, but, i dont know what do you need, how i can get the blank flash for you?
https://www.youtube.com/watch?v=nAk8XKjbMJE
here you found unbrick img.cr to uploader.
now i am in fastboot mode.but unable to flash by rsd.
can someone give me xt1776 latest firmware link
alak said:
https://www.youtube.com/watch?v=nAk8XKjbMJE
here you found unbrick img.cr to uploader.
now i am in fastboot mode.but unable to flash by rsd.
can someone give me xt1776 latest firmware link
Click to expand...
Click to collapse
my set is alive.
Hello guys, so I was unlocking my bootloader and I was able to, the only thing is that I accidentally put my phone in. Bootloop and afterwards deleted the OS, I got. A Motorola E5 Plus from metropcs but the model XT1924-7 shows as att version, so I need help figuring out if I need the att version or tmobile. And I would appreciate instructions for the commands on adb, thanks I'm phoneless for about a week now .
YoungCNYC said:
Hello guys, so I was unlocking my bootloader and I was able to, the only thing is that I accidentally put my phone in. Bootloop and afterwards deleted the OS, I got. A Motorola E5 Plus from metropcs but the model XT1924-7 shows as att version, so I need help figuring out if I need the att version or tmobile. And I would appreciate instructions for the commands on adb, thanks I'm phoneless for about a week now .
Click to expand...
Click to collapse
Why would you flash your phone via ADB when you can do it easily via fastboot? If you download the Lenovo Moto Smart Assistance and pick the right version it will do the rest for you.. The link is : https://support.lenovo.com/us/en/downloads/ds101291[/url] Please let me know if you need more assistance and I will try to help you.
burntkid
it is both sim and bootloader unlocked, but because of sprint not allowing to change apn settings, I can't use mobile data. I am using it on gsm
I will reply the question myself since it might be useful for someone
I flashed https://mirrors.lolinet.com/firmware/moto/beckham/official/USC/ this firmware, it is xt1929-4 USC using fastboot and it works flawlessly, it is like unlocked version no carrier bloats
from fastboot commands I excluded fastboot flash modem, fastboot flash fsg. and fastboot erase DDR doesn't do anything so don't need that as well
oneinwww said:
I will reply the question myself since it might be useful for someone
I flashed https://mirrors.lolinet.com/firmware/moto/beckham/official/USC/ this firmware, it is xt1929-4 USC using fastboot and it works flawlessly, it is like unlocked version no carrier bloats
from fastboot commands I excluded fastboot flash modem, fastboot flash fsg. and fastboot erase DDR doesn't do anything so don't need that as well
Click to expand...
Click to collapse
Hey can you give a step by step for the method u used? I have a sprint z3 play (xt 1929-3) that I want t o use on verizon and am having the same problems you had I suppose and Google brought me here, I got a beer if you got the time. Thanks
VariousVices said:
Hey can you give a step by step for the method u used? I have a sprint z3 play (xt 1929-3) that I want t o use on verizon and am having the same problems you had I suppose and Google brought me here, I got a beer if you got the time. Thanks
Click to expand...
Click to collapse
You need the bootloader unlocked, to flash full firmware for different software channels.
see Un locking the Bootloader
After the bootloader is unlocked.
See
[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 need the bootloader unlocked, to flash full firmware for different software channels.
see Un locking the Bootloader
After the bootloader is unlocked.
See
[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
Click to expand...
Click to collapse
Dude you rock I'm reading now, hope all goes well.....