cell_common


Upgrade for All machines — Updated on 2019/03/17 11:32

  • 15.1 [✓ meson, 2018-03-04]AUX 5X | [✓ meson, 2018-04-10]HEX 6 | NEX 5 | TAB 7 | [✓ meson, 2018-09-19]XUS 4
  • 16.0 AUX 5X | [✓ meson, 2020-02-19]HEX 6 | NEX 5 | TAB 7 | XUS 4
  • 17.1 [✓ meson, 2020-07-04]HEX 6

☛ Configure private cellular network with one notification

  • Connect cellular with Google Voice.
  • Verify cross reference linkage to set fail-safe.
  • Only one notification to holding device.
  • Recording history log to WebDAV server.

☛ How to export VPN configuration


Before wipe all

  • Backup settings
    • BeyondPod
    • Nova Launcher

Flash Custom ROMs

Setup environmental required

Materials required to flash

Update (or flash) recovery

  • connect working computer with mobile device
    • adb reboot recovery to boot with recovery
  • wipe data and systems in recovery menu
  • push materials to flash up
    • adb push <filename.zip> /sdcard/ for ROM, OpenGapps and rooting packages
  • install or flash all materials respectively
  • wait to boot with fresh booting 2)

After booting up, follow screen and follow your spirits.


Android basically backup & restore apps & settings apparently with oogle account. However, not for all settings. Especially, individual setting in basic settings is set to default as usual when finishing flashing fresh ROM. For user's sake, Here is personal settings of mine.

Enable Private DNS on over Android 9 Pie

  1. Go to Settings → Network & internet → Advanced → Private DNS
  2. Select the Private DNS provider hostname option.
  3. Enter 1dot1dot1dot1.cloudflare-dns.com for Cloudflare, dns.google for Google Public Domain
  4. Visit 1.1.1.1/help (or 1.0.0.1/help) to verify that “Using DNS over TLS (DoT)” shows as “Yes”. (optional)

Tasker is core apps to let a device to process automatically. With configured condition, Tasker runs defined tasks, which enables automatic process and make user's operation less or none.

Tasker Configuration in common

Apps in Google Playstore


Tasker supports most settings and configurations. However, it does not cover all settings such as LiveDisplay in Lineage ROM. For those kind of settings, Tasker is able to control setting value with CLI (Command Line Interface) environment. This function is possible because tasker can run shell script. Rooting is mandatory and BusyBox is strongly recommended to cover all common commands.

To check key/value for settings, need terminal access or adb connection

  settings --cm list system
  settings --cm list global
  settings --cm list secure

These commands show the key/value pairs for settings and for LiveDisplay related key is display_temperature_mode=2.

  settings --cm put system display_temperature_mode 0 

In tasker, make tasks CodeRun Shell:

Command: settings --cm put system display_temperautre_mode 0 
Use Root: checked 

For multi-device users, accounts are configured and apps are installed for convenience purpose. Therefore, notifications from mail, messenger and apps are delivered to every single device if not specifically disabled.

Notification strategy for multi devices is a strategy, with which multi devices send one time notification for one subjects regardless of devices.



Battery swelling

Swelling batteries are observed at Júne's Tertius ─ EPiXUS 4 & Júne's Secondus ─ EPiNEX 5



2)
some requires vendor update vendor mismatch error
3)
not used any more
  • cell_common
  • Last modified: 2021/05/04 09:45
  • by Júne Park