asadkamran / connectbot

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

Signature change in development snapshots? #410

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install ConnectBot from the Market or ConnectBot-git-2010-12-07_15-23-22.apk
2. Attempt to install anything after ConnectBot-git-2010-12-07_15-23-22.apk 
(tested with ConnectBot-git-2010-12-18_00-56-32.apk and a couple of older ones)
3.

What is the expected output? What do you see instead?

When I attempt to install through the phone itself, I get an "Application not 
installed" message, with no useful message. When I attempt to install through 
adb, I get:

Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]

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

What type of system are you trying to connect to?

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.

Tested on a Nexus S, GRH78.

Original issue reported on code.google.com by man...@gmail.com on 28 Dec 2010 at 12:11

GoogleCodeExporter commented 8 years ago
Looks like the newer ant scripts were signing it with the debug key and later 
jarsigner was failing, but Hudson didn't abort. I changed it to recognize this 
failure and also fixed the signing to actually sign with the debug key.

Original comment by kenny@the-b.org on 25 Feb 2011 at 1:51