Hello everyone,
This thing has happened with all of us that our phone got locked and we don't know the pattern/password/PIN or either we ran out of our chances to enter it ( I hate those small kids ). So here's how you can unlock your device without factory reset. It should work on all devices with any android version (except the ones with locked bootloaders). You don't require root for this.
The pattern is stored in /data/system/gesture.key and password/PIN is stored in /data/system/password.key. So, what I did is, I just deleted the "gesture.key" and "password.key" files.
Here's the updater-script
Code:
ui_print("Mounting /data");
run_program("/sbin/busybox", "mount", "/data");
ui_print("Removing saved pattern/password/pin...");
delete("/data/system/gesture.key");
delete("/data/system/password.key");
ui_print("Unmounting /data");
run_program("/sbin/busybox", "umount", "/data");
THINGS REQUIRED
1) minimal adb and fastboot tool installed
2) PC with fastboot drivers for your device installed (Check your device forum for fastboot drivers for your device)
3) Custom recovery image for your device. You can use any custom recovery, but twrp and cwm are preferred.
You can search in your device forum for custom recoveries.
WHAT TO DO
1) Download the zip from the attachments and place it on your device.
2) Put the recovery.img for your device in "minimal adb and fastboot" folder on your pc.
2) Open your device in fastboot mode. (Search your device forum for this)
3) Press "Shift + Right Click" in adb and fastboot folder, and choose "open command window here"
4) Now type "fastboot devices" in the cmd window to check your device. If it says, no device found then you have not installed fastboot drivers correctly.
5) Now, type "fastboot boot recovery.img" (you must use the exact name of the recovery image you downloaded or you can rename it to recovery.img)
6) Your device will reboot into recovery.
7) Now select "Install zip" and choose the UNLOCK_PHONE_BY_SASUKAY.zip on your device.
8) Reboot your device.
Done!!
Now the next time you boot, you can enter any "more than 3-dot" pattern, if it asks. You can set new pattern or whatever, now.
:silly:
I made a video to show how easy it is :-
Cool....
skype
can we get connected on skype plss unlock my device
hari2829 said:
can we get connected on skype plss unlock my device
Click to expand...
Click to collapse
This tutorial is totally noob friendly. I've tried to explain everything. If you still get stuck somewhere, pm me.
:silly:
Is that working Samsung devices?
- Marhaba Mobile's -
FaizanChauhaan said:
Is that working Samsung devices?
- Marhaba Mobile's -
Click to expand...
Click to collapse
This will work for all the device having the gesture.key and password.key files in /data/system/ directory. I'm sure it'll work on any phone with any rom. (But, you can never be 100% sure with Samsung devices )
I have a similar problem - thanks for the tips!
Talking Head said:
I have a similar problem - thanks for the tips!
Click to expand...
Click to collapse
Did it worked for you..?
You can also unlock your phone without installing any tool or app.
Try this some easy steps to unlock your forgotten pattern lock/PIN/Password.
I dread this, so thanks for the tips!
jhonwright56 said:
You can also unlock your phone without installing any tool or app.
Try this some easy steps to unlock your forgotten pattern lock/PIN/Password.
Click to expand...
Click to collapse
Brother, this won't work if you don't have internet connection and can't access the quick toggle menu.
thank you cool
najeebzoom said:
thank you cool
Click to expand...
Click to collapse
Happy to help
Video tutorial showing the complete process added
:-B :silly:
Help me pls. I manually deleted "gesture.key" and "password.key" via twrp when i deleted it it has a red line says your kernel does not support something like that but it still deleted because i can see that the "gesture.key" and "password.key" vanishes. Then i restarted my phone but still it wants to confirm my gmail. My phone is SGY-5360 samsung HELP please. THANK YOU!
Confirmed! Working on Lenovo X2 Vibe-EU!
for this method does usb debugging be enabled?
Didn't work with android 9 on htc u12+
sasukay said:
Video tutorial showing the complete process added
:-B :silly:
Click to expand...
Click to collapse
Hey mate, can you help me out fixing my phone. its Coolpad note 3 and its locked.
I tried your method listed above but when I type fastboot devices in CMD, it says "waiting for device" and nothing happens.
{
"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"
}
I dont know if my device bootloader is locked or not, I can get into fastboot yellow warning thing & USB debugging is off...... Please help, I will buy you a coffeee..
Joshua95869 said:
for this method does usb debugging be enabled?
Click to expand...
Click to collapse
Can anyone please answer this question?
Related
I was unlocking the bootloader so i could root the phone. I was successful but now my phone is stuck on the google screen with the unlocked pad at the bottom.
Through the forum i found that i'm missing the boot image so i found that.
I pulled in my phone to the computer and typed "fastboot flash boot test_boot.img". it comes up with "error: cannot load test_boot"
The same thing happened when i tried to "fastboot flash recovery recovery.img" aswell to try and fix it that way but the same error came up.
I made sure the file names were correct.
Please help!!
bozo089 said:
I was unlocking the bootloader so i could root the phone. I was successful but now my phone is stuck on the google screen with the unlocked pad at the bottom.
Through the forum i found that i'm missing the boot image so i found that.
I pulled in my phone to the computer and typed "fastboot flash boot test_boot.img". it comes up with "error: cannot load test_boot"
The same thing happened when i tried to "fastboot flash recovery recovery.img" aswell to try and fix it that way but the same error came up.
I made sure the file names were correct.
Please help!!
Click to expand...
Click to collapse
fastboot clockwork recovery then flash a rom.
I would flash clockwork but when i put the file into my SDK tools folder and then use CMD to try and flash it but i got an error. Details are in my first post.
Please help!
bozo089 said:
I would flash clockwork but when i put the file into my SDK tools folder and then use CMD to try and flash it but i got an error. Details are in my first post.
Please help!
Click to expand...
Click to collapse
do you have the recovery.img file in the same folder as fastboot?
simms22 said:
do you have the recovery.img file in the same folder as fastboot?
Click to expand...
Click to collapse
Yeah its in there.
Also, when i typed adb devices it only says "see devices attached" not the serial number.
bozo089 said:
Yeah its in there.
Also, when i typed adb devices it only says "see devices attached" not the serial number.
Click to expand...
Click to collapse
do you have the proper drivers installed? if not, go directly to PdaNets website http://junefabrics.com/android/ and have it install the proper drivers onto your computer. this way is by far the easiest way to install the drivers. download and install the free program then just follow the directions on the screen.
simms22 said:
do you have the proper drivers installed? if not, go directly to PdaNets website http://junefabrics.com/android/ and have it install the proper drivers onto your computer. this way is by far the easiest way to install the drivers. download and install the free program then just follow the directions on the screen.
Click to expand...
Click to collapse
I do have that installed. I used it to unlock the bootloader. Im trying to reinstall it using the link you provided but the phone doesn't turn on so i dont think it will work. Now in the fastboot screen on my phone it says fastboot status -FAILinvalid command
bozo089 said:
I do have that installed. I used it to unlock the bootloader. Im trying to reinstall it using the link you provided but the phone doesn't turn on so i dont think it will work. Now in the fastboot screen on my phone it says fastboot status -FAILinvalid command
Click to expand...
Click to collapse
Update: the FAILinvalid part went away but i think i might have uninstalled the pdaNet when trying to reinstall it.
bozo089 said:
Update: the FAILinvalid part went away but i think i might have uninstalled the pdaNet when trying to reinstall it.
Click to expand...
Click to collapse
OK, i did a system restore and now i have pdaNet back. I have no idea how to use it or what to do next.
Please help!
EDIT: when i typed "fastboot devices" into CMD, it shows my device!
take a screenshot of your /sdk/tools folder.
(seriously do it).
OR if you don't want to.. does fastboot appear as "fastboot" or "fastboot.exe" ?
Uploaded with ImageShack.us
There you go
bozo089 said:
Uploaded with ImageShack.us
There you go
Click to expand...
Click to collapse
Okay, yeah. I see the problem, your extensions are hidden "recovery.img" is actually "recovery.img.img" so you're fastbooting a invalid file. What I want you to do is on the top left of a Windows explorer, it says Organize. Press that and go to folder options -> view -> hide extensions for known file types (UNCHECK THIS). Rename recovery.img.img so it appears as recovery.img not recovery.img.img
Put your phone in bootloader mode if it isn't already with USB plugged in.
The phone needs to be in bootloader mode in order for it to recognize the fastboot command.
{
"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"
}
^ appears as that.
through command prompt
cd C:\android-sdk-windows\tools\
(optional -- do this if your phone isnt in bootloader mode) adb reboot bootloader
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
and you're set. click on "thanks" if this helped you!
wow, ok so it says writing and sending went "OKAY". I assume that means it worked.
I really don't know what to do now. How do i access the clockwork menu and how do i install a ROM?
bozo089 said:
wow, ok so it says writing and sending went "OKAY". I assume that means it worked.
I really don't know what to do now. How do i access the clockwork menu and how do i install a ROM?
Click to expand...
Click to collapse
yeah that meant it worked. you can access clockwork menu by going down to RECOVERY in the menu or "adb reboot recovery"
you install a ROM by...
1. Shop around the Dev forums and look for what ROM you want to use. I personally use CM7.
2. Use netarchy's kernel (its worth it).
Steps:
1. Put ROM onto your sdcard
2. Boot into Clockwork Recovery (told you above on how to do it)
3. Wipe Factory, Dalvik, Cache
4. Flash ROM (Proceed to flash CM7 Gapps afterwards if you decide to go with CM7)
5. Flash Kernel (Optional)
6. Reboot!
Ahhh, i updated without looking at your post first. Can i put the kernal on now that ive rebooted?
thank you for your help and time
hello there, i am trying to root my htc one x+
But while typing "fastboot oem get_identifier_token" to unlock the bootloader, i get the response "waiting for device" forever!
on the phone,it is showing "fastboot usb" and also the cell is being detected on normally being connected to the pc!
I even checked the device manager, all the drivers are proper, no exclamation mark near the htc device.
I downloaded the fastboot files from htcdev and ran it. Also downloaded and installed Android SDK as mentioned on htcdev.Also downloaded AdbWinApi.dll and Adb.exe from here:
http://adbshell.com/download/download-adb-for-windows.html
Placed all of them in a separate folder &ran the above command.
Also i copied adbwinapi.dll and adbwinusb.dll in win\system32 just in case.
i also ran the adb.exe
Also turned off the fastboot option on the device
Also restarted the pc and left it overnight just in case....
I have no idea what's going wrong! Any help!
quantum94 said:
hello there, i am trying to root my htc one x+
But while typing "fastboot oem get_identifier_token" to unlock the bootloader, i get the response "waiting for device" forever!
on the phone,it is showing "fastboot usb" and also the cell is being detected on normally being connected to the pc!
I even checked the device manager, all the drivers are proper, no exclamation mark near the htc device.
I downloaded the fastboot files from htcdev and ran it. Also downloaded and installed Android SDK as mentioned on htcdev.Also downloaded AdbWinApi.dll and Adb.exe from here:
http://adbshell.com/download/download-adb-for-windows.html
Placed all of them in a separate folder &ran the above command.
Also i copied adbwinapi.dll and adbwinusb.dll in win\system32 just in case.
i also ran the adb.exe
Also turned off the fastboot option on the device
Also restarted the pc and left it overnight just in case....
I have no idea what's going wrong! Any help!
Click to expand...
Click to collapse
Hello first run
Code:
fastboot devices
if you can see your device the procceed with your command. If you can't see it something is wrong with the fastboot configuration.
root-expert said:
Hello first run
Code:
fastboot devices
if you can see your device the procceed with your command. If you can't see it something is wrong with the fastboot configuration.
Click to expand...
Click to collapse
nopes...on typing "fastboot code", it redirects me to the current directory:
{
"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"
}
what to do?
Are you sure you are in fastboot mode?
root-expert said:
Are you sure you are in fastboot mode?
Click to expand...
Click to collapse
pretty sure...u can see the pic at:
What now!? :crying:
quantum94 said:
pretty sure...u can see the pic at:
What now!? :crying:
Click to expand...
Click to collapse
First of all download and install the official andorid sdk from google and then try to run fasyboot from there.
Follow these instruction to install the complete sdk tools.
If this doesn't help try reinstalling your device drivers.
root-expert said:
First of all download and install the official andorid sdk from google and then try to run fasyboot from there.
Follow these instruction to install the complete sdk tools.
If this doesn't help try reinstalling your device drivers.
Click to expand...
Click to collapse
sorry for the late reply....
I tried the same thing on different pc and it worked!
But i have another problem!
I installed cm11 nightly for my on my x plus from here:
http://get.cm/get/qG0
After that my imei has gone blank along with the baseband version.
I did a bit of research and found that by using ruu, u can get the imei back.
So for that i needed turn my s-on to s-off by the foll commands:
adb reboot
if i am not mistaken, while the phone is rebooting i am supposed to put the 2nd command:
adb wait-for-device push firewater /data/local/tmp
The problem here that I think is the phone reboots so fast that i guess the command fails to execute and i get an error saying :
error protocol fault (no status)
So, how to turn off fastboot or quickboot in cm11? There is absolutely no option in the phone. I tried battery settings,power settings, everything!
is there a way to disable fastboot/quickboot in bootloader mode?
plz help!
Original Article : https://www.asus.com/zentalk/tw/thread-177291-1-1.html
[email protected] post the root guild for zenfone 3.
I translate his article to English version.
I didn't try this method yet, but I think it should work.
If you want to root your zenfone 3, you can following this guide to root your device.
============================
[Update] All-in-one zip (unlock App+driver+adb+fastboot+twrp+SuperSU.zip) :
https://github.com/snowwolf725/RootZenfone3/archive/master.zip
Firstly, you should use the following official unlock tool to unlock Boot-loader.
[Update] If you want to receive OTA notify, you should use Un-official bootloader unlock method.
Un-official bootloader unlock method
ZE552KL
http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE552KL/ZE552KL_SIGNED_Android_M_UnlockTool_2016_0715.zip
ZE520KL
http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE520KL/ZE520KL_SIGNED_Android_M_UnlockTool_2016_0715.zip
After you unlock your device, you can download the TWRP recovery image, and follow the guide to root your device.
TWRP recovery img :https://mega.nz/#F!kl8lmKRL!ZbLvz1b4YgLMr_n09vRrTA
twrp-3.0.2-Z012D.img (TWRP for ZE552KL)
twrp-3.0.2-Z017D.img (TWRP for ZE520KL)
dot.supersu (.supersu)
If your device is ZE552KL, then you should download twrp-3.0.2-Z012D.img + dot.supersu
If your device is ZE520KL, then you should download twrp-3.0.2-Z017D.img + dot.supersu
If you want to build recovery image by yourself, you can clone the git source tree, and compile by yourself.
https://github.com/shakalaca/android_device_asus_ze520kl
https://github.com/shakalaca/android_device_asus_ze552kl
How to root your device:
1. Boot your zenfone 3 to boot-loader mode (you should firstly turn the phone off, then press and hold the volume up and power buttons )
2. Install android tools on your pc. (http://forum.xda-developers.com/showthread.php?t=2588979)
3. Connect your mobile to PC, then use following command to flash TWRP image to your zenfone.
Code:
fastboot flash recovery twrp-3.0.2-xxx.img
4a. Hold the volume down button, and use following command to boot into recovery mode. (if menu appears, please select recovery mode)
Code:
fastboot reboot
4b. Boot your zenfone 3 to recovery mode (you should firstly turn the phone off, then press and hold the volume down and power buttons )
5. After boot into TWRP recovery, select "keep system read only" in TWRP recovery menu.
6. Use following command to push .supersu file into /data .
Code:
adb push dot.supersu /data/.supersu
7. Select "ADB Sideload" in TWRP menu, then use following command to push root files.
(SuperSu.zip http://forum.xda-developers.com/apps/supersu/stable-2016-09-01supersu-v2-78-release-t3452703)
Code:
adb sideload SuperSU.zip
{
"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"
}
8. reboot and enjoy your rooted device.
PS. If you got OTA notify, you can flash the stock image to un-root your device.
Stock boot.img and recovery.img files can be find in following URL:
https://mega.nz/#F!ok0V0RIA!5WKtHe98opzjVI3NPbM7Ww
Who can test ?
superuser.pm said:
Who can test ?
Click to expand...
Click to collapse
its 100% working bro
Does the unlock tool really wipe the data on the device??
aelzki said:
Does the unlock tool really wipe the data on the device??
Click to expand...
Click to collapse
yes its wiping entire phone.
can i root the phone without uncloking the bootloader ?
BentotKulangot said:
its 100% working bro
Click to expand...
Click to collapse
Are u trying? 7up screenshot for everybody . ..
superuser.pm said:
Are u trying? 7up screenshot for everybody . ..
Click to expand...
Click to collapse
This is work.. now i have rooted phone and installed xposed
after rooted? we can get OTA? or no? if not how to get the OTA?
i must unlock bootloader before flash twrp ?
on phone turn on or off USB debugging mode ?
100% working
I have been waiting and waiting for this post. worked instantly, with no headaches. Well just remember to back up your stuff first.
Thanks to OP for the translation!
Won't allow me to post the image or link being so new. Just try it out.
drive.google.com/open?id=0B08xanlQWY50UHhEZlBfM1BncWs
sorry mods if this is bypassing the spam guards.
i cant get OTA UPDATES after unlock the bootloader LOL
They do warn you specifically that pushed updates will no longer happen.
I think the solution is to find the updates from ASUS and use an app like FlashFire
There is a request for a Rom on the cyanogen forums.
Xposed worked like a charm.
It also appears that the kernel source is available although I'm not sure from where.
Still not sure where to find the ASUS updates
Thank you very much it works perfect, but how do you flash the recovery.img and boot.img to un-root?
TWRP Decrypted and Couldnt Mount Storage
Thanks for the guide, its 100% worked!
But I have a problem. I couldnt mount storage to instal ZIP file. Also my TWRP said its encrypted, and i dont what password to decrypt is.
Anybody know how to solve this?
Is there any CN stock recovery to download?
i got error device 'null' not found when trying to sideload the supersu. help me please
Chandro-ID said:
i got error device 'null' not found when trying to sideload the supersu. help me please
Click to expand...
Click to collapse
I got this problem too, just install the super su from twrp solved my problem
Will it work for ZS570KL?
{
"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"
}
Tutorials and the tools are not my work, so I don't take any credit. However, the tutorial is come from China. I combine my experience and translate them as much as I can to english.
Instructions:
First, download the root files (at the bottom of this post) accroding to your tablet model (at the back of your tablet) and install the driver in the computer.
Please install in the following order:
1) iSocUSB-Driver-Setup-1.2.0.exe
2) IntelAndroidDrvSetup1.5.0.exe
3) PhoneFlashTool_5.3.4.0_win32.exe
Pay attention to the following points
a) you must install those driver in the above order
b) Don't change the install location of those driver
c) Close your antivirus software to avoid unknow problem
Then, go to Settings>Developer Options>USB Debugging. Enable OEM Unlock and enable USB Debugging Mode
Now, connect your X80 Plus to the computer,
Open a Command Prompt window in "Root X80 Plus H6C3" folder (To open a Command Prompt window in any folder, hold down the shift key and right-click on the folder) and enter the following command
Code:
adb reboot bootloader
Press Enter
Wait for the device to enter fastboot mode
Code:
fastboot oem unlock
Press Enter to unlock the oem and enter the following command
Code:
fastboot flash boot boot.img
Press enter to flash the kernal, then enter the following command
Code:
fastboot reboot
This command will restart your tablet.
It is normal that tablet reboot 3 to 4 times automatically, just wait for it. (turn on the tablet yourself if the tablet do not reboot automatically)
After your device is on, check that Wifi and bluetooth works or not. (Wifi and Bluetooth may not works with the replaced kernal, just perform a factory reset)
If everything is ok, enter the following command
Code:
root.bat
Wait for the Command Prompt until it stuck at this command, "adb shell su --daemon"
Now, disconnect the tablet and reboot it manuly
After the device was booted up, Supersu already become a part of system app.
Open Supersu now, it will notify that the SU binary needs to be updated. You must need to install the binary once, but you will fail at 100%(unless there is a miracle, and your tablet is root successfully, congratulations)
Close Supersu and reconnect the tablet, enter the following command again.
Code:
root.bat
Now the command prompt should run all of the command smoothly and Supersu should have no message about the SU binary update !!
Therefore, if your Supersu shows nothing (works properly), your tablet is rooted, thats amazing.
If Supersu keep notifing, please enter the following command again and wait for it to boot up automatically until Supersu have no message about the binary update.
Code:
root.bat
Note that this root method are not stable yet
Known issues:
1) Old version of Titanium Backup was unable to execute the SU command
2) LBE are not 100% compatible with this root
Post reply if you have any requires or problem.
Stock Rom for X80 Plus just in case you need them, and the instruction will be translated later
H6C3 and H5C5
Root files: H6C3 and H5C5
Sorry for my bad english
Hi and thanks for sharing.
Is there a custom recovery to install?
I would like to install xposed framework, but don't know how to install the zip file...
Thanks
thanks and your thread on teclast's forum where the link was crash, please repair.
Thanks a lot
Can someone confim that this method works?
Jeconxis said:
thanks and your thread on teclast's forum where the link was crash, please repair.
Click to expand...
Click to collapse
You can try to flash xposed using flashify!
woody4165 said:
Hi and thanks for sharing.
Is there a custom recovery to install?
I would like to install xposed framework, but don't know how to install the zip file...
Thanks
Click to expand...
Click to collapse
Working hard on it now
hahaha1111 said:
Working hard on it now
Click to expand...
Click to collapse
looking forward to this!
Thaaanks a lot @hahaha1111 !!! I tried that on my all new H6C4 received this morning with your H6C3 files and anything is working perfectly !!! Many thanks again !!!
BTW: Any way to update SuperSU binary then?
I tried your method on my H5C6 and it worked beautifully. Thank you!
where can I use the file?
I download the file named X80 plus-win10_20160108.7z from the link. what is this, and where can I use it?
hahaha1111 said:
Working hard on it now
Click to expand...
Click to collapse
Hi @hahaha1111
any news on custom recovery?
I would like to install xposed framework, but cannot be done without custom recovery, is it correct?
Thanks
woody4165 said:
Hi @hahaha1111
any news on custom recovery?
I would like to install xposed framework, but cannot be done without custom recovery, is it correct?
Thanks
Click to expand...
Click to collapse
Hiatus
H6C4
Great! It works perfectly on H6C4.
Thanks!
Regards
RoroTiti said:
Thaaanks a lot @hahaha1111 !!! I tried that on my all new H6C4 received this morning with your H6C3 files and anything is working perfectly !!! Many thanks again !!!
BTW: Any way to update SuperSU binary then?
Click to expand...
Click to collapse
It's updated from play market with no problem.
May be it is my particular problem ( kernel 3.14.37 firmware assembly ver 3.03.20161109) but.....
WARNING TO H6C4 OWNERS! SD Card becomes unusable with this rooting files. Any SD Card after rooting recognized as 0,9 Mb size and you can't access files on it. You can't use SD Card reader too.
Please report if you do not encounter this issue.
Hi.
I'm stuck on "adb push SUfiles/Superuser.apk /data/superuser" command in root.bat
I've done all the previous steps without problems.
Before executing root.bat I have set again Usb Debug and OEM Unlock, is it correct?
Sometimes I get stuck on "adb remount"
What can I check?
Thanks
Woody
I just got this tablet a few days ago so I was wondering if it was possible to root it as I already have a primary phone that I use.
Search the WEB for "root any MTK device"
jwoegerbauer said:
Search the WEB for "root any MTK device"
Click to expand...
Click to collapse
Will the method still work even though it's not a MTK device? On CPU-Z it says it's a ARM Cortex device.
ARM Cortex is a processor technology,, what in your case is used by MediaTek when they developed and produced the chipset for your phone.
That seems to make sense. I'll try the method when my laptop charges back up. Thanks for the help
jwoegerbauer said:
Search the WEB for "root any MTK device"
Click to expand...
Click to collapse
The method doesn't seem to work because after doing
adb reboot bootloader
The device just reboots and when I do
fastboot oem unlock, it gets stuck on waiting
What's the method you always are referring to?
jwoegerbauer said:
What's the method you always are referring to?
Click to expand...
Click to collapse
The mtk one you told me about
I was following this to be more specific
The steps to prepare programmatically unlocking a phone's bootloader by means of fastboot what most people do - me included - are
Code:
adb devices <- your phone must be listed here
adb shell "getprop ro.oem_unlock_supported" <- The return value must be 1, if not then don't proceed
adb reboot fastboot <- or: fastboot reboot bootloader
fastboot devices <- your phone must be listed here
to verify the phone is succesfully connected and acting in fastboot ( aka bootloader ) mode.
If phone isn't shown then a fastboot connection doesn't got established.
adb devices - works
adb shell "getprop ro.oem_unlock_supported" - I get a 1
adb reboot fastboot - device just reboots normally
fastboot reboot bootloader - says <waiting for any device>
fastboot devices - just shows a empty line of text
{
"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"
}
You simply confirmed that fastboot isn't working.
Hints:
1. Install its latest version ( -> see my signature )
2. Additionally install the "Android USB Driver" suitable to your phone: with regards to some phones this driver is also needed to make fastboot working - may be your phone is one of these.
jwoegerbauer said:
You simply confirmed that fastboot isn't working.
Hints:
1. Install its latest version ( -> see my signature )
2. Additionally install the "Android USB Driver" suitable to your phone: with regards to some phones this driver is also needed to make fastboot working - may be your phone is one of these.
Click to expand...
Click to collapse
I've finished doing 1 and 2. Do I retry going into fastboot again?
Oskii said:
I've finished doing 1 and 2. Do I retry going into fastboot again?
Click to expand...
Click to collapse
Do what you think is right ...
It seems that the device is still unable to go into fastboot mode.
I will double check to make sure
In @Oskii 's defense, I've had some Alcatel devices that somehow seemed to have fastboot disabled (namely the Alcatel 1 / Orange Rise 54, IIRC), I don't know how though. It's just impossible to boot into any bootloader/fastboot mode (or at least I never found out how).
I *did* manage to (sort of) root them using a method I don't remember (sorry ; it was an obscure app), but it was unreliable : root wouldn't always "get applied/stick" after boot and I had to reboot and cross my fingers to make it work again.
I know it's not of much help, but still…
It's still not working :v
It cannot without booting to fastboot mode.