Question TWRP for Cricket Dream 5G - Cricket Dream 5G

Hi there,
I have a Cricket Dream 5G and so far I have unlocked bootloader, root via magisk, full system image backup as well as GSI support with a TWRP device tree based on the boot.img. However, the system is A/B with dynamic super partition with the recovery image being a ramdisk within the boot image. I've managed to get TWRP to boot and recognize certain device partitions, however, I can't seem to get a fully working TWRP with A/B support.
I'm also curious how I'd go about merging a working TWRP into the boot image, would someone be interested in helping me out with this? I'd be more than happy to provide any firmware files needed or other applicable information.
Thanks a lot!
Update: TWRP is now available! See post: https://forum.xda-developers.com/t/twrp-for-cricket-dream-5g.4418963/post-86858605

Welkwo said:
Yes hello I was wondering would you be able to help me I am having the hardest time trying to unlock bootloader as well as root this phone if you could please help me with method or where I can go to find it I would be so greatful
Click to expand...
Click to collapse

Hi there,
The bootloader can be successfully unlocked using the fastboot command.
Fastboot flashing unlock
Click to expand...
Click to collapse
Also, I'd be happy to share a Magisk patched boot image with you. Otherwise, you can backup all your partitions using This app and modify the resulting Bootimg with Magisk for root access.
Hope this helps!

Welkwo said:
Thank you I was able to unlock bootloader but not sure how to go about using magisk to root it
Click to expand...
Click to collapse

I've attached a Magisk Patched Boot image, just flash it to your active slot and you'll have working Magisk. You 'may' have to download the Magisk Manager app after flashing if the Magisk placeholder doesn't show up in your app Drawer.

Welkwo said:
Hi there,
I have a Cricket Dream 5G and so far I have unlocked bootloader, root via magisk, full system image backup as well as GSI support with a TWRP device tree based on the boot.img. However, the system is A/B with dynamic super partition with the recovery image being a ramdisk within the boot image. I've managed to get TWRP to boot and recognize certain device partitions, however, I can't seem to get a fully working TWRP with A/B support.
I'm also curious how I'd go about merging a working TWRP into the boot image, would someone be interested in helping me out with this? I'd be more than happy to provide any firmware files needed or other applicable information.
Thanks a lot!
Click to expand...
Click to collapse
It's A10 or A11?
For more help you need show the Device Tree - github is prefered. If you PORTed the TWRP you need write where you have the TWRP donor and name of device donor.
I can't seem to get a fully working TWRP with A/B support.
Click to expand...
Click to collapse
Write more details about "fully working" you need.

What do you mean by slot ? And do I use adb to flash it?

Do I use fastboot flash boot or fastboot flash bootloader or am I way off

