[android-developers] Re: Archos gives away Android W VGA 4.8" Tablets for 1€ to developers in France

2009-11-13 Thread Al Sutton
Discussion moved to -discuss (http://groups.google.com/group/android- discuss/browse_thread/thread/6031608108a5f95f) On Nov 14, 4:58 am, Charbax wrote: > Here is the official information about > it:http://appslib.com/contest/index.html > > On Nov 11, 10:45 am, arnouf wrote: > > > > > Charbax, >

[android-developers] Re: Notification bar stuck after disable keyguard

2009-11-13 Thread Alberto
A follow-up to this is that the current build of my test application shows different behavior on the emulator as it does on the device (notification bar doesn't get stuck on the device). Maybe something's not right with my setup or emulator image? Anyone know what could be causing this? -- You re

[android-developers] Re: Choosing Dev Phone

2009-11-13 Thread Alberto
On Nov 13, 1:16 pm, "Maps.Huge.Info (Maps API Guru)" wrote: > You can quite easily setup an emulator that has the market app on it. I'll have to give this a try. My point for Nathan is that if a dev phone is indeed his only device and plans to use as his normal phone he won't be able to buy or in

[android-developers] Re: Please Suggest, Where can we buy Android phones.

2009-11-13 Thread Eric Wong (hdmp4.com)
I am sure I can get you non-contract HTC Dream, Magic, Hero or Tattoo at reasonable price if you really want to Cheers Eric On Nov 14, 4:39 am, Devnull wrote: > Google offers Developer phones for purchase from their > website:http://developer.android.com/guide/developing/device.html#devices

[android-developers] how to disconnect the call programmatically from user defined apps

2009-11-13 Thread Ashwini
hi all, how to disconnect the call(i.e ongoing call) programmatically from user defined apps.? i checked even in clicking end-call button(which is there in emulator), it is sending a msg to CallNotifier.java where msg is handled. I even tried to send a empty msg creating a handler and calling s

[android-developers] Re: how to update the dev phone to 2.0?

2009-11-13 Thread Antonio Si
Thanks. Any idea when will it be available? Also, what is the version of android that comes with the dev phone? Thanks very much for your help. Antonio. On Nov 13, 9:10 pm, Romain Guy wrote: > 2.0 is not available for ADP1 at this time. > > On Fri, Nov 13, 2009 at 9:08 PM, Antonio Si wrote:

Re: [android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Rachel Blackman
Bah. List got truncated. - 1) How do I just get ALL the contacts under the 2.0 API? * I already posted an example of this, and I can readily turn something like that into a simple compilable project. 2) Given a contact, how do I get all the phone numbers? * Ditto above. 3) Given a co

Re: [android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Rachel Blackman
On Nov 13, 2009, at 6:57 PM, Yao wrote: > Another important thing is that are new contact APIs stable and public? Will > they be changed in the next release? > > I've been seeing "this is a private method" many times. Contacts APIs were > very stable before, but this time, new APIs is a big c

Re: [android-developers] how to update the dev phone to 2.0?

2009-11-13 Thread Romain Guy
2.0 is not available for ADP1 at this time. On Fri, Nov 13, 2009 at 9:08 PM, Antonio Si wrote: > Hi, > > Is Android 2.0 supported on the dev phone? I do not see any image > packages available for 2.0 in http://developer.htc.com/adp.html ? > > Thanks very much. > > Antonio. > > -- > You received t

[android-developers] how to update the dev phone to 2.0?

2009-11-13 Thread Antonio Si
Hi, Is Android 2.0 supported on the dev phone? I do not see any image packages available for 2.0 in http://developer.htc.com/adp.html ? Thanks very much. Antonio. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

Re: [android-developers] Re: com.google Authenticator for the new android.accounts.AccountManager API.

2009-11-13 Thread Dan Dumont
Micha, I also have an accounts project, but more as a collection of examples for how to use the Accounts API. Let me know if you find it useful: http://code.google.com/p/androidaccounts/ I'm adding to it as I find out more... On Thu, Nov 12, 2009 at 9:42 PM, Jerry Brady wrote: > Micah, > > Tha

Re: [android-developers] Re: some issue about activity life cycle

2009-11-13 Thread SoftwareForMe.com SoftwareForMe.com
Hi Philip. Your questions aren't worded very clearly, but if you'e asking which Activity lifecycle events occur in the circumstances you list, why not just test them all? Put log output lines in the lifecycle methods and see what you get? Scott SoftwareForMe.com Makes of PhoneMyPC 2009/11/13 Phi

[android-developers] Re: Archos gives away Android W VGA 4.8" Tablets for 1€ to developers in France

2009-11-13 Thread Charbax
Here is the official information about it: http://appslib.com/contest/index.html On Nov 11, 10:45 am, arnouf wrote: > Charbax, > > This operation is not only for france, but for all countries where > people can buy on thearchosweb shop : USA, Europe... I know that > some countries can't be partic

Re: [android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Dan Dumont
For anyone still interested.I've made a bit of progress. The google project below now creates and lists accounts of the type for the project! On Fri, Nov 13, 2009 at 9:39 PM, Dan Dumont wrote: > To facilitate the discussion around this topic, I've started up a project > over here: > http:/

[android-developers] Re: Dallas Android Developers

2009-11-13 Thread PJ
(We're moving our meeting from Saturday to Sunday, since more people can make it.) The Dallas 'Droid Devs will have their first meeting this SUNDAY, NOV. 15 at 11:30am at Cafe Brazil. Look forward to seeing everyone there! -- PJ On Nov 13, 2:51 pm, PJ wrote: > Place: Cafe Brazil (since Richar

Re: [android-developers] ListView problem is back.

2009-11-13 Thread Dan Dumont
I'm pretty sure that if the size of the adapter changes while the layout is being calculated you will get this exception. All additions, deletions, and data updates should be done in the UI thread I think. Using an AsyncTask is one way to do this. Make sure that each piece of data your backgroun

Re: [android-developers] How to remove sms notifications in status bar

2009-11-13 Thread Sean Liao
You guys are ahead of me, I don't even know how to delete the sms message from inbox. Can you share some pointer? On Tue, Nov 10, 2009 at 2:17 PM, Muhammad Bilal wrote: > hi, > > its been a while since i am doing development on android sdk , one of > the astonishing i come across that there is

Re: [android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Yao
Another important thing is that are new contact APIs stable and public? Will they be changed in the next release? I've been seeing "this is a private method" many times. Contacts APIs were very stable before, but this time, new APIs is a big change without any document... On Sat, Nov 14, 2009 at

Re: [android-developers] Re: Can someone with a Motorola Droid call AccountManager.getAccounts() please?

2009-11-13 Thread Dan Dumont
To facilitate the discussion around this topic, I've started up a project over here: http://code.google.com/p/androidaccounts/ If anyone is interested in pitching in and writing some examples, let me know so I can add you. The current state of the project

Re: [android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Dan Dumont
To facilitate the discussion around this topic, I've started up a project over here: http://code.google.com/p/androidaccounts/ If anyone is interested in pitching in and writing some examples, let me know so I can add you. The current state of the project

Re: [android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Dan Dumont
To facilitate the discussion around #8, (android.accounts examples) I've started up a project over here: http://code.google.com/p/androidaccounts/ If anyone is interested in pitching in and writing some examples, let me know so I can add you. The current

[android-developers] Re: GPS failing with SecurityException

2009-11-13 Thread Andrei
put in your AndroidManifest.xml On Nov 13, 9:08 pm, Arun wrote: > I use Android 1.5 on HTC Hero. I've a mapapp that needs GPS > functionality. Sometimes when I start up the application I get the > following error. > 11-13 17:49:50.709: ERROR/AndroidRuntime(1585): > java.lang.RuntimeException: Un

[android-developers] GPS failing with SecurityException

2009-11-13 Thread Arun
I use Android 1.5 on HTC Hero. I've a mapapp that needs GPS functionality. Sometimes when I start up the application I get the following error. 11-13 17:49:50.709: ERROR/AndroidRuntime(1585): java.lang.RuntimeException: Unable to start activity ComponentInfo {test.android.mapapp/test.android.mapapp

[android-developers] Re: some issue about activity life cycle

2009-11-13 Thread Philip
Anyone can help me? On 11月13日, 下午2时24分, Philip wrote: > It might be wordy. Thanks for any help. Here is otherissue: > 7. phone incoming, or clock ringing, how? > 8. press menu key, how? > 9. long press screen and a dialog pop-up, how ? > 10. extra dialog pop-up, for example, another app crash and

Re: [android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Yao
Agreed! Some more questions, thanks! 11) How do I get add/delete/update a group? 12) How do I get members of a group? 13) How do I add a contact to a group? 14) How do I remove a contact from a group? On Sat, Nov 14, 2009 at 8:21 AM, Rachel Blackman wrote: > So, judging from list traffic, there'

[android-developers] Re: Disappearing MapView zoom controls

2009-11-13 Thread Paul
Found my own answer, almost: mapView.getZoomButtonsController().setAutoDismissed(false); First of all mapView.getZoomButtonsController() is not documented in the Reference API :file:///C:/android-sdk-windows/add-ons/ google_apis-5_r01/docs/reference/index.html, so I guess its no wonder I didn't f

[android-developers] Re: Can't receive UDP packets correctly

2009-11-13 Thread Pierre
Do you know if it's a bug ? Is it possible to receive UDP packet on android ? Is there any example ? On 12 nov, 22:27, Pierre wrote: > each time i call receive(), i receive the first byte of the received > packet > > On Nov 12, 10:14 pm, Dan Sherman wrote: > > > Subsequent calls just block unti

Re: [android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Dan Dumont
I've gotten a bit further than you. The account manager seems to want to store AccountName+Type pairs, and have an AccountAuthenticator handle the storage and dirty bits of the actual authentication and credential storage. You will need to create an AccountAuthenticator from the AbstractAccountAu

[android-developers] Re: Bright Star Corp Legit?

2009-11-13 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Yes its a legit company and the one that Google contracted out to do the ADP1 and ADP2 device supplying Fred Grott Android Developer http://mobilebytes.wordpress.com On Nov 13, 10:20 am, Greg wrote: > I'm a noob, and have looked extensively and have found only other > complaints... > > Q: Who a

Re: [android-developers] Android 2.0 SDK - BluetoothSocket Question

2009-11-13 Thread Nick Pelly
Answered this one on android-platform. On Thu, Nov 12, 2009 at 6:58 AM, Chen Ganir wrote: > Hi. > > I've read the new API specifications for the BluetoothSocket and i > encountered some unresolved issues regarding the connection > limitations for BluetoothServerSocket. > > At > http://developer.a

Re: [android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Dan Dumont
I think there needs to be a whole set of FAQs written about #8. There is almost NO documentation written about the accounts APIs, and for some reason Google is not publishing the source to the accounts tester application. I'd love for some google-dev comments on why that is... or where we can fi

[android-developers] [Android 2.0] Contacts FAQ?

2009-11-13 Thread Rachel Blackman
So, judging from list traffic, there's... confusion, let's say, surrounding the Android 2.0 ContactsContract API. Some parts of the new API are fairly straightforward, others? Not so much. Look at the threads about "How do I set a contact photo?" or "How do I create a new contact under 2.0,

[android-developers] Re: Can someone with a Motorola Droid call AccountManager.getAccounts() please?

2009-11-13 Thread ddum...@gmail.com
I would also like some documentation. The APIs are insufficient to deduce any sort of real world usage... The sources to the Dev Tools AccountsTester app would be a great start it seems that they left it out of the git repo. On Nov 13, 7:05 pm, polyclefsoftware wrote: > On Nov 13, 3:55 p

[android-developers] Re: Can someone with a Motorola Droid call AccountManager.getAccounts() please?

2009-11-13 Thread polyclefsoftware
On Nov 13, 3:55 pm, Nerdrow wrote: > > A working example from the Android team would be nice :) No kidding. I'm interested in using the authentication from the user's Google account to automatically log them into a Google App Engine app. I was hoping the new AccountManager would allow this. But

Re: [android-developers] Re: outgoing call data stream / channel

2009-11-13 Thread Joachim Neumann
Hi Roman and Nick, Looks like I have to exercise some patience with my plans to implement a software hearing aid in a mobile phone. Thanks a lot for your explanations and the helpful link to embedded.com Joachim -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Re: Stacking a ListView with other widgets below?

2009-11-13 Thread Mark Wyszomierski
Romain, thanks, that saved me. On Nov 13, 6:34 pm, Romain Guy wrote: > When you add the footer to the listview you need to indicate it can > receive > focus:http://d.android.com/reference/android/widget/ListView.html#setItemsC...) > > > > > > On Fri, Nov 13, 2009 at 3:27 PM, Mark Wyszomierski w

Re: [android-developers] Re: Stacking a ListView with other widgets below?

2009-11-13 Thread Romain Guy
When you add the footer to the listview you need to indicate it can receive focus: http://d.android.com/reference/android/widget/ListView.html#setItemsCanFocus(boolean) On Fri, Nov 13, 2009 at 3:27 PM, Mark Wyszomierski wrote: > Hi Romain, > > If I use a footer view, it can get focus, but its in

[android-developers] Re: Stacking a ListView with other widgets below?

2009-11-13 Thread Mark Wyszomierski
Hi Romain, If I use a footer view, it can get focus, but its internal controls cannot be focused using the scroll ball? For example, this is a simple footer view: LinearLayout llFooter = new LinearLayout(this); llFooter.setLayoutParams(new AbsListView.LayoutParams (AbsListView.LayoutParams.FI

Re: [android-developers] Stacking a ListView with other widgets below?

2009-11-13 Thread Romain Guy
Don't use a ScrollView, it won't work. Add footers to your ListView. On Fri, Nov 13, 2009 at 3:11 PM, Mark Wyszomierski wrote: > Hi, > > Is there a way to create a layout with a ListView set to use full > height, then some additional panels? Something like this: > >   >       >           >      

[android-developers] Stacking a ListView with other widgets below?

2009-11-13 Thread Mark Wyszomierski
Hi, Is there a way to create a layout with a ListView set to use full height, then some additional panels? Something like this: Basically I'd like to keep the ListView at a height which contains all its children views, then some static widgets

Re: [android-developers] HTC Hero Contacts ACTION_INSERT intent returns no result

2009-11-13 Thread Mark Murphy
jak. wrote: > On every other device when: resultCode == RESULT_OK it's safe to > assume that data contains the uri for the newly created contact. > However on the Hero they return RESULT_OK, yet data is equal to null! That feels like a bug. > Also is anyone aware of a place to report bugs to HTC

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-13 Thread blindfold
Hi Phil, Search for seeingwithsound, and you should find The vOICe for Android camera app (I just double checked this search on my ADP1). One wild guess is that your "android.permission.SET_ORIENTATION" might play a role (I do not use it), because at least on HTC's G1/ADP1 there are orientation l

[android-developers] ListView problem is back.

2009-11-13 Thread Sergey Vasilinets
Hello, I have a error "11-14 01:23:23.204: ERROR/AndroidRuntime(730): java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. ".

[android-developers] HTC Hero Contacts ACTION_INSERT intent returns no result

2009-11-13 Thread jak.
I'm using this intent to let the user create a contact: intent = new Intent(Intent.ACTION_INSERT,Contacts.People.CONTENT_URI); this.startActivityForResult(intent, CREATE_CONTACT_REQUEST); I use the result of this intent to know uri for the new contact they created. This works on every android dev

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-13 Thread SoftwareForMe.com SoftwareForMe.com
I'd love to know if you can see PhoneMyPC. It's not a camera app, but it's been unavailable to a few [HTC] phones. Scott SoftwareForMe.com Makers of PhoneMyPC On Fri, Nov 13, 2009 at 1:48 PM, phil wrote: > > Let me know what to search for and we can check with our Tattoo, > which is a nifty nic

[android-developers] Re: Building and running webcore_test

2009-11-13 Thread Buakaw San
Also, what kind of output do you get from the successful execution of this command line tool? Could you please post a sample dump of the output? Thanks. On Mon, Nov 2, 2009 at 12:58 PM, Buakaw San wrote: > I'm trying to use webcore_test to execute performance tests, in > particular measuring th

[android-developers] Re: Can someone with a Motorola Droid call AccountManager.getAccounts() please?

2009-11-13 Thread Nerdrow
Still wants an authTokenType (not Account.type). Here's what I tried: final AccountManager accountManager = AccountManager.get(this); final Account[] accounts = accountManager.getAccounts(); final int accountsCount = accounts.length; Account account = null; for(int i=0;i accountManagerFuture = nu

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-13 Thread phil
Let me know what to search for and we can check with our Tattoo, which is a nifty nice little Android phone, by the way. On 13 Nov., 19:56, blindfold wrote: > Interesting. Did you try and find other camera applications on the > Market with your HTC Tattoo? > > (I'm using "android.permission.CA

[android-developers] Re: Dallas Android Developers

2009-11-13 Thread chrispix
Good work! Look forward to meeting everyone. On Nov 13, 2:51 pm, PJ wrote: > Place: Cafe Brazil (since Richardson is central to us) > > Time: Tentative plan is 11:30am tomorrow morning, and likely won't > change, but I will announce final decision at 10pm tonight.  Please > read on below. > > I'v

[android-developers] Re: Building and running webcore_test

2009-11-13 Thread Buakaw San
Actually, now that I think of it the file on the sdcard was created in a previous run where the result was a Segmentation Fault. I think I mixed up the generic and hardware versions of the binary. Now when I try and run the generic binary on the emulator, I get this again: $ adb shell /data/local/

Re: [android-developers] Bounding Geometry in Maps?

2009-11-13 Thread TreKing
The MapView class has a center point and latitude and longitude spans that you can use to compute the visible area. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.goog

Re: [android-developers] Help! Force close after renaming package

2009-11-13 Thread TreKing
What does the stack-trace look like when it force-closes? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Nov 13, 2009 a

[android-developers] Re: Choosing Dev Phone

2009-11-13 Thread Maps.Huge.Info (Maps API Guru)
You can quite easily setup an emulator that has the market app on it. I did this once Cyrket went off the air as it's a lot easier to view the position of my apps on the emulator than the actual device. Search Google for that topic to find out how to do it. Free, paid and copy protected apps can be

Re: [android-developers] Can we create folders under /data directory

2009-11-13 Thread Mark Murphy
Karthik wrote: > I am using Android 1.1. I am not able to create folder under /data > directory. But permissions looks like read/write. I checked /system it > is Read only. > > Is it any way create directory like /data/myFiles/Audio ? No. Your two places for creating files are: -- files in your

Re: [android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Mark Murphy
Disconnect wrote: > What android devices have resistive screens? HTC Tattoo and ARCHOS 5 Android tablet, that I know of. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message

[android-developers] Re: Choosing Dev Phone

2009-11-13 Thread WoodManEXP
Well, hopefully there will soon be a 2.0 image for the ADP1. Right now there is almost no $$ to be made selling apps so I don't want to buy any more hardware. That said the ADP1 (HTC dream phone) has been a a really good device. It is well built, fast, has all the sensors and has a keyboard. I am p

[android-developers] Re: DDMS Screenshot and Archos 5 IT

2009-11-13 Thread fadden
On Nov 12, 11:59 pm, arnouf wrote: > I'm trying to make a screenshot of an Archos 5 IT using DDMS (SDK 1.5 > and 2.0) without success. > The screenshot is awful with a lot of yellow. > > Do you have the same issue ? I would like to know if possible if this > issue is due ti an SDK problem or an Ar

[android-developers] Re: Where is the DDMS allocation tracker

2009-11-13 Thread fadden
On Nov 13, 10:16 am, Al wrote: > This isn't available in the DDMS view in Eclipse, you have you open > the separate DDMS app in /tools/ddms.bat (or sh I think for > linux/os x). See also: http://android-developers.blogspot.com/2009/02/track-memory-allocations.html -- You received this messag

[android-developers] Re: Dallas Android Developers

2009-11-13 Thread PJ
Place: Cafe Brazil (since Richardson is central to us) Time: Tentative plan is 11:30am tomorrow morning, and likely won't change, but I will announce final decision at 10pm tonight. Please read on below. I've added a sheet to our spreadsheet called "Availability" and suggested some times on Satu

Re: [android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Disconnect
What android devices have resistive screens? On Fri, Nov 13, 2009 at 3:45 PM, Dianne Hackborn wrote: > Sorry but could this be moved somewhere else? This really has nothing to > do with Android (there are also Android devices with resistive touch > screens), and it should be easy to find this ki

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-13 Thread fadden
On Nov 13, 7:00 am, Justin Giles wrote: > So, there is something amiss here.  There were reports that doing a reset > and switching UIs would solve the problem.  I have just found evidence that > it doesn't.  Is this still a HTC issue?  Not sure at this point.  Are there > underlying HTC things go

Re: [android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Dianne Hackborn
Sorry but could this be moved somewhere else? This really has nothing to do with Android (there are also Android devices with resistive touch screens), and it should be easy to find this kind of information on the web. Here's a start: http://www.google.com/search?q=capacitive+touch+screen On Fr

[android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Nathan
Does this all mean that capacitive touch screens won't work 1. If there is a screen protector? 2. If the device is in an Aquapac bag with flexible membrane? 3. If the user is wearing gloves? ? -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Choosing Dev Phone

2009-11-13 Thread Nathan
On Nov 12, 10:35 pm, Alberto wrote: > > One thing to keep in mind which may not be obvious unless you do some > searching online. With a Dev Phone 1 for example, you can browse the > marketplace download free apps but you CANNOT view or buy paid apps > with a developer phone. If this is your only

Re: [android-developers] Re: App name/icon problems on Hero after reboot

2009-11-13 Thread Dianne Hackborn
On Fri, Nov 13, 2009 at 11:02 AM, ZillCE wrote: > While not exactly the same issue, after an application upgrade (an > application I wrote) I have experienced the application icon not > working ("The linked program is no longer installed on your phone"). > After a power down/up the icon works but

Re: [android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Dianne Hackborn
Though there are special styluses you can get that work with capacitive screens. On Fri, Nov 13, 2009 at 12:01 PM, Mark Murphy wrote: > Juan David Trujillo C. wrote: > > I have one final question though, does this mean painting on the > > device can't be emulated through software or by any other

[android-developers] Re: Map is not displaying even the settings are correct

2009-11-13 Thread jotobjects
The API key has to be generated from the certificate that you use to sign the app when you build it. You can't just use a different API key on each machine unless you are also building the APK on each machine. On Nov 12, 8:12 pm, naveenballa wrote: > Thanks everyone for the reply > > i have also

Re: [android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Mark Murphy
Juan David Trujillo C. wrote: > I have one final question though, does this mean painting on the > device can't be emulated through software or by any other mean to > allow other objects (pencil, thick pen, etc.) to draw on the surface > of a touch screen? Only if, by software emulation, you can

[android-developers] Bright Star Corp Legit?

2009-11-13 Thread Greg
I'm a noob, and have looked extensively and have found only other complaints... Q: Who are these people? Are they legit? Q: Why does Google use them? Bright Star Corp is where I got redirected to buy ADP1, and I tried to checkout, and was "declined due to fraud service". I tried again a few d

[android-developers] Re: Please Suggest, Where can we buy Android phones.

2009-11-13 Thread Devnull
Google offers Developer phones for purchase from their website: http://developer.android.com/guide/developing/device.html#devices The current model (ADP1) is based on the HTC Dream. An ADP2 (modeled after the HTC Magic) is supposed to be coming out soon. There are rumors that the HTC Dream (and the

Re: [android-developers] How to get all contact's name phone number, email for 2.0

2009-11-13 Thread Rachel Blackman
On Nov 13, 2009, at 3:33 AM, Jeff Sharkey wrote: > Could you paste the exact query() that is returning empty for you? > > Since all data is now stored in a single table you should be able to > query on Data.CONTENT_URI and filter by Data.MIMETYPE to match the two > types you're looking for. I h

[android-developers] Can we create folders under /data directory

2009-11-13 Thread Karthik
I am using Android 1.1. I am not able to create folder under /data directory. But permissions looks like read/write. I checked /system it is Read only. Is it any way create directory like /data/myFiles/Audio ? -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Contradictory documentation - Is it ok to override ViewGroups.invalidateChildInParent() ?

2009-11-13 Thread Romain Guy
It is not. On Fri, Nov 13, 2009 at 8:14 AM, Simon wrote: > The SDK reference documentation (from the comment in the class) says > it isn't, but it's not declared as final as the other non-overridable > functions are in ViewGroup.  Whilst this isn't a reason to doubt the > documentation by itself,

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-13 Thread ZillCE
While not exactly the same issue, after an application upgrade (an application I wrote) I have experienced the application icon not working ("The linked program is no longer installed on your phone"). After a power down/up the icon works but the program crashes on startup with a ClassNotFoundExcept

[android-developers] Re: Layout problems

2009-11-13 Thread Morten Isaksen
I'm new to Android. I haven't written a line of working code yet. I've bought three books, and I've read 10 pages. Try "gravity". I think that attribute gives an element more weight. Perhaps that will force the button to be visible? -- You received this message because you are subscribed to the

[android-developers] Re: Unexpected Resumes Running Under 2.0

2009-11-13 Thread Menion
Hi, I have very similar problem, but still not successfully resolved. In first activity during onCreate() I have this code Resources res = activity.getResources(); DisplayMetrics dm = res.getDisplayMetrics(); Configuration conf = res.getConfiguration(); // want to set (force) czech language on en

[android-developers] Re: Choosing Dev Phone

2009-11-13 Thread Alberto
> For me, this is one developer buying one phone. Not someone who can > afford a fleet of them. One thing to keep in mind which may not be obvious unless you do some searching online. With a Dev Phone 1 for example, you can browse the marketplace download free apps but you CANNOT view or buy paid

[android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Jerry Brady
I'm trying to hook up a new account for an application to use that will ultimately sync PIM data. The application is already working for API levels 3 & 4, but at API 5, I'm having some trouble with the introduction of accounts and the AccountManager. I've searched the groups and the docs and gott

[android-developers] Hi...

2009-11-13 Thread Clay
Hello! I want to get in this group! -- 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...@google

[android-developers] Re: com.google Authenticator for the new android.accounts.AccountManager API.

2009-11-13 Thread Jerry Brady
Micah, Thanks for this because I'm working in the same area and I'm currently stuck. I looked over the source code project you posted (I haven't tried to run it yet). I don't see how the service's call to lAuthenticator.getIBinder() will succeed. Won't that just throw a NoSuchMethodException?

[android-developers] Re: Sending raw query or SQLitedatabase.query to a database that only is reachable through ContentResolver

2009-11-13 Thread iRaS
thats right, but it's much faster to send the correct query instead of reading all items and do the grouping in the source code. isn't there any way to send a query with group by to that database? On 13 Nov., 00:31, Mark Murphy wrote: > iRaS wrote: > > for some reason i would be executing a raw

[android-developers] Contradictory documentation - Is it ok to override ViewGroups.invalidateChildInParent() ?

2009-11-13 Thread Simon
The SDK reference documentation (from the comment in the class) says it isn't, but it's not declared as final as the other non-overridable functions are in ViewGroup. Whilst this isn't a reason to doubt the documentation by itself, one of the SDK examples overrides it: http://developer.android.co

[android-developers] Size of display

2009-11-13 Thread Veseli
I wonder if a external display can be attached to an Andoid phone using interface functionality? If this is possible what size is the largest supported Display and which phone supports external displays? If this feature is not supported then Android uses only one display at time i.e. the device it

[android-developers] Re: Multitouch support in Android 2.0

2009-11-13 Thread Jeff
You can install Akirah Eclair SDK ROM on G1 and write multi-touch apps ;) As the name implies, it's the same ROM as in the SDK 2.0 emulator. Just checked, got MotionEvents from two fingers on G1. -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] app View photo

2009-11-13 Thread Jee4206
Hi guys, I want to develop an application to view photos on android. actually, i want to know somes class that i might need for that application... Can you help me plz ??? thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Access voice before sending

2009-11-13 Thread Alexander
Hello, I am making a custom Android build and have a problem for the moment. I need to modify a voice data before sending via Network, but I can not access this data. It seems that the modem uses Mic directly, so there is no possibility to modify data. Could you please give me a note if this is pos

[android-developers] droidcon London 2009 (conference for android developers) on December 2nd Wednesday in London

2009-11-13 Thread Zack at Skills Matter
droidcon London 2009 will take place in London on December 2nd, Wednesday. This is UK's first community event for Android developers. The aim of droidcon is to bring together the Android development community in an informal environment where they can share ideas, demo new apps, talk to the expert

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-13 Thread Sam
I'm not a dev, but just throwing out some info. I have a Sprint HTC Hero and this happens when I restart... Some program's name will change to com.companyname.appname, but will still work such as: Astro File Manager (2.1.0) My Backup Pro (2.1.1) Google Voice (0.2.6) seems to be unique...it looses

[android-developers] How to popup a window from service

2009-11-13 Thread elf.cheng
I am developing an ip phone an android.it may work as a service in background.when a call(or a message) coming in,I need a window(dialog or activity) popup.how to do that? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] When was pppd be started?

2009-11-13 Thread Liu Li
1. When was pppd be started and who start it ? 2. How to show pppt log? -- 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 a

[android-developers] Bounding Geometry in Maps?

2009-11-13 Thread Chad
Is there a way to get the current bounding geometry or bounding box in a current map view? I am connecting to a large dataset and would like the ability to send a bounding box of the users current view to the server to retrieve only the points that are within the users view and maybe buffer a littl

Re: [android-developers] Re: How can I contact to Google Calendar license?

2009-11-13 Thread Aleksei Kac
Could you please forward my message to those who are responsible? Thanks. -- Sent from my mobile phone (please excuse any mistakes or short response I might have made) On Nov 12, 2009, at 5:45 PM, Dianne Hackborn wrote: > Sorry, I am not directly involved with that part of the system, and

[android-developers] SDK package installation fails (wrong size)

2009-11-13 Thread John
I have struggled the whole day now to get Android installed on a clean Ubuntu 9.10 installation with Sun Java 6 and Open JDK 6. At first I got a https message, I got around that by forcing http mode. I have successfully installed SDK Platform 1.6 and 20, SDK Tools (rev 3) and Documentation for Andr

[android-developers] Re: Extremely slow Android SDK download (5 kB/sec)

2009-11-13 Thread js6
I am getting 1 kB/sec. I am able to download pdf's, etc... with no problems through the browser. Just starting out with Android development, but kinda tough if I can't get the SDK. Any chance you found a faster way to do this? I'm stumped. On Nov 11, 1:14 am, Marco wrote: > Does anyone else

[android-developers] Help! Force close after renaming package

2009-11-13 Thread FJMustak
I have modified a sample app, and it works fine. When I rename the package though, it force closes. I have modified the package name in all the .java files, as well as the manifest, in addition to the physical directory structure. I've even tried to create a project from scratch and copy the rel

[android-developers] Re: Testing on every possible device

2009-11-13 Thread Carl
I have not used this company however I have heard some great things. they have devices that are busted open and wired up so that you can control them remotely via the web. You can deploy your apps to them, see the display on your machine and do whatever you want to them. You basically rent time f

[android-developers] Android Market and Application Add-ons

2009-11-13 Thread Kai
How do you guys usually deploy add-ons (like sound packs) to your apps? Does android allow a resource-only install to an existing application directory? Do you make the sound add-ons another application that's basically just a provider? Thanks in advance! -- You received this message because yo

[android-developers] Re: Alphanumeric Input in an EditText View (how to use "digits")

2009-11-13 Thread Paweł Zięba
I hope that will help: InputFilter filter = new InputFilter() { public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { for (int i = start; i < end; i++) { if (!Character.isLetterOrDigit(source.charAt

Re: [android-developers] Is Android 2.0 Support Hebrew ???

2009-11-13 Thread Tom Chen
Thanks for the correction Mark! Tom On Fri, Nov 13, 2009 at 11:44 AM, Mark Murphy wrote: > Tom Chen wrote: > > It does not. It only has support for english and spanish right now. I'm > > hoping for simplified chinese support. > > While Android 2.0 does not have Hebrew support, it has more than

[android-developers] Re: Start Activity from Service

2009-11-13 Thread jotobjects
See this thread on how to do it - http://groups.google.com/group/android-developers/browse_thread/thread/697948e2960ca471/54e7f1b02e5c8595 It is considered bad behavior to do this though because you may hijack the screen from another application and the user probably won't like that. Use the not

  1   2   3   >