sub77-2016 / gscript-android

Automatically exported from code.google.com/p/gscript-android
0 stars 0 forks source link

rev 11 does not work with JF1.5 super user - exception - use of deprecated call? #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. JF 1.5 firmware
2. create a script that uses superuser
3. Exception.

What is the expected output? What do you see instead?

I/ActivityManager(   65): Displayed activity
org.zenthought.android.su/.SuRequest: 307 ms

D/su      ( 1140): 10063:10063 nl.rogro.GScript executing 0:0 /system/bin/sh

E/global  ( 1129): Deprecated Thread methods are not supported.

E/global  ( 1129): java.lang.UnsupportedOperationException

E/global  ( 1129):  at java.lang.VMThread.stop(VMThread.java:85)

E/global  ( 1129):  at java.lang.Thread.stop(Thread.java:1341)

E/global  ( 1129):  at java.lang.Thread.stop(Thread.java:1306)

E/global  ( 1129):  at
nl.rogro.GScript.GScriptExec$3.onClick(GScriptExec.java:107)

E/global  ( 1129):  at android.view.View.performClick(View.java:2179)

E/global  ( 1129):  at android.view.View.onTouchEvent(View.java:3828)

E/global  ( 1129):  at android.widget.TextView.onTouchEvent(TextView.java:6291)

E/global  ( 1129):  at android.view.View.dispatchTouchEvent(View.java:3368)

E/global  ( 1129):  at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:863)

E/global  ( 1129):  at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:863)

E/global  ( 1129):  at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:863)

E/global  ( 1129):  at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:863)

E/global  ( 1129):  at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:863)

E/global  ( 1129):  at
com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(P
honeWindow.java:1707)

E/global  ( 1129):  at
com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow
.java:1197)

E/global  ( 1129):  at
android.app.Activity.dispatchTouchEvent(Activity.java:1993)

E/global  ( 1129):  at
com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneW
indow.java:1691)

E/global  ( 1129):  at android.view.ViewRoot.handleMessage(ViewRoot.java:1525)

E/global  ( 1129):  at android.os.Handler.dispatchMessage(Handler.java:99)

E/global  ( 1129):  at android.os.Looper.loop(Looper.java:123)

E/global  ( 1129):  at
android.app.ActivityThread.main(ActivityThread.java:3948)

E/global  ( 1129):  at java.lang.reflect.Method.invokeNative(Native Method)

E/global  ( 1129):  at java.lang.reflect.Method.invoke(Method.java:521)

E/global  ( 1129):  at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)

E/global  ( 1129):  at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)

E/global  ( 1129):  at dalvik.system.NativeStart.main(Native Method)

What version of the product are you using? On what operating system?

rev 11 on JF 1.5 new super user app

Please provide any additional information below.

Original issue reported on code.google.com by knaries2...@gmail.com on 3 May 2009 at 4:52

GoogleCodeExporter commented 8 years ago
JF 1.5 should work from rev 12 and up.

Original comment by rogr...@gmail.com on 9 May 2009 at 4:29