Advertisement
Rishik999

Untitled

Apr 19th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. [IMG]http://postmyimage.com/img2/207_ClockworkMod_Recovery_Logo_Lar.jpg[/IMG][IMG]http://postmyimage.com/img2/986_TWRP_Recovery_img_for_Galaxy_S.jpg[/IMG]
  2. If you've dealt with recovery software on your computer any, you probably already have a good idea of how this works and what it's all about. Out of the box, your phone comes with stock recovery software. It varies depending on the manufacturer, but all stock recoveries are essentially the same. They allow you to manually flash official updates and allow you to clear the cache on your phone. What they can do is very limited and in reality, not all that helpful.
  3.  
  4. Thanks to the genius Android developers out there, we have custom recoveries that replace the limited, unhelpful ones. These third-party, or aftermarket, recoveries add all sorts of functionality to the recovery software on your phone.
  5.  
  6. [QUOTE][B]Types of recoveries available for pico:[/B]
  7. [LIST]
  8. [*][URL="http://forum.xda-developers.com/showpost.php?p=37329185&postcount=1"]TWRP TeamWin Recovery[/URL]
  9. [*][URL="http://forum.xda-developers.com/showpost.php?p=38549326&postcount=1"]ClockWorkMod Recovery 6.0.2.8 [/URL]
  10. [/LIST][/QUOTE]
  11.  
  12. [QUOTE][B]Explanation for all the recovery terms:[/B]
  13. [LIST]
  14. [*]Reboot System:
  15. [/LIST]
  16. It will reboot the device normally,you will boot into current ROM.
  17.  
  18. [LIST]
  19. [*]Apply Update from SD card:
  20. [/LIST]
  21. Usually this option is used when,you got a official signed update,than u can flash it using this option.The update file must be named as "update.zip".It should be placed under the root of ur SD card i.e not under any folder,direct paste
  22.  
  23. [LIST]
  24. [*]Wipe Data/Factory Reset:
  25. [/LIST]
  26. Factory resets your device,this will wipe off the /data partition.The /system & /sdcard partition won't be affected.It is always recommended to wipe data when you are flashing a custom rom. After yor factory reset,you will see startup wizards,which helps you to get started.
  27.  
  28. [LIST]
  29. [*]Wipe Cache Partition:
  30. [/LIST]
  31. Wipes the cache partiton on your device.Cache files are those files which are stored by applications to speed up your phone(to loads games a bit faster) & to perform somewhat faster.You can clear up the cache to make your internal memory look better.
  32.  
  33. [LIST]
  34. [*]Install Zip from SD card:
  35. [/LIST]
  36. This option allows you to flash any zip from your SD card.After you select this option,you will find a few more options,they are
  37. -->Apply update.zip
  38. It works same like apply update from sd card.
  39. -->Choose zip from SD card
  40. You can select the .zip file whichever you wanna flash.
  41. -->Toggle Signature Verification
  42. Ah,I too certainly dont know,what exactly it does.Well,recommended to keep it disabled(default=disabled)
  43. -->Toggle Scripts asserts
  44. Better leave it,if you don't know about recovery's search editfy scripts(same as I do :silly:)
  45.  
  46. [LIST]
  47. [*]Backup & restore:
  48. [/LIST]
  49. Ah,Again you gonna get 3 more sub-options
  50. -->Backup
  51. If you have something heard about "nandroid" ,than its nothing but a system backup,known as nandroid!This will backup every single file present in your internal & external partition of your memory card(ext partition).The backup folder is stored on your sd card,path /sdcard/clockworkmod/backups.Recommended you copy the folder on your PC through USB~
  52. If you wanna take nandroid,I have made a video over it [URL="http://www.youtube.com/watch?feature=player_embedded&v=qhSJxLEyUBA"]here[/URL]
  53. -->Restore
  54. [/QUOTE]
  55.  
  56. [QUOTE][B]Steps to take screenshot on recovery mode through ADB[/B]:
  57.  
  58. [LIST]
  59. [*]Download this file --->[url]http://www.mediafire.com/?xr1h6gb1z3cr3c5[/url]
  60. [*]Extract it over desktop
  61. [/LIST]
  62. P.S Don't change the folder name!
  63.  
  64. Open cmd,direct it to adb,than type these comands :
  65. [CODE]adb shell
  66. mount /data
  67. exit
  68. adb push fb2png /data/local
  69. adb shell
  70. chmod 755 /data/local/fb2png
  71. /data/local/fb2png /data/local/fbdump.png
  72. exit
  73. adb pull /data/local/fbdump.png[/CODE]
  74.  
  75. Open the folder "screenshot",There you will find a file named "fbdump.png"! Voila,that is your screenshot!
  76. View it through your image viewer![/QUOTE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement