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
m
 
(One intermediate revision 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 21: Line 24:
  
 
* 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
==== sfdroid's 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