Soft Bricked While Usb Debugging & Oem Unlock Disabled - General Questions and Answers

I have a MI Play that I am trying to unbrick.
I can get into both recovery and fastboot modes. However, everything that I try to do gives an error:
I cannot factory reset, it gets stuck at 65% and fails.
I cannot flash the original firmware or custom recovery because my bootloader is locked. I cannot unlock the bootloader because I do not have a MI account bound to this device. My device is detected as sideload, not device in ADB. When I try "adb shell" I receive "error:closed".
Is there any way for me to unlock the bootloader and enable usb debugging? The device is not rooted.
My fastboot variables are as follows:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
(bootloader) token: VQECIwEEQ5whEAMFbG90dXMCFPr2pS0yaM+fWXFnkY5E5UJJ1o6
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:userdata: d2a4fbe00
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1b000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:vbmeta: 800000
(bootloader) partition-type:vbmeta: ext4
(bootloader) partition-size:devinfo: 800000
(bootloader) partition-type:devinfo: ext4
(bootloader) partition-size:system: c0000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:cust: 34000000
(bootloader) partition-type:cust: raw data
(bootloader) partition-size:vendor: 30000000
(bootloader) partition-type:vendor: raw data
(bootloader) partition-size:tee2: a80000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-sizedmdtbo: 1000000
(bootloader) partition-typedmdtbo: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:boot: 2000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 100000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 100000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:gz2: 1000000
(bootloader) partition-type:gz2: raw data
(bootloader) partition-size:gz1: 1000000
(bootloader) partition-type:gz1: raw data
(bootloader) partition-size:sspm_2: 100000
(bootloader) partition-type:sspm_2: raw data
(bootloader) partition-size:sspm_1: 100000
(bootloader) partition-type:sspm_1: raw data
(bootloader) partition-size:scp2: 100000
(bootloader) partition-type:scp2: raw data
(bootloader) partition-size:scp1: 100000
(bootloader) partition-type:scp1: raw data
(bootloader) partition-size:spmfw: 100000
(bootloader) partition-type:spmfw: raw data
(bootloader) partition-size:md1img: 6400000
(bootloader) partition-type:md1img: raw data
(bootloader) partition-size:efuse: 80000
(bootloader) partition-type:efuse: raw data
(bootloader) partition-sizeroinfo: 300000
(bootloader) partition-typeroinfo: raw data
(bootloader) partition-size:sec1: 200000
(bootloader) partition-type:sec1: raw data
(bootloader) partition-sizeersist: 3000000
(bootloader) partition-typeersist: ext4
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: 978000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: 800000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:nvdata: 4000000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:nvcfg: 2000000
(bootloader) partition-type:nvcfg: ext4
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:expdb: 1400000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:recovery: 2000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot_para: 100000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-sizereloader: 40000
(bootloader) partition-typereloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) rollback_ver_avb: 1
(bootloader) rollback_ver_nosec: 1
(bootloader) rollback_ver: 1
(bootloader) kernel: lk
(bootloader) product: lotus
(bootloader) version-preloader:
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.234s

Being in ADB Sideload mode you can flash device's Stock ROM: that's why ADB Sideload exists. An unlocked bootloader isn't required to perform this.
To exit device's Sideload mode you run
Code:
adb devices
adb reboot

Related

Fastboot vars dump

I'm not sure if this will help developers in creating custom images, but there's lot of info here. I find it interesting that the device name is NOT BLU-related.....it's the GIONEE6795_LWT_L1
$ fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1a800000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: b3800000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:tee2: c60000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:secro: 600000
(bootloader) partition-type:secro: raw data
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk: 60000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:seccfg: 40000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: a00000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: a00000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-sizeroinfo: 300000
(bootloader) partition-typeroinfo: raw data
(bootloader) partition-sizereloader: 40000
(bootloader) partition-typereloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: GIONEE6795_LWT_L1
(bootloader) version: 0.5
all: Done!!
Yes sir. I saw that today but I'm unable to do anything with it yet.
Sent from my A0001 using Tapatalk
DannyHammons said:
I find it interesting that the device name is NOT BLU-related.....it's the GIONEE6795_LWT_L1
Click to expand...
Click to collapse
The device is original the Gionee Elife E8 from china.
In europe you can buy it as Allview Soul X2 Extreme and in the us as Blue Pure XL, but it is allways the same device from Gionee
Thats why you can found this name there.

