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)
(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...") |
|||
Line 13: | Line 13: | ||
* 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 | ||
− | |||
− | |||
− | |||
− | |||
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). |
Revision as of 15:26, 29 February 2016
Android-in-a-Window (sfdroid)
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:
- For CyanogenMod 10.1 base ROM: N/A
- For CyanogenMod 11.0 base ROM: N/A
- Source code: https://github.com/krnlyng/sfdroid_renderer
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)
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