OSDN Git Service

538e9a10c81016b27bf58c9d017fff5b4841ad5e
[android-x86/device-asus-eeepc.git] / system.prop
1 # system.prop for eeepc
2 ro.config.sync = yes
3 app.setupwizard.disable=1
4 keyguard.no_require_sim=1
5 # we are faking sdcard partition for now
6 # if you have a real sdcard, you should remove
7 # this line and let either vold or mountd to
8 # set it. And to do that correctly, you also
9 # need to change vold.conf or mountd.conf
10 EXTERNAL_STORAGE_STATE=mounted
11 # default the paths and parameters for sys fs
12 ro.sys.fs.power_supply.ac=/AC0
13 ro.sys.fs.power_supply.bat=/BAT0
14 ro.sys.fs.power_supply.ac.feature.online=/online
15 ro.sys.fs.power_supply.bat.feature.status=/status
16 ro.sys.fs.power_supply.bat.feature.present=/present
17 #ro.sys.fs.power_supply.bat.feature.capacity.now=/energy_now
18 #ro.sys.fs.power_supply.bat.feature.capacity.full=/energy_full
19 ro.sys.fs.power_supply.bat.feature.capacity.now=/charge_now
20 ro.sys.fs.power_supply.bat.feature.capacity.full=/charge_full
21 ro.sys.fs.power_supply.bat.feature.voltage.now=/voltage_now
22 ro.sys.fs.power_supply.bat.feature.voltage.full=/voltage_full
23 ro.sys.fs.power_supply.bat.feature.tech=/technology
24 ro.power_supply.uevent.name.capacity.now=POWER_SUPPLY_CHARGE_NOW
25 ro.power_supply.uevent.name.capacity.full=POWER_SUPPLY_CHARGE_FULL
26 #ro.sys.fs.power_supply.bat.features.bat.health is not supported
27 #ro.sys.fs.power_supply.bat.features.bat.temperature is not supported
28 # end system.prop for eeepc