[android-developers] Error:CreateProcess error=216, Die Version von %1 ist mit der ausgeführten Windows-Version nicht kompatibel.

2016-10-02 Thread Stefan Wilke
Windows-Version nicht kompatibel. Überprüfen Sie die Systeminformationen des Computers, und wenden Sie sich anschließend an den Herausgeber der Software Every time I trie to create a new project or open an example, I'm getting the error above. Some ideas? BR Stefan -- You received this message

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2016-10-01 Thread Stefan Hlustik
in the internal memory ) when you use the pro version of link2sd you can link all files kind regards Stefan Am Samstag, 1. Oktober 2016 01:00:35 UTC+2 schrieb Elvira Antal: > > Hi, > > I see that it is an old thread, but maybe someone could help me. My > problem is that the intern

[android-developers] Auto update of an App after manual installation directly on the phone?

2016-02-03 Thread Stefan Scheffler
Probably someone can me help me with the following constellation: 1. An App shall be pre installed on a phone by copying the apk file to the phone (e.g. via USB) and executing it 2. Updates of this App shall be done with the help of Google Playstore. Means a new version is uploaded to the

[android-developers] Update GAlaxy S3 Neo to Android 5.0 Lollipop

2015-12-07 Thread Stefan Bogiatzidis
Also there is a GT-I9301i ( aka neo+ in some regions ) that has 1.5 ram and good processor. That may get updated. Also. i don't care any more. They can shove the update when the sun don't shine. They released 50 phone variants and now they can't update all of them and playing the it can't run

[android-developers] Update GAlaxy S3 Neo to Android 5.0 Lollipop

2015-12-07 Thread Stefan Bogiatzidis
Also there is a GT-I9301i ( aka neo+ in some regions ) that has 1.5 ram and good processor. That may get updated. Also. i don't care any more. They can shove the update when the sun don't shine. They released 50 phone variants and now they can't update all of them and playing the it can't run

[android-developers] Get log/console output without root access

2015-01-27 Thread Stefan Alder
I need to get logcat output from our app is which appears to be crashing on load for a beta tester. I have not been able to replicate the issue myself. Is there an easy way a beta tester (who is not a developer and doesn't have adb) to capture logcat output? -- You received this message

[android-developers] MediaPlayer getCurrentPosition accuracy

2014-11-02 Thread Stefan Alder
I need to synchronize events to an mp4/aac file. I'm using MediaPlayer for playback and checking elapsed time from start in order to determine when it is time for successive events. I also periodically synchronize the elapsed time with MediaPlayer getCurrentPosition. From what I'm seeing,

[android-developers] Re: Android SDK Content Loader gets stuck....

2013-04-23 Thread Stefan Waner
I was having the exact same issue. I tried all the workarounds suggested here, including chaging the Projects settings and manually downloading the Android SDKs to no avail. I finally gave up and switched to Intellij IDEA, which works for me. On Tuesday, June 9, 2009 1:11:03 AM UTC-5, az9702

[android-developers] Re: Android SDK Content Loader gets stuck....

2013-04-23 Thread Stefan Waner
Same issue for me (Mac version) and none of the suggested workarounds works (including manually loading Android SDK, turning off Build Automatically etc.). It is a shame, and makes Eclipse totally unusable. My solution: Installed IntelliJ IDEA which works fine. -- -- You received this

[android-developers] get last connected bluetooth device

2013-01-24 Thread Stefan Strobel
Hi Community, how do I get the last connected / paired bluetooth device when bluetooth is being turned off? As far as I can see, I cannot access the last connected device listening to the BluetoothAdapter.ACTION_STATE_CHANGED broadcast. Neither can I get something work with

Re: [android-developers] BillingService.java

2012-11-19 Thread Stefan Alder
Had a similar issue in BillingService.onStart (from Dungeons). Not sure if this is official, but I did see here, http://code.google.com/p/marketbilling, the following was added: // Overrides onStartCommand for people who build on SDK versions 4. // Override annotation is commented out as

[android-developers] Bring activity to foreground when call redeived

2012-11-08 Thread Stefan
Hy, I'm developping a SIP application. The problem is when the activty is closed with Home - Button and a call receive in the Broadcastreceiver i'm not able to bring the activity back to foreground. I tried with: if (!activity.hasWindowFocus()) { Intent i = activity.getIntent();

[android-developers] Can't connect to activity manager; is the system running?

2012-09-12 Thread Stefan Banu
Hello, i„m trying to run my emulator android but i get this error: Can't connect to activity manager; is the system running? ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running? [2012-09-12 19:07:22 - Stefan Android] Starting activity

[android-developers] Possibility to see if boot loader unlock was successful?

2012-07-31 Thread Stefan
Is there a possibility to see if boot loader unlock was successful? Mobile: Neo V with Icecream Sandwhich Bootloader unlocked due to http://unlockbootloader.sonymobile.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Load Images from Internal/External Storage with AsyncTask in a Fragment?

2012-06-30 Thread Stefan Held
hi, can anybody help me with this problem. i don't get it done, tried it with a lot of tutorials. thanks in advance -- 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@googlegroups.com To

Re: [android-developers] Concept: build sophisticated Android apps in minutes, using building blocks

2012-06-12 Thread Stefan Horochovec
Hi If we can´t download and make tests, its impossible to have a opinion about the project. The idea is good, but, it´s I can say. Regards Stefan Horochovec Software Engineer Blog: http://www.horochovec.com.br/ Twitter: http://twitter.com/horochovec 2012/6/11 Linton Ye linto...@gmail.com

[android-developers] Eclipse/ADT Builders configuration

2011-12-29 Thread Stefan Alder
Is there anyway to configure them? I need to insert a custom script between the step of compiling the java files, and creating the resource bundle with aapt (prior to apk), such that I can control what goes into the resource bundle. Can this be done? -- You received this message because you

[android-developers] License test response

2011-12-12 Thread Stefan Alder
What is the license response received for apps distributed outside of the market, but with a copy unpublished in the market and the active email not a test account? I would hope its supposed to be 'unlicensed' but for some reason were getting licensed. -- You received this message because you

[android-developers] In app billing: restore single transaction?

2011-10-30 Thread Stefan Alder
From what we've seen restore_transactions, restores all transactions. Is it not possible to restore, or verify, a single transaction? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Specifying drawables for 960x540 (specifically, the Atrix)

2011-10-28 Thread Stefan Alder
What would be the better alternative? Manually scaling up an hdpi drawable ( x 7/6) ? Or accepting that it's going to be uncomfortably small for the user? Thanks On Mon, Apr 18, 2011 at 1:15 PM, Dianne Hackborn hack...@android.com wrote: I can not stress how much you should *not* be targeting

[android-developers] Re: How to set orientation programmatically without disabling activity transitions

2011-10-25 Thread Stefan Alder
Still looking for answers -- so far 'no' to 1, 2 and 3. Really appreciate any ideas. On Mon, Oct 24, 2011 at 10:18 PM, Stefan Alder twigbra...@gmail.com wrote: We need to set the orientation of our app to reverse landscape. Unfortunately, this is only supported in api 9+, so as suggested

[android-developers] How to set orientation programmatically without disabling activity transitions

2011-10-24 Thread Stefan Alder
: Stefan Alder twigbra...@gmail.com Date: Sat, Oct 22, 2011 at 11:55 AM Subject: Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9 To: android-developers@googlegroups.com Dianne, You mentioned checking the android.os.BUILD and setting the orientation to reverse landscape

Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-10-22 Thread Stefan Alder
activity. How can I correct this? FYI, I'm testing on a Nexus One with 2.3.6 Thanks S On Wed, Sep 28, 2011 at 12:10 PM, Stefan Alder twigbra...@gmail.com wrote: I found this thread, which seems related, but the result is a blank screen.  Does anyone know if this should still work

[android-developers] WebView with rounded corners

2011-10-19 Thread Stefan Alder
Is there anyway to create a webview with rounded corners? I've tried creating a drawable with rounded corners and setting that as either the background of the webview, or a parent layout, but the webview always cuts over the rounded corner.I'd really appreciate any ideas. Thanks. -- You

[android-developers] Creating an onClick event

2011-10-13 Thread Stefan Reaney
Hi guys, Im pretty new to this android development, I am trying a to create a button which will change the layout of the app to a different pre-made xml layout.. I'm just unsure how to do this? Any pointers? thanks Stefan -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Rotate A View Permanently

2011-10-10 Thread Stefan Alder
One of the problems I'm having with this is the rotated element gets clipped by the area in which it's originally drawn. Should I be calling invalidate somewhere? On Wed, Oct 5, 2011 at 3:07 PM, twiggle twigbra...@gmail.com wrote: I'm  struggling trying to rotate by 180 degrees, a ViewGroup

Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-28 Thread Stefan Alder
Still looking for a solution to this. Do I need to set the screenOrientation to 'landscape' in the manifest and then rotate all layouts by 180 degrees? What's the best way to do this? Thanks On Tue, Sep 27, 2011 at 3:54 PM, Stefan Alder twigbra...@gmail.com wrote: Dianne, Thanks

Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-28 Thread Stefan Alder
(); temp[1] = event.getY(); mReverse.mapPoints(temp); event.setLocation(temp[0], temp[1]); return super.dispatchTouchEvent(event); } } On Wed, Sep 28, 2011 at 2:05 AM, Stefan Alder

[android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-27 Thread Stefan Alder
I trying to ensure that my app and all of its activities are locked to landscape right (reverse landscape) (where the device button and mic located to the left of the screen).I see you can set the screnOrientation in the manifest to 'reverseLandscape', but this only works for API level 9.

Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-27 Thread Stefan Alder
running on API 9 or later. On Tue, Sep 27, 2011 at 3:45 PM, Stefan Alder twigbra...@gmail.com wrote: I trying to ensure that my app and all of its activities are locked to landscape right (reverse landscape) (where the device button and mic located to the left of the screen).    I see you can

[android-developers] Re: MapView OverlayItem

2011-09-01 Thread Stefan S
And how should I do that? I'm pretty new with java coding On 31 Aug., 18:00, TreKing treking...@gmail.com wrote: On Wed, Aug 31, 2011 at 12:56 AM, Stefan S shogu...@gmail.com wrote: So han can I listen to the onTap Event in the MapActivity-Class? Create your own callback

[android-developers] Re: International fees for In-App billing?

2011-09-01 Thread Stefan S
I'm using the new API from PayPal for In-App billing. The user can choose which currency he wan'ts to pay with. There won't be any additional fees for him. Hope it helps. On 1 Sep., 17:09, Grant Thomas jgranttho...@gmail.com wrote: Hi, I'm wondering if anyone could answer this question about

[android-developers] Re: how to develop android app to send gps location to the website..

2011-09-01 Thread Stefan S
May be you can use JSON for sending from your mobile and retrieving in php. You have to create a service which pools every 2 minutes the location from the user. On 1 Sep., 22:22, TreKing treking...@gmail.com wrote: On Thu, Sep 1, 2011 at 3:02 PM, prageeth prageeth...@gmail.com wrote: i need to

[android-developers] MapView OverlayItem

2011-08-30 Thread Stefan S
Hi I've got the following problem: I've implemented a mapView with some different OverlayItems on the Map. I also can react on the onTap(int) event in my Class which extends from ItemizedOverlayOverlayItem. I can send some Toast messages and so on. But what i want to do is to get the selected

[android-developers] Stream 3GP/H263/AMR via RTP. H263 Payload Header?

2011-08-12 Thread Stefan Billeb
Hi, I am able to record with the MediaRecorder the video with Audio using H263 Encoding, THREE_GPP Outputformat and Audio Encoding AMR. I have built minimal RTP Stack with help from Sipdroid Source Code. The recorder streams to a LocalSocket from which I can read the InputStream. My Thread is

[android-developers] Animation not displaying in onBackPressed

2011-08-11 Thread Stefan Alder
I'm trying to slide a custom modal view off the screen with a translation animation when the user presses the hardware back button. I call the panel.setAnimation method within onBackPressed, but while the method executes, the animation is not visible. Only until I touch the display does it

Re: [android-developers] Animation not displaying in onBackPressed

2011-08-11 Thread Stefan Alder
That was it. Thanks. On Thu, Aug 11, 2011 at 8:01 AM, Appaholics raghavs...@appaholics.in wrote: Try calling invalidate() on the view you are using so that onDraw is called again. Thanks On Thu, Aug 11, 2011 at 12:17 PM, Stefan Alder twigbra...@gmail.com wrote: I'm trying to slide a custom

Aw: Re: [android-developers] Re: ninepatch tool

2011-07-28 Thread Stefan S
Have you tried the Gimp Tool? http://www.gimp.org/ -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Show a hint why a ListPreference has no items

2011-06-26 Thread Stefan at WPF
Hello, in my android application I have a ListPreference that is empty under certain circumstances. In that case, I'd like to show a hint (a short text) in the ListPreference explaining why it is empty. What's the best way to do that? I would prefer to place the hint like an item meaning I don't

[android-developers] Notification for a specific Device

2011-06-22 Thread Stefan S
Hi. I'm trying to implement an Application in which you can buy some stuff. I've got in mind that after placing the order, the user gets a notification when his order has passed to a delivery service. Is it possible to push a notification to just his device? If yes. How should this be done? --

[android-developers] Re: UI issues

2011-06-22 Thread Stefan S
What do you wanna know? Some specific problems? On 22 Jun., 06:29, Zsolt Vasvari zvasv...@gmail.com wrote: Yes.  But won't tell you. On Jun 22, 12:20 pm,  νιנαソkum@r iamvijayaku...@gmail.com wrote: Hi,  anyone know how to handle UI issue in different device ... Thanks, vijayakumar

Re: [android-developers] Re: AudioTrack help - pause after mute

2011-06-18 Thread Stefan Alder
(...) setLoopPoints(100,140); On button click: setVolume(1,1) play() On release: setVolume(0,0) sleep(30) pause() setPlaybackHeadPosition(0) On Fri, Jun 17, 2011 at 10:56 AM, Stefan Alder twigbra...@gmail.com wrote: Doug, I'm using MODE_STATIC as the latency is too high with MODE_STREAM. On Fri, Jun 17

Re: [android-developers] Re: AudioTrack help - pause after mute

2011-06-17 Thread Stefan Alder
that you can pause in stream mode, but I might be wrong. Doug On Jun 15, 5:27 pm, Stefan Alder twigbra...@gmail.com wrote: I need to pause the AudioTrack after its volume is set to zero.  If I pause immediately after muting, there's a glitch, so I've added a sleep -- but this creates other

[android-developers] Multiple Applications aggregating common data

2011-06-15 Thread Stefan Anca
the last game is uninstalled. Does anyone have any experience with such an architecture? Thank you, Stefan -- Stefan Anca -- 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] AudioTrack help - pause after mute

2011-06-15 Thread Stefan Alder
I need to pause the AudioTrack after its volume is set to zero. If I pause immediately after muting, there's a glitch, so I've added a sleep -- but this creates other problems and doesn't seem reliable. I still get glitches. Is there a reliable way to do this? For example, some sort of callback

[android-developers] Slide view up and down- choppy

2011-06-08 Thread Stefan Alder
I'm trying to slide a view on and off the bottom of the screen. The view is a relative layout with a couple of child views- one a header bar, and the other a listview, positioned below it with a margin in all sides. I'm using the translate animation code below. The performance is terrible --

[android-developers] Incoming Calls auto Answer

2011-06-03 Thread Stefan S
Hi NG I've got a problem with my application. I'm writing an app that automatically takes incoming calls (that's working) but when the call is coming my application disappears cause of den incoming call screen. Is there a possibility that my app is staying in front of the incoming call screen?

[android-developers] Most popular devices/ development devices

2011-05-25 Thread Stefan Alder
I'm just getting started with Android and trying to pick a device for development. Rather than getting something new, I was thinking of getting something more popular. I'm probably likely to use OS 2.1 as a base. Does anyone know where I can find some recent stats on the most popular devices?

Re: [android-developers] Most popular devices/ development devices

2011-05-25 Thread Stefan Alder
Thanks. Are the Android Market Stats overall for all apps? Is there a way I can access those? On Wed, May 25, 2011 at 8:40 PM, TreKing treking...@gmail.com wrote: On Wed, May 25, 2011 at 9:49 PM, Stefan Alder twigbra...@gmail.com wrote: I'm probably likely to use OS 2.1 as a base. Why

[android-developers] Loading all Contacts from the Phone

2011-05-20 Thread Stefan S
I'm loading my Contacts with the following Uri Uri uri = ContactsContract.CommonDataKinds.Phone.CONTENT_URI; The problem is that I'm getting only the Contacts which are having a phone entry. Those which only have an e-mail will be ignored. What do I have to change for getting all Contacts from

[android-developers] How to stream ADTS AAC on Android 3.0?

2011-05-05 Thread Stefan
for the stream. However, if that has to be present in each file, then the latency for playback would be linear to the total size of the file. Any help or pointer would be highly appreciated! regards, Stefan Burstrom -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to stream ADTS AAC on Android 3.0?

2011-05-05 Thread Stefan Burstrom
. However, if that has to be present in each file, then the latency for playback would be linear to the total size of the file. Any help or pointer would be highly appreciated! regards, Stefan Burstrom -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Update Contacts

2011-05-04 Thread Stefan S
IT WORKED! THANK YOU! I could hit my self... I always use newUpdate(ContactsContract.Data.CONTENT_URI) for updating the values except for the StructuredName... On 4 Mai, 07:42, Stefan S shogu...@gmail.com wrote: I'll try. Thanks for the hint. Curiosley I can update the addresses, organisations

[android-developers] Multiple Threads

2011-05-04 Thread Stefan
I'm making a app which got it's data from parsing a website, and I have to download around 100 webpages. This is a time consuming task, so I created a AsyncTask for downloading the data, so I can show a Loading message on the UI Thread. Only problem is, that the 100 webpages are now downloaded

[android-developers] Re: Multiple Threads

2011-05-04 Thread Stefan
and have the handler report back to the main thread much like the async task. Satya On Wed, May 4, 2011 at 10:03 AM, Stefan stefankru...@hotmail.com wrote: I'm making a app which got it's data from parsing a website, and I have to download around 100 webpages. This is a time

[android-developers] Re: Multiple Threads

2011-05-04 Thread Stefan
). the waiting time will decrease a lot. I'm not if what I said is correct, but it sounds logically for me. On 4 mei, 17:09, TreKing treking...@gmail.com wrote: On Wed, May 4, 2011 at 9:03 AM, Stefan stefankru...@hotmail.com wrote: Only problem is, that the 100 webpages are now downloaded after each

[android-developers] Re: Multiple Threads

2011-05-04 Thread Stefan
hack...@android.com wrote: This isn't really an Android-specific question -- you will probably get good answers just looking for ways in Java to do concurrent HTTP requests. On Wed, May 4, 2011 at 11:22 AM, Stefan stefankru...@hotmail.com wrote: The problem at this moment with the app

[android-developers] Re: Update Contacts

2011-05-03 Thread Stefan S
I'll try. Thanks for the hint. Curiosley I can update the addresses, organisations etc with the state above but the StructuredName values. This is really strange... On 30 Apr., 10:51, Ali Chousein ali.chous...@gmail.com wrote: Hhhmmm, maybe you should try

[android-developers] Documentation for older Android SDK versions?

2011-04-30 Thread Stefan at WPF
Hello, when browsing the Android SDK documentation, e.g. http://developer.android.com/reference/android/preference/PreferenceActivity.html, then this documentation is for the latest Android version (Android 3.0 r1 at the time of writing this). As I am developing for Android 2.2 it is very

[android-developers] Re: Update Contacts

2011-04-29 Thread Stefan S
Hi Ali thanks for this blog. I already found it earlier :) My code now looks like String select = ContactsContract.Data.RAW_CONTACT_ID + =? AND + ContactsContract.Data.MIMETYPE + = ?; String[] args = new String[]

