[TUT] Unlocking 262 000 ADEUBK and all other - LG Optimus 4X HD

These are the steps i did for successfully unlocking my Bootloader.
My LG Optimus 4x HD: 262 000 ADEUBK and all other
UPDATED!!!
Download:
- Software from: http://forum.xda-developers.com/showthread.php?t=2069723
- Recovery: http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.3.1-p880.img
- root: http://www.uploadtak.com/images/j794_root.rar (we need only the Superuser.zip inside)
Steps:
(if you already on 20a go to the important step)
1. flash the 20a ADEUBK by this tu. http://forum.xda-developers.com/showthread.php?t=2069723
2. enable ADB
3. boot to stock recovery (1. Power Off your ox4 / 2.Volume down Key + Power Key)
4. choose: Update over adb
5. PC: open command promp(windows) or Linux Console
6.
PHP:
adb sideload superuser.zip
now you have root
7. boot to android
8. flash CWM recovery (we need only root for this!)
9. go to this folder who is the recovery img
PHP:
adb push recovery-clockwork-touch-6.0.3.1-p880.img /sdcard/
adb shell
su
cat /mnt/sdcard/recovery-clockwork-touch-6.0.3.1-p880.img >/dev/block/mmcblk0p1
sync
Important step for the unlock
Use this script:https://www.box.com/s/4jhgrlhajvpcsgtc1avp
or for win users
http://forum.xda-developers.com/showpost.php?p=40593956&postcount=67
or
Code:
adb shell
su
cat /sys/firmware/fuse/odm_reserved >/data/local/tmp/odm_reserved
echo 0x00000000000000000000000000000000000000000000000000000040000000c8 > /data/local/tmp/odm_reserved
echo /data/local/tmp/odm_reserved >/sys/firmware/fuse/odm_reserved
10. boot to bootloader
PHP:
adb reboot bootloader
PHP:
fastboot oem unlock
11. unlock over Volume key and enter with power key
12. wait 60 sec
13. unplug the cable and battery and put it again in
14.
PHP:
adb reboot bootloader
15. when you see the bootloader picture you can use fastboot
16.
PHP:
fastboot getvar all
bootloader unlock :Yes
security ff
And now you can choose
Restore the backup of the stock rom or download CyanogenMod+gapps (flash CyanogenMod >>)
Sorry my bad english
Jan

Are there european languages in china 20A? And if i use cm10?

Derjan23 said:
When you reflash a KDZ file the unlock is gone!!!!
Click to expand...
Click to collapse
then it is no real unlock...

laufersteppenwolf said:
then it is no real unlock...
Click to expand...
Click to collapse
Good point. OP let's see some proof of cm10 on your device
Sent from my rooted P880

if it works. who care , we can flash cm10!!

Zeph90 said:
if it works. who care , we can flash cm10!!
Click to expand...
Click to collapse
right, but i don't think that it'll work... cause the real unlocked bootloaders stay unlocked, no matter what you flash...

laufersteppenwolf said:
right, but i don't think that it'll work... cause the real unlocked bootloaders stay unlocked, no matter what you flash...
Click to expand...
Click to collapse
I´ve got security error when entering recovery...

so derjan23 camon post some screen

Fladder72 said:
I´ve got security error when entering recovery...
Click to expand...
Click to collapse
due to the missing signature...

laufersteppenwolf said:
then it is no real unlock...
Click to expand...
Click to collapse
And where is the difference?
I can do the same!!!

so it's all junk?

Looks like it, I'm trying it anyway just to confirm, then we can lay another thread to rest
Sent from my rooted P880

Derjan23 said:
And where is the difference?
I can do the same!!!
Click to expand...
Click to collapse
there is for sure a limitation somewhere... cause this is not the way the bootloader is meant to be/get unlocked...
what does the hidden menu say?

i've got lge security.. can't enter in cwm recovery

Derjan23 said:
And where is the difference?
I can do the same!!!
Click to expand...
Click to collapse
Proove it or go away
Sent from my rooted P880

Zeph90 said:
so derjan23 camon post some screen
Click to expand...
Click to collapse
What do you want to see?

Zeph90 said:
i've got lge security.. can't enter in cwm recovery
Click to expand...
Click to collapse
laufersteppenwolf said:
Fladder72 said:
I´ve got security error when entering recovery...
Click to expand...
Click to collapse
due to the missing signature...
Click to expand...
Click to collapse
see this

Derjan23 said:
What do you want to see?
Click to expand...
Click to collapse
Photo proof of CWM working, everyone here has got security error, plus you're saying to install it before unlock which we already know doesn't work. If ypu really have then I don't know what you did
Sent from my rooted P880

Derjan23 said:
What do you want to see?
Click to expand...
Click to collapse
what does the hidden menu tell you about the BL unlock state?

laufersteppenwolf said:
what does the hidden menu tell you about the BL unlock state?
Click to expand...
Click to collapse
+1
Sent from my rooted P880

Related

[How to] Root from stock 4.2.x in 1 minute

Since I've seen many people downgrade to 4.1.2 just to use unsecure kernel first and root then upgrade to 4.2 and some still wonder how to install root on latest stock android, here's easy steps for you:
1. Let's say you have just installed factory image from Google. You don't need unsecure kernel. Download SuperSU Binary for CWM to your tablet.
2. Reboot to bootloader (adb reboot bootloader)
3. Type: fastboot flash recovery xxxxxx.img (where xxxxxx.img will be the filename of your favorite recovery. I choose CWM Touch since it's working good)
4. Boot to recovery and install SuperSU Binaries.
5. Reboot and you are done! Now you have fully working root without modified unsecure kernel fast and easy.
Note: tested it twice and it works. Hope this clears some questions.
Hit thanks if that helped you.
Have a nice evening!
Edit: Works for all android versions.
Actually, you forgot to mention unlocking the bootloader.
OK...so I will still get OTA updates?
I can beat that
Code:
fastboot boot superboot.img
Wait for the bootanimation (the colorfull X) to show up, reboot (by holding the power button till it reboots if it got stuck at the anim) - DONE
mrao said:
OK...so I will still get OTA updates?
Click to expand...
Click to collapse
Fotakill.apk
mrao said:
OK...so I will still get OTA updates?
Click to expand...
Click to collapse
Yes unless you change any system apps or odex files.... If you don't want ota updates install from market fotakill.apk
I am not so sure about using adb commands etc I use the root kits and these work fine on 4.2 and 4.2.1
Sent from my LT15i using xda premium
Declan.Gao said:
Actually, you forgot to mention unlocking the bootloader.
Click to expand...
Click to collapse
Of course you must have unlocked bootloader first, as well as usb debugging if you wanna reboot via adb.
HellcatDroid said:
I can beat that
Code:
fastboot boot superboot.img
Wait for the bootanimation (the colorfull X) to show up, reboot (by holding the power button till it reboots if it got stuck at the anim) - DONE
Click to expand...
Click to collapse
This is not a competition. Just quick help for users.
mrao said:
OK...so I will still get OTA updates?
Click to expand...
Click to collapse
As long as you stay stock - yes.
Jack Barrett said:
This is not a competition. Just quick help for users.
Click to expand...
Click to collapse
Sorry Sir, usually UK folks carry a certain sense of humor with them.
Shall I undo (delete) my posting?
Cool...thanks...what i meant was that I wanted the OTA updates...that answers it..thanks
Jack Barrett said:
3. Type: fastboot flash recovery xxxxxx.img (where xxxxxx.img will be the filename of your favorite recovery. I choose CWM Touch 6.0.1.9 since it's working good)
Click to expand...
Click to collapse
My 2 cents:
sudo fastboot flash recovery xxxxxx.img
I was frustrated "Waiting for device ..."
linuxwarrior said:
My 2 cents:
sudo fastboot flash recovery xxxxxx.img
I was frustrated "Waiting for device ..."
Click to expand...
Click to collapse
1. Driver problems (sudo? I bet you use linux) or
2. Adb started already. Kill it.
Sent from my Nexus 7 using Tapatalk 2
Bump so noobs can stop struggle with nexus 7 toolkit and install sdk blah blah...

adb sideload is not working (Android system recovery 3e)

Hello Geeks
I need a big help from you guys
i have a problem with my O4x recovery functions (3e)
when i hold and press down (-) key and turn on power, i can go to Android System Recovery (3e).
when i tried to update custom ROM using *Apply update from Adb*, it is not working.
i have error message at the end after "adb sideload filename.zip", Installation Aborted.
i can't update anything from this. and my stock rom has crushed somehow.
any help or advice will be much appreciated
Big thanks in advance!
ydoubleun
anyone got experience with it?
please.
i will have a long night again
ydoubleun said:
anyone got experience with it?
please.
i will have a long night again
Click to expand...
Click to collapse
procedure to flash custom roms is:
1. root the device
2. flash CWM Recovery 6.0.3.1
3. unlock bootloader
4. flash any custom rom via recovery <install zip from sdcard> or via adb shell
gtdaniel said:
procedure to flash custom roms is:
1. root the device
2. flash CWM Recovery 6.0.3.1
3. unlock bootloader
4. flash any custom rom via recovery <install zip from sdcard> or via adb shell
Click to expand...
Click to collapse
it was rooted by this http://forum.xda-developers.com/showthread.php?t=2180688
if you wouldn't mind can you please share me a link or tutorial for me to go further?
Thanks mate
have a good day!
ydoubleun said:
it was rooted by this http://forum.xda-developers.com/showthread.php?t=2180688
if you wouldn't mind can you please share me a link or tutorial for me to go further?
Thanks mate
have a good day!
Click to expand...
Click to collapse
ok.
so you have a rooted device.
next step is to flash recovery.
download from there: http://clockworkmod.com/rommanager/
for device LG Optimus 4X HD
version 6.0.3.1 Download Touch Recovery img
give it a short name, for example recovery.img and copied in root of sdcard.
after that open terminal (install it if is not) an run following commands:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
then power off the device and try to get in recovery mode to see if it is all ok.
after that we see to unlock the bootloader.
BTW, i hope you have a Euro Open device...
Thanks again mate
i will try and update here once i got home..
appreciated your help too..
cheers!
after that open terminal (install it if is not) an run following commands:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
then power off the device and try to get in recovery mode to see if it is all ok.
after that we see to unlock the bootloader.
BTW, i hope you have a Euro Open device...
Click to expand...
Click to collapse
I m not too familiar with Terminal (dos)? can u make it clear a bit more? sorry for requesting noob question.
BtT mine is Singapore Singtel device.
thanks again
ydoubleun said:
I m not too familiar with Terminal (dos)? can u make it clear a bit more? sorry for requesting noob question.
BtT mine is Singapore Singtel device.
thanks again
Click to expand...
Click to collapse
first install from the Play Store - Android Terminal Emulator - on the phone
su - enable superUser mode
cat - replace stock recovery with new recovery
sync - save the modifications
gtdaniel said:
first install from the Play Store - Android Terminal Emulator - on the phone
su - enable superUser mode
cat - replace stock recovery with new recovery
sync - save the modifications
Click to expand...
Click to collapse
Oh that wouldn't work for my device right now.
i have a crash stock ROM ( i guess ). as when it goes to System startup wizard. i got the message *Setting has stopped*
i can't go further steps. that's why i m trying to flash a new Rom. but this Android system Recovery (3e) made me failed.
any idea bro?
thanks
ydoubleun said:
Oh that wouldn't work for my device right now.
i have a crash stock ROM ( i guess ). as when it goes to System startup wizard. i got the message *Setting has stopped*
i can't go further steps. that's why i m trying to flash a new Rom. but this Android system Recovery (3e) made me failed.
any idea bro?
thanks
Click to expand...
Click to collapse
you need to have a functional phone (software).
that means you have to install a stock rom for your device.
you need to go to <S/W Upgrade> mode
power off the phone
press <Vol Down>
keep press <Vol Down> and insert connector of USB cable conected to computer.
please read here more stuff: http://forum.xda-developers.com/showthread.php?t=2069723&highlight=kdz+update
gtdaniel said:
you need to have a functional phone (software).
that means you have to install a stock rom for your device.
you need to go to <S/W Upgrade> mode
power off the phone
press <Vol Down>
keep press <Vol Down> and insert connector of USB cable conected to computer.
please read here more stuff: http://forum.xda-developers.com/showthread.php?t=2069723&highlight=kdz+update
Click to expand...
Click to collapse
Great. i m gonna take a look when i got back home.
cheers.
ydoubleun said:
Great. i m gonna take a look when i got back home.
cheers.
Click to expand...
Click to collapse
I have my stock rom back.
Big thanks mate
ydoubleun said:
I have my stock rom back.
Big thanks mate
Click to expand...
Click to collapse
cool!
Now, if you want custom roms, go for it!
The steps are above...
help!!!
gtdaniel said:
you need to have a functional phone (software).
that means you have to install a stock rom for your device.
you need to go to <S/W Upgrade> mode
power off the phone
press <Vol Down>
keep press <Vol Down> and insert connector of USB cable conected to computer.
please read here more stuff: http://forum.xda-developers.com/showthread.php?t=2069723&highlight=kdz+update
Click to expand...
Click to collapse
need help I cant root my optimus I have android 4.0 ics and the way to root it is the system apk but it wont open the apk it doesnt stays open ive chacked everything is fine deb but it doesn work
gtdaniel said:
cool!
Now, if you want custom roms, go for it!
The steps are above...
Click to expand...
Click to collapse
Sure Daniel
that's what i wanna do
cheers.. (if anything goes wrong,i will come back here )
have a good day!
buhor said:
need help I cant root my optimus I have android 4.0 ics and the way to root it is the system apk but it wont open the apk it doesnt stays open ive chacked everything is fine deb but it doesn work
Click to expand...
Click to collapse
you manage to do rooting of your device?
btw Daniel, hows ram using after you flashed to CyanogenMod v10.1?
i am thinking to flash to CM10.1 too.
cheers
gtdaniel said:
ok.
so you have a rooted device.
next step is to flash recovery.
download from there: http://clockworkmod.com/rommanager/
for device LG Optimus 4X HD
version 6.0.3.1 Download Touch Recovery img
give it a short name, for example recovery.img and copied in root of sdcard.
after that open terminal (install it if is not) an run following commands:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
Click to expand...
Click to collapse
i have an error after typing *cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1 : no such file or directory
what is wrong in my command?
thanks
ydoubleun said:
i have an error after typing *cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1 : no such file or directory
what is wrong in my command?
thanks
Click to expand...
Click to collapse
please check the name of file recovery.img
that file have to be in the root of sdcard and the name used in command <cat> have to be exactly the same with the name of the img file.
gtdaniel said:
please check the name of file recovery.img
that file have to be in the root of sdcard and the name used in command <cat> have to be exactly the same with the name of the img file.
Click to expand...
Click to collapse
I fixed it. Finally i got CyanogenMod:Nightly: and CWM Recovery 6.0.3.1
time to setup for first use!
thanks for all your guides!!!
see you around

How do i get TWRP on my moto g (2014)

Hello,
How do i get TWRP on my moto g (2014)?
srprashant2705 said:
Hello,
How do i get TWRP on my moto g (2014)?
Click to expand...
Click to collapse
I assume you have unlocked your bootlader?
You can either go to http://forum.xda-developers.com/mot...recovery-twrp-2-8-2-0-touch-recovery-t2979149 or download it directly at http://teamw.in/project/twrp2/275. Choose the fastboot method at the bottom of the twrp website.
Thanks for your reply. I wanted to install cm12 to get a taste of lollipop. But i installed the ota that was captured for the xt1068 without root or unlocking my my bl. Ill wait for a while before trying this out. Maybe until the devs make cm12 more stable for our devices.
Sent from my XT1068 using XDA Free mobile app
srprashant2705 said:
Ill wait for a while before trying this out.
Click to expand...
Click to collapse
That would be my recommendation too, at least cm12 related. But you definitely should install twrp so you can make a full nandroid-backup of your device. Never underestimate the usefulness of a backup. You make a backup of stock-recovery and install twrp with Flashify. So you can go back to stock recovery if a new ota arrives.
doppelhelix said:
That would be my recommendation too, at least cm12 related. But you definitely should install twrp so you can make a full nandroid-backup of your device. Never underestimate the usefulness of a backup. You make a backup of stock-recovery and install twrp with Flashify. So you can go back to stock recovery if a new ota arrives.
Click to expand...
Click to collapse
Will surely have a look into it. Do you know if we could get a double tap to wake feature? I hope cm12 gets that.
srprashant2705 said:
Will surely have a look into it. Do you know if we could get a double tap to wake feature? I hope cm12 gets that.
Click to expand...
Click to collapse
No. It's a feature that has to be integrated into the kernel. You can read about it here http://forum.xda-developers.com/showthread.php?p=57601888
doppelhelix said:
No. It's a feature that has to be integrated into the kernel. You can read about it here http://forum.xda-developers.com/showthread.php?p=57601888
Click to expand...
Click to collapse
doesnt look too encouraging. Worried about wrecking my power button. . Miss the dt2w feature from my lumia 720
Do i need to install android sdk??
srprashant2705 said:
Do i need to install android sdk??
Click to expand...
Click to collapse
No. Just Minimal ADB and Fastboot
will unlocking my BL cause me to loose all my data?
srprashant2705 said:
will unlocking my BL cause me to loose all my data?
Click to expand...
Click to collapse
Yup you will lose everything
Gerriitw said:
Yup you will lose everything
Click to expand...
Click to collapse
anyways to backup everything? coz im not on a custom recovery already?
You can try the app Helium from playstore or you can make a backup with ADB,code would be:
adb backup -all -system
To restore the backup, connect your device via ADB and:
Code:
adb restore <filename.ab>
Sent from my XT1068 using XDA Free mobile app
Ok so I unlocked my BL. Now im going to install twrp using fast boot. it says
"Download the above file into your platform-tools dir."
What directory would this be now?
srprashant2705 said:
Ok so I unlocked my BL. Now im going to install twrp using fast boot. it says
"Download the above file into your platform-tools dir."
What directory would this be now?
Click to expand...
Click to collapse
The path where your fastboot.exe resides
i seem to be doing something wrong over here.
I placed the openrecovery-twrp-2.8.4.0-titan in the folder where fastboot.exe and adb.exe reside.
my phone was in fastboot mode then i opened a cmd window in the folder where fastboot.exe is and typed "fastboot flash recovery" and i dragged openrecovery-twrp-2.8.4.0-titan into the cmd window and hit enter. I got
getvar : partition-type:recovery
getvar : max-download-size
download : 00978000
flash : recovery
Then i scroll to recovery and all i get it bootloader unlocked warning and a blank screen. wonder what im missing.
also got a problem.
i got twrp flashed, but i can not make a backup. after that disappointment i checked the app and it says "it seems we cant write to sd card properly …"
they want to patch this. but i am afraid that i can not get ota after that. is there a disadvantage ?
i always thought flashing recovery through fastboot would make the job... so why can i not do a backup.
either to internal nor sd card
edit sorry .. i found the QA
http://forum.xda-developers.com/moto-g-2014/help/qa-twrp-backup-isnt-t3012162
I am running titan prime for xt1068. Anyways to restore to stock and also lock my BL again?
srprashant2705 said:
I am running titan prime for xt1068. Anyways to restore to stock and also lock my BL again?
Click to expand...
Click to collapse
stock yes bootloader no
see my signature for stock XT0168 5.0.2
or here for stock 4.4.4 xt1068
http://forum.xda-developers.com/moto-g-2014/general/windows-tool-moto-g-2014-xt1068-dual-t2983295
reefuge said:
stock yes bootloader no
see my signature for stock XT0168 5.0.2
or here for stock 4.4.4 xt1068
http://forum.xda-developers.com/moto-g-2014/general/windows-tool-moto-g-2014-xt1068-dual-t2983295
Click to expand...
Click to collapse
Anyway to relock the boot loader?
Sent from my XT1068/69 using XDA Free mobile app

Reset Warranty Bit on Android One Devices

So, after searching and asking to no avail, I decided to test it myself, and it works!
After you unlocks your android one device, your warranty bit is set to no, even if you lock it again afterwards.
This may or may not affects your real warranty service. But better safe than sorry.
This will also locks your bootloader once again.
Download
http://goo.gl/CPTQOf
How to use
1. Download file seccfg.img above
2. Download TWRP or CWM or PhilZ, if you don't already have it
3. Enter fastboot mode
4. Boot custom recovery
Code:
fastboot boot <path/to/custom/recovery/file.img>
5. After entering custom recovery, push my seccfg.img to internal memory:
Code:
adb push seccfg.img /sdcard/
6. (Optional) Do a backup to your original seccfg before overwriting it:
Code:
adb shell dd if=/dev/block/platform/mtk-msdc.0/by-name/seccfg of=/sdcard/seccfg_original.img
7. Overwrite the seccfg:
Code:
adb shell dd if=/sdcard/seccfg.img of=/dev/block/platform/mtk-msdc.0/by-name/seccfg
8. And you are done.
To check wether your warranty bit is back or not, back to fastboot and type this command:
Code:
fastboot getvar all
Alternative method using fastboot
After downloading, enter fastboot mode, and flash the file from there by using:
Code:
fastboot flash seccfg <path/to/seccfg.img>
and you're done.
Yet another alternative method using custom recovery
Just flash attached flashable zip via custom recovery, and you are done.
awaaas said:
So, after searching and asking to no avail, I decided to test it myself, and it works!
After you unlocks your android one device, your warranty bit is set to no, even if you lock it again afterwards.
This may or may not affects your real warranty service. But better safe than sorry.
Download
http://goo.gl/CPTQOf
How to use
1. Download file seccfg.img above
2. Download TWRP or CWM or PhilZ, if you don't already have it
3. Enter fastboot mode
4. Boot custom recovery
Code:
fastboot boot <path/to/custom/recovery/file.img>
5. After entering custom recovery, push my seccfg.img to internal memory:
Code:
adb push seccfg.img /sdcard/
6. (Optional) Do a backup to your original seccfg before overwriting it:
Code:
adb shell dd if=/dev/block/platform/mtk-msdc.0/by-name/seccfg of=/sdcard/seccfg_original.img
7. Overwrite the seccfg:
Code:
adb shell dd if=/sdcard/seccfg.img of=/dev/block/platform/mtk-msdc.0/by-name/seccfg
8. And you are done.
To check wether your warranty bit is back or not, back to fastboot and type this command:
Code:
fastboot getvar all
Click to expand...
Click to collapse
Yea It Works!
help
can any one help me how to do this process..icant understand how to proceed
rahuldasari12 said:
can any one help me how to do this process..icant understand how to proceed
Click to expand...
Click to collapse
I thiink its not that important to get the warranty back (at least on Indian variants) as flashing the stock ROM via SP flash tools of fastboot does the job. Interesting procedure by the way.......
rahuldasari12 said:
can any one help me how to do this process..icant understand how to proceed
Click to expand...
Click to collapse
I think it is pretty straightforward
Saurabh K said:
I thiink its not that important to get the warranty back (at least on Indian variants) as flashing the stock ROM via SP flash tools of fastboot does the job. Interesting procedure by the way.......
Click to expand...
Click to collapse
There's currently no checking either here in Indonesia, but better safe than sorry
Again, why would you want your warranty, there is a solution of any problem on XDA ....
Sent from my Sparkle V
Saurabh K said:
Again, why would you want your warranty, there is a solution of any problem on XDA ....
Sent from my Sparkle V
Click to expand...
Click to collapse
Some problems are simply not resolvable by us, for example, in this video, the phone's light sensor is broken, can you repair it by yourself? No, and reflashing the phone doesn't help. You still needs the warranty service for something that outside your reach/knowledge.
Any manufacturing defect is always the responsibility of the company and any hardware damage done intentionally is not covered under warranty if I'm right. I appreciate your work and of course I'm not arguing.
Sent from my Sparkle V
Will it work for 8 gb devices too ?
DarkHeart Z said:
Will it work for 8 gb devices too ?
Click to expand...
Click to collapse
Yes, I personally tested this on 8 GB device.
awaaas said:
Yes, I personally tested this on 8 GB device.
Click to expand...
Click to collapse
Thanks a lot lot much more bro you guys have made our day easier than ever
awaaas said:
Yes, I personally tested this on 8 GB device.
Click to expand...
Click to collapse
And one last thing I need to know . I booted into twrp but adb is not working can I know why ?
DarkHeart Z said:
And one last thing I need to know . I booted into twrp but adb is not working can I know why ?
Click to expand...
Click to collapse
Check your device manager, maybe your device isn't yet installed properly. Install the driver manually if that actually the case.
awaaas said:
Check your device manager, maybe your device isn't yet installed properly. Install the driver manually if that actually the case.
Click to expand...
Click to collapse
Checked . No missing driver showed . same thing happened with sp flash tool too . but later after 1st unlocking bootloader driver got recognized . I am wondering if it is the cause .
DarkHeart Z said:
Checked . No missing driver showed . same thing happened with sp flash tool too . but later after 1st unlocking bootloader driver got recognized . I am wondering if it is the cause .
Click to expand...
Click to collapse
I have updated the original post with flashable zip, just flash it via your custom recovery, and you should be done.
awaaas said:
I have updated the original post with flashable zip, just flash it via your custom recovery, and you should be done.
Click to expand...
Click to collapse
Thanks bro . Will you create a flashable zip for backing up orginal seccfg ? please . since I cannot access adb from recovery so it will be really helpful for all of us
Edit : Latest twrp has this kickass feature called terminal command . this fixed my problem . I backed up my original seccfg with it .
Edit : Bro the the person who modified the recovery actually broked the adb and many other features too . I used @1cefire 's recovery and everything is perfect there . just like mini android os in recovery .
Thank you very much for this, I made my own seccfg backup after reading this thread, and I'm glad I did. I managed to restore it as well. No need to worry anymore about warranty

[Guide]Root, flash stock rom, relock bootloader, Q&A anything about zenfone 4

I no longer supported for this device because i just buy iphone 5s !
This method only can uses for WW phone
Install driver before doing anything down here : https://software.intel.com/system/files/managed/1e/e8/IntelAndroidDrvSetup1.10.0.zip
--------------------------------------------------------------------------------------------
Downgrade, un-brick and get back to stock rom from custom ROM
This version of this method is 4.3.11 (Android 4.3)
What you need to flash and relock bootloader
Relock bootloader (if your bootloader is locked u don't need to relock)
- Relock bootloader file : https://drive.google.com/file/d/0B2nQaa7nDG3FTEtTYTFLQ1NuNE0/view?usp=sharing
- Boot into droidboot and run file relock.bat from .rar file and enter
- Done !
Flash stock ROM
- ADB, fastboot (google pls!)
- System, boot, radio, .... files (download all) : https://drive.google.com/drive/u/0/folders/0B2nQaa7nDG3FSFYwRzBJOF8tYTA
- Put adb, fastboot, system.img, boot, and some more file in a folder
- Boot into droidboot and run abc.bat and enter
- Done !
Note : If your back and menu button not working just update new versions in asus.com
If you need to root android 4.x, Google have it !
----------------------------------------------------------------------------------------------------------------------
Root zenfone 4 (lollipop)
- Download : Adb, fastboot
https://drive.google.com/file/d/0B2nQaa7nDG3Fb1ZvME0tN09wMVU/view?usp=sharing
https://download.chainfire.eu/960/SuperSU/BETA-SuperSU-v2.72-20160510112018.zip?retrieve_file=1
Put updateCWM.zip and adb, fastboot in 1 folder, put supersu zip in sdcard
Boot your phone into droidboot and run this command : fastboot flash update updateCWM.zip
Wait until boot again installs supersu zip and reboot (if CWM asks fix su or anythings keep say no)
Rooted !
hi would this fix my zenfone im experiencing boot loop.. my phone is stuck on asus logo
Queensome said:
hi would this fix my zenfone im experiencing boot loop.. my phone is stuck on asus logo
Click to expand...
Click to collapse
if u can boot into droidboot, yes !
thanks a lot for this sir.. I've been searching here and there just to fix my zenfone 4
this is the only method that help me..
hi can i use this in my Asus_z007?
hellcare said:
hi can i use this in my Asus_z007?
Click to expand...
Click to collapse
no, i think z007 is zenfone 2. u should going zen 2 zone
Bootloader is locked
if the bootloader is locked and i flash these can it do some damage .. ? :crying::crying:
razat25 said:
if the bootloader is locked and i flash these can it do some damage .. ? :crying::crying:
Click to expand...
Click to collapse
no ! this working for locked bootloader .
hiimpig1 said:
no ! this working for locked bootloader .
Click to expand...
Click to collapse
Where is run123.bat ?
razat25 said:
Where is run123.bat ?
Click to expand...
Click to collapse
copy all file downloaded on #1 in 1 folder and run
hiimpig1 said:
copy all file downloaded on #1 in 1 folder and run
Click to expand...
Click to collapse
Please explain ... i cant understand it well ..
razat25 said:
Please explain ... i cant understand it well ..
Click to expand...
Click to collapse
Download all files in link on #1 and put it in a folder like this http://prntscr.com/akl033
After that, run abc.bat file and my .bat file will auto flash stock rom
hiimpig1 said:
Download all files in link on #1 and put it in a folder like this http://prntscr.com/akl033
After that, run abc.bat file and my .bat file will auto flash stock rom
Click to expand...
Click to collapse
After this the home and recents and back button wont work .. ? Why and solution..
razat25 said:
After this the home and recents and back button wont work .. ? Why and solution..
Click to expand...
Click to collapse
Download this http://dlcdnet.asus.com/pub/ASUS/Ze...user.zip?_ga=1.86742808.1477738892.1454067481
put .zip file to internal storage and unplug cable
open status bar and upgrade
after that, the touch panel firmware will auto fix when u upgrading
where is my.bat file??i could not find it
works or not
Can it work on my phone stuck at droidboot logo and no any text or command
Andreyan said:
Can it work on my phone stuck at droidboot logo and no any text or command
Click to expand...
Click to collapse
maybe, idk
hnf said:
where is my.bat file??i could not find it
Click to expand...
Click to collapse
all files in google drive link on #1
file does not exist as per ur post#1
System.img : http://1drv.ms/1sYrS3y
if any other location u can provide
i_seeque said:
file does not exist as per ur post#1
System.img : http://1drv.ms/1sYrS3y
if any other location u can provide
Click to expand...
Click to collapse
ill upload img file in 2 3 days, my upload speed is 60kbs !

Categories

Resources