### การแก้ไขข้อมูลภายในเครื่องมีความเสี่ยง อาจจะทำให้เครื่องหมดประกัน หรือเกิดความเสียหายได้ ควรศึกษาขั้นตอนให้ละเอียดก่อนตัดสินใจลงมือ ผมจะไม่รับผิดชอบความเสียหายใดๆทั้งสิ้นที่เกิดขึ้น ###
เนื่องจากมีท่านหนึ่งในกลุ่ม FB มีความต้องการทำกลับไปใช้รอมศูนย์จากรอมโมหรือรอมนอกโดยที่ไม่ต้องการลบข้อมูลใน sdcard ปกติการ flash รอมศุนย์มันจะจัดการข้อมูลใน sdcard เราหมดเลย ผมก็เลยช่วยทดสอบกับเครื่องของผมให้โดยได้
วิธีการทำดังนี้ครับ แต่ก็มีข้อแม้คือ
ก่อนทำเครื่องท่านต้องอยู่ในสภาพ unlock bootloader ถ้าเครื่องท่าน lock bootloader ทำไม่ได้ครับ ทุกอย่างใน Guide ผมทดสอบทำกับเครื่องผมเองได้ผลตามกระทู้โดย base on
1. nexus 7 2013 LTE
2. kitkat 4.4.2
3. เครื่องผม windows 8
guide นี้สามารถนำไปประยุกต์ใช้ได้กับ Nexus Device ทุกตัว
======================================================
1. เริ่มต้นด้วยการไปโหลด Factory Image
Factory Images for Nexus Devices (https://developers.google.com/android/nexus/images)
razorg-kot49h-factory-49789b24.tar
2. โหลด platform-tools.zip (https://mega.co.nz/#!RZNFGZ4a!LWURQn2tvkP2GMhx55DStz74QPw2hfd6vQce1pn0evo) เป็นคำสั่ง flastboot
3. ทำการโหลด TWRP (guide นี้ base on nexus7 2013)
TWRP LTE (http://techerrata.com/browse/twrp2/deb)
TWRP wifi only (http://techerrata.com/browse/twrp2/flo)
4. ทำตามขั้นตอนด้านล่าง
http://www.ld-host.de/
http://www.ld-host.de/
5. ต่อ Nexus เข้ากับ Computer
6. ปิดเครื่องจากนั้นก็ทำการ boot nexus เข้าสู่ bootloader (power+vol up)
http://www.ld-host.de/
7. ที่ folder platform-tools เปิด Command prompt แล้วทำตามขั้นตอนดังนี้
===============================================================
D:plateform-tools>fastboot devices
09e18XXX fastboot
1. ถ้าแสดงหมายเลขออกมาแสดงว่าเราต่อ Nexus เข้ากับ Computer พร้อมแล้ว
===============================================================
D:plateform-tools>fastboot erase boot
erasing ‘boot’…
OKAY [ 0.179s]
finished. total time: 0.181s
2. ทำการลบ boot
===============================================================
D:plateform-tools>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing ‘cache’…
OKAY [ 0.522s]
finished. total time: 0.522s
3. ทำการลบ cache
===============================================================
D:plateform-tools>fastboot erase recovery
erasing ‘recovery’…
OKAY [ 0.037s]
finished. total time: 0.039s
4. ทำการลบ recovery
===============================================================
D:plateform-tools>fastboot erase system
******** Did you mean to fastboot format this partition?
erasing ‘system’…
OKAY [ 1.085s]
finished. total time: 1.086s
5. ทำการลบ system partition
===============================================================
D:plateform-tools>fastboot flash bootloader bootloader-deb-flo-04.02.img
sending ‘bootloader’ (3911 KB)…
OKAY [ 0.153s]
writing ‘bootloader’…
OKAY [ 1.281s]
finished. total time: 1.437s
6. ทำการ flash bootloader ใหม่
===============================================================
D:plateform-tools>fastboot reboot-bootloader
rebooting into bootloader…
OKAY [ 0.006s]
finished. total time: 0.008s
7. ทำการ reboot bootloader
===============================================================
D:plateform-tools>fastboot flash radio radio-deb-deb-g00_2.37.0_1024.img
sending ‘radio’ (43830 KB)…
OKAY [ 1.606s]
writing ‘radio’…
OKAY [ 1.784s]
finished. total time: 3.392s
8. ทำการ flash radio สำหรับ version LTE ส่วน wifi only ไม่ต้อง
===============================================================
D:plateform-tools>fastboot reboot-bootloader
rebooting into bootloader…
OKAY [ 0.007s]
finished. total time: 0.008s
9. ทำการ reboot bootloader
===============================================================
D:platform-tools>fastboot flash boot boot.img
sending ‘boot’ (7018 KB)…
OKAY [ 0.265s]
writing ‘boot’…
OKAY [ 0.381s]
finished. total time: 0.649s
10. ทำการ flash boot
===============================================================
D:platform-tools>fastboot flash recovery recovery.img
sending ‘recovery’ (7566 KB)…
OKAY [ 0.286s]
writing ‘recovery’…
OKAY [ 0.289s]
finished. total time: 0.577s
11. ทำการ flash recovery
===============================================================
D:platform-tools>fastboot format system
erasing ‘system’…
OKAY [ 0.646s]
formatting ‘system’ partition…
Creating filesystem with parameters:
Size: 880803840
Block size: 4096
Blocks per group: 32768
Inodes per group: 7680
Inode size: 256
Journal blocks: 3360
Label:
Blocks: 215040
Block groups: 7
Reserved block group size: 55
Created filesystem with 11/53760 inodes and 6965/215040 blocks
sending ‘system’ (15680 KB)…
writing ‘system’…
OKAY [ 1.305s]
finished. total time: 1.954s
12. ทำการ format system
===============================================================
D:platform-tools>fastboot flash system system.img
erasing ‘system’…
OKAY [ 0.765s]
sending ‘system’ (721408 KB)…
OKAY [ 26.328s]
writing ‘system’…
OKAY [ 31.560s]
finished. total time: 58.658s
13. ทำการ flash system
===============================================================
D:platform-tools>fastboot flash cache cache.img
erasing ‘cache’…
OKAY [ 0.433s]
sending ‘cache’ (4664 KB)…
OKAY [ 0.169s]
writing ‘cache’…
OKAY [ 0.206s]
finished. total time: 0.818s
14. ทำการ flash cache
===============================================================
D:platform-tools>fastboot reboot
rebooting…
15. reboot เครื่อง
===============================================================
8. หลังจากเครื่อง reboot แล้วจะได้ stock 4.4.2 และขนาด sdcard ยังคงอยู่เหมือนเดิม ให้สังเกตุรูปก่อนและหลังครับ
9. ทำการ ลง TWRP เพื่อทำการ wipe data เพื่อให้ได้ สภาพเครื่องที่ clean พร้อม root
===============================================================
D:\platform-tools>fastboot flash recovery openrecovery-twrp-2.6.3.1-deb.img
sending ‘recovery’ (7962 KB)…
OKAY [ 0.275s]
writing ‘recovery’…
OKAY [ 0.432s]
finished. total time: 0.715s
16. ทำการ flash TWRP
===============================================================
D:\platform-tools>fastboot reboot-bootloader
rebooting into bootloader…
OKAY [ 0.008s]
finished. total time: 0.009s
จากนั้นทำการเลือก Recovery เพื่อเข้าสู่ TWRP
หลังจากนี้เราก็จะได้ OS ที่ clean มากๆๆ
10. ต่อมาก็จะมา Root กันครับ เมื่อ setup เครื่องเสร็จแล้วก็สังเกตุตามรูปและทำตามเลยเพื่อทำการ Root
หลังจาก root เสร็จสังเกตุข้อมูลใน sdcard ครับยังอยู่เหมือนเดิมเลย และได้ใช้ รอมศุนย์ด้วยครับ
ลองเอาไปทำดูครับมีอะไรสอบถามได้
แนบ Command ที่ทำจริงๆ ให้ดูครับ
ขอบคุณมากๆครับ
rootยากกว่าG2นะครับ