[android-developers] Re: How to get around restriction on Bluetooth major device class of 0?

2012-02-24 Thread DonFrench
, DonFrench wrote: Some Android devices are programmed by the manufacturer to skip over devices with major device class of 0 (BluetoothClass.Device.Major.MISC). This means that it is impossible to use those Android devices to control many existing gadgets that contain simple serial

[android-developers] Re: Why do some Android phones see my Bluetooth device and some don't?

2012-02-24 Thread DonFrench
://zornsoftware.talsit.info/blog/pairing-spp-bluetooth-devices-with-android-phones.html. However, the Droid Incredible still does not connect and I do not yet know why. Any ideas would be welcome. On Friday, February 17, 2012 2:01:09 AM UTC-6, DonFrench wrote: Why do some Android phones see my

[android-developers] Why do some Android phones see my Bluetooth device and some don't?

2012-02-17 Thread DonFrench
Why do some Android phones see my Bluetooth device and some don't? I have a gadget that is controlled via Bluetooth. The gadget contains a simple serial (SPP) Bluetooth device connected to a microcontroller. Some Android phones see it and some don't. All the phones in question are 2.1 or

[android-developers] How to get around restriction on Bluetooth major device class of 0?

2012-02-17 Thread DonFrench
Some Android devices are programmed by the manufacturer to skip over devices with major device class of 0 (BluetoothClass.Device.Major.MISC). This means that it is impossible to use those Android devices to control many existing gadgets that contain simple serial Bluetooth transceivers, most of

[android-developers] Re: Newbie's Android problem

2010-08-24 Thread DonFrench
Or thirty or forty. On Aug 23, 11:52 pm, Sergey Timoshin timoshin.ser...@gmail.com wrote: Only Android . . . is displayed on the screen, Just wait 5-10 minutes. On Sun, Aug 22, 2010 at 1:04 PM, erakovic.bo...@gmail.com erakovic.bo...@gmail.com wrote: Hi, I have just start to develop

[android-developers] Re: Samsung Galaxy S and Bluetooth Issues

2010-08-12 Thread DonFrench
I also have a Bluetooth app that I developed using a Nexus One and I am finding that some carriers have disabled Bluetooth serial in their phones, presumably to prevent tethering. I don't know if this is the case with the phone you tested with or not but this might be the way they are preventing

[android-developers] Re: Eclipse + Android SDK

2010-07-22 Thread DonFrench
Oh, that you already have. Notice at the bottom of the XML editor window that there are two tabs, one with the name of your xml file and the other called Layout. Click the one named Layout. On Jul 22, 3:44 pm, coy cawe...@gmail.com wrote: http://yfrog.com/75androidp You are correct, but I

[android-developers] Re: how do you guys feel about the develop tools?

2010-07-21 Thread DonFrench
Eclipse has no problem installing over a running app with the same name. I do it many times a day. The logcat issue exists but is not the fault of Eclipse but rather Google's plugin. But I agree, it is an annoyance. You can refresh the logcat file most of the time, btw, by going to the DDMS

[android-developers] Re: Disabling Java formatting in the Eclipse editor

2010-07-17 Thread DonFrench
Out of curiosity, what do you hate about the Java formatting. I rather like it myself. On Jul 17, 3:23 pm, A Curious Developer imdb...@yahoo.com wrote: Is there a (simple) way to completely and utterly disable all Java formatting in the Eclipse editor? That is an Eclipse question, but I

[android-developers] Why doesn't this discussion list function properly on Android phones?

2010-07-14 Thread DonFrench
A little off topic, but it is about Android phones and this discussion list, so here goes. If you receive emails from this list in digest form and try to read the email on your Android phone (or at least on the Nexus One, the only phone I have experience with), when you click on any of the topics

[android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-13 Thread DonFrench
an app on the market it will be ok until you update it. On Jul 13, 5:24 am, DonFrench dcfre...@gmail.com wrote: I guess the lack of API support for Bluetooth is the reason Google doesn't show Bluetooth-capable apps for pre-2.0 devices?  Out of curiosity, what are you doing to get around

[android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-13 Thread DonFrench
Ok, I clicked the star and added my support. On Jul 13, 12:17 pm, Jonas Petersson jonas.peters...@xms.se wrote: On 07/13/2010 09:05 PM, DonFrench wrote:   [Joe's app ] So Bluetooth is not necessary to benefit from using your app but those whose phones support it can reap the additional

[android-developers] Re: Creating Multiple User Preference

2010-07-12 Thread DonFrench
Each preference you store must have its own key. So if you have two users, you need two unique keys. Of course you could save a list of values under a single key by putting them into a String and separating the individual values with a separator of your own choosing. On Jul 11, 8:33 pm, Kelvin

[android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-12 Thread DonFrench
I guess the lack of API support for Bluetooth is the reason Google doesn't show Bluetooth-capable apps for pre-2.0 devices? Out of curiosity, what are you doing to get around the lack of Bluetooth support in the APIs prior to 2.0? On Jul 10, 5:33 am, Joe samuel.law...@gmail.com wrote: Hi I

[android-developers] Re: bluetooth apps for android

2010-07-11 Thread DonFrench
No. On Jul 11, 8:44 am, Manu manubharg...@gmail.com wrote: Is there anyway of testing bluetooth applications for android phone without actually having a real android device. I am asking this because the emulaator does not support bluetooth. -- You received this message because you are

[android-developers] Re: How to know whether bluetooth is enabled/disabled

2010-07-09 Thread DonFrench
This is the way I do it. I also want to know if the app is running in the emulator so I first check if there is a default adapter. BluetoothAdapter sBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); if (sBluetoothAdapter == null) { // Bluetooth is not availabl EMULATOR =

[android-developers] Re: Bluetooth pairing problem

2010-07-02 Thread DonFrench
What happens if you go to SettingsWirelessBluetooth and unpair it and then re-pairing? Do you get prompted for the passkey? On Jul 2, 12:18 am, margo margoko...@gmail.com wrote: Problem is that it automatically pairs without passkey and so I cannot use passkey. Passkey what this device uses is

[android-developers] Re: is there an easier way?

2010-07-02 Thread DonFrench
Tell us what problems you are having with Eclipse. Maybe we can help. I am using it on XP-64 and Windows 7 and have no problems and like it quite a bit. On Jul 2, 11:04 am, Jokerstud31 jokerstu...@gmail.com wrote: is there any other programs or ways to program with the SDK or the ADT other then

[android-developers] Re: Can I start a new activity that’s not specified in the AndroidManifst.xml file?

2010-06-29 Thread DonFrench
So declare it! On Jun 25, 7:00 pm, Snap snap4...@gmail.com wrote: I'm trying to write some dynamic code that I load a new class that's supposed to be an Activity and I want to start it, but using the regular startActivity(Intent) wants the Activity to be Declared in the AndroidManifest.xml

[android-developers] Re: Bluetooth pairing problem

2010-06-29 Thread DonFrench
Try entering all zeros for the passkey. On Jun 29, 12:22 am, margo margoko...@gmail.com wrote: Hi, I am trying to create SPP connection with glucose meter. I can successfully pair with device and I can successfully establish connection however no data can be transferred because device must

[android-developers] Re: Bluetooth pairing problem

2010-06-29 Thread DonFrench
The default is four zeros in most cases. On Jun 29, 12:22 am, margo margoko...@gmail.com wrote: Hi, I am trying to create SPP connection with glucose meter. I can successfully pair with device and I can successfully establish connection however no data can be transferred because device must

[android-developers] Re: UI Stack over flow

2010-06-23 Thread DonFrench
Try swapping in a different keyboard just to eliminate a possible hardware problem. On Jun 22, 8:15 pm, Gabriel Simões gsim...@gmail.com wrote: Please help! Reinstaling the SDK tools hasn´t solved the problem. Right now I can´t work :( On 22 jun, 22:57, Gabriel Simões gsim...@gmail.com

[android-developers] Re: SPP bluetooth

2010-05-31 Thread DonFrench
I am not sure how to confirm it without access to another kind of handset and a corresponding development environment. On May 30, 1:34 pm, Robert Armstrong rarmstrong...@googlemail.com wrote: I agree they are not the same. However I can confirm the UUID in my modified BluetoothChat is the HID

[android-developers] Re: SPP bluetooth

2010-05-29 Thread DonFrench
1124--1000-8000-00805F9B34FB is not the same as 110B--1000-8000-00805F9B34FB. On May 29, 1:30 am, Robert Armstrong rarmstrong...@googlemail.com wrote: Thanks for your interest... The source code of the second example I posted is identical to the SDK provided BluetoothChat  

[android-developers] Re: SPP bluetooth

2010-05-28 Thread DonFrench
I notice that the UUID you are using differs slightly from the one in the final line of the log, where it says onUuidChanged. Could you be using the wrong UUID? On May 28, 2:10 pm, Robert Armstrong rarmstrong...@googlemail.com wrote: I managed to transfer a file from the host PC to the HTC

[android-developers] Re: Best way to live demo apps

2010-05-28 Thread DonFrench
DroidAtScreen (http://blog.ribomation.com/2010/01/21/droidscreen/) works great in my experience. Just hook up a projector and your Android to your PC and then demo your program right from your phone. Fast action animation will suck but otherwise it works fine. It works better than the emulator

[android-developers] Re: HTC desire couldn't connect to bluetooth device.

2010-05-27 Thread DonFrench
See if manually unpairing the paired device before running your app, using SettingsWirelessBluetooth has any effect. I had a similar problem but in my case, I had two paired devices with the same device name and it was trying to connect to the wrong device. On May 25, 11:13 pm, atlee

[android-developers] Re: Can I use code to enable the GPS service?

2010-05-25 Thread DonFrench
Someone correct me if I am wrong but I think that since 2.0 the only thing you can do is to present the settings page. On May 25, 3:53 am, Kenneth WON kenneth...@gmail.com wrote: Dear all, Can I use code to enable the GPS service? I don't want to prompt the setting page. Thanks. Kenneth

[android-developers] Re: Bluetooth question regarding observing a pairing

2010-05-25 Thread DonFrench
On Mon, May 24, 2010 at 4:00 PM, DonFrench dcfre...@gmail.com wrote: Have you looked at the BluetoothChat example?  It does what you want. On May 23, 10:03 am, Jake Maui jakemau...@gmail.com wrote: Is there a way to observe a bluetooth pairing and then be aware of when the connection

[android-developers] Re: Bluetooth question regarding observing a pairing

2010-05-25 Thread DonFrench
and when the connection is dropped. Thanks -Kurt On Tue, May 25, 2010 at 10:28 AM, DonFrench dcfre...@gmail.com wrote: The BluetoothChat program is looking for a service with a specific UUID and you need to change it to match the service you are looking for.  For the Serial Port Profile (SPP

[android-developers] Re: Bluetooth question regarding observing a pairing

2010-05-24 Thread DonFrench
Have you looked at the BluetoothChat example? It does what you want. On May 23, 10:03 am, Jake Maui jakemau...@gmail.com wrote: Is there a way to observe a bluetooth pairing and then be aware of when the connection no longer exists?  Basically I want to observe when my phone connects to

[android-developers] Re: An SDK without Java

2010-05-24 Thread DonFrench
There is something non-functional about the current SDK? On May 20, 8:44 am, Matt Joyce mdjo...@gmail.com wrote: Are there any plans to produce an SDK that's Java free? I'd really like to develop for my phone, but the current SDK prevents me from doing so in good conscience.  I am curious if

[android-developers] Re: Sliding Drawer question

2010-05-19 Thread DonFrench
Oh, THAT On May 17, 11:12 pm, aadnon marty.musa...@gmail.com wrote:  ELF              (     ¨   4    †      4     (        p       X   X                           ”   ”                           Ðe $f              (   (   (   à   à                   È   +   é ~       Œ   Ë           ¸  

[android-developers] Re: Is SPP supported by Android BT API?

2010-05-12 Thread DonFrench
Yes, SPP is supported. In the BluetoothChat example, change to the UUID to 1101--1000-8000-00805F9B34FB and it communicates with devices using SPP. On May 10, 6:57 am, Pobudzio pobudkiewicz.mac...@gmail.com wrote: Hello, I'm a little bit confused about supporting SPP by Android

[android-developers] Re: Connecting to bluetooth devices

2010-05-05 Thread DonFrench
handsfree device (not establish my own custom data connection). On May 5, 5:09 am, DonFrench dcfre...@gmail.com wrote: http://developer.android.com/intl/de/guide/topics/wireless/bluetooth On May 4, 2:29 pm, Dan Forever the.mep...@googlemail.com wrote: Excellent, where did you find

[android-developers] Re: Connecting to bluetooth devices

2010-05-04 Thread DonFrench
In Android 2.0 +: Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); startActivityForResult(enableIntent, REQUEST_ENABLE_BT); On May 4, 2:09 am, Dan Forever the.mep...@googlemail.com wrote: I'm looking to create a button in my app that essentially does the same

[android-developers] Re: Connecting to bluetooth devices

2010-05-04 Thread DonFrench
http://developer.android.com/intl/de/guide/topics/wireless/bluetooth.html On May 4, 2:29 pm, Dan Forever the.mep...@googlemail.com wrote: Excellent, where did you find that? On May 4, 9:38 pm, DonFrench dcfre...@gmail.com wrote: In Android 2.0 +:    Intent enableIntent = new Intent

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-05-01 Thread DonFrench
a similar issue with a spica? On 1 Mai, 00:13, dan raaka danra...@gmail.com wrote: is the device being referred here Spica (i5700)? -Dan On Fri, Apr 30, 2010 at 12:10 PM, DonFrench dcfre...@gmail.com wrote: I am not sure if it is the same issue but it sounds related.  My app was eventually

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-04-30 Thread DonFrench
: Is this related to: http://stackoverflow.com/questions/2661932/problem-with-bluetooth-on-... http://pastebin.org/191806http://pastebin.org/191824http://pastebin.org/191830 It sounds like the same issue... On Apr 29, 2:09 am, DonFrench dcfre...@gmail.com wrote: (sorry, premature Send of previous

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-04-30 Thread DonFrench
No, it is the AutoMate robot from The Gadget Works (http:// www.TheGadgetWorks.com). On Apr 30, 3:13 pm, dan raaka danra...@gmail.com wrote: is the device being referred here Spica (i5700)? -Dan On Fri, Apr 30, 2010 at 12:10 PM, DonFrench dcfre...@gmail.com wrote: I am not sure

[android-developers] Re: bluetooth - IOException: Connection refused

2010-04-28 Thread DonFrench
Are you doing the pair/unpair on the Nexus or the other device? If on the Nexus, please tell me how to do that. I have a different problem that might be related to pairing and I could test my theory if I could unpair.a previously paired device. Unfortunately I don't have the ability to do it

[android-developers] Re: bluetooth - IOException: Connection refused

2010-04-28 Thread DonFrench
not connect to before, I now can. I still don't understand what caused the problem I had (inability to connect to one of two identical devices) but it was fixed by unpairing. On Apr 28, 4:43 pm, DonFrench dcfre...@gmail.com wrote: Are you doing the pair/unpair on the Nexus or the other device

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-04-28 Thread DonFrench
Update to this problem: I discovered that the device that could not be connected to had been paired at some time in the past. Both devices have the same name but different MAC On Apr 24, 4:30 pm, DonFrench dcfre...@gmail.com wrote: There is an apparentbugin theBluetoothservice discovery code

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-04-28 Thread DonFrench
to connect and from then on I could connect to either device without doing any more unpairing. On Apr 28, 5:03 pm, DonFrench dcfre...@gmail.com wrote: Update to this problem:  I discovered that the device that could not be connected to had been paired at some time in the past.  Both devices

[android-developers] Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-04-24 Thread DonFrench
There is an apparent bug in the Bluetooth service discovery code, as has been mentioned by several people on several forums. The upshot is that the BluetoothSocket.connect( ) method consistently fails to discover a valid SPP service on some devices that are discoverable with non-Android devices

[android-developers] Re: 14-year-old Android Developer:

2010-04-22 Thread DonFrench
Congratulations to you and to Christian! Maybe you could talk the North East Independent School District into including the name or a link to the app so that Christian could get even more sales. And how about posting it here? On Apr 22, 12:41 am, patbenatar patbena...@gmail.com wrote: Congrats

[android-developers] Re: 2.1 Bluetooth support still needs work

2010-04-20 Thread DonFrench
I have a similar problem and I suspect a timing problem. In my case, I have two seemingly identical devices and my Android Bluetooth app can connect to one of them but not the other. Both devices use the same serial Bluetooth radio and everything else about the two devices is identical. I know

[android-developers] Re: ArrayIndexOutOfBoundException while reading the file

2010-04-19 Thread DonFrench
It looks like there are a lot of things wrong with this code but have you thought of logging the values of start and end immediately before the statement that crashes the program? This isn't really an Android question, by the way. On Apr 18, 10:41 pm, pramod.deore deore.pramo...@gmail.com

[android-developers] Re: Do the USB drivers work on XP64?

2010-04-18 Thread DonFrench
Nope, they don't work on XP-64. On Apr 18, 12:28 pm, ThomasWrobel darkfl...@gmail.com wrote: I have two machines, one a WindowsXP32, and one 64. Both with AMD64 chips. I have eclipse on both, and the SDK on both. I'm using the usb drivers with the HTC Legend (http://

[android-developers] Re: LogCat logging wrong time

2010-04-14 Thread DonFrench
? On Apr 13, 8:09 pm, DonFrench dcfre...@gmail.com wrote: All the messages being logged inLogCatnow have the wrong time.  It is running about 35 minutes fast.  Any idea why or more importantly, how to fix this? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Application not installed - anyone have thoughts as to why?

2010-04-14 Thread DonFrench
I have successfully installed my (first) app many times to my Nexus One directly from Eclipse But now I want to distribute it to some testers. So I exported it from Eclipse and created a signed version and put it up on my web site. When I download that version to my phone and attempt to

[android-developers] Re: Application not installed - anyone have thoughts as to why?

2010-04-14 Thread DonFrench
Thanks, Mark. Uninstalling first did the trick. On Apr 14, 6:13 pm, Mark Murphy mmur...@commonsware.com wrote: DonFrench wrote: I have successfully installed my (first) app many times to my Nexus One directly from Eclipse   But now I want to distribute it to some testers.  So I exported

[android-developers] Re: Application not installed - anyone have thoughts as to why?

2010-04-14 Thread DonFrench
Thanks, I figured that out from Mark's answer but what did you see in the logcat message that you thought would tip me off? On Apr 14, 8:02 pm, Edward Falk ed.f...@gmail.com wrote: If you check your logcat messages, you'll probably get your answer, but I'll tell you here anyway: You're not

[android-developers] LogCat logging wrong time

2010-04-13 Thread DonFrench
All the messages being logged in LogCat now have the wrong time. It is running about 35 minutes fast. Any idea why or more importantly, how to fix this? -- 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] Re: Multiple Listviews in single Activity?

2010-04-09 Thread DonFrench
into this laborious thread, but I want to add my 2 cents. @DonFrench: IMO you have confused the behavior and the appearance of radio buttons a bit. By behavior, I mean the underlying state of the control group. The behavior is clearly 1-of N (although none selected is another possible state). How

[android-developers] Re: ListView question

2010-04-09 Thread DonFrench
, DonFrench dcfre...@gmail.com wrote: Is there any way to programmatically select a ListView item such that when using a simple_list_item_single_choice layout, it lights up the radio button?  Because setSelection(position) does not seem to have this effect. -- You received this message because

[android-developers] Re: Multiple Listviews in single Activity?

2010-04-08 Thread DonFrench
to the question as to how does one light up a specific radio button is to use: getListView().setItemChecked(mClickedItem, true); Again, sorry to have upset you and Bob. On Apr 8, 7:30 am, ~ TreKing treking...@gmail.com wrote: On Wed, Apr 7, 2010 at 7:57 PM, DonFrench dcfre...@gmail.com wrote

[android-developers] Re: Multiple Listviews in single Activity?

2010-04-08 Thread DonFrench
people manage to communicate at all, sometimes. We think we speak the same language, but we're not even on the same planet! On Apr 8, 9:16 am, DonFrench dcfre...@gmail.com wrote: FWIW, I used the light metaphor because that is exactly what a radio button group is supposed to portray: a set

[android-developers] Re: Multiple Listviews in single Activity?

2010-04-07 Thread DonFrench
On Apr 7, 8:14 am, ~ TreKing treking...@gmail.com wrote: On Tue, Apr 6, 2010 at 7:44 PM, DonFrench dcfre...@gmail.com wrote: And the truth is that even then the odds are that no one will answer you. I highly disagree. I recently posted a very simple and clear one-sentence question

[android-developers] Re: Multiple Listviews in single Activity?

2010-04-07 Thread DonFrench
not easy -- and even if everyone suddenly managed to do it, it'd just increase the competition for answers to good questions! On Apr 7, 9:17 am, DonFrench dcfre...@gmail.com wrote: On Apr 7, 8:14 am, ~ TreKing treking...@gmail.com wrote: On Tue, Apr 6, 2010 at 7:44 PM, DonFrench dcfre

[android-developers] Re: Multiple Listviews in single Activity?

2010-04-07 Thread DonFrench
I don't know what light up a radio button means for example). REALLY??? So do you not know what a radio button is or do you not know what happens when you select one? OK, here is the explanation of radio buttons. Radio buttons are used for single-choice lists (and spinners and AlertDialogs

[android-developers] Re: Multiple Listviews in single Activity?

2010-04-06 Thread DonFrench
And the truth is that even then the odds are that no one will answer you. I recently posted a very simple and clear one-sentence question that I know a high percentage of the people on this list knew the answer to. Maybe it was too easy, I don't know. I did eventually find the answer myself (I

[android-developers] Re: SPP bluetooth

2010-04-05 Thread DonFrench
Not sure why you say not Android. Android has supported SPP Bluetooth since API level 5 (Android 2.0). Check out the BluetoothChat example. You might need to change the UUID to 1101--1000-8000-00805F9B34FB but otherwise it works fine. On Apr 3, 4:36 am, Holston holsto...@googlemail.com

[android-developers] ListView question

2010-04-04 Thread DonFrench
Is there any way to programmatically select a ListView item such that when using a simple_list_item_single_choice layout, it lights up the radio button? Because setSelection(position) does not seem to have this effect. -- You received this message because you are subscribed to the Google Groups

[android-developers] Bug or feature?

2010-03-29 Thread DonFrench
It is perfectly legal for a URL to contain an embedded space in certain situations, such as in this example: http://maps.google.com/maps?q=37.265632,+-122.2468(10:33 PM)iwloc=Ahl=en. But when this URL is pasted into the body of an email from Android code, it breaks at the space, rendering it

[android-developers] Re: R.id cannot be resolved

2010-03-29 Thread DonFrench
Can you show us the contents of R.java. It is in the gen folder. On Mar 29, 3:17 am, mnavlani monishanavl...@gmail.com wrote: thanks for your reply! I used the following code in main.xml: ?xml version=”1.0” encoding=”utf-8”? LinearLayout xmlns:android=”http://schemas.android.com/apk/res/

[android-developers] Re: Bug or feature?

2010-03-29 Thread DonFrench
:52 am, Mark Murphy mmur...@commonsware.com wrote: DonFrench wrote: It is perfectly legal for a URL to contain an embedded space in certain situations, such as in this example: http://maps.google.com/maps?q=37.265632,+-122.2468(10:33 PM)iwloc=Ahl=en. The IETF would disagree with your

[android-developers] Re: How to prevent long URL from breaking in generated email?

2010-03-29 Thread DonFrench
As you might have guessed from a subsequent post of mine, it turns out that the culprit was an embedded space in the URL. On Mar 28, 8:12 pm, DonFrench dcfre...@gmail.com wrote: I am generating an email in my app in which I include a long URL.  The entire URL appears in the email

[android-developers] How to prevent long URL from breaking in generated email?

2010-03-28 Thread DonFrench
I am generating an email in my app in which I include a long URL. The entire URL appears in the email but the clickable link portion of it consists of only the first 90 characters. Why does this happen and how can I prevent it? -- You received this message because you are subscribed to the

[android-developers] Re: Nexus One ADB XP 64

2010-03-25 Thread DonFrench
No, but if you do, let me know how you did it. On Mar 24, 5:06 pm, Joshua Frank frankjos...@gmail.com wrote: Anyone got the Nexus One working with adb on XP 64? I've tried the r3 driver from the SDK and I've even tried the drives from the xda-developers forum and had no luck. -- Joshua

[android-developers] Re: Any Bluetooth experts care to take a stab at this puzzle?

2010-03-22 Thread DonFrench
take longer to connect than others and connect() is not tolerant of these longer connection times? On Mar 21, 6:41 pm, DonFrench dcfre...@gmail.com wrote: I have an Android 2.0 app that successfully sends messages to another device via Bluetooth SPP, using a slightly modifed version

[android-developers] Re: SOLVED - Eclipse problem with Project contains errors and nothing is obviously wrong

2010-03-21 Thread DonFrench
This happens when the active file in the editor at the time you build is an XML file. You can avoid it by selecting a Java file in the editor before you build. Besides doing a ProjectClean, you can just delete the .out file and then select a Java file and rebuild. On Mar 20, 9:02 pm, Stephen

[android-developers] Any Bluetooth experts care to take a stab at this puzzle?

2010-03-21 Thread DonFrench
I have an Android 2.0 app that successfully sends messages to another device via Bluetooth SPP, using a slightly modifed version of BluetoothChat. I only had to change the UUID to make the Chat example work. Here is the puzzle: My app successfully and consistently connects to one of two

[android-developers] Re: Android Bluetooth Development - Problem connecting

2010-03-17 Thread DonFrench
BTW: There is some very important Information missing on the Android- dev Page about the Bluetooth API. The android.Permissions.INTERNET have to be set in the Manifest too, because without them creating a Socket will fail. I am not replying to your main question because I don't have time to

[android-developers] Re: Custom Dialog

2010-03-17 Thread DonFrench
Same error in AlertDialog. Cost me two hours. I just starred it. On Mar 17, 1:36 pm, TreKing treking...@gmail.com wrote: On Wed, Mar 17, 2010 at 10:09 AM, Lance Nanek lna...@gmail.com wrote: I tried the official issue route of getting someone to do something here:

[android-developers] Re: Layout on emulator and phone

2010-03-12 Thread DonFrench
Oddly, I can no longer get an emulator to display a full-resolution 480-800 screen. This is something that changed on me overnight. Even if I specify the resolution explicitly when creating an emulator device, it still comes up 320x480. Has anyone else had this problem and do you have any

[android-developers] Emulator has gone nuts

2010-03-11 Thread DonFrench
I have been using the same emulator device for weeks and getting 480x800 resolution every time. But today when I launched it, it came up with a much different resolution. I am not sure what it is but maybe 320 x 480. So I created a new device and hard coded the resolution to 480x480 but it comes

[android-developers] Re: Can I get sued for using Android Caller ID?? -Please answer

2010-03-08 Thread DonFrench
I would recommend against telling them that you have tons of money On Mar 8, 9:59 am, chris harper ch393...@gmail.com wrote: Thank monmonja I found and contacted a company that holds a patent on a feature that my app centers around. They are going to work with me and review my app

[android-developers] Re: Damaged SDcard with microsSD32GB with nexusone amd droid with android2.0 or higher version only

2010-03-06 Thread DonFrench
I have a 8GB card in my Nexus One and it just became damaged, causing me to lose all my photos and videos. I have no idea why this happened but I wonder if it could be in any way related. On Mar 5, 1:53 am, sai shadow...@gmail.com wrote: Good afternoon to all Developers                        

[android-developers] Which devices can I expect my Bluetooth app to run on?

2010-03-05 Thread DonFrench
I am writing an app that does serial Bluetooth communication using the SPP profile and I have successfully tested the Bluetooth functionality on the Nexus One running Android 2.1. All the necessary Bluetooth classes are tagged Since 2.0. Can I assume that any device running 2.0 or greater will

[android-developers] Re: When will Serial Port Profile become part of Bluetooth in Android SDK?

2010-03-03 Thread DonFrench
The BluetoothChat example works fine for me on Nexus One running Android 2.1 after changing the UUID for SPP. I haven't tried using 2.0.1, however. On Mar 3, 1:27 am, klasl klas.larb...@gmail.com wrote: At present we have not been able to get BluetoothChat sample (with modified UUID ) or any

[android-developers] Re: Bluetooth connect not working

2010-02-26 Thread DonFrench
Did you try using the Bluetooth Chat example without modification except for changing the UUID? That is what I did and it worked for me. On Feb 26, 1:53 am, Jamie jamie.higg...@gmail.com wrote: I am trying to establish a connection to another Bluetooth device on my Nexus One (2.1) with the

[android-developers] Re: why I can't see google's nexus one from eclipse

2010-02-25 Thread DonFrench
The drivers that come with the latest Android SDK download work well for Vista 64bit and Windows 7 64bit (i used it on both). I don't know about XP 64bit, though... I do! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: why I can't see google's nexus one from eclipse

2010-02-24 Thread DonFrench
Yes, with XP-64, for which there seems to be no solution. What OS are you using? On Feb 24, 8:11 pm, pohtzeyun pohtze...@gmail.com wrote: Same thing happened to me but it happened AFTER i applied the update 1. Anyone in the same situation as me? :) On Feb 17, 1:42 am, cindy

[android-developers] Re: Non-parallel construction of DatePicker and TimePicker

2010-02-22 Thread DonFrench
Thanks, I starred it. On Feb 21, 9:35 am, Mark Murphy mmur...@commonsware.com wrote: DonFrench wrote: and don't know what it means to star an issue. Step #1: Click on the link I supplied Step #2: Click on the star towards the upper-left corner of the page -- Mark Murphy (a Commons Guy

[android-developers] Re: Non-parallel construction of DatePicker and TimePicker

2010-02-21 Thread DonFrench
take to implement DatePicker.setOnDateChangedListener(...). They do have a well-tested model to work from, after all. On Feb 21, 5:11 am, Mark Murphy mmur...@commonsware.com wrote: DonFrench wrote: I was surprised and dismayed to discover that the DatePicker and TimePicker classes, which

[android-developers] Re: Disable RadioGroup ?

2010-02-19 Thread DonFrench
Or you could make them invisible but that isn't the same thing as just disabling them of course. On Feb 19, 4:39 am, Mark Murphy mmur...@commonsware.com wrote: Atif Gulzar wrote: Hi How can I disable RadioGroup, means all the radio buttons should e disabled. I already tried setEnabled

[android-developers] Re: How To Using lisview

2010-02-18 Thread DonFrench
Have you read the tutorial? http://developer.android.com/intl/de/resources/tutorials/views/hello-listview.html On Feb 17, 7:07 pm, Reno Akbar robotijo.be...@gmail.com wrote: Hai Guys any body share with me how to use lisview ? thanks -- You received this message because you are

[android-developers] Re: why I can't see google's nexus one from eclipse

2010-02-16 Thread DonFrench
Unless you are on XP-64, in which case it appears that there is no way. Someone correct me if they know different. On Feb 16, 10:24 am, Mark Murphy mmur...@commonsware.com wrote: cindy wrote: I need to test my application on nexus one. Why I could not see the device (connected to my USB

[android-developers] Re: Really simple android question

2010-02-11 Thread DonFrench
It has more to do with how much memory you have than the speed of the processor. On my brand new 1G netbook it takes 4-5 hours!!! Check the Task Manager and I think that you will see that the emulator is eating up all the memory and CPU resources as it swaps memory to disk to make space for

[android-developers] Re: Trouble: Windows XP detecting Nexus One by USB

2010-02-11 Thread DonFrench
Are you by any chance using XP-64? If there is a way to make the phone visible on that platform I haven't found it but I have no problems on Windows 7. On Feb 10, 7:10 pm, Coltin ultran...@gmail.com wrote: 'adb devices' returns 'List of devices attached' followed by nothing, and eclipse

[android-developers] Re: Eclipse Emulator

2010-02-09 Thread DonFrench
I have this problem on my W7 netbook, which only has 1G of memory. But if I wait long enough (4+ hours), it eventually comes to life. And in the meantime it is eating almost all of the machine cycles. So my conclusion is that you need more than 1G of memory (or superhuman patience) to run the

[android-developers] Bluetooth always times out after 45 secs

2010-02-01 Thread DonFrench
My app is a modified version of the Bluetooth Chat example. It uses SPP for one thing and it is uni-directional communication, which is to say that it does not listen on the Input stream. It throws an IO Exception consistently about 40 seconds after making the connection, as shown in the

[android-developers] Re: bluetooth support

2010-01-29 Thread DonFrench
I have a Bluetooth SPP app working on version 2.1 without using a 3rd party tool. Which tool did you use BTW? On Jan 29, 8:17 pm, Honest honestsucc...@gmail.com wrote: Hello, From my application i need to do communication with external bluetotoh device. applictrion need to communicate using  

[android-developers] Re: adb doesn't see Nexus on XP-64

2010-01-27 Thread DonFrench
No one has any thoughts on this? Anyone else using XP-64 for Android development? On Jan 25, 10:06 pm, DonFrench dcfre...@gmail.com wrote: I can't get adb to see my Nexus on XP-64.  That is, when I run adb devices it lists only the open emulators and not the Nexus. Likewise, Eclipse does

[android-developers] adb doesn't see Nexus on XP-64

2010-01-25 Thread DonFrench
I can't get adb to see my Nexus on XP-64. That is, when I run adb devices it lists only the open emulators and not the Nexus. Likewise, Eclipse does not show the Nexus as an available deployment target. Yes, I have the latest USB driver for Nexus. The driver appears to have installed correctly.

[android-developers] Re: Using Nexus One as a development phone: Problem with USB driver under windows 7 64 bit

2010-01-25 Thread DonFrench
But it doesn't work on XP-64, at least not for me. On Jan 11, 5:45 pm, Mark Murphy mmur...@commonsware.com wrote: 48-New wrote: I'm working on Windows XP using Eclipse.  Can't attached theNexusOne either.  Saw the xda post below as well but not sure I know how to proceed onces I download

[android-developers] Any problems developing on XP-64?

2010-01-24 Thread DonFrench
I am attempting to use XP-64 with Eclipse to develop my first Android app and I want to test it on my Nexus One. I successfully installed the USB driver and the device manager shows Android Phone Android Composite ADB Interface, so everything looks OK. The phone is connected via USB to the PC

[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