Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 4.3 Remount issue and a small logic error #46

Closed
GoogleCodeExporter opened this issue Mar 2, 2016 · 2 comments
Closed

Android 4.3 Remount issue and a small logic error #46

GoogleCodeExporter opened this issue Mar 2, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Just a small logic error in 
http://code.google.com/p/roottools/source/browse/trunk/Developmental/RootTools_s
dk3_generic/src/com/stericson/RootTools/internal/RootToolsInternalMethods.java

I think line 1214 should be:
if (!line.contains("no such tool")) {
and not:
if (line.contains("no such tool")) {
as it currently is

Also as the summary said, it seems like remount method does not work on Android 
4.3.

I'm using RootTools 3.1beta with Nexus 7 4.3 BTW.

Original issue reported on code.google.com by thuanb...@gmail.com on 31 Jul 2013 at 2:54

@GoogleCodeExporter
Copy link
Author

Fixed with RootTools 3.2

Thanks for reporting the bugs!

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

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant