Advertisement
Guest User

Tenderloin 3.0 Sailfish

a guest
Mar 17th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. added this to init.tenderloin.rc
  2. 1.
  3. setprop debug.gralloc.map_fb_memory 1
  4. setprop debug.egl.swapinterval -1
  5. setprop debug.gr.numframebuffers 3
  6.  
  7.  
  8. 2.
  9. prevented debugfs from being mounted in systemd
  10.  
  11. 3. copied some files
  12. gralloc.msm8660.so gralloc.tenderloin.so
  13. hwcomposer.msm8660.so hwcomposer.tenderloin.so
  14. copybit.msm8660.so copybit.tenderloin.so
  15.  
  16. 4. still manually creating system folder and removing it from systemd
  17.  
  18. 5.
  19. HYBRIS_EGLPLATFORM=fbdev
  20. EGL_PLATFORM=fbdev
  21. in droid-hal-device.conf
  22.  
  23.  
  24. 6.
  25. QCOM_BSP set in hwcomposer and spec.rpm
  26.  
  27. 7. renamed /usr/libhybris/eglplatform_hwcomposer to hwcomposer
  28. renamed eglplatform_null.so eglplatform_hwcomposer.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement