Closed GoogleCodeExporter closed 8 years ago
No content => invalid
Please fill the ticket with content and possibly a logcat and I will reopen it
Original comment by michel.racic
on 27 May 2010 at 2:56
Same problem, this is the log :
05-29 14:50:35.507 D/MarketEnabler( 3932): starting setValues with list item[3]
05-29 14:50:35.507 D/MarketEnabler( 3932): starting setValues with list item[3]
provider config[T-Mobile]
05-29 14:50:35.507 D/MarketEnabler( 3932): starting setValues
05-29 14:50:35.507 I/MarketEnabler( 3932): dropping shell commands for list
values
05-29 14:50:35.562 D/MarketEnabler( 3932): Starting shell thread with [4]
commands
05-29 14:50:35.562 I/MarketEnabler( 3932): Starting exec of su
05-29 14:50:35.582 D/MarketEnabler( 3932): Unexpected error - Here is what I
know:
Error running exec(). Commands: [su] Working Directory: null Environment: null
05-29 14:50:35.582 W/System.err( 3932): java.io.IOException: Error running
exec().
Commands: [su] Working Directory: null Environment: null
05-29 14:50:35.587 W/System.err( 3932): at
java.lang.ProcessManager.exec(ProcessManager.java:196)
05-29 14:50:35.592 W/System.err( 3932): at
java.lang.Runtime.exec(Runtime.java:225)
05-29 14:50:35.592 W/System.err( 3932): at
java.lang.Runtime.exec(Runtime.java:313)
05-29 14:50:35.592 W/System.err( 3932): at
java.lang.Runtime.exec(Runtime.java:246)
05-29 14:50:35.592 W/System.err( 3932): at
com.androidiani.MarketEnabler.presenter.ShellInterface.doExec(ShellInterface.jav
a:28)
05-29 14:50:35.592 W/System.err( 3932): at
com.androidiani.MarketEnabler.presenter.ListPresenter.run(ListPresenter.java:115
)
05-29 14:50:35.592 W/System.err( 3932): at
java.lang.Thread.run(Thread.java:1096)
05-29 14:50:35.592 W/System.err( 3932): Caused by: java.io.IOException: No such
file
or directory
05-29 14:50:35.592 W/System.err( 3932): at java.lang.ProcessManager.exec(Native
Method)
05-29 14:50:35.592 W/System.err( 3932): at
java.lang.ProcessManager.exec(ProcessManager.java:194)
05-29 14:50:35.592 W/System.err( 3932): ... 6 more
05-29 14:50:35.692 D/MarketEnabler( 3932): progress msg[1, 0] getprogress[0]
05-29 14:50:35.692 D/MarketEnabler( 3932): dismiss progress msg[1, 0]
getprogress[0]
05-29 14:50:35.697 I/NotificationService( 1907): enqueueToast
pkg=com.androidiani.MarketEnabler
callback=android.app.ITransientNotification$Stub$Proxy@44367690 duration=1
Original comment by i.ne...@gmail.com
on 29 May 2010 at 12:55
I forgot to mention that my rom is 2.1, device is Samsung Spica, steps to
reproduce:
* Open market enable
* Choose Settings list
* Set to [us] T-Mobile, and message is "We Got A Problem Houston :("
Not sure what is my version of Market enabler, but installed latest version two
days
ago.
Original comment by i.ne...@gmail.com
on 29 May 2010 at 1:11
@i.nenad Do you have it rooted and the su app is installed?
From the log it seems that it can't execute the command "su" on your phone...
Your system returns "java.io.IOException: No such file or directory" after
MarketEnabler tries to open a shell with the su command.
You can try with "adb shell" and then type "which su" or do it from a terminal
app on
the phone directly (alternate you can just type "su" and see if you get a root
shell).
Original comment by michel.racic
on 30 May 2010 at 1:16
closing this ticket as no response to the last question, will reopen if we get
more info.
Original comment by michel.racic
on 2 Jul 2010 at 7:33
Original issue reported on code.google.com by
ipim...@gmail.com
on 26 May 2010 at 6:38