Hi,
I am having the same problem.
When I run a script I get the following output
exec /system/bin/sh '/storage/sdcard0/seamus/scripts/dropbear.sh'
u0_a91@GT-I9000:/ $ 5;68R
This happened after upgrading to CM11 4.4.4 last night. I can run the script in a terminal without issue. The characters after the prompt "5;68R" look suspiciously like part of a terminal escape code. Googling showed me that 'R' could be from the Cursor position report (CPR) "<ESC>[y;xR". I changed the font of the console (it was font size 8 - 68 columns) to be size 11 (48 columns) and the characters after the prompt changed to "3;48R"
The only difference between me and the OP is that I am not getting the toast notification.
Here is the output from logcat
:
:
08-06 12:44:30.542 I/Timeline(24141): Timeline: Activity_launch_request id:os.tools.scriptmanager time:14518955
08-06 12:44:30.546 I/ActivityManager( 446): START u0 {act=script:13 cmp=os.tools.scriptmanager/.launcherActivity} from pid 24141
08-06 12:44:30.593 W/System.err(24141): java.io.IOException: write failed: EPIPE (Broken pipe)
08-06 12:44:30.593 W/System.err(24141): at libcore.io.IoBridge.write(IoBridge.java:455)
08-06 12:44:30.593 W/System.err(24141): at java.io.FileOutputStream.write(FileOutputStream.java:187)
08-06 12:44:30.593 W/System.err(24141): at java.io.FileOutputStream.write(FileOutputStream.java:192)
08-06 12:44:30.593 W/System.err(24141): at os.tools.utils.Misc.writeBigEndian(ProGuard:325)
08-06 12:44:30.593 W/System.err(24141): at os.tools.utils.SMDaemon.sendCommand(ProGuard:668)
08-06 12:44:30.593 W/System.err(24141): at os.tools.utils.SMDaemon.access$600(ProGuard:32)
08-06 12:44:30.593 W/System.err(24141): at os.tools.utils.SMDaemon$SMDaemonBase.sendCommand(ProGuard:1014)
08-06 12:44:30.593 W/System.err(24141): at os.tools.utils.SMDaemon$SMDaemonBase.executeCommand(ProGuard:1027)
08-06 12:44:30.597 W/System.err(24141): at os.tools.utils.SMDaemon$ScriptCtl.<init>(ProGuard:221)
08-06 12:44:30.597 W/System.err(24141): at os.tools.utils.termProcess.<init>(ProGuard:100)
08-06 12:44:30.597 W/System.err(24141): at os.tools.manager.androidShellPty.run(ProGuard:441)
08-06 12:44:30.597 W/System.err(24141): at os.tools.manager.androidShellPty.<init>(ProGuard:90)
08-06 12:44:30.597 W/System.err(24141): at os.tools.filterscript.configScript.runAsync(ProGuard:182)
08-06 12:44:30.597 W/System.err(24141): at os.tools.console.ConsoleActivity.restaurar(ProGuard:803)
08-06 12:44:30.597 W/System.err(24141): at os.tools.console.ConsoleActivity.invoqueRestaurar(ProGuard:584)
08-06 12:44:30.597 W/System.err(24141): at os.tools.console.ConsoleActivity.onNewIntent(ProGuard:1213)
08-06 12:44:30.597 W/System.err(24141): at os.tools.main.launcherActivityReal.onNewIntent(ProGuard:307)
08-06 12:44:30.597 W/System.err(24141): at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1161)
08-06 12:44:30.597 W/System.err(24141): at android.app.ActivityThread.deliverNewIntents(ActivityThread.java:2333)
08-06 12:44:30.597 W/System.err(24141): at android.app.ActivityThread.performNewIntents(ActivityThread.java:2346)
08-06 12:44:30.601 W/System.err(24141): at android.app.ActivityThread.handleNewIntent(ActivityThread.java:2355)
08-06 12:44:30.601 W/System.err(24141): at android.app.ActivityThread.access$1600(ActivityThread.java:144)
08-06 12:44:30.601 W/System.err(24141): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1276)
08-06 12:44:30.601 W/System.err(24141): at android.os.Handler.dispatchMessage(Handler.java:102)
08-06 12:44:30.601 W/System.err(24141): at android.os.Looper.loop(Looper.java:136)
08-06 12:44:30.601 W/System.err(24141): at android.app.ActivityThread.main(ActivityThread.java:5139)
08-06 12:44:30.601 W/System.err(24141): at java.lang.reflect.Method.invokeNative(Native Method)
08-06 12:44:30.601 W/System.err(24141): at java.lang.reflect.Method.invoke(Method.java:515)
08-06 12:44:30.601 W/System.err(24141): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
08-06 12:44:30.601 W/System.err(24141): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
08-06 12:44:30.601 W/System.err(24141): at dalvik.system.NativeStart.main(Native Method)
08-06 12:44:30.601 W/System.err(24141): Caused by: libcore.io.ErrnoException: write failed: EPIPE (Broken pipe)
08-06 12:44:30.605 W/System.err(24141): at libcore.io.Posix.writeBytes(Native Method)
08-06 12:44:30.605 W/System.err(24141): at libcore.io.Posix.write(Posix.java:202)
08-06 12:44:30.605 W/System.err(24141): at libcore.io.BlockGuardOs.write(BlockGuardOs.java:197)
08-06 12:44:30.605 W/System.err(24141): at libcore.io.IoBridge.write(IoBridge.java:450)
08-06 12:44:30.605 W/System.err(24141): … 30 more
08-06 12:44:30.824 I/ViewPager(24141): smoothScrollTo x=960
:
:
If you need any more information / testing, please let me know.
Thanks,
Seamus.