Sense 6 Toolbox Doesn't Work on Android 5 w/Xposed Alpha

Issue #201 closed
Jacob Saunders created an issue

http://forum.xda-developers.com/xposed/official-xposed-lollipop-t3030118 - Xposed got a release today for Android 5. I can install Sense 6 Toolbox, enable its module, and the extra entry even appears in the settings menu, but clicking on it prompts me that it doesn't work on Android 5. Removing the check would allow for testing on Android 5 with this beta.

Tested on HTC One M8 running Android Revolution HD 34.0 (stock Android with slight mods).

Comments (11)

  1. Mikanoshi

    Removing this check will just cause an immediate crash on launch) There is much to change including Toolbox UI, I'll post a version for testing when and if it is required.

  2. Mikanoshi

    @TeHashX /data/data/com.sensetoolbox.six/shared_prefs/one_toolbox_prefs.xml pref_key_prism_gridtinyfont

  3. Gigi Duru

    Thanks, I only have: <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <map> <int name="acra.lastVersionNr" value="20" /> </map>

    I thought all settings are there but no, I will wait until you'll release a working version for lollipop.

  4. Mikanoshi

    Prefs appear only when they are changed. You can add it inside <map> section: <boolean name="pref_key_prism_gridtinyfont" value="true" />

  5. Gigi Duru

    I decompiled apk and I found what I looking for: FlashLite when screen off I added <boolean name="pref_key_controls_powerflash" value="true" /> but it's not working, should not be in <map>? Thanks

  6. Log in to comment