I rooted with firstaide software with no problems. Backedup with no problems. Installed Halo luancher with no problems. When I was installing option #23 my antivirus stopped the firstaide before the last reboot and deleted my run me from firstaide. No it is stuck in unusual look and is very slow. I reloaded the software and tried #23 again and it says adb is not recognized as an internal and external command over and over then says it installed. I can get into fastboot. please help. thanks
I got it fixed. AVG antivirus screwed up firstaide. I had to deletet firstaide and reinstall. Reran #23 and all is well again. AVG says cmd.exe was a threat. Even after disabling AVG it still stopped firstaide. I removed AVG antivirus
Related
This is my original post:
"I was running Mosaic III Diet. Flashed to stock and flashed Firefly. In trying to reload my apps, I started getting the message "Insufficient storage available". I assume it is referring to the phone memory as my internal sd has 75% unused and my external sd has 80% unused. I'm wondering if I missed a step when I flashed Firefly. Any suggestions on how to free up more phone memory? I have fewer apps on my phone now than when I had FROYO, Phoenix Ultimate, or Mosaic III Diet.
thanks
retnuh"
While 26 members reviewed my post, no one offered a solution. Did a lot of Googling and found this solution: (This example is for "Lookout Mobile Security" which was previously installed on my phone but would not re-install") (Do not enter the ( ' ) at the beginning and end of the command lines.)
1. Root your phone if not already rooted.
2. Set USB Debugging on the phone, attach phone to computer with USB cable. Select "Mass Storage" on the phone.
3. Go to shell with ADB.
4. Run 'ls /data/data' and find the file for the app you are trying to install.(In my case the file was 'com.lookout')
5. enter 'rm -r /data/data/com.lookout' and hit enter.
6. Turn off "Mas Storage" on the phone and disconnect the USB cable.
I rebooted my phone and went to the Market to download and install the Lookout Mobile Security app; however, the market showed the app to be installed. I tried running the setup; however, the app locked-up during the process. Did a Force Close, went back to the Market and uninstalled the app. Re-downloaded and installed the app and did not have any problems.
There are several more apps with the same problem which I will need to address. I still would like to know what caused the problem in the first place. I don't remember if I did a "Master Clear" after returning the phone to "stock". Could this cause the problem?
retnuh
EDIT: After doing all of the above, I found an app named SD MAID that will do all of the work for you. I already had it on my phone but didn't know what it did. One of its functions is "Corpse Finder". After utilizing that feature, I could download and install all of the other apps that kept getting the "Insufficient storage available" message. Wish I had realized this before spending all morning downloading and learning how to use ADB shell.
so i have a problem installing the wp7 sdk and developer tools. my system is windows 7 x64, a fresh install. I cant install the dev tools fully. i have tried the file from the msdn site, and it seems to install ok, but it does not install all the components and i am missing the wp7 dev tools. there is no error message or anything else to indicate a problem. after a few reboots, uninstalls and reinstalls, i tried the minisdk, and the setup runs and says 'gathering required information' then closes and nothing more happens.
I have tried hard resetting the phone, and have re-flashed it today
bump
still have this issue. on windows 7 32bit, it installs fine, so maybe it isnt compatable with 64 bit?
Had to factory reset kfhd7 and when I did, it booted up like an android phone. ... Now there's no browser and I can't get play to work. Usb debug is enabled but when I connect to the computer to try and push a browser, my computer doesn't recognize it. I have all the newest drivers installed and just about every program that I can think of (adb, sdk, jdk) What I don't have is a fastboot cable. Any ideas?
Missing my kindle
Edit* So I do have chrome installed but when I open it, I get an error message saying "critical functionality required to run chrome is missing; either your chrome installation is incomplete, or not compatible with this version of android"
Terminal emulator installed too but when I try to open it I get a "terminal emulator has stopped" error.
Super SU installed, works.
No es file explorer
edit#2
Ok, so I decided to open cmd just to see if I can recognize my device.... and it did! So how can I fix my kindle if adb is connecting?
Edit#3 adb devices shoes device but when running a command, it says "device offline"....
Edit#4 plugged usb into another port and reloaded drivers = adb connects, device is online. I have tested by pushing an app to the sdcard. My goal now is to be able to push es file explorer to /system/app/ .... or ..... /data/app/ ...... or where ever it will become active for use. (you know what I mean?) I don't know how to change the permissions via adb and push to system folder. I believe I have successfully pushed es file explorer to the /sdcard/ but I have no idea where to go next.
Now what..... ?
How to Install Packages using adb install
Krsmqn said:
Had to factory reset kfhd7 and when I did, it booted up like an android phone. ... Now there's no browser and I can't get play to work. Usb debug is enabled but when I connect to the computer to try and push a browser, my computer doesn't recognize it. I have all the newest drivers installed and just about every program that I can think of (adb, sdk, jdk) What I don't have is a fastboot cable. Any ideas?
Missing my kindle
Edit* So I do have chrome installed but when I open it, I get an error message saying "critical functionality required to run chrome is missing; either your chrome installation is incomplete, or not compatible with this version of android"
Terminal emulator installed too but when I try to open it I get a "terminal emulator has stopped" error.
Super SU installed, works.
No es file explorer
edit#2
Ok, so I decided to open cmd just to see if I can recognize my device.... and it did! So how can I fix my kindle if adb is connecting?
Edit#3 adb devices shoes device but when running a command, it says "device offline"....
Edit#4 plugged usb into another port and reloaded drivers = adb connects, device is online. I have tested by pushing an app to the sdcard. My goal now is to be able to push es file explorer to /system/app/ .... or ..... /data/app/ ...... or where ever it will become active for use. (you know what I mean?) I don't know how to change the permissions via adb and push to system folder. I believe I have successfully pushed es file explorer to the /sdcard/ but I have no idea where to go next.
Now what..... ?
Click to expand...
Click to collapse
Krsmqn,
Sorry for the delayed response, we have been real busy the last few days. You may use the
following command to install or reinstall software on the Kindle:
Code:
adb kill-server
adb start-server
adb devices
android update adb
If adb is working move on to install software:
Code:
adb install package-whatever.apk
You need to make sure the .apk software package in in the same directory as adb. If
you can not get the Kindle stable you may need a USB Factory Cable, you may order
one from XDA User SkOrPn just send him a PM with the subject Factory Cable Info Please,
include your ship to country and number of cabled needed. He will respond with a PayPal
Invoice. The cable is about $15 USD and is worth every penny since it allows quick
recovery of your Kindle.
prokennexusa,
I want to thank you for all your help. Unfortunately, my issue was kind of a rare issue. I had deleted some amazon apps that were system apps. I tried your solution time and time again to no avail. I was stumped until I remembered a thread I saw in development.
http://forum.xda-developers.com/showthread.php?t=1886189
I was able to download and unzip the 7.2.3 update version and simply install the apks that I was missing. Then, as far as google play went, I just went into System>Applications>Installed Applications>Appstore (Amazon)> Force stop, clear data & cache. Reinstalled Vendor.apk and then updated. Viola!
The USB notification came back, as well as all the other options in settings. Problem solved. Hope this helps future users.
Follow Up - Feedback
Krsmqn said:
prokennexusa,
I want to thank you for all your help. Unfortunately, my issue was kind of a rare issue. I had deleted some amazon apps that were system apps. I tried your solution time and time again to no avail. I was stumped until I remembered a thread I saw in development.
http://forum.xda-developers.com/showthread.php?t=1886189
I was able to download and unzip the 7.2.3 update version and simply install the apks that I was missing. Then, as far as google play went, I just went into System>Applications>Installed Applications>Appstore (Amazon)> Force stop, clear data & cache. Reinstalled Vendor.apk and then updated. Viola!
The USB notification came back, as well as all the other options in settings. Problem solved. Hope this helps future users.
Click to expand...
Click to collapse
Krsmqn,
Great post Krsmqn, I am glad to hear your problems are solved! We offer a fresh copy of the /system/app
folder here: https://dl.dropbox.com/u/54456659/app.zip
Anyone who is experiencing odd issues can download this folder and side load it back to the Kindle through
adb or ES File Explorer. Thank you again, I was getting a bit worried.
Windows 8.1, Rooted 4.4.4
I have recently done a factory reset and at some point my computer stopped recognizing my phone. If I let windows run through its own attempt at installing the driver, its recognized as a generic Samsung android device which Windows lists as a modem.
I have read the other xda threads, downloaded drivers from samsung site, kies, installed, uninstalled, rebooted, checked, unchecked options including USB debugging (which is not even what I'm trying to do), deleted all non-working driver instances in Device Manager, changed usb cord & port, tried other PC, removing microSD, all to no avail.
I have double-checked what I have frozen in Titanium Backup, but no relevant apps are affected. I tried wiping the cache/Dalvik cache, just because I thought it might help somehow. I'm thinking it must be a phone-side issue because nothing in windows is getting me anywhere. Has anyone here any ideas of what could be the culprit?
Did you try to connect to a different PC?
The games and the launchers were working fine, but then after not playing for few days when I tried opening the Counter Strike: GO, I first noticed that error. Thought restarting would solve the issue and went to play Red Dead Redemption 2. But the next day too there was the same error. Then when I tried starting Steam, there was the same error.
I have tried almost all the mentioned solutions found on the web, except the Clean Installation part, none of them has worked so far. So far have found the errors on all Steam related games and Origin PC related games. Rockstar Games and the launchers work perfectly fine.
As far as I know, I did uninstalled some of the Microsoft Build Tools while installing Visual Studio 2019. This might have caused the issue. But I cannot pinpoint the exact cause.
What I've tried so far
Re-installing all Visual C++ Redistributable from 2005 - 2019
Re-installing Dirext X
Updating the dll files
Running All-In-One Runtime packs (Visual C++)
Checking hard drive for corrupted files with sfc /scannow and chkdsk commands
Device Info: Asus ROG Strix G15 - 533QM, 16 GB RAM, Nvidia RTX 3060, 1 TB nVme SSD, Windows 10 (19044.1415)
I am really sorry if this wrong forum for this.
Have you tried either uninstall steam or origin after uninstall Microsoft visual c++?
Those will reinstall missing components.
not exactly in that order... i will try doing that and inform here... thanks for the suggestion
Ok , Resetting the PC (deleting everything) worked for me... Clean Windows Installation should work too..
This is how to fix Origin error 0xc00007b- unable to start correctly:
Open the start menu and search for ‘CMD’.
Right-click it, and hit run it as administrator.
When it opens, type in: ‘chkdsk c: /f /r’ and hit Enter. Type the command without the quotation.
Type in ‘Y’ and hit Enter again.
Restart your PC.
Once your system has restarted, try to install Origin, or launch it once more, depending on for what this error occurred.
Hope this helps.
{Mod edit: Quoted post has been deleted. Oswald Boelcke}
I re-installed Windows, and that solved the issue for me...
{Mod edit: Quoted post has been deleted. Oswald Boelcke}
yes I did that... I did uninstall and re-install Steam, but that did not solve it... Clean Windows installation did solve it though