[android-developers] Re: Update Contacts

2011-04-28 Thread Stefan S
_context.getContentResolver().notifyChange( ContactsContract.Contacts.CONTENT_URI, null); ArrayListContentProviderOperation ops = new ArrayListContentProviderOperation(); int nIndex = ops.size();

[android-developers] Re: Update Contacts

2011-04-27 Thread Stefan S
Hi Ali Thank for your reply. I've read your blog. Very interesting. You wrote that you also had problems with ContentValues. Should I try to use the ContentProviderOperation? On 27 Apr., 13:15, Ali Chousein ali.chous...@gmail.com wrote: Please check my blog at the

[android-developers] Re: Update Contacts

2011-04-27 Thread Stefan S
Ok. So i^'ll try with the ContentProviderOperation to update my contacts and thanks for the explanation contact_id, raw_contact_id. I'll give you some feedback if it's worked or not. Thanks Stefan On Apr 27, 2:20 pm, Ali Chousein ali.chous...@gmail.com wrote: Hi Stefan, I would advice you

[android-developers] Re: Update Contacts

2011-04-27 Thread Stefan S
Which id do i have to take for updating the contacts? I've saved the RawContact_ID in my File but when I try to update with that ID the programm crashes. On 27 Apr., 14:28, Stefan S shogu...@gmail.com wrote: Ok. So i^'ll try with the ContentProviderOperation to update my contacts and thanks

[android-developers] Update Contacts

2011-04-26 Thread Stefan S
Hi I've got the following problem: I want to update my contacts from a XML-File with the following lines of code ContentValues werte = new ContentValues(); werte.put(ContactsContract.CommonDataKinds.StructuredName.FAMILY_NAME, _sFamilyName);

[android-developers] Specification of strings.xml available?

2011-04-20 Thread Stefan
somebody know which part of the Android code processes strings.xml files? Thanks and best regards, Stefan -- 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@googlegroups.com

