[android-porting] Android PackageInstaller.apk

2011-11-27 Thread Ash
Hi All, I have downloaded Android Source and made some changes to the PackageInstaller source code. I have compiled Android source and it has generated a new PackageInstaller.apk file. Note that I have a rooted device and we are customizing the hardware to our needs. How do I get this to insta

Re: [android-porting] Android PackageInstaller.apk

2011-11-27 Thread Devaraj Rangasamy
hi, we can reinstall an app by using -r argument.. "adb install -r PackateInstaller_modified.apk" in case if that fails for any reason like its a system app and user cant reinstall, u can use below raw procedure you can manually copy new apk to /system/app/PackageInstaller.apk and reboot the phon

Re: [android-porting] Android PackageInstaller.apk

2011-11-28 Thread Ash
Hi, Thanks for the information. That did the trick. Would you happen to know how can we stop apps such as DeskClock, Contacts, Camera, Email, Gallery, etc. from starting. Although not a big deal if they are running, it would be nice if I can stop these applications from starting up. We are basi