[MOD] YU Yureka Unlocker: Reset Unlock & Tamper Bit - YU Yureka Android Development

Most of the concept & content of this thread is inspired by this thread, so a huge thanks to @Mnt-XDA.
INTRO / CONCEPT
Most of us know that we can flash custom roms or can root device only after UNLOCKING the bootloader from fastboot mode.
If you relock your bootloader, you will need to do a full backup-and-restore whenever you decide to unlock it again.
This mod will allow you to unlock the bootloader without wiping the userdata as oppose to "fastboot -i 0x1ebf oem unlock" command.
Titokhan said:
Note:
Many users should have trouble to UNLOCK their device for the FIRST TIME by using this method. Let me clarify few things for this mod.
The main purpose of this method is not UNLOCK Bootloader without wiping data. It's main purpose is to reset tamper bit, which can not be done by any other way.
UNLOCK Bootloader without wiping data -- is another outcome of this MOD.
If you have not unlocked your device before (at least for 1 time) by using command "fastboot -i 0x1ebf oem unlock", then this method might not work for you.
In case your device is locked and you want to install this mod from custom recovery like TWRP,
it will be possible only if, you can boot temporarily using command: fastboot -i 0x1ebf boot <custom_recovery.img>
If this command failed, you will not be able to run the mod and hence device will not be unlocked without wiping data. A stock YU Yureka doesn't support this, AFAIK.
In which condition the device can be booted to custom recovery by using command: fastboot -i 0x1ebf boot <custom_recovery.img>, is still not very clear. From my experiments, it requires only unlock bit to be true.
Before running the command , check your device status "fastboot -i 0x1ebf oem device-info"
and report your error with the following points:
1) Did you unlock your device before by any means (or by fastboot -i 0x1ebf oem unlock) ?
2) What is the recovery already installed in your device?
3) What is the status of your device: "fastboot -i 0x1ebf oem device-info"?
4) What error message you got when tried to run command: fastboot -i 0x1ebf boot <custom_recovery.img>?
5) Steps you tried.
There are 4 possibilities of the the value set of the 2 bits (unlock bit & tamper bit)
1) Unlock Bit - FALSE , Tamper Bit - FALSE
2) Unlock Bit - FALSE , Tamper Bit - TRUE
3) Unlock Bit - TRUE, Tamper Bit - FALSE
4) Unlock Bit - TRUE, Tamper Bit - TRUE
Kindly report your issues as I mentioned above.
Thanks
Click to expand...
Click to collapse
There are generally 2 bits present on some partition of the phone for keeping track of unlocking.
1) Unlock bit
2) Tamper bit
Both bits are initially FALSE. We can unlock bootloader by using command:
Code:
fastboot -i 0x1ebf oem unlock
and can see the device information by
Code:
fastboot -i 0x1ebf oem device-info
like:
Once you unlock, both bits will come TRUE. This mod will write the 2 bits in aboot partition and can reset
both bits (TOGGLE basically) without factory reset as opposed to "fastboot -i 0x1ebf oem unlock".
So for YU Yureka:
Code:
Partition - aboot (mmcblk0p4)
Unlock Bit Position - 0x000FFE10 Hex - (1048080) Decimal
Tamper Bit Position - 0x000FFE14 Hex - (1048084) Decimal
FYI, there is anoher partition named "abootbak" (mmcblk0p5) which is holding the backup of the original contents of "aboot", but there is no visible effects of it.
Unlock bit:
Tamper bit:
CREDIT
Credit goes to:
@osm0sis for the original script for Nexus devices.
@Mnt-XDA & @Polarfuchs for poting it to OnePlus One.
@segv11 for making BootUnlocker; I have already requested him to add support for Yureka.
WARNING
Since this mod writes on aboot (bootloader) partition to reset the 2 flags, it may brick your phone. I have tested the procedure thoroughly but still I'm requesting developers to test it first, then give feedback here. After that any normal user can use it. I'm not be responsible for any damage or bricking of your phone. Proceed at your own risk.
DOWNLOAD
Code:
File: YU_Yureka_aboot_(mmcblk0p4).7z
CRC-32: 9a8d4525
MD4: cf91807938ca679a3038161893f97c89
MD5: c60aa4a7477e2e0c18269ecede431339
SHA-1: acd5de06cb53ead6df5efebd4dfed3f9f7e4ac2a
https://mega.co.nz/#!Z1QkSYgC!mMBDFoMacVic7ubN6JNPaYD4xpxHQ9UsvgZ6RLlf1cE
https://drive.google.com/file/d/0B9zZIJPXbMsuWUV2TVpOcm81RmM/view?usp=sharing
Inside the 7z archive, there are 4 raw img files. Naming convention is UXTY.img:
U => Unlock bit
X => Status of Unlock bit, T(rue) or F(alse)
T => Tamper bit
Y => Status of Tamper bit, T(rue) or F(alse)
Use your desired method to restore e.g using dd from ADB shell or Terminal or using this by famous developer @wanam. This procedure needs root permission.
You need to restore them to aboot (mmcblk0p4) partition; otherwise your device can be bricked!
Recovery flashable ZIP is coming soon, which can be installed from any 3rd party recovery like CWM / TWRP.
THANKS
Please post feedback; thanks again!

This belongs in Development?

Reserved for future use.

sufoalmighty said:
This belongs in Development?
Click to expand...
Click to collapse
Looks appropriate for me; Mods will decide.

Titokhan said:
Looks appropriate for me; Mods will decide.
Click to expand...
Click to collapse
You is right btw are you gonna post it in YU forums?

@sufoalmighty
https://forums.yuplaygod.com/threads/mod-yu-yureka-unlocker-reset-unlock-tamper-bit.2361/
:highfive:

This is interesting; I have tested two stock YU Yureka - one from 22nd & one from 29th sales. Both show:
Code:
Device tampered: [COLOR="Red"]true[/COLOR]
Device unlocked: false
Any possible explanation?

Titokhan said:
This is interesting; I have tested two stock YU Yureka - one from 22nd & one from 29th sales. Both show:
Code:
Device tampered: [COLOR="Red"]true[/COLOR]
Device unlocked: false
Any possible explanation?
Click to expand...
Click to collapse
There's a possibility that my Yureka is in this group. I actually didn't check my oem info before trying unlocking the bootloader. But when I tried to unlock my device for the first time, it failed. Then I checked my oem device-info and it showed as
Device tampered: true
Device unlocked: false
Can anyone shed some light on this issue?

@chandujram
Well, actually every Yureka & Yureka Plus carry the same flag. The official CPBs for restoration to stock also contain the same which indicates there's a quality checking flaw while publishing the firmware image; though its harmless.

@Titokhan Oh okay

problem
Titokhan said:
Most of the concept & content of this thread is inspired by this thread, so a huge thanks to @Mnt-XDA.
INTRO / CONCEPT
Most of us know that we can flash custom roms or can root device only after UNLOCKING the bootloader from fastboot mode.
If you relock your bootloader, you will need to do a full backup-and-restore whenever you decide to unlock it again.
This mod will allow you to unlock the bootloader without wiping the userdata as oppose to "fastboot -i 0x1ebf oem unlock" command.
There are generally 2 bits present on some partition of the phone for keeping track of unlocking.
1) Unlock bit
2) Tamper bit
Both bits are initially FALSE. We can unlock bootloader by using command:
Code:
fastboot -i 0x1ebf oem unlock
and can see the device information by
Code:
fastboot -i 0x1ebf oem device-info
like:
Once you unlock, both bits will come TRUE. This mod will write the 2 bits in aboot partition and can reset
both bits (TOGGLE basically) without factory reset as opposed to "fastboot -i 0x1ebf oem unlock".
So for YU Yureka:
Code:
Partition - aboot (mmcblk0p4)
Unlock Bit Position - 0x000FFE10 Hex - (1048080) Decimal
Tamper Bit Position - 0x000FFE14 Hex - (1048084) Decimal
FYI, there is anoher partition named "abootbak" (mmcblk0p5) which is holding the backup of the original contents of "aboot", but there is no visible effects of it.
Unlock bit:
Tamper bit:
CREDIT
Credit goes to:
@osm0sis for the original script for Nexus devices.
@Mnt-XDA & @Polarfuchs for poting it to OnePlus One.
@segv11 for making BootUnlocker; I have already requested him to add support for Yureka.
WARNING
Since this mod writes on aboot (bootloader) partition to reset the 2 flags, it may brick your phone. I have tested the procedure thoroughly but still I'm requesting developers to test it first, then give feedback here. After that any normal user can use it. I'm not be responsible for any damage or bricking of your phone. Proceed at your own risk.
DOWNLOAD
Code:
File: YU_Yureka_aboot_(mmcblk0p4).7z
CRC-32: 9a8d4525
MD4: cf91807938ca679a3038161893f97c89
MD5: c60aa4a7477e2e0c18269ecede431339
SHA-1: acd5de06cb53ead6df5efebd4dfed3f9f7e4ac2a
https://mega.co.nz/#!Z1QkSYgC!mMBDFoMacVic7ubN6JNPaYD4xpxHQ9UsvgZ6RLlf1cE
https://drive.google.com/file/d/0B9zZIJPXbMsuWUV2TVpOcm81RmM/view?usp=sharing
Inside the 7z archive, there are 4 raw img files. Naming convention is UXTY.img:
U => Unlock bit
X => Status of Unlock bit, T(rue) or F(alse)
T => Tamper bit
Y => Status of Tamper bit, T(rue) or F(alse)
Use your desired method to restore e.g using dd from ADB shell or Terminal or using this by famous developer @wanam. This procedure needs root permission.
You need to restore them to aboot (mmcblk0p4) partition; otherwise your device can be bricked!
Recovery flashable ZIP is coming soon, which can be installed from any 3rd party recovery like CWM / TWRP.
THANKS
Please post feedback; thanks again!
Click to expand...
Click to collapse
how to do this if i am unrooted also ,and unable to unlock bootloader due to response oem unlock cancel , what to do can i reinstall my bootloader hwat to do please help

@sudeep22
1. Please don't quote the whole post.
2. You can't do it while being unrooted.
3. What's the actual error while trying to unlock the bootloader?

Titokhan said:
@sudeep22
1. Please don't quote the whole post.
2. You can't do it while being unrooted.
3. What's the actual error while trying to unlock the bootloader?
Click to expand...
Click to collapse
thanks i am not too much aware about quoting
actualy when i was on stock 5.0.2 i unlocked my bootloader and get rooted for experiment, then i remove my root and relock bootloader.
now i am on 5.1.1 due to bad perfomance of this stock rom i am again trying to again unlock bootloader for flashing custom rom
but when in fastboot mode i give command to unlock bootloader it asks to press volume button , but after pressing button nothing happens presses again and again
after as time out massage command oem unlock cancelled

@sudeep22
1. Which device are you using, Yureka or Yureka Plus?
2. Are the volume rockers working?

i am using yureka
yes volume key normal condtion working normally after reading this thread i thought may problem of those two bits
which are for my devices
device tempred- true
device unlocked-flase

Sir I type OEM unlock it doesn't show plus volume up or down. It show ersa datauser and wait 20 sec. Then it go and can't ersa. When type OEM lock it show OK. How to solve it ?

sudeep22 said:
i am using yureka
yes volume key normal condtion working normally after reading this thread i thought may problem of those two bits
which are for my devices
device tempred- true
device unlocked-flase
Click to expand...
Click to collapse
Pls tell how to unlock OEM in this case
Device tampered : true
Device unlocked: false

@sudeep22 @garrylok
Please do a complete re-flash of Lollipop firmware using YGDP, then manually update to latest COS 12.1 build.

Titokhan said:
@sudeep22 @garrylok
Please do a complete re-flash of Lollipop firmware using YGDP, then manually update to latest COS 12.1 build.
Click to expand...
Click to collapse
Ydgp can't flash I try few CPB file. After start flash it fail. I also miflash and receive hello fail

@garrylok
Please send me the logs generated by YGDP. And describe more elaborately, what did you do with the device?

Related

[MOD] OnePlus One Unlocker: Reset Unlock & Tamper Bit

Reset Unlock & Tamper Bit for OnePlus One​
My Friend @Polarfuchs has confirmed that our unlocker zips are working fine, after new CM11S 30O OTA update.
see post -- http://forum.xda-developers.com/showpost.php?p=54827475&postcount=182
==================== IGONE THIS WARNING ==========================
!!! Warning !!!
In the NEW OTA CM11S XNPH30O, the bootloader (aboot) img size changed....
We request all not to apply the unlocker scripts on the new bootloader , until we confirm/find the new bit position.
It might brick your phone and corrupt bootloader...
INTRO / CONCEPT
Click to expand...
Click to collapse
Most of us know that we can flash custom roms or can root device only after UNLOCKING the bootloader from fastboot mode.
If you relock your bootloader, you will need to do a full backup-and-restore whenever you decide to unlock it again.
This mod will allow you to unlock the bootloader without wiping the userdata as oppose to fastboot oem unlock command.
============================================================================
Note:
Many users having trouble to UNLOCK their device for the FIRST TIME by using this script.
Let me clarify few things for this mod.
The main purpose of this script is not UNLOCK Bootloader without wiping data.
It's main purpose is to reset tamper bit, which can not be done by any other way.
UNLOCK Bootloader without wiping data -- is another outcome of this MOD.
If you have not unlocked your device before (atleast for 1 time) by using command "fastboot oem unlock", then the script might not work for you.
In case your device is locked and you want to install this script from custom recovery like TWRP/CWM,
it will be possible only if, you can boot temporarily using command -- fastboot boot <custom_recovery.img>.
If this command failed, you will not be able to run the unlocker script and hence device will not be unlocked without wiping data
In which condition the device can be booted to custom recovery by using command -- fastboot boot <custom_recovery.img>, is still not very clear.
before running the command , check your device status "fastboot oem device-info"
and report your error with the following points
1) Did you unlock your device before by any means ? (or by fastboot oem unlock) ?
2) What is the recovery already installed in your device ?
3) What is the status of your device ? "fastboot oem device-info"
4) What error msg you got when tried to run command fastboot boot <custom_recovery.img>.
5) Steps you tried.
There are 4 possibilities of the the value set of the 2 bits ( unlock bit & tamper bit)
1) Unlock Bit - FALSE , Tamper Bit - FALSE
2) Unlock Bit - FALSE , Tamper Bit - TRUE
3) Unlock Bit - TRUE, Tamper Bit - FALSE
4) Unlock Bit - TRUE, Tamper Bit - TRUE
After getting proper error report from you , we can give confirmation about, in which of the above state,
fastboot boot <custom_recovery.img> will work and hence installing the unlocker script/mod/zip can help you to
UNLOCK your Bootloader without wiping DATA.
Kindly report your issues as I mentioned above...
Thanks
=================================================================================
There are generally 2 bits present on some partition of the phone for keeping track of unlocking.
1) lock / unlock bit
2) tamper bit
Both bits are initially FASLE. We can unlock bootloader by using command
Code:
fastboot oem unlock
and can see the device information by
Code:
fastboot oem device-info
like:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Once you unlock, both bits will come TRUE. This mod will write the 2 bits in aboot partition and can reset
both bits (TOGGLE Bcsically) without factory reset as opposed to fastboot command fastboot oem unlock
So for One Plus One...
Code:
Partition - aboot (bootloader)
Unlock Bit Position - 0x000FFE10 Hex - (1048080) Decimal
Tamper Bit Position - 0x000FFE14 Hex - (1048084) Decimal
By @Polarfuchs
CREDIT
Click to expand...
Click to collapse
Credit to our Senior Member @Polarfuchs for finding out the partition & hex position that store the bits
Actually we both tested this concept and modified the script by @osm0sis and applied on our devices and got success.
We just added support for OnePlusOne (A0001)
You can check the following threads ...
1) http://forum.xda-developers.com/showthread.php?t=2796286
2) http://forum.xda-developers.com/showpost.php?p=54060253&postcount=11
3) http://forum.xda-developers.com/showpost.php?p=54060141&postcount=395
But it is in Beta State, may be more testing required, we will make an app for it like Nexus 5 Unlocker later...
Main Credit goes to our Recognized Contributor @osm0sis for his Nexus BootUnlocker script, flashable from recovery
http://forum.xda-developers.com/showthread.php?t=2239421
Thank you Sir - @osm0sis
WARNNING
Click to expand...
Click to collapse
Since this mod writes on aboot (bootloader) partition to reset the 2 flags, it may brick your phone.
Requesting developers to test it first, then give feedback here. After that any normal user can use it.
We will not be responsible for any damage or bricking of your phone. Install this zip at your own risk.
Edit:
Many users tried this and we can say that it is working , not beta anymore ...
DOWNLOAD
Click to expand...
Click to collapse
This script can be installed from CWM / TWRP recovery
Another trick for installation is
Code:
[B]fastboot boot <path/name of the recovery twrp img>[/B]
It will boot your phone into recovery once from the recovery image
stored in your PC temporarily
then you can flash the zip either by sideload or from sdcard...
Download Here : View attachment OnePlusOne-BootUnlocker.zip
Download Bootloader lock-unlock Toggle Only Script View attachment OnePlusOne-OnlyBootloaderToggle.zip (not tested yet)
Download Tamper Bit Toggle Only Script View attachment OnePlusOne-OnlyTamperBitToggle.zip (not tested yet)
THANK YOU ALL
Click to expand...
Click to collapse
If you like this MOD please hit thanks button
Thank you all...
Worked for me when I was on locked bootloader and twrp and I could not unlock the bootloader with Fastboot OEM unlock
thank you
tkdsl said:
Worked for me when I was on locked bootloader and twrp and I could not unlock the bootloader with Fastboot OEM unlock
thank you
Click to expand...
Click to collapse
Thank you for your feedback...
Awesome work, it solved this issue:
http://forum.xda-developers.com/oneplus-one/help/locked-bootloader-totally-locked-t2817735/page2
Thanks for implementing this and thanks to @Polarfuchs for finding out the flags location.
It worked for me as well, thanks!
Works great on my device. Problem solved :good:
Time to start flashing again and now i need not worry anymore cos if bootloader gets locked....the solution is right here
Flash by TRWP/CWM
Scann69 said:
Works great on my device. Problem solved :good:
Time to start flashing again and now i need not worry anymore cos if bootloader gets locked....the solution is right here
Click to expand...
Click to collapse
Do you just need to flash thru custom recoveries?
paztine said:
Do you just need to flash thru custom recoveries?
Click to expand...
Click to collapse
Yes. In my case I was stuck with TWRP recovery but it worked.
Scann69 said:
Yes. In my case I was stuck with TWRP recovery but it worked.
Click to expand...
Click to collapse
Thanks for a quick answer..
drakester09 said:
Awesome work, it solved this issue:
http://forum.xda-developers.com/oneplus-one/help/locked-bootloader-totally-locked-t2817735/page2
Thanks for implementing this and thanks to @Polarfuchs for finding out the flags location.
Click to expand...
Click to collapse
sayeef said:
It worked for me as well, thanks!
Click to expand...
Click to collapse
Scann69 said:
Works great on my device. Problem solved :good:
Time to start flashing again and now i need not worry anymore cos if bootloader gets locked....the solution is right here
Click to expand...
Click to collapse
Thank you all friends...
paztine said:
Do you just need to flash thru custom recoveries?
Click to expand...
Click to collapse
Yes, But if you don't have custom recovery installed...
you can try
Code:
fastboot boot <path/name of the recovery twrp img stored in your pc>
I love this fix! Love it!
It absolutely cured my issue for not being able to unlock my bootloader as described here:
http://forum.xda-developers.com/oneplus-one/help/locked-bootloader-twr-rooted-t2820341
can it work on stock cwm
Sent from my One using XDA Premium 4 mobile app
No since you can't flash unsigned zip I think. But you don't need to install a custom recovery. Instead you can boot into a custom recovery once with this command:"fastboot boot <name of custom recovery>"
Pls correct me if i am wrong:
This method is only usefull when you already have a recovery or root...
Because before the first unlocking you cant boot a custom recovery..
Or is possibly to boot a custom recovcery from fastboot when your device is locked??
Thank you
Enviado desde mi GT-S6500D usando Tapatalk 2
manudroid19 said:
Pls correct me if i am wrong:
This method is only usefull when you already have a recovery or root...
Because before the first unlocking you cant boot a custom recovery..
Or is possibly to boot a custom recovcery from fastboot when your device is locked??
Thank you
Enviado desde mi GT-S6500D usando Tapatalk 2
Click to expand...
Click to collapse
I've never tried to do this on a locked bootloader, but maybe you can "fastboot boot" the recovery image
I want to reset my phone to factory state, because i want to sell it.
I flashed the latest original ROM (including recovery and everthing else) and afterwards i locked the bootloader with "fastboot oem lock".
Unfortunately the tampered is still true:
Code:
C:\cm-11.0-XNPH25R-bacon-signed-fastboot>fastboot oem device-info
...
(bootloader) Device tampered: true
(bootloader) Device unlocked: false
(bootloader) Charger screen enabled: false
OKAY [ 0.008s]
finished. total time: 0.011s
Can i set the tampered bit to false with this mod or is this not possible (yet)?
Just use the mod twice. The first time it will unlock and untamper, the second time it will lock.
Is the size of the zip 2,13k only?
Yes that is correct
Polarfuchs said:
Just use the mod twice. The first time it will unlock and untamper, the second time it will lock.
Click to expand...
Click to collapse
Worked! Great! Thanks!

[Q]Unlock VZW bootloader? Hard brick the Z2 - what would it take?

I'm pondering options with the vzw z2 tablet (sgp561) and before I start playing with this fire, I am curious what it would take to hard brick this so I know what NOT to try.
Any thoughts?
In theory as long as fastboot works it should be pretty tough to brick. I don't really know how fastboot works on Sony devices I have mostly Samsung devices but I assume download mode work largely the same as fastboot. I have brought back Samsung devices from being very near full hard brick. That said they were old and had unlocked bootloaders. I am not sure how relevant my two cents is but that is what I have. On another note I also have the 561 and am more than happy to help in any way I can. I really want some CM12 on this thing since VZW probably won't give it to us until everyone else has had it for 6 months.
Maxim512 said:
In theory as long as fastboot works it should be pretty tough to brick. I don't really know how fastboot works on Sony devices I have mostly Samsung devices but I assume download mode work largely the same as fastboot. I have brought back Samsung devices from being very near full hard brick. That said they were old and had unlocked bootloaders. I am not sure how relevant my two cents is but that is what I have. On another note I also have the 561 and am more than happy to help in any way I can. I really want some CM12 on this thing since VZW probably won't give it to us until everyone else has had it for 6 months.
Click to expand...
Click to collapse
Well, I can throw a couple of "kopeka's" (cents) in as well.
Fastboot is a life savior. Bar none. With it, you can wipe partitions and flash new partition images. Now this is taken that the fastboot capabilities in the given bootloader are "full" and not neutered in some way. Yes, it could possibly be so.
The only way I know, where you can perma-brick the device, is by flashing things on incorrect partition formats, or flashing a bootloader not meant for the device.
Incorrect custom recoveries are notorious for this, as they flash incorrect partition info. (been there, did that).
Also, nand memory can fail after some flashings. It happens. No rhyme or reason to it, it just does. Generally it gets corrupt to the point wipes and formats don't clean it.
Moscow Desire said:
Well, I can throw a couple of "kopeka's" (cents) in as well.
Fastboot is a life savior. Bar none. With it, you can wipe partitions and flash new partition images. Now this is taken that the fastboot capabilities in the given bootloader are "full" and not neutered in some way. Yes, it could possibly be so.
The only way I know, where you can perma-brick the device, is by flashing things on incorrect partition formats, or flashing a bootloader not meant for the device.
Incorrect custom recoveries are notorious for this, as they flash incorrect partition info. (been there, did that).
Also, nand memory can fail after some flashings. It happens. No rhyme or reason to it, it just does. Generally it gets corrupt to the point wipes and formats don't clean it.
Click to expand...
Click to collapse
In random readings, I've seen that "Unlock bootloader allowed=no" on some devices blocks fastboot. I can boot into fastboot mode, but I haven't tried flashing anything since I am not experienced in fastboot flashing. I think the easy test would be to read a partition in fastboot, then write it back. Do you know the commands to do so?
da_reeseboy said:
In random readings, I've seen that "Unlock bootloader allowed=no" on some devices blocks fastboot. I can boot into fastboot mode, but I haven't tried flashing anything since I am not experienced in fastboot flashing. I think the easy test would be to read a partition in fastboot, then write it back. Do you know the commands to do so?
Click to expand...
Click to collapse
You are correct. Some variants (Verizon for example), you can't unlock the bootloader. No unlock, no "full" fastboot or fastboot at all.
Although my original bootlocker was "unlockable" due to it turning out to be a "Demo" unit, I managed to flash an RU ftf, and got the unlocked bootloader. But it seems "some" carrier models don't allow for this. (as a sidenote, I've just reflashed my DRM keys back today, and now on a stock locked .167 build again. Just wanted to try it and see if it worked.)
Here's a list of useful commands (thanks to AndroidForums), but you can certainly find a ton by Google-it.
Code:
fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
-S <size>[K|M|G] automatically sparse files greater th
an
size. 0 to disable
A very useful thing to use, is for example;
fastboot boot boot.img
or
fastboot boot recovery.img
This is useful as it doesn't actually "write" the image to the device, but rather boots it in memory.
Usually how we test things such as new custom recoveries, boot.images and such.
Moscow Desire said:
You are correct. Some variants (Verizon for example), you can't unlock the bootloader. No unlock, no "full" fastboot or fastboot at all.
Although my original bootlocker was "unlockable" due to it turning out to be a "Demo" unit, I managed to flash an RU ftf, and got the unlocked bootloader. But it seems "some" carrier models don't allow for this. (as a sidenote, I've just reflashed my DRM keys back today, and now on a stock locked .167 build again. Just wanted to try it and see if it worked.)
Here's a list of useful commands (thanks to AndroidForums), but you can certainly find a ton by Google-it.
Code:
fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
-S <size>[K|M|G] automatically sparse files greater th
an
size. 0 to disable
A very useful thing to use, is for example;
fastboot boot boot.img
or
fastboot boot recovery.img
This is useful as it doesn't actually "write" the image to the device, but rather boots it in memory.
Usually how we test things such as new custom recoveries, boot.images and such.
Click to expand...
Click to collapse
Well I was going to give it a shot but I turned my tablet off to reboot without making any changes to it and now it won't turn back on. I haven't had time to RMA it yet. It did this before but it just started working again for no reason. It is probably a good thing since it sounds like I probably would have bricked it trying anyway.
Maxim512 said:
Well I was going to give it a shot but I turned my tablet off to reboot without making any changes to it and now it won't turn back on. I haven't had time to RMA it yet. It did this before but it just started working again for no reason. It is probably a good thing since it sounds like I probably would have bricked it trying anyway.
Click to expand...
Click to collapse
Wow, talk about "timing". Luckily you didn't make any changes. Had a similar issue with mine last night (coming out of fastboot coincidently).
Did a fastboot boot to TWRP, and when it went to reboot, I had to mess with the Vol + and - nd PWR combinations a few times before it would boot.
Do not play with verizon z2
I work with custom roms and such... I also have a Sony Z2 late tab... I built a rom for this device.... Never got to test it. Got two on it with no issues. And this is a pain as well due to anytime you use twrp you must reflash twrp or your in for a world of hurt. Well during my process twrp froze while wiping the system... I could get to fastboot but any command I tried to run It told me that it was locked and I couldn't use the command as I didn't have the rights. So long story short I wouldn't play with it till someone gets a unlock for it

