DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Changing Stock Icons?

  1. budmonster
    Guest
    budmonster's Avatar
    #1

    Angry Changing Stock Icons?

    Why can't I switch the stock phone and camera icons in the menu to my own icons? I was able to change the gmail and the settings stock icons to the new ones I created...

    But, I keep getting errors on other icons.
    All I'm doing is pulling the apps in ADB to my desktop then replacing the icons in the apks with mine then pushing them back to my phone using these commands. I'm also trying to this auto-sign script where you just place the apk in the folder and it signs it for you.

    I keep getting these errors in ADB:

    c:\AndroidSDK>adb remount
    remount succeeded

    c:\AndroidSDK>adb push Camera.apk /system/app
    1186 KB/s (546944 bytes in 0.450s)

    c:\AndroidSDK>adb install -r Camera.apk
    1154 KB/s (546944 bytes in 0.462s)
    pkg: /data/local/tmp/Camera.apk
    Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]

    __________________________________________________ ____

    c:\AndroidSDK>adb push Phone.apk /system/app
    1078 KB/s (701506 bytes in 0.635s)

    c:\AndroidSDK>adb install -r Phone.apk
    800 KB/s (701506 bytes in 0.856s)
    pkg: /data/local/tmp/Phone.apk
    Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]


    I don't why this keeps happening...any help would be much appreciated.

    Last edited by budmonster; 03-26-2010 at 11:32 PM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    Droidfish's Avatar
    Member #
    33991
    Join Date
    Feb 2010
    Location
    Deep South of NM
    Posts
    862
    Phone
    Iphone4 ; HTC Incredible
    #2
    Are the png files you're using the same resolution as those you are replacing?

    Also I've always accomplishded this by simply pushing to /system/app/ then adb reboot

    Or

    Placing the modified apk on my sd card and using root explorer to move the apk to /system/app/ then chmod 644 from terminal

    If your interested in either method I could lay it out for you step by step
  4. budmonster
    Guest
    budmonster's Avatar
    #3
    Quote Originally Posted by Droidfish View Post
    Are the png files you're using the same resolution as those you are replacing?

    Also I've always accomplishded this by simply pushing to /system/app/ then adb reboot

    Or

    Placing the modified apk on my sd card and using root explorer to move the apk to /system/app/ then chmod 644 from terminal

    If your interested in either method I could lay it out for you step by step
    No, I made all icons 72x72. I made the Browser and the Settings icon 72x72 and they worked. My Camera.apk is in my /system/app folder but it wont install, so now I have no camera LOL, I'm pissed...If you could write me up some good step by step directions I'd appreciate it. Do you have to auto-sign the .apk or anything? Because right now all I do is this:
    1) I pull the apk using adb command and then i delete the apk from my phone.
    2) I winrar the apk, then drag my icon into the proper folder in the apk and save it.
    3) Auto-Sign the apk
    4) Then I use adb and try to push it and install it.

    I dont know what I'm messing up
    Last edited by budmonster; 03-26-2010 at 11:56 PM.
  5. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #4
    im not sure if you have to resign stock apps,only the market apps. i could be wrong though.just an idea.
  6. budmonster
    Guest
    budmonster's Avatar
    #5
    I got to figure out how to get my Camera.apk back and working. Maybe Droidfish can help replace stock/market apps properly LOL.
  7. Master Droid
    Droidfish's Avatar
    Member #
    33991
    Join Date
    Feb 2010
    Location
    Deep South of NM
    Posts
    862
    Phone
    Iphone4 ; HTC Incredible
    #6
    I'm not the most knowledgeable person on this topic but I think if you change resolution of the png you need to resign the apk. Hopefully someone who knows more will jump in.so far I've always kept the original resolution. Here is my method

    re zip the apk, then in adb:

    Adb push Camera.apk /system/app
    Adb reboot

    my root explorer method:

    Copy apk to scard
    From root explorer move the apk to /system/app/ (make sure to mount r/w access from within root explorer)

    Then from terminal emulator:
    su
    chmod 644 /system/app/Camera.apk
    sync
    reboot

    good luck, hope this helps
  8. Master Droid
    Droidfish's Avatar
    Member #
    33991
    Join Date
    Feb 2010
    Location
    Deep South of NM
    Posts
    862
    Phone
    Iphone4 ; HTC Incredible
    #7
    These methods should definitely work with the original apk if you want to re install the camera and regroup.
  9. Beta Team
    Flomaster's Avatar
    Member #
    27560
    Join Date
    Jan 2010
    Location
    East Texas
    Posts
    1,073
    Liked
    2 times
    Twitter
    _Flomaster
    Phone
    DROOOOOOOOOOOiid
    Premium Member
    #8
    seems like your -r install is not needed

    push back to system apps , sync , reboot , if that does work try and chmod 644 on the apk after you push it back to /system/app/

    -=Jason=-
  10. budmonster
    Guest
    budmonster's Avatar
    #9
    Quote Originally Posted by Flomaster View Post
    seems like your -r install is not needed

    push back to system apps , sync , reboot , if that does work try and chmod 644 on the apk after you push it back to /system/app/

    -=Jason=-
    Droidfish Root Explorer method worked for the Stock Email icon. For some reason the Phone is giving me the most problems. I get FC's as soon as I replace the apk.
  11. budmonster
    Guest
    budmonster's Avatar
    #10
    I replaced the stock phone icon with a new one and checked the apk, the new icon replaced the stock one. I entered the commands and rebooted, the stock phone icon still appears.
Page 1 of 2 1 2 LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Changing app drawer button and icons??
    By acidcore in forum Droid Hacks
    Replies: 7
    Last Post: 12-30-2010, 06:56 PM
  2. Changing icons
    By lburley7 in forum Android General Discussions
    Replies: 4
    Last Post: 03-17-2010, 05:23 PM
  3. Changing folder icons
    By diamondmjs in forum Droid Themes
    Replies: 7
    Last Post: 02-27-2010, 02:48 PM
  4. Can Someone Please Post The PNG ICONS of the Stock Droid Icons?
    By ipawd1 in forum Android General Discussions
    Replies: 1
    Last Post: 02-09-2010, 04:19 PM
  5. Changing stock keyboard colors?
    By ashkev843 in forum Droid Hacks
    Replies: 3
    Last Post: 01-22-2010, 09:51 PM

Search tags for this page

android change stock icons
,
change android stock icons
,

change camera icon android

,
change icons in stock android
,
change icons stock android
,

change stock android icons

,

change stock icons android

,

failure [install parse failed unexpected exception]

,
how to change android stock icons
,
how to change camera icon on android
,

how to change stock android icons

,
how to change stock icons
,
how to change stock icons android
,

how to change stock icons on android

,

install parse failed unexpected exception

Click on a term to search our site for related topics.
Find us on Google+