[android-developers] Setting a new Typeface to all text views

2010-01-12 Thread Pixie
Hello, I've created a custom Typeface by adding a TTF file to the assets folder, and I use the setTypeface method to apply this font to each of the text views, and everything works great. The only problem I have, is that I write a lot of code lines in order to apply this font to all text views.

[android-developers] Sender /Receiver name in sms

2010-01-12 Thread monty
how to get the senders or receivers name from a sms in without using content providers.At present i get only phone number culd any1 plz tell me a solution? -- 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] Re: Old dock in 2.1 SDK?

2010-01-12 Thread Kevin Duffey
Does that mean we wont see the new interface on Moto Droid when it's released with the 2.1 update? I thought it was all part of 2.1. On Mon, Jan 11, 2010 at 8:10 PM, Romain Guy romain...@android.com wrote: Nexus One's launcher is not part of the SDK and is not required. On Mon, Jan 11, 2010

[android-developers] Scaling icons on MapActivity with zoom

2010-01-12 Thread Kevin Duffey
Hey all, I been messing around with the MapActivity stuff. Pretty nice how easy it is to add clickable icons/images to the map and make them mean something. That said I notice that as you zoom in and out, they don't scale automatically. Is there a way to achieve this as part of the SDK? I've not

[android-developers] Does Nexus One support the SPP Bluetooth Profile?

2010-01-12 Thread DonFrench
I read somewhere that the Nexus One supported the SPP profile but now this page seems to contradict that : http://www.google.com/support/android/bin/static.py?page=guide.csguide=27201topic=27236#1060693. Can anyone say for sure? -- You received this message because you are subscribed to the

[android-developers] Re: Old dock in 2.1 SDK?

2010-01-12 Thread String
On Jan 12, 8:56 am, Kevin Duffey andjar...@gmail.com wrote: Does that mean we wont see the new interface on Moto Droid when it's released with the 2.1 update? I thought it was all part of 2.1. It was mentioned in a different thread that the Home app is different in the emulator than on

[android-developers] Re: Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-12 Thread Ecthelion
The Android 2.1 SDK is out, but - at least from a first test on the emulator that comes with the SDK - it does not look like the Dalvik JIT has been activated :-(. On 7 Jan., 17:55, Biosopher biosop...@gmail.com wrote: The Dalvik JIT appears to result in a 1.7x improvement when run on an armv7.

Re: [android-developers] 有一个小问题,关于 TextView的。

2010-01-12 Thread zongan liu
怎么写中文呢?这是美国人的groups,怎么能看懂你写的 2010/1/11 fengqve feng...@gmail.com 就是把TextView 设置成可以监听长点击事件的时候。 TextView tv = new TextView(context); tv.setOnLongClickListener ,这个时候,手指点击textview上的文字时,文字会产生闪烁,有没有方法可以屏蔽文字闪 烁? 因为在一个ScrollView 里面。手指划动会带动文字scroll , 而又需要加上长按监听事件。 -- You received this

[android-developers] Re: AppWidget behavior different in 2.1

2010-01-12 Thread String
Same experience here. My appwidgets wouldn't update when first installed. Your trick of using the emulator's power button did the job, however - thanks! String On Jan 12, 5:54 am, Vikas1976 vikas.shah.1...@gmail.com wrote: Nice job fellas. * No RecognizerIntent in the 2.1 emulator - crashes

Re: [android-developers] Re: Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-12 Thread Sena Gbeckor-Kove
I was under the impression that was coming with Flan. 2.1 is still Eclair. S --- Sena Gbeckor-Kove CTO/Founder - imKon UK : +44 7788 146652 NL : +31 62 434 1290 s...@imkon.com|www.imkon.com Asia (Singapore) : 35 Selegie Road, #09-14/15 Parklane Shopping Mall, 188307 Singapore,

[android-developers] How to Draw Graphs(Bar Charts/Pie Charts)in ANdroid

2010-01-12 Thread RamaMohan
HI all, I want to draw a graph/chart to represent some data.I tried to do it.Buti have no idea and i didnt find solution in googling also. Please if anybody have worked with drawing Bar charts/Pie charts .Please tell me... Thanks, RamaMohan.P -- You received this message because you are

[android-developers] Re: sending file using HTTPPOST in android1.5

2010-01-12 Thread Raghu Kiran
Hi, How can i get the RAM size, used RAM size and RAM size free in android. BR, Raghu Kiran A -- 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

[android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Neilz
Hi all. Could a standard web server identify an HTTP request as coming from a normal browser, as opposed to an Android application? What could be different about the request that would enable the server to differentiate between the two, and modify the response accordingly? -- You received this

[android-developers] Accessing wcf service from android

2010-01-12 Thread Sudeep Jha
Hi Droids, I want to use the WCF(.net) service for login authentication.Please tell me ASAP, the easiest way to do it. I was trying with wsdl also. Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Adrian Vintu
Sure. You have to use the user agent. You have something like Mozilla/5.0 (Linux; U; Android 1.5; en-us; Galaxy Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 for Android and something like Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5)

Re: [android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Adrian Vintu
You can use Fiddler to take a peek at user agents. For example, an IE request for google looks like this: GET /csi?v=3s=webhpaction=e=17259,17291,23189ei=HE9MS66yO4WI_AaJrYXgDArt=prt.469,xjsls.750,xjses.1234,xjsee.1422,xjs.1453,ol.1828 HTTP/1.1 Accept: */* Referer: http://www.google.at/

[android-developers] Re: How to transfer data with a successful bluetooth connection.?

2010-01-12 Thread prabhu
thank you Bastos, but my problem is, I'm able to connect but once i initiate outputstream.write(byte) the connection is setting off and the log messages say connection reset by peer... Can u identify the problem, out of this? -- You received this message because you are subscribed to the Google

[android-developers] Re: Contacts FAQ?

2010-01-12 Thread Jens
You could check the Email app - its the current location of the Exchange ActiveSync SyncAdapter implementation. http://android.git.kernel.org/?p=platform/packages/apps/Email.git;a=summary Note that this adapter isn't the complete story as any contacts you create with your custom accounts will be

[android-developers] Re: Is there a way to get an icon back from MediaStore

2010-01-12 Thread rben
I know that MediaStore creates an icon for each of its files. I'm wondering if there is a way to get a copy of that icon back from MediaStore, since that would save me the hassle of doing the whole crop thing. On Jan 11, 4:00 pm, rben ray.benja...@gmail.com wrote: I've figured out how to get the

[android-developers] Re: HTTP Requests - can Android be identified?

2010-01-12 Thread Neilz
Right, so if someone wanted to stop web responses going to android apps, they can, without it affecting their usual service? Thanks. On Jan 12, 10:28 am, Adrian Vintu adrianvi...@gmail.com wrote: Sure. You have to use the user agent. You have something like Mozilla/5.0 (Linux; U; Android

[android-developers] Re: AbortBroadcast Problem With 2.0 and 2.0.1 SDK's

2010-01-12 Thread Gulfam
Still waiting for response? On Jan 11, 1:21 pm, Gulfam gulfa...@gmail.com wrote: Hi, Any update I ma still waiting. Gulfam Hassan On Jan 8, 6:04 pm, Gulfam gulfa...@gmail.com wrote: Hi All,    I am facing issue with 2.0 and 2.0.1 on aborting broadcast for out

[android-developers] Camera Preview size and zoom

2010-01-12 Thread nemo
Hi! all Could I set camera preview size higher than the screen resolution? And Can I only show part of camera preview region on screen? I'd like to set higher resolution of camera preview size and only get center part of this camera preview data. It's simular to 'zoom in' function. I think I

[android-developers] Re: HTTP Requests - can Android be identified?

2010-01-12 Thread Neilz
I presume there's no way to mask the android request to make it appear like another :-/ On Jan 12, 11:29 am, Neilz neilhorn...@googlemail.com wrote: Right, so if someone wanted to stop web responses going to android apps, they can, without it affecting their usual service? Thanks. On Jan

[android-developers] Re: Is there a way to get an icon back from MediaStore

2010-01-12 Thread zero
with sdk 2.X , thats possible Mediastore.Images.Thumbnails.getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options); with lower sdk versions you have to query read in the files yourself, but i really don't recommend that. On Jan 12, 11:58 am, rben

[android-developers] Re: Voice recognition and voice decoding

2010-01-12 Thread tina lincon
@ vikas-yea u r rite abt voice recognition but wat abt voice decoder concept? On Jan 12, 10:56 am, Vikas1976 vikas.shah.1...@gmail.com wrote: Google voice recognition android, you'll get about a hundred links. On Jan 11, 9:27 pm, tina lincon tina.theresalin...@wipro.com wrote:

[android-developers] Re: HTTP Requests - can Android be identified?

2010-01-12 Thread Kaj Bjurman
It depends on what you mean. An application that opens an URLConnection can say that it is something different, e.g. an IE browser. You can find an example here: http://www.java2s.com/Code/Java/Network-Protocol/URLConnectionsetRequestProperty.htm On 12 Jan, 12:40, Neilz

[android-developers] Re: Create Nexus One live wallpaper

2010-01-12 Thread Flying Coder
My app also runs on Android 1.5 1.6. Currently, I specify the translucent theme in the manifest. Is there a way to conditionally specify either translucent or wallpaper depending on the SDK version? Thanks, Steve On Jan 10, 2:11 pm, Romain Guy romain...@android.com wrote: No, don't do this

[android-developers] Stop/Clear an AnimationSet

2010-01-12 Thread RIV
Hi All, I have a situation where I'm using an AnimationSet object. I need to stop the previously running animationset before starting the new one. How to stop the animations in AnimationSet? Regards, R -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Soft keyboard on activity startup

2010-01-12 Thread Petroleum Nasby
I am struggling trying to have the soft keyboard appear in a search screen, and from the looks of numerous pleas on various forums, I am not the only one. I have tried many variants, culling from the byzantine attempts of those others. InputMethodManager imm = (InputMethodManager)

[android-developers] Help me!! The fb0 no space left on device..

2010-01-12 Thread Michael Wu
When I enter the android kernel console, I type : cat 3.bmp dev/graphics/fb0 error!! write: No space left on device After this, there is nothing showed on my lcd. Could someone tell me what does this error message mean and how to solve please?? My all debug message :

Re: [android-developers] Help me!! The fb0 no space left on device..

2010-01-12 Thread Alessandro Pellizzari
Il giorno mar, 12/01/2010 alle 04.25 -0800, Michael Wu ha scritto: cat 3.bmp dev/graphics/fb0 error!! write: No space left on device I don't know what you are trying to do, but it should be cat 3.bmp /dev/... (with a slash at the beginning). The correct path could change based on your

[android-developers] Take a screen shot of device?

2010-01-12 Thread steve
Greetings, Is there anyway to take screen shots of my device while it is unconnected from DDMS ? Thanks, Steve -- 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

[android-developers] screen capture

2010-01-12 Thread yog
Hi all, 1) Is there any way to collect frame buffer data from surface flinger., and can give it to JNI. 2) Does Java App layer has any API's to collect frame buffer data, from surface flinger. 3) what is the purpose of copybit ApI's in HAL, can the API's can be used to copy framebuffer data.

[android-developers] I am excited

2010-01-12 Thread t mal
The site piece of ezine article talk about http://www.shoppingreps.com?SourceId=11221. I visited this site and I found really good and implemented the social networking for group shopping. I registered my intention to buy Samsung 32” LCD TV and I received a email within a couple of days. Now I

[android-developers] App not visible in market on HTC Hero

2010-01-12 Thread Andreas Reuterberg
I have an app in the market and has been for several months but I just heard from someone that it can't be found with the HTC Hero. I'm using the G1 and it works fine for me. Does anyone know why it might not be visible? I've added the supports-screens element but the G1 and the hero have the

[android-developers] Live Wallpaper Tutorial

2010-01-12 Thread TjerkW
Android 2.1 has API support for creating live wallpapers. This means that we can implemente our own live wallpapers w00t! However what i like to see is a Tutorial on creating such a live wallpaper. Is there going to be added one? What about battery live? Or maybe a link to the sourcecode to one

[android-developers] I am excited

2010-01-12 Thread t mal
The site piece of ezine article talk about http://www.shoppingreps.com?SourceId=11221. I visited this site and I found really good and implemented the social networking for group shopping. I registered my intention to buy Samsung 32” LCD TV and I received a email within a couple of days. Now I

[android-developers] Re: App not visible in market on HTC Hero

2010-01-12 Thread Andreas Reuterberg
It seems the HTC Hero hasn't got the 1.6 version of Android. Problem solved. Thanks :) On Tue, Jan 12, 2010 at 12:58 PM, Andreas Reuterberg andreas.reuterb...@gmail.com wrote: I have an app in the market and has been for several months but I just heard from someone that it can't be found with

[android-developers] Re: App not visible in market on HTC Hero

2010-01-12 Thread moneytoo
Do you have minSdkVersion set to 3? On Jan 12, 1:58 pm, Andreas Reuterberg andreas.reuterb...@gmail.com wrote: I have an app in the market and has been for several months but I just heard from someone that it can't be found with the HTC Hero. I'm using the G1 and it works fine for me. Does

[android-developers] Re: Take a screen shot of device?

2010-01-12 Thread moneytoo
DDMS is the only option (for devices without root access). On Jan 12, 1:54 pm, steve sbou...@gmail.com wrote: Greetings, Is there anyway to take screen shots of my device while it is unconnected from DDMS ? Thanks, Steve -- You received this message because you are subscribed to the

[android-developers] Prolonged touching (30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Josh
I'm trying to do something in my app where you have to hold your finger on the screen for more than 30 seconds. After about 30 seconds, it stops sending onTouchEvents for that part of the screen, almost like a dead zone. Tested on a motorola droid, and is there any way to stop this from

Re: [android-developers] Live Wallpaper Tutorial

2010-01-12 Thread Sébastien Canart
There is an example in the sample directory of the SDK: CubeLiveWallpaper. Just start it like others applications and you should be able to set the live wallpaper. On Tue, Jan 12, 2010 at 1:59 PM, TjerkW tje...@gmail.com wrote: Android 2.1 has API support for creating live wallpapers. This

[android-developers] How To Install SDK Behind Authenticated Proxy

2010-01-12 Thread bklik
I'm unable to configure the Android SDK and AVD Manager to acquire packages from behind an authenticated proxy server. I've filled out the proxy fields in the Settings area, but am never ask my username or password. I tried the username:password@proxyurl method, which doesn't work either. How

[android-developers] Re: Android 2.1 SDK

2010-01-12 Thread gjs
Many thanks :-) On Jan 12, 11:16 am, Kent Loobey k...@uoregon.edu wrote: On Monday 11 January 2010 15:24:44 Xavier Ducrohet wrote: Hello everyone, We've just released the 2.1 SDK. More info:  http://android-developers.blogspot.com/2010/01/android-21-sdk.html Enjoy! Xav Thank

[android-developers] Virtual keypad handling

2010-01-12 Thread Muthu Kumar K.
Hi All, I am using the android 2.1 and older version SDK. Here i am facing the problem like when I am tapping the text box in my app screen, virtual key pad is shown. As a result of this my full screen is getting shrunk including the background image. I am not having any problem with the virtual

Re: [android-developers] Setting a new Typeface to all text views

2010-01-12 Thread Mark Murphy
Pixie wrote: Hello, I've created a custom Typeface by adding a TTF file to the assets folder, and I use the setTypeface method to apply this font to each of the text views, and everything works great. The only problem I have, is that I write a lot of code lines in order to apply this font

[android-developers] Re: Does Nexus One support the SPP Bluetooth Profile?

2010-01-12 Thread moneytoo
Nexus supports SPP (as any Android 2.x device). This page just not displays supported BT profiles. On Jan 12, 10:01 am, DonFrench dcfre...@gmail.com wrote: I read somewhere that the Nexus One supported the SPP profile but now this page seems to contradict that

[android-developers] Strange action from a webview

2010-01-12 Thread Maps.Huge.Info (Maps API Guru)
I have an app that uses a webview that displays address information in a list format. Occasionally, when scrolling through the data, one of the address will highlight and start the maps app. The map app then geocodes the address and it shows up with an infowindow. Slick, but ? I have nothing in

[android-developers] Re: Take a screen shot of device?

2010-01-12 Thread Maps.Huge.Info (Maps API Guru)
It would be great if Google (or someone) produced a simple to download version of DDMS that had only two functions: capture the screen and save the log. Another huge bonus would be if it also could capture an image stream, like one frame per second or even greater and save those in a folder on the

[android-developers] Re: ImageView in ListActivity

2010-01-12 Thread NoraBora
Shouldn't the orientation be vertical? On Jan 12, 4:01 am, Brion Emde brione2...@gmail.com wrote: You've got the ListView height set to fill_parent, which will fill the parent. I think you've got to add layout_weight=1 on your ImageView, so it will inform the layout that it wants space too.

[android-developers] Re: HTTP Requests - can Android be identified?

2010-01-12 Thread Maps.Huge.Info (Maps API Guru)
I see 110 different user agents coming from Android devices, some are very non-standard, so be aware you'll find quite a bit of diversity. -John Coryat Radar Now! What Zip Code? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Create Nexus One live wallpaper

2010-01-12 Thread Flying Coder
Never mind - I found a way to do it: define sdk-specific themes in values-v3 values-v5. On Jan 12, 6:47 am, Flying Coder av8r.st...@gmail.com wrote: My app also runs on Android 1.5 1.6.  Currently, I specify the translucent theme in the manifest.  Is there a way to conditionally specify

Re: [android-developers] Re: Take a screen shot of device?

2010-01-12 Thread Mark Murphy
Maps.Huge.Info (Maps API Guru) wrote: It would be great if Google (or someone) produced a simple to download version of DDMS that had only two functions: capture the screen and save the log. Another huge bonus would be if it also could capture an image stream, like one frame per second or even

[android-developers] Nexus One multicolor LED notifications gone?

2010-01-12 Thread code_android_festival_way
I have seen that HTC Sense devices ignore multicolor LED notifications but I assumed that the Nexus One is capable of doing them. Why are they not possible anymore? Why are they specified in the Android SDK and even the Google supported phones drop that feature? At the moment we only see a white

Re: [android-developers] Nexus One multicolor LED notifications gone?

2010-01-12 Thread Mark Murphy
code_android_festival_way wrote: Why are they specified in the Android SDK and even the Google supported phones drop that feature? From the SDK documentation: The color of the led. The hardware will do its best approximation. Now, it would be nice if the docs were more forceful on this point,

[android-developers] Re: GalleryView memory issue / Alternatives

2010-01-12 Thread Loki117
Hey Mark Yeah there is a bug report logged this is targeting 1.5 I should mention the bug report was sent but for the life of me I can't find it but Roman did mention it here http://groups.google.com/group/android-beginners/browse_thread/thread/6771cf9a27d848b8 for anyone else with a similar

[android-developers] Re: Nexus One multicolor LED notifications gone?

2010-01-12 Thread code_android_festival_way
I know that. I just like to know why do they kill useful hardware features and add senseless things like 3D wallpapers? On 12 Jan., 15:14, Mark Murphy mmur...@commonsware.com wrote: code_android_festival_way wrote: Why are they specified in the Android SDK and even the Google supported

[android-developers] Re: Strange action from a webview

2010-01-12 Thread Kumar Bibek
Have you used Linkify ??? Kumar Bibek http://tech-droid.blogspot.com On Jan 12, 6:41 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I have an app that uses a webview that displays address information in a list format. Occasionally, when scrolling through the data, one of the

[android-developers] Re: Nexus One multicolor LED notifications gone?

2010-01-12 Thread code_android_festival_way
I'd like to add that the hardware is capable of doing it. (like it was on the HTC Hero and all the other Sense devices) Why do they cut (disable) such features which are really useful? (Do we have bought an Apple phone?) Why do we need custom roms again to make this possible. This behaviour really

[android-developers] Re: Contacts FAQ?

2010-01-12 Thread Jens
Developing in the SDK you can use the account type com.google - this will trick the Contacts app into displaying all the fields without trying to use the broken contact field format Brian hinted at earlier in this thread. This will of course probably not work in an actual device where the

[android-developers] Re: Eclipse compile error

2010-01-12 Thread Kumar Bibek
This is an eclipse problem. Try increasing the memory eclipse. Kumar Bibek http://tech-droid.blogspot.com On Jan 12, 10:43 am, skan95 ska...@hanmail.net wrote: Dear all. I am facing compile error for native Camera package in Eclipse IDE. SDK version is level 7. [2010-01-12 14:25:13 - Dex

[android-developers] Options for sound in games

2010-01-12 Thread Neilz
Hi all. I'm developing an app where I want to play a regular sound clip, like for example when a ball bounces or a rocket fires, small wav files which are called repeatedly. I have been using the android.media.SoundPool class - but this has known issues and after a few runs it locks up the

[android-developers] Re: Options for sound in games

2010-01-12 Thread OldSkoolMark
I use SoundPool in my metronome application. Very short clips repeating at up to 300BPM, no problem. I'd like to know what the known issues you refer to are, as so far, I haven't been burned by any of them, and would like to steer clear of them going forward. On Jan 12, 7:14 am, Neilz

[android-developers] Re: Prolonged touching (30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Mirmathrax
I have the same problem, this has been posted about this earlier and still no replies. Hopefully someone out there can help. -Colin On Jan 12, 8:07 am, Josh neurocl...@gmail.com wrote: I'm trying to do something in my app where you have to hold your finger on the screen for more than 30

[android-developers] Re: TimerTask Thread problems

2010-01-12 Thread jax
I actually resolved this issue. I was nothing to do with the TimerTask! On Jan 11, 11:43 pm, jax jackma...@gmail.com wrote: I am having TimerTask Thread problems.  Basically I am running a TimerTask to update a clock timer I have created.  When the user gets an answer correct a small

[android-developers] Re: Moving Image Over Another Image

2010-01-12 Thread k_day
You won't get separate touch events for the same image, but you can however get the coordinates of your touch event relative to its parent, or itself, depending on want you want. So given the coordinates of the touch, you can easily determine where on the image you may be touching. It is

[android-developers] Re: Using document object

2010-01-12 Thread nikhil
Thanks for your replies guys, The exception it raises is host unresolved...but I am able to load the page on webview... On Jan 11, 4:31 pm, Kumar Bibek coomar@gmail.com wrote: Do you get anything in the log cat? If there is some exception, log it. Kumar

[android-developers] Re: Prolonged touching (30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Al
Open adb shell and monitor the output of `getevent` while pressing down on the screen.Do you see a continuous stream of events even after 30s? Mirmathrax wrote: I have the same problem, this has been posted about this earlier and still no replies. Hopefully someone out there can help.

Re: [android-developers] Re: Using document object

2010-01-12 Thread TreKing
I haven't use URL class, not sure if it matters, but maybe try HttpURLConnection? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking

[android-developers] Re: Using document object

2010-01-12 Thread Kumar Bibek
Can you share your URL? Is it a local URL, or a public one? Kumar Bibek http://tech-droid.blogspot.com On Jan 12, 9:58 pm, TreKing treking...@gmail.com wrote: I haven't use URL class, not sure if it matters, but maybe try HttpURLConnection?

[android-developers] Phonebook Sharing (Google ADC's Top 20) is now Open Source

2010-01-12 Thread Rafael Fernandes
Today is quite a big day to me. After all the work, studies and sleepless nights that I've been through, I've decided to share all that with the community opening the source of Phonebook Sharing. We have been chosen by the Android powered users as well as by Google as one of the ADC's Top 20

[android-developers] Re: Prolonged touching (30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Josh
When I do getevent I see a continuous stream of events if I'm touching the screen or not, hard to tell if it's a touch event or not. It DOES look like event3 is related to touch however, and it looks like after about 30 seconds it stops streaming those for that part of the screen. Would that make

[android-developers] Re: Phonebook Sharing (Google ADC's Top 20) is now Open Source

2010-01-12 Thread Kumar Bibek
Cool! On Jan 12, 10:08 pm, Rafael Fernandes luizraf...@gmail.com wrote: Today is quite a big day to me. After all the work, studies and sleepless nights that I've been through, I've decided to share all that with the community opening the source of Phonebook Sharing. We have been

[android-developers] Re: Using document object

2010-01-12 Thread nikhil
@TreKing I tried urlconnection as well but shows me the same thing.. @Kumar Sorry I cannot share the URL but what I can tell you guys is ...if you have done iPhone development there is a method to evaluatejavascript for a UIWebView on iPhone that helps us to get the value of a particular

[android-developers] looking for accelerometer example code using non-deprecated apis

2010-01-12 Thread OldSkoolMark
Unfortunately, Sensors.java in the apidemos (even the latest ones) uses deprecated apis. Can anyone point me to an example using current apis? -- 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] Selling paid applications in Canada

2010-01-12 Thread markusn82
Hi, Is there any way to sell a paid application in Canada? I'm seriously disgruntled by the fact that Google has not made it widely/obviously known that you can only publish paid apps from a select number of countries. I spent several months making an Android game and just registered as an

[android-developers] ListView Losing Text on phone rotation?

2010-01-12 Thread Tommy
Hi I was wondering how to save the active screen view when the phone is rotated. Right now I have a listview that contains a bunch of entries when I rotate the phone everything on the screen gets replaced to its original state. -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: ListView Losing Text on phone rotation?

2010-01-12 Thread Mark Murphy
schnie wrote: I am having the exact same problem. It's like the application completely restarts itself when the phone is rotated. On Jan 12, 12:34 pm, Tommy droi...@gmail.com wrote: Hi I was wondering how to save the active screen view when the phone is rotated. Right now I have a listview

Re: [android-developers] looking for accelerometer example code using non-deprecated apis

2010-01-12 Thread Mark Murphy
OldSkoolMark wrote: Unfortunately, Sensors.java in the apidemos (even the latest ones) uses deprecated apis. Can anyone point me to an example using current apis? Here are three: http://github.com/commonsguy/cw-advandroid/tree/master/Sensor/ -- Mark Murphy (a Commons Guy)

Re: [android-developers] Selling paid applications in Canada

2010-01-12 Thread Mark Murphy
markusn82 wrote: Is there any way to sell a paid application in Canada? I'm seriously disgruntled by the fact that Google has not made it widely/obviously known that you can only publish paid apps from a select number of countries. I spent several months making an Android game and just

Re: [android-developers] AbortBroadcast Problem With 2.0 and 2.0.1 SDK's

2010-01-12 Thread Dianne Hackborn
To cancel a call, you set the resultData to null as described in the documentation: http://developer.android.com/reference/android/content/Intent.html#ACTION_NEW_OUTGOING_CALL On Fri, Jan 8, 2010 at 5:04 AM, Gulfam gulfa...@gmail.com wrote: Hi All, I am facing issue with 2.0 and 2.0.1 on

Re: [android-developers] Re: Old dock in 2.1 SDK?

2010-01-12 Thread Dianne Hackborn
Please don't go off making assumptions and getting all disgruntled about them. If nothing else, the new version of home does not yet support all apps in landscape (it wasn't needed for Nexus), so it is not generally usable yet. As far as apps which interact with the Home screen (like widgets and

[android-developers] Re: Use WebView to evaluate a javascript string and return the value

2010-01-12 Thread nikhil
Is there a way to evaluate though? On Dec 1 2009, 1:45 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I believe the browser is one of the largest components of Android, so launching a webview solely to evaluate a JavaScript string would be quite expensive. Perhaps you should

[android-developers] Re: ADP2 Ion upgrade to Android 2.0?

2010-01-12 Thread Anders
Same here. It seems rooting and installing a custom image is the only choice. Bad Google. Didn't you want to the attendees at Google IO that you gave the phone to, to be able to develop modern applications for it? On Jan 6, 10:25 pm, ninu ninum...@gmail.com wrote: I am with you!  I am trying to

[android-developers] How to completely remove application

2010-01-12 Thread fhucho
Hi, I am developing on T-Mobile G1. How do I completely remove my application (database, SharedPreferences etc.)? I don't have root. Thanks. -- 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] AlarmManager and the PendingIntent that failed

2010-01-12 Thread Tone
In order to learn how to use the AlarmManager I created an activity that consists of a single button. When the button is pressed the activity creates an Intent of itself and loads it into the AlarmManager 3 seconds in the future before finishing. So activity opens, user pushes button, activity

[android-developers] Re: bind to a service

2010-01-12 Thread grace
from ur code what i understand is that u have not defined the class that implements servive methods(like onBind() etc..) for ur code to work u need to define one class tha extends Service class and that return an IBinder object from the onBind() function (which acts as a proxy to the service

[android-developers] Re: Voice recognition and voice decoding

2010-01-12 Thread Joe McCann
Speech-to-text is processed in the cloud and the resulting data is returned. On Jan 11, 5:36 am, tina lincon tina.theresalin...@wipro.com wrote: How is it possible to implement voice recognition on android phones? Also to decode the voice and convert the male voice to female voice and vice

[android-developers] MARQUEE speed control

2010-01-12 Thread SREEHARI
Hi, I did an application with MARQUEE. It is working fine. But the scrolling speed is constant.Can anybody tell how to adjust the speed of MARQUEE text. Thanks, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: Missing HashSet find

2010-01-12 Thread Elvis Prokopis
Angry? On Jan 12, 2010 12:32 a.m., Philip philip.dese...@gmail.com wrote: Thanks for your reply. Complaint is a strong word... I am merely pointing it out ;-) contains() works only to find out if the element is in the set or not (it returns a bool.) find would give me an iterator that I can use

[android-developers] Drag-drop a picture from a gallery.

2010-01-12 Thread C.Versieux
Hello there. (Sorry for my english... i am a belgian user) My question is this one: I made a cool app that gives a gallery (horizontal) with the favourite pictures of a user. It's cool and he can delete one by long clicking on it. I would like the user to remove the picture by dragging it

Re: [android-developers] Re: Nexus 2.1 on sale, WHERE is the SDK!

2010-01-12 Thread Elvis Prokopis
elvis.proko...@gmail.com On Jan 12, 2010 12:39 a.m., Kevin Duffey andjar...@gmail.com wrote: Ah.. ok.. that was more clear. I've only been working with it a couple months, haven't seen any real issues. Can you list..perhaps in a private email... some issues you are having? I would agree tho that

Re: [android-developers] Dialog on Lock Screen

2010-01-12 Thread Elvis Prokopis
I am goind to sleep,good night 2010/1/12 Jason Proctor jason.android.li...@gmail.com let's not get into all that again :-) there was a thread before the holidays entitled Block Switch App where this was discussed at length. I thought you could replace the lock screen? On Mon, Jan 11,

[android-developers] Re: bind to a service

2010-01-12 Thread grace
from the code what i understand is you didnot define the class that implements the service methods(api s like onbind() ..etc) for this code to work u need to return one Ibinder object from the onBind()..( which acts as proxy to the service object) this IBinder object is passed to the

Re: [android-developers] Dialog on Lock Screen

2010-01-12 Thread Elvis Prokopis
thank you a lot but I am too busy in the moment Regards Prokopis Elvis Serbia,Europe +381605713821 2010/1/12 sansu sansu.andr...@gmail.com I need to display a dialog on top of lock screen when volume keys are pressed. How can I do this? Thanks in advance, -- You received this message

[android-developers] android emulator and AudioRecord - audio in

2010-01-12 Thread lokida
Hello, I would like to use audio input with the emulator (inspiring by this tutorial: http://www.anddev.org/viewtopic.php?p=22820) but each time my application stopped. It 's happen on starting of AudioRecord. I would like to know what is the solution to use audio input with the simulator. I

[android-developers] Linking to Amazon MP3 Store on Nexus One

2010-01-12 Thread Rico
We used to be able to link to a search page on the Amazon MP3 app through the method described here: http://groups.google.com/group/android-developers/browse_frm/thread/2660d9745ce2c208/5705d193adeae842?lnk=gstq=amazon+mp3#5705d193adeae842 However, it looks like the Nexus One shipped with a

[android-developers] Re: JDBC Driver for SQLiteDatabase

2010-01-12 Thread Elliott Hughes
On Dec 22 2009, 12:50 pm, jotobjects jotobje...@gmail.com wrote: On Dec 19, 2:05 am, kristianlm kristianl...@gmail.com wrote: hi Elliott, what exactly does it mean that the driver is unsupported and that it shouldn't be used? The SQLite driver could change in a future a release.  It

[android-developers] Format double to a currency format

2010-01-12 Thread zachariahyoung
This maybe be a simple question but how to you format a double into a dollar format? For example I have a value of 4.2. In a textview I would like to see $4.20. Also what are my options for applying the correct currency symbol? -- You received this message because you are subscribed to the

Re: [android-developers] Re: ERROR/AndroidRuntime(703): java.lang.VerifyError

2010-01-12 Thread Elvis Prokopis
Thank you 2010/1/11 Kumar Bibek coomar@gmail.com Some dependencies are missing. Check your library docs to see what other jars you need to include. You can get a clue from you logcat output. It will mention the Classname that it cannot find. Kumar Bibek http://tech-droid.blogspot.com

  1   2   3   >