click: Fix rotation derpage
Change-Id: I03c3f3c4d485e18d87baf282cdea9874dd6d840a
This commit is contained in:
parent
8659ff93f4
commit
1fed334475
@ -20,6 +20,9 @@ on boot
|
||||
mkdir /data/misc/dhcp 0770 dhcp dhcp
|
||||
chown dhcp dhcp /data/misc/dhcp
|
||||
|
||||
# framebuffer permission for copybit
|
||||
chmod 0666 /dev/graphics/fb0
|
||||
|
||||
chown radio system /sys/module/gpio_event/parameters/phone_call_status
|
||||
chmod 0664 /sys/module/gpio_event/parameters/phone_call_status
|
||||
|
||||
|
@ -62,6 +62,7 @@ dalvik.vm.execution-mode=int:jit
|
||||
# Persist default parameters
|
||||
persist.sys.use_dithering=1
|
||||
persist.sys.purgeable_assets=0
|
||||
persist.sys.rotationanimation=false
|
||||
|
||||
# VM heap size
|
||||
dalvik.vm.heapsize=24m
|
||||
|
Loading…
Reference in New Issue
Block a user