[android-developers] Re: Application force close after change it from /system/app to /data/

2011-09-19 Thread sam
Thanks all for your reply, I just want to know the root cause, looks like UID change cause this. On 8月30日, 上午11时26分, James 030440...@163.com wrote: When removing your application, a full uninstall is required. On Aug 26, 11:09 am, sam hrlixi...@gmail.com wrote: HI guys, I have a

[android-developers] Re: Application force close after change it from /system/app to /data/

2011-08-29 Thread Kevin TeslaCoil Software
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,

[android-developers] Re: Application force close after change it from /system/app to /data/

2011-08-29 Thread James
When removing your application, a full uninstall is required. On Aug 26, 11:09 am, sam hrlixi...@gmail.com wrote: HI guys, I have a question: my application is installed in /system/app at first, and I run the app for a while. then I remove it from /system/app and install it via adb to