Code: sh /sdcard/rf.sh
الان این مراحل دیگه که اینجا نوشته دقیقا چکار میکنه ؟چه فایده ای داره رفتنش ؟میشه بدون رفتن اینا rom را نصب کرد/؟
Go to Start Menu & Run and type cmd (run as Administrator)
In the cmd window, type adb. If you have installed it correctly, you will see a lot of text on the screen. If you get an error message then you have probably not installed the Android SDK properly.
Type adb shell and hit enter
Type su and hit enter
See your phone at this time and touch the 'Allow' option which SuperUser shows you
Now the terminal window will have a # sign appended to it instead of the previous $ sign. See this screenshot for a better understanding
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
Now one by one, copy the following lines, in the serial order and paste it into the terminal window and press enter following each line(right click on window and paste, CTRL + V won't work)
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 (if it gives error message here, simply proceed to the next step)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/LGp500-recovery-v12.img (If the recovery version chosen is different from v1.2, type the appropriate file name of the recovery image here instead.)
reboot recovery
Wait. The phone will reboot now
تو ادرسی که تو پست قبل گذاشتین همین مراحل را ننوشته که انجام بدیم.
چجوری 1- همه چیز Run as administrator بشه>>>؟؟؟؟؟؟؟؟؟؟؟؟
این ریکاوری دقیقا فایده اش چیه ؟ میشه انجامش نداد