[android-developers] Re: Package file was not signed correctly error

2011-03-22 Thread Anders
Oh brother, that was easy :)  Uninstall, then reinstall fixed the
problem (and none of my 600 users ever had a problem). Thanks!

Anders

On Mar 22, 12:47 am, Justin Anderson magouyaw...@gmail.com wrote:
 Or vice-versa...  It happens either way.

 Thanks,
 Justin Anderson
 MagouyaWare Developerhttp://sites.google.com/site/magouyaware

 On Mon, Mar 21, 2011 at 10:47 PM, Justin Anderson 
 magouyaw...@gmail.comwrote:







  I usually run into this when I have a debug version on my phone already
  installed from doing development and then forgetting to uninstall it before
  trying to install the release version.

  Thanks,
  Justin Anderson
  MagouyaWare Developer
 http://sites.google.com/site/magouyaware

  On Mon, Mar 21, 2011 at 5:59 AM, Anders byl...@gmail.com wrote:

  My application refuses to install from the Market since I uploaded a
  new version.

  First, I had trouble finding the right keystore again after a few
  months of not touching the app. Market finally stopped halting the
  uploads with messages about the wrong signature, so everything seemed
  okay. But the new version refuses to install. Logcat dump in debug
  mode from trying it on my own phone:

  03-21 07:15:59.740: DEBUG/vending(1401): [14]
  LocalAssetDatabase.notifyListener(): -5180615462709890363 /
  DOWNLOAD_PENDING
  03-21 07:15:59.890: INFO/vending(1401): [14] RequestDispatcher
  $RequestContext.init(): Some requests use secure token but dont
  require SSL. Forcing SSL.
  03-21 07:16:01.010: DEBUG/RC_WifiBroadcastReceiver(20453):  action
  android.net.wifi.SCAN_RESULTS
  03-21 07:16:01.010: DEBUG/RC_WifiService(20453): notifyScanResults()
  760811490
  03-21 07:16:01.330: DEBUG/MobileDataStateTracker(158): hipri Received
  state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList=
  default,supl,mms
  03-21 07:16:01.360: DEBUG/MobileDataStateTracker(158): replacing old
  mInterfaceName (rmnet0) with rmnet0 for supl
  03-21 07:16:01.380: DEBUG/MobileDataStateTracker(158): replacing old
  mInterfaceName (rmnet0) with rmnet0 for mms
  03-21 07:16:01.380: DEBUG/MobileDataStateTracker(158): default
  Received state= CONNECTED, old= CONNECTED, reason= (unspecified),
  apnTypeList= default,supl,mms
  03-21 07:16:01.550: DEBUG/NetworkLocationProvider(158):
  onDataConnectionStateChanged 3
  03-21 07:16:02.810: DEBUG/vending(1401): [87]
  AssetDownloader.downloadAndInstall(): Initiating Download for 1
  applications.
  03-21 07:16:02.810: INFO/vending(1401): [87]
  DownloadManagerUtil.enqueueDownload(): Enqueue for download
  com.android.vending.util.DownloadManagerUtil$Request@43de9668
  03-21 07:16:03.020: DEBUG/vending(1401): [87]
  LocalAssetDatabase.notifyListener(): -5180615462709890363 / null
  03-21 07:16:03.460: DEBUG/vending(1401): [87]
  LocalAssetDatabase.notifyListener(): -5180615462709890363 /
  DOWNLOADING
  03-21 07:16:06.820: DEBUG/dalvikvm(2573): GC_FOR_MALLOC freed 7137
  objects / 439928 bytes in 116ms
  03-21 07:16:08.750: DEBUG/dalvikvm(2557): GC_EXPLICIT freed 328
  objects / 16528 bytes in 96ms
  03-21 07:16:09.670: DEBUG/dalvikvm(158): GC_EXPLICIT freed 22964
  objects / 1049192 bytes in 284ms
  03-21 07:16:10.100: INFO/vending(1401): [96] AssetDownloader
  $DownloadManagerBroadcastReceiver.startNextDownload(): Found Paused
  URI null
  03-21 07:16:10.110: INFO/vending(1401): [96] AssetDownloader
  $DownloadManagerBroadcastReceiver.startNextDownload(): No more paused
  downloads.
  03-21 07:16:10.110: DEBUG/vending(1401): [96] AssetDownloader
  $DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got
  a download completed intent.
  03-21 07:16:10.260: DEBUG/vending(1401): [96]
  LocalAssetDatabase.notifyListener(): -5180615462709890363 / null
  03-21 07:16:10.340: DEBUG/vending(1401): [97] AssetDownloader
  $DownloadManagerBroadcastReceiver.installFromUri(): Calling install
  uri=content://downloads/download/812 src=null
  asset=-5180615462709890363 (RobotMoose.TennisScore:8) [DOWNLOADING]
  name=Tennis Score last=TRUE
  03-21 07:16:10.730: DEBUG/vending(1401): [97]
  LocalAssetDatabase.notifyListener(): -5180615462709890363 / INSTALLING
  03-21 07:16:10.880: DEBUG/vending(1401): [97]
  VendingNotificationManager.showNotification(): Showing notification:
  [AssetID=-5180615462709890363, NotificationID=-1700280694,
  Title=Tennis Score, Message=Installing…]
  03-21 07:16:11.260: DEBUG/MobileDataStateTracker(158): hipri Received
  state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList=
  default,supl,mms
  03-21 07:16:11.280: DEBUG/MobileDataStateTracker(158): replacing old
  mInterfaceName (rmnet0) with rmnet0 for supl
  03-21 07:16:11.280: DEBUG/MobileDataStateTracker(158): replacing old
  mInterfaceName (rmnet0) with rmnet0 for mms
  03-21 07:16:11.290: DEBUG/MobileDataStateTracker(158): default
  Received state= CONNECTED, old= CONNECTED, reason= (unspecified),
  apnTypeList= default,supl,mms
  03-21 07:16:11.650: DEBUG/dalvikvm(248): GC_FOR_MALLOC freed 10547
  

Re: [android-developers] Re: Package file was not signed correctly error

2011-03-22 Thread Justin Anderson
It happens to the best of us!

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Tue, Mar 22, 2011 at 6:09 AM, Anders byl...@gmail.com wrote:

 Oh brother, that was easy :)  Uninstall, then reinstall fixed the
 problem (and none of my 600 users ever had a problem). Thanks!

 Anders

 On Mar 22, 12:47 am, Justin Anderson magouyaw...@gmail.com wrote:
  Or vice-versa...  It happens either way.
 
  Thanks,
  Justin Anderson
  MagouyaWare Developerhttp://sites.google.com/site/magouyaware
 
  On Mon, Mar 21, 2011 at 10:47 PM, Justin Anderson magouyaw...@gmail.com
 wrote:
 
 
 
 
 
 
 
   I usually run into this when I have a debug version on my phone already
   installed from doing development and then forgetting to uninstall it
 before
   trying to install the release version.
 
   Thanks,
   Justin Anderson
   MagouyaWare Developer
  http://sites.google.com/site/magouyaware
 
   On Mon, Mar 21, 2011 at 5:59 AM, Anders byl...@gmail.com wrote:
 
   My application refuses to install from the Market since I uploaded a
   new version.
 
   First, I had trouble finding the right keystore again after a few
   months of not touching the app. Market finally stopped halting the
   uploads with messages about the wrong signature, so everything seemed
   okay. But the new version refuses to install. Logcat dump in debug
   mode from trying it on my own phone:
 
   03-21 07:15:59.740: DEBUG/vending(1401): [14]
   LocalAssetDatabase.notifyListener(): -5180615462709890363 /
   DOWNLOAD_PENDING
   03-21 07:15:59.890: INFO/vending(1401): [14] RequestDispatcher
   $RequestContext.init(): Some requests use secure token but dont
   require SSL. Forcing SSL.
   03-21 07:16:01.010: DEBUG/RC_WifiBroadcastReceiver(20453):  action
   android.net.wifi.SCAN_RESULTS
   03-21 07:16:01.010: DEBUG/RC_WifiService(20453): notifyScanResults()
   760811490
   03-21 07:16:01.330: DEBUG/MobileDataStateTracker(158): hipri Received
   state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList=
   default,supl,mms
   03-21 07:16:01.360: DEBUG/MobileDataStateTracker(158): replacing old
   mInterfaceName (rmnet0) with rmnet0 for supl
   03-21 07:16:01.380: DEBUG/MobileDataStateTracker(158): replacing old
   mInterfaceName (rmnet0) with rmnet0 for mms
   03-21 07:16:01.380: DEBUG/MobileDataStateTracker(158): default
   Received state= CONNECTED, old= CONNECTED, reason= (unspecified),
   apnTypeList= default,supl,mms
   03-21 07:16:01.550: DEBUG/NetworkLocationProvider(158):
   onDataConnectionStateChanged 3
   03-21 07:16:02.810: DEBUG/vending(1401): [87]
   AssetDownloader.downloadAndInstall(): Initiating Download for 1
   applications.
   03-21 07:16:02.810: INFO/vending(1401): [87]
   DownloadManagerUtil.enqueueDownload(): Enqueue for download
   com.android.vending.util.DownloadManagerUtil$Request@43de9668
   03-21 07:16:03.020: DEBUG/vending(1401): [87]
   LocalAssetDatabase.notifyListener(): -5180615462709890363 / null
   03-21 07:16:03.460: DEBUG/vending(1401): [87]
   LocalAssetDatabase.notifyListener(): -5180615462709890363 /
   DOWNLOADING
   03-21 07:16:06.820: DEBUG/dalvikvm(2573): GC_FOR_MALLOC freed 7137
   objects / 439928 bytes in 116ms
   03-21 07:16:08.750: DEBUG/dalvikvm(2557): GC_EXPLICIT freed 328
   objects / 16528 bytes in 96ms
   03-21 07:16:09.670: DEBUG/dalvikvm(158): GC_EXPLICIT freed 22964
   objects / 1049192 bytes in 284ms
   03-21 07:16:10.100: INFO/vending(1401): [96] AssetDownloader
   $DownloadManagerBroadcastReceiver.startNextDownload(): Found Paused
   URI null
   03-21 07:16:10.110: INFO/vending(1401): [96] AssetDownloader
   $DownloadManagerBroadcastReceiver.startNextDownload(): No more paused
   downloads.
   03-21 07:16:10.110: DEBUG/vending(1401): [96] AssetDownloader
   $DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got
   a download completed intent.
   03-21 07:16:10.260: DEBUG/vending(1401): [96]
   LocalAssetDatabase.notifyListener(): -5180615462709890363 / null
   03-21 07:16:10.340: DEBUG/vending(1401): [97] AssetDownloader
   $DownloadManagerBroadcastReceiver.installFromUri(): Calling install
   uri=content://downloads/download/812 src=null
   asset=-5180615462709890363 (RobotMoose.TennisScore:8) [DOWNLOADING]
   name=Tennis Score last=TRUE
   03-21 07:16:10.730: DEBUG/vending(1401): [97]
   LocalAssetDatabase.notifyListener(): -5180615462709890363 / INSTALLING
   03-21 07:16:10.880: DEBUG/vending(1401): [97]
   VendingNotificationManager.showNotification(): Showing notification:
   [AssetID=-5180615462709890363, NotificationID=-1700280694,
   Title=Tennis Score, Message=Installing…]
   03-21 07:16:11.260: DEBUG/MobileDataStateTracker(158): hipri Received
   state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList=
   default,supl,mms
   03-21 07:16:11.280: DEBUG/MobileDataStateTracker(158): replacing old
   mInterfaceName (rmnet0) with rmnet0 for supl
   03-21 07:16:11.280: DEBUG/MobileDataStateTracker(158): replacing