[Q] Live wallpaper from a .xml? - Sony Xperia P, U, Sola, Go

Is there any chance to make a wallpaper for Android like in Ubuntu Linux that changes the background periodically from any folder you like, like a live wallpaper.
I know there are apps that makes it, but in Ubuntu you just need to make a .xml file and declare the location and names of the images, since Android is basically Ubuntu I wonder if this is posible in Android, if this is posible my question is:
Where is the .xml file located that I need to change.
Best Regards.

Related

[Q] [REQ] Tutorial / Template Files for Making Custom Themes

Hello, I'm a graphic designer with some interest in learning how to create custom themes for my HD2. Where should I start? Are there any useful tools any of you current skinners use that help speed up the process, ie. templates or psd files with guides in place?
I've seen janneman22's post about creating WinMo themes, but am now curious if there are any differences with the HD2 roms? What I'm really looking for is a screen cap of a device home screen where the editable image locations are outlined and image sizes are listed for to each item. Are there any other good starting points besides janneman22's tutorial?
Thank you in advance for the help!
Hi
Maybe this give you a little help!
http://forum.xda-developers.com/showthread.php?t=689230
EDIT:I forgott something! Download mod9 editor http://forum.xda-developers.com/showthread.php?t=464984! Create a folder on your desktop put your manila files you want to work with in this folder. Open mode9 editor root to the folder. Here it is possible to convert the _maila files to PNG files and back.
When you have convert them to PNG you can edit the Grafiks in Photoshop or something like this. Then convert them back to manila files, create a cab or copy them to the Windows folder on your HD2. Restart and now you should see your work!
Hi there
Danke!!! This will help A LOT!
No problem, your welcome!
this tutorial might also come in handy....
forum.xda-developers.com/showthread.php?t=700826
hope that helps

You're all going to hate me, but how do I go about creating a CM7 Theme?

I looked around and found a whole lot of nothing.
halp
Re
To create a theme your going to want to edit the visual ui of the phone. A good place to start is the systemui.apk and the main theme of the phone, in cm7's case, the cyanbread and system themes witch you can also find in system/app. Bassically with the systemui.apk and theme you are editing of your choice will be the finished product if your just starting, making a theme from scratch is a bit more complicated. As for boot animations that I believed is located in data/local and fonts should be in a folder for them selves I cannot think of the topr off of the top of my head but it is easy to identify I'm sure.
the way I edit and make themes is use the above apk's and just go crazy with transparencys and colors in gimp. Be in mind your going to need a Linux based os to edit the apks and place and take them from your zip rom your theming. I also think ther might be a apks editor for windows but idk what it is called.
Re
To create a theme your going to want to edit the visual ui of the phone. A good place to start is the systemui.apk and the main theme of the phone, in cm7's case, the cyanbread and system themes witch you can also find in system/app. Bassically with the systemui.apk and theme you are editing of your choice will be the finished product if your just starting, making a theme from scratch is a bit more complicated. As for boot animations that I believed is located in data/local and fonts should be in a folder for them selves I cannot think of the the closer off of the top of my head but it is easy to identify I'm sure.
the way I edit and make themes is use the above apk's and just go crazy with transparencys and colors in gimp. Be in mind your going to need a Linux based is to edit the apks and place and take them from your zip Tom your theming. I also think there might be a apks editor for windows but idk what it is called.
ya you are going to need to have the android sdk setup for the ADB and then you will use something like apk manager for pulling, extracting, decompiling, image edits, or xml edits which you can find here:
http://forum.xda-developers.com/showthread.php?t=695701
you will need the SDK setup first
which can be found here:
http://forum.xda-developers.com/showthread.php?t=834748
and here
http://developer.android.com/sdk/index.html
then you need to know simple ADB commands like:
"adb pull /system/app/Mms.apk" and push command which is "adb push Mms.apk /system/app/"
more commands here:
http://developer.android.com/guide/developing/tools/adb.html
and
http://androidforums.com/evo-4g-all-things-root/187820-how-adb-commands.html
it is also a GOOD idea to learn to use Eclipse for the compiling of the .9.png files which cannot be just simply edited and saved like a normal .png file can.
NOTE: the best way to edit the .9.png files are going to be with the Draw9Patch tool that is included in the SDK and draw the black lines (guides) this is located in the tools folder and then you use Eclipse to compile .. get rid of the black lines pretty much.
info about the .9.png can be found here:
http://forum.xda-developers.com/showthread.php?t=487001
info for eclipse, like how to set it up and download it is here:
http://developer.android.com/sdk/eclipse-adt.html#installing
does say to use the classic version of Eclipse.
once you have all of that figured out then you are pretty good. But there are other stuff to learn to like the programs themselves and stuff .. you will have to look on Google a lot .. I know that there isnt anything much there about any of this stuff .. I kid you not .. it took me a good 2 days to figure out how to use the apk manager and eclipse and how to alter the .9.png files. That was from getting bits and pieces off the web and a lot of trial and error .. the support around here sucks so dont expect much.
there is also a video that shows you how to setup the sdk along with the eclipse that is here
http://www.youtube.com/watch?v=OIL1UouA4dE
just use the previous links above to get the stuff like the sdk is at version 10 now and then the Eclipse Classic.
If this is too much for you to do and figure out then you are out of luck.
Yeah, I've used ADB and Eclipse before. I'm quite ****e at Eclipse, but I guess I could mozy around a bit and see if I could get the hang of it enough to do themes. I'm really eager to do that stuff.
Anyway, is there anything I'll have to look out for in regards to turning my phone into a lovely paperweight?
wauterboi said:
Yeah, I've used ADB and Eclipse before. I'm quite ****e at Eclipse, but I guess I could mozy around a bit and see if I could get the hang of it enough to do themes. I'm really eager to do that stuff.
Anyway, is there anything I'll have to look out for in regards to turning my phone into a lovely paperweight?
Click to expand...
Click to collapse
eh nothing that I have come across or know about.
so if you know ADB and a little with eclipse . what exactly are you trying to figure out?
Right now I'm trying to figure out how to open the APK. I used WinRAR to open the file and now when I try to open it in Eclipse, it just opens WinRAR. >_>
wauterboi said:
Right now I'm trying to figure out how to open the APK. I used WinRAR to open the file and now when I try to open it in Eclipse, it just opens WinRAR. >_>
Click to expand...
Click to collapse
the easiest and the best method is to use that apk manager that I linked in there and use that to extract the apk after you pull it from the phone using ADB
I usually use the adb pull /data/app and adb pull system/app to get all the apk files out at the same time.
after they are out you will put the ones you want to alter (up to 10 at a time) into the place apk here for modding folder and then open apk manager terminal ..
1) type 22 to select the apk that you want to mod.
2) then you will type 1 to extract it.
3) then you can go to the projects folder to see the extracted apk contents.
- usually the images that you want to alter will be in the res/drawable or the
res/drawable-hdpi or res/rawable-hdpi longfinger
- also some of the apps that do not use the .9.png files you will have to find
the image in two folders ... one for portrait mode and landscape mode.
alter the images you want and put them in the original folder.
4) then you will optimize the images which is option number 2.
5) then you will sign the apk which is number 3.
- if it is a system app select the correct option
6) then you will see an unsignedsomething.apk in the place apk here for modding.
7) to sign the apk you will hit number 4.
8) and then number 5 to zipalign the apk.
when you go back to your place apk here for maodding folder you will see that the unsignedsomething.apk is now signedsomething.apk
then you will push that to your phone using the adb/push something.apk /sdcard
then simply install the apk from the phone ... may have to uninstall the original app first.
winrar will not open the apk .. 7zip will . but i rarely use this as I cannot see the thumbnails for the images and cannot optimize the apk with it or anything else for that matter.
Here is a link to the wiki for the T-Mobile Theme Engine.
http://code.google.com/p/tmobile-themes/w/list

CM9 theme directory?

Hey everyone, I've been searching for the folder that CM9 themes are saved in, like the ones you find in google play. I want to pull one from my phone onto my computer so I can use it as a template. I've searched all around the forums, but I couldn't find it.
The themes in CM9 are actually installed like regular APKs, because they are APKs.
They are located in your /data/app/ folder.
You can use 7zip/WinRAR to replace the .png/.9.png files to change certain things, but you will probably have to decompile it to change it much further than that and so you can read the XML files (requires decompiling) to understand what each .png image is doing and change certain parts of the theme that do not work off of .png files, but instead Hex color codes.
Here is a guide to making a template http://forum.xda-developers.com/showthread.php?t=1773189
Hope this helps!

[Guide] Basic Skin creation for Sense 4

Hi welcome to my guide on the Basics of making and editing Skins for sense 4
Skins are incredibly easy to make and can be really good fun, they are also a good way for you to give back to the xda community without really breaking a sweat
What are Skins and how can i make them ?
Skins are HTC's equivalent to themes for The HTC sense U.I (Up to sense 5) and can change many things that you see in your phone, there are two main ways to create and edit the skins. The first and easiest way is using a popular program named VTS by the virtuous team which pretty much does all the tricky and confusing stuff for you, Which is good:good: or you can make it yourself and do all the work yourself, which is what my mini guide is all about :laugh: If you want to save yourself some time then download the VTS program and use this Guide http://www.virtuous-ten-studio.com/index.php/other-stuff/94-how-to-create-your-own-sense-skin
Requirements:
A phone or Device that actually runs Sense 4 *Duh
A computer or laptop that's newer then Windows 95
7zip or WinRar (google them if you dont have them already)
A programe called Notepad++
A brain & a bit of patience
Your HTC framework (com.htc.resources.apk)
And a base skin
1. Download the skin you want to use as a base for creating or editing (this will save a lot of time.) examples of base skins are ones we already have such as Matte/serene/aluminum which can be found here http://forum.xda-developers.com/showthread.php?t=2038155
Your'e also going to want to get the htc framework .apk which is now known as "com.htc.resources.apk" from your phone found in the root of your device under system/framework/ ..... Make sure both of these apk files are in a folder on your computer where your going to remember
2. Now your going to want download this http://www.4shared.com/zip/Z8rB_hIS/file.html and extract it then put the FOLDER "APKTOOL" into a new folder called android and move it to the root of your'e C directory (or equivalent) Your'e also going to want to move both "Base skin.apk" and "com.htc.resources.apk" Inside the Apktool folder (just so its easier for you later)
After you've done this you're gonna want to install the framework and decompile the "base skin.apk" Use this guide to help you Decompile http://forum.xda-developers.com/showthread.php?t=1989533
3. Okay so once you've successfully completed the above steps you can now finally edit the images of the theme as you please (the extracted should be in a folder in "C:\android\apktool"
In the folder named Assets you'll find 4 images in this folder you can: change the preview image that you would see in personalize before you select the theme, and the wallpaper that will be automatically set when you choose your skin in personalize
In the folder named res you'll see a load of different folders, but the only folders we care about for now is the folder called "drawable-hdpi" where you can edit .pngs as you like with a program like: Photoshop or Gimp. (Don't edit .9.png's though until your'e experienced)
As an example we can change the lock ring (see the screenshot below) (if you want inspiration for lockrings then check this thread http://forum.xda-developers.com/showthread.php?p=22011398
In the res folder there is another folder called Values Edit Strings.xml with a program called notepad++. You'll see a line of text in the xml that says <string name="skin_name">Matte (or what ever the base skin was called)</string> you can edit "Matte" text to whatever you want the name of your theme to be e.g. " <string name="skin_name">Beats Skin by Joe</string>" then make sure you save.
4. So now you need to recompile the folder into an .apk refer back to this guide (the bit says finishing/recompiling finished project) http://forum.xda-developers.com/showthread.php?t=1989533
5 Now to finish it off you need to sign the .apk and align it, so use this https://code.google.com/p/apk-signer/
6. Now copy the Signed and aligned .apk to your device, and install it. :fingers-crossed:
*I don't take credit for any of the tools used in this guide, all i did was brought it all into one in this thread for you
However if you want to hit the thanks button then don't be shy about it ​
*I'll sort out the font and size of the text soon, add more screen shots, and make a video on how to do it so its slightly easier to see and understand
....
If you follow the simple steps above you'll get something like the Skin attached
Nice one! Added to Index.

[Q] Adding/Managing Folders with Themer

I'm trying to create a new folder that I can then link to a themer action or hotspot (for example, a folder with direct dials), but I'm having difficulty figuring out how to do this. Is this possible? Should I revert to the default homescreen to create to the configure folder, then re-apply my themer theme? I can't give up themer now that I have it, but I'd really like to add some custom folders or categories..
maribubu said:
I'm trying to create a new folder that I can then link to a themer action or hotspot (for example, a folder with direct dials), but I'm having difficulty figuring out how to do this. Is this possible? Should I revert to the default homescreen to create to the configure folder, then re-apply my themer theme? I can't give up themer now that I have it, but I'd really like to add some custom folders or categories..
Click to expand...
Click to collapse
Hi,
For now, Themer's hotspots can only be linked to the default Smart Category folders that have been provided. We recommend you change the folders image to a blank.png file so that it will provide the same effect
Stupid 10 post limit when I actually have a problem to report...

Categories

Resources