[android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Stefan S
scrolling widgets in any version of Android prior to 3.0... Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Mon, Apr 4, 2011 at 5:24 AM, Stefan S shogu...@gmail.com wrote: But what do I have to do with Android 2.1? I don't get the scrolling working

[android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Stefan S
, 10:19 am, Stefan S shogu...@gmail.com wrote: But how about the Calendarwidget. There is also a scrolling. I try to get such a behaviour in my widget. On 5 Apr., 08:58, Justin Anderson magouyaw...@gmail.com wrote: * But what do I have to do with Android 2.1? I don't get the scrolling

[android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Stefan S
Ok. Thanks for this hint... So I'll have to look to something else that i've had in mind... :) On 5 Apr., 13:55, Mark Murphy mmur...@commonsware.com wrote: On Tue, Apr 5, 2011 at 7:10 AM, Stefan S shogu...@gmail.com wrote: I've the Desire HD and I use the standard calendar widget

[android-developers] Re: HomeScreen Widget frustrating

2011-04-04 Thread Stefan S
, Mar 25, 2011 at 2:06 AM, Stefan S shogu...@gmail.com wrote: ImageViews and Textviews in a scrollable matter. How do I have to do this? I don't think the stock home screen app supports scrolling widgets. If you're going to try to do it for other home screen replacement apps that do

[android-developers] HomeScreen Widget frustrating

2011-03-28 Thread Stefan S
Hi I'm new in dealing with HomeScreen Widgets. I tried to read as many as I could get but I didn't find a solution for my problem. I've created an Application which uses a ListView with some TextViews and ImageViews in it. The source is a SQLLite Database. What I try to do is now a HomeScreen

[android-developers] Service stops after 10 minutes of standby

2011-03-21 Thread stefan jakober
you stefan -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

Re: [android-developers] How to have a Service, un-killed by any task killer

2011-01-18 Thread Stefan Langer
Do not work against the user. If he wants to kill you it should be his god given right ( ;) ) to do so! If you need this feature you have a seriouse design flaw in your app. Regards musk 2011/1/17 TreKing treking...@gmail.com: On Mon, Jan 17, 2011 at 1:04 AM, Jawwad Farooq

Re: [android-developers] Heap size continuously increase

2011-01-18 Thread Stefan Langer
Memory is only freed when it is applicable for garbage collection. You should profile your application and see where you are holding onto references which keep your objects from being freed. Stefan 2011/1/18 Sapna Srivastav sapna.ari...@gmail.com: Hi to all I am developing an application

[android-developers] Re: TextView inner shadow

2010-12-18 Thread Stefan Klumpp
I'm also interested in that. Anyone? -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-08 Thread Stefan
I also found this to cause be a repeatable crash in 2.3 emulator. The crash log always starts with: 12-08 09:35:15.945: WARN/dalvikvm(8823): JNI WARNING: jarray 0x40540b30 points to non-array object (Ljava/lang/String;) then 12-08 09:35:16.185: INFO/DEBUG(7347): signal 11 (SIGSEGV), code 1

[android-developers] Android: DeadObjectException for InputMethodService (SoftKeyboard API sample)

2010-11-03 Thread Stefan Klumpp
I'm playing around with a modified version of the SoftKeyboard sample and sometimes get a `DeadObjectException` when using the fullscreen mode (e.g. when orientation == landscape). I can still enter text, but the `ExtractEditText` doesn't update and I get the logcat output below, whenever I hit a

[android-developers] Resources, examples or tutorials to develop a custom fullscreen IME

2010-08-25 Thread Stefan Klumpp
I try to find resources on how to develop a fullscreen IME (one that covers the whole screen size) for Android. Someone asked the same question here: http://stackoverflow.com/questions/2749964 but no response so far. Anyone here can help? -- You received this message because you are subscribed

[android-developers] Android IME: how to show a pop-up dialog?

2010-08-17 Thread Stefan Klumpp
I already asked this question on StackOverflow, but wasn't able to receive a helpful answer by now. I thought here on the Google Group might be a few more advanced Android developers who would be able to point me in the right direction. A detailed description of my question is here:

[android-developers] Any guidelines for handling the Headset and Bluetooth AVRC buttons in Froyo?

2010-05-24 Thread Stefan
provide some guidelines that we all can follow. Having a standard approach may make headset button controls a bit more predictable for the end users. Stefan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: HTC Incredible no default external storage?

2010-04-29 Thread Stefan
guess this is the price to pay for having an open platform where each vendor is free to define their own standards. Stefan On Apr 27, 7:19 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Thank you Mark. I just updated my app's description that it requires an SD-card. On Apr 27, 7:11 pm

[android-developers] Re: Google Analytics for Android: Dispatcher thinks it finished, but there were 65 failed events

2010-03-19 Thread Stefan Klumpp
There is also a discussion going on here: http://stackoverflow.com/questions/1607822/android-what-does-this-google-analytics-dispatcher-warning-mean Unfortunately with no solution so far. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Google Analytics for Android: Dispatcher thinks it finished, but there were 65 failed events

2010-03-18 Thread Stefan Klumpp
I get this strange error message: W/googleanalytics(29930): Dispatcher thinks it finished, but there were 65 failed events Anyone an idea where this comes from and what the solution/workaround is? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: singleTask + activity stack not preserved?

2010-03-10 Thread Stefan Klumpp
these entries: intent-filter action android:name=android.intent.action.MAIN / category android:name=android.intent.category.LAUNCHER / /intent-filter -Stefan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] how to wrap content in optionsmenu?

2010-03-10 Thread Stefan
| SHORT so how could i solve this problem? I try to define a long string with a \n character, but this does not work Thanks, Stefan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: MapView draw Overlays

2010-02-15 Thread Stefan
, if gps point is visible) into the bitmap and the perfomance is still fast?? Thanks again, Stefan -- 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@googlegroups.com To unsubscribe from

[android-developers] MapView draw Overlays

2010-02-14 Thread Stefan
through every list item and check, wheter its visible or not?? Thanks, Stefan -- 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@googlegroups.com To unsubscribe from this group, send email

[android-developers] Strange NullPointerException in WebView.onTouchEvent in Android 2.1 Update 1

