Unable to boot - Android Q&A, Help & Troubleshooting

Good morning, I have an Q79 or H82 (both names are accepted) tablet and I'm unable to recover it after a reset, then, following the excellent tutorial found in this post:
https://forum.xda-developers.com/showthread.php?t=2277112
Click to expand...
Click to collapse
I get the following answers:
When I search for the fastboot devices, I see this:
Code:
C:\Users\vramirez\Desktop\Adb-fastboot>fastboot devices
mt6582_phone fastboot
When I look for the getvar all command, I see this:
Code:
C:\Users\vramirez\Desktop\Adb-fastboot>fastboot getvar all
(bootloader) partition-size:fat: 2b7380000
(bootloader) partition-type:fat: fat
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 7e00000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: 40000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:ebr2: 80000
(bootloader) partition-type:ebr2: raw data
(bootloader) partition-size:logo: 300000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:misc: 80000
(bootloader) partition-type:misc: raw data
(bootloader) partition-size:sec_ro: 600000
(bootloader) partition-type:sec_ro: ext4
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:uboot: 60000
(bootloader) partition-type:uboot: raw data
(bootloader) partition-size:seccfg: 20000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-size:protect_s: a00000
(bootloader) partition-type:protect_s: ext4
(bootloader) partition-size:protect_f: a00000
(bootloader) partition-type:protect_f: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:pro_info: 300000
(bootloader) partition-type:pro_info: raw data
(bootloader) partition-size:ebr1: 80000
(bootloader) partition-type:ebr1: raw data
(bootloader) partition-size:mbr: 80000
(bootloader) partition-type:mbr: raw data
(bootloader) partition-size:preloader: 1400000
(bootloader) partition-type:preloader: raw data
(bootloader) kernel: lk
(bootloader) product: P301_H82
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.164s
When I look for the mid and cid variables that doesn't appear in the getvar all command, I see this:
Code:
C:\Users\vramirez\Desktop\Adb-fastboot>fastboot getvar mid
mid:
finished. total time: 0.003s
C:\Users\vramirez\Desktop\Adb-fastboot>fastboot getvar cid
cid:
finished. total time: 0.003s
But, unforntunately when I look for and check the emmc, or try to erase the boot partition (the only commands that I tryed which has to be with modifying or looking for the OS and hardware)the command line puts tree suspensive dots "..." bellow the command it gets a lot of time stuck in the response of that command (until the battery of the tablet gets drained ) ant after that I get the error "unable to read...(too many links)". I've been rading and some people says that it has something to do with the cable (bad quality) but this is my second cable, and of course, when I try to recovery mode on the tablet it only shows the logo and after that the menu to select the boot mode desappears.
I'll be very grateful if any of you can help me, I'm new to develop android and I want to know as much as I can about it, and of course, to recover my tablet to use it in some projects.

Related

LG K120 - removing frp with fastboot

