Showing posts with label Clock. Show all posts
Showing posts with label Clock. Show all posts

Thursday, 15 October 2015

[TUT] Changing Lockscreen Clock Hour style to blod



Hi
As promise to @tromine this is simple tutorial that change lockscreen Hour style to bold :D

What You Need:

1. APK Tool for decompiling (i use TMA and Thanks go to Ticklefish)
2. Stock Sony 18.6.A.0.175 rom installed and odex
3. Patience & Time

Lets Start.



First pull: SystemUI, framework-res and SemcGenericUxpRes ( Res are needed so you can properly decompile SystemUI)
Decompile SystemUI and go to SystemUI.apk\res\values folder open styles.xml

Find:

Code:


    <style name="somc_sony_clock_hour_style" parent="@style/SonyClockBaseStyle">
        <item name="android:textSize">@dimen/somc_sony_clock_hour_digit_size</item>
        <item name="android:maxLines">1</item>
        <item name="android:fontFamily">x-sst</item>
    </style>
    <style name="somc_sony_clock_minute_style" parent="@style/SonyClockBaseStyle">
        <item name="android:textSize">@dimen/somc_sony_clock_minute_digit_size</item>
        <item name="android:maxLines">1</item>
        <item name="android:fontFamily">x-sst</item>


"somc_sony_clock_hour_style" controls Hour numbers
"somc_sony_clock_minute_style" control Min numbers

Add this line:
At "clock_hour_style"

Code:


<item name="android:textStyle">bold</item>

under

Code:


<item name="android:textSize">@dimen/somc_sony_clock_hour_digit_size</item>

At "clock_minute_style" change:

Code:


<item name="android:fontFamily">x-sst</item>

To

Code:


<item name="android:fontFamily">x-sst-light</item>

Now save and you can recompile.
If you want to change size of clock go to SystemUI.apk\res\values open dimens.xml
This are sizes for clock:

Code:


    <dimen name="somc_sony_clock_hour_digit_size">114.0dip</dimen>
    <dimen name="somc_sony_clock_minute_digit_size">108.0dip</dimen>


I changed my like this:

Code:


    <dimen name="somc_sony_clock_hour_digit_size">94.0dip</dimen>
    <dimen name="somc_sony_clock_minute_digit_size">94.0dip</dimen>


So it look smaller :D




@psichokillah want to get rid of the clock on the lockscreen. Is it possible?
The Answer is Yes. ;)




Go to SystemUI.apk\res\layout\somc_sony_clock_view.xml
On First line:

Code:


<?xml version="1.0" encoding="utf-8"?>
<com.sonymobile.keyguard.plugin.sonyclock.SonyClock android:layout_gravity="center_horizontal" android:orientation="vertical" android:id="@id/sony_clock_root" android:layout_width="wrap_content" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">


Add (android:visibility="invisible") after android:id="@id/sony_clock_root" so it look like this:

Code:


<?xml version="1.0" encoding="utf-8"?>
<com.sonymobile.keyguard.plugin.sonyclock.SonyClock android:layout_gravity="center_horizontal" android:orientation="vertical" android:id="@id/sony_clock_root" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">


Save, recompile Push apk to system. :)



P.S. zips are NOT flashable copy/push them your choice.
How to Install:



1. Copy moded SysteUI to sd_card
2. Reboot to PhilZ_Touch recovery
3. Go to "Mounts and Storage
- mount /system ++Go Back++
Advanced Functions->Aroma File Manager
4. Select sdcard
5. Press and hold SystemUI->copy->Go back
6. Select: system->priv-app->SystemUI (Paste here and Overwrite)
Note: If permession is not rw-r--r-- select SystemUI.apk->menu->Change Permission to (User:read/write, Group:read, Others:read)
- Exit Aroma FM
- Wipe Cache and Dalvik/ART Cache
7. Reboot System Now










Attached Thumbnails