[Completed] How to get HTC desire 816g (Indian variant) get out from bootloop and back to normal?

Hi, I am using HTC desire 816g dual sim (Indian variant)... I was trying to flash custom rom after rooting the device with iRoot but now i can't access my recovery n i am stuck in bootloop... fastboot is working fine but it is not flashing recovery further i was not able to find model id and cidnum of the device ... plz help me out to get out of this problem ASAP...further possible details of device are bellow:
C:\mini-sdk>fastboot getvar all
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 2bc00000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: 80000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:cota: 3200000
(bootloader) partition-type:cota: ext4
(bootloader) partition-size:blinkfeed: 2000000
(bootloader) partition-type:blinkfeed: ext4
(bootloader) partition-size:ebr2: 80000
(bootloader) partition-type:ebr2: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:misc: 400000
(bootloader) partition-type:misc: raw data
(bootloader) partition-size:sec_ro: 600000
(bootloader) partition-type:sec_ro: ext4
(bootloader) partition-size:recovery: 1400000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1400000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:uboot: 400000
(bootloader) partition-type:uboot: raw data
(bootloader) partition-size:seccfg: 40000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect_s: a00000
(bootloader) partition-typerotect_s: ext4
(bootloader) partition-sizerotect_f: a00000
(bootloader) partition-typerotect_f: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-sizero_info: 300000
(bootloader) partition-typero_info: raw data
(bootloader) partition-size:ebr1: 80000
(bootloader) partition-type:ebr1: raw data
(bootloader) partition-size:mbr: 80000
(bootloader) partition-type:mbr: raw data
(bootloader) partition-sizereloader: 880000
(bootloader) partition-typereloader: raw data
(bootloader) kernel: lk
(bootloader) product: LCSH82_CWET_KK
(bootloader) version: 0.5
all: Done!!
Hello and thank you for using XDA Assist,
please create an account and post your thread here:
Desire 816 Q&A, Help & Troubleshooting
I hope there will be someone, who is able to help you.
Kind regards
Trafalgar Square
XDA Assist

How to fix a soft-bricked VKworld VK800X

Hallo to everybody,
I have caused some mess in my rooted Android phone VK800X, and now it hangs in the boot. Only the brand name is forever displayed.
I have searched in google how to repair it, but I couldn't find anything that could help.
The point is I have 2 big problems:
A) The recovery module that came with the original installation is useless. It just displays the android symbol and "no command".
B) The fastboot oem is locked.
1) First of all I would like to ask whether , with these preconditions, it is theoretically possible to fix the phone.
In case it is possible, I have an advantage: In fact, I own another phone of the exact same model, working regularly. So the second question is:
2) Is there a way, and how, to create a flashable file from the working phone and install it on the bricked one?
Since the recovery module doesn't help, the only way I could try to flash something on the phone is fastboot, which still seems to work properly.
Here is the output of some fastboot commands:
Code:
[email protected] fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:intsd: 121780000
(bootloader) partition-type:intsd: fat
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 10000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: 53800000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:metadata: 2760000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:nvdata: 2000000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:para: 80000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:keystore: 800000
(bootloader) partition-type:keystore: raw data
(bootloader) partition-size:secro: 600000
(bootloader) partition-type:secro: raw data
(bootloader) partition-size:oemkeystore: 200000
(bootloader) partition-type:oemkeystore: raw data
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk: 60000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:seccfg: 40000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-size:protect2: a00000
(bootloader) partition-type:protect2: ext4
(bootloader) partition-size:protect1: a00000
(bootloader) partition-type:protect1: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: MAGC6580_WE_L
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.106s
[email protected] fastboot devices
0123456789ABCDEF fastboot
Thanks in advance to anybody will answer.
Alberto
*****
Update 17-6-2016: I have fixed the issue installing a complete image with Smart Phone Flash Tool (you can find easily it in google). Whoever should find the same issue, please take care to follow FAITHFULLY the instructions to connect the phone, because they are very tricky: launch the program, set all the parameters, click on download button, connect the phone with the cable. And you have to unplug temporarily the battery before doing this. If for some reason you have to repeat the connection procedure, you needed to unplug the battery once again.

