Phone apk

microsnook

Active Member
Joined
Feb 8, 2010
Messages
1,291
Reaction score
0
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
 

bgill55

Silver Member
Theme Developer
Joined
Feb 8, 2010
Messages
2,343
Reaction score
8
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!
 

mojo_droid

Premium Member
Premium Member
Developer
Joined
Jul 9, 2010
Messages
367
Reaction score
0
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
 

kook

Premium Member
Premium Member
Theme Developer
Joined
Dec 29, 2009
Messages
2,036
Reaction score
1
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.
 
OP
microsnook

microsnook

Active Member
Joined
Feb 8, 2010
Messages
1,291
Reaction score
0
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
 

Tanknspank

Beta Team
Premium Member
Joined
Jan 13, 2010
Messages
3,500
Reaction score
0
Location
North Carolina
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.
 

mojo_droid

Premium Member
Premium Member
Developer
Joined
Jul 9, 2010
Messages
367
Reaction score
0
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!

why? can you explain that alittle more?
 
OP
microsnook

microsnook

Active Member
Joined
Feb 8, 2010
Messages
1,291
Reaction score
0
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
 
OP
microsnook

microsnook

Active Member
Joined
Feb 8, 2010
Messages
1,291
Reaction score
0
Nevermind, I made an update.zip and it worked...... yay
 

bgill55

Silver Member
Theme Developer
Joined
Feb 8, 2010
Messages
2,343
Reaction score
8
here is a update theme template just drop your APKs into the corresponding folders!
 
Top