Need Help to remove encryption at start up TAB4 10PLUS X704L - Thinkpad Tablet General

Hello, i just bought this TAP and its encryption data with pin android start. even when i do factory reset and wipe all data or downgrade the firmware to "TB-X704L_S000035_170703_ROW_QFIL" and make wipe data same problem.
so how i can erase this config on the emmc.. all mode adb / fastboot / download are ok
any suggestion
thnaks

OK I solved. with my way..
1- i replace twrp recovery in the last firmware 56 and flashed it with QFIL
2- i pass the encrypting page.. turn on usb debug and OEM unlock.
3-boot in fastboot
4-unlock bootloader "fastboot oem unlock-go"
5-after erase and first install come back the encrypting
6-inter fastboot mode and boot twrp "fastboot boot twrp.img"
7-root with supersu zip
8-after reboot go back fastboot and boot again No6
9-in twrp wipe data
10 reboot.
thats all.

Related

[Q] Possible Brick?

I'm selling my Nexus 7 and I think I got a little click happy while clearing it out.
I had reinstalled 4.3 and then for some reason I formatted the data. Got stuck in a boot loop.
When I try to install the image again I get the following:
Updating partition details...
E:error opening '/data/media'
E:error: no such file or directory
Any help would be appreciated!
"90% of the time, when someone says something's bricked, the only brick is their head." - Koush
All this means is that your userdata partition got all jacked up. It's restored when you boot into a rom, but of course you can't boot into a rom cause something else must have also went awry. So I suggest you wipe everything and start over. Follow along with me, this will be fun!
Boot into fastboot, send fastboot unlock command if your bootloader isn't already unlocked "fastboot oem unlock." Accept on screen. Reboot back into bootloader/fastboot. Issue FASTBOOT ERASE USERDATA, FASTBOOT ERASE RECOVERY, FASTBOOT ERASE CACHE, FASTBOOT ERASE SYSTEM. Then flash TWRP recovery using FASTBOOT FLASH RECOVERY [NAME OF TWRP GROUPER IMG]. Then adb push your rom and gapps back to your tablet using ADB PUSH [FILE] /SDCARD, then flash your rom and enjoy a fresh clean tablet!
That's why I prefixed with 'possible'...
Thanks - I followed this guide later in the evening and got it all up and going again.
http://goo.gl/BsiewY
0vermind said:
"90% of the time, when someone says something's bricked, the only brick is their head." - Koush
All this means is that your userdata partition got all jacked up. It's restored when you boot into a rom, but of course you can't boot into a rom cause something else must have also went awry. So I suggest you wipe everything and start over. Follow along with me, this will be fun!
Boot into fastboot, send fastboot unlock command if your bootloader isn't already unlocked "fastboot oem unlock." Accept on screen. Reboot back into bootloader/fastboot. Issue FASTBOOT ERASE USERDATA, FASTBOOT ERASE RECOVERY, FASTBOOT ERASE CACHE, FASTBOOT ERASE SYSTEM. Then flash TWRP recovery using FASTBOOT FLASH RECOVERY [NAME OF TWRP GROUPER IMG]. Then adb push your rom and gapps back to your tablet using ADB PUSH [FILE] /SDCARD, then flash your rom and enjoy a fresh clean tablet!
Click to expand...
Click to collapse

