Last active
August 29, 2015 14:21
-
-
Save steven676/31d9be3681c25d9d47b7 to your computer and use it in GitHub Desktop.
Try to start pvrsrvinit earlier than SurfaceFlinger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/init.encore.rc 2015-05-17 20:00:45.000000000 -0700 | |
+++ b/init.encore.rc 2015-05-17 18:48:53.000000000 -0700 | |
@@ -210,6 +210,9 @@ on post-fs-data | |
chown system system /sys/devices/platform/omapdss/display3/timings | |
chown system system /sys/devices/platform/omapdss/display2/code | |
+on early-boot | |
+ start pvrsrvinit | |
+ | |
on boot | |
on property:dev.bootcomplete=1 | |
@@ -234,6 +237,7 @@ service pvrsrvinit /system/bin/pvrsrvini | |
class core | |
user root | |
group root | |
+ disabled | |
oneshot | |
service configure_vold /system/bin/configure_vold.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment