Quick Circle Themer - G3 Themes and Apps

Quick Circle Themer
Quick Circle Themer is a Xposed Module which allows you to easily change the watchfaces of the LG G3 Quick Circle Case
Update: Now also supports G2 Quick Window (thx to matii_ziomek for testing)
Download
The download is available from Xposed Installer
Source at GitHub
Get some themes here or here
Theme creation
See Getting the original resources to get an Idea about the files to modify.
Once you've got your modified files, you need to package them for the app.
1. You need a clock.xml, here's an example:
Code:
<?xml version="1.0" encoding="utf-8"?>
<clock>
<!--Title of the clock-->
<title>Awesome clock</title>
<!--some identifier. Use something unique-->
<id>com.coolguy.awesome</id>
<!--Name of the Author-->
<author>CoolGuy42</author>
<!--Description of the clock-->
<description>Some description</description>
<!--[Optional] Will automatically switch to clock when it's activated.-->
<!--Value is the index of the clock-->
<activate>0</activate>
<!--Device for which the clock is. "G2" or "G3"-->
<!--If not present will default to G3-->
<device>G3</device>
<replaces>
<!--List all files, you want to replace-->
<file>b2_quickcircle_analog_style03_hour.png</file>
<file>b2_quickcircle_analog_style03_minute.png</file>
<file>b2_quickcircle_analog_style03_second.png</file>
<file>b2_quickcircle_analog_style03_bg.png</file>
</replaces>
</clock>
2. You should optionally provide a preview.png which will be shown in the watchface chooser
3. Now zip up all your files, in the example you would zip the following files:
Code:
clock.xml
preview.png
b2_quickcircle_analog_style03_hour.png
b2_quickcircle_analog_style03_minute.png
b2_quickcircle_analog_style03_second.png
b2_quickcircle_analog_style03_bg.png
Getting the original resources
Make sure your phone is rooted and your adb is working
LG G3
1. Get your LGAlarmClock.apk from your phone:
Code:
adb pull /system/priv-app/LGAlarmClock.apk LGAlarmClock.apk
2. Extract LGAlarmClock.apk
3. The original resource are in
Code:
LGAlarmClock/res/raw-xxxhdpi/
LG G2
1. Get your LGClockWidget.apk from your phone:
Code:
adb pull /system/priv-app/LGClockWidget.apk LGClockWidget.apk
2. Extract LGClockWidget.apk
3. The original resource are in
Code:
LGClockWidget/res/drawable-xxhdpi/
Acknowledgements
Excilys team for Android annotations
Jake Wharton for viewpagerindicator.
rovo89, Tungstwenty for Xposed Framework
Yoavst for rolexquickcircle
Kevin Slaton for the example watchface
matii_ziomek for testing the G2 version

Version 2 still errors. Doesn't recognize example as a zip.
Really excited about this! Let me know if I can help!
Sent from my VS985 4G