I found a LG K120 (LG Spree in US,LG K4 in Europe), after wiping it, in the setup process it asks me for the previous google acount (FRP).
After searching a lot of this model, none of the bypass google account solutions are valid.
I am trying now reinstalling the whole operating system via fastboot, but as the model is very new, there is no implementation (or at least, I'm not able to find it).
The only solution that comes to me is to wipe the frp partion, in HTC is located in /dev/block/bootdevice/by-name/frp, but I don't know which of the listed below is related with frp.
Code:
#fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: c800000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: 9a000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:nvdata: 2100000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:efuse: 80000
(bootloader) partition-type:efuse: raw data
(bootloader) partition-size:persist: 3000000
(bootloader) partition-type:persist: ext4
(bootloader) partition-size:factory: 1400000
(bootloader) partition-type:factory: raw data
(bootloader) partition-size:rct: 100000
(bootloader) partition-type:rct: raw data
(bootloader) partition-size:cust: 6400000
(bootloader) partition-type:cust: raw data
(bootloader) partition-size:lgfota: a00000
(bootloader) partition-type:lgfota: raw data
(bootloader) partition-size:persistent: 200000
(bootloader) partition-type:persistent: raw data
(bootloader) partition-size:mpt: 1600000
(bootloader) partition-type:mpt: raw data
(bootloader) partition-size:persist_lg: 800000
(bootloader) partition-type:persist_lg: raw data
(bootloader) partition-size:encrypt: 80000
(bootloader) partition-type:encrypt: raw data
(bootloader) partition-size:eksst: 80000
(bootloader) partition-type:eksst: raw data
(bootloader) partition-size:tee2: 500000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:keystore: 800000
(bootloader) partition-type:keystore: raw data
(bootloader) partition-size:secro: 600000
(bootloader) partition-type:secro: raw data
(bootloader) partition-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:lo_bak_go: 800000
(bootloader) partition-type:lo_bak_go: 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-size:para: 80000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:laf: 1000000
(bootloader) partition-type:laf: raw data
(bootloader) partition-size:lkbak: 80000
(bootloader) partition-type:lkbak: 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:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:ftm: 800000
(bootloader) partition-type:ftm: raw data
(bootloader) partition-size:misc2: 800000
(bootloader) partition-type:misc2: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: MUSE6735M_E1LTE_L
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.013s
¿Can anyone give me an idea?
Another problem than I am facing is when trying to erase a partition y get the following.
Code:
# fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
FAILED (remote: unknown command)
finished. total time: 0.002s
And the same answer with many other commands, it seems that LG has implemented a very reduced set of fastboot protocol commands.
To overcome this, flashing the partition with zero's file can do de job, that is my guess.
Thanks for your help.
Hi, I have the same issue here.
Do you or somebody has a solution to bypass the frp on a LG K4 K120 ?

Lenovo Tab 7 Essential (TB-7304F) root...

Hi all!
Did anyone managed to crack open this nut? Tried to google around but all i found is that the ADB method aint working...
Thanks in advance.
/Update
Had a bit of free time so i lunged into it. Installing ADB and fastbooot no prob, and it detects the phone. Reboot into fastboot mode ok, but 'fastboot oem unlock' and fastboot flasng unlock fails:
Code:
[email protected]:~/Downloads/platform-tools$ adb devices
List of devices attached
<serial> device
[email protected]:~/Downloads/platform-tools$ adb reboot bootloader
[email protected]:~/Downloads/platform-tools$ ./fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:userdata: 2b0b80000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1b000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: d3800000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:metadata: 2100000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:tee2: 500000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:para: 80000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 60000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 60000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:seccfg: 40000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-size:persist: 3000000
(bootloader) partition-type:persist: ext4
(bootloader) partition-size:protect2: a00000
(bootloader) partition-type:protect2: ext4
(bootloader) partition-size:protect1: a00000
(bootloader) partition-type:protect1: ext4
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: HQ8167_TB_N
(bootloader) version-preloader: 0.1.00
(bootloader) version: 0.5
all: Done!!
Finished. Total time: 0.004s
[email protected]:~/Downloads/platform-tools$ ./fastboot oem unlock
FAILED (remote: 'unknown command')
fastboot: error: Command failed
[email protected]:~/Downloads/platform-tools$ ./fastboot flashing unlock
FAILED (remote: 'unknown command'
I will keep on digging but it doesnt look promising....
Just stumbled upon this thread:
https://forums.lenovo.com/t5/Lenovo...blet-its-already-a-huge-slow-let/td-p/4432453
If lenovo really removed the option thats pretty pathetic.......
any hope for rooting lenovo tb-7340f. please help
I have flashed my lenovo tab 7 essential tb-7304f using sp flash tool with the official ROM file and within its recovery.img file in default.prop file that when it is flashing the oem is already locked and will only work if its bootloader is unlockable but all the adb commands have failed and nothing is working even it is unlockable. Plzz help.
Lenovo Tab 7304f
Which custom did you used to update your tablet

Vernee Thor Plus boot log analysis

Hello
I've been using Vernee Thor Plus with stock firmware for almost 2 years now. I have not applied OTA update, just regular app updates from Google Play. Then one evening it was impossible to accept incomming call, swiping the screen did not work. I tried browsing the menu, closing background applications (here touch+swiping did work). So I chosen Hard reset and since then phone is in bootloop. When pressing Power+VolumeUp on boot I get menu with 3 options:
recovery - behaves the same as normal boot: vernee logo for ~30 seconds and reboot. I know I'm supposed to see green robot when choosing recovery, no such thing happens
fastboot - this is the only working option, variable list below
normal boot - loops after showing logo for ~ 30 seconds
HTML:
[email protected]:~$ fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1a800000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:system: d0000000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:metadata: 2100000
(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: 12c00000
(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: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:para: 80000
(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:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: K19NTS_A
(bootloader) version-preloader: 0.1.00
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.005s
[email protected]:~$
I know my way around linux, I assumed there will be some file/partition inaccessible. So I opened the device and accessed its UART, boot log produced with
HTML:
fastboot oem p2u on && fastboot -c printk.disable_uart=0 continue
is here: bb67fad5eada1793f471b88f9aa8a993 @ gist.github.com/samunders-core
When buying I haven't planned any sort of tweaking/flashing, so I have no backup, neither data (no problem, just a few photos) nor firmware, therefore complete re-flashing is out of options as OTA is the only update available online. Still I have extracted boot.img file from official OTA (cannot post link), and flashed boot using SP Flash Tool. Nothing changed (wrt to bootloop/recovery doing nothing). I tried to flash modified logo just to confirm actual writes to flash are happening (notice locked bootloader in getvars), and yes, boot logo changed.
Log in gist @ github suggests instead of missing/corrupt file it's kernel panic? How can this happen with stock kernel?
Can anyone point me in right direction/otherwise help me? Thanks in advance, sam_
Solved: sort of
Replying to myself: bootloop is caused by malfunctioning I2C bus, phone is able to boot when
Code:
initcall_blacklist=mt_i2c_init
is appended to kernel commandline. Therefore new question: how to diagnose+repair I2C bus? Thanks, sam_
almost there...
Code:
initcall_blacklist=bl_pressure_init,mt_spi_init,fwupdate_func,bl229x_store_fwupdate,ap3xx6_init,alsps_init,bma_init,bma2x2_init,bq25896_init
makes phone almost usable. Battery is reported always on 1% capacity and doesn't charge, but touch screen and making phone calls works
most likely final
With
Code:
initcall_blacklist=mt_spi_init,fwupdate_func,bl229x_store_fwupdate,bma_init,bma2x2_init,alsps_init
on kernel commandline in lk.bin phone charges (albeit slow, even with stock charger), touchscreen, wifi, camera works. It's possible to make phone calls. Fingerprint reader, HW buttons, GPS and gyrosensor do not work.

Which partition should I flash with a treble image (sytem does not exist)

The phone is a Wiko Y81. Trying to install a treble image (Resurrection Remix) i tried using fastboot flash system system.img. Then an error appeared:
Sending sparse 'system' 1/9 (131068 KB) OKAY [ 3.621s]
Writing 'system' FAILED (remote: 'This partition doesn't exist')
fastboot: error: Command failed
When trying to list the partitions, executing fastboot getvar all I got this information:
Code:
(bootloader) max-download-size: 0x8000000
(bootloader) variant:
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x80000
(bootloader) hw-revision: ca01
(bootloader) battery-soc-ok: yes
(bootloader) battery-voltage: 4401mV
(bootloader) partition-size:sgpt: 4200
(bootloader) partition-type:sgpt: raw data
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:userdata: 65ecfbe00
(bootloader) partition-type:userdata: f2fs
(bootloader) partition-size:cache: 7000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:vbmeta: b84000
(bootloader) partition-type:vbmeta: raw data
(bootloader) partition-size:super: a247c000
(bootloader) partition-type:super: raw data
(bootloader) partition-size:carrier: a600000
(bootloader) partition-type:carrier: raw data
(bootloader) partition-size:tee2: 500000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:dtbo: 800000
(bootloader) partition-type:dtbo: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:boot: 2000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 100000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 100000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:gz2: 1000000
(bootloader) partition-type:gz2: raw data
(bootloader) partition-size:gz1: 1000000
(bootloader) partition-type:gz1: raw data
(bootloader) partition-size:sspm_2: 100000
(bootloader) partition-type:sspm_2: raw data
(bootloader) partition-size:sspm_1: 100000
(bootloader) partition-type:sspm_1: raw data
(bootloader) partition-size:scp2: 100000
(bootloader) partition-type:scp2: raw data
(bootloader) partition-size:scp1: 100000
(bootloader) partition-type:scp1: raw data
(bootloader) partition-size:spmfw: 100000
(bootloader) partition-type:spmfw: raw data
(bootloader) partition-size:md1img: 6400000
(bootloader) partition-type:md1img: raw data
(bootloader) partition-sizeroinfo: 300000
(bootloader) partition-typeroinfo: raw data
(bootloader) partition-size:sec1: 200000
(bootloader) partition-type:sec1: raw data
(bootloader) partition-sizeersist: 3000000
(bootloader) partition-typeersist: ext4
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: ade000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: 800000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:md_udc: 169a000
(bootloader) partition-type:md_udc: ext4
(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:vbmeta_vendor: 800000
(bootloader) partition-type:vbmeta_vendor: raw data
(bootloader) partition-size:vbmeta_system: 800000
(bootloader) partition-type:vbmeta_system: raw data
(bootloader) partition-size:expdb: 1400000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:recovery: 2000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot_para: 100000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-sizegpt: 8000
(bootloader) partition-typegpt: raw data
(bootloader) partition-sizereloader: 40000
(bootloader) partition-typereloader: raw data
(bootloader) serialno: <removed>
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: v680
(bootloader) is-userspace: no
(bootloader) slot-count: 0
(bootloader) version-baseband: MOLY.LR12A.R3.MP.V107.4.P4
(bootloader) version-bootloader: v680-7564e5daa7-20201228101717-20210126
(bootloader) version-preloader:
(bootloader) version: 0.5
Click to expand...
Click to collapse
Which partition should I flash with the treble image? (I tried with userdata but it got stuck in a bootloop and I had to reboot to recovery)
DisableGraphics said:
The phone is a Wiko Y81. Trying to install a treble image (Resurrection Remix) i tried using fastboot flash system system.img. Then an error appeared:
Sending sparse 'system' 1/9 (131068 KB) OKAY [ 3.621s]
Writing 'system' FAILED (remote: 'This partition doesn't exist')
fastboot: error: Command failed
When trying to list the partitions, executing fastboot getvar all I got this information:
(bootloader) max-download-size: 0x8000000
(bootloader) variant:
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x80000
(bootloader) hw-revision: ca01
(bootloader) battery-soc-ok: yes
(bootloader) battery-voltage: 4401mV
(bootloader) partition-size:sgpt: 4200
(bootloader) partition-type:sgpt: raw data
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-sizetp: 2b00000
(bootloader) partition-typetp: raw data
(bootloader) partition-size:userdata: 65ecfbe00
(bootloader) partition-type:userdata: f2fs
(bootloader) partition-size:cache: 7000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:vbmeta: b84000
(bootloader) partition-type:vbmeta: raw data
(bootloader) partition-size:super: a247c000
(bootloader) partition-type:super: raw data
(bootloader) partition-size:carrier: a600000
(bootloader) partition-type:carrier: raw data
(bootloader) partition-size:tee2: 500000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:dtbo: 800000
(bootloader) partition-type:dtbo: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:boot: 2000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 100000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 100000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:gz2: 1000000
(bootloader) partition-type:gz2: raw data
(bootloader) partition-size:gz1: 1000000
(bootloader) partition-type:gz1: raw data
(bootloader) partition-size:sspm_2: 100000
(bootloader) partition-type:sspm_2: raw data
(bootloader) partition-size:sspm_1: 100000
(bootloader) partition-type:sspm_1: raw data
(bootloader) partition-size:scp2: 100000
(bootloader) partition-type:scp2: raw data
(bootloader) partition-size:scp1: 100000
(bootloader) partition-type:scp1: raw data
(bootloader) partition-size:spmfw: 100000
(bootloader) partition-type:spmfw: raw data
(bootloader) partition-size:md1img: 6400000
(bootloader) partition-type:md1img: raw data
(bootloader) partition-sizeroinfo: 300000
(bootloader) partition-typeroinfo: raw data
(bootloader) partition-size:sec1: 200000
(bootloader) partition-type:sec1: raw data
(bootloader) partition-sizeersist: 3000000
(bootloader) partition-typeersist: ext4
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-sizerotect2: ade000
(bootloader) partition-typerotect2: ext4
(bootloader) partition-sizerotect1: 800000
(bootloader) partition-typerotect1: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:md_udc: 169a000
(bootloader) partition-type:md_udc: ext4
(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:vbmeta_vendor: 800000
(bootloader) partition-type:vbmeta_vendor: raw data
(bootloader) partition-size:vbmeta_system: 800000
(bootloader) partition-type:vbmeta_system: raw data
(bootloader) partition-size:expdb: 1400000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-sizeara: 80000
(bootloader) partition-typeara: raw data
(bootloader) partition-size:recovery: 2000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot_para: 100000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-sizegpt: 8000
(bootloader) partition-typegpt: raw data
(bootloader) partition-sizereloader: 40000
(bootloader) partition-typereloader: raw data
(bootloader) serialno: <removed>
(bootloader) off-mode-charge: 1
(bootloader) warranty: no
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) kernel: lk
(bootloader) product: v680
(bootloader) is-userspace: no
(bootloader) slot-count: 0
(bootloader) version-baseband: MOLY.LR12A.R3.MP.V107.4.P4
(bootloader) version-bootloader: v680-7564e5daa7-20201228101717-20210126
(bootloader) version-preloader:
(bootloader) version: 0.5
Which partition should I flash with the treble image? (I tried with userdata but it got stuck in a bootloop and I had to reboot to recovery)
Please do not mind the emojis. Those were put by theirselves. Substitute with "" and :eek with ":eek"
Click to expand...
Click to collapse
Use the Code option "</>" it's in "more option" next to the "insert table"
so you don't get the emojis, like this
Code:
(bootloader) partition-size:pgpt: 8000
(bootloader) partition-type:pgpt: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) serialno: <removed>
My guess is you have a supersystem partition
with dynamic partitions within the super partition
Click to expand...
Click to collapse
Code:
(bootloader) partition-size:super: a247c000
(bootloader) partition-type:super: raw data
but the real issue may be that your device uses the new fastbootd
relocated fastboot implementation from bootloader to user space
Click to expand...
Click to collapse
try
Code:
fastboot reboot fastboot
fastboot flash system system.img
fastboot -w
fastboot erase userdata (if this command doesn't work type fastboot reboot bootloader then fastboot erase userdata)
fastboot reboot
I forgot to add
To test if your device uses fastbootd
run this command in bootloader mode
Code:
fastboot getvar is-userspace
If it returns yes Your devices uses fastbootd
If no your device just uses bootloader/fastboot mode
tried with it but now it says
Code:
Invalid sparse file format at header magic (This line sometimes shows)
Resizing 'system' FAILED (remote: 'Not enough space to resize partition')
fastboot: error: Command failed
(There's a screen with fastbootd written)
I don't know if this is relevant, but I'm trying to load a android 9 image in an android 10 phone
I've gotten past that stage (deleting the product partition with fastboot delete-logical-partition product) but it keeps booting into bootloader mode
Found the solution: you have to flash the stock vbmeta.img. The problem is that i've flashed the blank one from google and Wiko doesn't give the ROMs for download.

Moto E6 Plus bootloader unlock problem

Hello all,
I am trying to root my Motorola Moto E6 Plus and this is my first time rooting an android device (I have been more in the iOS jailbreaking side since cydia was at the top of its game)
Here's what i've done:
-I have downloaded and installed the ADB Platform tools, ADB Drivers, Motorola Drivers etc
-I have enabled USB Debugging
-I have enabled OEM Unlocking
-I have disabled the lock screen password (If this does nothing, i did this because when i Jailbroken iOS before, a bunch of times i needed to disable the lock screen password.)
Phone Info:
-Version: 9.0 Pie
-RAM: 2GB
-Carrier: Unlocked
-Release Year: 2019
-CPU (According to GSMArena): ARM Cortex-A53
So here's the problem:
So i'm trying to unlock the bootloader to root the phone;
In fastboot mode, I type "fastboot oem get_unlock_data" (This is what the motorola site told me to do);
Upon pressing enter, both windows cmd and powershell (Even run as admin) instantly spit out:
Code:
FAILED (remote: 'unknown command')
Finished. Total time: 0.016s
When I type in "fastboot getvar all", it returns:
Code:
(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: 3942mV
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:otp: 2b00000
(bootloader) partition-type:otp: raw data
(bootloader) partition-size:userdata: 6507fbe00
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1b000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:vbmeta: c00000
(bootloader) partition-type:vbmeta: ext4
(bootloader) partition-size:system: 9c400000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:vendor: 19000000
(bootloader) partition-type:vendor: raw data
(bootloader) partition-size:tee2: b00000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:dtbo: 800000
(bootloader) partition-type:dtbo: raw data
(bootloader) partition-size:clogo: 800000
(bootloader) partition-type:clogo: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:boot: 2000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 100000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 100000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:nv_align2: 600000
(bootloader) partition-type:nv_align2: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:nv_align1: 700000
(bootloader) partition-type:nv_align1: raw data
(bootloader) partition-size:gz2: 1000000
(bootloader) partition-type:gz2: raw data
(bootloader) partition-size:gz1: 1000000
(bootloader) partition-type:gz1: raw data
(bootloader) partition-size:sspm_2: 100000
(bootloader) partition-type:sspm_2: raw data
(bootloader) partition-size:sspm_1: 100000
(bootloader) partition-type:sspm_1: raw data
(bootloader) partition-size:scp2: 100000
(bootloader) partition-type:scp2: raw data
(bootloader) partition-size:scp1: 100000
(bootloader) partition-type:scp1: raw data
(bootloader) partition-size:spmfw: 100000
(bootloader) partition-type:spmfw: raw data
(bootloader) partition-size:md1img: 6400000
(bootloader) partition-type:md1img: raw data
(bootloader) partition-size:misc2: 300000
(bootloader) partition-type:misc2: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size:sec1: 200000
(bootloader) partition-type:sec1: raw data
(bootloader) partition-size:persist: 3000000
(bootloader) partition-type:persist: ext4
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-size:protect2: 978000
(bootloader) partition-type:protect2: ext4
(bootloader) partition-size:protect1: 800000
(bootloader) partition-type:protect1: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:nvdata: 4000000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:nvcfg: 2000000
(bootloader) partition-type:nvcfg: ext4
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:expdb: 1400000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:para: 80000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:recovery: 2000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot_para: 100000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) serialno: ZY327GBVJN
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: p161m
(bootloader) slot-count: 0
(bootloader) version-baseband: MOLY.LR12A.R3.MP.V52.5.T0702
(bootloader) version-bootloader: p161m-f9dab44--20210710192326
(bootloader) version-preloader:
(bootloader) version: 0.5
all: Done!!
Finished. Total time: 2.414s
Sorry if what i provided is no help...
If you can help, it would be great!
Spoiler
ExoFox said:
Hello all,
I am trying to root my Motorola Moto E6 Plus and this is my first time rooting an android device (I have been more in the iOS jailbreaking side since cydia was at the top of its game)
Here's what i've done:
-I have downloaded and installed the ADB Platform tools, ADB Drivers, Motorola Drivers etc
-I have enabled USB Debugging
-I have enabled OEM Unlocking
-I have disabled the lock screen password (If this does nothing, i did this because when i Jailbroken iOS before, a bunch of times i needed to disable the lock screen password.)
Phone Info:
-Version: 9.0 Pie
-RAM: 2GB
-Carrier: Unlocked
-Release Year: 2019
So here's the problem:
So i'm trying to unlock the bootloader to root the phone;
In fastboot mode, I type "fastboot oem get_unlock_data" (This is what the motorola site told me to do);
Upon pressing enter, both windows cmd and powershell (Even run as admin) instantly spit out:
Code:
FAILED (remote: 'unknown command')
Finished. Total time: 0.016s
When I type in "fastboot getvar all", it returns:
Code:
(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: 3942mV
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:otp: 2b00000
(bootloader) partition-type:otp: raw data
(bootloader) partition-size:userdata: 6507fbe00
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1b000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:vbmeta: c00000
(bootloader) partition-type:vbmeta: ext4
(bootloader) partition-size:system: 9c400000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:vendor: 19000000
(bootloader) partition-type:vendor: raw data
(bootloader) partition-size:tee2: b00000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:dtbo: 800000
(bootloader) partition-type:dtbo: raw data
(bootloader) partition-size:clogo: 800000
(bootloader) partition-type:clogo: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:boot: 2000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 100000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 100000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:nv_align2: 600000
(bootloader) partition-type:nv_align2: raw data
(bootloader) partition-size:nvram: 4000000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:nv_align1: 700000
(bootloader) partition-type:nv_align1: raw data
(bootloader) partition-size:gz2: 1000000
(bootloader) partition-type:gz2: raw data
(bootloader) partition-size:gz1: 1000000
(bootloader) partition-type:gz1: raw data
(bootloader) partition-size:sspm_2: 100000
(bootloader) partition-type:sspm_2: raw data
(bootloader) partition-size:sspm_1: 100000
(bootloader) partition-type:sspm_1: raw data
(bootloader) partition-size:scp2: 100000
(bootloader) partition-type:scp2: raw data
(bootloader) partition-size:scp1: 100000
(bootloader) partition-type:scp1: raw data
(bootloader) partition-size:spmfw: 100000
(bootloader) partition-type:spmfw: raw data
(bootloader) partition-size:md1img: 6400000
(bootloader) partition-type:md1img: raw data
(bootloader) partition-size:misc2: 300000
(bootloader) partition-type:misc2: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size:sec1: 200000
(bootloader) partition-type:sec1: raw data
(bootloader) partition-size:persist: 3000000
(bootloader) partition-type:persist: ext4
(bootloader) partition-size:seccfg: 800000
(bootloader) partition-type:seccfg: raw data
(bootloader) partition-size:protect2: 978000
(bootloader) partition-type:protect2: ext4
(bootloader) partition-size:protect1: 800000
(bootloader) partition-type:protect1: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:nvdata: 4000000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:nvcfg: 2000000
(bootloader) partition-type:nvcfg: ext4
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:expdb: 1400000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:para: 80000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:recovery: 2000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:boot_para: 100000
(bootloader) partition-type:boot_para: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) serialno: ZY327GBVJN
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: p161m
(bootloader) slot-count: 0
(bootloader) version-baseband: MOLY.LR12A.R3.MP.V52.5.T0702
(bootloader) version-bootloader: p161m-f9dab44--20210710192326
(bootloader) version-preloader:
(bootloader) version: 0.5
all: Done!!
Finished. Total time: 2.414s
Sorry if what i provided is no help...
If you can help, it would be great!
Click to expand...
Click to collapse
@ExoFox Hello and a very warm welcome to XDA. I hope you'll always get the support your require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator

Categories

Resources