[android-developers] Re: Android 1.5 SDK now available

2009-05-18 Thread teo2706
Hello Xavier, Are there any changes in the dx tool between android 1.5 - $ {android.home}\platforms\android-1.5\tools\lib\dx.jar and android 1.1 - ${android.home}\platforms\android-1.1\tools\lib\dx.jar? Based on my experience, I believe, there are some changes in the codes, that dx tool generates

[android-developers] Re: PackageManager.installPackage().

2008-12-18 Thread teo2706
I withdraw my question ... The problem was that the apk file, that I wanted to install, was put in a folder, which was not accessible from the Package Installer application. As the latter tries to copy the apk file in other location, it fails... On 5 Дек, 12:20, teo2706 wrote: > I reali

[android-developers] Re: PackageManager??

2008-12-18 Thread teo2706
I withdraw my question ... The problem was that the apk file was put in a folder, which was not accessible from the Package Installer application. The latter tries to copy the apk file in other location... On 18 Дек, 12:35, teo2706 wrote: > Hello Dianne, > > I'm following the same

[android-developers] Re: PackageManager??

2008-12-18 Thread teo2706
> launch from another application and passed information to help it > > locate the desired application? > > > 2008/11/21 Dianne Hackborn : > > > Current this API is not planned to be available to third party apps, they > > > will need to go through the system installer

[android-developers] Re: PackageManager??

2008-12-05 Thread teo2706
b Can you help me with this pls? On 22 Ноем, 00:40, "Dianne Hackborn" <[EMAIL PROTECTED]> wrote: > Current this API is not planned to be available to third party apps, they > will need to go through the system installer UI. > > 2008/11/21 teo2706 <[

[android-developers] Re: PackageManager.installPackage().

2008-12-05 Thread teo2706
The strangest thing is, that when I initially uploaded the new images, that I rebuilt from the sources, I was able to install packages, but after a few successful attempts, I can no longer successfully install packages through Package Installer application. On 24 Ноем, 10:54, teo2706 <[EMAIL P

[android-developers] Re: Uninstall packages API

2008-12-05 Thread teo2706
I found out, that one is able to delete a package on the emulator through Package Installer application by following this approach: Intent intent1 = new Intent(Intent.ACTION_DELETE); String packageName = "com.example.android.helloactivity"; Uri data = Uri.fromParts("package", packageName, null);

[android-developers] PackageManager.installPackage().

2008-11-24 Thread teo2706
Hi all, I've already read the following two threads: 1) http://groups.google.com/group/android-developers/browse_thread/thread/fe0978b471d4bef4/e7392da007026dc3?lnk=gst&q=installPackage+#e7392da007026dc3 2) http://groups.google.com/group/android-developers/browse_thread/thread/1815768224168b52/f

[android-developers] Re: PackageManager??

2008-11-21 Thread teo2706
Will PackageManager.installPackage() be available for applications in future versions? Ot will it be possible to install applications only through Package Installer application, as you suggested below in this thread? On 26 Авг, 09:36, hackbod <[EMAIL PROTECTED]> wrote: > This is not available to