[android-developers] Clear data from MediaStore

2011-02-27 Thread Dudero
menu: Settings-Applications-Manage Applications-All-Media Storage- clear data and then execute an new media scan it works. How can I clear the data of the Media Storage with the Android-API? Greetz dudero -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Clear data from MediaStore

2011-02-27 Thread Dudero
My idea for an app is: 1. getting root-rights 2. disable media provider (com.providers.media) 3. delete the cache form the media provider: dbdata/ com.android.providers.media/* ?! 4. enable media provider 5. execute a rescan with mediascanner any feedback? -- You received this message because

[android-developers] Activity without UI

2011-02-24 Thread Dudero
Hello, I have heard that an Activity must not contain UI - so is in some cases an Activity a better solution than a Service? Can anybody give me an example for a useful case of an Activity without UI? Greetz dudero -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Activity without UI

2011-02-24 Thread Dudero
But Dan Morrill sad on the Google IO 2008 presentation that an Activity is an encapsulation of a particular operation and optionally associated with a window (UI) reference -- Google I/O 2008 - Inside the Android Application Framework :

[android-developers] Re: Activity without UI

2011-02-24 Thread Dudero
thank you marcin! On 24 Feb., 12:37, Marcin Orlowski webnet.andr...@gmail.com wrote: On 24 February 2011 11:53, Dudero sinfanh...@googlemail.com wrote: But Dan Morrill sad on the Google IO 2008 presentation that an Activity is an encapsulation of a particular operation and optionally

[android-developers] Emulator boot-loader

2011-02-17 Thread Dudero
Hello, Can someone explain to me how the Android emulator is started - contains the kernel-image already a boot-loader such as u-boot? If it contains a boot-loader, what are the possibilities to access it? Greetz dudero -- You received this message because you are subscribed to the Google

[android-developers] Android: first open and free mobile platform?

2011-02-15 Thread Dudero
Hello, I have read on the OHA website that one of the goals for Android should be the first complete, open and free mobile platform (http://www.openhandsetalliance.com/) Android was the first? I think some others, like the OpenMoko project was there before?! Greetz dudero -- You received

[android-developers] Re: Android Licensing

2011-02-13 Thread Dudero
says Google/OHA that Android it therefore completely under the Apache Software License, because they think only with Android the platform, which does not include the libraries and the Linux-Kernel? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Android Licensing

2011-02-11 Thread Dudero
licenced by Apache? Does the Android Open Source Project contain the Android Linux-Kernel tree or is it a seperate part? Greetz dudero -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: Android Licensing

2011-02-11 Thread Dudero
Hello Marcin, you are funny! I do not mean the web server ;-) - but Apache Software License, version 2.0 My question is, are the other licences replaced/reformed with the apache one - or have all of these their customized own license? Greetz dudero On 11 Feb., 11:42, Dudero sinfanh

[android-developers] Draw a closed polygon witihin mapview

2011-01-25 Thread Dudero
Hello, I want to display borders(based on GeoPoints) on my mapview but android does not support anything like: java.awt.polygon At the moment i solve this with the following code in the draw-method of an ItemizedOverlay: for(int i = 0;i geopoints.size();i++){

[android-developers] Draw a closed polygon witihin mapview

2011-01-25 Thread Dudero
) the get a closed polygon else canvas.drawLine(Point(i).x, Point(i).y, Point(0).x, Point(0).y, mPaint); } ... } Any suggestions? Greetz dudero -- You received this message because you are subscribed

[android-developers] Marking points in a MapView

2011-01-19 Thread Dudero
for each new point? Of course the GeoPoint has to be transformed into pixel-format with the getProjection().toPixels(GeoPoint gp,Point px)-method. Can somebody give me a good template? Greetz dudero -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Problem with the new SDK r08 on linux

2010-12-12 Thread Dudero
Sorry guys - of course my fault ;-) I have not installed ia32-libs. But this is required for running the SDK on x64 linux platforms. -- apt-get install ia32-libs Regards, Dudero On 9 Dez., 15:07, Dudero sinfanh...@googlemail.com wrote: Hello Guys, I have downloaded the new release of SDK

[android-developers] Problem with the new SDK r08 on linux

2010-12-09 Thread Dudero
or directory even though ./adb exists?! Some other executables like /tools/android or /tools/ddms are working fine... Does anybody have the same problem? Do I perhaps need to install a special libary to get this executable runnable? Greetz Dudero -- You received this message because you