Arraytype AT 100 stock apps call name

Just noting something for Arraytype/AT 100, especially for Kospet Prime SE, gotten these with Package Manager

Brightness Slider (:white_check_mark:)
CLASS
com.android.systemui.settings.BrightnessDialog
PKG
com.android.systemui

LUX Brightness Slider (:sob: 3rd Party)
CLASS
com.vito.lux
PKG
com.vito.lux.LuxApp

Volume Slider (:white_check_mark: but 3rd party)
CLASS
com.missingsemicollon.apps.volumecontrol.SplashActivity
PKG
com.missingsemicollon.apps.volumecontrol

HeartRate Monitor (:white_check_mark:)
CLASS
com.cenon.heartrate.HeartRateMonitorActivity
PKG
com.cenon.heartrate

CleanTask (:sob:)
CLASS
qs.wiite.cleantask.MainActivity
PKG
qs.wiite.cleantask

4 Likes

is “missingsemicollon” a stock app?

Thanks for sharing :+1:
There may be a watch/OS dependancy, so please add for which watch/OS these values are working :ok_hand:

Is it not? Please correct me, brother… and if you know about class activity of package:qs.wiite.cleantask, would you mind telling me?

You are very welcome, GB

Naughty boy :wink:… I was asking you and you are asking me :slight_smile:

I will check that if my Lemfo Lem10 V1.1 has these values. There is an app "https://play.google.com/store/apps/details?id=com.csdroid.pkg " you may use that to get all names of packages installed in phone. I can’t install this app for a reason… (i’m running my watch only on airplane mode to test battery life in different modes) turning on wifi or data will ruin my experiment :slight_smile:

This is that.

Battery usage and Bluetooth: An easy fix

Hi can i check with you . Did you use package viewer on the watch to get these and have you tested them ?

Thanks

1 Like

Hahaha yes, except the com.missingsemicollon, i found it here because i cannot find at the package name viewer

Will keep updating, for it is also for me myself to note and future faces

1 Like

I add 3 more to your list. The first one is common for Android 7.1.1 and Android 10. The other two have the CLASS and PKG for Android 10, and also for Android 7.1.1, as they are different for each OS version.

Battery options
CLASS
com.android.settings.Settings$PowerUsageSummaryActivity
PKG
com.android.settings

Weather app
CLASS for Android 10:
com.android.watchweather.MainNewActivity
PKG for Android 10:
com.android.watchweather

CLASS for Android 7:
com.android.watchweather.WeatherActivity
PKG for Android 7:
com.android.watchweather

Calendar
CLASS for Android 10:
com.wiite.mycalender.MainActivity
PKG for Android 10:
com.wiite.mycalender

CLASS for Android 7:
com.android.calendar.AllInOneActivity
PKG for Android 7:
com.android.calendar

1 Like

And now, a request I have. Does somebody know the CLASS needed to directly open the stopwatch (chronometer) on Android 7.1.1? As it’s part of the “com.android.deskclock” PKG, I guess the class will have the “$” somewhere, as it happens with the “Settings$PowerUsageSummaryActivity” in the case of the battery options.