Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

W95 and Xposed framework

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    W95 and Xposed framework

    Xposed framework from rovo89 is a tool that i need to enable "syncthing" app to write on external sdcard.

    But the normal way to install it is via a "custom recovery" (TWRP, CWM, ...). As far as i know there is NOT such a recovery for the w95.

    "xposed*.zip from http://dl-xda.xposed.info/framework/: Must be flashed with a custom recovery (e.g. TWRP) to install the framework".
    So my question : are you aware of another way to flash xposed.zip in order to install this framework ?

    #2
    try this:
    1. install ES file manager.
    2. run ES file manager, open Root Explore mode.
    3. select"Local->device->system" on left side.
    4. copy files from "xposed-v88-sdk25-arm.zip" to system of W95 or use these files as a replacements in W95 which have same file names.

    Comment


      #3
      Finally i found a solution to this issue on the web:
      Adding <item name="android.permission.WRITE_MEDIA_STORAGE" granted="true" flags="0" />
      in the perms section of the SYNCTHING package in /data/system/packages.xml and putting the right attributes to the file (rw-rw----, system, system).
      This is described here: https://github.com/syncthing/syncthi...oid/issues/719

      Comment

      Working...
      X