Skip to content

Instantly share code, notes, and snippets.

@aelmahmoudy
Created February 18, 2014 19:45
Show Gist options
  • Save aelmahmoudy/9078473 to your computer and use it in GitHub Desktop.
Save aelmahmoudy/9078473 to your computer and use it in GitHub Desktop.
E/RootFW::Shell.execute( 9517): Failed executing shell commands
E/RootFW::Shell.execute( 9517): java.io.IOException: write failed: EPIPE (Broken pipe)
E/RootFW::Shell.execute( 9517): at libcore.io.IoBridge.write(IoBridge.java:455)
E/RootFW::Shell.execute( 9517): at java.io.FileOutputStream.write(FileOutputStream.java:187)
E/RootFW::Shell.execute( 9517): at java.io.DataOutputStream.write(DataOutputStream.java:98)
E/RootFW::Shell.execute( 9517): at java.io.OutputStream.write(OutputStream.java:82)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.extender.Shell.execute(Shell.java:134)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.extender.Shell.execute(Shell.java:70)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.RootFW.connected(RootFW.java:293)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.RootFW.connected(RootFW.java:267)
E/RootFW::Shell.execute( 9517): at fr.simon.marquis.preferencesmanager.ui.AppListActivity$1.onItemClick(AppListActivity.java:62)
E/RootFW::Shell.execute( 9517): at android.widget.AdapterView.performItemClick(AdapterView.java:299)
E/RootFW::Shell.execute( 9517): at android.widget.AbsListView.performItemClick(AbsListView.java:1115)
E/RootFW::Shell.execute( 9517): at com.emilsjolander.components.stickylistheaders.StickyListHeadersListView.performItemClick(StickyListHeadersListView.java:161)
E/RootFW::Shell.execute( 9517): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2906)
E/RootFW::Shell.execute( 9517): at android.widget.AbsListView$3.run(AbsListView.java:3640)
E/RootFW::Shell.execute( 9517): at android.os.Handler.handleCallback(Handler.java:733)
E/RootFW::Shell.execute( 9517): at android.os.Handler.dispatchMessage(Handler.java:95)
E/RootFW::Shell.execute( 9517): at android.os.Looper.loop(Looper.java:136)
E/RootFW::Shell.execute( 9517): at android.app.ActivityThread.main(ActivityThread.java:5017)
E/RootFW::Shell.execute( 9517): at java.lang.reflect.Method.invokeNative(Native Method)
E/RootFW::Shell.execute( 9517): at java.lang.reflect.Method.invoke(Method.java:515)
E/RootFW::Shell.execute( 9517): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/RootFW::Shell.execute( 9517): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/RootFW::Shell.execute( 9517): at dalvik.system.NativeStart.main(Native Method)
E/RootFW::Shell.execute( 9517): Caused by: libcore.io.ErrnoException: write failed: EPIPE (Broken pipe)
E/RootFW::Shell.execute( 9517): at libcore.io.Posix.writeBytes(Native Method)
E/RootFW::Shell.execute( 9517): at libcore.io.Posix.write(Posix.java:202)
E/RootFW::Shell.execute( 9517): at libcore.io.BlockGuardOs.write(BlockGuardOs.java:197)
E/RootFW::Shell.execute( 9517): at libcore.io.IoBridge.write(IoBridge.java:450)
E/RootFW::Shell.execute( 9517): ... 22 more
E/RootFW::Shell.execute( 9517): Failed executing shell commands
E/RootFW::Shell.execute( 9517): java.io.IOException: write failed: EPIPE (Broken pipe)
E/RootFW::Shell.execute( 9517): at libcore.io.IoBridge.write(IoBridge.java:455)
E/RootFW::Shell.execute( 9517): at java.io.FileOutputStream.write(FileOutputStream.java:187)
E/RootFW::Shell.execute( 9517): at java.io.DataOutputStream.write(DataOutputStream.java:98)
E/RootFW::Shell.execute( 9517): at java.io.OutputStream.write(OutputStream.java:82)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.extender.Shell.execute(Shell.java:134)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.extender.Shell.execute(Shell.java:70)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.RootFW.connected(RootFW.java:293)
E/RootFW::Shell.execute( 9517): at com.spazedog.lib.rootfw.RootFW.connected(RootFW.java:267)
E/RootFW::Shell.execute( 9517): at fr.simon.marquis.preferencesmanager.ui.App.getRootForce(App.java:41)
E/RootFW::Shell.execute( 9517): at fr.simon.marquis.preferencesmanager.ui.AppListActivity$1$1.run(AppListActivity.java:66)
E/RootFW::Shell.execute( 9517): at java.lang.Thread.run(Thread.java:841)
E/RootFW::Shell.execute( 9517): Caused by: libcore.io.ErrnoException: write failed: EPIPE (Broken pipe)
E/RootFW::Shell.execute( 9517): at libcore.io.Posix.writeBytes(Native Method)
E/RootFW::Shell.execute( 9517): at libcore.io.Posix.write(Posix.java:202)
E/RootFW::Shell.execute( 9517): at libcore.io.BlockGuardOs.write(BlockGuardOs.java:197)
E/RootFW::Shell.execute( 9517): at libcore.io.IoBridge.write(IoBridge.java:450)
E/RootFW::Shell.execute( 9517): ... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment