What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Phone apk

microsnook

Active Member
I can pull out the apk and then theme it and all, but when I push it, then the phone is no longer installed.

Anybody know what messes this up?

I thought it mightve been since you can do the switchapk phone to cytown, that it mightbe messing up...not sure though
 
rule of thumb!! never push core apks IE: Phone, Framework, System. throw them in a update.zip and flash like a rom!! you wont have those issues!
 
i replaced my phone and contacts using these commands with adb, make sure you have mounted system/app as r/w or else this wont work

adb shell mount /system
adb push C:\Phone.apk /system/app/
adb reboot
 
i replaced my phone and contacts using these commands with adb, make sure you have mounted system/app as r/w or else this wont work

adb shell mount /system
adb push C:\Phone.apk /system/app/
adb reboot
Do what bgill suggests.
 
Well I always push my framework through adb and have never had any issues.
Ill have to do the update.zip method from now on I guess though.
I was just using ADB to pull the phone apk and the adb to push it...

Thanks guys, Ill try it out
 
rule of thumb!! never push core apks IE: Phone, Framework, System. throw them in a update.zip and flash like a rom!! you wont have those issues!

As long as I am pushing in recovery, I don't see a problem with pushing core apps like that. Though I don't push tons of .apks a day, so I could have just been lucky.
 
Again, I cannot get the music.apk, contacts.apk or phone.apk to theme.

Im not sure how to make it an update.zip.......

I dont see why I cant push it? Its worked every other time lol
 
Back
Top