When I select my custom wallpaper, I don't want to go through the resizing process over and over again. Is there a way I can copy the wallpapers I want to the system directory in order to use the system wallpaper app? I tried searching for this topic, but couldn't find anything like it. Thanks for any assistance with this issue.
*Update*I found my answer on another website:
"They are not in a directory.. they are on the Launcher.apk under \res\drawable
I know you can replace the wallpapers there with your own ( I've done this before) but I'm not sure If you'll be able to add more wallpapers to the gallery without replacing the default ones. "
To MOD: Please delete this thread!!! Thanks!!!
any guide/info on the proccess. would like to change some wallpapers
MotoMudder77 said:
any guide/info on the proccess. would like to change some wallpapers
Click to expand...
Click to collapse
It would probably be easier if you checked out on the market Wallpaper Set and Save.
MotoMudder77 said:
any guide/info on the proccess. would like to change some wallpapers
Click to expand...
Click to collapse
The wallpapers are in the Launcher.apk file.
Replace as necessary and re-sign the apk file.
You will find wallpapers that are in there twice they are in fact the wallpaper itself and a thumbnail (with "small" added onto the name).
nolimit78 said:
It would probably be easier if you checked out on the market Wallpaper Set and Save.
Click to expand...
Click to collapse
Got it, Is very easy. Thanks, would still like to change walls in the wallpaper gallery.
Binary100100 said:
The wallpapers are in the Launcher.apk file.
Replace as necessary and re-sign the apk file.
You will find wallpapers that are in there twice they are in fact the wallpaper itself and a thumbnail (with "small" added onto the name).
Click to expand...
Click to collapse
I've got that much from searching around. Is it just too in depth that theres not a guide for it? Sorry Im a noob to android.
The fact that you have to replace them is what gets me, is it too hard to write new ones into the .apk?
And even if (heres the noob Q) how would I pull apart the .apk, and then resign it?
MotoMudder77 said:
Got it, Is very easy. Thanks, would still like to change walls in the wallpaper gallery.
I've got that much from searching around. Is it just too in depth that theres not a guide for it? Sorry Im a noob to android.
The fact that you have to replace them is what gets me, is it too hard to write new ones into the .apk?
And even if (heres the noob Q) how would I pull apart the .apk, and then resign it?
Click to expand...
Click to collapse
Wow you are a noob. LOL.
To open the apk just use winrar or similar. Extract it like you would a zip file but don't delete anything. Now say you are wanting to replace Wallpaper1.jpeg, Wallpaper2.jpeg, Wallpaper3.jpeg and Wallpaper4.jpeg you only need to replace those 4 and the corresponding _small.jpeg file (example: Wallpaper1_small.jpeg) with your appropriately named replacements (customized Wallpaper1.jpeg and Wallpaper1_small.jpeg) and replace the original. Then take your modified files and drop it back into the /drawable directory of your apk file. Sign your apk file and you should be good to go. Make sure that you don't have a Thumbs.db in the directory. It's safe to have in there but it can take up space and it's completely unnecessary. In regards to just adding additional wallpapers it would have to be done from source. It's probably easier for a beginner to just rename and replace.
To resign... (sigh) there are about half a dozen ways to do it. Seek and ye shall find.
Related
i am building my own custom rom with all my files and settings the way i like them and i would like to add some of my .apk's to my update however i want them on my ext2 partition(if its not possible then dw) also i would like to know if i have to resign these .apks. Another thing is that i would like to add my own settings to it such as wallpaper, ring tones etc.
any help would be greatly appreciated, thanks in advance
Wallpapers, ringtones get added during compiling of you rom (unless you're just taking existing rom and taking things out and adding things in) If you want apps on your ext2... just install them, they will survive wipes and reinstalls. As a matter of fact I would do the same thing for wallpaper and ringtones but if you must.....
ringtones go into /system/media/audio/ringtones
wallpapers are somewhere in the system/framework.apk if I'm not mistaken
Good luck
thx im gna need it
double post
borodin1 said:
wallpapers are somewhere in the system/framework.apk if I'm not mistaken
Good luck
Click to expand...
Click to collapse
I have been toying with this myself and actually wallpapers are located in:
Code:
/system/app/Launcher.apk
once you have the apk, you will need a program such as 7zip or Winzip to explore (not unzip) the file and browse to:
Code:
/res/drawable/
within the Launcher.apk file, that is where the wallpapers are located....
Best of luck
I'm trying to edit a few things but I'm not sure how to go about repackaging them as .apk even though I know they're archives. If I open the archive and extract everything how should I go about putting it back together? Is it as simple as throwing it in a .zip file, renaming it to .apk and signing it or am I missing something? I tried doing that with Rosie.apk because it has a lot of wallpapers I won't ever use and I wanted to throw some of my ringtones into it too.
Dyonas said:
I'm trying to edit a few things but I'm not sure how to go about repackaging them as .apk even though I know they're archives. If I open the archive and extract everything how should I go about putting it back together? Is it as simple as throwing it in a .zip file, renaming it to .apk and signing it or am I missing something? I tried doing that with Rosie.apk because it has a lot of wallpapers I won't ever use and I wanted to throw some of my ringtones into it too.
Click to expand...
Click to collapse
there is already another thread somewhere farther down about this, but in short, you need to resign. Stericson did a one-click signing tool, but I was never able to get it working on my machine. I use the same tools, but I have to do the manual sign option, it is still easy, it just uses one more click.
As far as repacking rosie.apk, you should just be able to locate the .png and small.png files you want to replace. Find your new wallpapers, rename them to the names of the wallpapers you want replace. (you will need to resize your 480x320 wallpapers to the small wallpaper dimensions, they are 80x60. easiest way to resize is in MS paint or Gimp. once you rename just drag the files into the open winrar window. For rosie i think wallpapers are in the drawable 480x320 folder. When winrar brings up a prompt, just make sure you have the options selected to add and overwrite existing files or something of the like. It is also a good idea to adb pull your Rosie.apk just in case things go bad you can push a backup to revert you to where you were before. If you got any questions send me a PM or hit me on gtalk- [email protected]
Dyonas said:
I'm trying to edit a few things but I'm not sure how to go about repackaging them as .apk even though I know they're archives. If I open the archive and extract everything how should I go about putting it back together? Is it as simple as throwing it in a .zip file, renaming it to .apk and signing it or am I missing something? I tried doing that with Rosie.apk because it has a lot of wallpapers I won't ever use and I wanted to throw some of my ringtones into it too.
Click to expand...
Click to collapse
You can open Rosie.apk with something like winrar and replace the images without the need to resign. I've done it countless times. There's not much point in removing wallpapers in Rosie though, it will just reduce the size of the apk without any noticeable speed improvment. Most Hero devs use the stock Rosie apk.
As for ringtones, they don't reside in Rosie.apk. You can put them on your FAT32 (or EXT if you have one). Just put the mp3's in /media/audio/ringtones. I highly suggest putting them on ext because when the SD card is mounted in your computer your phone can't access the ringtones. Ext isn't mounted (on windows atleast) so they are still accessible.
Thanks guys, I seem to have it almost done now with this and what I stumbled through
What I am trying to do (on DC v1.1b5) is combine 3 (or more) signed zips (espresso, clear notification bar, and a taskbar) into an unzipped rom so I can sign it later and flash the whole rom with my changes. (NO I'M NOT GOING TO POST IT AND SAY ITS MY ROM lol)
All of these modifications each change framework-res.apk and com.htc.resources.apk in their own way.
Would I have to figure out every single change to each individual apk and merge them into one file? Or is there another way?
I am not only doing this for my phone, but I am doing this to learn.
Any help would be appreciated
Yes, since there's really no way to tell which files were edited in each theme, you have to go through and find it.
Honestly, the easiest way to do this that I've found is to unzip the archive and scroll through the folders with thumbnails enabled so you can quickly see what they all look like.
I know that the statusbar .pngs are in framework-res.apk/res/drawable-mdpi and they all start with statusbar_* or status_bar*.
The .pngs for the Rosie are found in com.htc.resources.apk/res/drawable-port-mdpi/
EDIT: I would also recommend creating a MetaMorph theme when you get all the files you need. (I'm not sure if it works on 2.1/Sense ROMs, I'm about to use it and find out though) that way you can apply the themes while your phone is on, you can easily transfer it between ROMs, and you only need to use the files that you've changed, instead of the entire .apk. For instructions on creating a MetaMorph theme: http://forum.xda-developers.com/showthread.php?t=591329
on windows 7 you can make one folder called NEWframeworkapk paste all the original file to it, then copy and paste all the files from the others. it will say "do you wish to move and replace "jpg" say yes for all and then you have the changed files.
haha thats what i do? prolly some super easy way though.
Gregalous said:
Yes, since there's really no way to tell which files were edited in each theme, you have to go through and find it.
Honestly, the easiest way to do this that I've found is to unzip the archive and scroll through the folders with thumbnails enabled so you can quickly see what they all look like.
I know that the statusbar .pngs are in framework-res.apk/res/drawable-mdpi and they all start with statusbar_* or status_bar*.
The .pngs for the Rosie are found in com.htc.resources.apk/res/drawable-port-mdpi/
EDIT: I would also recommend creating a MetaMorph theme when you get all the files you need. (I'm not sure if it works on 2.1/Sense ROMs, I'm about to use it and find out though) that way you can apply the themes while your phone is on, you can easily transfer it between ROMs, and you only need to use the files that you've changed, instead of the entire .apk. For instructions on creating a MetaMorph theme: http://forum.xda-developers.com/showthread.php?t=591329
Click to expand...
Click to collapse
Avalaunchmods said:
on windows 7 you can make one folder called NEWframeworkapk paste all the original file to it, then copy and paste all the files from the others. it will say "do you wish to move and replace "jpg" say yes for all and then you have the changed files.
haha thats what i do? prolly some super easy way though.
Click to expand...
Click to collapse
thank you both for the input.
now to go find EVERY change they all make lol
if anyone has an easier way, PLEASE don't hesitate to post lol
regaw_leinad said:
thank you both for the input.
now to go find EVERY change they all make lol
if anyone has an easier way, PLEASE don't hesitate to post lol
Click to expand...
Click to collapse
Gregalous said:
I know that the statusbar .pngs are in framework-res.apk/res/drawable-mdpi and they all start with statusbar_* or status_bar*.
The .pngs for the Rosie are found in com.htc.resources.apk/res/drawable-port-mdpi/
Click to expand...
Click to collapse
Here's a headstart
Gregalous said:
Here's a headstart
Click to expand...
Click to collapse
Thanks
I actually prefer MetaMorph over doing a zip file because all you need are the files that have been changed. However, in 2.1 a lot of files are scattered around or in different places and once the Sprint update comes through who knows where everything will be. Once I finally figured out how to set up the folders the rest I have done became easy...and no need to turn off your phone.
Edit: You can also combine more than one folder at a time
HTC HERO
DamageControl V1
&RoidRage said:
I actually prefer MetaMorph over doing a zip file because all you need are the files that have been changed. However, in 2.1 a lot of files are scattered around or in different places and once the Sprint update comes through who knows where everything will be. Once I finally figured out how to set up the folders the rest I have done became easy...and no need to turn off your phone.
Edit: You can also combine more than one folder at a time
HTC HERO
DamageControl V1
Click to expand...
Click to collapse
Yeah, MetaMorph is pretty cool.
but my problem was actually FINDING the changes in already made zips lol
but I think I got it, well most of the changes (hopefully all)
Hi,
I need to change default contact pictures. Its for our customer who finds the green droid infinitely iritating . Anyway, I rooted the Desire HD and did s-off, Clockwork recovery is in place. Bud I didnt find any themes or even adress where those pictures are in the phone.
I will be happy for any advice what image to create, how big, format etc...
And ofcouse where to flash it.
Update:
Actually, no one solved it, i found numerous questions about this and no definitive answer. So any pro here who wants to get extra thanks ?
This is my exact wish!
Fullscreencaller works as windows... unusable
I know where the Dancing Android lives
You need 7zip installed and your chosen ROM saved on your PC.
Right click on ROM and choose
7zip>Open Archive (don't just double click to open it)
Now browse to:
\system\app\
Right click on Phone.apk and choose:
Open
Now browse to:
\res\drawable-hdpi\
Extract the folder so you can view them all as thumbnails. Then you will see 4 files called:
phone_default_270.PNG
phone_default_300.PNG
phone_default_incall_270.PNG
phone_default_incall_300.PNG
There are other contact pictures in there too, as it's the dialler so just have a look and see what you want to change.
Now, for the contact picture that appears in your contact list in HTC People, follow the same as above but go to:
\system\app\HtcContacts.apk\res\drawable-hdpi\
Then look for:
people_home_defaultphoto.PNG
It might also be worth a look in:
\system\framework\framework-res.apk\res\drawable-hdpi\
Now for the disclaimer:
This is all at your own risk. I'm not sure what limitations / consequences there are for modifying these files as I have only used this method to swap icons from other ROMs into my own. You might need some kind of special editor for the PNGs, but at least you now know where to look
@sviftcz: If you need help with creating a flashable zip, you could upload your Phone.apk and the pictures you want and I'll make one for you.
sigurd_LU said:
@sviftcz: If you need help with creating a flashable zip, you could upload your Phone.apk and the pictures you want and I'll make one for you.
Click to expand...
Click to collapse
What are the missing steps from my post above? I'm keen to do this myself now we're speaking about it!
Do the pngs have to be saved a specific way or is it simply a case of creating a file with the same dimensions and swapping them over? As I said, I've only ever swapped over files that were from one ROM into another rather than adding in files I've created myself.
Thanks
Your guide is awesome! But it misses the steps how you get it on your phone
You'll have to take your original phone.apk, open it with winrar or 7zip (don't extract, just open it), and drag and drop your edited images from the previously extracted apk in the right folders.
When you're done, exit winrar/7zip and put the phone.apk into system/app of this flashable update zip: http://www.multiupload.com/THCTLMRDBU
And that's it. If you want more details or if I didn't explain it well, just tell me.
Haha, yeah... I forgot to say that I do it before I flash the ROM!
Using your flashable zip is way easier though.
The only other thing is, do you have to save the PNGs with specific settings, other than them being the same size obviously?
Cheers
CitizenLee said:
Haha, yeah... I forgot to say that I do it before I flash the ROM!
Click to expand...
Click to collapse
Okay
The color depth (expressed in bits) doesn't matter as long as the png has the right dimensions, as you said.
btw, I didn't make this zip, it's from he_stheone64.
IS there any temporary rooting available for the new version of Desire HD?
I dont want to update any FW, nor root image. Thanks the help!
Hi, can anyone tell me how i am supposed to use a theme for widgetlocker at all please?
I downloaded 3 files (zip) and chose the option of install and add, but there is only my phone lock showing, no icons to choose from and no wallpaper that was supposed to come with it.
I have no idea where the file has saved to or anything, and well being new to all of this android stuff i m a bit confused....
thanks for any help you can give me.
thesludge said:
Hi, can anyone tell me how i am supposed to use a theme for widgetlocker at all please?
I downloaded 3 files (zip) and chose the option of install and add, but there is only my phone lock showing, no icons to choose from and no wallpaper that was supposed to come with it.
I have no idea where the file has saved to or anything, and well being new to all of this android stuff i m a bit confused....
thanks for any help you can give me.
Click to expand...
Click to collapse
Hello!! Extract the files on the zip y put the folder in sdcard/data/widgetlocker..
Regards
dumb question, but how do you extract them on the phone, or am i best to do that via pc?
thesludge said:
dumb question, but how do you extract them on the phone, or am i best to do that via pc?
Click to expand...
Click to collapse
No, you don't need to unzip those files. You just have to place those zip files in sdcard/data/com.teslacoilsw.widgetlocker/themes
10507 said:
No, you don't need to unzip those files. You just have to place those zip files in sdcard/data/com.teslacoilsw.widgetlocker/themes
Click to expand...
Click to collapse
I'm having issues with my widgetlocker adding new themes. I've added themes before and they've worked fine but now it wont add any more. I've added the zip file, which has like 20 themes in it, into the location mentioned above. Then I go into widgetlocker and have the slider selection screen update the theme population. But it doesn't show any additional themes. What am I doing wrong?
Concordium said:
I'm having issues with my widgetlocker adding new themes. I've added themes before and they've worked fine but now it wont add any more. I've added the zip file, which has like 20 themes in it, into the location mentioned above. Then I go into widgetlocker and have the slider selection screen update the theme population. But it doesn't show any additional themes. What am I doing wrong?
Click to expand...
Click to collapse
If you have several themes in a zip, then you'll have to extract them.
Sent from my GT-I9100
GANJDROID said:
If you have several themes in a zip, then you'll have to extract them.
Sent from my GT-I9100
Click to expand...
Click to collapse
Do I have to extract them and zip each one of them individually? Because I tried it extracted, with the actual folders for each theme in the correct directory, and still nothing happened.
Concordium said:
Do I have to extract them and zip each one of them individually? Because I tried it extracted, with the actual folders for each theme in the correct directory, and still nothing happened.
Click to expand...
Click to collapse
Yeah, if the themes aren't in zip format, make a new zip (with Astro or something) and copy and paste the thenes inside. Widget Locker only loads up zip themes, but not themes within a zip.
Sent from my GT-I9100
GANJDROID said:
Yeah, if the themes aren't in zip format, make a new zip (with Astro or something) and copy and paste the thenes inside. Widget Locker only loads up zip themes, but not themes within a zip.
Sent from my GT-I9100
Click to expand...
Click to collapse
Ok so I took all of the themes out of the larger archive and zipped them each individually, making sure that each zip had just the folder and the theme files within. Still nothing. I have no clue why these files arent being read.
**deleted**
so where do you download this theme?
thesludge said:
Hi, can anyone tell me how i am supposed to use a theme for widgetlocker at all please?
I downloaded 3 files (zip) and chose the option of install and add, but there is only my phone lock showing, no icons to choose from and no wallpaper that was supposed to come with it.
I have no idea where the file has saved to or anything, and well being new to all of this android stuff i m a bit confused....
thanks for any help you can give me.
Click to expand...
Click to collapse
1.install widgetlocker.apk
2.extract yourtheme.zip to /sdcard/data/com.teslacoilsw.widgetlocker/themes
3.open widgetlocker and hold screen
4.select a custom slider and select a theme that you want to use
5.Done
devlirian said:
1.install widgetlocker.apk
2.extract yourtheme.zip to /sdcard/data/com.teslacoilsw.widgetlocker/themes
3.open widgetlocker and hold screen
4.select a custom slider and select a theme that you want to use
5.Done
Click to expand...
Click to collapse
You're not the only one having problems, i think everyone trying to help maybe misunderstanding the problem, or at least mine is different.
Once I have done the 1-5 I can choose a theme but the only thing that happens is that it adds an additional unlocker to my current setup, creating multiple unlock wigets.
There must be a setting somewhere that is not allowing the full theme to be applied.
for example if I install "droids on a wire" i get the unlock mechanism added to lockscreen (in additon to the one I allready had) but unthemed. It does not show the droids hanging just the base unlocker used in it; no background or anything other else in that theme. This happens on any theme I have tried to apply
what setting am I missing??
Screenshots of your device and what it supposed to look like would be very helpful.
Sent from my SPH-L900 using xda premium
Same here
jeremykersh said:
You're not the only one having problems, i think everyone trying to help maybe misunderstanding the problem, or at least mine is different.
Once I have done the 1-5 I can choose a theme but the only thing that happens is that it adds an additional unlocker to my current setup, creating multiple unlock wigets.
There must be a setting somewhere that is not allowing the full theme to be applied.
for example if I install "droids on a wire" i get the unlock mechanism added to lockscreen (in additon to the one I allready had) but unthemed. It does not show the droids hanging just the base unlocker used in it; no background or anything other else in that theme. This happens on any theme I have tried to apply
what setting am I missing??
Click to expand...
Click to collapse
I think I am having the same problem, although some it loads fine on others it shows the name of the new theme but shows an old preview of a stock locker. Even when I add it it will not change?!?
Solution
thesludge said:
dumb question, but how do you extract them on the phone, or am i best to do that via pc?
Click to expand...
Click to collapse
ES File Explorer
or
XArhiver is a solution