Open echo77 opened 8 years ago
Me 2
my phone (huawei p6, 4.2.2) is rooted already,i installed XposedInstaller.apk in my phone. everytime i try to install the framework .it willl report error :"mount:permission denied (are you root?)". however i can run command "mount -o remount,rw /system" successfully in cmd. then i try to debug the XposedInstaller project by eclipse, while it call writeAssetToFile to write busybox-xposed to cache, it will call "FileUtils.setPermissions(targetFile.getAbsolutePath(), mode, -1, -1);" here is the question , everytime "FileUtils.setPermissions(targetFile.getAbsolutePath(), mode, -1, -1)" is called, then it will throw out exception which can't be caught, and busybox-xposed writed to cache will be removed. i don't know why ,can you help me figure out this? Thanks
@cxulo Hi try check if u don't have swaped location to external SD card or if u have download right Xposed installer version.
Which kind of root methods you aply to your phone ?
Which kind of root methods you aply to your phone ? You try install framework with recovery mode?
Which kind of root methods you aply to your phone ? You try install framework with recovery mode?
my phone (huawei p6, 4.2.2) is rooted already,i installed XposedInstaller.apk in my phone. everytime i try to install the framework .it willl report error :"mount:permission denied (are you root?)". however i can run command "mount -o remount,rw /system" successfully in cmd. then i try to debug the XposedInstaller project by eclipse, while it call writeAssetToFile to write busybox-xposed to cache, it will call "FileUtils.setPermissions(targetFile.getAbsolutePath(), mode, -1, -1);" here is the question , everytime "FileUtils.setPermissions(targetFile.getAbsolutePath(), mode, -1, -1)" is called, then it will throw out exception which can't be caught, and busybox-xposed writed to cache will be removed. i don't know why ,can you help me figure out this? Thanks