Removing an APK from /system/app won't clean up the left overs in / data/data. I'd bet that the UID changes and then your properly installed app can't read the database. 1) Don't install apps to /system/app 2) Don't leave crap in /data/data when removing APKs 3) This list is about SDK development, not anything to do with /system
-Kevin On Aug 29, 6:35 pm, TreKing <[email protected]> wrote: > On Thu, Aug 25, 2011 at 10:09 PM, sam <[email protected]> wrote: > > Do yo know the reason why this happen after change the app > > install location? > > Well if you're trying to open a file relative to the app's install location > and change that install location, then it's highly likely you won't find > that file in the new install location. > > Without seeing the rest of your stacktrace, it's hard to say more. > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

