• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [WIP][DEV] Custom Recovery/Bootloader unlocking Work In Progress Thread

I would think the jtag is a serial ttl to USB or rs232 cable if memory serves correct. I built one for a e manage system I used to tune my car from a Nokia data cable.
 
Got the email from lg

pyvy3e3e.jpg
 
im actually starting to think this phone wasnt meant to be unlocked idk who stated this but i believe the phone would freak out if the bootloader was somehow unlocked...
 
What does it mean if I (while running CM10):
Erase /sbin/wallpaper
Reboot
Everthing continues as normal, no morningcall??
 
It means that the ancient mayan spirit of LG has inhabited your device and is now ready to grant you 3 wishes. You can now have the big mansion you always dreamed of.
 
There are midgets living in lg phone that were put there to watch wallpaper bin they have infinite copies of it to put back everytime we try deleting it
 
Check out etc/firmware and look for the sbl and tzapps files. I need to find Ida pro somewhere the demo only dissasembles one file type.
 
Anybody still working on this you can goto data/logger and set the loggerprop values to 0 and reboot to see logs of kernel, main, system, radio etc. I am looking for the trustzone logger, it is present on our phone.
 
Anybody still working on this you can goto data/logger and set the loggerprop values to 0 and reboot to see logs of kernel, main, system, radio etc. I am looking for the trustzone logger, it is present on our phone.
The default values in /data/logger/LogPropValue.sh all are already set to 0. I assume you mean set them to 1?
 
Yes set them to one. You will want to turn it back to 0 eventually BC the logs don't stop and run about 8mb before a new logfile is created.
 
Also here's some stuff to play around with.... when the phone boots recovery it boots its own build. Prop. Some commands include ro. Bootloader =unknown (this could be beneficial to us) ro. Factorytest=0 (who wants to find out what factorytest does when set to 1?) Ro. Bootmode=unknown (what about trying unsecure) .....
 
Also here's some stuff to play around with.... when the phone boots recovery it boots its own build. Prop. Some commands include ro. Bootloader =unknown (this could be beneficial to us) ro. Factorytest=0 (who wants to find out what factorytest does when set to 1?) Ro. Bootmode=unknown (what about trying unsecure) .....

Where's this located?
 
Back
Top Bottom