Click image for larger version<br/><br/>Name:	LockScreenBold1.png<br/>Views:	N/A<br/>Size:	158.3 KB<br/>ID:	3507966
 

Click image for larger version<br/><br/>Name:	Screenshot0.png<br/>Views:	N/A<br/>Size:	145.4 KB<br/>ID:	3507967
 











Attached Files










File Type: rar SystemUI_Bold_Hour.rar -
[Click for QR Code]
(1.71 MB)
File Type: rar SystemUI_No_Clock.rar -
[Click for QR Code]
(1.71 MB)







Monday, 12 October 2015

Snapdragon 810 v2.1 with 650 MHz GPU clock speed?



Hi@all,

i´m not really shure but as far as i know the 2.1 revision of snapdragon 810 cpu should have a gpu clock speed of 650 MHz max., correct?

So, on my device the max gpu speed is 600 MHz. so i think the "old" 2.0 revision is buildt in or am i wrong?



P7 B830 rom : Alarm clock problem



Hi,
since i'm under emui 3.1 , i got in any 3.1 rom a bug with alarms, thez always crash in the morning and that's a little problem when a friend ask you in which class you are, and you just answer i'm in my bed :D.

so if anyone got a solution :) i've a smart cover and running b830 with nova launcher.



Thursday, 8 October 2015

Resizing clock in statusbar?



After changing the system ui default dpi, via the build properties file located in the system partition, I've had trouble with the clock font in the statusbar (see photo attached). Does anyone have an idea as to what might cause the misscaled font up in the statusbar area? And is there something I can do about it?

Also, it would be cool to include the seconds count (hh:mm:ss), if anyone has done that before :cool:








Attached Thumbnails


Click image for larger version<br/><br/>Name:	tmp_14527-Screenshot_2015-10-08-22-35-26276450236.png<br/>Views:	N/A<br/>Size:	220.6 KB<br/>ID:	3500288
 














Changing M4 Aqua CPU clock (Kernel mod.)



Good afternoon. I appoligise for the noob question but is there a way I can edit (I want to add overclock to a kernel) an already made (compiled?) kernel instead of having to completely build the kernel from source? For example, is there a way I can unpack a boot.img and modify the kernel, repack the boot image, and flash it instead of (in my case) going to Sony Developer World and compiling an AOSP kernel from source, I can just modify the frequencies of the CPU in the kernel the phone is currently running and reflash it? Sorry for the complicated and stupid question, i'm very new to kernel modifying... Thanks for any responses and/or help. ^^



Remove clock



Hi all.. Is there anyway to remove the clock in the notification bar or hide it.. I'm not rooted though.. Thanks in advance



Lenovo A706 Stock Rom Installation without Clock Work Mod (CWM)



STOCK ROM
--------------------
I am posting a list of stock firmware(s) that I can find for the A706 here, along with instructions on how to install it.

FIRMWARE LIST
-------------------------
Build Number: A706_ROW_S018:

Details:
Firmware Type: Official Release
Languages: English, Russian, Chinese, Indonesian & Vietnamese
Build Date: 15/07/2013
OS: Android 4.1.2 with Lenovo Magic UI
Download Link: http://lenovo-forums.ru/files/file/2...18-130705-row/
(You need to click on the green button on the page. Once you click there then you need to register and logged in, to download it.)
INSTRUCTIONS
-----------------------
A memory card is required.
Boot into Android normally.
Connect your phone to your PC/Laptop with a USB cable and when asked (or in USB connection settings), please select USB Mass storage mode to mount SD card.
On the root of the memory card, create a folder called "sdfuse".
Unzip the downloaded firmware, you will get a QSB file.
Copy the QSB file to the sdfuse folder that we created earlier on the root of SD card.
Note: Please make sure that your phone has atleast 65% power before attempting or beginning upgrade. Or keep charger connected during the process.
SD card upgrade process:
Long press VOL UP + POWER_KEY to enter the droidboot,
A menu will appear. Select the fourth option, SDUPDATE.
At the bottom of the screen, you can see the progress and status of the update
When you see the message "SDCARD UPDATE SUCCESS!!!", this means you successfully completed the upgrade process
Now, reboot your device and hopefully it should be updated.

