ehanp88 / roottools

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

Android 4.3 Remount issue and a small logic error #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 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

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

GoogleCodeExporter commented 8 years ago

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