Skip to content

Instantly share code, notes, and snippets.

@steven676
Last active August 29, 2015 14:21
Show Gist options
  • Save steven676/31d9be3681c25d9d47b7 to your computer and use it in GitHub Desktop.
Save steven676/31d9be3681c25d9d47b7 to your computer and use it in GitHub Desktop.
Try to start pvrsrvinit earlier than SurfaceFlinger
--- 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