New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Thepooch
Old
#261  
Thepooch's Avatar
Senior Member
Thanks Meter 771
Posts: 2,024
Join Date: Mar 2012
Quote:
Originally Posted by killeril View Post
Is it wipes away 2nd bootloader?
or simply boots amazon OS after flashing (with TWRP if you press volume) ? Tnx alot!
It will not have any affect on the second bootloader. It`s simply rooted stock you will have to add Playstore or other tweaks.
 
Ectoplasmic
Old
#262  
Senior Member
Thanks Meter 43
Posts: 192
Join Date: Dec 2011
I have rooted 8.4.3 stock and intend to stay that way for now. I'd like a way to backup/restore in case I get stuck in a bootloop or want to revert from an OTA.

Will this basic ADB backup/restore method work on stock KF HD 8.9?

Backup
Code:
adb shell su -c "dd if=/dev/block/mmcblk0boot0 of=/sdcard/boot0block.img"
adb shell su -c "dd if=/dev/block/platform/omap/omap_hsmmc.1/by-name/boot of=/sdcard/stock-boot.img"
adb shell su -c "dd if=/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery of=/sdcard/stock-recovery.img"
adb shell su -c "dd if=/dev/block/platform/omap/omap_hsmmc.1/by-name/system of=/sdcard/stock-system.img"
Restore
Code:
fastboot -i 0x1949 flash boot stock-boot.img
fastboot -i 0x1949 flash recovery stock-recovery.img
fastboot -i 0x1949 flash system stock-system.img
fastboot -i 0x1949 reboot
 
Hashcode
Old
#263  
Hashcode's Avatar
Recognized Developer - OP
Thanks Meter 11179
Posts: 1,916
Join Date: Sep 2011

 
DONATE TO ME
Hi guys, I'm sorry to hear some are having problems on the new 8.4.3 software.

I'm on vacation till the weekend and then I can run back through the install to see what's not working.

Sent from my XT926 using Tapatalk 2
The Following User Says Thank You to Hashcode For This Useful Post: [ Click to Expand ]
 
Thepooch
Old
#264  
Thepooch's Avatar
Senior Member
Thanks Meter 771
Posts: 2,024
Join Date: Mar 2012
So far we have only heard of one permanent brick but I think there have been a few soft bricks. Thank you Hashcode enjoy your vacation.