2010-02-10 Thread Stefan
that matches the released 2.1 Update 1? Stefan -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: removing item from ListView

2010-02-04 Thread Stefan
; } Thanks for your help again, Stefan -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] removing item from ListView

2010-02-03 Thread Stefan
delete = (((MyAdapter)lv.getAdapter()).getItem(0)); my_adapter.remove(delete); lv.setAdapter(my_adapter); But it only remove the description, but not the whole row!? Thanks in advance, Stefan -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: removing item from ListView

2010-02-03 Thread Stefan
, that it is so difficult to delete one row... Thanks, Stefan -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] java.lang.IllegalArgumentException while parsing xml file

2010-01-28 Thread Stefan
: public double [] getTrkptLat(int pos) { ... line 40: sublist = this.trkpt.subList(pos, getTrkptSize()-1); //i search for the next 50 trackpoints in the gpx file ... } XMLHandler 110: this.tp.setTrkpt(newAddress); //address with lat and lon Thanks in advance, Stefan PS: i test it with one file

[android-developers] Re: Android 2.1 bug: uses res/layout-v3 instead of res/layout

2010-01-22 Thread Stefan Klumpp
by accidentally using -v6 instead of -v5 ;-) -Stefan -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: Nexus One - Geocoder causes IOException - works perfectly with other devices and emulator

2010-01-22 Thread Stefan Klumpp
Okay. The weird thing is now: sometimes it works. Sometimes it doesn't. Anyone a clue? On Jan 18, 5:20 pm, Stefan Klumpp stefan.klu...@gmail.com wrote: The code below works perfectly for real devices running on 1.5, 1.6 and 2.0 as well as the emulator running on 2.1. However, executing

[android-developers] Android 2.1 bug: uses res/layout-v3 instead of res/layout

2010-01-21 Thread Stefan Klumpp
In addition to the general res/layout folder I have a res/layout-v3 folder for backward compatibility with Android 1.5, which has problems with some RelativeLayouts. It works perfectly with all phones and emulator versions tested so far. Except of 2.1 (emulator and Nexus One). They choose to

[android-developers] Nexus One - Geocoder causes IOException - works perfectly with other devices and emulator

2010-01-18 Thread Stefan Klumpp
The code below works perfectly for real devices running on 1.5, 1.6 and 2.0 as well as the emulator running on 2.1. However, executing it on the Nexus One (running 2.1) raises an IOException: java.io.IOException: Unable to parse response from server at

[android-developers] Can't access Motorola Milestone on Ubuntu 9.10 via adb (HTC Magic works perfectly fine)

2010-01-12 Thread Stefan Klumpp
I've two phones, the HTC Magic and since today also the Motorola Milestone. While the Magic works perfectly, I'm not able to access the Milestone via USB (adb devices). Here are my log outputs and settings for both: ## HTC Magic lsusb: Bus 001 Device 009: ID 0bb4:0c02 High Tech

[android-developers] Re: MapView Overlay problem

2010-01-06 Thread Stefan
On Jan 6, 4:57 am, Peter SSK sasikumar.it1...@gmail.com wrote: see this link http://www.androidpeople.com/category/google-map/ is that the right link? There i only see, how to display a Map. Thats not the problem. But perhaps i dont find the right part?! -- You received this message because

[android-developers] MapView Overlay problem

2010-01-05 Thread Stefan
hello, i have an activity with a MapView ad overlays. If i start a new activity and go back to my Activity with the map, i only see the map without my overlays. How can i save my overlays?? The mapView.onSaveInstanceState() does not save the overlays, does it? Or have i implement something wrong

[android-developers] Re: How to downgrade T-Mobile G1 from Donut to Cupcake?

2010-01-05 Thread Stefan Klumpp
Most likely you will find the information you need on: http://theunlockr.com/ On Dec 18 2009, 5:03 pm, Greivin Lopez greivin.lo...@gmail.com wrote: Hi, I need to supportAndroid1.5 (Cupcake) for my application but I don't have any 1.5 device.  I currently have a Motorola Droid with 2.0.1 and

  1   2   3   >