[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-12-12 Thread crontabpy
hi there aldo, I remember I've read something about this on a post, think there's a work around in some settings so you can test it in your own O.S. language. just search in this group. good luck! On Dec 12, 10:44 am, Aldo Neto tumo...@gmail.com wrote: Thanks a lot for all the help, but

[android-developers] Re: How to install APK file on Android handset

2008-12-11 Thread crontabpy
bump On Nov 26, 9:11 am, Wizzz [EMAIL PROTECTED] wrote: hi all, I just see a very promising app on androidfreeware.org which is call Xlive, it would be exactly what i need in order to use proper e-mail application on market place. But as this app can't be found on Android market, i

[android-developers] Re: insert the data in the Sqlite Database

2008-12-02 Thread crontabpy
On Dec 2, 8:11 am, Rahul [EMAIL PROTECTED] wrote: i want to insert data in the database of Android Application i create this code         String Iname=EtName.getText().toString();         String Imob=EtMob.getText().toString();         String Icity=EtCity.getText().toString();            

[android-developers] Re: PLUGIN Eclipse

2008-11-28 Thread crontabpy
its true, https didn't work for me too. I've used http instead and worked just fine. On Nov 28, 11:23 am, mimmolinox [EMAIL PROTECTED] wrote: ok, with http.work!!! THANK YOU On 27 Nov, 13:14, Christine [EMAIL PROTECTED] wrote: On Nov 27, 9:57 am, Android PT [EMAIL PROTECTED]

[android-developers] Re: Extending Contacts info in existing phone book

2008-11-27 Thread crontabpy
i'm interested in this too. On Nov 17, 12:55 pm, Breno T. Minzon [EMAIL PROTECTED] wrote: Hi,    After looking for this subject, i found some old posts, like this (http://groups.google.com/group/android-developers/browse_thread/threa...). Now, one year after, any google team opinion about

[android-developers] Re: requestLocationUpdates

2008-11-27 Thread crontabpy
In case the provider is disabled by the user, updates will stop, and the onProviderDisabled(String) method will be called. As soon as the provider is enabled again, the onProviderEnabled(String) method will be called and location updates will start again. Is there a way to enable or disable

[android-developers] Re: Location Based Services

2008-11-27 Thread crontabpy
in this code location listener will be re instantiated each time you close and open your app...so if an onLocationChanged(Location loc) triggers you'll be executing everything in this method n-times it was instantiated. so you'll have to check this doesn't happen by code... you can try this

[android-developers] Re: Location Based Services

2008-11-27 Thread crontabpy
, crontabpy [EMAIL PROTECTED] wrote: in this code location listener will be re instantiated each time you close and open your app...so if an onLocationChanged(Location loc) triggers you'll be executing everything in this method n-times it was instantiated. so you'll have to check this doesn't happen

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-11-26 Thread crontabpy
anyone?having the same problem here On Oct 22, 12:29 pm, Matthias [EMAIL PROTECTED] wrote: Hi, no, it still doesn't work as expected. It only works when going through telnet and sending manual fixes using the geo command, but it never works via ADB and Eclipse GUI. Bummer. I run Linux

[android-developers] Re: About GPS Support on Android

2008-11-26 Thread crontabpy
let me know the location too, please. On Oct 24, 12:45 pm, Mayank Rana [EMAIL PROTECTED] wrote: Hi, I haven't read how to test location services and I am still not able to find it. Please let me know the path or location of it. Thanks. Regards, _-_Mayank Rana_-_ On Thu, Oct 23, 2008

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-11-26 Thread crontabpy
; } return super.onMenuItemSelected(featureId, item); } } On Nov 26, 11:33 am, crontabpy [EMAIL PROTECTED] wrote: anyone?having the same problem here On Oct 22, 12:29 pm, Matthias [EMAIL PROTECTED] wrote: Hi, no, it still doesn't work as expected. It only works when going

[android-developers] Re: How to query for my current location?

2008-11-26 Thread crontabpy
Running example: package com.layout.test; import android.app.Activity; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle; import android.util.Log; import android.view.Menu;

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-11-26 Thread crontabpy
[EMAIL PROTECTED] wrote: You always need a locationlistener in your app, otherwise the GPS updates seem not to be recorded. There have been quite a few previous posts on this which might be worth reading. Ludwig 2008/11/26 crontabpy [EMAIL PROTECTED] hi there, I'm still trying to find

[android-developers] Maps API Key to run in emulator, is it necessary??

2008-11-25 Thread crontabpy
hi there, kind of confused with this, found two documentations: http://code.google.com/android/toolbox/apis/mapkey.html Stated: Because MapView gives you access to Google Maps data, you need to register with the Google Maps service and agree to the applicable Terms of Service before your

[android-developers] Re: android call log layout

2008-11-24 Thread crontabpy
Hi there again, I've downloaded source now and found the layout files corresponding to the call log. Ive tried to use the same layout in my application, but it doesn't look the same. I think there's something with the ?android:attr/xx attributes. Eg, ? android:attr/textAppearanceLarg Where

[android-developers] Re: android call log layout

2008-11-24 Thread crontabpy
ok, thanks for your help. If they are defined in the framework base, why am I getting different layout properties? Or should they be defined for each application? On Nov 24, 4:27 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: On Mon, Nov 24, 2008 at 11:21 AM, crontabpy [EMAIL PROTECTED] wrote

[android-developers] android call log layout

2008-11-19 Thread crontabpy
http://code.google.com/android/reference/android/R.layout.html Anyone knows which of these layouts does android use to populate its call log?? thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups