Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
bala_gamer
Old
(Last edited by bala_gamer; 10th December 2012 at 03:06 AM.)
#1  
bala_gamer's Avatar
Recognized Contributor - OP
Thanks Meter 5835
Posts: 10,765
Join Date: Mar 2011
Location: Madurai-Chennai

 
DONATE TO ME
Thumbs up [AOSP/SAMMY]Change the background of your settings Dialer/Contacts[updated 9/12/12]

TIme to update this

Older data on howto change manually is in the spoiler below
 

Hi all,

This guide is split into two parts as of now , part 1 is for changing the settings menu background and part 2 is for changing the backgground for dialer and contacts.


Part -1


may be this method is known to few but im posting this to people who dont know how to change the background image of the settings menu and other few.

Sample screenshots




Like it?

here is the method to do proceed with.

Software needed :

1.7zip (to replace the image)
2.android sdk(to use adb commands to push/pull the files)

How it works:

We are modifying/replacing an image called "background_holo_dark.png" in the "framework-res.apk" which is responsible for displaying background images in menu.

Step 1:

Use the following adb command below to pull the "framework-res.apk" from your mobile to pc.
Code:
adb pull system/framework/framework-res.apk


Step 2:
Open the framework-res.apk via 7zip and navigate to the following directory
"framework-res.apk\res\drawable-nodpi\", you will see a file called "background_holo_dark.png". Delete the image and dont close the 7zip.


Preparing your own image:

Now use any png image you want to set as background , resize it to 512 x 512 via mspaint or any other image editing software and rename the file to "background_holo_dark.png".

Drag the newly created image file back to 7zip(to the same directory where the old file is deleted) and close the 7 zip .

Step 3:
Now its time to push the file back to mobile, type the following command in the same command prompt
Code:
adb remount

now type the following
Code:
adb push framework-res.apk system/framework


Step 4:
Now reboot your mobile, you will have the new background image enabled
Part-2
Wanna change the background of the dialer and contacts?? well read below,

Step 1:
Use the adb command (or u can use root explorer) to pull the "Contacts.apk" from your mobile to pc.

Step 2:
Open the Contacts.apk via 7zip and navigate to the following directory
"Contacts.apk\res\drawable-nodpi\", you will see a file called "background_dial_holo_dark.png". Delete the image and dont close the 7zip.
Drag the image (similar to the one created in part 1 of the guide) file back to 7zip(to the same directory where the old file is deleted) and close the 7 zip .

Step 3:
Now its time to push/copy back the file back to mobile. Copy back the file to the same directory from where it is copied.


Step 4:
Now reboot your mobile, you will have the new background image enabled
Your dialer and contacts shortcut may be missing from your launcher, just drag it back to the homescreen from the app drawer.

Step:5
This step is optional!!! If you do not get those shortcuts, enter cwm and wipe cache and dalvik cache.

Note:

For users who know how to use root explorer (or other file managers) can use the same to copy/paste the framework-res.apk before and after editing.
Sample images are taken with multi dpi, this mod will work with all dpi.





Instructions:

1. Download the zip from the download section below and open it in 7zip.
2. Navigate to the following directory "\mode\system\framework\framework-res.apk\res\drawable-nodpi\".(Sample images on post 2)
3. Change the images "background_holo_dark.png" and "background_holo_dark.png" as per your wish.
4. Flash it

Sample screenshots from aosp rom:


Downloads:

bg mod

credit:

vertimus (thanks to him , he helped finding the right image to replace)
MODEM : MDK || PRIMARY : WANAM 1.0 || KERNEL : CUSTOM || DPI : 320 || LAUNCHER : NOVA || APPS : 200+ || BATTERY BACKUP : ~~~
Oldies : Galaxy S3,S2,SL|| Nokia X6,5230,N73
The Following 21 Users Say Thank You to bala_gamer For This Useful Post: [ Click to Expand ]
 
bala_gamer
Old
(Last edited by bala_gamer; 20th June 2012 at 11:46 AM.)
#2  
bala_gamer's Avatar
Recognized Contributor - OP
Thanks Meter 5835
Posts: 10,765
Join Date: Mar 2011
Location: Madurai-Chennai

 
DONATE TO ME
Taking this for modded bg images collection

you can find some ready to use backgrounds in this post ... will be updating this post when i find something beautiful for a background




MODEM : MDK || PRIMARY : WANAM 1.0 || KERNEL : CUSTOM || DPI : 320 || LAUNCHER : NOVA || APPS : 200+ || BATTERY BACKUP : ~~~
Oldies : Galaxy S3,S2,SL|| Nokia X6,5230,N73
The Following 15 Users Say Thank You to bala_gamer For This Useful Post: [ Click to Expand ]
 
alexanter the great
Old
#3  
alexanter the great's Avatar
Senior Member
Thanks Meter 669
Posts: 400
Join Date: Nov 2011
Location: Athens
This only works with cm9 roms?

 
bala_gamer
Old
(Last edited by bala_gamer; 19th June 2012 at 01:57 AM.)
#4  
bala_gamer's Avatar
Recognized Contributor - OP
Thanks Meter 5835
Posts: 10,765
Join Date: Mar 2011
Location: Madurai-Chennai

 
DONATE TO ME
Quote:
Originally Posted by alexanter the great View Post
This only works with cm9 roms?
works fully with cm9 and aokp roms. works partially with samsung roms where standard android framework is used.
MODEM : MDK || PRIMARY : WANAM 1.0 || KERNEL : CUSTOM || DPI : 320 || LAUNCHER : NOVA || APPS : 200+ || BATTERY BACKUP : ~~~
Oldies : Galaxy S3,S2,SL|| Nokia X6,5230,N73
 
alexanter the great
Old
(Last edited by alexanter the great; 19th June 2012 at 12:04 PM.)
#5  
alexanter the great's Avatar
Senior Member
Thanks Meter 669
Posts: 400
Join Date: Nov 2011
Location: Athens
when you say 'Use the following adb command below to pull the "framework-res.apk" from your mobile to pc' the phone must be connected with the PC?Im mean can't we pull it out with root explorer?

 
bala_gamer
Old
#6  
bala_gamer's Avatar
Recognized Contributor - OP
Thanks Meter 5835
Posts: 10,765
Join Date: Mar 2011
Location: Madurai-Chennai

 
DONATE TO ME
Quote:
Originally Posted by alexanter the great View Post
when you say 'Use the following adb command below to pull the "framework-res.apk" from your mobile to pc' the phone must be connected with the PC?Im mean can't we pull it out with root explorer?
yes you can, and it is mentioned at the end of the post
MODEM : MDK || PRIMARY : WANAM 1.0 || KERNEL : CUSTOM || DPI : 320 || LAUNCHER : NOVA || APPS : 200+ || BATTERY BACKUP : ~~~
Oldies : Galaxy S3,S2,SL|| Nokia X6,5230,N73
 
alexanter the great
Old
#7  
alexanter the great's Avatar
Senior Member
Thanks Meter 669
Posts: 400
Join Date: Nov 2011
Location: Athens
I am sorry i did not see,ok now its worked with paranoidandroid thank you its very nice!!

 
KeySonic
Old
#8  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Jun 2012
I have the stock rom on my device and tried it on your description to replace the background, but the black background is always shown. The background i added to the "framework-res.apk" will be not shown in the settings.

Is there another way or another kind of doing this for stock roms user?
Or should i install CM9?
 
bala_gamer
Old
(Last edited by bala_gamer; 20th June 2012 at 07:30 AM.)
#9  
bala_gamer's Avatar
Recognized Contributor - OP
Thanks Meter 5835
Posts: 10,765
Join Date: Mar 2011
Location: Madurai-Chennai

 
DONATE TO ME
Quote:
Originally Posted by KeySonic View Post
I have the stock rom on my device and tried it on your description to replace the background, but the black background is always shown. The background i added to the "framework-res.apk" will be not shown in the settings.

Is there another way or another kind of doing this for stock roms user?
Or should i install CM9?
This mod works on Samsung roms but only partially. The background changes won't be visible where the touch wiz parts are used. The here are a few screen shots from stock rom

《tapatalked from galaxy s3》

will update the guide soon for samsung roms too
Attached Thumbnails
Click image for larger version

Name:	uploadfromtaptalk1340173420448.jpg
Views:	1549
Size:	31.1 KB
ID:	1142159   Click image for larger version

Name:	uploadfromtaptalk1340173443581.jpg
Views:	1314
Size:	28.6 KB
ID:	1142160  
MODEM : MDK || PRIMARY : WANAM 1.0 || KERNEL : CUSTOM || DPI : 320 || LAUNCHER : NOVA || APPS : 200+ || BATTERY BACKUP : ~~~
Oldies : Galaxy S3,S2,SL|| Nokia X6,5230,N73
The Following User Says Thank You to bala_gamer For This Useful Post: [ Click to Expand ]
 
Zoozle86
Old
#10  
Zoozle86's Avatar
Senior Member
Thanks Meter 221
Posts: 798
Join Date: Feb 2012
Thank you sir. For this clear instructions

Sent from my GT-I9300 using xda premium

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...