The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Template:SFDROID

From Mer Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<noinclude>=== Android-in-a-Window (sfdroid) ===</noinclude> devel-su pkcon refresh devel-su pkcon install SDL2 # hammerhead only: devel-su usermod -G net_bt_stack -a nemo...")
 
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 
<noinclude>=== Android-in-a-Window (sfdroid) ===</noinclude>
 
<noinclude>=== Android-in-a-Window (sfdroid) ===</noinclude>
 +
For project status, bugs, and changelog [[Adaptations/libhybris/sfdroid|click here]].
 +
 +
Installation:
 
  devel-su pkcon refresh
 
  devel-su pkcon refresh
 
  devel-su pkcon install SDL2
 
  devel-su pkcon install SDL2
Line 13: Line 16:
 
* For CyanogenMod 11.0 base ROM: {{{download_cm11|N/A}}}
 
* For CyanogenMod 11.0 base ROM: {{{download_cm11|N/A}}}
 
* Source code: https://github.com/krnlyng/sfdroid_renderer
 
* Source code: https://github.com/krnlyng/sfdroid_renderer
 
https://www.dropbox.com/s/hwt3tjceomsfqbx/sfdroid-hammerhead.zip?dl=0
 
https://www.dropbox.com/s/qspp5s4rvfwaiig/sfdroid-mako.zip?dl=0
 
https://www.dropbox.com/s/5yo0netk0srfnh6/sfdroid-mako-for_cm11.zip?dl=0
 
  
 
It has been tested against SFOS 2.0.0.10, check for differences in init.rc for other versions before flashing (even though they should change rarely at this point).
 
It has been tested against SFOS 2.0.0.10, check for differences in init.rc for other versions before flashing (even though they should change rarely at this point).
Line 22: Line 21:
 
* Install this zip via TWRP (used as example here) or CWM:
 
* Install this zip via TWRP (used as example here) or CWM:
 
** MultiROM: via Advanced->Multirom->List Roms->your rom->Flash Zip
 
** MultiROM: via Advanced->Multirom->List Roms->your rom->Flash Zip
** Non-MultiROM: choose to Flash Zip or adb sideload
+
** Non-MultiROM: choose to Flash Zip or adb sideload (WARNING! If you ever use <code>fastboot boot boot.img</code> to boot to underlying CM, sfdroid will break that! To fix, you need to put back the original libsurfaceflinger.so)
(WARNING! If you ever use <code>fastboot boot boot.img</code> to boot to underlying CM, sfdroid will break that! To fix, you need to put back the original libsurfaceflinger.so)
+
  
 
* Reboot (might take longer than usual, screen might become unresponsive for a few seconds)
 
* Reboot (might take longer than usual, screen might become unresponsive for a few seconds)
 
+
* Launch sfdroid from the App Grid
==== Changelog ====
+
'''v0.9'''
+
* accelerometer (rotation) support
+
* reduce cpu usage
+
* fix multitouch
+
* use dbus to query wifi/mobile data information
+
* some bug fixes (input, crashes, ...)
+
* hammerhead: runs more smoothly
+
* hammerhead: fixed cocovina's system_server startup problem
+
* mako: mobile data icon fix
+

Latest revision as of 16:11, 29 February 2016

Android-in-a-Window (sfdroid)

For project status, bugs, and changelog click here.

Installation:

devel-su pkcon refresh
devel-su pkcon install SDL2
# hammerhead only:
devel-su usermod -G net_bt_stack -a nemo
sync
reboot
# and enter recovery

Download appropriate .zip file:

It has been tested against SFOS 2.0.0.10, check for differences in init.rc for other versions before flashing (even though they should change rarely at this point).

  • Install this zip via TWRP (used as example here) or CWM:
    • MultiROM: via Advanced->Multirom->List Roms->your rom->Flash Zip
    • Non-MultiROM: choose to Flash Zip or adb sideload (WARNING! If you ever use fastboot boot boot.img to boot to underlying CM, sfdroid will break that! To fix, you need to put back the original libsurfaceflinger.so)
  • Reboot (might take longer than usual, screen might become unresponsive for a few seconds)
  • Launch sfdroid from the App Grid
Personal tools