Stericson / RootTools

RootTools Library
1.6k stars 484 forks source link

remount command not working #80

Closed AnuthaDev closed 4 years ago

AnuthaDev commented 6 years ago

I am trying to remount the /system, but it is not working: public void remount(View v){ Log.d(TAG, "Starting remount..."); Root tools.remount("/system/", "rw"); Log.d(TAG, "Remount Complete"); } But the last line of code is never executed and my app gets an ant error. Please help

AnuthaDev commented 6 years ago

*app not responding error....

AnuthaDev commented 6 years ago

Alright, I got rid of the app not responding error by using asynctask, and it succeeds, but when I check if it is remounted, it is not

Nike1016 commented 6 years ago

1