Make Up Your Droid [ UCCW/ICON/THEME ] - Android Themes

...

...

...

...

...

Related

[ APP] [ 2 . 2 + ] Holo Locker ( Real Jelly Bean lock screen )

http://forum.xda-developers.com/showthread.php?t=1771843

Collection of official CyanogenMod boot animations

This thread is to build up a collection of all official CyanogenMod boot animations at all available resolutions. If you come across any more animations or resolutions, please post them in the thread and I will update this post to include them (if they are legit).
To backup the existing boot animation, copy /system/media/bootanimation.zip (on the device) to somewhere.
To restore it, or replace it with a new boot animation, copy the desired bootanimation.zip from the source location to /system/media/bootanimation.zip and make sure that /system/media/bootanimation.zip has these permissions:
Code:
Owner: root
Group: root
S R W X
Owner: [ ] [X] [X] [ ]
Group: [ ] [X] [ ] [ ]
Others: [ ] [X] [ ] [ ]
NOTE: You will need to have root access to replace /system/media/bootanimation.zip.
CyanogenMod 12
1440x2560: bootanimation.zip
Click to expand...
Click to collapse
CyanogenMod 11
???
Click to expand...
Click to collapse
CyanogenMod 10
???
Click to expand...
Click to collapse
CyanogenMod 9
800x1280: bootanimation.zip
Click to expand...
Click to collapse
CyanogenMod 8
???
Click to expand...
Click to collapse
CyanogenMod 7
960x960: bootanimation.zip
Click to expand...
Click to collapse
CyanogenMod 6
???
Click to expand...
Click to collapse
I'm also not sure what the boot animations for versions of CyanogenMod earlier than CM6 were. If someone could enlighten me on that I'd be grateful.

[ APP ] Retrica v2.7 work for Zenfone2 ze500cl

Retrica v2.7 mod for ze500cl
Download : https://drive.google.com/file/d/0B7Hbf5RERuq0Z3Y1bUthU1JlSFk/view?usp=sharing

[ Flash and Arrow ][ New theme ]

Hello
This is my second theme . I hope you like it
P.S: It's a trial theme, but it doesn't expire ( 1000 years validity )
cool theme bro keep up the good work

How to make %DAYW returning the day of week in my language instead of english?

Hi...
im trying to get tasker speak some text where i am using %DAYW ... my text is spoken in slovak language, but when tasker comes to %DAYW it says Monday ... in english, of course...
How can i set this to say it in my language?
Thanks
afarkas said:
Hi...
im trying to get tasker speak some text where i am using %DAYW ... my text is spoken in slovak language, but when tasker comes to %DAYW it says Monday ... in english, of course...
How can i set this to say it in my language?
Thanks
Click to expand...
Click to collapse
There's a hundred more efficient ways to do it but the thought process is something like
Var Set: %dayw To: pondelak If [%DAYW ~ Monday]
*Repeat for the other days*
Say: whatever your text is %dayw
Sent from my iPhone using Tapatalk
Thanks a lot... this works great
RuggedHunter said:
There's a hundred more efficient ways to do it but the thought process is something like
Var Set: %dayw To: pondelak If [%DAYW ~ Monday]
*Repeat for the other days*
Say: whatever your text is %dayw
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
You may try this too which require only 3 steps:
Dow
A1: Array Set [ Variable Array:%dows ValuesaSjaj povjaj ghItlhjaj loghjaj buqjaj ghInjaj lojmItjaj ]
A2: Run Shell [ Command: date +"%u" Store Output In:%downum ]
A3: Variable Set [ Name:%downame To:%dows(%downum) ]
A4: Flash [ Text:day is %downame ]
At step A1 fill the array with weekday names in your language
CoolRaoul said:
You may try this too which require only 3 steps:
Dow
A1: Array Set [ Variable Array:%dows ValuesaSjaj povjaj ghItlhjaj loghjaj buqjaj ghInjaj lojmItjaj ]
A2: Run Shell [ Command: date +"%u" Store Output In:%downum ]
A3: Variable Set [ Name:%downame To:%dows(%downum) ]
A4: Flash [ Text:day is %downame ]
At step A1 fill the array with weekday names in your language
Click to expand...
Click to collapse
What does A2 do?
-> Command: date +"%u" ?
digitalpig82 said:
What does A2 do?
-> Command: date +"%u" ?
Click to expand...
Click to collapse
The "date" shell system command returns current datetime formatted as described by it's "+<format>" argument. Here result is stored in the "%downum" Tasker variable according to the "variable Store Output In" option.
"%u" format specifier substitute the numeric day of week (Monday:1, Tuesday:2, etc...)
You may find other useful formats documented there:
date(1) - Linux man page (although not all are supported by Android implementation of "date")

Categories

Resources