/e/ OS

settings put global captiveportalhttpurl http://204.ecloud.global settings put global captiveportalhttpsurl https://e.foundation/net_204/

change ntp

settings put global ntp_server pool.ntp.org

DeBlot pre-installed apps

  1. Use this command to list all the apps installed

    adb shell pm list packages
    
  1. Copy the name of the package you want to uninstall and use the following command

    adb shell pm uninstall -k --user 0 com.my.demo.app
    

To undo the changes: adb shell cmd package install-existing com.my.demo.app