[GUIDE][X722] Unlock Bootloader + TWRP + ROOT

This is for x722 only
Hello, I've made this thread in order to clarify some users and to avoid possible bricks.
Obviously if you have your bootloader unlocked you don't need to unlock it again, you can check like that:
Code:
fastboot oem device-info
Results unlocked should be like that:
Code:
(bootloader) Device product name: [le_zl0_whole_netcom]
(bootloader) Device tampered: false
[B](bootloader) Device unlocked: true[/B]
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Serial console enabled: false
(bootloader) Serial hw output enabled: false
(bootloader) Display panel:
If you have :
Code:
Device unlocked: false
It means your bootloader is locked ofc
Bootloader unlock
Downgrade to 01D Rom
In some EUI roms you don't have to downgrade to 01D rom, but if you don't know if your rom can be unlocked or if you wanna feel more confortable and to avoid problems, is better to downgrade
-firmware WIXCNFN5802005041S (see Settings > About Phone to confirm whether you're on this firmware or a different one... if you're on a different firmware on 20s, you don't need to downgrade)
-stock 26s (if your x722 came with 26s, you need to downgrade to 01D)
you can find the file here: Download
Basically:
Attetion!!! This update is to be used in the official recovery, TWRP will hard brick, don't flash it with TWRP
Put update.zip file inside your sdcard
Reboot to recovery
Click on install update, and 01D rom will be installed
Now you can reboot to fastboot mode and unlock your bootloader
In fastboot mode type
Code:
fastboot oem unlock-go
To make sure bootloader is unlocked you can check with:
Code:
fastboot oem device-info
Now, under "Stock 20S unlocked" folder you'll have a stock rom, cleaned, unlocked and friendly to root, you can intall in fastboot by opening flash.bat
Install TWRP
Please make sure you have bootloader unlocked
Download TWRP: Download
Put phone in fastboot mode, place twrp image inside your adb folder and type:
Code:
fastboot flash recovery twrp-3.2.1-0-zl0.img
That's it, you can boot directly to twrp by typing:
Code:
fastboot boot twrp-3.2.1-0-zl0.img
Palm Trees said:
You might have to press the 'power' button twice before touch is enabled in TWRP
Click to expand...
Click to collapse
Root
Please make sure you have twrp installed and bootloader unlocked
Download magisk here: Magisk thread
Reboot to recovery(twrp)
Flash magisk
That's it
Things you shouldn't do
Don't flash official stock roms with twrp, it will brick your phone (hard brick)
Don't flash x720 roms on x722, it will brick too
Be careful about the modems you flash, it can mess up with your bands
sk8223 said:
1. You can unlock the bootloader and flash TWRP on 20s, provided that your ROM firmware isn't WIXCNFN5802005041S, which is the stock 20s ROM, I believe.
2. You cannot unlock the bootloader and flash TWRP on stock 26s. This will cause the bootloader to be permanently locked, and you'll only have access to fastboot mode. The only way to fix your phone would be to use Qualcomm's 9008 mode and a QFIL file for the x722... which doesn't exist.
3. Anyone who downgrades their ROM to the 01D ROM can unlock the bootloader and flash TWRP. It's just that if you're on a vendor 20s ROM, you can do so without having to flash 01D. Some users may flash 01D over their 20s vendor ROM to be safe, but this is not a necessity. The 01D ROM is really only for anyone on LeEco stock ROMs. Which very few of us are on, because third-party sellers almost always load their own ROMs on the x722.
Click to expand...
Click to collapse
If you not sure about what you doing, ask for help, better than get your phone bricked, cheers
Credits
https://forum.xda-developers.com/le-pro3/leeco-le-pro-3-elite-model-x722-guides-development--and-mods/stock-eui-5-8-20s-x722-t3680624
https://forum.xda-developers.com/le-pro3/leeco-le-pro-3-elite-model-x722-guides-development--and-mods/twrp-recovery-multi-tool-zl0-lex722-t3702703
https://forum.xda-developers.com/le-pro3/leeco-le-pro-3-elite-model-x722-guides-development--and-mods/rom-lineageos-15-1-oreo-leeco-le-pro3-t3729150
If some of you guys want to share some more info about this, just place on comments, or send me pm, I'll add it
Glad that someone finally made a thread about it! Maybe you should emphasize (like in bold text) that you absolutely should not attempt to flash TWRP on Geekbuying, Gearbest, Banggood, and other vendor ROMs, because a lot of people here don't seem to understand that you absolutely have to flash Batyan's developer ROM first... I sure didn't, lol.
sk8223 said:
Glad that someone finally made a thread about it! Maybe you should emphasize (like in bold text) that you absolutely should not attempt to flash TWRP on Geekbuying, Gearbest, Banggood, and other vendor ROMs, because a lot of people here don't seem to understand that you absolutely have to flash Batyan's developer ROM first... I sure didn't, lol.
Click to expand...
Click to collapse
done
thanks for opening this thread. support is really scarce for this model so this is absolutely welcome!
Please help
Build Number is: WIXCNFN5802001232S
5.8.020S
LEX722
When you say to transfer the update.zip to SDCARD, do you mean the internal storage? Any particular folder?
Hi,
This is my phone info, do I need to do your guide or is my phone ready to unlock?
rom
5.8.020s stable
anroid
6.0.1
kernel version
3.18.20-perf-g00cf2f0
[email protected] ]1
mon jan 13
build number
wixcnfn5802001232s release keys
Fastboot not working
EUI VERISON: 5.8.001D (Dev)
BASEBAND VERSION: MPSS.TH.2.0.c1.9.1-00032
3.18.20-perf-g00cf2f0
[email protected] # 1
WED JUN 14 17:23:24 CST 2017
Build Number:
WIXCNFN5800106140D
So, I go into the file (with the phone in fastboot mode) and I double click on the bat file with all of the Chinese symbols and then it just reboots and doesn't give me the option of doing the following:
"In fastboot mode type
Code:
fastboot oem unlock-go
To make sure bootloader is unlocked you can check with:
Code:
fastboot oem device-info"
I'm a bit lost and a very beginner. Could I have some guidance please
EDIT: Battery is only at about 20%, think I read somewhere it needs to be a minimum of 70%. Going to let it charge up while I go to bed. I'll try again in the morning and let you know
LWolfie said:
Build Number is: WIXCNFN5802001232S
5.8.020S
LEX722
When you say to transfer the update.zip to SDCARD, do you mean the internal storage? Any particular folder?
Click to expand...
Click to collapse
to the root folder of internal storage
Seantbh said:
Hi,
This is my phone info, do I need to do your guide or is my phone ready to unlock?
rom
5.8.020s stable
anroid
6.0.1
kernel version
3.18.20-perf-g00cf2f0
[email protected] ]1
mon jan 13
build number
wixcnfn5802001232s release keys
Click to expand...
Click to collapse
you need to be in developper rom 01D in order to unlock bootloader
LWolfie said:
EUI VERISON: 5.8.001D (Dev)
BASEBAND VERSION: MPSS.TH.2.0.c1.9.1-00032
3.18.20-perf-g00cf2f0
[email protected] # 1
WED JUN 14 17:23:24 CST 2017
Build Number:
WIXCNFN5800106140D
So, I go into the file (with the phone in fastboot mode) and I double click on the bat file with all of the Chinese symbols and then it just reboots and doesn't give me the option of doing the following:
"In fastboot mode type
Code:
fastboot oem unlock-go
To make sure bootloader is unlocked you can check with:
Code:
fastboot oem device-info"
I'm a bit lost and a very beginner. Could I have some guidance please
Click to expand...
Click to collapse
Well, clearly you don't know how to use fastboot xD
Install fastboot and adb: https://forum.xda-developers.com/showthread.php?t=2588979
Then open cmd and type : cd C://adb
Then: fastboot devices
Then: fastboot oem unlock-go
My lord and saviour
You're an absolute hero!
danielpinto8zz6 said:
Well, clearly you don't know how to use fastboot xD
Install fastboot and adb: https://forum.xda-developers.com/showthread.php?t=2588979
Then open cmd and type : cd C://adb
Then: fastboot devices
Then: fastboot oem unlock-go
Click to expand...
Click to collapse
LWolfie said:
You're an absolute hero!
Click to expand...
Click to collapse
So, you unlocked?
Yes! Was hoping for Paranoid Android so I think I've got a way to go yet
danielpinto8zz6 said:
So, you unlocked?
Click to expand...
Click to collapse
LWolfie said:
Yes! Was hoping for Paranoid Android so I think I've got a way to go yet
Click to expand...
Click to collapse
nice
I'm all systems go now, I really wanted to say thanks because this wouldn't have been possible without you
danielpinto8zz6 said:
nice
Click to expand...
Click to collapse
I dont understand a thing, the x722 is the same recovery of x720?
mauronofrio said:
I dont understand a thing, the x722 is the same recovery of x720?
Click to expand...
Click to collapse
Yes recovery is the same. It works because kernel is the same
danielpinto8zz6 said:
Yes recovery is the same. It works because kernel is the same
Click to expand...
Click to collapse
Ok, so my tool support also x722
mauronofrio said:
Ok, so my tool support also x722
Click to expand...
Click to collapse
You need a specific rom to unlock bootloader

