Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # ./gfree -f -b hboot-eng.img -y recovery.img
  2. ./gfree -f -b hboot-eng.img -y recovery.img
  3. --secu_flag off set
  4. --cid set. CID will be changed to: 11111111
  5. --sim_unlock. SIMLOCK will be removed
  6. --hboot set. hboot image hboot-eng.img will be installed in partition 18
  7. --recovery set. recovery image recovery.img will be installed in partition 21
  8. Section header entry size: 40
  9. Number of section headers: 44
  10. Total section header table size: 1760
  11. Section header file offset: 0x000138b4 (80052)
  12. Section index for section name string table: 41
  13. String table offset: 0x000136fb (79611)
  14. Searching for .modinfo section...
  15. - Section[16]: .modinfo
  16. -- offset: 0x00000a14 (2580)
  17. -- size: 0x000000cc (204)
  18. Kernel release: 2.6.32.21-g899d047
  19. New .modinfo section size: 204
  20. Attempting to power cycle eMMC... OK.
  21. Write protect was successfully disabled.
  22. Searching for mmc_blk_issue_rq symbol...
  23. - Address: c02a63a4, type: t, name: mmc_blk_issue_rq, module: N/A
  24. Kernel map base: 0xc02a6000
  25. Kernel memory mapped to 0x40002000
  26. Searching for brq filter...
  27. - Address: 0xc02a63a4 + 0x34c
  28. - 0x2a000012 -> 0xea000012
  29. Backing up current partition 18 and installing specified hboot image...
  30. Backing up partition /dev/block/mmcblk0p18 to /sdcard/part18backup-1309980079.bi
  31. n ...
  32. Writing image hboot-eng.img to partition /dev/block/mmcblk0p18 ...
  33. Backing up current partition 21 and installing specified recovery image...
  34. Backing up partition /dev/block/mmcblk0p21 to /sdcard/part21backup-1309980079.bi
  35. n ...
  36. Writing image recovery.img to partition /dev/block/mmcblk0p21 ...
  37. Backing up current partition 7 and patching it...
  38. Backing up partition /dev/block/mmcblk0p7 to /sdcard/part7backup-1309980079.bin
  39. ...
  40. patching secu_flag: 0
  41. Done.
  42. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement