rovo89 / XposedInstaller

3.87k stars 1.51k forks source link

can't install xposed framework via XposedInstaller #310

Open echo77 opened 8 years ago

echo77 commented 8 years ago

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

MohitBaheti commented 7 years ago

Me 2

MohitBaheti commented 7 years ago

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 commented 5 years ago

@cxulo Hi try check if u don't have swaped location to external SD card or if u have download right Xposed installer version.

cxulo commented 5 years ago

Which kind of root methods you aply to your phone ?

cxulo commented 5 years ago

Which kind of root methods you aply to your phone ? You try install framework with recovery mode?

cxulo commented 5 years ago

Which kind of root methods you aply to your phone ? You try install framework with recovery mode?