• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Change default / stock contact picture?

Hello Everyone,
I want to change the default or stock picture on my phone to the superuser version of the android. I have the logo created, I just need to know where the file is located on the device. Also, is there a program I can use to do the file transfers from the computer?
 
Did you find out how to inject and change it?
I've been wanting to do this with. A launcher app.

^ this is why i responded here... Lol :D
Easiest way i found is to open it with 7zip and just drag/drop the (renamed to same as old) new picture into the apk and adb push it onto the phone...
Code:
adb remount
Adb push /path/to/your.apk /system/app
Adb reboot
 
Back
Top Bottom