[android-developers] Re: Application installation

2010-09-03 Thread mah
Have you signed the APK for your app using the platform signing key? Have you assigned your APK user id to the system id? One or both of these may be required (and I don't think you can do the second without also doing the first). On Aug 30, 1:01 pm, Surfer kalik...@yahoo.com wrote: But you

[android-developers] Re: Application installation

2010-08-30 Thread Surfer
Tnx for the response Dianne. As i mentioned above my app is a system app, it is registered under / data/system/packages.xml with system=true. Doesn't this mean it's part of the system and it has corresponding rights. Sry, still don't understand why the intent doesn't launch the installer. On Aug

Re: [android-developers] Re: Application installation

2010-08-30 Thread { Devdroid }
On 30 August 2010 09:58, Surfer kalik...@yahoo.com wrote: As i mentioned above my app is a system app, it is registered under / data/system/packages.xml with system=true. But you noticed that every other package is listed in that file too, right? Doesn't this mean it's part of the system and

[android-developers] Re: Application installation

2010-08-30 Thread Surfer
But you noticed that every other package is listed in that file too, right? Every other package is listed there - yes, every package is marked with system=true - no No. In general, if you are regular developer (as most here is) you won't be able to make any system app on non rooted devices

[android-developers] Re: Application installation

2010-08-28 Thread Surfer
Why not? Android Market does it.. On Aug 26, 2:50 pm, { Devdroid } webnet.andr...@gmail.com wrote: On 26 August 2010 14:34, Surfer kalik...@yahoo.com wrote: works. What i would like to do is perform asilentinstall, You should not be able to do so. -- You received this message because you

Re: [android-developers] Re: Application installation

2010-08-28 Thread Dianne Hackborn
You can do it if you are pre-installed on the phone as part of the system. Otherwise you can not. On Sat, Aug 28, 2010 at 8:17 AM, Surfer kalik...@yahoo.com wrote: Why not? Android Market does it.. On Aug 26, 2:50 pm, { Devdroid } webnet.andr...@gmail.com wrote: On 26 August 2010 14:34,