Apps not installing on Froyo ROMs

MeanderingCode

New Member
Joined
Dec 5, 2009
Messages
6
Reaction score
0
[Solved] Apps not installing on Froyo ROMs

The only Froyo ROM i've been able to install apps on is Ultimate Droid Froyo eXtreme v1.2.5. Even that however gets buggy (yesterday i couldn't install anything, but today i could)

Other ROMs i've tried are:
Bugless Beast v0.2.1
Bugless Beast v0.3
Kangerade v1.1
Stock Leaked 2.2 (via ROM Manager)

I've tried all of these ROMs with setInstallLocation values of 0, 1, and 2.

I have only found one other person with this problem anywhere Google indexes. What's going on here?

Can someone help me troubleshoot this?
 
Last edited:
OP
M

MeanderingCode

New Member
Joined
Dec 5, 2009
Messages
6
Reaction score
0
So i found a solution at xda-developers.

Code:
adb reboot recovery #wait for recovery to load
adb shell
mount /sdcard
rm -r /sdcard/.android_secure
reboot

This thread
 
Top