Redmi Note 7 Pro(Violet) Bootloader Unlocking, flashing twrp and root tutorial

**I am not responsible for anything that may happen to your phone as a result of installing any roms and kernels or due to following this guide. You do so at your own risk and take the responsibility upon yourself**
This Guide is accurate and updated to help you unlock your bootloader and flash custom recovery like twrp.
But before you get started, please back up all your important data and make sure that your battery is charged at least 60% or else it may get your device bricked.
Requirements: All the drivers mentioned below, Windows PC, cable, Redmi Note 7 Pro and some general knowledge obviously
Step by Step: Official Unlock Process
1> Disable driver signature enforcement in Windows(Just in case)
If your computer doesn’t recognize Xiaomi drivers then please disable driver signature enforcement. How to do this please read here: http://en.miui.com/thread-237673-1-1.html
2> Install ADB and Fastboot tools with drivers on Windows
How to install adb and fastboot please read here: Click Here
How to install Mi drivers- Click Here (Optional, Just in case)
3> Enable "OEM unlocking" and "USB debugging" in your device
a. Enable Developer Options in: Settings/About Phone/MIUI version. Click on MIUI version seven times
b. Now go to: Settings/Additional Settings/Developer Options and check "OEM unlocking" and "USB debugging"
4> Connect your phone to PC via USB cable and wait for a minute or 2 to make sure your PC install Redmi specific drivers and after that open cmd by searching or press "Windows+X" and open PowerShell and type "adb devices" and then check your phone for any prompt and press "Yes" or "Allow" and also tick the check box that's says "Always allow for this computer" and after that it will display your phone's serial number in cmd. If it shows no devices found then that means you've missed a step. Follow all the steps properly and your device will appear there..
5> Check if your bootloader is locked
a> Type "adb reboot bootloader" and then your phone should enter fastboot with Mi bunny logo and in if it's doesn't then try this method- Turn off your phone, then enter the fastboot mode by holding together "Volume Down + Power" and then connect your device to your computer via USB cable (best would be the original cable)
b> Go to the folder where you have put the "ADB and Fastboot" and open a command window inside that folder. To do that hold together "Shift + Right Click" on any empty white space inside the folder and then select "Open PowerShell Window Here" or "Open Command Window Here"
c> Enter the terminal command in command line: "fastboot devices" and it should once again show your device..
If you don't see your device it means that the drivers weren't installed properly or the device wasn't connected properly. If this happens please reinstall your drivers again or try these drivers here(only install this if everything else fails):
http://xiaomiadvices.com/download-xiaomi-usb-drivers/
d> If you see your device then enter the terminal command in command line: "fastboot oem device-info"
If your bootloader is locked, you'll get the following status (or something similar):
…………………………………………………………………….
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.058s]
finished. total time: 0.063s
………………………………………………………………………
If your bootloader is unlocked, you'll get following status (or something similar):
…………………………………………………………………….
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.053s]
finished. total time: 0.055s
………………………………………………………………………
6> Unlock the Bootloader
a> Create a Mi Account: https://global.account.xiaomi.com/pass/register
b> Connect your Mi Account to your Device-
Go to: Settings/Additional Settings/Developer Options/Mi Unlock status and check "Add account and device" and add the Mi account that you just created
Unlocking the bootloader will erase all your data! So please back up your data before you unlock the bootloader!
c> You must enable "OEM unlocking" and "USB debugging"
d> You must connect your Mi Account with your device
e> Download Mi Unlock Tool here: http://en.miui.com/unlock/download_en.html
f> Install Mi unlock tool and launch it and after that it will ask for phone number that you used to create the Mi account. Type that and then get otp and type that as well and then it ask you to enter fastboot
g> Enter the fastboot mode by holding together "Volume Down + Power" and connect your device to your computer via USB cable (best would be the original cable)
h> Start the Unlock process
i> Follow the unlock tool instructions until the unlock procedure is finished or it may ask you to wait 72 hours or more. In that case wait till that period and then try unlocking again
j> Reboot your device
Is your bootloader actually unblocked?
To check this, go back to step 5.d and run the command or go to developer settings/Mi unlock status and you will see that your device is unlocked if you've followed this guide correctly..
Install the TWRP Recovery
Once you device is unlocked,
1> Boot your phone into Fastboot(you already know how to do that by now).
2> Then open a command prompt in the folder where twrp image file is located and connect your device to PC and run "fastboot devices"and it should show your device and then
3> Type "fastboot flash recovery twrp(type the actual name of twrp here). img"
4> Boot into recovery before rebooting and to do this, type- "fastboot boot twrp-3.2.1.0-violet.img" or "fastboot reboot recovery" or do it manually by holding "Volume up+Power"
Link for twrp- Not yet available. To be updated soon
Root Your Smartphone
First boot into your OS and then
Go to twrp/Install and select Magisk file and flash it and then reboot.
Now, you've successfully rooted your device.
Link for Magisk(Root)- Click Here
Install A Custom Firmware
Not yet available. To be updated soon.
Credits to xda and miui for useful links of drivers
If my guide helped you please click "thanks" and enjoy your custom roms
any word on a fastboot ROM being released yet?
Enddo said:
any word on a fastboot ROM being released yet?
Click to expand...
Click to collapse
There is no such thing as fastboot rom.. Any rom can be on installed via twrp or fastboot but fastboot process is difficult for newbies that's why people use twrp.. and did you really expect a rom this early?? Really? kindly wait and let everyone get a device first..
SteelBodyX said:
There is no such thing as fastboot rom.. Any rom can be on installed via twrp or fastboot but fastboot process is difficult for newbies that's why people use twrp.. and did you really expect a rom this early?? Really? kindly wait and let everyone get a device first..
Click to expand...
Click to collapse
Generally xiaomi release both recovery and fastboot flashable rom simultaneously but fastboot rom pkg can be leaked from factory build .however recovery mode flashable Rom may be available thereafter ,also mi team aggressively builds and packs rom so both can be available at mi server but link not publically revealed .
You can rewrite a recovery flash updater script with fastboot partitions but absolutley cant use fastboot pkg as it is in recovery mode.
Camlin3 said:
Generally xiaomi release both recovery and fastboot flashable rom simultaneously but fastboot rom pkg can be leaked from factory build .however recovery mode flashable Rom may be available thereafter ,also mi team aggressively builds and packs rom so both can be available at mi server but link not publically revealed .
You can rewrite a recovery flash updater script with fastboot partitions but absolutley cant use fastboot pkg as it is in recovery mode.
Click to expand...
Click to collapse
That's stock miui rom.. stock roms always are fastboot and recovery supported and i get that.. And by fastboot rom if you mean leaked miui builds and xiaomi.eu rom, then they are once again stock firmware based and not really custom rom.. I only created this thread for clear guide on unlocking bootloader, twrp and installing custom rom.. So what's the point of name calling.. jeez.. peace out buddy..
My only objective is to get twrp up and running as soon as i get the device.. And device haven't even sold yet, not even in china.. So i standby by my point for everyone to kindly wait for a while.. flashing leaked builds and stuff like this is what gets devices bricked especially since note 7 has anti rollback enabled.. If the leaked build is downgraded than that firmware, even by small version number, device is bricked.. So i want everyone to be careful.. but if anybody wants to do that, then sure go right ahead.. it's your choice
SteelBodyX said:
That's stock miui rom.. stock roms always are fastboot and recovery supported and i get that.. And by fastboot rom if you mean leaked miui builds and xiaomi.eu rom, then they are once again stock firmware based and not really custom rom.. I only created this thread for clear guide on unlocking bootloader, twrp and installing custom rom.. So what's the point of name calling.. jeez.. peace out buddy..
Click to expand...
Click to collapse
FYI
Stock roms from Xiaomi come in two formats
1. a stock rom package which you can flash from recovery (twrp) or through system updater (aka choose update package). These are full stock roms (not OTAs). These cannot be flashed via fastboot or MiFlash tool. These have the actual market name of the device in the file name and can be found here.
https://en.miui.com/download.html
2. fastboot roms, these are full roms which need to be flashed either via fastboot or using MiFlash tool. these cannot be flashed using a recovery or system updater. These have the codename of the device in the file name.
Hope this clears your misconception.
munchy_cool said:
FYI
Stock roms from Xiaomi come in two formats
1. a stock rom package which you can flash from recovery (twrp) or through system updater (aka choose update package). These are full stock roms (not OTAs). These cannot be flashed via fastboot or MiFlash tool. These have the actual market name of the device in the file name and can be found here.
https://en.miui.com/download.html
2. fastboot roms, these are full roms which need to be flashed either via fastboot or using MiFlash tool. these cannot be flashed using a recovery or system updater. These have the codename of the device in the file name.
Hope this clears your misconception.
Click to expand...
Click to collapse
I get it just fine.. fastboot roms that you say are also called factory images.. i get it.. When i mentioned stock miui is recovery and fastboot supported, I meant stock rom supporting both recovery and fastboot version but I'm not interested in miui so i wrote in shortcut and didn't write in detail like u did mentioning individual version cause I've no interest in miui so why write so much about it in this thread.. when i said any rom can be flashed via twrp or fastboot, I meant custom rom not memeUI/miui.. i never said anything about supporting miui or fastboot roms that you say.. i never mentioned anything about it so no point in attacking me over it.. Peace.. No hard feelings if you like miui.. I like aosp so i plan to support that only in this thread.. No more OT discussion.. No hard feelings once again.. I'd to keep discussion aosp related..
I've got a noobish question - would flashing a global rom on chinese/indian version of RN7 somehow enable global bands?
1375965485501144093271341 said:
I've got a noobish question - would flashing a global rom on chinese/indian version of RN7 somehow enable global bands?
Click to expand...
Click to collapse
There are ways to enable lte bands by modifying nv files but still you won't get any signals in that band, not unless xiaomi themselves include the blobs required to enable those band and the antenna must be capable of accepting it as well.. So, short answer no unless one manages to get the right blob and hardware support..
TWRP Already Available?
ET360 said:
TWRP Already Available?
Click to expand...
Click to collapse
no.. I didn't get the device in first sale.. will try to buy in next sale
Waiting 360 hours to unlock bootloader lmaoo
moriyaprateek said:
Waiting 360 hours to unlock bootloader lmaoo
Click to expand...
Click to collapse
Do you have old mi account? then in that case, use that.. It's 72 hours for old mi account..
SteelBodyX said:
Do you have old mi account? then in that case, use that.. It's 72 hours for old mi account..
Click to expand...
Click to collapse
I am using the old account 360 hours wtf lol
Does anyone know a way to bypass this?
moriyaprateek said:
I am using the old account 360 hours wtf lol
Does anyone know a way to bypass this?
Click to expand...
Click to collapse
Don't try unofficial.. wait.. there could be problems with unofficial unlocks.. kindly wait or try making 2 or 3 more accounts and try those as well..
Just wondering, can someone testing about arp (fastboot getvar anti) via adb, thx
moriyaprateek said:
I am using the old account 360 hours wtf lol
Does anyone know a way to bypass this?
Click to expand...
Click to collapse
Search on youtube u get tons of videos
kishangupta009 said:
Search on youtube u get tons of videos
Click to expand...
Click to collapse
Didn't get any reliable ones. Could you pm me if you have something that worked?
ert0RESTRAIN said:
Just wondering, can someone testing about arp (fastboot getvar anti) via adb, thx
Click to expand...
Click to collapse
The value is '1' for some obscure reasons. Credit goes to @ravinder0003 for the assistance.
can anyone email me a aida64 report for note 7 pro, or i have to start a thread

