lxxgreat / roottools

Automatically exported from code.google.com/p/roottools
0 stars 0 forks source link

remount command not compatible with android 4.3? #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have an application that needs to remount /system in RW.
It used to work well but since I upgraded to android 4.3, the remount command 
doesn't work anymore.

What steps will reproduce the problem?
1. boolean status = RootTools.remount("/system", "RW");

What is the expected output? What do you see instead?
It used to return true as expected. It now returns false.

What version of the product are you using? On what operating system?
I was using Roottools 1.7. I moved to version 2.6 but the problem still persist.
The problem started showing up in Android 4.3

Original issue reported on code.google.com by LRenault...@gmail.com on 29 Jul 2013 at 4:35

GoogleCodeExporter commented 8 years ago
What Su program are you using?

Original comment by Stericso...@gmail.com on 29 Jul 2013 at 4:57

GoogleCodeExporter commented 8 years ago
I'm using SuperSu. I just tried the latest version: 1.51 but no luck.

Original comment by LRenault...@gmail.com on 29 Jul 2013 at 5:34

GoogleCodeExporter commented 8 years ago
Fixed with RootTools 3.2

Thanks for reporting the bugs!

https://code.google.com/p/roottools/downloads/detail?name=RootTools.jar

Technically it is still remounting correctly it is just not reporting correctly 
that the mount was remounted as requested.

Original comment by Stericso...@gmail.com on 31 Jul 2013 at 6:05

GoogleCodeExporter commented 8 years ago
Thanks for your prompt answer.
Can it be added do 2.x branch of Roottools (stable version)?
Version 3.x requires some code rewrite and is still considered a beta version.

Original comment by LRenault...@gmail.com on 31 Jul 2013 at 8:32

GoogleCodeExporter commented 8 years ago
I am working on adding a fix for this for 2.6

Original comment by Stericso...@gmail.com on 1 Aug 2013 at 1:58

GoogleCodeExporter commented 8 years ago
Hey, can you try this version?

Original comment by Stericso...@gmail.com on 1 Aug 2013 at 2:14

Attachments:

GoogleCodeExporter commented 8 years ago
I just tried, so far so good!
Thank you very much and keep up the good work!

Original comment by LRenault...@gmail.com on 1 Aug 2013 at 2:25

GoogleCodeExporter commented 8 years ago
Awesome, I will update the main download with this new version :)

Original comment by Stericso...@gmail.com on 1 Aug 2013 at 2:37