Is there any good tutorial how I can create my own
Live Wallpapers?
I only found this:
http://blog.androgames.net/58/android-live-wallpaper-tutorial/
http://android-developers.blogspot.com/2010/02/live-wallpapers.html
But it`s confused!
And how do I get xml file and codes to akp file?
Related
Hi guys.. i am very bored of the standard custom icons shown into Start-> Programs... so tonight i have done a cab which installs a "minimum.dll" file, which is an icon library, and who make follow dirs into the menu:
Applications
Games
Internet
Multimedia
Phone
System
Utility
Mobile Office
Network
In every dir there is an icon. file which has a string inside:
#\Windows\minimum.dll,-4
By changing the number, you can assign a different icon to the folder you're in.
If some rom cooker wants its custom set of icons.. pm me.. HERE is a good archive of icons
Attached the CAB, no need to reboot, & image of avaiable icons in Minimum icon set and its relative code.
SEE ALSO POST n°5
Nice work dear. Applause for it..
I think I will try to Cook my own rom using this. Thank will let you know how it works.
For Italian friends who asked for... tonight i'll post 3 Icons pack in cab format, note that the one posted is in english (..just rename folders' name in "programmi" directory
be patient
Ok guys, i have no time to make the cabs because i'm very busy at this time, however it's VERY SIMPLE.
All is explained in the first post (concerning the icon.lnk file inside the folder to skin).
In each zip there is the dll, to copy in \windows, and an image which describes the icon number.
If someone provide me some good icons, i'll pack them into a dll file.
To see the name of iconpack's image, wait with the mouse over and erad the filename.jpg
Thanks a lot mate
Youre the man!
I tried..
God job, thanks for information & sharing
hi there. Very good job but i can't understand how to install them
Lovely
I like this a lot!!
It is VGA icons? Or QVGA?
both resolutions
Great, Thanks a lot.
How do I create my own .dll? I have a lot of icons but no instruction to create a .dll of them.
If there a chance to pimp the folder background from white to some other colour or picture?
Daydoo
Daydoo said:
Great, Thanks a lot.
How do I create my own .dll? I have a lot of icons but no instruction to create a .dll of them.
If there a chance to pimp the folder background from white to some other colour or picture?
Daydoo
Click to expand...
Click to collapse
Hi SkizZO, How do I create my own .dll?
Thank you.
You have to pack 16x16,32x32, 64x64 images to an .ico file, or edit an .ico file deleting unwanted resolutions...
Then group all icons, numbered & ordered in an "Icon library"
I've used ArtIcons Pro to do this. The icon library has the .icl extension.
Now you have to compile it into a dll (I have used GConvert)
Remember that WM supports 256 colors icons, so if you use more colors, is wasted space.
PS: Post your icons here!!!
any chance i could use some folders with the same style as the ones already on my phone? ie the yellow games folder etc...
good morning:
before you guys tell me to search, i have already did over and over again. all the threads i see was not entirely clear. some threads say soemthign about having a manila editor and i would need a hex editor and stuff. other people say i jsut use the change wallpaper setting in the settings tab ( i tried, it doesnt work). i also tried downloading a configurator ( dimaond) and it doesnt work. so i want to know, how exactly do you change a wallpaper for touchflo cooked roms? ( please, no vague , shortcut descriptions). i will very much appreciate it. thanks.
p.s. i mean to change only the home screen, not necessarily all tabs, but that can help to.
First we'd need to know what touchflo you're using, TF3D 1 or TF3D 2 "Landscape".
For the first, you need to edit a manila skin file, extract to a png with CFG Editor (search on XDA), edit it in photoshop, alter the manila skin file back with CFG Editor into the png you made, then hex-edit the file and paste it in your windows directory, together with another file that you'd need to download. Aka, it's a hassle. I can't tell you where to download all this, as I don't remember.
TF3D 2 its easier, just need to edit 4 skin files, without hex editing.
Are you sure you want to do this?
And how can I change the TouchFlo 3D 1 wallpaper in the cab version?
Angelusz said:
First we'd need to know what touchflo you're using, TF3D 1 or TF3D 2 "Landscape".
For the first, you need to edit a manila skin file, extract to a png with CFG Editor (search on XDA), edit it in photoshop, alter the manila skin file back with CFG Editor into the png you made, then hex-edit the file and paste it in your windows directory, together with another file that you'd need to download. Aka, it's a hassle. I can't tell you where to download all this, as I don't remember.
TF3D 2 its easier, just need to edit 4 skin files, without hex editing.
Are you sure you want to do this?
Click to expand...
Click to collapse
thanks for the reply. sorry i forgot to mention im using touchflo 2
but yes i would like to attempt it if you can give me directions on how to do it. i appreciate it a lot.
Edit the following files: (get them from your windows folder)
29cff4fe_manila
058acf31_manila
77feee1d_manila
70083a29_manila
Two of 'em are for portrait, two for landscape.
Use cfc gui to extract the pngs and recompile them when you're done.
Copy them to your \windows folder and you're all set.
Angelusz said:
Edit the following files: (get them from your windows folder)
29cff4fe_manila
058acf31_manila
77feee1d_manila
70083a29_manila
Two of 'em are for portrait, two for landscape.
Use cfc gui to extract the pngs and recompile them when you're done.
Copy them to your \windows folder and you're all set.
Click to expand...
Click to collapse
thanks a lot. i will give it a whirl when im home. also is there a different wallpaper size im suppose to use as oppose to the default 800x800 for non tf3d?
is this suppose 2 be done on the phone or comp? as for getting the file out of the phone, its not showing up on desktop.
Hello Everyone,
I would like to know how I can create a .dll file with Icons (.ico)
You know like shellres32.dll in windows, or other dll files you could download from the net containing icons, which allow you to change icons for maps on your mobile, laptop, etc...
So basicly what I need is a program which allows me to create .dll files.
The icons (.ico) I already have.
Thanks in advance!
Greetz
WH33LSONFiRE
No one that has expierence creating a dll file (containing ico files)?
i remember a thread in "development & hacking" forum where were posted a bunch of icons and also a dll containing the same icons... But i'm too lazy to search back, so give a shot there. If i'm not wrong the icons were iphone ones
Hello, i have decompiled an app using apktool which had some errors and im missing the apktool file so i cant re-compile it, however the XML's are readable and i have made some tweaks.
Is there any other way to convert the human readable XML to android binary code?
I tried AXMLPrinter2, but it cant compile the XML
The only way I can think of to do this without apktool is to build a dummy project in eclipse, then add your xml to the project, and export it. You can then extract the xml byte code from the apk.
Hii!!friends..
I have no computer!!!
So..
i want to edit .xml file in my galaxy y !!
So anyone tell me that how to do?
N give me the .xml editor app.....
Plzzz...
sorry its not possible to edit xml files on a phone without decompiling the apk first - you will just get a load of symbols
There are some xml apps on google play that can read xml files after you have decompiled the apk however they do not work properly with andriod xml files so you can read them but editing them is near on impossible on a phone