Try using a 3rd party filemanager (l'm using Root Explorer or Solid Explorer) to choose the zip, currently it doesn't work with Drive or Downloads.

BigBoot93 said:
Try using a 3rd party filemanager (l'm using Root Explorer or Solid Explorer) to choose the zip, currently it doesn't work with Drive or Downloads.
Click to expand...
Click to collapse
What file path?
Sent from my VS985 4G

Just select the Downloaded example.zip (should be in /storage/emulated/0/Downloads).

BigBoot93 said:
Just select the Downloaded example.zip (should be in /storage/emulated/0/Downloads).
Click to expand...
Click to collapse
I meant the destination path. [emoji39]
I froze the documents apk with TiBu and I was able to install with RootExplorer. Example looks great, but I can't wait to make my own!
Sent from my VS985 4G

I've uploaded an new version, which should fix the import

Can you make it for G2 too? Please ?
Wysłane z mojego LG-D802

As I don't have a G2 i would need more information, please contact me if you want support for G2 and maybe I can get it working.

This is awesome! I made one for my fiance and one for myself!
Is there a way to change the day/date display? I didn't see anything in the xml.
Sent from my VS985 4G

You can change the background:
The one for the third clock is called "b2_quickcircle_analog_style01_day_bg.png" and has a size of 152x130.
The one for the second clock is called "b2_quickcircle_analog_style03_day_bg.png" and has a size of 242x86.
Actually you can replace every resource of the clocks, just put the filename of the file you want to replace inside the xml and add the file to the zip.
I'm not sure if I'm allowed to post the original resources, so it's probably best if you extract your own files (see Getting the original resources in the first post).
If you want to change the text color/font/position, then it's not possible (at least for now).

Ahoi Datum - 551 by Alireza Afkar (Me)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

pesiran said:
Ahoi Datum - 551 by Alireza Afkar (Me)
Click to expand...
Click to collapse
Great job, working on anymore? I hope so!

inf3rno1 said:
Great job, working on anymore? I hope so!
Click to expand...
Click to collapse
If I love a watch as much as this

Example theme edited for LG G2 Quick Window by me
example_G2.zip

I really, really hope this takes off. I used to make custom clock faces all the time, but have a new baby and no time to do it anymore.

Doesn't work for me... :-o
Hi!
I was very happy to find this app, but it doesn't work for me. It opens the .zip files correctly, but when I tap on Apply, nothing happens.
I tried to reboot the G3 but I can't see the select watch face in the circle. It shows the original one. There is no error message!
(Original G3 (855) Android with root...)
Please help me! I'd like to use one of those nice watches I found on the internet!! :crying: :good:
GangstaBoy

Do you have the module enabled in Xposed Settings?
Please send me your Xposed log, to get the logfile open Xposed installer and click on Logs.

BigBoot93 said:
Do you have the module enabled in Xposed Settings?
Please send me your Xposed log, to get the logfile open Xposed installer and click on Logs.
Click to expand...
Click to collapse
You're right! The QC Themer wasn't enabled... I set it on and restarted my device I tried to change the watch face and hooray! It works!
Thank you for the support! :good:

Hi Again!
I was so quick with my answer... So, I could set the Rolex to active and it works fine... I downloaded some other faces, but I can't switch to them... The Themer said (for example) the Tag is the active, but I see the Rolex... Tried with restart, just apply, reboot manually... I think the Rolex ate my phone...

Related

[MOD]Music live wallpaper mod (new color) 3/23

Hey guys i got this new mod for all of you,new colors for the music live wallpapers
Let me know if you like it (just flash it in recovery)
-Blue Mod
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-Green
-Red
White
Crazy colors
for reals if you whant more colors just live a message
Can we get a white version please?
Anyone wants more colors??
WOW you beat me to it, this is exactly what I wanted to have a go at making.
Perhaps you should add the option to set the color with a color chooser? maybe add thickness, transparency, direction, shape...
behelit said:
WOW you beat me to it, this is exactly what I wanted to have a go at making.
Perhaps you should add the option to set the color with a color chooser? maybe add thickness, transparency, direction, shape...
Click to expand...
Click to collapse
Wow.....man I wish I knew how to do that........if u want you can post it here
Thanks.. nice mod!
Can I install all the colors or will it overwrite each other?
SiNJiN76 said:
Can I install all the colors or will it overwrite each other?
Click to expand...
Click to collapse
yea it will...what i do is just put all of them in my sd card and just flash them it takes like 1 minute....the files are not big at all
hi, i made a couple too, sorry to hijack but they are based on your method so thanks goes to you bryuliro
there is a rotating version
vertical version
and z-axis angled version
one of them removes the idle wave but i don't remember which one
push with adb to /system/app or create a signed update.zip
Code:
adb devices
adb remount
adb push VisualizationWallpapersRotate.apk /system/app
ps: these will overwrite the stock version
View attachment VisualizationWallpapersRotate.apk
View attachment VisualizationWallpapersVertical.apk
View attachment VisualizationWallpapersZAngle.apk
Wow that looks great man
Is there anyway we can get an inverted white and black. Like a white background with black waves
jtn7040 said:
Is there anyway we can get an inverted white and black. Like a white background with black waves
Click to expand...
Click to collapse
sure is:
View attachment VisualizationWallpapersInv2.apk
View attachment VisualizationWallpapersInv3.apk
View attachment VisualizationWallpapersRotateInv.apk
View attachment VisualizationWallpapersZAngleInv.apk
PS: I am not responsible for any damages. Push with adb to /system/app
I wann learn to mod like that, I have a droid and I can't install them, a simple tutorial would be really apreciatted, thanks in advance, great job!
I'd like a howto!
very nice job!
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
leonnib4 said:
I'd like a howto!
very nice job!
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
ok guys im really new to this my self but what would u like to know
Great work all of you, making the nexus beter every day!
"we" want a tutorial. how to mod this great live wallpaper. so we can share our creations. step by step, I really want to learn to do that!
santiemanuel said:
"we" want a tutorial. how to mod this great live wallpaper. so we can share our creations. step by step, I really want to learn to do that!
Click to expand...
Click to collapse
i dont know anything about droid dude i dint even know it can use live wallpapers........if u send me the rom or theme u are using ill see what i can do
then explain the process for a nexus one i will follow u. i dont have a custom ROM, 2.0.1 livewallpapers add-on
Sent from my A853 using the XDA mobile application powered by Tapatalk
i'm pretty sure you will need root access since you are overwriting system files
steps to changing colours:
Code:
1. Obtain the VisualizationWallpapers.apk, either from your /system/app/ or use one of the existing version on this forum. You can also extract it from the update.zip type files that bryuliro has posted.
2. Open the apk with any archive program (I used winrar).
3. Navigate to res/drawable/ and open either fire.png (for the waveform live wallpaper) or ice.png (for the spectrum live wallpaper)
4. Edit/recolour the png file using any image editor (even mspaint) and save it back to the apk file.
5. You can either push the file with adb or create an update.zip to install it via recovery)
To push the apk back to your phone using adb (requires a remount)
use:
adb remount
adb push VisualizationWallpapers.apk /system/app/
To install via recover, create an update.zip as described here:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
steps to altering spectrum/waveform angle:
Code:
1. Follow the same approach as editing colours except open and edit:
res/raw/waveform.rs (This is a renderscript file used by the applications code)
2. Find this line near the bottom of the code:
float yrot = State->yRotation;
3. Add to the yRotation value the amount of degrees that you want to rotate the lines by, eg: this line will rotate the spectrum by 90 degrees
float yrot = State->yRotation[B] + 90[/B];
Altering the background colour is a lot more complicated so I won't go into it here, it requires baksmali knowledge.

[port] facebook inside xperia 2.0- some faults with some members

[PORT] FACEBOOK INSIDE XPERIA 2.0
​
Hi guys,
I have managed to port the Facebook Inside Xperia to our x10's. And I thought I would share with you lot what I have managed to achieve. There are 3 files attached and please follow instructions carefully.
Download F.I.X_2.0.zip from HERE
Download Home_2.3.4.zip from HERE
Download SEMCFacebookProxy.apk from HERE
DISCLAIMER: I AM IN NO WAY RESPONSIBLE FOR ANYHTING THAT MAY HAPPEN TO YOUR PHONE DUE TO NOT FOLLOWING SIMPLE INSTRUCTIONS. IF YOU BRICK YOUR DEVICE DO NOT COME TO ME WINGING LIKE A LITTLE BABY. YOU KNOW THE RISKS!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!ALWAYS MAKE A NANDROID BACKUP BEFORE PROCEEDING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1. DOWNLOAD THE ABOVE FILES
1a. DELETE THE SEMCFACEBOOKSERVICES.APK AND ALL FACEBOOK INSIDE XPERIA APKS FROM /SYSTEM/APPS/ (USE ROOT EXPLORER OR SIMILAR) (BACKUP ALL THOSE APPS BEFORE)
2. FLASH THE F.I.X_2.0.zip IN XRECOVERY THEN REBOOT
3. REBOOT BACK INTO XRECOVERY AND THEN FLASH THE Home_2.3.4.zip
4. GO TO ADVANCED AND WIPE DALVIK CACHE AND ALSO FIX PERMISSIONS
5. REBOOT AND INSTALL SEMCFacebookProxy.apk
6. REBOOT AND FIX PERMISSIONS AGAIN. REBOOT AND ENJOY.
PLEASE NOTE: SOME PEOPLE HAVE HAD PROBLEMS BUT SOME HAVEN'T. NO ONE KNOWS WHY BUT IT IS BEING LOOKED INTO BY MY MATES AND MYSELF.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any zip file for xrecovery have you tried it and all ready work? i have just installed the new home launcher the app share an the facebook proxy and it doesnt work it says network error
Hi,
When I try to install, it says Application not installed.
Doesn't install on wb Rom v6c
Sent from my X10i using XDA Premium App
OK thats wierd. It installs fine for me so I cant understand why it wont for you lot. Also the .zip file is not flashable. I have used this on my Tweaked stock ROM and it installs fine. Have you lot tried using root explorer to copy/paste into /system/apps/ and set the right permissions.
I HAVE ADDED 2 FILES IN THE OP. FOLLOW THE INSTRUCTIONS AND THEN TRY AGAIN
Does this make the lockscreen noticiations actually work properly?
They never worked in the original facebook inside xperia for x10...
xrec .zip
View attachment fb20.zip
if any one with an arc or a neo can say if picture from Fb a on high quality or not !
and if there any solution to solv this bad quality issue !!
kantk20111 said:
Does this make the lockscreen noticiations actually work properly?
They never worked in the original facebook inside xperia for x10...
Click to expand...
Click to collapse
Well I have everything working and I mean the whole lot. The sharing on home screen and the actual Facebook 2.0 also I have the SEMCFacebookProxy.apk working. I think the port is nearly finished. Just need to make the flashable zip them done but will have to be tomorrow now as I am tired and wont want to make any mistakes lol. Will upload a fully working Facebook Inside Xperia 2.0 tomorrow. Night guys
Sent from my X10i using xda premium
Anybody successfully installed it yet?
The "Like it" button disappeared from music player
Just adding zipped .jar to be able to download it via QR code
This seems to be working actually, at least Like from Music Player. I installed everything except SEMCFacebookProxy which wont install. FBAppShare from status bar won't work tho
skynet77 said:
This seems to be working actually, at least Like from Music Player. I installed everything except SEMCFacebookProxy which wont install. FBAppShare from status bar won't work tho
Click to expand...
Click to collapse
thanks, works at x8 cm7 2.3.5, but the font color black and not found server???
Did you manage to install SEMCFacebookProxy.apk? I can't, i get "Application not installed"
Blackwatch89 said:
Facebook 2.0​
Here you go guys Facebook 2.0. Just install like any other app. Enjoy. Also there is two more widgets for ya. Calenda widget and World clock widget.
These have all the facebook files in incase they are needed.
Facebook 2.0.zip
ADDED 2 FILES I THINK ARE NEEDED TO INSTALL THESE APK
EXTRACT THE .RAR WHICH HAS A XML FILE FOR PERMISSIONS IN /SYSTEM/ETC/PERMISSIONS/
AND THE .JAR WHICH IS FRAMEWORK GOES TO /SYSTEM/FRAMEWORK/
BOTH FILES NEED PERMISSIONS SET TO:[+] TICK/ [-] UNTICKED
[+] [+][-]
[+] [-] [-]
[+] [-] [-]
REBOOT AND THEN TRY INSTALLING THESE APPS.
Click to expand...
Click to collapse
screen shots pls..
skynet77 said:
Did you manage to install SEMCFacebookProxy.apk? I can't, i get "Application not installed"
Click to expand...
Click to collapse
Yes I have everything installed. I can't understand why its not with you lot. I can't do anything if it's working on my side. I need to know exactly what you did and what installed.
Sent from my Nexus S using xda premium
bhupengaitonde said:
screen shots pls..
Click to expand...
Click to collapse
Phone is dead give me an hour and I will upload some screenies
Sent from my Nexus S using xda premium
Inside of rar file there isnt xml file. pls put it there )
And pls make more details guide )
Don't see the difference because appshare doesn't work and I installed everything what you installed. Yeah, the widgets are working and the appshare program but when i take a icon to the the top..nothing happens then../??