Problems to unlock bootloader with ADB and Fastboot

I tried a thousend times and I keep gettin error:
(bootloader) Failed to get unlock data, please try again! FAILED (remote failure) finished. total time: 0.241s
LoucoECrazy said:
I tried a thousend times and I keep gettin error:
(bootloader) Failed to get unlock data, please try again! FAILED (remote failure) finished. total time: 0.241s
Click to expand...
Click to collapse
In Developer options turn on Android debugging (USB debugging)
Copy the terminal log and paste to post.
Describe exactly each step you are taking.
give phone model, xGB,
LoucoECrazy said:
I tried a thousend times and I keep gettin error:
(bootloader) Failed to get unlock data, please try again! FAILED (remote failure) finished. total time: 0.241s
Click to expand...
Click to collapse
in developer options, check usb debugging and allow oem unlock. if it still fails please post the log file
LoucoECrazy said:
I tried a thousend times and I keep gettin error:
(bootloader) Failed to get unlock data, please try again! FAILED (remote failure) finished. total time: 0.241s
Click to expand...
Click to collapse
There is no trick to unlocking the bootloader, you must follow the Motorola steps and only Moto can get you the code...
The key here is "FAILED (remote failure)" which means the phone is not able to give you the ID token for some reason, it is either defective (which we have seen a few like this) or it is not unlockable (carrier locked, Engineering bootloader, etc) but to know that we would need to see the output of "fastboot getvar all" with your IMEI masked out.
Same problem
I have an O2 sim locked Motorola g 2015 3rd generation. Can root but unroots after boot, and can not get unlock data from fastboot. Get same message as first poster. I have included a text of my getvar all command.
C:\android-sdk-windows\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8916-80.90
(bootloader) product: osprey
(bootloader) board: osprey
(bootloader) secure: yes
(bootloader) hwrev: 0x82B0
(bootloader) radio: 0x4
(bootloader) emmc: 8GB Samsung REV=07 PRV=01 TYPE=57
(bootloader) ram: 1024MB Samsung S8 SDRAM DIE=4Gb
(bootloader) cpu: MSM8916
(bootloader) serialno: ZY2223R2JK
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: 7CD04C0C00000000000000000000
(bootloader) unlocked: no
(bootloader) securestate: locked
(bootloader) iswarrantyvoid: no
(bootloader) mot_sst: 0
(bootloader) max-download-size: 268435456
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei:
(bootloader) meid:
(bootloader) date: 08-05-2015
(bootloader) sku: XT1541
(bootloader) battid: SNN5965A
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Thu Jul 23 6:48:45 UTC 2015"
(bootloader) ro.build.fingerprint[0]: motorola/osprey_o2gb/osprey_umts:5
(bootloader) ro.build.fingerprint[1]: .1.1/LPI23.72-47/50:user/release-k
(bootloader) ro.build.fingerprint[2]: eys
(bootloader) ro.build.version.full[0]: Blur_Version.23.41.47.osprey_o2gb
(bootloader) ro.build.version.full[1]: .o2gb.en.GB
(bootloader) ro.build.version.qcom[0]: AU_LINUX_ANDROID_LA.BR.1.1.3_RB1.
(bootloader) ro.build.version.qcom[1]: 05.01.00.032.015
(bootloader) version-baseband[0]: M8916_2020613.22.03.21.29R OSPREY_EMEA
(bootloader) version-baseband[1]: _CUST
(bootloader) kernel.version[0]: Linux version 3.10.49-g5fbdf50 (hudsoncm
(bootloader) kernel.version[1]: @ilclbld72) (gcc version 4.8 (GCC) ) #1
(bootloader) kernel.version[2]: SMP PREEMPT Thu Jul 23 01:33:26 CDT 2015
(bootloader) sbl1.git: git=MBM-NG-V80.90-0-gdeb217e
(bootloader) rpm.git: git=MBM-NG-V80.90-0-g9fa648d
(bootloader) tz.git: git=MBM-NG-V80.90-0-g53215ba
(bootloader) hyp.git: git=MBM-NG-V80.90-0-g53215ba
(bootloader) aboot.git: git=MBM-NG-V80.90-0-g1e3d83c
(bootloader) partition-type:modem: raw
(bootloader) partition-type:sbl1: raw
(bootloader) partition-typeDR: raw
(bootloader) partition-type:aboot: raw
(bootloader) partition-type:rpm: raw
(bootloader) partition-type:tz: raw
(bootloader) partition-type:hyp: raw
(bootloader) partition-type:utags: raw
(bootloader) partition-type:misc: raw
(bootloader) partition-typeadA: raw
(bootloader) partition-type:abootBackup: raw
(bootloader) partition-type:rpmBackup: raw
(bootloader) partition-type:tzBackup: raw
(bootloader) partition-type:hypBackup: raw
(bootloader) partition-type:utagsBackup: raw
(bootloader) partition-type:logs: raw
(bootloader) partition-type:frp: raw
(bootloader) partition-typeadB: raw
(bootloader) partition-type:modemst1: raw
(bootloader) partition-type:modemst2: raw
(bootloader) partition-type:hob: raw
(bootloader) partition-type:dhob: raw
(bootloader) partition-type:fsg: raw
(bootloader) partition-type:fsc: raw
(bootloader) partition-type:cid: raw
(bootloader) partition-type:metadata: raw
(bootloader) partition-type:logo: raw
(bootloader) partition-type:clogo: raw
(bootloader) partition-typeersist: raw
(bootloader) partition-type:kpan: raw
(bootloader) partition-type:boot: raw
(bootloader) partition-type:recovery: raw
(bootloader) partition-type:ssd: raw
(bootloader) partition-typeadC: raw
(bootloader) partition-type:sp: raw
(bootloader) partition-type:keystore: raw
(bootloader) partition-typeem: raw
(bootloader) partition-type:carrier: ext4
(bootloader) partition-type:customize: raw
(bootloader) partition-type:cache: raw
(bootloader) partition-type:system: raw
(bootloader) partition-type:userdata: raw
(bootloader) partition-size:modem: 0x00000000027e0000
(bootloader) partition-size:sbl1: 0x0000000000080000
(bootloader) partition-sizeDR: 0x0000000000020000
(bootloader) partition-size:aboot: 0x0000000000113000
(bootloader) partition-size:rpm: 0x000000000003e800
(bootloader) partition-size:tz: 0x000000000008c000
(bootloader) partition-size:hyp: 0x0000000000020000
(bootloader) partition-size:utags: 0x0000000000080000
(bootloader) partition-size:misc: 0x0000000000080000
(bootloader) partition-sizeadA: 0x000000000036f000
(bootloader) partition-size:abootBackup: 0x0000000000113000
(bootloader) partition-size:rpmBackup: 0x000000000003e800
(bootloader) partition-size:tzBackup: 0x000000000008c000
(bootloader) partition-size:hypBackup: 0x0000000000020000
(bootloader) partition-size:utagsBackup: 0x0000000000080000
(bootloader) partition-size:logs: 0x0000000000200000
(bootloader) partition-size:frp: 0x0000000000080000
(bootloader) partition-sizeadB: 0x000000000022f000
(bootloader) partition-size:modemst1: 0x0000000000180000
(bootloader) partition-size:modemst2: 0x0000000000180000
(bootloader) partition-size:hob: 0x000000000007a000
(bootloader) partition-size:dhob: 0x0000000000008000
(bootloader) partition-size:fsg: 0x0000000000300000
(bootloader) partition-size:fsc: 0x0000000000000400
(bootloader) partition-size:cid: 0x0000000000020000
(bootloader) partition-size:metadata: 0x0000000000080000
(bootloader) partition-size:logo: 0x0000000000400000
(bootloader) partition-size:clogo: 0x0000000000400000
(bootloader) partition-sizeersist: 0x0000000000800000
(bootloader) partition-size:kpan: 0x0000000000800000
(bootloader) partition-size:boot: 0x0000000001000000
(bootloader) partition-size:recovery: 0x0000000001019000
(bootloader) partition-size:ssd: 0x0000000000002000
(bootloader) partition-sizeadC: 0x000000000087e000
(bootloader) partition-size:sp: 0x0000000000800000
(bootloader) partition-size:keystore: 0x0000000000800000
(bootloader) partition-sizeem: 0x0000000001000000
(bootloader) partition-size:carrier: 0x0000000001000000
(bootloader) partition-size:customize: 0x0000000002000000
(bootloader) partition-size:cache: 0x0000000010000000
(bootloader) partition-size:system: 0x0000000091000000
(bootloader) partition-size:userdata: 0x0000000121fe0000
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (75)
(bootloader) ro.carrier: unknown
all: listed above
finished. total time: 0.312s
perambulate123 said:
(bootloader) unlocked: no
(bootloader) securestate: locked
(bootloader) iswarrantyvoid: no
(bootloader) mot_sst: 0
Click to expand...
Click to collapse
This is the only piece that matters... Bootloader is locked, you can't root.
So no matter what I do - I will not be able to get the fastboot unlock data to submit to motorola to unlock bootloader. Would unlocking sim to any network help with unlocking bootloader.
perambulate123 said:
So no matter what I do - I will not be able to get the fastboot unlock data to submit to motorola to unlock bootloader. Would unlocking sim to any network help with unlocking bootloader.
Click to expand...
Click to collapse
That's not what I said...
You cannot root your device unless your bootloader is unlocked, and can't unlock your bootloader unless you can get the unlock token to submit it to Moto's website for the unlock key, which you don't have... I would start there. Try different cables, USB ports, computers, boot a live Linux distro, factory default phone, etc. may help.
As I said before... We have seen devices that just won't give the unlock token for some reason, and we have seen Moto's website say devices are not eligible when we know they are, but we as users can do nothing about that and you must go to the official Lenovo forums, and to the developer section specifically, to get their assistance. Customer care and local service cant help you, only the forum can assist you and honestly that is rare especially in an older device.
Unlocking the SIM should have no effect on the bootloader, but if you have that option do it. It can't hurt anything and regardless it will increase the value of the phone.

