Try this. Let me know if you get any mount errors:
Code:
adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop"
adb shell su -c "rm /data/local.prop"
adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"
adb reboot
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\BELASCO>cd c:\kffirstaide
c:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
mount: permission denied (are you root?)
c:\KFFirstAide>adb shell "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory
c:\KFFirstAide>adb shell su -c "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory
c:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"
mount: permission denied (are you root?)
c:\KFFirstAide>adb reboot
I'm going to have to call it a night with that. It's 0200-something, tired & The Park is being a bitch (ever seen a man with Parkinson's try to type? it's funny if it's not you). I got my Kindle back to non-flashing by deleting local.prop Hope my time was of use to y'all.
This is easy to fix. Hold the Kindle Fire Power Button Down for 1 full minute, then release it, wait 1 minute and depress the power button again. The Kindle should boot fine.
Rev 4.1.57 Change Log:
1. Fixed Permission Denied Problem
2. Changed the timing on Option 21
3. Streamline code - processes at a faster rate of speed
4. Changed Enable OTA to Selective Enable
5. Found double quotes with the build.prop lines, this caused the build.prop edits to fail.
6. Removed the Symbolic Link to Temp after every install
7. Google Apps Bug fixed
8. Additional Instructions Added For Root Option 21
9. Backup Bug Solved
10. Added VoIP SIP and VPN Clients
*****Kindle Fire First Aide Revision 4.1.57-Beta RunMe 02/23/13 at 16:11 for Microsoft Windows*****
Kindle Fire First Aide Revision 4.1.57-Beta for RunMe.bat Package: RunMe.zip
Kindle Fire First Aide Revision 4.1.57-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)
Please fix you path, unfortunately this will be a constant problem until you fix the Path. Once you fix the path reboot your PC and run Option 21 again.
*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****
Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip
Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)
We made a version Windows 7 proof. Be sure to RunMe.bat "As Administrator", one idea I had was to do this:
Step 1: Download and extract the Update, if WinZip gives you trouble try 7-Zip this is by far the best Unzip utility and is free.
Rev 60 Change Log:
1. Added Busybox detection
2. Added redundant mount commands
3. Added redundant removal of local.prop file
4. Option 21 Root is Highly Reliable
Note: If at any point the Kindle is reacting odd, use ES File Explorer or Root Explorer, navigate to /system as a Superuser, find and delete local.prop or:
Code:
cd C:\KFFirstAide
adb shell su -c "mount -o rw,remount /dev/block/mmcblk0p1 /system"
adb shell su -c "rm /data/local.prop > nul"
adb shell su -c "rm /data/local.prop"
adb shell su -c "mount -o ro,remount /dev/block/mmcblk0p1 /system"
*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****
Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip
Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)
The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?