Quote:
Originally Posted by KindaWack
Can you instruct me on how to do this? Maybe provide links as well?
|
Quote:
Originally Posted by GordonOSU
|
thoes are the files your looking for
and ill walk you step by step on how to push them to your sd card and flash them
first if you dont have it you need ADB for this to work you can get it by installing the Android SDK or super one click has it in their.
second you need the LG use drivers for the nirto if you dont have them installed
Third you need to be rooted because were going to have to use the SU command
now your rooted you have the files downloaded and you have ADB , and the drivers installed. Place the 2 files inside the folder there the ADB is located .
next we need to get to that directory inside the command prompt
you can either go to windows > start> run > type cmd and hit enter ....
and use the Cd command to change directorys.
Or you can copy and paste the CMD.exe from your system32 folder into the adb folder and just run it from their.
Either way once your command prompt window is in that directory
run these commands
Adb push baseband.img /sdcard/
Adb push firmware.img /sdcard/
then
adb shell
su
now were going ot back up the originals just incase
dd if=/dev/block/mmcblk0p14 of=/sdcard/baseband-backup.img
dd if=/dev/block/mmcblk0p1 of=/sdcard/firmware-backup.img
now this will flash the new .img files
dd if=/sdcard/firmware.img of=/dev/block/mmcblk0p1
dd if=/sdcard/baseband.img of=/dev/block/mmcblk0p14
and that should have it .. their will be a pause inbetween the DD commands while it flashes the files to the mmcblk .. now im not 100% forsure if you have to factory reset your phone or if you can just reboot it , for it to take affect . maybe someone else can answer that for me