[RECOVERY] LG Optimus Net Clockworkmod 5.0.2.7 - v1

Search This thread

jst_tsj

Senior Member
Nov 13, 2010
202
122
*** WARNING: This is a risky procedure that could damage your phone - PROCEED AT YOUR OWN RISK ***

ONLY FOR P690 - NOT P698 OR OTHER DIFFERENT MODELS

for p698 look at this thread : http://xdaforums.com/showpost.php?p=25103749&postcount=1

*** ONLY INSTALL THE LATEST VERSION AVAILABLE ***

Hello everyone,

I've succesfully ported the CyanogenMod Clockworkmod recovery for our *beloved* Net Optimus Some details:

-> REQUIREMENTS:
-- ROOT
-- ADB
-- KNOW HOW TO CHECK THE MD5SUM OF A FILE -> HowToMD5SUM - Guide for Windows and Linux

The Recovery can be installed as follow:

  • Download recovery.img from the link attachment
  • IMPORTANT: Check MD5SUM - This is to ensure that during the download / copy the file is not corrupted
  • Copy recovery.img to the SD
  • download Flash_image, unzip and copy it to SD

Now you must install the recovery through ADB (the commands must be entered one by one in the shell, waiting a couple of seconds between one and another.

Code:
$ adb shell
# su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# cat /sdcard/flash_image> /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
# flash_image recovery /sdcard/recovery.img
# reboot recovery

Note: the command
Code:
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
could give you an error "File not found", ignore it.

If all goes well, the menu with a cheerful hat ClockworkMod background confirms that the boot recovery occurred in CW.
Also ignore the error below: "E: bad boot message" is not a real error.

The recovery functionality is simple:

- The volume keys to scroll
- The back button to go back
- The power button to select a menu item.

If you have problems, you can select Advanced / Error Reporting. This will generate a log into SD (recovery.log). You can use it to understand the problem.

---------------------------------------- Changelog - --------------------------------------------------------
v1 beta.1 (MD5SUM 5707de3d7463072e3bf9d3c1d6108ef1)
updated to 5.0.2.8


Original Thread : [TEST] Custom Recovery per LG Optimus Net - Clockwork 5.0.2.7 - Androidworld.it

Thanks to:
save80


Disclaimer:
Neither I nor XDA consider ourselves responsible for any damage caused to the telephone,
install this recovery at your own risk.
 

Attachments

  • flash_image.zip
    12 KB · Views: 10,554
Last edited:

Nguyenlong_yt

Member
Nov 29, 2011
10
0
Help me

I'm newbie. I'm using LG Optimus Z, everyone show me install clockworkmod for Optimus Z, please....
Thanks very much.....;)

---------- Post added at 03:57 PM ---------- Previous post was at 03:40 PM ----------

Post Reserved for future updates.

Please give me feedback about recovery functionalities.
Please help me install clockworkmod for LG Optimus Z :(. Thanks very much...
 

Chowder93

Senior Member
Nov 28, 2011
75
15
Kolkata
Am gonna try it now hope i dont get bricked! :(

---------- Post added at 05:17 PM ---------- Previous post was at 05:12 PM ----------

What do you mean by :-

you must install the recovery through ADB (the commands must be entered one by one in the shell, waiting a couple of seconds between one and another.
 

Chowder93

Senior Member
Nov 28, 2011
75
15
Kolkata
IT WORKED!!!

IT Worked man!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :D

---------- Post added at 07:41 PM ---------- Previous post was at 06:52 PM ----------

Picture%252520of%252520me%2525204.png


:D
 

Chowder93

Senior Member
Nov 28, 2011
75
15
Kolkata
Seems like you are using windows 7. Ryt click on cmd and run as administrator.

Sent from my LG-P690 using xda premium
 

android_beast

Member
Oct 21, 2011
32
10
New Delhi
i successfully installed the cwm recovery on my optimus net.....thanks
but i didnt used remount command , when i use this command it says permission denied.. is there any problem?? but cwm is installed

i m unable to flash new ROM by this recovery..... i have tried 4-5 times but it stuck in LG logo then i have to go back to recovery mode and recover to my old firmware...
anybody installed CM7 or other ROMs reply by..
 
Last edited:

LlewoR

Member
Dec 2, 2011
19
0
Tondo
jst ive been following your thread for lg optimus net in italian forum and waiting for your best update that less bugs...looking forward to that day
 

Top Liked Posts

  • There are no posts matching your filters.
  • 21
    *** WARNING: This is a risky procedure that could damage your phone - PROCEED AT YOUR OWN RISK ***

    ONLY FOR P690 - NOT P698 OR OTHER DIFFERENT MODELS

    for p698 look at this thread : http://xdaforums.com/showpost.php?p=25103749&postcount=1

    *** ONLY INSTALL THE LATEST VERSION AVAILABLE ***

    Hello everyone,

    I've succesfully ported the CyanogenMod Clockworkmod recovery for our *beloved* Net Optimus Some details:

    -> REQUIREMENTS:
    -- ROOT
    -- ADB
    -- KNOW HOW TO CHECK THE MD5SUM OF A FILE -> HowToMD5SUM - Guide for Windows and Linux

    The Recovery can be installed as follow:

    • Download recovery.img from the link attachment
    • IMPORTANT: Check MD5SUM - This is to ensure that during the download / copy the file is not corrupted
    • Copy recovery.img to the SD
    • download Flash_image, unzip and copy it to SD

    Now you must install the recovery through ADB (the commands must be entered one by one in the shell, waiting a couple of seconds between one and another.

    Code:
    $ adb shell
    # su
    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
    # cat /sdcard/flash_image> /system/bin/flash_image
    # chmod 755 /system/bin/flash_image
    # mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
    # mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
    # flash_image recovery /sdcard/recovery.img
    # reboot recovery

    Note: the command
    Code:
    mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
    could give you an error "File not found", ignore it.

    If all goes well, the menu with a cheerful hat ClockworkMod background confirms that the boot recovery occurred in CW.
    Also ignore the error below: "E: bad boot message" is not a real error.

    The recovery functionality is simple:

    - The volume keys to scroll
    - The back button to go back
    - The power button to select a menu item.

    If you have problems, you can select Advanced / Error Reporting. This will generate a log into SD (recovery.log). You can use it to understand the problem.

    ---------------------------------------- Changelog - --------------------------------------------------------
    v1 beta.1 (MD5SUM 5707de3d7463072e3bf9d3c1d6108ef1)
    updated to 5.0.2.8


    Original Thread : [TEST] Custom Recovery per LG Optimus Net - Clockwork 5.0.2.7 - Androidworld.it

    Thanks to:
    save80


    Disclaimer:
    Neither I nor XDA consider ourselves responsible for any damage caused to the telephone,
    install this recovery at your own risk.
    2
    RELEASES :

    5.0.2.8 -> https://rapidshare.com/files/2585790621/recovery.img (258e95cd2a697d902c2c139893d83063)

    Please give me feedback about recovery functionalities.
    2
    Someone pls tell me they combination to enter Recovery Mod...

    Ty in advance!
    Volume up plus home plus power button
    1
    Please HELP!!! got bricked too. How do i get out?:confused:

    Which phone? Can't you get into recovery nor to normal boot?
    1
    Yes you can install recovery without any need for a PC.
    See this :
    http://xdaforums.com/showthread.php?t=1411500