zimlokks
Android Expert
Ohhhhh ok. So i kno what happens if we get the bootloader unlocked but what happens if we get the keys?
we can sign boot.img's and recovery.img's nd get no security errors.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ohhhhh ok. So i kno what happens if we get the bootloader unlocked but what happens if we get the keys?
Zeest I have unpacked modified and repacked both the recovery and boot. Img files. Repushing them and trying to boot does not throw a security error (In fsstboot reboot into bootloader and run the fastboot OEM unlock command which returns the okay status. I'm not sure if it matters but I didn't test it without). I would like to build those images up with a dummy file to the same size as the stock images in case its failing a file check size. If your interested pm me I will dropbox you the modified ones and you could try it. Since I moved I haven't had time to get back to it.
QFPROMblown
qfuse
qfprom mem alloc fail
qfprom get ftm item fail
qfprom magic string
QFPROMblown
qfuse magic not match
qfuse magic match
qfuse
Your wasting your time.
The Motion and all the other LG msm8960 phones use qfuses, just like the Motorola msm8960 bootloader. Once the qfuse is blown correctly, then we'll have an unlocked bootloader. The LG bootloader was made by the same company as the moto bootloader. I'm not sure how to communicate with the QFuse, but if anyone knew, it would be candoopa since he bricked 1 phone trying to unlock his phone by trying to blow the Qfuse. If you brick by blowing the wrong qfuse, you will be perma-bricked and there is no way to undo it...so JTAG won't save you. Flashing all these other aboot files aren't going to help us.
If LG unlocked one msm8960 phone, they know that it will unlock all of them with the same tool since they are all using qfuses. The optimus vu 2 has a qfuse too, but doesn't seem to check for a blown qfuse, therefore that bootloader knows that the optimus vu 2 is already unlocked.
Optimus Vu 2 bootloader has these lines in different parts of the Hex code (in aboot.img):
Code:QFPROMblown qfuse
LG Motion has these lines in different parts of the Hex code (in aboot.img):
Code:qfprom mem alloc fail qfprom get ftm item fail qfprom magic string QFPROMblown qfuse magic not match qfuse magic match qfuse
I may be wrong about what I'm saying though.
So to me it looks like there is 3 q fuse or maybe jus two, but what im really trying to ask is all we have to do is blow one of these fuses and the bootloader will be unlocked? Or its there a special way to blow one of these fuse and then the bootloader unlocks?
been awhile since i had an unlocked phone but if i remember correctly
phones that are unlocked have the ability to enter a recovery type mode with a key combo at start that lets you flash update.zip on a stock phone
I am going to assume that even if the phone was unlocked you would not get into recovery.
If you run
getprop
In terminal there is flash recovery service not running
If you can get a fresh last_kmsg after boot
It will state that the service is disabled because install_recovery.sh is not found
I made an empty .sh file with that name and last_kmsg after boot no longer showed disabling the service.
Now if we had the install_recovery.sh with the proper scripting i dont know what would happen.
But its there i have also seen it other files such as an .ini i believe.
I believe that the qfuse unlock tool used for the Motorola msm8960's should work for our phone. Anyone who wants to give it a try, pm me. I would love to try it myself, but I have no money to replace my phone. Someone with a backup "development" phone/who doesn't mind the possibility of bricking their phone, please PM me!
By who? Did it cause a brick? From what I'm reading (http://forum.xda-developers.com/showthread.php?p=30781353), the qfuses should be identical.