Advertisement
sniper_nuko

リカバリーファイル自作テスト

May 10th, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. system.ext4からリカバリーファイル自作テスト
  2.  
  3. $ sudo su
  4. # mkdir system
  5. # mount -t ext4 -o loop system.ext4 system
  6. # cd system
  7. # tar cvf ../system.ext4.win *
  8. # cd ..
  9. # umount system
  10. # md5sum system.ext4.win > system.ext4.win.md5
  11. # md5sum -t system.ext4.win > system.ext4.win.md5
  12. # exit
  13.  
  14. system.ext4.winとsystem.ext4.win.md5をSDカードのTWRPに
  15. TWRP起動してRestoreできるか?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement