Size: 289
Comment:
|
Size: 1013
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
[[DotFiles/Android]] is also relevant. == Custom == Hide the storage notification: {{{#!highlight sh numbers=off adb shell pm hide com.sonymobile.storagechecker }}} |
|
Line 13: | Line 23: |
LEDs for Xperia XZ Premium: * Green light: flash mode * Blue light: fastboot == ROMs == * [[http://download.cyanogenmod.org/?device=pollux_windy|CyanogenMod for pollux_windy (Xperia Tablet Z)]] == Mods == * '''Enable Night Light on Android Oreo 8.0.''' Modifies framework-res.apk. https://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/oreo-enable-night-light-tile-t3713021/page3. On some Oreo devices after the March update, can also run: {{{ adb shell cmd overlay enable --user 0 android.res.night }}} |
DotFiles/Android is also relevant.
Custom
Hide the storage notification:
adb shell pm hide com.sonymobile.storagechecker
Reboot
Force reboot if unresponsive
Hold down Power and Volume Up keys simultaneously.
Into recovery
On boot, once you feel device vibrate and while seeing the green LED burn:
- Press Volume Up for PhilZ Touch Recovery
- Press Volume Down for TWRP
LEDs for Xperia XZ Premium:
- Green light: flash mode
- Blue light: fastboot
ROMs
Mods
Enable Night Light on Android Oreo 8.0. Modifies framework-res.apk. https://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/oreo-enable-night-light-tile-t3713021/page3. On some Oreo devices after the March update, can also run:
adb shell cmd overlay enable --user 0 android.res.night