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 phone -> next boot you will see the result On Mon, Nov 28, 2011 at 6:44 AM, Ash <[email protected]> wrote: > 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 install on my device? > > I have tried adb install PackateInstaller_modified.apk however the > installation failed Failure [INSTALL_FAILED_ALREADY_EXISTS] > > I have also tried adb uninstall com.android.packageinstaller however > android will not let me uninstall it. > > Any advice on how I can replace my version of PackageInstaller? > > Thanks > > > > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- Regards, Deva www.bittoggler.com -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
