smallperson / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

won't install on cruz tablet t103 #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Download .apk file (tried 1.6.2 and 2010-12-18_00-56-32-2)
attempt to install

What is the expected output? What do you see instead?
Expected it to install, instead get
"application not installed"
Checking logs shows
"Install failed: .apk has native code but none for arch mipso32
Package couldn't be installed in /data/app/org.connectbot.apk
Unable to find ICellphone interface"

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?
see above

What type of system are you trying to connect to?
can't get that far

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?

Please provide any additional information below.

I believe the Cruz Tablet uses a MIPS processor.  I'm guessing that the "no 
native code" message means that the some code inside connectbot (probably the 
SSH encryption) isn't java but C or C++ and is compiled into a binary for some 
architectures but not the MIPS used in the Cruz Tablet T103.  Hopefully this 
could be fixed by adding to the list of supported architectures in the makefile 
or equivalent.  I'd be happy to guinea-pig a test release.

The best email to contact me at is 

mattison@physics.ubc.ca

Original issue reported on code.google.com by Thomas.S...@gmail.com on 24 Jan 2011 at 3:08

GoogleCodeExporter commented 9 years ago
While I still can't get 1.6.2 to install, I found that 1.5.4 does install on my 
Android 2.0, Cruz Tablet T103 from Velocity Micro.  And it works, as far as I 
can tell from my brief experiments.

Original comment by Thomas.S...@gmail.com on 25 Jan 2011 at 10:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I can confirm that the latest releases do not install on the T103. If the 1.5.4 
release does, can someone provide a link to the APK for me to test this?

Original comment by ljmcka...@gmail.com on 28 Mar 2012 at 9:18