There's a way to port the cLock app from Cyanogen to stock rom?
Affichage des articles dont le libellé est clock. Afficher tous les articles
Affichage des articles dont le libellé est clock. Afficher tous les articles
jeudi 27 mars 2014
[MOD] HTC Weather and Clock Widget from Sense 4 topic
Working Htc weather and clock widget from sense 4.
Its a mod of the fancy widget
Good decision if you disable sense launcher.
Working on any launcher like NOVA or APEX
Attachment 2653047
Attachment 2653043
Its a mod of the fancy widget
Good decision if you disable sense launcher.
Working on any launcher like NOVA or APEX
Attachment 2653047
Attachment 2653043
mercredi 26 mars 2014
[Help] "unfortunately clock has stopped" w/ 8TB size????? topic
Hi! People of XDA, I have an rooted Ainol Novo7 venus tablet, im using it for 11 months then this suddenly happened... "Unfortunately Clock has stopped"... The time also reverted to 1/8/10 (the stock factory setting), I tried clearing cache, data & reboot and nothing seem to work, it still says "unfortunately clock has stopped". Also, on the apps section on settings the clock app's size is 8TB! Which is really imposible because my tablet only has 5gb of internal space available & an 1gb of ROM, what should i do to this tablet? Should i burn it? Or throw it?!? 😡😡😡.
Sent from my O+ 8.37 Android using xda app-developers app
Sent from my O+ 8.37 Android using xda app-developers app
Libellés :
clock,
Develope 1,
Help,
size,
stopped,
topic,
unfortunately
dimanche 23 mars 2014
[APP][2.2+] Metal Gear Alarm Clock topic
Hi, I don't know if this is the correct place to post my first app, but I just wanted to share it with you, there might be fans of Metal gear like me around here, I started with this in order to learn Android, I posted my first version in the Google Playstore, sadly, it was removed due to keyword spam(??) so I decided to share it with you here. I hope you like it!
It's basically a widget that acts as a clock,giving you real time and also working as an alarm, it can be setup to run weekly and also includes snooze functions,it's based in Otacon from Metal Gear Solid 2, and the alarm includes also two iconic sounds to be selected when configuring the alarm.
Features:
You can download the apk from my website, since I just uploaded this new version in replacement of the one that was removed, if this thread is in the right place, I will update it ith the Google playstore link as soon as is ready!
Metal Gear Alarm Clock
If you have a comment or suggestion, please let me know, I hope you like it!
Support:
http://eotoniel.com/myapps/index.html
It's basically a widget that acts as a clock,giving you real time and also working as an alarm, it can be setup to run weekly and also includes snooze functions,it's based in Otacon from Metal Gear Solid 2, and the alarm includes also two iconic sounds to be selected when configuring the alarm.
Features:
- Random animations with voice in widget
- Alarm clock weekly setup
- Snooze function
- Sounds based in Metal Gear Solid
- Looks good in the screen!
You can download the apk from my website, since I just uploaded this new version in replacement of the one that was removed, if this thread is in the right place, I will update it ith the Google playstore link as soon as is ready!
Metal Gear Alarm Clock
If you have a comment or suggestion, please let me know, I hope you like it!
Support:
http://eotoniel.com/myapps/index.html
Screens:




dimanche 9 mars 2014
Clock widget topic
Please some help clock widget on lockscreen says couldn't add widget.
But I'm able to add clock widget on home screen.
Please some help any ideas.
Sent from my C5502 using xda premium
But I'm able to add clock widget on home screen.
Please some help any ideas.
Sent from my C5502 using xda premium
Clock widget topic
Please help! Clock widget on lockscreen says couldn't add widget.
I'm able to add clock widget to homescreen normally
Sent from my C5502 using xda premium
I'm able to add clock widget to homescreen normally
Sent from my C5502 using xda premium
jeudi 6 mars 2014
Any way to center clock on stock B125 ??? (root or xposed..) topic
Hello there, do you guys know a way to center the clock ?
I'm on stock B125, already tried Gravity box, the options seems to do nothing
I'm on stock B125, already tried Gravity box, the options seems to do nothing
center clock and how to topic
This is for who"s on XXUBMJ6 firmware
download here:
https://www.dropbox.com/s/zke597pq8f...ck_XXUBMJ6.zip

