I am trying to revert back to my original stock.
i keep getting use the following code to solve this
"adb shell
# cd /sdcard/clockworkmod/backup/2010-06-29.20.22.53
# rm nandroid.md5
# md5sum *img > nandroid.md5"
where exactly do I enter this?
does the phone have to be in a certain mode
Bump
Sent from my SAMSUNG-SGH-I727 using xda premium
bump. help pweaseee
Are you using cwm
Sent from my SAMSUNG-SGH-I727 using Tapatalk
perhaps start over using a guide in dev or general forum.
easiest, just flash a base rooted ROM, not a whole lot different from "stock"
You need to learn how to use adb. Google it and find a guide. You can also do all of that from a terminal. Its just basic linux commands. Nothing fancy.
Sent from my SAMSUNG-SGH-I727 using XDA App
Related
i bought this cause i figured it was like cmd in my hand but i have not the slighest clue how to do adb commands in it. i was wondering if any one wanted to lend a helping hand and teach me how to insert commands like flashing a boot img for instance. i will pay the helper five dollars through paypal if they teach me how to flash a boot.img!
thanks in advance
Sent from my Heroc using the XDA mobile application powered by Tapatalk
$Su
#flash_image recovery /sdcard/*image name*
Edit: ah you said boot.img
tried doesn't seem like it worked. I am not suppose to use the stars correct? and the name is newBoot.ing and its in the front of my sdcard...
$Su
#flash_image recovery /sdcard/*image name*
Edit: ah you said boot.img
Click to expand...
Click to collapse
Sent from my Heroc using the XDA mobile application powered by Tapatalk
I hope you can help me with those questions please
I'm getting familiar with the Terminal commands, and had some questions
- Where could I get flash_image binary file?
- When I get into recovery and use adb shell, I can't use any commands such as the ones when booted. It seems that the emulator isn't pointing to the bin directory (it is pointing to the sbin). I tried using cd /system/bin/ doesn't work either. What am I missing?
- What is the use of mount system,data,cache and so on in the recovery? Are those alternatives to "mount" in terminal? I can't understand how to use it either. xD
Thank You
Great xD
Sent from my HTC Sensation Z710e using XDA App
Ok so I'm trying to get ubuntu running under chroot on my HTC desire s however I keep getting errors which to me sujest that my kernel does not support loop devices. But how can I check to see if it does or doesn't?
Sent from my HTC Desire S using XDA App
Loop Support Test
zacthespack said:
Ok so I'm trying to get ubuntu running under chroot on my HTC desire s however I keep getting errors which to me sujest that my kernel does not support loop devices. But how can I check to see if it does or doesn't?
Sent from my HTC Desire S using XDA App
Click to expand...
Click to collapse
You can verify by checking /proc/config.gz and search through it looking for the configure option - CONFIG_BLK_DEV_LOOP=y
To do that you need to do it this way:
cp /proc/config.gz /sdcard/kernel_config.gz
and
adb pull /sdcard/kernel_config.gz
Unzip the kernel_config.gz and open it up in a notepad or text editor and search it.
If its either # CONFIG_BLK_DEV_LOOP is not setor CONFIG_BLK_DEV_LOOP= will not support.
Or go to the terminal and simply enter:
export
Search for:
LOOP_MOUNTPOINT
Just a normal TiBu data backup?
Thanks
Sent from my SCH-I535 using xda app-developers app
Move to general section. Might get more answers
Sent from my SCH-I535 using xda app-developers app
jcool13 said:
Just a normal TiBu data backup?
Thanks
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
2 Methods, the first from: http://forum.xda-developers.com/showthread.php?t=1791291
Backup:
Code:
adb shell
su
dd if=/dev/block/mmcblk0p11 of=/sdcard/efs.sbn
(exit adb)
adb pull /sdcard/efs.sbn
Restore:
Code:
adb push efs.sbn /sdcard/efs.sbn
adb shell
su
dd if=/sdcard/efs.sbn of=/dev/block/mmcblk0p11
reboot
2nd option from: http://forum.xda-developers.com/showthread.php?t=1802024 (just read it)
madbuda said:
2 Methods, the first from: http://forum.xda-developers.com/showthread.php?t=1791291
Backup:
Code:
adb shell
su
dd if=/dev/block/mmcblk0p11 of=/sdcard/efs.sbn
(exit adb)
adb pull /sdcard/efs.sbn
Restore:
Code:
adb push efs.sbn /sdcard/efs.sbn
adb shell
su
dd if=/sdcard/efs.sbn of=/dev/block/mmcblk0p11
reboot
2nd option from: http://forum.xda-developers.com/showthread.php?t=1802024 (just read it)
Click to expand...
Click to collapse
that first method has been proven to not work. Think the second option is the only option.
Sent from my SCH-I535 using xda premium
xsteven77x said:
that first method has been proven to not work. Think the second option is the only option.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
That was my understanding as well. Just seems to give people a false sense of security. Has anyone successfully restored using the backup? I've seen a few say they were unsuccessful in restoring the IMEI though.
This is the best tutorial that I've found. I believe the second method that was referenced only documents a method of restoring the IMEI in the event it is lost w/o a backup. This is a method of backing it up using QPST.
http://rootzwiki.com/topic/32397-tutorial-imei-backup-nv-with-qpst-us-variants/
I AM NOOB SO PLEASE DONT BE HARSH
NOW FIRST I DOWNLOADED 2 FILES
"FLASH_IMAGE" AND "AMONRA RECOVERY 3.0.6.img"(renamed it to recovery.img) and PASTED THE FLASH_IMAGE IN /system/bin and recovery.img in root of sdcard
AFTER THAT I OPENED TERMINAL EMULATOR
I TYPED THE FOLLOWING
su
# flash_image recovery /sdcard/recovery.img
then after pressing enter it only showed me
#
NOW IM IN CONFUSION WHETHER THE RECOVERY FLASHED SUCCESFULLY OR NOT ( I DONT WANT REBOOT INTO RECOVERY WITHOUT ANY satisfaction)
so please help me
and thanks in advance
No need for flash_image to be thr.
Do 'su' then 'flash_image recovery /sdcard/recovery.img'
Sent from my LG-P500 using xda premium
allenwalker1998 said:
No need for flash_image to be thr.
Do 'su' then 'flash_image recovery /sdcard/recovery.img'
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
but
without the flash_image it says flash_image: not found
androidisfuture said:
but
without the flash_image it says flash_image: not found
Click to expand...
Click to collapse
Okay then u place it whr it was supposed to be
Sent from my LG-P500 using xda premium
allenwalker1998 said:
Okay then u place it whr it was supposed to be
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
sir you jave any other idea?????/
Thank you alien walker for your time
i risked and rebooted into recovery
and it pefectely worked
so i should close this thread