CREDIT: Instructions were taken from this post and formatted and edited for better understanding.
If I helped you in anyway, Please show some courtesy & hit the THANKS button!



S6 Edge 12h night clock restriction



Is it possible to enable the night clock for 24 hours? My device is rooted, and I'm using 5.1.1.



Wednesday, 7 October 2015

[ROM][MRA58K] Roasted Marshmallow v1.0 - 10/6/2015 Battery %, Center Clock, Debloated



Roasted Marshmallow v1.0

Hello Folks! This is the way that I have customized the official stock image and thought I'd share it with the community.

Features:
  • Based on the official MRA58K factory image

  • BenzoCore M2 Kernel - Thanks @xanaxdroid!

  • Battery percentage to the right of the battery icon

  • Center clock with weekday and AM/PM display

  • No forced encryption

  • No boot nag messages

  • Native Layers Support

  • R/W access to /system partition

  • A lot of system apps removed that can be downloaded from the Play Store

  • Unlocked Multi-Window (Just enable developer options and then enable multi-window in developer options)

  • Persistent ADB enabled

  • USB Debugging icon hidden

  • Tethering enabled in build.prop

  • Busybox for Android M

  • Odexed


Screenshots










Instructions
  • Make a Nandroid backup

  • Make sure you have the latest Marshmallow radio and bootloader

  • Wipe

  • Flash Rom

  • Flash SuperSU v2.50

  • Enjoy!


As I add new features, I will release new builds.

Downloads

Roasted Marshmallow v1.0 rom

SuperSU v2.50



XDA:DevDB Information
Roasted Marshmallow, ROM for the Nexus 6

Contributors
jermaine151
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.1.x
Based On: Stock Image

Version Information
Status: Stable
Current Stable Version: v1.0
Stable Release Date: 2015-10-07

Created 2015-10-08
Last Updated 2015-10-07



Any way to get the Note 4 clock / alarm app



Personally I prefer the Note 4 way of entering the time as this retro clock style (also in the calendar ) makes it hard to see what you are choosing.

Anyone have an apk for that ?



Night clock bug or feature?



When i use night clock with lowest brightness setting after unlocking my phone the lockscreen and status bar colors are with gray hue. It goes away when switching the sliding bar and it is not a huge thing, but i am just curious am i the only person having such issue (or maybe a feature that saves my eyes? lol)



Clock and Google Now call does not work after 5.1



Ever since I upgraded to 5.1, the alarm does not seem to work. I installed timely, google clock but all of them seem to crash/stop working and gives me the option to force close when I keep the alarm. Any one have this problem or have a solution for this?

Also, I am unable to make google now make any calls. Previously, i use "google now - call *contact name* " and would be able to make calls. Now only this is not working, and some times when this actually works, google says the whole number (eight million, three hundred etc etc ) and wants me to repeat it to make the call:confused:. But all other google now command is working flawlessly. Any solution for this?



Tuesday, 6 October 2015

Clock and Weather App?



I don't have my previous ROM name at hand, sadly, But I recently flashed SR Lollipop v6.

I use Nova Launcher and thought it had it's own Weather widget, so when I went to try and place a weather widget with a clock on it, I couldn't find one. Any app I download to use as a replacement, I can't get my LG Clock app to open when I tap the time. Is this an System App issue or a user issue?

In other words, before I flashed a new rom, when I tapped on the clock in my weather app, it opened my alarms. If I tapped the weather, it opened a weather app. HOWEVER, It was NOT the default weather app that comes with LG. It was a centered clock with weather underneath, similar to yahoo weather.

How do I fix this?



Remove clock?



Would it be possible to remove the clock screen? I have an analog watch and I prefer using that for time rather than my gear fit

Thanks,
Qiangong2