how to root vivo Y17

how to root vivo Y17 android 9. I have done a variety of ways. but nothing worked
help me master
I have vivo y17 also
I tried to unlock bootloader using this codes:
fastboot oem unlock
fastboot oem unlock-go
fastboot flashing unlock
fastboot flashing unlock_critical
fastboot bbk vivo_bsp unlock_vivo
Bootloader still locked, so no point of unlocking bootloader
I have theory, might not true, if you install the stock rom of the vivo (yours) and modify some files
Then you manual wipe data, and manual install software that has been modified
I not yet tried that yet
I also have vivo y17 1902
I also try everything from fastboot to every tool to unlock bootloader (fast boot commands also)
Nothing work for me
I think it not working because get_unlock_ability is set to 0 by manufacturer and Turning on OEM unlock will not make get_unlock_ability to 1 and it's because manufacturer is permanently lock bootloader.
I have idea we can just replace stock recovery from firmware to custom recovery (twrp) simple then we don't even need to unlock bootloader and we can flash magick .
Darkdeadpool said:
I also have vivo y17 1902
I also try everything from fastboot to every tool to unlock bootloader (fast boot commands also)
Nothing work for me
I think it not working because get_unlock_ability is set to 0 by manufacturer and Turning on OEM unlock will not make get_unlock_ability to 1 and it's because manufacturer is permanently lock bootloader.
I have idea we can just replace stock recovery from firmware to custom recovery (twrp) simple then we don't even need to unlock bootloader and we can flash magick .
Click to expand...
Click to collapse
How can we do it?
Pls explain

Categories

Resources