mojo457 / market-enabler

Automatically exported from code.google.com/p/market-enabler
0 stars 0 forks source link

Uninstalled manually, but still cannot install new version. #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Delete /system/sd/app/com.androidiani.MarketEnabler.apk and the 
corresponding dalvik-cache file
2. Try to install Market Enabler 3.0.8

What is the expected output? What do you see instead?
When trying to install 3.0.8, I get the error "MarketEnabler could not be 
installed on this phone"

What version of the product are you using? On what operating system?
I am running an HTC Magic with Cyanogenmod 4.2.14.1. I believe I was using 
MarketEnabler 3.0, but I am not certain. Was definitely lower than version 
3.0.3

Please provide any additional information below.
I will attach my log file from the failed install of 3.0.8  I think my 
phone is convinced that MarketEnabler is still installed, and I have no 
idea how to get rid of it. I would try installing the old version again and 
then re-installing, but I don't have the .apk file for the older version 
and can't find it. Is there anywhere that I can download old versions of 
MarketEnabler? Also, I have even tried reflashing my ROM and deleting the 
cache/dalvik-cache, and it still does not solve the problem. Any ideas 
would be appreciated!

Original issue reported on code.google.com by mmill...@gmail.com on 17 Feb 2010 at 4:51

Attachments:

GoogleCodeExporter commented 8 years ago
Ok, once again the question...
What exactly is the output of the command?
$ adb uninstall com.androidiani.MarketEnabler

Does it say that it successfully removed the application?

What is the output of the following command (open a root shell)?
$ find -name \*MarketEnabler\*

I (with installed marketEnabler) have something in dalvik-cache, /data/app and 
/data/data

From my experience, if you manually delete the apk and dex files you have to 
run the
uninstall command again after this to clear the entries from the DB.

Original comment by michel.racic on 18 Feb 2010 at 7:52

GoogleCodeExporter commented 8 years ago
Wow, I swear it's like magic when you reply! I had previously tried running $ 
adb 
uninstall com.androidiani.MarketEnabler with the result "Failure". I just tried 
it 
again now, and it succeeded. I am now able to install the newest version.

Thanks for the help, and sorry for wasting your time!

Original comment by mmill...@gmail.com on 18 Feb 2010 at 8:20

GoogleCodeExporter commented 8 years ago
No problem ;-)
That is what the bug tracker is for, I can't test it with every phone / rom
combination that is available.

That's some weird behavior that I usually now from Windows that happens in 
android as
well...

Next time remember always when you delete some app manually do the uninstall 
command
as it will clear the db entries from the phone.

The certificate is now in the SVN and shouldn't be tampered again...
New updates happen trough our update service that we implemented (it will check 
for
update when you start the application and stop the service after checking).

Original comment by michel.racic on 18 Feb 2010 at 9:03