How To

How to display data using complications with KWCH

How to display data using complications with KWCH #

  1. Add a text element in the KWCH editor
rootVar
  1. Add a Complication Data formula to it
rootVar
  1. Push the watch face to the watch by tapping on the green watch button at the top
rootVar
  1. On the watch, tap and hold on the KWCH watch face
  2. Select “Customize”
rootVar
  1. Tap on “Data”
rootVar
  1. Select the slot that corresponds to the complication number in step 4
rootVar
  1. Select a data that you want displayed
rootVar rootVar

*Note: The steps on the watch side may vary depending on the the make and model of the smart watch

...

How to do a clean Kustom installation

How to do a Kustom clean installation #

  1. Uninstall your Kustom app from your device’s app page
  2. Open your File Explorer
  3. Go to Internal/External storage » Kustom or to which ever custom location you’ve set
  4. Move all the contents of the “Kustom” folder to a backup location
  5. Delete the “Kustom” folder from step 3
  6. Create a new empty “Kustom” folder in the root directory of your Internal storage
  7. Restart the device
  8. Re-install your Kustom app from the Play Store
  9. Select the empty “Kustom” folder during the initial setup as the main storage location

** If you’re using multiple Kustom apps, doing the clean install may affect all of them if they all point to the same Kustom folder.

...

How to link komponent and root global variables

How to link komponent and root global variables #

There are instances when you need to access your root global variables from a komponent. To do this, the two variables needs to be linked. The steps below demonstrate how this is done.

  1. Create a Text global variable (rootVar) in your root directory with some data
rootVar
  1. Create another Text global variable (kVar) in your komponent and leave it empty
rootVar
  1. Tap on the check box next to your list kVar
  2. Tap on the “globe” icon from the top right
rootVar
  1. Tap on the “globe” icon that’s appended to your kVar variable
rootVar
  1. Select rootVar from the list
rootVar
  1. Add a Text element in your komponent with the following formula: $gv(kVar)$

rootVar rootVar

...

How to send variables from Tasker

How to send variables from Tasker #

With Kustom’s Tasker integration, you should now be able to send your Tasker variables to the Kustom apps using the Broadcast receiver function and a tasker plugin. To do this:

Sending a variable from a Tasker task #

  1. Open Tasker and go to the Tasks tab
  2. Add a new task by tapping on the “+” button from the bottom right
Tasker Task
  1. Give your task a name and tap on the “check” button
Tasker Task
  1. Tap the “+” button to add a new action
Tasker Task
  1. Go to the Plugin category
Tasker Task
  1. Select a Kustom app on the list
  2. Select the Send Variable kustom action
Tasker Task
  1. Tap on the “pen” icon next to Configuration
Tasker Task
  1. Provide the Kustom Variable and Tasker String and tap on the “check” button
Tasker Task
  1. Tap on the back arrow
Tasker Task
  1. Tap on the “Play” button to execute the action
Tasker Task

Receiving the Tasker variable from the Kustom app #

  1. Add a text element to your preset
  2. Change the Text attribute formula to $br(Tasker, kVar)$, where kVar is the Kustom Variable name you set from step 9 of the previous part.
Tasker Task
  1. Save and check your widget
Tasker Task

** You can apply the Tasker task you just created to any of your Tasker profile

...

How to setup KWCH

How to setup KWCH #

  1. Install KWCH Kustom Watchface Creator on your phone.

  2. On your watch running Android wear, open the Google Play Store

rootVar
  1. Search for “KWCH”
rootVar
  1. Install the app (Can also be installed from the the watch manager app on your phone)
rootVar
  1. Go back to your phone and open KWCH
  2. Load/build your preset
  3. Once done, tap on the green watch icon at the top to push the watch face to your smart watch
rootVar
  1. On your smart watch, tap and hold on your current watch face
rootVar
  1. Change it to KWCH
rootVar

How to turn off MIUI Optimization in Xiaomi devices

How to turn off MIUI Optimization in Xiaomi devices #

MIUI Optimization is meant to help boost Xiaomi phone’s performance but sometimes it can cause a variety of issues on non-MIUI-based apps such us the Kustom apps. To turn it off, you can use the steps below:

Steps #

  1. Head to your device’s settings
  2. Scroll down and look for “Additional settings”
  3. Now look to find Developer Options. If it’s not visible, go to the about section on the settings and tap on the MIUI version, keep tapping until it displays “You are a developer now”. Once you get this message, head over to the Advanced settings and you’ll find the developer option.
  4. Scroll down and look for “MIUI Optimization” and turn it off.
  • If you’re missing the MIUI Optimization option on MIUI 13 or above, go to Developer options and use the “Reset to default values” button at the bottom of the page. You may also check if your device’s refresh rate is currently set to 120Hz. If yes, set that to 60Hz before doing the reset and check again.

    ...

How to use complications to launch an app in the watch with KWCH

How to use complications to launch an app in the watch with KWCH #

  1. Create an object in the KWCH editor to trigger the touch function from
rootVar
  1. Add a Touch function to it
  2. Set action to “Launch complication activity”
  3. Set a complication number between 1 to 4
  4. Push the watch face to the watch by tapping on the green watch button at the top
rootVar
  1. On the watch, tap and hold on the KWCH watch face
rootVar
  1. Select “Customize”
rootVar
  1. Tap on “Data”
rootVar
  1. Select the slot that corresponds to the complication number in step 4
rootVar
  1. Select “App shorcut”
rootVar
  1. Select the watch app you want to launch
rootVar

*Note: The steps on the watch side may vary depending on the the make and model of the smart watch

...




Privacy Policy