[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 wrote: > But you noticed that every oth

[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 ju

Re: [android-developers] Re: Application installation

2010-08-30 Thread { Devdroid }
On 30 August 2010 09:58, Surfer 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 it has corres

[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-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 wrote: > Why not? Android Market does it.. > > On Aug 26, 2:50 pm, "{ Devdroid }" wrote: > > On 26 August 2010 14:34, Surfer wrote: > > > > > works. What i

[android-developers] Re: Application installation

2010-08-28 Thread Surfer
Why not? Android Market does it.. On Aug 26, 2:50 pm, "{ Devdroid }" wrote: > On 26 August 2010 14:34, Surfer 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 are subscribed to the Google Groups