[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Shane Isbell
No problem. A few months ago, I got hit by a corrupted keystore and couldn't use the same package name, otherwise bad things happened on app upgrade. So I went through the same thing. On Fri, Feb 13, 2009 at 5:19 PM, Java Developer wrote: > > Hey Shane, > > Thanks for the help. I took a look at t

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
Hey Shane, Thanks for the help. I took a look at the Android Market "tech questions forum" and it appears this is effecting many people. So, without a clear solution in place I went ahead and refactored as you suggested. It was tougher than just hitting the "refactor" button in Intelij as I had o

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Shane Isbell
You probably just need to update the AndroidManifest.xml after the refactor. On Fri, Feb 13, 2009 at 2:54 PM, Java Developer wrote: > > Intellij Yes, clicking "refactor" was easy enough. But after doing > so the app will not install. I have checked for all instances of the > package name and

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
Intellij Yes, clicking "refactor" was easy enough. But after doing so the app will not install. I have checked for all instances of the package name and no more were found. So, obviously there is more to it than "letting the ide do the work". I went further and re-built the Project using the a

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Stoyan Damov
> On Feb 13, 4:19 pm, Shane Isbell wrote: >> In not using Android Market (restricted by terms), but I always put a v[x] >> into the namespace, something like com.sweat.startup.v1. This allows me to On Fri, Feb 13, 2009 at 11:28 PM, Java Developer wrote: > > Hi Shane, > > Thanks for the reply. Un

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
Hi Shane, Thanks for the reply. Understood, that would work, but that is really not a good solution. This would require a major refactoring. There must be a way to upgrade/upload from suspended status? Has anyone else been able to do this? I have tried on Firefox, Safari, and Opera (all on the M

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Shane Isbell
In not using Android Market (restricted by terms), but I always put a v[x] into the namespace, something like com.sweat.startup.v1. This allows me to handle signing the same app with different keys and so forth, merely by incrementing or changing the version within the namespace, com.sweat.startup.