MAKE YOUR OWN APP THEMEs & SHARE (NOOB FRIENDLY)

HI FRIENDS,
I took this opportunity to make a small tutorial for my friends who would be interested in learning some basic icon/app modding.
Before you begin plz make sure you have following stuff ready
1. Winrar.
2. Paint.net (easiest editor).
3. Few icons of your choice you want to try.​
Here we go follow the steps slowly and i am sure you will never go wrong (Do remember do not follow this guide for .9 images)​
STEP 1
SELECT ANY APK YOU WANT TO MOD for EXAMPLE I HAVE CHOSEN "MyFiles.apk"
YOU MAKE A SEPARATE FOLDER THEN AS SHOWN DRAG THE APK FROM THE ORIGINAL ROM TO THE FOLDER OF YOUR CHOICE.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
STEP 2
OPEN THE APK WITH WINRAR AND EXTRACT THE APK IN THE SAME FOLDER, INSIDE THE EXTRACTED FILES, YOU WILL SEE A FOLDER NAMED "RES", OPEN THAT AND IT SHOULD LOOK SMTHING LIKE BELOW
SELECT THE FILE YOU WANT TO EDIT IN "DRAWABLE-HDPI" FOLDER
I SELECTED "ICON_MYFILES" LIKE BELOW
​
STEP 3
OPEN PAINT.NET AND OPEN BOTH THE ICONS U WANT TO EDIT AND THE ONE YOU WANNA USE AS ICON
SAVE NEW ICON VIA EDIT AND MAKE SURE YOU DO NOT CHANGE THE CANVAS SIZE AND SAVE THE FILE
​
STEP 4
VARIFY THE IMAGE HAS BEEN SAVED IN SAME NAME
​
STEP 5
OPEN THE APK & EDITED IMAGE FOLDER AND DRAG THE EDITED FILES INSIDE THE APK (IN WINRAR) WITHOUT DESTROYING THE DIRECTORY STRUCTURE
​
STEP 6
I HAVE ADDED TWO BLANK ZIP FILES ONE FOR SYSTEM FILES AND ONE FOR FRAMEWORK FILE
DRAG THE APK IN SYSTEM.ZIP INSIDE SYSTEM/APP FOLDER AND FLASH
IF YOU HAVE MODDED ANY FRAMEWORK FILE THE USE FRAMEWORK.ZIP AND PUT THE MODDED FILE FRAMEWORK.ZIP/FRAMEWORK FOLDER
​
STEP 7
HERE IS THE FINAL RESULT HAVE A LOOK
​
IF U LIKED MY TUTORIAL PLZ HIT THNX....ENJOY AND PLZ DO SHARE YOUR WORK IN THIS THREAD....​
Very nice guide...
I hope everone who want to make little changes in some theme they use to read here, instead of asking for Themers to make it, as it's impossible for a Themer to make true all user's tastes...
Nice work...
Hi kalagas
Thankx for appreciation...
I seriously hope it helps new ones.....awaiting to c sm shared apps with beauty touches
Sent from my GT-N7000 using xda premium
so hard
but i'll try
To Good to be Very nice guide.for all android users how want little change they like to do of their choice.
regards
Tourcombosolo said:
so hard
but i'll try
Click to expand...
Click to collapse
Its not hard jst one try n u will never need guide again...jst start....
Nice tutorial will try it out!
Also (I know this has nothing to do with it) could you tell me what battery widget you got on your homescreen?
Android Clock
Hi All,
I ask you kindly if someone knows how to make this analog&Digital clock
for the Galaxy Note?
Thanks,
Paolo
odexed deodexed
Hi this mod it's only for deodexed or even odexed rom?
Klyupp said:
Nice tutorial will try it out!
Also (I know this has nothing to do with it) could you tell me what battery widget you got on your homescreen?
Click to expand...
Click to collapse
Its simply battery monitor widget...
Hi marta0604
Its for both..... it work for specific rom from where u took oit the apk to mod..
pvezzoli said:
Hi All,
I ask you kindly if someone knows how to make this analog&Digital clock
for the Galaxy Note?
Thanks,
Paolo
Click to expand...
Click to collapse
Jst send me that apk file of those clock i will try make one 4 note
lalitsehgal21 said:
Hi marta0604
Its for both..... it work for specific rom from where u took oit the apk to mod..
Click to expand...
Click to collapse
Hi thanks...I tried to mod conatct.apk I followed your guide but did not change the icon.
apk on the dock does not work?
Marta0604
u have to carefully find and home on to the file u have to change.... try this download any of my mod...n compare the res folder to ur contact.apk. u will know what icon changes what on icon..
Or gimme ur contact.apk and icon u wanna use i will do n mk a tutorial for u
Sent from my GT-N7000 using xda premium
hi ~~
i would like to change the lock logo on the lockscreen
do you know what's the name of that apk???thanks for help
hkbobbytam said:
hi ~~
i would like to change the lock logo on the lockscreen
do you know what's the name of that apk???thanks for help
Click to expand...
Click to collapse
/system/framework/framework-res.apk
res/drawable-xhdpi/unlockscreen_lock_01.png - unlockscreen_lock20.png
also
res/drawable-xhdpi/unlock_circle_arrow_1.png - unlock_circle_circleview_out.png
Good luck!
o~~ thanks a lot~~
many thanks !
very well explained ... I will try .. not too complicated with your instructions!
i can't find those file that up there...but i'd find another one don't know it's right / not
res\drawable-xhdpi/unlock_circle_missed_lock_icon.png
thank you~
hkbobbytam said:
i can't find those file that up there...but i'd find another one don't know it's right / not
res\drawable-xhdpi/unlock_circle_missed_lock_icon.png
thank you~
Click to expand...
Click to collapse
When u open that file..... match the logo that is same as per ur screen.... u have to look the fone and identify the icons....n mod...

