[Q] APK Manager - EVO 4G General

I've installed Apk Manager and it keeps saying java not installed. I checked and it is installed. I also deleted java and reinstalled and still a no go. Can someone please give a step by step on how to install and software that I need in order to get this to work.
Thanks

Related

[Support] Market FC [MODS, PLEASE DELETE THREAD]

Downgraded & rooted couple of days ago, removed some bloat, all ok.
Uninstalled a little more bloat today... but...
1. Can't remember what I uninstalled exactly.
2. Market launches ok, but whenever I click on an item within the market i get an instant force close every time.
Ideas? Help?
Thanks all.
Edit: I remember uninstalling download manager. Could that be it?
It's not here though, http://forum.xda-developers.com/showthread.php?t=1036249, anyone have the apk?
Can you provide a logcat of the issue?
Not currently as I don't have a logcat app installed.
However, I'm sure it's related to the download manager I uninstalled using root Uninstaller.
Market is force closing on download links & anything I attempt to download using the browser throws up an empty zip folder.
I could really use the download manager apk to avoid having to reflash.
Thanks for any help.
Install a logcat app, run the error and paste the output here. It will help by debugging the issue.
I'm not too sure it has to do with the "download manager" app, since that is mainly related to the web browser. Market downloads follow their own route, as they are stored in the cache partition while they're being installed.
Ok, I'll get transfer a logcat app to my phone when i get back to my pc later.
Just type in "adb logcat" into adb do you want a copy of my download provider dazza??
DeadlyDazza said:
Not currently as I don't have a logcat app installed.
However, I'm sure it's related to the download manager I uninstalled using root Uninstaller.
Market is force closing on download links & anything I attempt to download using the browser throws up an empty zip folder.
I could really use the download manager apk to avoid having to reflash.
Thanks for any help.
Click to expand...
Click to collapse
Have you tried uninstalling the market updates? and trying again?
Thanks for the help lads but i can't do much 'till I get home later.
My market is stock since updating to 2.3.3
AndroHero said:
do you want a copy of my download provider dazza??
Click to expand...
Click to collapse
Thanks for that, just reinstalled & I'm now able to access market links without fc.
However, downloads are not working properly.
No fc but the download icon only briefly flashes up in taskbar but doesn't download.
I'm guessing that this is because I have setinstalllocation2.
Moved to phone via manage apps but still no joy.
When i get home I'll go back to setinstalllocation0 & reinstall so that they go to sys & I'll bet a penny to a pound that problem will be solved!
Ok, so, didn't work.
MArket is now not force closing but, as before any downloads started just result in a very brief flash of the download taskbar arrow then nothing.
Uninstalled updates to market, no luck, upgraded to new version market, no luck, however, i do now get an error downloading file notification.
Please delete post
Erm... Use pastebin.com, with Java notation. It's WAY more readable. For example: http://pastebin.com/02jK09Yr
Can't paste to it from browser so, once again, will have to later.
Did manage to install alogcat from an apk and pulled this just now.
Ok, so here's a couple of logs i took just now & submitted to pastebin.
Decided to flash.
MODS, PLEASE DELETE THREAD.

[Q] Unable to install Googleservicesframework and Vending

I just used Kindle Water to root and installed Root explorer. When I moved Vending.apk and googleservicesframework.apk to system app, changed permissions, and installed, they both say, "package not installed". I have rebooted and the same thing happens. Anyone know why this is happening and what I can do about it?
Try to install them, moving the installed apks to system/app, uninstalling, then installing again from system/app where you placed the copied installed versions and see if that might work for you
Thanks....still not working.
BluesHawk said:
Try to install them, moving the installed apks to system/app, uninstalling, then installing again from system/app where you placed the copied installed versions and see if that might work for you
Click to expand...
Click to collapse
Thank you for taking the time to respond to me. That did not work either. I am able to download android apps from the app market on my computer, as for some reason it now reads my Kindle in the list of options of where to install, so I have most everything I need. Google Talk still won't install and Google Music won't function properly either There's no link to the market directly on the Kindle, but like I said, it will now let me install from the computer so I guess it's ok. Thanks again for the advice.
If anyone else has any suggestions, please let me know. I would like to be able to access the market directly form the Kindle and have apps like Google Talk and Google Music work.
Thanks to northmendo, Jcase, and ST3_P2 for building KindleWater which allowed me to root my Kindle in the first place!
Give this thread a look and see if that might give you some insight. Also you might have downloaded a bad googleservicesframework.apk or vending.apk so make sure to get the ones from this post. When I first installed Market I had issues with it working until I installed the files from the post I linked.
Other times users have had Market install but it is not visible until signing into google services through settings > accounts & sync. Give that a try if all else fails.
Good luck!
maybe you looking for this one:
http://munday.ws/kindlefire/MarketOpener.apk

[Q] Package installer stopped installing

Suddenly my package installer button "Install" became useless. I was trying to install an APK file, but when I pushed "Install" nothing happened. The button wouldn't click and the program wouldn't install. When I click an APK file from a file mgr. the installer pops up OK. I tried a hundred different APK files with no success. I reinstalled the Package Installer from TiBackup. It looks fine. The "Cancel" button works fine, but that all it does. Strangely, program updates from Play Store install great (of course, they bypass the Package Installer dialog.) Tablet works great otherwise; isn't bricked, just cannot add new or reinstall any apps.
Can anyone tell me how to correct this problem without having to completely wipe the A500 and reinstall Android? Any suggestions would be appreciated.

Can't install PreBuiltGmsCore (Google Play Services 4)

Hello,
I'm trying to install the new Google Launcher and its apps.
I downloaded the required APK files, but I can't manage to install 'PreBuiltGmsCore.apk'.
When I try to install it, it instantly cancels the installation and says 'Application not installed'.
What should I do?
Thank you upfront.

App Problem

*Not sure if in proper section, move if need be*
Noob here so try to dumb things down for me!
Ok, so I followed this tut HERE.
I was able to debug it to my android for testing and it worked. So I exported it as .apk and uploaded it to 4shared.com.
Now my problem is, after downloading to my phone, I went to [Install Package] and it said "Application not installed"
What would be the problem and how would I go about fixing it?
Thanks in advance
~Brine
How are you trying to install the app:
connect your device using USB cable to the comp. and run
Code:
adb install <path_to_apk>
on a terminal
Make sure that the app is not already installed as there could be certificate conflicts it a debug version is installed already. If some version is already installed, just uninstall it and try.
Also try enabling Settings > Security > Unknown sources (turn it off after you are done if you are not sure)
dh41196 said:
*Not sure if in proper section, move if need be*
Noob here so try to dumb things down for me!
Ok, so I followed this tut HERE.
I was able to debug it to my android for testing and it worked. So I exported it as .apk and uploaded it to 4shared.com.
Now my problem is, after downloading to my phone, I went to [Install Package] and it said "Application not installed"
What would be the problem and how would I go about fixing it?
Thanks in advance
~Brine
Click to expand...
Click to collapse
The app not installed errors show up when you try to install an app not ment for your device
Genral cases are
It requires hardware not present in your device
It is trying to replace a system app like systemui
etc..........
Sent from my GT-S5302 using Tapatalk 2
Have you tried to zipalign your apk? It may help
If you have another version of the app remove it and install this
Sent from my GT-S5360 using Tapatalk 2

Categories

Resources