who want's to do this:
Decompile you're SystemUI.apk
go to res/layout-sw800dp-xhdpi/status_bar.XML
open with Notepad++
and overwrite with this code
Will try to add date also soon
Enjoy...
download here:
https://www.dropbox.com/s/zke597pq8f...ck_XXUBMJ6.zip
who want's to do this:
Decompile you're SystemUI.apk
go to res/layout-sw800dp-xhdpi/status_bar.XML
open with Notepad++
and overwrite with this code
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/status_bar_background" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<ImageView android:id="@id/black_bg" android:background="#ff000000" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<ImageView android:id="@id/notification_lights_out" android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center" />
<LinearLayout android:orientation="horizontal" android:id="@id/status_bar_contents" android:paddingLeft="1.0dip" android:paddingRight="1.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:alpha="@dimen/notification_icon_area_alpha">
<TextView android:textSize="15.0dip" android:textColor="#ffffffff" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/operatorLogoIcon_org" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo_org" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />
<com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:paddingBottom="@dimen/notification_icon_bottom_margin" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" systemui:ampmSmall="true" />
</LinearLayout>
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/system_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:alpha="@dimen/system_icon_area_alpha">
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" />
<TextView android:textSize="@dimen/status_bar_battery_text_size" android:textColor="#ffffffff" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="4.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginRight="4.0dip">
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside" />
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside" />
</ImageSwitcher>
<com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:textColor="#ffffffff" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:textColor="#ffffffff" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
</com.android.systemui.statusbar.phone.TickerView>
</LinearLayout>
</com.android.systemui.statusbar.phone.PhoneStatusBarView>Enjoy...
lundi 24 février 2014
[Q] Mod to make clock font larger? (on notification bar) topic
I've got Xposed and Gravity box, and with that I can move the stock Clock to the center, but i'm looking for a way to make the font larger?
Can this be done without making all of the fonts everywhere larger?
Can this be done without making all of the fonts everywhere larger?
Libellés :
clock,
Develope 1,
Font,
Larger,
Notification,
topic
mardi 18 février 2014
Restore stock Flip Clock topic
I replaced the flip clock with the RED HTC CLOCK MOD (used in Desire 200). replaced the original apk with the modded one. It worked for the time but disappear as I did a reboot. So i have to repeat the same steps everytime after reboot to make it work again.
Secondly, When I got tired and i wanted to revert back to the old clock. i del the modded apk and put back the original apk, supported by odex. The system doesnot detect it.
I want to revert back to the Desire C Flip clock but I neither want to do a CWM Restore. It's just lame and time waste to Restore the whole system for a flip clock. Any help related to downgrading/reverting the flip clock will be appreciated :)
PS: For those who want to try out the BLACK CLOCK MOD:
1. Download attachment
2. Copy or use PUSH ADB method to replace the file from original file. They are located in system/app/ (If Stock ROM, make sure to del the ODEX)
3. apk --> system/app, del odex = First Enjoy then take tention about how to revert :p
creating backup of the original file is useless, as i said, system won't detect the original apk once the modded one is copied :p
" Use it on your own risk, Its not my work, credit goes to the dev " and have a nandroid backup before try.
Secondly, When I got tired and i wanted to revert back to the old clock. i del the modded apk and put back the original apk, supported by odex. The system doesnot detect it.
I want to revert back to the Desire C Flip clock but I neither want to do a CWM Restore. It's just lame and time waste to Restore the whole system for a flip clock. Any help related to downgrading/reverting the flip clock will be appreciated :)
PS: For those who want to try out the BLACK CLOCK MOD:
1. Download attachment
2. Copy or use PUSH ADB method to replace the file from original file. They are located in system/app/ (If Stock ROM, make sure to del the ODEX)
3. apk --> system/app, del odex = First Enjoy then take tention about how to revert :p
creating backup of the original file is useless, as i said, system won't detect the original apk once the modded one is copied :p
" Use it on your own risk, Its not my work, credit goes to the dev " and have a nandroid backup before try.
mercredi 29 janvier 2014
[Mod]Xperia U(jb) ios7 style (80% transparent)SystemUI with center clock topic
a whole new look of SystemUI
i have replaced the network signal with the original SystemUI
battery icon is of ios 7 style and the center clock look at the screen shots before flashing
for transparent statusbar:
Download:http://www.mediafire.com/download/ux...os%20style.zip
put in ur phone
reboot recovery
mount system
flash zip
reboot system
enjoy
if u don't want transparent statusbar: download the zip
open the zip go to system/framework
delete the android.policy.jar
and flash in the same way as mentioned above
enjoy and hit thanks
i have replaced the network signal with the original SystemUI
battery icon is of ios 7 style and the center clock look at the screen shots before flashing
for transparent statusbar:
Download:http://www.mediafire.com/download/ux...os%20style.zip
put in ur phone
reboot recovery
mount system
flash zip
reboot system
enjoy
if u don't want transparent statusbar: download the zip
open the zip go to system/framework
delete the android.policy.jar
and flash in the same way as mentioned above
enjoy and hit thanks
lundi 27 janvier 2014
[Q] Small change to stock clock widget help request topic
I just want a nice clean black outline on all of the elements so it looks nice over my white background, I've tried the 'Blur' option which is as close as I can find to what I want, but as you can see it doesn't turn out very well:
Looks good in the editor on dark background:



Is there a better way of doing it / anything else I can try?
Thanks in advance.
Looks good in the editor on dark background:
Is there a better way of doing it / anything else I can try?
Thanks in advance.
dimanche 26 janvier 2014
How to remove clock from status bar topic
Hi guys I want to remove clock from status bar if u have any method than share with me .
Sent from my GT-I8552 using Tapatalk
Sent from my GT-I8552 using Tapatalk
Android 4.2 clock problem topic
Hey everybody. I used to have the 4.2 clock on my old phone and it has lots of good uses that the 4.1 clock doesn't have so I pushed that apk to system/app and the app works in all ways except setting alarms. Anyone know why this could be? I still seem to have my alarm on for school but I can't get to it.
Sent from my HTC first using XDA Premium 4 mobile app
Sent from my HTC first using XDA Premium 4 mobile app
vendredi 24 janvier 2014
[Q] I miss the analog clock in Circles widget. topic
I miss the analog clock that was in the older version of the Circles widget (from older devices). I have no use for the 2 options provided when flipping the digital clock and would rather have the analog clock back. Is there a setting I've missed to get the analog clock back?
jeudi 23 janvier 2014
Custom clock weather widget topic
Does anyone know where any custom LG g2 stock weather widgets are that are flashable
Sent from my LG-D801 using XDA Premium 4 mobile app
Sent from my LG-D801 using XDA Premium 4 mobile app
Inscription à :
Articles (Atom)