android_carpc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
android_carpc [17.08.2013 00:55] Pascal Suterandroid_carpc [17.08.2013 01:29] Pascal Suter
Line 12: Line 12:
   * keep screen on (do not sleep) while charging: settings -> developer -> stay awake   * keep screen on (do not sleep) while charging: settings -> developer -> stay awake
     * enable dev. menu: settings->about tablet-> click 7 times or so on revision number (countdown appears afer a few clicks)      * enable dev. menu: settings->about tablet-> click 7 times or so on revision number (countdown appears afer a few clicks) 
-  * auto power on even when turned completely off as soon as ac power is connected: ([[http://forum.xda-developers.com/showpost.php?s=74726822035361988c86543c19a6a53f&p=39633079&postcount=9|source]])<code>fastboot getvar all+  * auto power on even when turned completely off as soon as ac power is connected - this makes the power button obsolete in an in-car installation where you have power to the device as soon as the ignition is turned on: ([[http://forum.xda-developers.com/showpost.php?s=74726822035361988c86543c19a6a53f&p=39633079&postcount=9|source]])\\(in order to run fastboot you need to boot your device into the bootloader first! (power + vol down on the nexus 7)<code>fastboot getvar all
 (bootloader) product: herring (bootloader) product: herring
 (bootloader) version-hardware: REV 51 (bootloader) version-hardware: REV 51
Line 21: Line 21:
 (bootloader) off-mode-charge: 1 (bootloader) off-mode-charge: 1
 all: all:
-finished. total time: 0.004s</code>change off-mode-charge setting<code>fastboot oem off-mode-charge 0</code>+finished. total time: 0.004s</code>change off-mode-charge setting (if it was not listed before, try to set it anyway, it might still work, did so on my nexus 7 with CWM)<code>fastboot oem off-mode-charge 0</code>
  
 ===== complete units ===== ===== complete units =====
  • android_carpc.txt
  • Last modified: 17.08.2013 04:40
  • by Pascal Suter