Related
I am so confused . . .
I have a kindle fire hd 7. I rooted it today using the one/two step method and it worked beautifully. I tried a couple of different launchers (go launcher hd, adw launcher and apex launcher) and all worked fine. I decided to go back to using go launcher hd since I liked it the best. No problem. Switching and uninstalling worked great. Before I could finish reinstalling the go launcher hd and moving to the system app folder, I stupidly saw the new Next Launcher and tried that. Now my kindle is stuck on an endless "Next Launcher has stopped" cycle and I can't get it to stop. I have tried resetting to factory default and that didn't work.
The odd part is, even though I get the same error message every second (literally) the kindle will still work if I'm fast enough pushing the ok button on the error. I have taken 4 hours and navigated to the menu where I force it to close (didn't work), tried to find the es file explorer (didn't work) and no matter what I do, I can't get it to stop.
I hope that was thorough enough. Any tips?
Kindle 7" HD Safe Mode
twhitehead1081 said:
I am so confused . . .
I have a kindle fire hd 7. I rooted it today using the one/two step method and it worked beautifully. I tried a couple of different launchers (go launcher hd, adw launcher and apex launcher) and all worked fine. I decided to go back to using go launcher hd since I liked it the best. No problem. Switching and uninstalling worked great. Before I could finish reinstalling the go launcher hd and moving to the system app folder, I stupidly saw the new Next Launcher and tried that. Now my kindle is stuck on an endless "Next Launcher has stopped" cycle and I can't get it to stop. I have tried resetting to factory default and that didn't work.
The odd part is, even though I get the same error message every second (literally) the kindle will still work if I'm fast enough pushing the ok button on the error. I have taken 4 hours and navigated to the menu where I force it to close (didn't work), tried to find the es file explorer (didn't work) and no matter what I do, I can't get it to stop.
I hope that was thorough enough. Any tips?
Click to expand...
Click to collapse
This is a shot in the dark but try a few things:
1) Hard Reset. While the Kindle is turned on Press and hold the Power button for 20 seconds, ignoring any Shutdown Message. The Kindle will power off on a hard reset.
2) Safe Mode. Power the Kindle in Safe Mode. When the Kindle is OFF press the Volume Up and Down together. While pressing the Volume keys, press the Power Button button to turn on the Kindle, release the Power button within 3 seconds. Just don't let go of the Volume keys until the Kindle is fully powered up. You will see "Safe Mode" in the left hand corner of your screen.
What is the error?
prokennexusa said:
This is a shot in the dark but try a few things:
1) Hard Reset. While the Kindle is turned on Press and hold the Power button for 20 seconds, ignoring any Shutdown Message. The Kindle will power off on a hard reset.
2) Safe Mode. Power the Kindle in Safe Mode. When the Kindle is OFF press the Volume Up and Down together. While pressing the Volume keys, press the Power Button button to turn on the Kindle, release the Power button within 3 seconds. Just don't let go of the Volume keys until the Kindle is fully powered up. You will see "Safe Mode" in the left hand corner of your screen.
What is the error?
Click to expand...
Click to collapse
Tried the Hard Reset and the Safe Mode, neither worked. The message continues to pop up repeatedly.
The error itself is that after I tried to use the Next Launcher by putting it into the system/app folder like you would any other launcher to get it to do its things, it didn't work and now I get a continuous "Next Launcher Has Stopped" message that no matter how many times you press "OK" it keeps coming up, literally every second. The odd part is, I have been able to re-root the kindle and navigate it so I know I'm not bricked and I am 95% sure I am not soft bricked, though I could be wrong. I have managed to get ES Explorer back onto the Kindle and can navigate my way over time to the system/app folder. I have tried deleting the file and I get the "Error Deleting File" message and it continues. From what I can see, all I need to do is get this file deleted (and not try random untested things of course ) and if I can do that, it will be fixed. I just can't seem to get it deleted. I have tried both ES File Explorer and Astro File Explorer which are both still on my kindle. I have tried deleting it with the multi-select option in both but get that previously mentioned "Error Deleting File." I have tried moving it back to the sdcard/download folder with the same error. I have tried killing the task with Astro and ignoring it as well and that doesn't work. I am still working on this. I do realize as well that when this first happened I should have cleared out some files before I did the factory reset which also didn't work. However I was unable to get that file (Next Launcher) deleted which is why I went to the factory reset. After I managed to get the Kindle re-rooted, the only I haven't been able to do is get Superuser root access to the system/app folder to change permissions, again because of the repeated error.
It all comes down to the Next Launcher.apk file in the system/app folder that I can't get out. Long pressing anything doesn't work because of the repeated pop-up "Next Launcher has stopped." error mentioned above. The only way I can show you what it is exactly is to screw up your Kindle Fire HD 7 by downloading and putting the Next Launcher.apk file in the system app folder. That's literally all I did and now I can't get it to stop. I've even tried adding a second and third launcher to see if I could pick one on start up but that didn't work either. I even got ADW Launcher running and the error still came up. I'm running out of ideas. I'm open to any ideas at this point. Thanks for your time with this btw. I really appreciate it. :fingers-crossed:
Since you have root access you can use adb to remove a system apk,
Use these commands:
Code:
adb shell
su
mount -o remount,rw -t rfs /dev/stl5 /system
rm -r /system/app/[AppName].apk
mount -o remount,ro -t rfs /dev/stl5 /system
If you need to look up a list of apk names on the device:
Code:
cd /system/app
ls *.apk
Hope this works for you.
adb shell
twhitehead1081 said:
Tried the Hard Reset and the Safe Mode, neither worked. The message continues to pop up repeatedly.
The error itself is that after I tried to use the Next Launcher by putting it into the system/app folder like you would any other launcher to get it to do its things, it didn't work and now I get a continuous "Next Launcher Has Stopped" message that no matter how many times you press "OK" it keeps coming up, literally every second. The odd part is, I have been able to re-root the kindle and navigate it so I know I'm not bricked and I am 95% sure I am not soft bricked, though I could be wrong. I have managed to get ES Explorer back onto the Kindle and can navigate my way over time to the system/app folder. I have tried deleting the file and I get the "Error Deleting File" message and it continues. From what I can see, all I need to do is get this file deleted (and not try random untested things of course ) and if I can do that, it will be fixed. I just can't seem to get it deleted. I have tried both ES File Explorer and Astro File Explorer which are both still on my kindle. I have tried deleting it with the multi-select option in both but get that previously mentioned "Error Deleting File." I have tried moving it back to the sdcard/download folder with the same error. I have tried killing the task with Astro and ignoring it as well and that doesn't work. I am still working on this. I do realize as well that when this first happened I should have cleared out some files before I did the factory reset which also didn't work. However I was unable to get that file (Next Launcher) deleted which is why I went to the factory reset. After I managed to get the Kindle re-rooted, the only I haven't been able to do is get Superuser root access to the system/app folder to change permissions, again because of the repeated error.
It all comes down to the Next Launcher.apk file in the system/app folder that I can't get out. Long pressing anything doesn't work because of the repeated pop-up "Next Launcher has stopped." error mentioned above. The only way I can show you what it is exactly is to screw up your Kindle Fire HD 7 by downloading and putting the Next Launcher.apk file in the system app folder. That's literally all I did and now I can't get it to stop. I've even tried adding a second and third launcher to see if I could pick one on start up but that didn't work either. I even got ADW Launcher running and the error still came up. I'm running out of ideas. I'm open to any ideas at this point. Thanks for your time with this btw. I really appreciate it. :fingers-crossed:
Click to expand...
Click to collapse
What about using ADB to communicate to your Kindle? That is, using "adb shell" thus allowing you shell access to your Kindle. Then using the shell to first kill the Next Launcher service and then finally rename it to Next Launcher.bak - Maybe?
Follow Up
twhitehead1081 said:
Tried the Hard Reset and the Safe Mode, neither worked. The message continues to pop up repeatedly.
The error itself is that after I tried to use the Next Launcher by putting it into the system/app folder like you would any other launcher to get it to do its things, it didn't work and now I get a continuous "Next Launcher Has Stopped" message that no matter how many times you press "OK" it keeps coming up, literally every second. The odd part is, I have been able to re-root the kindle and navigate it so I know I'm not bricked and I am 95% sure I am not soft bricked, though I could be wrong. I have managed to get ES Explorer back onto the Kindle and can navigate my way over time to the system/app folder. I have tried deleting the file and I get the "Error Deleting File" message and it continues. From what I can see, all I need to do is get this file deleted (and not try random untested things of course ) and if I can do that, it will be fixed. I just can't seem to get it deleted. I have tried both ES File Explorer and Astro File Explorer which are both still on my kindle. I have tried deleting it with the multi-select option in both but get that previously mentioned "Error Deleting File." I have tried moving it back to the sdcard/download folder with the same error. I have tried killing the task with Astro and ignoring it as well and that doesn't work. I am still working on this. I do realize as well that when this first happened I should have cleared out some files before I did the factory reset which also didn't work. However I was unable to get that file (Next Launcher) deleted which is why I went to the factory reset. After I managed to get the Kindle re-rooted, the only I haven't been able to do is get Superuser root access to the system/app folder to change permissions, again because of the repeated error.
It all comes down to the Next Launcher.apk file in the system/app folder that I can't get out. Long pressing anything doesn't work because of the repeated pop-up "Next Launcher has stopped." error mentioned above. The only way I can show you what it is exactly is to screw up your Kindle Fire HD 7 by downloading and putting the Next Launcher.apk file in the system app folder. That's literally all I did and now I can't get it to stop. I've even tried adding a second and third launcher to see if I could pick one on start up but that didn't work either. I even got ADW Launcher running and the error still came up. I'm running out of ideas. I'm open to any ideas at this point. Thanks for your time with this btw. I really appreciate it. :fingers-crossed:
Click to expand...
Click to collapse
How did this work out? Were you able to fix the issue? If yes, post the resolution just in case one of us has the same problem.
I hope adb shell worked.
prokennexusa said:
How did this work out? Were you able to fix the issue? If yes, post the resolution just in case one of us has the same problem.
I hope adb shell worked.
Click to expand...
Click to collapse
Hi Guys,
I tried your method and it kept giving me an error saying the file doesn't exist. I went through some of the forums and somehow managed to get the kindle stuck in System Recovery mode. After a few more hours of playing with it, I called Amazon Customer Service and they are sending me a new one. Thanks for all your help. I'm sorry the directions above didn't work. I know now for future reference what not to do.
Application Stop
twhitehead1081 said:
Hi Guys,
I tried your method and it kept giving me an error saying the file doesn't exist. I went through some of the forums and somehow managed to get the kindle stuck in System Recovery mode. After a few more hours of playing with it, I called Amazon Customer Service and they are sending me a new one. Thanks for all your help. I'm sorry the directions above didn't work. I know now for future reference what not to do.
Click to expand...
Click to collapse
Well I am glad you are getting a new Kindle! Follow our Noob instruction series when you get the new Kindle.
Bummer, because that Next launcher looks nice. I hope someone can figure out how to make it work.
Next Launcher and Apex Launcher
Krsmqn said:
Bummer, because that Next launcher looks nice. I hope someone can figure out how to make it work.
Click to expand...
Click to collapse
We will be working with Go Launcher team to get this done.
We will create a How to: once we have cleaned out the bugs.
prokennexusa said:
We will be working with Go Launcher team to get this done.
We will create a How to: once we have cleaned out the bugs.
Click to expand...
Click to collapse
Pls help me, i have the same problem here, i don't know what to do. Can i do a factory reset, i just rooted my kindle today
ariks2012 said:
Pls help me, i have the same problem here, i don't know what to do. Can i do a factory reset, i just rooted my kindle today
Click to expand...
Click to collapse
Just fixed it guys, sooo happy now
Why.You could of bought factory cable 12$ for your time and reflashed stock with the kindle fire first aide kit
Sent from my KFTT using xda premium
I ran into something similar when I was dealing with an input method app.
http://forum.xda-developers.com/showthread.php?t=2127949
I was able to solve it on my own thanks to aLogcat. A little access to logcat goes a long way - it lets you see what app is crashing and how.
Thanks
onemeila said:
Since you have root access you can use adb to remove a system apk,
Use these commands:
Code:
adb shell
su
mount -o remount,rw -t rfs /dev/stl5 /system
rm -r /system/app/[AppName].apk
mount -o remount,ro -t rfs /dev/stl5 /system
If you need to look up a list of apk names on the device:
Code:
cd /system/app
ls *.apk
Hope this works for you.
Click to expand...
Click to collapse
Guys: I had the exact same problem today. I followed your instructions and I could get rid of the Next Launcher successfully. You don't know how grateful I am. I was afraid I was to loose my Kindle, too. But this worked. Thank you very much. :highfive:
Kindle Fire HD 7 stuck on 'application stop'
danyluis said:
Guys: I had the exact same problem today. I followed your instructions and I could get rid of the Next Launcher successfully. You don't know how grateful I am. I was afraid I was to loose my Kindle, too. But this worked. Thank you very much. :highfive:
Click to expand...
Click to collapse
danyluis,
You deserve some credit too! Great work danyluis!
a little help?
This is a little different than the original issue but I believe I may have messed something up while trying to root. I don't have a lock screen anymore and my top and bottom bars keep disappearing with a blink once and a while but no touch interaction when they do come up for that brief second. since I am rooted, is there anyway to replace system files to override the ones I may have messed up, or can someone point me in the direction of restoring a stock system without having access to the traditional method of factory reset through the settings menu? Everything seems to work fine just I have no access to the home button, back button, notification bar etc...
I've been searching the forums for an hour or so and haven't been able to come up with a solution.
I've tried using binary's rooting method again to try and restore but it never comes up to the restore screen since I don't have a lock screen. At the end of that process I get a message saying no backup-restore.apk.
I just noticed the first aide thread and I'm going to read through that in hopes that there is a way to bring this thing back.
[BACKUP][RECOVERY] Kindle Fire HD and 2 First Aide Software - UPDATED 02/13/2013 1:30
Ssantos6981 said:
This is a little different than the original issue but I believe I may have messed something up while trying to root. I don't have a lock screen anymore and my top and bottom bars keep disappearing with a blink once and a while but no touch interaction when they do come up for that brief second. since I am rooted, is there anyway to replace system files to override the ones I may have messed up, or can someone point me in the direction of restoring a stock system without having access to the traditional method of factory reset through the settings menu? Everything seems to work fine just I have no access to the home button, back button, notification bar etc...
I've been searching the forums for an hour or so and haven't been able to come up with a solution.
I've tried using binary's rooting method again to try and restore but it never comes up to the restore screen since I don't have a lock screen. At the end of that process I get a message saying no backup-restore.apk.
I just noticed the first aide thread and I'm going to read through that in hopes that there is a way to bring this thing back.
Click to expand...
Click to collapse
Ssantos6981,
First let me apologize for the delay.
You caught us before we could recommend the solution! Please go to our Backup and Restore Software Kindle Fire First Aide here:
[BACKUP][RECOVERY] Kindle Fire HD and 2 First Aide Software - Noob (Simple) Version
We just deployed a new update, so please download the latest copy which was updated 02/13/2013 at 1:30am PST GMT -8.
Here we go, for the complete Windows 32-bit Package: KFFirstAide32.zip
For the complete Windows 64-bit Package: KFFirstAide64.zip
Be sure to update Java here: Java SE Development Kit 7u13
When you extract the package, be sure to rename the folder to C:\KFFirstAide and add an Environment Variable.
twhitehead1081 said:
I am so confused . . .
I have a kindle fire hd 7. I rooted it today using the one/two step method and it worked beautifully. I tried a couple of different launchers (go launcher hd, adw launcher and apex launcher) and all worked fine. I decided to go back to using go launcher hd since I liked it the best. No problem. Switching and uninstalling worked great. Before I could finish reinstalling the go launcher hd and moving to the system app folder, I stupidly saw the new Next Launcher and tried that. Now my kindle is stuck on an endless "Next Launcher has stopped" cycle and I can't get it to stop. I have tried resetting to factory default and that didn't work.
The odd part is, even though I get the same error message every second (literally) the kindle will still work if I'm fast enough pushing the ok button on the error. I have taken 4 hours and navigated to the menu where I force it to close (didn't work), tried to find the es file explorer (didn't work) and no matter what I do, I can't get it to stop.
I hope that was thorough enough. Any tips?
Click to expand...
Click to collapse
how did you brick it im having same issue
Thanks a lot
onemeila said:
Since you have root access you can use adb to remove a system apk,
Use these commands:
Code:
adb shell
su
mount -o remount,rw -t rfs /dev/stl5 /system
rm -r /system/app/[AppName].apk
mount -o remount,ro -t rfs /dev/stl5 /system
If you need to look up a list of apk names on the device:
Code:
cd /system/app
ls *.apk
Hope this works for you.
Click to expand...
Click to collapse
I had the same issue, but now it is solved thanks a lot
After looking all across the internet on how to root one of these for a friend, I finally just tried what I did to my Hd 7" and it works, so here's what I did.
What you need:
-Bin4ry's Root
-QemuRoot
Also: I picked up the HD adb drivers from the Qemu page, they did work on recognizing my friends KF2 as an adb interface
(I take no credit for these programs, and am not responsible for any problems they may cause)
Before you start this process, ensure that in Settings>Device>"allow installation of applications" is on, as well as Settings>security>"Enable adb"
-Install the adb drivers if you haven't already
-Extract both Qemu and bin4ry's tools to your C: Drive (For Command prompt purposes) and what I have done is renamed the folders to "Root" and "Qemu"
Like this
Now we're going to start the process. If you are an experienced user and already have adb running, I suggest opening task manager and killing adb.exe
In windows:
Click on start, then type CMD in, right click it then "Run as administrator" Like this
If you named the files "Root" and "Qemu" this are the steps:
Step 1: Type this in the window, hitting enter after each line.
cd ..\..\Root
runme.bat
When the screen shows an interface, type 1 then hit enter, A lot of errors will show up but that's fine,
On Kindle:
When your kindle shows a "Restore" screen hit restore (No data will be lost, no worries)
After it finishes out you should get a command line again like "C:\Root>"
Step 2: Now for the Qemu, type
cd ..\Qemu
rootqemu.bat
When you get another interface type 1, then hit enter, press enter a couple times until it starts the steps.
It'll restart your kindle a couple times make sure you don't press enter until it has booted up again whenever it prompts you to.
You'll get some errors, especially on the local.prop section, that's fine, when it runs all the way through, You are rooted.
If you want proof, you can download Es File explorer and grant it Root permissions in the settings.
If you want Google play, I suggest this guide (note: in that guide, when he references "Settings/apps" he means "System/apps")
If you want GO Launcher HD and other goodies like no more lockscreen ads, download KindleFree from google play (Pro version is $1.99, needed to get rid of adds, better than paying 15 bucks to get rid of em)
Last remarks:
I don't really know if this did anything, but I went into device manager and under "portable devices" I disabled the kindle, just to make sure there would be no interference.
Also, this guide works for the Kindle Fire HD 7" (ver. 7.2.3), not sure about the 8.9" as I don't own it, nor know anybody who has one.
HUGE EDIT:I forgot to put "cd" in front of the command lines, which would result in it doing nothing, I apologize.
Edit: GO launcher HD didn't work for him, he installed APEX instead and it worked.
I would have added this to the post, but my KFHD isn't editing the post properly.
Hello, I followed the above the above, it all went well, I then followed the Google play tut, perfect.......
Then I over did it and put the apex launcher apk into system/app directory as suggested in another post, big mistake, now it boots and the launcher keeps crashing , if I click search on the bottom task bar the kindle resets
I can still adb into it, so all is not lost, but I have a question, can anyone give me any ideas on how I can get to root explorer (installed, but not accessible because the launcher keeps crashing) I would be very grateful. Or as an alternative, and adb/shell command(s) I can run to delete the apex apk.
Once you are rooted, you can manually remove the lockscreen ads, without purchasing an app to do it. It is simple. I removed the ad app using Titanium Backup Pro but, others have done it THIS way.
BookCase said:
Once you are rooted, you can manually remove the lockscreen ads, without purchasing an app to do it. It is simple. I removed the ad app using Titanium Backup Pro but, others have done it THIS way.
Click to expand...
Click to collapse
Do people actually want to keep the KF lockscreen? It seems like a lot more work to remove the adds than it is to add a new lockscreen using the NoLock method. However, on certain lockscreens (I've been trying a lot since I haven't used a tablet much, so I haven't found a favorite lockscreen for tablets) I do notice that the, homebar (not sure what that bottom bar is officially called since I have a vendetta against it) won't hide for some of the lockscreens I've tried. Other than that though I find it much nicer and easier to replace the thing then get the adds off.
I get that your post was a free way, but just curious. As a side note, why are there no cool tablet lockscreens? It took ages for people to get cool phone lockscreens going, I hope someone thinks up something unique for tablets!
BookCase said:
Once you are rooted, you can manually remove the lockscreen ads, without purchasing an app to do it. It is simple. I removed the ad app using Titanium Backup Pro but, others have done it THIS way.
Click to expand...
Click to collapse
Thanks, but the lock screen/ads are not the problem, I have (stupidly) put the apex launcher into the system/apps folder (as instructed on another post). What happens now is that when I start up my KF2 I get the message "Apex launcher has stopped working" this means I have no access to any of my installed apps (root explorer etc) to be able to remove the apex launcher
I have tried to start the search (magnifying glass icon) to manually type in "root explorer" but this just causes the KF2 to re-start.
I have access thro phone explorer, but it will not allow me to delete the apex launcher apk (probably because it keeps trying to run). What I am after is any tips/methods to be able to either start root explorer or adb into the KF2 to be able to delete the apex launcher apk.
Any ideas/tips very welcome.
on step 1, I select normal, get errors but never get restore showing on my KF. Any suggestions?
Boyzdad said:
Thanks, but the lock screen/ads are not the problem, I have (stupidly) put the apex launcher into the system/apps folder (as instructed on another post). What happens now is that when I start up my KF2 I get the message "Apex launcher has stopped working" this means I have no access to any of my installed apps (root explorer etc) to be able to remove the apex launcher
I have tried to start the search (magnifying glass icon) to manually type in "root explorer" but this just causes the KF2 to re-start.
I have access thro phone explorer, but it will not allow me to delete the apex launcher apk (probably because it keeps trying to run). What I am after is any tips/methods to be able to either start root explorer or adb into the KF2 to be able to delete the apex launcher apk.
Any ideas/tips very welcome.
Click to expand...
Click to collapse
Give this a try.
https://sites.google.com/site/androidhowto/how-to-1/install-and-uninstall-applications-using-adb
This link seems more informative
www.careace.net/2010/05/12/how-to-remove-android-apps-through-adb/
iytrix said:
Do people actually want to keep the KF lockscreen? It seems like a lot more work to remove the adds than it is to add a new lockscreen using the NoLock method. However, on certain lockscreens (I've been trying a lot since I haven't used a tablet much, so I haven't found a favorite lockscreen for tablets) I do notice that the, homebar (not sure what that bottom bar is officially called since I have a vendetta against it) won't hide for some of the lockscreens I've tried. Other than that though I find it much nicer and easier to replace the thing then get the adds off.
I get that your post was a free way, but just curious. As a side note, why are there no cool tablet lockscreens? It took ages for people to get cool phone lockscreens going, I hope someone thinks up something unique for tablets!
Click to expand...
Click to collapse
Boyzdad said:
Thanks, but the lock screen/ads are not the problem, I have (stupidly) put the apex launcher into the system/apps folder (as instructed on another post). What happens now is that when I start up my KF2 I get the message "Apex launcher has stopped working" this means I have no access to any of my installed apps (root explorer etc) to be able to remove the apex launcher
I have tried to start the search (magnifying glass icon) to manually type in "root explorer" but this just causes the KF2 to re-start.
I have access thro phone explorer, but it will not allow me to delete the apex launcher apk (probably because it keeps trying to run). What I am after is any tips/methods to be able to either start root explorer or adb into the KF2 to be able to delete the apex launcher apk.
Any ideas/tips very welcome.
Click to expand...
Click to collapse
Exactly why I removed the ads and not the lock screen. Learned earlier in AVD that the Launcher is tricky. I pushed ADW.Launcher to the system/app folder and had the same issue. Since we have no option to restore at this time, it's best not to hack the system up too bad. Hopefully, the bootloader will be cracked soon and recovery will be possible. Until then, be patient and be safe. I suggest practicing in the emulator before trying anything on the device. Just a precaution.
BookCase said:
Exactly why I removed the ads and not the lock screen. Learned earlier in AVD that the Launcher is tricky. I pushed ADW.Launcher to the system/app folder and had the same issue. Since we have no option to restore at this time, it's best not to hack the system up too bad. Hopefully, the bootloader will be cracked soon and recovery will be possible. Until then, be patient and be safe. I suggest practicing in the emulator before trying anything on the device. Just a precaution.
Click to expand...
Click to collapse
Thank for the advise, but I have not removed the lock screen, just rooted it and pushed the google market/framework/vending etc, Am I missing something obvious that you are trying to tell me? Sorry if I am
The emulator sounds good, have you got a link please? (I have the SDK installed).
OK, all sorted
I ran -Bin4ry's Root, this takes you to the 1st step (restore), on this screen I managed to click the search (mag-glass) without the KF2 resetting (possibly this stopped the apex launcher?). This then allowed me to search for RootExplorer (previously installed) and then I could delete the Apex.apk from system/apps..... reboot all done.
However, this does make me wonder what is going on, I can install a game from google play, all good, the icon shows up (and I can search for it) run it all good. But if I try to install a launcher (apex,adw, go ex etc) they don't show up either icon or in search Any ideas why this could be? (I checked under settings/applications/installed applications/all applications/ click on apex but the launch by default button is grayed-out)
Oh, just a quick tip with the above rooting method, if your KF2 does not re-set during rooting (when it should) I just manually re-set it and all seemed to go well Also it can take a long time for the KF2 to been "seen" by the PC after re-boot, just be patient
Boyzdad said:
OK, all sorted
I ran -Bin4ry's Root, this takes you to the 1st step (restore), on this screen I managed to click the search (mag-glass) without the KF2 resetting (possibly this stopped the apex launcher?). This then allowed me to search for RootExplorer (previously installed) and then I could delete the Apex.apk from system/apps..... reboot all done.
However, this does make me wonder what is going on, I can install a game from google play, all good, the icon shows up (and I can search for it) run it all good. But if I try to install a launcher (apex,adw, go ex etc) they don't show up either icon or in search Any ideas why this could be? (I checked under settings/applications/installed applications/all applications/ click on apex but the launch by default button is grayed-out)
Oh, just a quick tip with the above rooting method, if your KF2 does not re-set during rooting (when it should) I just manually re-set it and all seemed to go well Also it can take a long time for the KF2 to been "seen" by the PC after re-boot, just be patient
Click to expand...
Click to collapse
I had to fish for em sometimes using AndroExplorer using the "My programs" tab they have in the app.
I'm trying to root a kindle fire 2 running 10.2.4, and i am hitting a road block over and over. I run bin4ry's tool, and it goesthrough the sequence of error messages, the wait 10 seconds message, some more error messages, then it says it's done. It never gives me a restore prompt.
I don't think it's a driver problem. device manager sees adb composite interface. I have, however used multiple driver sources just to be sure, no difference. Used bin4ry's original files, and tried with the ones from the sdk. Same results.
Any ideas? I must be overlooking something.
What do you get if you run:
adb devices
Which your Kindle connected try running:
adb kill-server
Then
adb start-server
Then try it again. To check the commands, just type adb and press enter.
Sent from my KFOT using Tapatalk 2
chronicfathead said:
What do you get if you run:
adb devices
Which your Kindle connected try running:
adb kill-server
Then
adb start-server
Then try it again. To check the commands, just type adb and press enter.
Sent from my KFOT using Tapatalk 2
Click to expand...
Click to collapse
Same thing before and after:
List of devices attached
D026A0A023540EPJ device
Used this today with no issues.
This should be a sticky.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
My kindle gets stuck after server starts on step one I think its drivers can you help please?
inchoate said:
I'm trying to root a kindle fire 2 running 10.2.4, and i am hitting a road block over and over. I run bin4ry's tool, and it goesthrough the sequence of error messages, the wait 10 seconds message, some more error messages, then it says it's done. It never gives me a restore prompt.
I don't think it's a driver problem. device manager sees adb composite interface. I have, however used multiple driver sources just to be sure, no difference. Used bin4ry's original files, and tried with the ones from the sdk. Same results.
Any ideas? I must be overlooking something.
Click to expand...
Click to collapse
Dont set as adminstrator just click the bin4ry's
Many, many thanks to the OP and others in this thread, as well as this forum. It was a pain in the ass, but I got the drivers and adb installed and finally got my KF2 rooted. Then I spilled half a glass of beer onto the Fire...
The case protected it from getting wet but half a glass of good beer was lost.
Thanks again,
KindofBlues71
This method worked as per the op. The only thing I had problem with was the usb drivers (linked in the op), had to get the usb drivers using Android sdk method.
Now the Kindle is no more but a vanilla tablet. Thanks.
Sent from my GT-I9100 using Tapatalk 2
I believe Amazon released an update today as my KFHD just rebooted itself and turned back on with a progress bar. My question or issue is this: does an update automatically cause a rooted KFHD to lose root access? I still have access to Google Play store and a bunch of apps I could only access through root. And most of the apps still work except LMT Launcher, which is the only one that is no longer working as far as ive noticed.So all I have to do is plug back in and root my KFHD again and I should be good, right?
Version 7.3.0 is out. Here are the specs from the Amazon page:
"Support for X-Ray for Textbooks
Explore the “bones” of your textbook, and access all the most important terms and concepts, with glossary definitions and links to relevant textbook pages.
Simplified Chinese Support
In addition to the other languages offered, you can now change your device language to Simplified Chinese.
Track your reading progress with Time To Read
Kindle Fire HD 7” calculates your reading speed to let you know when you’ll finish a chapter or book.
Support for Kindle Editions with Audio/Video
You can now read books that contain audio and/or video clips.
Print Replica Textbook Enhancements
Scroll through thumbnails at the bottom of the screen to preview pages and jump quickly between chapters, and mark important notes and highlights in your Notebook for easy reference."
None of this seems overly important, but then again I do like to have the latest version as long as there is no harm to the root.
macbranson said:
I believe Amazon released an update today as my KFHD just rebooted itself and turned back on with a progress bar. My question or issue is this: does an update automatically cause a rooted KFHD to lose root access? I still have access to Google Play store and a bunch of apps I could only access through root. And most of the apps still work except LMT Launcher, which is the only one that is no longer working as far as ive noticed.So all I have to do is plug back in and root my KFHD again and I should be good, right?
Click to expand...
Click to collapse
Anything you install as a system apk will be deleted. When amazon sends an update it typically sends system.img, recovery.img and boot.img.
That is why the lmt launcher will not work because it has to be installed as a system.apk to work, same with root access since su binary is placed within the system files.
if you want to install the 2nd bootloader, you should not update. Amazon have fixed the bootloade with the update and so it dosn't work for now. i don't know, if it perhaps work with soupkit, because the insallation is a little bit different, but the resultat is the same (I could install kinelogy 1.1 after doing that).
I'm still on 7.2.1, found Wi-Fi performance/range considerably better than on 7.2.3, unless 7.3.0 improves it I won't be updating for quite some time.
This explains why I lost root and Go Launcher HD yesterday. Regained root with the same Noob Simple guide here with little more than annoyance. The file to prevent the OTA update had been moved per the guide (otacerts.zip) but think I deleted it in a cache cleaning frenzy... that will learn me
macbranson said:
I believe Amazon released an update today as my KFHD just rebooted itself and turned back on with a progress bar. My question or issue is this: does an update automatically cause a rooted KFHD to lose root access? I still have access to Google Play store and a bunch of apps I could only access through root. And most of the apps still work except LMT Launcher, which is the only one that is no longer working as far as ive noticed.So all I have to do is plug back in and root my KFHD again and I should be good, right?
Click to expand...
Click to collapse
Ouch! I got caught by this update . . . i am now running 7.30 on my KFTT 7"
Sad, since I had a nice rooted image all set up well. Unfortunately, I became a bit lazy and did not check on whether or not I had effectively disabled updates during my last restore/reflash of 7.2.3 (I had not done that ;-(
sigh! Like you, I have all my apps and the Play store working, but anything requiring root -like root explorer or TIBU, won't work until I can reroot on this version -or flashback. . . The only question is whether the root exploitation works on this new version, I am not sure any of us has tried yet. . .oh well. . here we go (again!)
EDIT: OK, I was able to re-root the same way I did before (used the tools in prokennexusa noob threads!) All back to normal!
markbc01 said:
Ouch! I got caught by this update . . . i am now running 7.30 on my KFTT 7"
Sad, since I had a nice rooted image all set up well. Unfortunately, I became a bit lazy and did not check on whether or not I had effectively disabled updates during my last restore/reflash of 7.2.3 (I had not done that ;-(
sigh! Like you, I have all my apps and the Play store working, but anything requiring root -like root explorer or TIBU, won't work until I can reroot on this version -or flashback. . . The only question is whether the root exploitation works on this new version, I am not sure any of us has tried yet. . .oh well. . here we go (again!)
Click to expand...
Click to collapse
Same root method worked, system feels about the same with tweaks installed and benchmarked similarly (7344 vs 7444 with AnTuTu)
I just can't get my launcher off of the stock one. Nothing will take.
I simply plugged my KFHD back in and re-rooted. I regained access to applications that required system access. So my LMT is working again. I didn't lose any apps as far as I've noticed. This update turned out to be a pretty minor inconvenience.
macbranson said:
I simply plugged my KFHD back in and re-rooted. I regained access to applications that required system access. So my LMT is working again. I didn't lose any apps as far as I've noticed. This update turned out to be a pretty minor inconvenience.
Click to expand...
Click to collapse
Which method did you use to root again ?
Nop update here istill in 7.2.3
Damn just got the damn update like 5 min go
Sent from my Nexus 7 using Tapatalk 2
Has anyone had any success of their launchers working correctly since the update?
I re-rooted my kindle but I'm not able to make the launchers...well launch.
geeibara said:
Has anyone had any success of their launchers working correctly since the update?
I re-rooted my kindle but I'm not able to make the launchers...well launch.
Click to expand...
Click to collapse
I'm update ver 7.3.0 normal,apex launcher and Gplay normal .Update Chrome from Gplay very good :good:
quan_1986 said:
I'm update ver 7.3.0 normal,apex launcher and Gplay normal .Update Chrome from Gplay very good :good:
Click to expand...
Click to collapse
I'm not able to move the apk files to /system/app
When I try to move it, it only moves to /System, I tried to install it in /system, but nothing works.
geeibara said:
I'm not able to move the apk files to /system/app
When I try to move it, it only moves to /System, I tried to install it in /system, but nothing works.
Click to expand...
Click to collapse
I had this issue as well - and then noticed something else that was really weird. When I tried to move to /system/app it only moved to system - but I also noticed (at least in my case) it was renaming the file by adding "app" (which was the folder name I was trying to move it to) on the front of the file name - so... GoLauncher HD.apk was being renamed appGoLauncher.apk but was landing in the /system folder instead of /system/app
So - I created a new folder called "temp" in the /System/App directory (i.e /system/app/temp) and moved the files there. Sure enough, they landed in /system/app with the the word "temp" appended to the front of the file name, so GoLauncher.apk was now tempGoLauncher.apk. However, it was in the right directory - so I then simply renamed it by removing the "temp" from the front of the name and continued with install
I still have lots of other issues though in getting it to work. It appeared to be working for a while, but has stopped again.
#3Clara said:
I had this issue as well - and then noticed something else that was really weird. When I tried to move to /system/app it only moved to system - but I also noticed (at least in my case) it was renaming the file by adding "app" (which was the folder name I was trying to move it to) on the front of the file name - so... GoLauncher HD.apk was being renamed appGoLauncher.apk but was landing in the /system folder instead of /system/app
So - I created a new folder called "temp" in the /System/App directory (i.e /system/app/temp) and moved the files there. Sure enough, they landed in /system/app with the the word "temp" appended to the front of the file name, so GoLauncher.apk was now tempGoLauncher.apk. However, it was in the right directory - so I then simply renamed it by removing the "temp" from the front of the name and continued with install
I still have lots of other issues though in getting it to work. It appeared to be working for a while, but has stopped again.
Click to expand...
Click to collapse
haha yah I noticed that too, I had files like appappappappappappapplauncher lol. Thanks this helped a lot
modmyphone said:
I just can't get my launcher off of the stock one. Nothing will take.
Click to expand...
Click to collapse
Are you going through Google Play? I used Prokennexusa' post to get the launchers back:
http://forum.xda-developers.com/showthread.php?t=2069668
Gah.. I actually tried to deactivating the manual update and some how the update still pushed through.. which really sucks cause I hard my set up perfect..hope all I have to do is reroot.. ..all that time spend for nothing
Sent from my KFTT using xda app-developers app
BmanCV-60 said:
Are you going through Google Play? I used Prokennexusa' post to get the launchers back:
http://forum.xda-developers.com/showthread.php?t=2069668
Click to expand...
Click to collapse
Actually, I tried 3 different ways.
1) I reluctantly attempted ProKennexusa's method via the KFFFirstAide tool. I say reluctantly since I'm pretty much a Nova snob. I guess luckily for me, it wouldn't take.
2) I then moved onto downloading Nova from the store. The store claimed that both installs went good, but had no option to change my launcher. Upon inspection, the Nova launcher file was nowhere to be found on the device. The pro unlocker could be found, but no the launcher.
3) Since I had a couple of older copies in Dropbox, I figured I'd try those. Usually I could install straight from Dropbox. Not last night. I could launch the install, but the Kindle wouldn't allow me to press the install button. I then just saved the file to the device and still couldn't get it to install. It wasn't until moving it to system/app that I was able to actually install it. But still, no option to set it as my launcher.
This morning, in a bit of Kindle rage, I literally rebooted the device 23 straight times pausing between boots to see what happened. On the 23rd reboot, it finally asked me which launcher to set as default. So now I finally have gotten away from the freakish kindle launcher and am back at home with Nova.
Hi i am using a rooted kindle fire hd 2013 11.3 after rooting it and taking off bloatware and making a few bad guesses of what other stuff to uninstall, I can not install apk from unknown sources. 1mobile market will install programs fine but oddly every once in a while it wants me to enable unknown sources. From uninstalling something i shouldnt of now it will not enable this in the stock rom menu. When i click on enable from the popup menu it dissapears and takes me to tablet desktop. When i click applications in the menu it drops to desktop also. I have got around this with adb pushing the files from linux. Somehow though i cant see what gets installed unless browsing system folders. If anyone has any suggestions i would appreciate ur input. I only have a normal charging cord that does connect with adb. I do not have a fastboot cable. I have stock .bin waiting to use the apk files but they are not installing with adb for some reason while others would.
If at all possible couldnt i use terminal app on my kindle now to browse apk files and install what it missing locally from the device? If so i would need help with commands from the device. Thanks
Hi. I followed the directions off amazon website for manual update but it doesn't work and their instructions are by "corporate standards" lol. I am running 11.3.1.0_user_310084920 and I just downloaded update-kindle-7.4.8_D025_4849020.bin the latest from the amazon website.
Amazons website didn't say anything about a specific folder to put the update into it just said put it into the main drive folder. so I looked it up and there is supposed to be a folder called "kindleupdates" <hopefully case sensitive like this. I just created the folder on the drive and put the .bin into it then i went to the device menu and selected system updates then I click check now cause that is the only option available. after it runs it says last updated failed with a retry button now. when i click the retry button it doesnt work at all just flashes the text of last update failed.
I did this without creating the kindleupdates folder and also with it. nothing happens. and it only wants to connect to wifi if it is disconnected.
adb is working with my device fine if there is anything else i can do. I didn't push the file with adb though, i used gmtp to transfer the file and it is there.
for right this second i am just wanting to get this thing back to full stock since I have it rooted and i have multiple small issues with it like the status bar gone and chaning the build.prop for it doesn't work then work with anything else after since I have uninstalled to many system apps.
i dont have a fastboot cable but i seen and heard from stunts that it may not be needed because of buffer size.
i also unrooted this tablet and factory reset it and all to try the update as well. the root exploit is nice and quick lol
thanks to anyones help
You don't have the right version for your Kf. If you try to flash v7.x.x over your 11.x.x you will brick it.
Sent from my SCH-I545 using XDA Free mobile app
This is the page you need to download the update from.
http://www.amazon.com/gp/help/customer/display.html?nodeId=201357170
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Thanks guys can't believe I overlooked version but once I downloaded the other version it did the same thing. Grand pc Google page showed how to add it and that's the way I went. Successful. Now like new gonna watch closer what I do with root