Re: [android-developers] How to execute C binary file in Android

2014-05-21 Thread Max Lv
Try this lib: https://github.com/Chainfire/libsuperuser On Tue, May 20, 2014 at 2:17 PM, praveen m wrote: > Dear All > > > Actually I am very new to Android. So anyone can tell, how can I include a > 'C' binary file into android code. > I want to make an Android app which include & execute the

Re: [android-developers] No simplified chinese description?

2011-11-03 Thread Max Lv
As a Chinese developer, I have to delete all other language descriptions except zh-TW. If not, the market will display an English description to Simplified Chinese users. BTW, most Simplified Chinese users can read Traditional Chinese. -- Max Lv On Mon, May 30, 2011 at 5:47 AM, Santiago Lema

Re: [android-developers] How to find version of ARM on android phone

2011-06-13 Thread Max Lv
try this: cat /proc/cpuinfo On Mon, Jun 13, 2011 at 8:28 PM, Nikolay Elenkov wrote: > On Mon, Jun 13, 2011 at 9:20 PM, Bharathiraja R > wrote: > > Hi All, > > > > I am uninstall to sl4a application on 2.2 tablet phone. > > getting error: > > Failure [installed_failed_invalid_apk] > > > > Log s

Re: [android-developers] can't see output of ssh command

2011-06-12 Thread Max Lv
Use com.trilead.ssh2 instead, you can find source codes for android from Connectbot project On Mon, Jun 13, 2011 at 5:31 AM, ABSOLUT wrote: > Hi, > I'm using jsch to execute a command and then shows me the output of > the command, but I cant see the ouput of command with LogCat. Could > you help