[THEMED CIRCLE CLOCK] Customizing the Stock Quickcircle Case Watchfaces

So i've made several watchfaces for my Pebble and my Gear, and as soon as i saw the Stock Quick Circle Watchfaces, i knew i wanted to make some. I've downloaded the LG SDK and am working on making my own faces. But for starters i wanted to modify the stock faces in Photoshop. So i thought i would share my progress
1st i had to find where the clocks are stored,
system/priv-app/LGAlarmClock.apk
open LGAlarmClock.apk in 7zip, and navigate to res/raw-xxxhdpi
now pick your stock watchface background that you want to modify.
I chose the black one. And since I'm a Louis Hamilton fan, i chose to drop in the Mercedes Petronas F1 team.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
after you replace the stock .PNG file with the modified file. Use ES File Explorer, or any other Rooted file browser that lets you set individual permissions. Drop LGAlarmClock.apk back in sysem/priv-app. Change the permissions for the .apk from rw-rw-r, to rw-r-r, Reboot.
The Results:
happy customizing:good:
hi
kscasper13 said:
So i've made several watchfaces for my Pebble and my Gear, and as soon as i saw the Stock Quick Circle Watchfaces, i knew i wanted to make some. I've downloaded the LG SDK and am working on making my own faces. But for starters i wanted to modify the stock faces in Photoshop. So i thought i would share my progress
hello, how do I do ?, I do not understand ...
after I changed the png file, how do I change it into apk?
Thanks!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
is it possible to change that clock face on lockscreen without case ?

			
				
;)[/QUOTE said:
niiiceee can you share it?
Click to expand...
Click to collapse
Soon
If you close the cover you see the edge the White Light how to change that to another collor
Thanks
Sorry for my english
Sent from my LG-D855 using XDA Free mobile app
looks good!
I managed to do one that fits the cobalt-g3-tweaksbox-theme by dustinb17 (credits to him for the BGs):
This is my first try to design something, so plz don´t be to harsh with me :crying:
All necessary files are in this zip
Just follow the instructions from the first post (thx to kscasper13).
I will ask yoavst how to make a xposed module for this Quick Circle Clock.
why noone can tell me is it possible to change that clock face on lockscreen without quickcircle case ???
Is it so hard to answer??
neno006 said:
why noone can tell me is it possible to change that clock face on lockscreen without quickcircle case ???
Is it so hard to answer??
Click to expand...
Click to collapse
you need the case
Gabbyh28 said:
you need the case
Click to expand...
Click to collapse
Ok and if i get case and change it to another watch,will that another skin will stay or it will be default again?
Or i must have all the time case to have different watch?
neno006 said:
why noone can tell me is it possible to change that clock face on lockscreen without quickcircle case ???
Is it so hard to answer??
Click to expand...
Click to collapse
neno006 said:
Ok and if i get case and change it to another watch,will that another skin will stay or it will be default again?
Or i must have all the time case to have different watch?
Click to expand...
Click to collapse
what you chose will stay
I did everything as listed in simply does not work after restarting no time ... it went back to the original watches Although I changed
apk
S3V3N said:
Click to expand...
Click to collapse
so we can not have this as an apk to install it directly without replacing anything????
You must install apk and click in modules in your xposed app and then reboot your phone. Your installed watchface has replaced your second standard watchface
so I some how accidentally deleted my LGAlarmClock.apk from my G3 (D851). Does anyone have the stock file kicking around that i could download from you?
I also keep getting an error that days "a replaced file is not present in the zip". Seems kinda self explanatory but I cant find anything missing
Sent from my LG-D851 using XDA Free mobile app
gixer2000 said:
so I some how accidentally deleted my LGAlarmClock.apk from my G3 (D851). Does anyone have the stock file kicking around that i could download from you?
Click to expand...
Click to collapse
I have this file...do you need?
Lillo75 said:
I have this file...do you need?
Click to expand...
Click to collapse
If you don't mind.

3Minit Android Studio (WINDOWS) (MAC)

3Minit Android Studio
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a working progress I will make updates and add new features as soon as they are ready. Currently only decompile and compile tab works.
Prerequisite:
Mac OSX 9.x.x and above or Windows 7 and above
Java 7 installed and setup properly
Features:
Easy to use UI
Easily decompile apks with a few clicks
Easily Build (Compile) apks with a few clicks
Choose apktool version (without swapping jar)
Use custom aapt version (good for themers and trouble apks)
Save output logs
Support for framework tags
Auto sign apks
Many more to come
How to use:
Download and extract the attached zip
Open the folder and double click 3Minit_apk_tool.jar
Downloads:
3Minit Android Studio v0.1 (Mac)
3Minit Android Studio v0.2 (Windows)
​
XDA:DevDB Information
3Minit Android Studio, ROM for all devices (see above for details)
Contributors
gharrington
ROM OS Version: Lollipop
Version Information
Status: Beta
Current Beta Version: 0.1 - 0.2
Created 2015-07-22
Last Updated 2016-11-08
Q&A
Q. I want to use my own updater-script. Is this possible?
A. Yes. Just place your updater-script in tools/createZip/META-INF/com/google/android/ folder and the app will use it in place of the default one. Although it's not required, it would be nice if you can leave or add the words zip created by 3Minit Android studio.
Q. Can I add another apktool version?
A. Yes. Just add it in the tools folder and the app will pick it up (restart app after adding to see changes).
Q. What are tags and how do I use them?
A. Tags allow you to work on multiple projects at the same time, without re-installing the framework files each time. To use them, just type the tag name in the textbox before pressing the install framework button. Then, when you decompile the apk, just select the tag from the drop down list. This is not needed when compiling the apk, as apktool uses the same tag automatically.
Q. Can I add new directories for the create zip function after compiling the apk?
A. Yes. Click the preference tab then the Add/Remove flash zip directories. You can also do a quick edit by typing directly into the drop down list.
Reserved
great project mate congratulation
Nice.
fantastic
Enviado desde mi Aquaris M5 mediante Tapatalk
@gharrington Awesome work my friend!
Windows
Windows version is now available enjoy.
work fine for me , your first tester...Most appreciate friend.
Mac version now updated to v 0.2
Worked absolutely flawlessly.
A note for testers/users. Create a directory (name it whatever you will remember) and drop the apks you want to work on there.
I got lost for a minute finding the extracted apks. They were under a directory created where the apks were. I'm used to finding them under the same directory as the program.
Not *****ing..... it's actually easier like that.
Lovely work!! Looking forward for further development and improvement for this great piece of work. Working fine for me.
dicksteele said:
Worked absolutely flawlessly.
A note for testers/users. Create a directory (name it whatever you will remember) and drop the apks you want to work on there.
I got lost for a minute finding the extracted apks. They were under a directory created where the apks were. I'm used to finding them under the same directory as the program.
Not *****ing..... it's actually easier like that.
Click to expand...
Click to collapse
rahulbarai said:
Lovely work!! Looking forward for further development and improvement for this great piece of work. Working fine for me.
Click to expand...
Click to collapse
Thanks for the feedback guys
Nice tool! I just downloaded it and looks promising.
Awesome! Thanks @gharrington
Update v0.3
Version 0.3 is out now.
+You can now create a recovery flashable zip from you newly built apk with just a few clicks. Just grab the zip and flash modding just got quicker.
+Tweaks and Improvments.
Great tool man, it works good and the new option to create the flashable zip is very usefull.
gvmiguez said:
Great tool man, it works good and the new option to create the flashable zip is very usefull.
Click to expand...
Click to collapse
Thanks, glad you like it mate.
Q&A has been started in post #2. I will add more as updates come. I will be making another release soon as I nearly have the make flashable zip tab complete.
when i double click on it it just opens folder with all the files tool never starts please help me how to decompile systemui i never done it

Categories

Resources