lopestom said:
It's A10 or A11?
For more help you need show the Device Tree - github is prefered. If you PORTed the TWRP you need write where you have the TWRP donor and name of device donor.
Write more details about "fully working" you need.
Click to expand...
Click to collapse
Thanks for your reply! I don't recall what donor device I used except it was a device similar in spec running the same chipset (MT6833) and similar screen resolution. The somewhat working twrp will boot up and can be interacted with.. Except there is no A/B support (Wrong TWRP version) and it does not find all the primary partitions in the FSTAB regardless of how much I attempt to modify it to TWRPs liking, I believe that has to do with the dynamic super partition layout and the fact that any image is based off of the boot image since there is no recovery partition and my recovery is a ramdisk inside the boot image.
I tried to compile a version of twrp myself ( Device tree: https://github.com/josephdbrewer55/android_device_Cricket_dream_5G ) with no success. It is A11 based. I really believe a lot of this is operator error on my part, I've never tried to port twrp in the past but I really want to try and kickstart development on this device as it would be great for custom ROMs and development.
Any valuable advice you could give me on this would be greatly appreciated, I'm trying to get a recovery and then after that step attempt to make a working boot image with twrp incorporated.

Drizzydraco said:
Do I use fastboot flash boot or fastboot flash bootloader or am I way off
Click to expand...
Click to collapse
Yes, you should be able to use this command
Fastboot flash boot (path to boot image sent here)
Click to expand...
Click to collapse
And it will automatically flash to your active slot.

Welkwo said:
Thanks for your reply! I don't recall what donor device I used except it was a device similar in spec running the same chipset (MT6833) and similar screen resolution. The somewhat working twrp will boot up and can be interacted with..
Click to expand...
Click to collapse
That's not true! You used he tool to initialize the DT.
Code:
# Copyright (C) 2020 SebaUbuntu's TWRP device tree generator
Without donor name we cannot much.
Welkwo said:
Except there is no A/B support (Wrong TWRP version) and it does not find all the primary partitions in the FSTAB regardless of how much I attempt to modify it to TWRPs liking, I believe that has to do with the dynamic super partition layout and the fact that any image is based off of the boot image since there is no recovery partition and my recovery is a ramdisk inside the boot image.
Click to expand...
Click to collapse
Very (not much) devices with A10 had A/B support. I even made tests to help another device.
Now you need upload stock boot.img here for know about details. Looking for stock system.img and vendor.img too. If not have so stock super.img file is good too.
Welkwo said:
I tried to compile a version of twrp myself ( Device tree: https://github.com/josephdbrewer55/android_device_Cricket_dream_5G ) with no success. It is A11 based. I really believe a lot of this is operator error on my part, I've never tried to port twrp in the past but I really want to try and kickstart development on this device as it would be great for custom ROMs and development.
Any valuable advice you could give me on this would be greatly appreciated, I'm trying to get a recovery and then after that step attempt to make a working boot image with twrp incorporated.
Click to expand...
Click to collapse
Reading my message above so the DT is not simple trying that because not have others important informations by your device.
Others info miss like BOOTIMAGE and you only put this!:
Code:
#BOARD_RECOVERYIMAGE_PARTITION_SIZE := 41943040 # This is the maximum known partition size, but it can be higher, so we just omit it
The A/B devices not have recovery.img partition!
FAQ A/B (Seamless) System Updates Standard partitions Updating partitions
Maybe I can modify or change some informations in the DT of https://github.com/josephdbrewer55/android_device_Cricket_dream_5G but you need change in the: settings - access - Collaborators - Manage access
put my avatar in the box to help u. I'll make something when I have free time.

Some infomations: https://forum.xda-developers.com/t/development-for-the-cricket-dream-5g.4414603/post-86767235
UPD2: The super.img file was downloaded.
I need some informations from device. But at this point I'll write in the TWRP Cricket Dream 5G thread. .
If someone can put informations so answer in that thread.
Click to expand...
Click to collapse
@Welkwo​Anyone can post the informations?
With stock bootloader mode -> fastboot
Code:
fastboot getvar all
With stock bootloader mode -> fastbootd
LOOK: fastbootD
Code:
fastboot getvar all

TEST TWRP ALPHA​This is VERY IMPORTANT: bootloader unlocked!!​
Code:
*** Disclaimer
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this files
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* You have been warned/
How to do: ask @Welkwo or other users with same device and who did the process.
The attached file was compiled for testing.
Spoiler: Informations
1- At this first moment there is only one objective: to know if the TWRP starts.
The compiled TWRP is based on @Josephdbrewer25 user files from this thread: #1 => Development for the Cricket Dream 5G
So, if any user has the stock ROM version different from the one mentioned, it is possible that TWRP will not start.
2- First objective accomplished, so let's move on to other instructions because even if it starts, other steps are needed so that the device can start normally.
Remembering that I haven't put anything related to encryption/decryption yet. So I have an idea of how TWRP might behave in this regard.
3- Will you lose user data?
No! In this first step of the test I don't ask you to do anything other than install TWRP and give me an answer if it started or not.
If you do any formatting procedure or WIPE user data, it's your choice. It will be good, but still your choice.
How install TWRP
I don't really know if adb-fastboot will work on Cricket Dream 5G from what I read above regarding mtkclient. But at this point it is important that only experienced users do the test with what they can, ie adb-fastboot, SPFT or mtkclient and come back writing what worked.
Again: bootloader unlocked!!​
Spoiler: Instructions
Unzip zip files to platform-tools folder.
In the device: stock recovery - bootloader => fastboot (not fastbootd)
In the PC cmd command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmetaAndroidSC_mod.img
fastboot flash boot boot-EC211001-A11-20220423-0924.img
fastboot reboot-recovery
If TWRP does not start
Unzip boot_a-Stock-Cricket_Dream_5G-MT6833-A11.zip & vbmeta_a-Stock-Cricket_Dream_5G-MT6833-A11.zip files in the platform-tools.
Spoiler: Reinstall Stock files
Just install the boot_a-Stock-Cricket_Dream_5G-MT6833-A11.img & vbmeta_a.img files and everything will be fine.
In the PC cmd command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta_a.img
fastboot flash boot boot_a-Stock-Cricket_Dream_5G-MT6833-A11.img
fastboot reboot

lopestom said:
TEST TWRP ALPHA​This is VERY IMPORTANT: bootloader unlocked!!​
Code:
*** Disclaimer
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this files
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* You have been warned/
How to do: ask @Welkwo or other users with same device and who did the process.
The attached file was compiled for testing.
Spoiler: Informations
1- At this first moment there is only one objective: to know if the TWRP starts.
The compiled TWRP is based on @Josephdbrewer25 user files from this thread: #1 => Development for the Cricket Dream 5G
So, if any user has the stock ROM version different from the one mentioned, it is possible that TWRP will not start.
2- First objective accomplished, so let's move on to other instructions because even if it starts, other steps are needed so that the device can start normally.
Remembering that I haven't put anything related to encryption/decryption yet. So I have an idea of how TWRP might behave in this regard.
3- Will you lose user data?
No! In this first step of the test I don't ask you to do anything other than install TWRP and give me an answer if it started or not.
If you do any formatting procedure or WIPE user data, it's your choice. It will be good, but still your choice.
How install TWRP
I don't really know if adb-fastboot will work on Cricket Dream 5G from what I read above regarding mtkclient. But at this point it is important that only experienced users do the test with what they can, ie adb-fastboot, SPFT or mtkclient and come back writing what worked.
Again: bootloader unlocked!!​
Spoiler: Instructions
Unzip zip files to platform-tools folder.
In the device: stock recovery - bootloader => fastboot (not fastbootd)
In the PC cmd command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmetaAndroidSC_mod.img
fastboot flash boot boot-EC211001-A11-20220423-0924.img
fastboot reboot-recovery
If TWRP does not start
Unzip boot_a-Stock-Cricket_Dream_5G-MT6833-A11.zip & vbmeta_a-Stock-Cricket_Dream_5G-MT6833-A11.zip files in the platform-tools.
Spoiler: Reinstall Stock files
Just install the boot_a-Stock-Cricket_Dream_5G-MT6833-A11.img & vbmeta_a.img files and everything will be fine.
In the PC cmd command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta_a.img
fastboot flash boot boot_a-Stock-Cricket_Dream_5G-MT6833-A11.img
fastboot reboot
Click to expand...
Click to collapse
Thank you so much, I've pushed it to my device and currently, we're boot looping on the TWRP startup process. It is communicating via ADB so I have a logcat attached.
Edit: It would not let me upload the txt file, Here is a link to the txt on Mega: https://mega.nz/file/lQJA0ADb#zLodoj3hjv71cyZs3ZK0TADJdvEkvheRmmnbnE5v4PU

lopestom said:
Some infomations: https://forum.xda-developers.com/t/development-for-the-cricket-dream-5g.4414603/post-86767235
@Welkwo​Anyone can post the informations?
With stock bootloader mode -> fastboot
Code:
fastboot getvar all
With stock bootloader mode -> fastbootd
LOOK: fastbootD
Code:
fastboot getvar all
Click to expand...
Click to collapse
Here is that information
PS: Sorry for the late reply! It's been pretty hectic at work these past few weeks, I've barely had any downtime to play around with this. I appreciate all of your help though!
Spoiler: Fastboot
(bootloader) bt_mac: 98C8540AB874
(bootloader) imei_1:
(bootloader) imei_2:
(bootloader) meid_1:
(bootloader) meid_2:
(bootloader) productdate: 211125
(bootloader) productid: FLCH10001B042459
(bootloader) sutinfo: PIDINFO1002BP002600000CRCTFLCX0001XXXXXXXX103FLC20
(bootloader) version: 2.0
(bootloader) wifi_mac: 98C8540DC5B4
(bootloader) wifi_mac2:
(bootloader) max-download-size: 0x8000000
(bootloader) variant:
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x80000
(bootloader) hw-revision: ca00
(bootloader) battery-soc-ok: yes
(bootloader) battery-voltage: 3987mV
(bootloader) partition-size:sgpt: 8000
(bootloader) partition-type:sgpt: raw data
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: cf5ff8000
(bootloader) partition-type:userdata: f2fs
(bootloader) partition-size:super: 120000000
(bootloader) partition-type:super: raw data
(bootloader) partition-size:tee_b: 800000
(bootloader) partition-type:tee_b: raw data
(bootloader) partition-size:dtbo_b: 800000
(bootloader) partition-type:dtbo_b: raw data
(bootloader) partition-size:vendor_boot_b: 4000000
(bootloader) partition-type:vendor_boot_b: raw data
(bootloader) partition-size:boot_b: 2800000
(bootloader) partition-type:boot_b: raw data
(bootloader) partition-size:lk_b: 200000
(bootloader) partition-type:lk_b: raw data
(bootloader) partition-size:gz_b: 2000000
(bootloader) partition-type:gz_b: raw data
(bootloader) partition-size:mcupm_b: 100000
(bootloader) partition-type:mcupm_b: raw data
(bootloader) partition-size:sspm_b: 100000
(bootloader) partition-type:sspm_b: raw data
(bootloader) partition-size:scp_b: 600000
(bootloader) partition-type:scp_b: raw data
(bootloader) partition-size:dpm_b: 400000
(bootloader) partition-type:dpm_b: raw data
(bootloader) partition-sizei_img_b: 100000
(bootloader) partition-typei_img_b: raw data
(bootloader) partition-size:spmfw_b: 100000
(bootloader) partition-type:spmfw_b: raw data
(bootloader) partition-size:md1img_b: c800000
(bootloader) partition-type:md1img_b: raw data
(bootloader) partition-size:hidden_b: 2a80000
(bootloader) partition-type:hidden_b: raw data
(bootloader) partition-size:systeminfo_b: 100000
(bootloader) partition-type:systeminfo_b: raw data
(bootloader) partition-size:bakdata: 800000
(bootloader) partition-type:bakdata: raw data
(bootloader) partition-size:boot_para: 1a00000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: 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-size:tee_a: 500000
(bootloader) partition-type:tee_a: raw data
(bootloader) partition-size:dtbo_a: 800000
(bootloader) partition-type:dtbo_a: raw data
(bootloader) partition-size:vendor_boot_a: 4000000
(bootloader) partition-type:vendor_boot_a: raw data
(bootloader) partition-size:boot_a: 2800000
(bootloader) partition-type:boot_a: raw data
(bootloader) partition-size:lk_a: 200000
(bootloader) partition-type:lk_a: raw data
(bootloader) partition-size:gz_a: 2000000
(bootloader) partition-type:gz_a: raw data
(bootloader) partition-size:mcupm_a: 100000
(bootloader) partition-type:mcupm_a: raw data
(bootloader) partition-size:sspm_a: 100000
(bootloader) partition-type:sspm_a: raw data
(bootloader) partition-size:scp_a: 600000
(bootloader) partition-type:scp_a: raw data
(bootloader) partition-size:dpm_a: 400000
(bootloader) partition-type:dpm_a: raw data
(bootloader) partition-sizei_img_a: 100000
(bootloader) partition-typei_img_a: raw data
(bootloader) partition-size:spmfw_a: 100000
(bootloader) partition-type:spmfw_a: raw data
(bootloader) partition-size:md1img_a: c800000
(bootloader) partition-type:md1img_a: raw data
(bootloader) partition-size:hidden_a: 28c0000
(bootloader) partition-type:hidden_a: raw data
(bootloader) partition-size:systeminfo_a: 100000
(bootloader) partition-type:systeminfo_a: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:elabel: 1000000
(bootloader) partition-type:elabel: raw data
(bootloader) partition-size:sutinfo: 20000
(bootloader) partition-type:sutinfo: raw data
(bootloader) partition-size:logbk: 200000
(bootloader) partition-type:logbk: raw data
(bootloader) partition-size:mfd: 20000
(bootloader) partition-type:mfd: raw data
(bootloader) partition-size:deviceinfo: 100000
(bootloader) partition-type:deviceinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: 800000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: 800000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-sizeersist: 35f8000
(bootloader) partition-typeersist: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:vbmeta_vendor_b: 800000
(bootloader) partition-type:vbmeta_vendor_b: raw data
(bootloader) partition-size:vbmeta_system_b: 800000
(bootloader) partition-type:vbmeta_system_b: raw data
(bootloader) partition-size:vbmeta_b: 800000
(bootloader) partition-type:vbmeta_b: raw data
(bootloader) partition-size:vbmeta_vendor_a: 800000
(bootloader) partition-type:vbmeta_vendor_a: raw data
(bootloader) partition-size:vbmeta_system_a: 800000
(bootloader) partition-type:vbmeta_system_a: raw data
(bootloader) partition-size:vbmeta_a: 800000
(bootloader) partition-type:vbmeta_a: 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: 2800000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:misc: 80000
(bootloader) partition-type:misc: raw data
(bootloader) partition-sizegpt: 8000
(bootloader) partition-typegpt: raw data
(bootloader) partition-sizereloader_b: 80000
(bootloader) partition-typereloader_b: raw data
(bootloader) partition-sizereloader_a: 80000
(bootloader) partition-typereloader_a: raw data
(bootloader) partition-sizereloader: 80000
(bootloader) partition-typereloader: raw data
(bootloader) serialno: FLCH10001B042459
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: k6833v1_64
(bootloader) is-userspace: no
(bootloader) slot-retry-count:b: 7
(bootloader) slot-retry-count:a: 1
(bootloader) slot-unbootable:b: no
(bootloader) slot-unbootable:a: no
(bootloader) slot-successful:b: yes
(bootloader) slot-successful:a: yes
(bootloader) slot-count: 2
(bootloader) current-slot: a
(bootloader) has-slot:sgpt: no
(bootloader) has-slot:flashinfo: no
(bootloader) has-slot:userdata: no
(bootloader) has-slot:super: no
(bootloader) has-slot:bakdata: no
(bootloader) has-slot:boot_para: no
(bootloader) has-slot:nvram: no
(bootloader) has-slot:efuse: no
(bootloader) has-slotroinfo: no
(bootloader) has-slot:sec1: no
(bootloader) has-slot:tee: yes
(bootloader) has-slot:dtbo: yes
(bootloader) has-slot:vendor_boot: yes
(bootloader) has-slot:boot: yes
(bootloader) has-slot:lk: yes
(bootloader) has-slot:gz: yes
(bootloader) has-slot:mcupm: yes
(bootloader) has-slot:sspm: yes
(bootloader) has-slot:scp: yes
(bootloader) has-slot:dpm: yes
(bootloader) has-sloti_img: yes
(bootloader) has-slot:spmfw: yes
(bootloader) has-slot:md1img: yes
(bootloader) has-slot:hidden: yes
(bootloader) has-slot:systeminfo: yes
(bootloader) has-slot:logo: no
(bootloader) has-slot:elabel: no
(bootloader) has-slot:sutinfo: no
(bootloader) has-slot:logbk: no
(bootloader) has-slot:mfd: no
(bootloader) has-slot:deviceinfo: no
(bootloader) has-slottp: no
(bootloader) has-slot:seccfg: no
(bootloader) has-slotrotect2: no
(bootloader) has-slotrotect1: no
(bootloader) has-slotersist: no
(bootloader) has-slot:metadata: no
(bootloader) has-slot:vbmeta_vendor: yes
(bootloader) has-slot:vbmeta_system: yes
(bootloader) has-slot:vbmeta: yes
(bootloader) has-slot:nvdata: no
(bootloader) has-slot:nvcfg: no
(bootloader) has-slot:frp: no
(bootloader) has-slot:expdb: no
(bootloader) has-slotara: no
(bootloader) has-slot:misc: no
(bootloader) has-slotgpt: no
(bootloader) has-slotreloader: yes
(bootloader) version-baseband: MOLY.NR15.R3.MP.V21.5.T48
(bootloader) version-bootloader: k6833v1_64-dc9d0c75-20210927095158-2022
(bootloader) version-preloader:
all: Done!!
Finished. Total time: 0.032s
[
Spoiler: FastbootD
(bootloader) cpu-abi:arm64-v8a
(bootloader) snapshot-update-status:none
(bootloader) super-partition-name:super
(bootloader) is-logicalreloader_raw_b:no
(bootloader) is-logicalreloader_raw_a:no
(bootloader) is-logical:userdata:no
(bootloader) is-logical:vendor_boot_a:no
(bootloader) is-logical:vendor_boot_b:no
(bootloader) is-logical:misc:no
(bootloader) is-logicalara:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:mmcblk0:no
(bootloader) is-logical:super:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:metadata:no
(bootloader) is-logicalroduct_a:yes
(bootloader) is-logicalroduct_b:yes
(bootloader) is-logical:vendor_a:yes
(bootloader) is-logical:vendor_b:yes
(bootloader) is-logical:system_a:yes
(bootloader) is-logical:system_b:yes
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:0
(bootloader) off-mode-charge:0
(bootloader) treble-enabled:true
(bootloader) is-userspace:yes
(bootloader) partition-sizereloader_raw_b:0x3FF000
(bootloader) partition-sizereloader_raw_a:0x3FF000
(bootloader) partition-size:userdata:0xCF5FF8000
(bootloader) partition-size:vendor_boot_a:0x4000000
(bootloader) partition-size:vendor_boot_b:0x4000000
(bootloader) partition-size:misc:0x80000
(bootloader) partition-sizeara:0x80000
(bootloader) partition-size:boot_b:0x2800000
(bootloader) partition-size:mmcblk0:0xE67800000
(bootloader) partition-size:super:0x120000000
(bootloader) partition-size:boot_a:0x2800000
(bootloader) partition-size:metadata:0x2000000
(bootloader) partition-sizeroduct_a:0x8398E000
(bootloader) partition-sizeroduct_b:0x0
(bootloader) partition-size:vendor_a:0x207D4000
(bootloader) partition-size:vendor_b:0x0
(bootloader) partition-size:system_a:0x4DA32000
(bootloader) partition-size:system_b:0x7FA4000
(bootloader) version-vndk:30
(bootloader) partition-typereloader_raw_b:raw
(bootloader) partition-typereloader_raw_a:raw
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-typeara:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:mmcblk0:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-typeroduct_a:raw
(bootloader) partition-typeroduct_b:raw
(bootloader) partition-type:vendor_a:raw
(bootloader) partition-type:vendor_b:raw
(bootloader) partition-type:system_a:raw
(bootloader) partition-type:system_b:raw
(bootloader) has-slotreloader_raw:yes
(bootloader) has-slot:userdata:no
(bootloader) has-slot:vendor_boot:yes
(bootloader) has-slot:misc:no
(bootloader) has-slotara:no
(bootloader) has-slot:boot:yes
(bootloader) has-slot:mmcblk0:no
(bootloader) has-slot:super:no
(bootloader) has-slot:metadata:no
(bootloader) has-slotroduct:yes
(bootloader) has-slot:vendor:yes
(bootloader) has-slot:system:yes
(bootloader) security-patch-level:2021-10-05
(bootloader) vendor-fingerprint:Cricket/EC211001/EC211001:11/RP1A.200720.011/0CN0_1_09H:user/release-keys
(bootloader) hw-revision:0
(bootloader) current-slot:a
(bootloader) serialno:FLCH10001B042459
(bootloader) product:EC211001
(bootloader) version-os:11
(bootloader) first-api-level:30
(bootloader) slot-count:2
(bootloader) max-download-size:0x10000000
(bootloader) version:0.4
(bootloader) version-baseband:
(bootloader) secure:yes
(bootloader) variant:NA
(bootloader) dynamic-partition:true
(bootloader) system-fingerprint:Cricket/EC211001/EC211001:11/RP1A.200720.011/0CN0_1_09H:user/release-keys
(bootloader) version-bootloader:unknown
(bootloader) unlocked:yes
all:
Finished. Total time: 0.235s

Welkwo said:
Here is that information
PS: Sorry for the late reply! It's been pretty hectic at work these past few weeks, I've barely had any downtime to play around with this. I appreciate all of your help though!
Spoiler: Fastboot
(bootloader) bt_mac: 98C8540AB874
(bootloader) imei_1:
(bootloader) imei_2:
(bootloader) meid_1:
(bootloader) meid_2:
(bootloader) productdate: 211125
(bootloader) productid: FLCH10001B042459
(bootloader) sutinfo: PIDINFO1002BP002600000CRCTFLCX0001XXXXXXXX103FLC20
(bootloader) version: 2.0
(bootloader) wifi_mac: 98C8540DC5B4
(bootloader) wifi_mac2:
(bootloader) max-download-size: 0x8000000
(bootloader) variant:
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x80000
(bootloader) hw-revision: ca00
(bootloader) battery-soc-ok: yes
(bootloader) battery-voltage: 3987mV
(bootloader) partition-size:sgpt: 8000
(bootloader) partition-type:sgpt: raw data
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: cf5ff8000
(bootloader) partition-type:userdata: f2fs
(bootloader) partition-size:super: 120000000
(bootloader) partition-type:super: raw data
(bootloader) partition-size:tee_b: 800000
(bootloader) partition-type:tee_b: raw data
(bootloader) partition-size:dtbo_b: 800000
(bootloader) partition-type:dtbo_b: raw data
(bootloader) partition-size:vendor_boot_b: 4000000
(bootloader) partition-type:vendor_boot_b: raw data
(bootloader) partition-size:boot_b: 2800000
(bootloader) partition-type:boot_b: raw data
(bootloader) partition-size:lk_b: 200000
(bootloader) partition-type:lk_b: raw data
(bootloader) partition-size:gz_b: 2000000
(bootloader) partition-type:gz_b: raw data
(bootloader) partition-size:mcupm_b: 100000
(bootloader) partition-type:mcupm_b: raw data
(bootloader) partition-size:sspm_b: 100000
(bootloader) partition-type:sspm_b: raw data
(bootloader) partition-size:scp_b: 600000
(bootloader) partition-type:scp_b: raw data
(bootloader) partition-size:dpm_b: 400000
(bootloader) partition-type:dpm_b: raw data
(bootloader) partition-sizei_img_b: 100000
(bootloader) partition-typei_img_b: raw data
(bootloader) partition-size:spmfw_b: 100000
(bootloader) partition-type:spmfw_b: raw data
(bootloader) partition-size:md1img_b: c800000
(bootloader) partition-type:md1img_b: raw data
(bootloader) partition-size:hidden_b: 2a80000
(bootloader) partition-type:hidden_b: raw data
(bootloader) partition-size:systeminfo_b: 100000
(bootloader) partition-type:systeminfo_b: raw data
(bootloader) partition-size:bakdata: 800000
(bootloader) partition-type:bakdata: raw data
(bootloader) partition-size:boot_para: 1a00000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: 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-size:tee_a: 500000
(bootloader) partition-type:tee_a: raw data
(bootloader) partition-size:dtbo_a: 800000
(bootloader) partition-type:dtbo_a: raw data
(bootloader) partition-size:vendor_boot_a: 4000000
(bootloader) partition-type:vendor_boot_a: raw data
(bootloader) partition-size:boot_a: 2800000
(bootloader) partition-type:boot_a: raw data
(bootloader) partition-size:lk_a: 200000
(bootloader) partition-type:lk_a: raw data
(bootloader) partition-size:gz_a: 2000000
(bootloader) partition-type:gz_a: raw data
(bootloader) partition-size:mcupm_a: 100000
(bootloader) partition-type:mcupm_a: raw data
(bootloader) partition-size:sspm_a: 100000
(bootloader) partition-type:sspm_a: raw data
(bootloader) partition-size:scp_a: 600000
(bootloader) partition-type:scp_a: raw data
(bootloader) partition-size:dpm_a: 400000
(bootloader) partition-type:dpm_a: raw data
(bootloader) partition-sizei_img_a: 100000
(bootloader) partition-typei_img_a: raw data
(bootloader) partition-size:spmfw_a: 100000
(bootloader) partition-type:spmfw_a: raw data
(bootloader) partition-size:md1img_a: c800000
(bootloader) partition-type:md1img_a: raw data
(bootloader) partition-size:hidden_a: 28c0000
(bootloader) partition-type:hidden_a: raw data
(bootloader) partition-size:systeminfo_a: 100000
(bootloader) partition-type:systeminfo_a: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:elabel: 1000000
(bootloader) partition-type:elabel: raw data
(bootloader) partition-size:sutinfo: 20000
(bootloader) partition-type:sutinfo: raw data
(bootloader) partition-size:logbk: 200000
(bootloader) partition-type:logbk: raw data
(bootloader) partition-size:mfd: 20000
(bootloader) partition-type:mfd: raw data
(bootloader) partition-size:deviceinfo: 100000
(bootloader) partition-type:deviceinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: 800000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: 800000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-sizeersist: 35f8000
(bootloader) partition-typeersist: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:vbmeta_vendor_b: 800000
(bootloader) partition-type:vbmeta_vendor_b: raw data
(bootloader) partition-size:vbmeta_system_b: 800000
(bootloader) partition-type:vbmeta_system_b: raw data
(bootloader) partition-size:vbmeta_b: 800000
(bootloader) partition-type:vbmeta_b: raw data
(bootloader) partition-size:vbmeta_vendor_a: 800000
(bootloader) partition-type:vbmeta_vendor_a: raw data
(bootloader) partition-size:vbmeta_system_a: 800000
(bootloader) partition-type:vbmeta_system_a: raw data
(bootloader) partition-size:vbmeta_a: 800000
(bootloader) partition-type:vbmeta_a: 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: 2800000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:misc: 80000
(bootloader) partition-type:misc: raw data
(bootloader) partition-sizegpt: 8000
(bootloader) partition-typegpt: raw data
(bootloader) partition-sizereloader_b: 80000
(bootloader) partition-typereloader_b: raw data
(bootloader) partition-sizereloader_a: 80000
(bootloader) partition-typereloader_a: raw data
(bootloader) partition-sizereloader: 80000
(bootloader) partition-typereloader: raw data
(bootloader) serialno: FLCH10001B042459
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: k6833v1_64
(bootloader) is-userspace: no
(bootloader) slot-retry-count:b: 7
(bootloader) slot-retry-count:a: 1
(bootloader) slot-unbootable:b: no
(bootloader) slot-unbootable:a: no
(bootloader) slot-successful:b: yes
(bootloader) slot-successful:a: yes
(bootloader) slot-count: 2
(bootloader) current-slot: a
(bootloader) has-slot:sgpt: no
(bootloader) has-slot:flashinfo: no
(bootloader) has-slot:userdata: no
(bootloader) has-slot:super: no
(bootloader) has-slot:bakdata: no
(bootloader) has-slot:boot_para: no
(bootloader) has-slot:nvram: no
(bootloader) has-slot:efuse: no
(bootloader) has-slotroinfo: no
(bootloader) has-slot:sec1: no
(bootloader) has-slot:tee: yes
(bootloader) has-slot:dtbo: yes
(bootloader) has-slot:vendor_boot: yes
(bootloader) has-slot:boot: yes
(bootloader) has-slot:lk: yes
(bootloader) has-slot:gz: yes
(bootloader) has-slot:mcupm: yes
(bootloader) has-slot:sspm: yes
(bootloader) has-slot:scp: yes
(bootloader) has-slot:dpm: yes
(bootloader) has-sloti_img: yes
(bootloader) has-slot:spmfw: yes
(bootloader) has-slot:md1img: yes
(bootloader) has-slot:hidden: yes
(bootloader) has-slot:systeminfo: yes
(bootloader) has-slot:logo: no
(bootloader) has-slot:elabel: no
(bootloader) has-slot:sutinfo: no
(bootloader) has-slot:logbk: no
(bootloader) has-slot:mfd: no
(bootloader) has-slot:deviceinfo: no
(bootloader) has-slottp: no
(bootloader) has-slot:seccfg: no
(bootloader) has-slotrotect2: no
(bootloader) has-slotrotect1: no
(bootloader) has-slotersist: no
(bootloader) has-slot:metadata: no
(bootloader) has-slot:vbmeta_vendor: yes
(bootloader) has-slot:vbmeta_system: yes
(bootloader) has-slot:vbmeta: yes
(bootloader) has-slot:nvdata: no
(bootloader) has-slot:nvcfg: no
(bootloader) has-slot:frp: no
(bootloader) has-slot:expdb: no
(bootloader) has-slotara: no
(bootloader) has-slot:misc: no
(bootloader) has-slotgpt: no
(bootloader) has-slotreloader: yes
(bootloader) version-baseband: MOLY.NR15.R3.MP.V21.5.T48
(bootloader) version-bootloader: k6833v1_64-dc9d0c75-20210927095158-2022
(bootloader) version-preloader:
all: Done!!
Finished. Total time: 0.032s
[[email protected] Downloads]$ sudo fastboot getvar all > Getvar.txt
(bootloader) bt_mac: 98C8540AB874
(bootloader) imei_1:
(bootloader) imei_2:
(bootloader) meid_1:
(bootloader) meid_2:
(bootloader) productdate: 211125
(bootloader) productid: FLCH10001B042459
(bootloader) sutinfo: PIDINFO1002BP002600000CRCTFLCX0001XXXXXXXX103FLC20
(bootloader) version: 2.0
(bootloader) wifi_mac: 98C8540DC5B4
(bootloader) wifi_mac2:
(bootloader) max-download-size: 0x8000000
(bootloader) variant:
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x80000
(bootloader) hw-revision: ca00
(bootloader) battery-soc-ok: yes
(bootloader) battery-voltage: 3987mV
(bootloader) partition-size:sgpt: 8000
(bootloader) partition-type:sgpt: raw data
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: cf5ff8000
(bootloader) partition-type:userdata: f2fs
(bootloader) partition-size:super: 120000000
(bootloader) partition-type:super: raw data
(bootloader) partition-size:tee_b: 800000
(bootloader) partition-type:tee_b: raw data
(bootloader) partition-size:dtbo_b: 800000
(bootloader) partition-type:dtbo_b: raw data
(bootloader) partition-size:vendor_boot_b: 4000000
(bootloader) partition-type:vendor_boot_b: raw data
(bootloader) partition-size:boot_b: 2800000
(bootloader) partition-type:boot_b: raw data
(bootloader) partition-size:lk_b: 200000
(bootloader) partition-type:lk_b: raw data
(bootloader) partition-size:gz_b: 2000000
(bootloader) partition-type:gz_b: raw data
(bootloader) partition-size:mcupm_b: 100000
(bootloader) partition-type:mcupm_b: raw data
(bootloader) partition-size:sspm_b: 100000
(bootloader) partition-type:sspm_b: raw data
(bootloader) partition-size:scp_b: 600000
(bootloader) partition-type:scp_b: raw data
(bootloader) partition-size:dpm_b: 400000
(bootloader) partition-type:dpm_b: raw data
(bootloader) partition-sizei_img_b: 100000
(bootloader) partition-typei_img_b: raw data
(bootloader) partition-size:spmfw_b: 100000
(bootloader) partition-type:spmfw_b: raw data
(bootloader) partition-size:md1img_b: c800000
(bootloader) partition-type:md1img_b: raw data
(bootloader) partition-size:hidden_b: 2a80000
(bootloader) partition-type:hidden_b: raw data
(bootloader) partition-size:systeminfo_b: 100000
(bootloader) partition-type:systeminfo_b: raw data
(bootloader) partition-size:bakdata: 800000
(bootloader) partition-type:bakdata: raw data
(bootloader) partition-size:boot_para: 1a00000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: 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-size:tee_a: 500000
(bootloader) partition-type:tee_a: raw data
(bootloader) partition-size:dtbo_a: 800000
(bootloader) partition-type:dtbo_a: raw data
(bootloader) partition-size:vendor_boot_a: 4000000
(bootloader) partition-type:vendor_boot_a: raw data
(bootloader) partition-size:boot_a: 2800000
(bootloader) partition-type:boot_a: raw data
(bootloader) partition-size:lk_a: 200000
(bootloader) partition-type:lk_a: raw data
(bootloader) partition-size:gz_a: 2000000
(bootloader) partition-type:gz_a: raw data
(bootloader) partition-size:mcupm_a: 100000
(bootloader) partition-type:mcupm_a: raw data
(bootloader) partition-size:sspm_a: 100000
(bootloader) partition-type:sspm_a: raw data
(bootloader) partition-size:scp_a: 600000
(bootloader) partition-type:scp_a: raw data
(bootloader) partition-size:dpm_a: 400000
(bootloader) partition-type:dpm_a: raw data
(bootloader) partition-sizei_img_a: 100000
(bootloader) partition-typei_img_a: raw data
(bootloader) partition-size:spmfw_a: 100000
(bootloader) partition-type:spmfw_a: raw data
(bootloader) partition-size:md1img_a: c800000
(bootloader) partition-type:md1img_a: raw data
(bootloader) partition-size:hidden_a: 28c0000
(bootloader) partition-type:hidden_a: raw data
(bootloader) partition-size:systeminfo_a: 100000
(bootloader) partition-type:systeminfo_a: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:elabel: 1000000
(bootloader) partition-type:elabel: raw data
(bootloader) partition-size:sutinfo: 20000
(bootloader) partition-type:sutinfo: raw data
(bootloader) partition-size:logbk: 200000
(bootloader) partition-type:logbk: raw data
(bootloader) partition-size:mfd: 20000
(bootloader) partition-type:mfd: raw data
(bootloader) partition-size:deviceinfo: 100000
(bootloader) partition-type:deviceinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: 800000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: 800000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-sizeersist: 35f8000
(bootloader) partition-typeersist: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:vbmeta_vendor_b: 800000
(bootloader) partition-type:vbmeta_vendor_b: raw data
(bootloader) partition-size:vbmeta_system_b: 800000
(bootloader) partition-type:vbmeta_system_b: raw data
(bootloader) partition-size:vbmeta_b: 800000
(bootloader) partition-type:vbmeta_b: raw data
(bootloader) partition-size:vbmeta_vendor_a: 800000
(bootloader) partition-type:vbmeta_vendor_a: raw data
(bootloader) partition-size:vbmeta_system_a: 800000
(bootloader) partition-type:vbmeta_system_a: raw data
(bootloader) partition-size:vbmeta_a: 800000
(bootloader) partition-type:vbmeta_a: 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: 2800000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:misc: 80000
(bootloader) partition-type:misc: raw data
(bootloader) partition-sizegpt: 8000
(bootloader) partition-typegpt: raw data
(bootloader) partition-sizereloader_b: 80000
(bootloader) partition-typereloader_b: raw data
(bootloader) partition-sizereloader_a: 80000
(bootloader) partition-typereloader_a: raw data
(bootloader) partition-sizereloader: 80000
(bootloader) partition-typereloader: raw data
(bootloader) serialno: FLCH10001B042459
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: k6833v1_64
(bootloader) is-userspace: no
(bootloader) slot-retry-count:b: 7
(bootloader) slot-retry-count:a: 1
(bootloader) slot-unbootable:b: no
(bootloader) slot-unbootable:a: no
(bootloader) slot-successful:b: yes
(bootloader) slot-successful:a: yes
(bootloader) slot-count: 2
(bootloader) current-slot: a
(bootloader) has-slot:sgpt: no
(bootloader) has-slot:flashinfo: no
(bootloader) has-slot:userdata: no
(bootloader) has-slot:super: no
(bootloader) has-slot:bakdata: no
(bootloader) has-slot:boot_para: no
(bootloader) has-slot:nvram: no
(bootloader) has-slot:efuse: no
(bootloader) has-slotroinfo: no
(bootloader) has-slot:sec1: no
(bootloader) has-slot:tee: yes
(bootloader) has-slot:dtbo: yes
(bootloader) has-slot:vendor_boot: yes
(bootloader) has-slot:boot: yes
(bootloader) has-slot:lk: yes
(bootloader) has-slot:gz: yes
(bootloader) has-slot:mcupm: yes
(bootloader) has-slot:sspm: yes
(bootloader) has-slot:scp: yes
(bootloader) has-slot:dpm: yes
(bootloader) has-sloti_img: yes
(bootloader) has-slot:spmfw: yes
(bootloader) has-slot:md1img: yes
(bootloader) has-slot:hidden: yes
(bootloader) has-slot:systeminfo: yes
(bootloader) has-slot:logo: no
(bootloader) has-slot:elabel: no
(bootloader) has-slot:sutinfo: no
(bootloader) has-slot:logbk: no
(bootloader) has-slot:mfd: no
(bootloader) has-slot:deviceinfo: no
(bootloader) has-slottp: no
(bootloader) has-slot:seccfg: no
(bootloader) has-slotrotect2: no
(bootloader) has-slotrotect1: no
(bootloader) has-slotersist: no
(bootloader) has-slot:metadata: no
(bootloader) has-slot:vbmeta_vendor: yes
(bootloader) has-slot:vbmeta_system: yes
(bootloader) has-slot:vbmeta: yes
(bootloader) has-slot:nvdata: no
(bootloader) has-slot:nvcfg: no
(bootloader) has-slot:frp: no
(bootloader) has-slot:expdb: no
(bootloader) has-slotara: no
(bootloader) has-slot:misc: no
(bootloader) has-slotgpt: no
(bootloader) has-slotreloader: yes
(bootloader) version-baseband: MOLY.NR15.R3.MP.V21.5.T48
(bootloader) version-bootloader: k6833v1_64-dc9d0c75-20210927095158-2022
(bootloader) version-preloader:
all: Done!!
Finished. Total time: 0.019s
Spoiler: FastbootD
(bootloader) cpu-abi:arm64-v8a
(bootloader) snapshot-update-status:none
(bootloader) super-partition-name:super
(bootloader) is-logicalreloader_raw_b:no
(bootloader) is-logicalreloader_raw_a:no
(bootloader) is-logical:userdata:no
(bootloader) is-logical:vendor_boot_a:no
(bootloader) is-logical:vendor_boot_b:no
(bootloader) is-logical:misc:no
(bootloader) is-logicalara:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:mmcblk0:no
(bootloader) is-logical:super:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:metadata:no
(bootloader) is-logicalroduct_a:yes
(bootloader) is-logicalroduct_b:yes
(bootloader) is-logical:vendor_a:yes
(bootloader) is-logical:vendor_b:yes
(bootloader) is-logical:system_a:yes
(bootloader) is-logical:system_b:yes
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:0
(bootloader) off-mode-charge:0
(bootloader) treble-enabled:true
(bootloader) is-userspace:yes
(bootloader) partition-sizereloader_raw_b:0x3FF000
(bootloader) partition-sizereloader_raw_a:0x3FF000
(bootloader) partition-size:userdata:0xCF5FF8000
(bootloader) partition-size:vendor_boot_a:0x4000000
(bootloader) partition-size:vendor_boot_b:0x4000000
(bootloader) partition-size:misc:0x80000
(bootloader) partition-sizeara:0x80000
(bootloader) partition-size:boot_b:0x2800000
(bootloader) partition-size:mmcblk0:0xE67800000
(bootloader) partition-size:super:0x120000000
(bootloader) partition-size:boot_a:0x2800000
(bootloader) partition-size:metadata:0x2000000
(bootloader) partition-sizeroduct_a:0x8398E000
(bootloader) partition-sizeroduct_b:0x0
(bootloader) partition-size:vendor_a:0x207D4000
(bootloader) partition-size:vendor_b:0x0
(bootloader) partition-size:system_a:0x4DA32000
(bootloader) partition-size:system_b:0x7FA4000
(bootloader) version-vndk:30
(bootloader) partition-typereloader_raw_b:raw
(bootloader) partition-typereloader_raw_a:raw
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-typeara:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:mmcblk0:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-typeroduct_a:raw
(bootloader) partition-typeroduct_b:raw
(bootloader) partition-type:vendor_a:raw
(bootloader) partition-type:vendor_b:raw
(bootloader) partition-type:system_a:raw
(bootloader) partition-type:system_b:raw
(bootloader) has-slotreloader_raw:yes
(bootloader) has-slot:userdata:no
(bootloader) has-slot:vendor_boot:yes
(bootloader) has-slot:misc:no
(bootloader) has-slotara:no
(bootloader) has-slot:boot:yes
(bootloader) has-slot:mmcblk0:no
(bootloader) has-slot:super:no
(bootloader) has-slot:metadata:no
(bootloader) has-slotroduct:yes
(bootloader) has-slot:vendor:yes
(bootloader) has-slot:system:yes
(bootloader) security-patch-level:2021-10-05
(bootloader) vendor-fingerprint:Cricket/EC211001/EC211001:11/RP1A.200720.011/0CN0_1_09H:user/release-keys
(bootloader) hw-revision:0
(bootloader) current-slot:a
(bootloader) serialno:FLCH10001B042459
(bootloader) product:EC211001
(bootloader) version-os:11
(bootloader) first-api-level:30
(bootloader) slot-count:2
(bootloader) max-download-size:0x10000000
(bootloader) version:0.4
(bootloader) version-baseband:
(bootloader) secure:yes
(bootloader) variant:NA
(bootloader) dynamic-partition:true
(bootloader) system-fingerprint:Cricket/EC211001/EC211001:11/RP1A.200720.011/0CN0_1_09H:user/release-keys
(bootloader) version-bootloader:unknown
(bootloader) unlocked:yes
all:
Finished. Total time: 0.235s
Click to expand...
Click to collapse
Edit your Spoiler and erase IMEI number.
Code:
(bootloader) imei_1:
I'll look the logs after..... Good tester!

lopestom said:
Edit your Spoiler and erase IMEI number.
Code:
(bootloader) imei_1:
I'll look the logs after..... Good tester!
Click to expand...
Click to collapse
Woops! Didn't even see that. thanks for pointing it out

Welkwo said:
Woops! Didn't even see that. thanks for pointing it out
Click to expand...
Click to collapse
Do you can write the steps for instaling TWRP test file?
Can you upload the TWRP from here?: https://forum.xda-developers.com/t/development-for-the-cricket-dream-5g.4414603/post-86766931
I need know some informations and compare with my compiled TWRP file. If you remember what device name is from that TWRP so good too.

lopestom said:
Do you can write the steps for instaling TWRP test file?
Can you upload the TWRP from here?: https://forum.xda-developers.com/t/development-for-the-cricket-dream-5g.4414603/post-86766931
I need know some informations and compare with my compiled TWRP file. If you remember what device name is from that TWRP so good too.
Click to expand...
Click to collapse
I flashed the Alpha and modded VBMeta from your post via normal Fastboot to boot_a (My active slot) and booted into recovery from Fastboot. However, I also attempted a normal boot which also kicked me off into the TWRP boot loop.
Here is the file to the ported TWRP that would boot but failed to recognize any partitions, I can't remember what device I ported from though (Newbie error)
Edit: Additional note, I've removed all device encryption

lopestom said:
Do you can write the steps for instaling TWRP test file?
Can you upload the TWRP from here?: https://forum.xda-developers.com/t/development-for-the-cricket-dream-5g.4414603/post-86766931
I need know some informations and compare with my compiled TWRP file. If you remember what device name is from that TWRP so good too.
Click to expand...
Click to collapse
Broke the image down and looked for traces of the old device info and bingo!
Android/omni_tilapia/tilapia:5.1.1/LYZ28N/30:eng/test-keys
Looks to be for the Nexus 7 (2012)

Related

Cannot unlock bootloader - "Failed to get unlock data, please try again!"

Hi all,
Bought a Moto X Play recently and am now trying to unlock the bootloader. But all I get is this:
Code:
[email protected]:/home/devin/butyt# fastboot oem get_unlock_data
...
(bootloader) Failed to get unlock data, please try again!
FAILED (remote failure)
finished. total time: 0.262s
Funny enough, this worked before I sent it in for repair (the screen broke 3 weeks in, lovin' the quality).
Any ideas? I've scoured the internet for answers, no luck. The only thing I think could be an issue is my CID. It's set as 0x0000, but I think it should be 0x000D (14), cause that's what matched my software version. I
Thanks in advance for any help!
I'm on Koodo if that makes any difference.
Attached the fastboot getvar all output too:
Code:
[email protected]:/home/devin# fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8939-80.A7
(bootloader) product: lux
(bootloader) board: lux
(bootloader) secure: yes
(bootloader) hwrev: 0x82C0
(bootloader) radio: 0x8
(bootloader) emmc: 16GB Toshiba REV=07 PRV=00 TYPE=57
(bootloader) ram: 2048MB Samsung S8 SDRAM DIE=4Gb
(bootloader) cpu: MSM8939
(bootloader) serialno: ZY2223NXM4
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: 6CFD2A0300000000000000000000
(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: 358966060470135
(bootloader) meid:
(bootloader) date: 08-05-2015
(bootloader) sku: XT1563
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Wed Oct 14 22:22: 8 UTC 2015"
(bootloader) ro.build.fingerprint[0]: motorola/lux_retca/lux:5.1.1/LPD23
(bootloader) ro.build.fingerprint[1]: .118-10/19:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.23.21.10.lux_retca.r
(bootloader) ro.build.version.full[1]: etca.en.CA
(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: M8936_2020613.22.03.21.33R LUX_TELUS_CUST
(bootloader) kernel.version[0]: Linux version 3.10.49-g6d623da (hudsoncm
(bootloader) kernel.version[1]: @ilclbld72) (gcc version 4.8 (GCC) ) #1
(bootloader) kernel.version[2]: SMP PREEMPT Wed Jul 15 23:32:54 CDT 2015
(bootloader) sbl1.git: git=MBM-NG-V80.A7-0-g258354b
(bootloader) rpm.git: git=MBM-NG-V80.A7-0-g1711773
(bootloader) tz.git: git=MBM-NG-V80.A7-0-gc8009b9
(bootloader) hyp.git: git=MBM-NG-V80.A7-0-gc8009b9
(bootloader) aboot.git: git=MBM-NG-V80.A7-0-gb550fb9
(bootloader) partition-type:modem: raw
(bootloader) partition-type:sbl1: raw
(bootloader) partition-type:DDR: 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-type:padA: 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-type:padB: 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-type:persist: raw
(bootloader) partition-type:kpan: raw
(bootloader) partition-type:boot: raw
(bootloader) partition-type:recovery: raw
(bootloader) partition-type:ssd: raw
(bootloader) partition-type:padC: raw
(bootloader) partition-type:sp: raw
(bootloader) partition-type:keystore: raw
(bootloader) partition-type:customize: raw
(bootloader) partition-type:oem: raw
(bootloader) partition-type:carrier: ext4
(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-size:DDR: 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-size:padA: 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-size:padB: 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: 0x0000000000180000
(bootloader) partition-size:fsc: 0x0000000000000400
(bootloader) partition-size:cid: 0x0000000000020000
(bootloader) partition-size:metadata: 0x0000000000080000
(bootloader) partition-size:logo: 0x0000000000600000
(bootloader) partition-size:clogo: 0x0000000000600000
(bootloader) partition-size:persist: 0x0000000000800000
(bootloader) partition-size:kpan: 0x0000000000800000
(bootloader) partition-size:boot: 0x0000000002000000
(bootloader) partition-size:recovery: 0x0000000001ffc000
(bootloader) partition-size:ssd: 0x0000000000002000
(bootloader) partition-size:padC: 0x000000000061e000
(bootloader) partition-size:sp: 0x0000000000800000
(bootloader) partition-size:keystore: 0x0000000000800000
(bootloader) partition-size:customize: 0x0000000002000000
(bootloader) partition-size:oem: 0x0000000001000000
(bootloader) partition-size:carrier: 0x0000000001000000
(bootloader) partition-size:cache: 0x0000000030000000
(bootloader) partition-size:system: 0x00000000aa000000
(bootloader) partition-size:userdata: 0x00000002c03e0000
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (0)
(bootloader) ro.carrier: unknown
all: listed above
Did you enable the "Enable OEM Unlocking" checkbox in developer options?
Devhux said:
Did you enable the "Enable OEM Unlocking" checkbox in developer options?
Click to expand...
Click to collapse
Sure did! I thought that only pertained to actually unlocking it anyway?
What OS are you using on the laptop?
Why does the first code when you tried to get unlock data have butyt# in it but the second code for getvar doesn't? Just asking not saying that its wrong. I'm referring to first line with [email protected] in it and comparing the two.
---------- Post added at 10:57 AM ---------- Previous post was at 10:57 AM ----------
What OS are you using on the laptop?
Why does the first code when you tried to get unlock data have butyt# in it but the second code for getvar doesn't? Just asking not saying that its wrong. I'm referring to first line with [email protected] in it and comparing the two.
Tim3tripp3r said:
What OS are you using on the laptop?
Why does the first code when you tried to get unlock data have butyt# in it but the second code for getvar doesn't? Just asking not saying that its wrong. I'm referring to first line with [email protected] in it and comparing the two.
---------- Post added at 10:57 AM ---------- Previous post was at 10:57 AM ----------
What OS are you using on the laptop?
Why does the first code when you tried to get unlock data have butyt# in it but the second code for getvar doesn't? Just asking not saying that its wrong. I'm referring to first line with [email protected] in it and comparing the two.
Click to expand...
Click to collapse
Laptop is running Ubuntu 12.04 I think. I must have just switched directories, ADB is installed globally on that machine so I can run it wherever.
Before you ask, yes I've tried running in on another machine (Windows 10 Pro x64 if that matters).
Wipeout55 said:
Hi all,
Bought a Moto X Play recently and am now trying to unlock the bootloader. But all I get is this:
Code:
[email protected]:/home/devin/butyt# fastboot oem get_unlock_data
...
(bootloader) Failed to get unlock data, please try again!
FAILED (remote failure)
finished. total time: 0.262s
Funny enough, this worked before I sent it in for repair (the screen broke 3 weeks in, lovin' the quality).
Any ideas? I've scoured the internet for answers, no luck. The only thing I think could be an issue is my CID. It's set as 0x0000, but I think it should be 0x000D (14), cause that's what matched my software version. I
Thanks in advance for any help!
I'm on Koodo if that makes any difference.
Attached the fastboot getvar all output too:
Code:
[email protected]:/home/devin# fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8939-80.A7
(bootloader) product: lux
(bootloader) board: lux
(bootloader) secure: yes
(bootloader) hwrev: 0x82C0
(bootloader) radio: 0x8
(bootloader) emmc: 16GB Toshiba REV=07 PRV=00 TYPE=57
(bootloader) ram: 2048MB Samsung S8 SDRAM DIE=4Gb
(bootloader) cpu: MSM8939
(bootloader) serialno: ZY2223NXM4
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: 6CFD2A0300000000000000000000
(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: 358966060470135
(bootloader) meid:
(bootloader) date: 08-05-2015
(bootloader) sku: XT1563
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Wed Oct 14 22:22: 8 UTC 2015"
(bootloader) ro.build.fingerprint[0]: motorola/lux_retca/lux:5.1.1/LPD23
(bootloader) ro.build.fingerprint[1]: .118-10/19:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.23.21.10.lux_retca.r
(bootloader) ro.build.version.full[1]: etca.en.CA
(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: M8936_2020613.22.03.21.33R LUX_TELUS_CUST
(bootloader) kernel.version[0]: Linux version 3.10.49-g6d623da (hudsoncm
(bootloader) kernel.version[1]: @ilclbld72) (gcc version 4.8 (GCC) ) #1
(bootloader) kernel.version[2]: SMP PREEMPT Wed Jul 15 23:32:54 CDT 2015
(bootloader) sbl1.git: git=MBM-NG-V80.A7-0-g258354b
(bootloader) rpm.git: git=MBM-NG-V80.A7-0-g1711773
(bootloader) tz.git: git=MBM-NG-V80.A7-0-gc8009b9
(bootloader) hyp.git: git=MBM-NG-V80.A7-0-gc8009b9
(bootloader) aboot.git: git=MBM-NG-V80.A7-0-gb550fb9
(bootloader) partition-type:modem: raw
(bootloader) partition-type:sbl1: raw
(bootloader) partition-type:DDR: 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-type:padA: 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-type:padB: 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-type:persist: raw
(bootloader) partition-type:kpan: raw
(bootloader) partition-type:boot: raw
(bootloader) partition-type:recovery: raw
(bootloader) partition-type:ssd: raw
(bootloader) partition-type:padC: raw
(bootloader) partition-type:sp: raw
(bootloader) partition-type:keystore: raw
(bootloader) partition-type:customize: raw
(bootloader) partition-type:oem: raw
(bootloader) partition-type:carrier: ext4
(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-size:DDR: 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-size:padA: 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-size:padB: 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: 0x0000000000180000
(bootloader) partition-size:fsc: 0x0000000000000400
(bootloader) partition-size:cid: 0x0000000000020000
(bootloader) partition-size:metadata: 0x0000000000080000
(bootloader) partition-size:logo: 0x0000000000600000
(bootloader) partition-size:clogo: 0x0000000000600000
(bootloader) partition-size:persist: 0x0000000000800000
(bootloader) partition-size:kpan: 0x0000000000800000
(bootloader) partition-size:boot: 0x0000000002000000
(bootloader) partition-size:recovery: 0x0000000001ffc000
(bootloader) partition-size:ssd: 0x0000000000002000
(bootloader) partition-size:padC: 0x000000000061e000
(bootloader) partition-size:sp: 0x0000000000800000
(bootloader) partition-size:keystore: 0x0000000000800000
(bootloader) partition-size:customize: 0x0000000002000000
(bootloader) partition-size:oem: 0x0000000001000000
(bootloader) partition-size:carrier: 0x0000000001000000
(bootloader) partition-size:cache: 0x0000000030000000
(bootloader) partition-size:system: 0x00000000aa000000
(bootloader) partition-size:userdata: 0x00000002c03e0000
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (0)
(bootloader) ro.carrier: unknown
all: listed above
Click to expand...
Click to collapse
hello friend, you had the solution?'m also having the same problem when it came to the assistance, when I try to get the numbers to unlock the message, Could Not get unlock date,https://drive.google.com/file/d/0B7C0PrsBvY69b3NEa3VybkNhRG8/view?usp=sharing
---------- Post added at 03:16 PM ---------- Previous post was at 03:14 PM ----------
hello friend, you had the solution?'m also having the same problem when it came to the assistance, when I try to get the numbers to unlock the message, Could Not get unlock date,https://drive.google.com/file/d/0B7C0PrsBvY69b3NEa3VybkNhRG8/view?usp=sharing
Wipeout55 said:
Hi all,
Bought a Moto X Play recently and am now trying to unlock the bootloader.
Click to expand...
Click to collapse
Install the motorola drivers properly.
here
Sid.X said:
Install the motorola drivers properly.
here
Click to expand...
Click to collapse
I have installed the Motorola drivers. adb and fastboot run . However, getting the message: failed to get unlock data
pls help
did you found a solution?
No, I thought that it is a special problem of my device. So I decided to buy an another phone. I didn't buy a Moto X Play again.
My Moto was a product from the Amazon warehouse. I think that someone had made mistakes by trying to flash the device, before I bought it.
Wipeout55 said:
Hi all,
Bought a Moto X Play recently and am now trying to unlock the bootloader. But all I get is this:
Code:
[email protected]:/home/devin/butyt# fastboot oem get_unlock_data
...
(bootloader) Failed to get unlock data, please try again!
FAILED (remote failure)
finished. total time: 0.262s
Funny enough, this worked before I sent it in for repair (the screen broke 3 weeks in, lovin' the quality).
Any ideas? I've scoured the internet for answers, no luck. The only thing I think could be an issue is my CID. It's set as 0x0000, but I think it should be 0x000D (14), cause that's what matched my software version. I
Thanks in advance for any help!
I'm on Koodo if that makes any difference.
Attached the fastboot getvar all output too:
Code:
[email protected]:/home/devin# fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8939-80.A7
(bootloader) product: lux
(bootloader) board: lux
(bootloader) secure: yes
(bootloader) hwrev: 0x82C0
(bootloader) radio: 0x8
(bootloader) emmc: 16GB Toshiba REV=07 PRV=00 TYPE=57
(bootloader) ram: 2048MB Samsung S8 SDRAM DIE=4Gb
(bootloader) cpu: MSM8939
(bootloader) serialno: ZY2223NXM4
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: 6CFD2A0300000000000000000000
(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: 358966060470135
(bootloader) meid:
(bootloader) date: 08-05-2015
(bootloader) sku: XT1563
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Wed Oct 14 22:22: 8 UTC 2015"
(bootloader) ro.build.fingerprint[0]: motorola/lux_retca/lux:5.1.1/LPD23
(bootloader) ro.build.fingerprint[1]: .118-10/19:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.23.21.10.lux_retca.r
(bootloader) ro.build.version.full[1]: etca.en.CA
(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: M8936_2020613.22.03.21.33R LUX_TELUS_CUST
(bootloader) kernel.version[0]: Linux version 3.10.49-g6d623da (hudsoncm
(bootloader) kernel.version[1]: @ilclbld72) (gcc version 4.8 (GCC) ) #1
(bootloader) kernel.version[2]: SMP PREEMPT Wed Jul 15 23:32:54 CDT 2015
(bootloader) sbl1.git: git=MBM-NG-V80.A7-0-g258354b
(bootloader) rpm.git: git=MBM-NG-V80.A7-0-g1711773
(bootloader) tz.git: git=MBM-NG-V80.A7-0-gc8009b9
(bootloader) hyp.git: git=MBM-NG-V80.A7-0-gc8009b9
(bootloader) aboot.git: git=MBM-NG-V80.A7-0-gb550fb9
(bootloader) partition-type:modem: raw
(bootloader) partition-type:sbl1: raw
(bootloader) partition-type:DDR: 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-type:padA: 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-type:padB: 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-type:persist: raw
(bootloader) partition-type:kpan: raw
(bootloader) partition-type:boot: raw
(bootloader) partition-type:recovery: raw
(bootloader) partition-type:ssd: raw
(bootloader) partition-type:padC: raw
(bootloader) partition-type:sp: raw
(bootloader) partition-type:keystore: raw
(bootloader) partition-type:customize: raw
(bootloader) partition-type:oem: raw
(bootloader) partition-type:carrier: ext4
(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-size:DDR: 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-size:padA: 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-size:padB: 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: 0x0000000000180000
(bootloader) partition-size:fsc: 0x0000000000000400
(bootloader) partition-size:cid: 0x0000000000020000
(bootloader) partition-size:metadata: 0x0000000000080000
(bootloader) partition-size:logo: 0x0000000000600000
(bootloader) partition-size:clogo: 0x0000000000600000
(bootloader) partition-size:persist: 0x0000000000800000
(bootloader) partition-size:kpan: 0x0000000000800000
(bootloader) partition-size:boot: 0x0000000002000000
(bootloader) partition-size:recovery: 0x0000000001ffc000
(bootloader) partition-size:ssd: 0x0000000000002000
(bootloader) partition-size:padC: 0x000000000061e000
(bootloader) partition-size:sp: 0x0000000000800000
(bootloader) partition-size:keystore: 0x0000000000800000
(bootloader) partition-size:customize: 0x0000000002000000
(bootloader) partition-size:oem: 0x0000000001000000
(bootloader) partition-size:carrier: 0x0000000001000000
(bootloader) partition-size:cache: 0x0000000030000000
(bootloader) partition-size:system: 0x00000000aa000000
(bootloader) partition-size:userdata: 0x00000002c03e0000
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (0)
(bootloader) ro.carrier: unknown
all: listed above
Click to expand...
Click to collapse
Had rr rom, marshmallux, CM13 before I broke my screen. They have changed the everything not just the screen during service. Literally everything except the outer case. So, I have lost the older OS, unlocked bootloader, root. I want to root my phone again but I too facing the same issue that you have mentioned. Drivers installed(Windows system), OEM unlocking set to ON.
I have no idea about the CID, just for the info, I'm also having CID 0x0000.
Hopefully looking for the one who knows how to fix this.
I'm ready to give any more details if needed.
I'm still waiting! :/
Same problem here, can't get the code to unlock bootloader, CID is 0x0000 so it is unlockable.
I have same problem in my g4 play
---------- Post added at 05:38 AM ---------- Previous post was at 05:38 AM ----------
Is there any solution??
I have the same problem here,,any solution?
You Have cid 0000 . flash any latest rom you want ..
Haha it means your device is already unlocked. I know, I was surprised too.
So don't worry and just flash the TWRP.img and boot into recovery.

bootloader unlocking issue

Hi
i have moto x play xt1562
i have bootloader unlock key but i am facing a issue
when i send fastboot oem unlock command with unlock key i am face a error
fastboot oem lock currently disabled!
in developer option usb debbuging and oem unlocking are enabled
any solution?
sorry for my bad english
Hi post a pick of the phone's boot logs
You may want to check your option settings to be sure: USB debugging seems to uncheck itself on every boot.
Here is getvarall
C:\Users\gfh\Desktop\mfastboot-v2>mfastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8939-80.ED
(bootloader) product: lux
(bootloader) board: lux
(bootloader) secure: no
(bootloader) hwrev: 0x82C0
(bootloader) radio: 0x4
(bootloader) emmc: 16GB Toshiba REV=07 PRV=00 TYPE=57
(bootloader) ram: 2048MB Samsung S8 SDRAM DIE=4Gb
(bootloader) cpu: MSM8939
(bootloader) serialno: NLUR360052
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: E4C8300100000000000000000000
(bootloader) unlocked: Not supported
(bootloader) securestate: Engineering
(bootloader) iswarrantyvoid: Not supported
(bootloader) mot_sst: 1
(bootloader) max-download-size: 268435456
(bootloader) reason: Volume down key pressed
(bootloader) imei: 358967060061759
(bootloader) meid:
(bootloader) date: 06-18-2015
(bootloader) sku: XT1562
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Sat Feb 4 14: 2:57 UTC 2017"
(bootloader) ro.build.fingerprint[0]: motorola/lux_retasia_ds/lux
(bootloader) ro.build.fingerprint[1]: 0.1/MPD24.107-52/38:user/re
(bootloader) ro.build.fingerprint[2]: eys
(bootloader) ro.build.version.full[0]: Blur_Version.24.61.52.lux_
(bootloader) ro.build.version.full[1]: _ds.retasiaall.en.03
(bootloader) ro.build.version.qcom[0]: AU_LINUX_ANDROID_LA.BR.1.1
(bootloader) ro.build.version.qcom[1]: 05.01.00.032.015
(bootloader) version-baseband[0]: M8936_2020632.44.03.21.57R LUX_
(bootloader) version-baseband[1]: DS_CUST
(bootloader) kernel.version[0]: Linux version 3.10.49-gf0dab7f (h
(bootloader) kernel.version[1]: @ilclbld106) (gcc version 4.8 (GC
(bootloader) kernel.version[2]: SMP PREEMPT Fri Feb 19 18:02:03
(bootloader) kernel.version[3]: 6
(bootloader) sbl1.git: git=MBM-NG-V80.ED-0-g7abea31
(bootloader) rpm.git: git=MBM-NG-V80.ED-0-g932f716
(bootloader) tz.git: git=MBM-NG-V80.ED-0-g2649adf
(bootloader) hyp.git: git=MBM-NG-V80.ED-0-g2649adf
(bootloader) aboot.git: git=MBM-NG-V80.ED-0-g6e42a5a
(bootloader) partition-type:modem: raw
(bootloader) partition-type:sbl1: raw
(bootloader) partition-typeSmiley Very HappyDR: 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-typeSmiley TongueadA: 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-typeSmiley TongueadB: 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-typeSmiley Tongueersist: raw
(bootloader) partition-type:kpan: raw
(bootloader) partition-type:boot: raw
(bootloader) partition-type:recovery: raw
(bootloader) partition-type:ssd: raw
(bootloader) partition-typeSmiley TongueadC: raw
(bootloader) partition-type:sp: raw
(bootloader) partition-type:keystore: raw
(bootloader) partition-type:customize: raw
(bootloader) partition-typeSmiley Surprisedem: raw
(bootloader) partition-type:carrier: ext4
(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-sizeSmiley Very HappyDR: 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-sizeSmiley TongueadA: 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-sizeSmiley TongueadB: 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: 0x0000000000180000
(bootloader) partition-size:fsc: 0x0000000000000400
(bootloader) partition-size:cid: 0x0000000000020000
(bootloader) partition-size:metadata: 0x0000000000080000
(bootloader) partition-size:logo: 0x0000000000600000
(bootloader) partition-size:clogo: 0x0000000000600000
(bootloader) partition-sizeSmiley Tongueersist: 0x0000000000800000
(bootloader) partition-size:kpan: 0x0000000000800000
(bootloader) partition-size:boot: 0x0000000002000000
(bootloader) partition-size:recovery: 0x0000000001ffc000
(bootloader) partition-size:ssd: 0x0000000000002000
(bootloader) partition-sizeSmiley TongueadC: 0x000000000061e000
(bootloader) partition-size:sp: 0x0000000000800000
(bootloader) partition-size:keystore: 0x0000000000800000
(bootloader) partition-size:customize: 0x0000000002000000
(bootloader) partition-sizeSmiley Surprisedem: 0x0000000001000000
(bootloader) partition-size:carrier: 0x0000000001000000
(bootloader) partition-size:cache: 0x0000000030000000
(bootloader) partition-size:system: 0x00000000aa000000
(bootloader) partition-size:userdata: 0x00000002403e0000
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (75)
(bootloader) ro.carrier: unknown
all: listed above
finished. total time: 0.249s
Usb debugging and oem unlocking options are not disabled automatically on boot
Every thing is fine mobile is working good but i m not understand why bootloader is not unlock
Device is ENGINEERING
i think this the actual problem for unlocking bootloader
any solution i am waiting for reply thanks
hurairaahmad said:
Device is ENGINEERING
i think this the actual problem for unlocking bootloader
any solution i am waiting for reply thanks
Click to expand...
Click to collapse
bizarre, if Engineering mode, may be you are already unlocked, have you tried to flash twrp ?
fablebreton no its not possible to unlock bootloader on Engineering software build
i need to get out Engineering software on device
have any way to disable Engineering mode?
hurairaahmad said:
Device is ENGINEERING
i think this the actual problem for unlocking bootloader
any solution i am waiting for reply thanks
Click to expand...
Click to collapse
Engineering mode has nothing to do with unlocking bootloader.
what is the solution?
Hello, how did you set the engineering mode on your moto x play xt1562? I have the same phone, I tried with the codes but without success. I need to change the imei of my sim slot2 from 0 to something else, for ex the imei of the first slot (that is not working) in order to be able to use calls and sms

How to unlock bootloader and flash custom recovery with adb commands

Hi friend
1)first connect your mobile to pc in fastboot mode
2)first install adb drivers
3)open that adb folder and type ctrl+shift+left click on it
4)type Fastboot oem unlock for unlocking bootloader remember to take a backup first
5)copy twrp.img file to your adb folder and type fastboot flash recovery twrp.img
6)install it will install twrp for reboot type reboot bootloader
Problem in getting unlock data
I can't locate my cid in getvar all logs:
C:\adb>fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-sizeSmiley Surprisedtp: 2b00000
(bootloader) partition-typeSmiley Surprisedtp: 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: 60000000
(bootloader) partition-type:system: ext4
(bootloader) partition-sizeSmiley Tonguereload: 7c80000
(bootloader) partition-typeSmiley Tonguereload: raw data
(bootloader) partition-size:metadata: 2000000
(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:efuse: 80000
(bootloader) partition-type:efuse: raw data
(bootloader) partition-sizeSmiley Tongueersist: 3000000
(bootloader) partition-typeSmiley Tongueersist: ext4
(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-sizeSmiley Surprisedemkeystore: 200000
(bootloader) partition-typeSmiley Surprisedemkeystore: 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-sizeSmiley Tongueara: 80000
(bootloader) partition-typeSmiley Tongueara: raw data
(bootloader) partition-size:lk: 80000
(bootloader) partition-type:lk: raw data
(bootloader) partition-sizeSmiley Tonguerotect2: a00000
(bootloader) partition-typeSmiley Tonguerotect2: ext4
(bootloader) partition-sizeSmiley Tonguerotect1: a00000
(bootloader) partition-typeSmiley Tonguerotect1: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-sizeSmiley Tongueroinfo: 300000
(bootloader) partition-typeSmiley Tongueroinfo: raw data
(bootloader) partition-sizeSmiley Tonguereloader: 40000
(bootloader) partition-typeSmiley Tonguereloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: TAIDO_ROW
(bootloader) version-preloader: 0.1.00
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.163s
My device is in Fastboot mode
But on running
C:\adb>fastboot oem get_unlock_data
...
FAILED (remote: unknown command)
finished. total time: 0.015s
It says failed.

meizu m2 note rooted bootloop after a display replacement

hi all, my meizu m2 note rooted cannot boot after a display replacement,
ever freeze in bootloop, sometimes for hours, sometimes for minutes and shutdown to powerup again itself and bootlooping again,
i've tryed to reset with volume up and power,
first choosing delete data with no results,
again choosing delete data and upgrade with the latest flyme global version ,
the process check the firmware in the sd card and after go to upgarde step,after that the phone restart again
but still in bootloop,... i don't know what can i do..
what can i do with fastboot?
it's possible the internal partition/disk is dameg?..and why after the screen replacement?
when i dismantled the phone the first step was removing the battery cable..
i have tryed to reinstall the broken display but the problems is the same..
before this problems the meizu go well, i have rooted the meizu years ago,i cannot remember wich flyme i have used until now..
if someone can help me with details and guide i really appreciate..
lsusb with the phone in bootloop show me this:
Bus 002 Device 036: ID 2a45:2008 Meizu Corp. MX Phone (MTP)
if i put the phone in fastboot mode lsusb showme this:
Bus 002 Device 048: ID 0bb4:0c01 HTC (High Tech Computer Corp.) Dream / ADP1 / G1 / Magic / Tattoo
if i put he phone in hard reset/upgrade mode lsusb showme this:
Bus 002 Device 051: ID 2a45:0001 Meizu Corp. MX Phone (BICR)
In fastboot mode:
HTML:
[QUOTE]lubuntu20:~$ fastboot getvar all
(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: 19000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: 60000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:metadata: 2640000
(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:custom: 20000000
(bootloader) partition-type:custom: ext4
(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-size:oemkeystore: 200000
(bootloader) partition-type:oemkeystore: 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: 1400000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:para: 300000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:lk: 80000
(bootloader) partition-type:lk: 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:rstinfo: 1400000
(bootloader) partition-type:rstinfo: raw data
(bootloader) partition-size:devinfo: 40000
(bootloader) partition-type:devinfo: raw data
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:proinfo: 700000
(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: MEIZU6753_65CN_L1
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.012s
[/QUOTE]

[Osprey] Could not mount data

Hi all,
I had a Moto G3 for more than a year now. Until May this year I used it with the stock ROM, then my bank stopped supporting Android 6...
I switched to @TheForce 's LOS 16, which worked well until now. Big up to him for maintaining the most recent and stable android for this phone!!!
The last weeks, I experienced several problems:
1. first, the proximity sensor didn't work anymore (works again after I cleaned the dust inside)
2. Then the speaker randomly stopped working. This is a known issue (bad contact between speaker and the board).
Since yesterday, my phone doesn't want to start antymore: it asks me for a password to start Android (I never encrypted anything). When entering my Pin/password, it tells me decyphering is good, but data is corrupt.
I tried to format, repair or wipe data in TWR, but nothing worked (unable to mount data, formatting data with f2fs never ended - I had to interrupt with power button after 2hours without progress).
Fastboot and TWRP work, but adb is impossible (device not found). When trying to format data via fastboot it tells me:
(Bootloader) slot-count: not found
(Bootloader) slot-suffixes: not found
(Bootloader) has-slot:data: not found
When trying to format data in another format with TWRP, it ends with an error on mmcblk0p42 (that corresponds to my data partition)...
I have a full adb backup, but can't restore it, as adb does not work...
How can I make the phone work again without worsening things?
And what might be the problem that caused the problem with the data partition firsthand? Hardware failure?
I now tried to repair with Rescue and Smart Assistant. First attempt took 1,5h to complete fastboot flash, then fastboot mode hang and rebooting but me in bootloop (failed to validate Recovery image).
I'm trying RSA rescue again, hoping that will work...
Thanks for your help, as I need my phone on Monday...
I tried a second time to rescue my phone with LMSA (like I already did one year ago when installing custom ROM). The procedure again took about 1h for flashing and the phone did non reboot but kept stuck on fastboot screen ( and is still detected in fastboot), even if RSA tells rescue is finished. Exactly like last time. Volume buttons do not respond. What should I reboot to via fastboot to finish the flashing process?
@sd_shadow would you have any idea what might have gone wrong (I started using RSA last year after reading your guide on this)?
Fastboot reboot system does not work.
Getvar looks like this (with phone still stuck on bootloader screen). Looks like there is nothing nymore on the partitions?!
Code:
C:\adb\Minimal ADB and Fastboot>fastboot getvar all
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8916-80.CF
(bootloader) product: osprey
(bootloader) board: osprey
(bootloader) secure: yes
(bootloader) hwrev: 0x82B0
(bootloader) radio: 0x4
(bootloader) emmc: 16GB Micron REV=07 PRV=10 TYPE=57
(bootloader) ram: 2048MB Elpida S8 SDRAM DIE=8Gb
(bootloader) cpu: MSM8916
(bootloader) serialno: ZY22343QJP
(bootloader) cid: 0x0007
(bootloader) channelid: 0x40
(bootloader) uid: 469B081700000000000000000000
(bootloader) unlocked: yes
(bootloader) securestate: unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) mot_sst: 3
(bootloader) max-download-size: 268435456
(bootloader) reason: Volume down key pressed
(bootloader) imei: (deleted for safety)
(bootloader) meid:
(bootloader) date: 12-07-2017
(bootloader) sku: XT1541
(bootloader) battid: SNN5965A
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Fri May 21 15:32:12 UTC 2021"
(bootloader) ro.build.fingerprint[0]: motorola/osprey_reteu/osprey_umts:
(bootloader) ro.build.fingerprint[1]: 6.0.1/MPIS24.107-55-2-17/14:user/r
(bootloader) ro.build.fingerprint[2]: elease-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.226.17.osprey_ret
(bootloader) ro.build.version.full[1]: eu.reteu.en.EU
(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_2020632.44.03.21.54.01R OSPREY_E
(bootloader) version-baseband[1]: MEA_CUST
(bootloader) kernel.version[0]: Linux version 3.10.49-g2e9678a (hudsoncm
(bootloader) kernel.version[1]: @ilclbld98) (gcc version 4.8 (GCC) ) #1
(bootloader) kernel.version[2]: SMP PREEMPT Thu Apr 6 10:26:52 CDT 2017
(bootloader) sbl1.git: sbl1.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) hyp.git: hyp.git
(bootloader) aboot.git: git=MBM-NG-V80.CF-0-g8bfe213
(bootloader) partition-type:modem: raw
(bootloader) partition-type:sbl1: raw
(bootloader) partition-type:DDR: 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-type:padA: 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-type:padB: 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-type:persist: raw
(bootloader) partition-type:kpan: raw
(bootloader) partition-type:boot: raw
(bootloader) partition-type:recovery: raw
(bootloader) partition-type:ssd: raw
(bootloader) partition-type:padC: raw
(bootloader) partition-type:sp: raw
(bootloader) partition-type:keystore: raw
(bootloader) partition-type:oem: 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-size:DDR: 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-size:padA: 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-size:padB: 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-size:persist: 0x0000000000800000
(bootloader) partition-size:kpan: 0x0000000000800000
(bootloader) partition-size:boot: 0x0000000001000000
(bootloader) partition-size:recovery: 0x0000000001019000
(bootloader) partition-size:ssd: 0x0000000000002000
(bootloader) partition-size:padC: 0x000000000087e000
(bootloader) partition-size:sp: 0x0000000000800000
(bootloader) partition-size:keystore: 0x0000000000800000
(bootloader) partition-size:oem: 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: 0x00000002fb3e0000
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier: reteu
all: listed above
finished. total time: 0.906s

Categories

Resources