No where to ask for this so i try here. I cant unlock my bootloader using fastboot?

I have posted on Motorola support forum and contacted them but my posts just disappears automatically after I post them on the official support forum. So I will just copy paste my post here and see if this is a fastboot issue.
I cant get the string to get the unlock code because fastboot command fastboot oem get_unlock_data ends up FAILED. (remote: Unknown command)
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem get_unlock_data
...
FAILED (remote: unknown command)
As many other commands.
fastboot oem unlock
FAILED (remote: unknown command)
fastboot oem device-info
...
FAILED (remote: unknown command)
Every command is unknown.
fastboot devices
ZW2223N5NL
Only command that works
fastboot oem get_unlock_data (this is the command i need to run to get a string that i put into a box and ask if this device can be unlocked and then I will get a unlock key from Motorola.)
.Well I have spendt all day with drivers and everything the drivers works in adb and in fastboot and tried switching bettwen MTP and PPT and Charging becouse some got it to work when they put it out of MTP mode no luck here. It doesn't say anything about the device is locked in bootloader should it? I dont know what to even ask the fastboot commands doesn't work on my phone.
USB debugg Mode On
OEM enable
Cleared all my drivers 6 times over tried using android google driver, The Motorola Device Manager that dont even have my driver.
Ended up with http://mtkusballdriver.com/category/download and it works.
So feed up right now read and read nothing works. Only thing I haven't done is to add my Hardware ID in the android google driver .inf file. Read that, that can be a solution. When I try to install winusb.inf manually I get up that "I need a 64x driver that support your hardware". Error.
Even in the .inf file there is a section for 64x. Just a bit confusing on how to add the hardware ID's inside the .inf you need hardware ID for every state 3 states recovery, fastboot and when its on. I have gathered all those ID's. So if anyone know how to add a device to Google USB driver please try to explain how I am gonna code it. Anything I can try i would appreciate it. Because it doesn't recognize my device. I'm almost 100% sure that it isnt a driver issue fastboot driver is working fine so is adb. So is it a fastboot driver issue? Since all this commands are remote: Unknown Commands?
I have changed usb 3 to usb 2 and cabels also tried on different PC. So I'm out of options is it that this phone is banned from unlocking the bootloader and it has disabled all this fastboot commands on this version of the phone? I know everyone els seems to have it easy unlocking the bootloader on this Moto C Pluss this is an EU version Norwegian no Locked Carrier. If you need more info please ask. Any help is very welcome! Thanks!
C:\Users\Nrje\AppData\Local\Android\sdk\platform-tools>fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 19000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: a9000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:metadata: 2500000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:nvdata: 2000000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:tee2: 500000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:keystore: 800000
(bootloader) partition-type:keystore: raw data
(bootloader) partition-size:secro: 600000
(bootloader) partition-type:secro: raw data
(bootloader) partition-sizeemkeystore: 200000
(bootloader) partition-typeemkeystore: raw data
(bootloader) partition-size:seccfg: 80000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:lk: 80000
(bootloader) partition-type:lk: raw data
(bootloader) partition-sizerotect2: a00000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: a00000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-sizeroinfo: 300000
(bootloader) partition-typeroinfo: raw data
(bootloader) partition-sizereloader: 40000
(bootloader) partition-typereloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: A158_SEC
(bootloader) version-preloader: 0.1.00
(bootloader) version: 0.5
(bootloader) efuse: yes
(bootloader) ro.emmc_size: 16GB HYNIX
(bootloader) ro.ram_size: 2GB
(bootloader) SKU: XT1723
(bootloader) hwrev: WKHMA1B2-2
(bootloader) imei1: 355645087988054
(bootloader) imei2: 355645087988062
(bootloader) ro.build.version.full[0]: Blur_Version.25.011.027.panell_
(bootloader) ro.build.version.full[1]: 23_d.retail.en.US
(bootloader) ro.build.fingerprint[0]: motorola/panell_23_d/panell_d:7
(bootloader) ro.build.fingerprint[1]: .0/NRD90M.01.027/027:user/relea
(bootloader) ro.build.fingerprint[2]: se-keys
(bootloader) kernel.version[0]: Linux version 3.18.35+ (wind-ke
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.8 (G
(bootloader) kernel.version[2]: CC) ) #1 SMP PREEMPT Thu Jun 22
(bootloader) kernel.version[3]: 19:14:06 CST 2017
(bootloader) ro.serilno: ZW2223N5NL
(bootloader) ro.carrier: reteu
(bootloader) radio: LWG
(bootloader) state: NOT Rooted
all: Done!!
finished. total time: 0.099s

Categories

Resources