Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2014-09-24 21:25:52
Size: 289
Editor: SamatJain
Comment:
Revision 10 as of 2018-03-21 23:31:04
Size: 1136
Editor: SamatJain
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, [[https://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/oreo-enable-night-light-tile-t3713021|install overlay APK]] and 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

adb shell cmd overlay enable --user 0 android.res.night

SamatsWiki: Xperia (last edited 2018-03-21 23:31:04 by SamatJain)