cell_common

This is an old revision of the document!



☛ 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


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.


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 {{fa>google}}oogle 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.1555771496
  • Last modified: 2019/04/20 14:44
  • by Júne Park