Moto x play stucked in warning boot loader unlocked..... Please help :(((((

I sucessfully unlocked mmy phonne and install twrp
I was trying to root my phone i was at the moment when installing the super Su.ra then i rebooted.....
i stucked in this screen.
Itriedd to download mfastboot-02 then i go and use and shift then right click for the cmd and type this....
1>mfastboot erase userdata : to erase the userdata from phone
2>mfastboot erase cache: to erase cache
3>mfastboot reboot
but i guess it worsen the problem i cant acess the recovery mode anymore and my phone keeps rebooting and go to the twrp and do it all over again.. but still i can access the fastboot
how can i fix this (((( please please pleasee :crying::crying::crying:
disnt you take a backup before installing su?? which version if su were you installing ????
from the post I get that you are able to boot into twrp. then download the twrp flashable 6.0 zip and restore it.
here forum.xda-developers.com/moto-x-play/general/rom-xt1563-brasil-stock-6-0-twrp-t3272979
If you can access fastboot try flashing a clean 6.0 stock rom using rsdlite

[HOW TO] Root, Flash TWRP & Install busybox in YUOS Official - Android 6.0.1 Build

[HOW TO] Root, Flash TWRP & Install busybox in YUOS Official - Android 6.0.1 Build
First Flash YUOS from here
How to flash YUOS.
Flash images with Fastboot
Code:
Execute below commands in terminal
Connect device in fastboot mode
adb reboot bootloader
Check if device is detecting in fastboot mode
fastboot -i 0x1ebf devices
Unlock bootloader fastboot -i 0x1ebf oem unlock
Format User data
fastboot -i 0x1ebf format userdata
Flash kernel
fastboot -i 0x1ebf flash boot boot.img
Flash recovery
fastboot -i 0x1ebf flash recovery recovery.img
Flash system partition
fastboot -i 0x1ebf flash system system.img
Flash data partition
fastboot -i 0x1ebf flash userdata userdata.img
Reboot device
fastboot -i 0x1ebf reboot
WARNING: The stock boot image has dm-verity, which prevents you from booting if you swipe to enable system modifications!
Follow YU bootloader unlocking instructions here before you begin!
Download the latest TWRP .img for your device from twrp.me.
Use the same fastboot tool you downloaded in theYU unlock instructions to flash TWRP using the command:
fastboot flash recovery twrp-x.x.x-x.img
Click to expand...
Click to collapse
* Replace x.x.x-x with the actual version you are flashing!
Now you can either power off your phone and boot into recovery using the button combo [Volume Down] + [Power], or you can run this command in fastboot:
fastboot boot twrp-x.x.x-x.img
Click to expand...
Click to collapse
1. At this point, you will see the TWRP splash and reach a screen asking you if you want to allow system modifications.
By swiping right, you will trigger dm-verity, and if you don't follow step 4 you will be unable to boot!
If you are going to root your device or follow the rest of these steps, then it is safe to swipe right and enable modifications.
2. Only if you want internal storage or data to work in TWRP:
Go to [Wipe] -> [Format Data] (not advanced wipe) -> type "yes".WARNING: This will wipe your internal storage, disable encryption, and factory reset your phone!
Go to [Reboot] -> [Recovery].
3. Please consider backing up your stock boot partition in TWRP before proceeding to te next steps!
4. If you want to be rooted with SuperSU:
Download the latest SuperSU by Chainfire. OR Flash through TWRP this file.
Without exiting TWRP, transfer the SuperSU zip to your device over MTP* and flash it using [Install] in TWRP.-or-
If you only want a bootable system partition or writable data in TWRP:
Download dm-verity and force encryption disabler.
Without exiting TWRP, transfer no-verity-opt-encrypt.zip to your device over MTP* and flash it using [Install] in TWRP.
Go to [Reboot] -> [System].
Wait 2-5 minutes for your device to finish setting itself up.
To install busybox flash through TWRP this file >>>> this is recommended.
After rebooting to TWRP it will not ask for any password.
Took help from here & @h2o64 for guiding me.
This has been tried & tested by me on yureka.
Suggestions welcomed
YU FORUMS link
one million thank yous
thank you so much
I can confirm this is working on my moto e3 ( non-power )
keep doing what your doing you really helped
now I can get down to business with some cool root modifications!!!
Can we use Magisk instead of supersu.

logo bootloop redmi 2

redmi 2
still have the luck?
no recovery mode, just fastboot
i have tried
- flash twrp ( restart and back to bootloop logo)
- fastboot reboot-edl ( still back to loop)
- flash with miflash
- repartition - https://forum.xda-developers.com/redmi-2/how-to/how-to-erase-partition-table-redmi-2-t3520410
- fastboot flash direct method - https://forum.xda-developers.com/redmi-2/how-to/error-resolved-t3324791
any suggest?
Thank you in advance
1.try miflash and flash rom according to your device... and look at progress (some doesnt flash just shows and finish fast) then try with another version of miflash, flash it it will take few minutes
2.if u r still in bootloop after these all ( i faced so many times dnt wrry )
then flash twrp, fastboot boot twrp...
flash any custom rom
I had the same problem, flash twrp and install a custom rom, it worked for me
Tried this method.Worked for me
1.Download the official fastboot rom from the official miui site
2.Check whether ur device is recognised or not
3.Install minimal adb and fastboot
4.Type these commands
fastboot flash system system.img
enter
fastboot flash boot boot.img
enter
fastboot flash recovery recovery.img
enter
fastboot flash cache cache.img
enter
if u want to remove all userdata then
fastboot erase userdata
fastboot flash userdata userdata.img
fastboot reboot.done!!!
I have same issues, when I unplug the charge the phone restart with bootloop, it is on, off and on and off, i cant go to recovery mode if not i charge, i just can go to fastboot mode if I don't plugged in my charge. And I can't go to bootloader menu's

Help~ Password prompt after flashing US LEX727 to US 5.8.021S ROM

I followed youtube video (sorry I am not allowed to post URL)
The title of the video is: How to Install TWRP in LeEco Mobiles | Without ROOT | Simple and Riskless 2018
(1) Disable phone password, pin, fingerprint
(2) Boot phone to fastboot mode(hold Power+Volume Down button), connect to PC
(3) C:\adb>fastboot oem unlock-go (success)
(4) C:\adb>fastboot boot twrp-3.2.3-1-zl1.img
It enter TWRP and ask for password (Mount, Decrypt Data)
Did some research, seems I also need to erase userdata before reboot.
Can you help me post the sequence of commands here, or I should use a different version of TWRP?
I also tried
fastboot oem unlock-go
fastboot flash recovery twrp-3.2.3-1-zl1.img
fastboot reboot
It will boot into EUI instead of TWRP.
Then I tried
fastboot oem unlock-go
fastboot flash recovery twrp-3.2.3-1-zl1.img
Then hold Power+Volume UP button instead of run "fastboot reboot", it reboot, BUT enter a black screen.
Please help me to get TWRP work, thanks!
I tried a different version of TWRP, twrp-3.2.1-0-zl1.img. It worked.
This is what I did:
fastboot oem unlock-go
fastboot format userdata
fastboot boot twrp-3.2.1-0-zl1.img
Then in TWRP, I tried
(1) backup,
(2) wipe (advanced wipe, select system, data, dalvik/ART cache, cache)
(3) Restore using backup created in step 1
After restore and reboot, the phone back to original.
Then I did:
1. Enable the Developer Option.
2. Enable OEM Unlocking and USB Debugging
3. ReBoot Phone to fastboot mode (Volume Down + Power button) and connect to PC.
4. fastboot oem unlock-go
Weird, this time I got error:
C:\adb>fastboot oem unlock-go
...
FAILED (remote: oem unlock is not allowed)
finished. total time: 0.006s
How can this happen? How to fix it???
Thanks!
rogerxda2018 said:
I followed youtube video (sorry I am not allowed to post URL)
The title of the video is: How to Install TWRP in LeEco Mobiles | Without ROOT | Simple and Riskless 2018
(1) Disable phone password, pin, fingerprint
(2) Boot phone to fastboot mode(hold Power+Volume Down button), connect to PC
(3) C:\adb>fastboot oem unlock-go (success)
(4) C:\adb>fastboot boot twrp-3.2.3-1-zl1.img
It enter TWRP and ask for password (Mount, Decrypt Data)
Did some research, seems I also need to erase userdata before reboot.
Can you help me post the sequence of commands here, or I should use a different version of TWRP?
I also tried
fastboot oem unlock-go
fastboot flash recovery twrp-3.2.3-1-zl1.img
fastboot reboot
It will boot into EUI instead of TWRP.
Then I tried
fastboot oem unlock-go
fastboot flash recovery twrp-3.2.3-1-zl1.img
Then hold Power+Volume UP button instead of run "fastboot reboot", it reboot, BUT enter a black screen.
Please help me to get TWRP work, thanks!
Click to expand...
Click to collapse
rogerxda2018 said:
I tried a different version of TWRP, twrp-3.2.1-0-zl1.img. It worked.
This is what I did:
fastboot oem unlock-go
fastboot format userdata
fastboot boot twrp-3.2.1-0-zl1.img
Then in TWRP, I tried
(1) backup,
(2) wipe (advanced wipe, select system, data, dalvik/ART cache, cache)
(3) Restore using backup created in step 1
After restore and reboot, the phone back to original.
Then I did:
1. Enable the Developer Option.
2. Enable OEM Unlocking and USB Debugging
3. ReBoot Phone to fastboot mode (Volume Down + Power button) and connect to PC.
4. fastboot oem unlock-go
Weird, this time I got error:
C:\adb>fastboot oem unlock-go
...
FAILED (remote: oem unlock is not allowed)
finished. total time: 0.006s
How can this happen? How to fix it???
Thanks!
Click to expand...
Click to collapse
I can help you with issue, But, lets keep it within one thread.

Categories

Resources