[android-developers] Is there a word balloon widget/View?

2010-01-27 Thread abnormative
I'm looking for a word balloon widget (or View) -- basically a TextView that looks like the word balloons you see when a character talks in a comic strip. Mark -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Sharing the machine for Android development

2010-01-27 Thread Ingemar Olsén
Hi! I am also facing some problems with running multiple Eclipses with ADT on the same server(Ubuntu 9.10 64-bit). But the problems come when we want to debug applications on different Emulators. It seems as though it is not possible to couple a specific emulator instance to a specific Eclipse

[android-developers] Adding an ArrayList of LinearLayout objects to the UI

2010-01-27 Thread Willy Farrell
I am trying to use the following code to go through an ArrayList of LinearLayout objects, add each one to a TableLayout, and finally add that TableLayout to a ScrollView defined in the main.xml file. ScrollView theScrollView = (ScrollView) findViewById (R.id.scroll_view);

[android-developers] Conditionally show/hide listview item

2010-01-27 Thread Bryan
I have a listview activity that uses SimpleCursorAdapter to populate the list from a SQLite database. The database field in question is an INTEGER data-type, set with either a 0 or a 1 value, in a boolean format, 0 being false, and 1 being true. In my listview, I want to show a textview

[android-developers] Application crashing - out of memory?

2010-01-27 Thread xoiram
Hi I'm contributing to a project that retrieves real-time data about public transportation in Oslo. And we have a bug that I'm unable to track down. The flow of the application is something like this: 1. Display favorite stops (either in an Activity or from a LiveFolder) 2. User chooses a stop

[android-developers] problem resolving id's of custom views

2010-01-27 Thread Enric Geijo
I have a problem resolving the id of a custom made view: from the following layout I try to get the first view doing, mName= (LabelledEditTextWithUnits) findViewById (R.id.areaname); but I get the second!! any idea on whether this is a bug or I am doing anything wrong? thanks.

[android-developers] Problematic HTTPS Posts, help needed

2010-01-27 Thread Kai
Hi all, I'm in the middle of developing my first android application and have finally hit a significant roadblock that I can't seem to figure a way around. The application involves HTTPS posting from an activity within the app to my test server. While I've worked around accepting the self-signed

[android-developers] ListView Drawables

2010-01-27 Thread kellogs
Hi, Can anyone point me to the right way of drawing a circle as part of a ListView row ? The code below used to work ok in some android beta SDK but now under 1.6 it only draws me a black cirle. How can I change it's colour from getView(..) ? My code: public View getView(int position, View

[android-developers] Viewing next screen

2010-01-27 Thread Madiba
Good Evening All, I am new to developing on Android. So far, I was able to create an app that shows a spinner for users to pick from. Depending on what they've picked, I would like to show a new window in the app with an EditText. Finally compute what was entered and display another window with

[android-developers] How to identity whether Drawable are using same Resource or different.

2010-01-27 Thread Abhishek
Hello, I have to buttons which may use same drawable or different, In case of same drawable i dont need animate the buttons, is there any way by which i can compare the drawable and see if they are using same Resource or different. As per

[android-developers] take picture without preview

2010-01-27 Thread shumin
Hi I would like to build an app that does not require to show preview, I only need bitmap data to analyse. For instance when I move my phone around it will take picture in background and only display user the taken picture properties (brightness, RGB ratio in the image etc). I have searched

[android-developers] Re: Android Emulator Stop Working in Eclipse

2010-01-27 Thread apregister08
I am confused. When you are talking about killing the task, are you talking about on the host OS or within the emulated phone? I can't do it within the emulator, because the emulator won't start. I can start the emulator from the command line, but it won't start from within Eclipse. If you are

[android-developers] Re: Emulator DNS/network problems...is there a posted fix?

2010-01-27 Thread Kwisatz
Hello, I also had the same problem and spent an entire day messing with configurations and sugestions found on Google. No luck at all. Until I found a solution that seemed ridiculous, but... it worked! Start the Emulator normally (even from eclipse), and in the GUI go to: Settings Wireless

[android-developers] hebrew support

2010-01-27 Thread judy
Please just add foreign fonts easily and immediately especially hebrew. Hard to imagine a motorola droid doesn't support -- 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: What About Oversize Apps?

2010-01-27 Thread Dan Terrill
Sounds like someone needs to work on a library to make that easier to do. Would there be any commercial value in it? From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of TreKing Sent: Wednesday, January 27, 2010 12:06 PM To:

[android-developers] SIP development on Android

2010-01-27 Thread Tony
Hello ,All! I'd like to share my sip development experience with you as well giving you my problems.I hope anyone can help me! I compiled osipperser2 ,osip2 and exosip2 on NDK platform, Base on the three static libraries osipperser.a ,osip2.a ,exosip2.a , I wrote a sample base on sip

[android-developers] Setting displayed size of video on HTC Hero different

2010-01-27 Thread dwilde1
Hello, all - I have an app framework I am developing on a hero, and the results I get are different between the Hero and the Emulator. I'm developing to Android 1.5, and on the Hero the video fills the longest dimension and clips the shorter dimension every time, no matter what I put in for

[android-developers] Re: Can't get delivery reports with SMS

2010-01-27 Thread Mathieu Maret
Ok I was listening at the wrong parameters... Now, i've set MESSAGE_RECEIVED = android.provider.Telephony.SMS_RECEIVED; and receiver android:name=MessageReceiver intent-filter action android:name=android.provider.Telephony.SMS_RECEIVED/ /intent-filter /receiver

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
Nice, there goes another myth. I read about recycling the MotionEvent at a couple of places on the net. Thanks for clearing that up! I wonder however why it is exposed as a public method. Additionally, the semantics of onTouch allow me to return a boolean indicating that i consumed the event (or

[android-developers] Re: SIP development on Android

2010-01-27 Thread jotobjects
See this link about emulator IP address: http://developer.android.com/intl/fr/guide/developing/tools/emulator.html#networkaddresses And see this link about network redirecting: http://developer.android.com/intl/fr/guide/developing/tools/emulator.html#redirections Thanks for sharing this

[android-developers] New sales have come to a halt Re: Developer console stopped updating?

2010-01-27 Thread WoodManEXP
There has been 0 movement on the Developer Console (total or active installs) for days for the four apps we publish. They had constant and increasing activity November, December and early January. We also are unable to find our apps when searching the Market on Verizon HTC Hero phone.

[android-developers] Re: Launching the correct activity on resume

2010-01-27 Thread jotobjects
On Jan 27, 2:13 am, ayanir ayanir...@gmail.com wrote: Hello, I have a similar problem when I open the application from the Market. if I go from Activity A (LAUNCHER) to B, press Home key and re open the application from the Home screen icon it come back to Activity B (the last Activity)

[android-developers] Re: Problematic HTTPS Posts, help needed

2010-01-27 Thread WoodManEXP
Hello, I have done a lot of work with the Android communicating via http, Get and Post, with servers. Most of it seems to work pretty much the same as the org.apache.http.* libraries on other platforms (which is in itself pretty neat!). Couple of things that might be helpful - Do the http work

[android-developers] Re: Adding an ArrayList of LinearLayout objects to the UI

2010-01-27 Thread Nerdrow
Is there a reason you can't just use a ListView and extend a BaseAdapter? Your method will keep all of the linear layout rows in memory as opposed to an Adapter which would recycle them for you. On Jan 27, 6:09 am, Willy Farrell willy.farr...@gmail.com wrote: I am trying to use the following

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Okay, I understand that, but in order to use that function, I need a handle to the dynamically created EditText. How do I get that handle? -- 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: Is there a word balloon widget/View?

2010-01-27 Thread Nerdrow
There are two 9-patch graphics in the SDK, platforms\android-?.?\data \res\drawable-hdpi\popup_inline_error.9.png and platforms\android-?.? \data\res\drawable-hdpi\popup_inline_error_above.9.png. Set either as the background of a normal TextView/other View. You might want to change the border

Re: [android-developers] Re: EditTexts and Handles

2010-01-27 Thread TreKing
On Wed, Jan 27, 2010 at 2:04 PM, Aaron Rudolph aanrudol...@gmail.comwrote: Okay, I understand that, but in order to use that function, I need a handle to the dynamically created EditText. How do I get that handle? EditText et = new EditText(...); ... et.getText();

[android-developers] Re: how to set a word in a TextView clickable

2010-01-27 Thread Nerdrow
You're trying to allow links on specific words, right? If you're looking for standard words (like url's, phone numbers, etc), just set the autoLink property. If you have custom words that you're looking for, search the dev docs for Linkify; you'll end up creating a regex to match the words

[android-developers] Re: First HTTP/S requests are slow. [Android 1.5]

2010-01-27 Thread Yuvi
mmm that's strange. First of all, are you using a real device or the emulator? Which android version? Are you connecting through Wi-Fi o Mobile Network? I just tried your code and it seems fast (max 6 seconds...but never 20). For the PrintStream, you might try wrapping the OutputStream inside a

Re: [android-developers] how to set a word in a TextView clickable

2010-01-27 Thread Narendra Bagade
u can use html code in the TextView in setText method of textview. Regards, Narendra On Wed, Jan 27, 2010 at 11:40 PM, monty neilm30s...@gmail.com wrote: culd any1 plz tell me how to set a particular text in a TextView as clickable and not the entire text in TextView.At present

[android-developers] How to narrow down PACKAGE_REPLACED, PACKAGE_ADDED?

2010-01-27 Thread Mariano Kamp
Hey, I need to listen to the above mentioned actions/events. I am actually only interested in two packages. Now with the current declaration in my manifest my app's process is started every time any app is installed or replaced: receiver android:name=com.newsrob.PackageChangedReceiver

[android-developers] Android market and other languages...

2010-01-27 Thread reyden
I'm writing a free application that's only in Serbian language atm. English version will follow but priority is to get it published on Serbian. I'd like to know will I be able to upload my app on Android Market, or it has to support some of official Market languages? -- You received this message

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Can that value 'et' be stored in a global array and referenced later? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
@Ralf that doesn't look suspicious at all. I guess we'll have to wait for Robert to chim in. On Jan 27, 7:45 pm, Mario Zechner badlogicga...@gmail.com wrote: Nice, there goes another myth. I read about recycling the MotionEvent at a couple of places on the net. Thanks for clearing that up! I

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread skyman
Yes it should work, but I think that this global array should be accesed only from Activity where the EditTexts were created, but I'm not shure. On 27 Sty, 21:56, Aaron Rudolph aanrudol...@gmail.com wrote: Can that value 'et' be stored in a global array and referenced later? -- You received

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Yeah...that's the problem... I'm accessing my equivalent of 'et' from another function. It works fine when I access the variable from the function in which the EditText was created, but when I access it from a button callback, it gives me an error. Don't know how to get the debug info. -- You

[android-developers] Re: Speech Recognition Problem

2010-01-27 Thread nutricheck
Hi Petar As far I know the Recognizer intent has a default language setting to EN_US and talks to google servers for speech data. So two questions arise 1) Did you have internet connectivity (wifi or 3G) when you did this ? 2) You tested your speech for English and not French ? I would like to

Re: [android-developers] Re: EditTexts and Handles

2010-01-27 Thread TreKing
On Wed, Jan 27, 2010 at 3:14 PM, Aaron Rudolph aanrudol...@gmail.comwrote: I'm accessing my equivalent of 'et' from another function. It works fine when I access the variable from the function in which the EditText was created, but when I access it from a button callback, it gives me an

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Thanks. Sorry for bothering you. I think it was an XML error. D'oh. -- 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

Re: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread Greg Donald
On Wed, Jan 27, 2010 at 3:41 PM, hap 497 hap...@gmail.com wrote: Hi, Can you please tell me how can I force my android activity to always display in landscape mode? For example, in android vnc viewer, it always display in landscape mode regardless of my phone orientation (see attached).

Re: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread hap 497
Thanks. But that is not what i am looking for. For some reason , that app always shows in 'landscape mode' regardless the emulator is in landscape mode or portrait mode. On Wed, Jan 27, 2010 at 1:43 PM, Greg Donald gdon...@gmail.com wrote: On Wed, Jan 27, 2010 at 3:41 PM, hap 497

RE: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread Dan Terrill
Are other apps able to display in portrait mode? -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of hap 497 Sent: Wednesday, January 27, 2010 4:49 PM To: android-developers@googlegroups.com Subject: Re:

Re: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread Wayne Wenthin
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); But change it to Landscape? This is how I force it to portrait in my

[android-developers] Re: How can I force the display mode of my android activity

2010-01-27 Thread nikhil
You need to put activity android:name=.ActivityName android:screenOrientation=landscape/activity in manifest , right? On Jan 27, 3:51 pm, Dan Terrill d...@acsysinteractive.com wrote: Are other apps able to display in portrait mode? -Original Message- From:

Re: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread Greg Donald
On Wed, Jan 27, 2010 at 3:49 PM, hap 497 hap...@gmail.com wrote: Thanks. But that is not what i am looking for. For some reason , that app always shows in 'landscape mode' regardless the emulator is in landscape mode or portrait mode. Oh, you wanna change the app, not the emulator..

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Robert Green
So Ralf, Is that really what you have for your touch handling? Nothing - and you get that slowdown? Can you test with a Thread.sleep(16) in there? On Jan 27, 3:01 pm, Mario Zechner badlogicga...@gmail.com wrote: @Ralf that doesn't look suspicious at all. I guess we'll have to wait for

Re: [android-developers] Re: Record raw Audio, process audio and save as ogg or another compressed format

2010-01-27 Thread chris harper
Hi I need to do something similar for my application and I looked into it about a month ago but has since concentrated on another part of my app. I still need to do it. So it's still something that I have to tackle. I was thinking of doing was reading from the mic into a byte array and then

Re: [android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Ralf Schneider
Robert, yes, there is really nothing more! I have already tested with a Thread.sleep(18). This does not change the behaviour. Actually it makes other things worse. Events don't get handled in time: If you don't touch the screen for a while it's get dimmed. If I put in the Thread.sleep(...) and

[android-developers] Another (hopefully simple but interesting) Speech Recognition question

2010-01-27 Thread chris harper
Hi I know to recognize speech from the user holding the phone you can use Recognizer Intent. Cool. Has anyone tried (or is it possible) to use Recognizer Intent to detect when someone on the phone is talking? I imagine this would have to be tied somehow to: VOICE_UPLINK_INPUT = 1 or

[android-developers] Multi-threaded http requests cause exception

2010-01-27 Thread Biosopher
I have an app making an https post on one thread while performing a file download on another thread. For some odd reason, I am getting a ClientProtocolException saying that The server failed to respond with a valid HTTP response. The error goes away if everything is run on a separate thread.

Re: [android-developers] Re: Who wants Multi-touch in all Android versions?

2010-01-27 Thread SoftwareForMe.com SoftwareForMe.com
@Dianne, We're using the Android API in a way completely consistent with the documentation. If device OEM's decide not to implement some of the API, we will have to make adjustments, as described in my post above. I think concerns over fragmentation are more about devices with proprietary,

Re: [android-developers] Re: US Taxes: Does Google send a 1099 tax form?

2010-01-27 Thread Kevin Duffey
Funny.. if you make enough.. they take your money.. if you dont, they dont help you in reverse. Sad. On Wed, Jan 27, 2010 at 7:27 AM, Streets Of Boston flyingdutc...@gmail.comwrote: About reporting a loss at tax time: You can't if you only make a few hundred bucks or so. It's considered a

Re: [android-developers] Multi-threaded http requests cause exception

2010-01-27 Thread Kevin Duffey
Is it possible the server you are reaching for is single threaded in some way that it rejects more than one request from the same client? On Wed, Jan 27, 2010 at 3:09 PM, Biosopher biosop...@gmail.com wrote: I have an app making an https post on one thread while performing a file download on

[android-developers] docs for shape xml syntax

2010-01-27 Thread jotobjects
Where is there information about the syntax of shape xml files. These can be used to define 2D graphics as I understand it. There are few spotty examples in the samples directory but that is all I have found. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: list - need suggestion

2010-01-27 Thread android beginner
Hi, The basic list that I want to view is working. In my first list activity(ListDemoActivity), I choosed some element, which triggers another list A activity. If I go back (on pressing BACK key), the state of ListDemoActivity screen is preserved. Now If I select the same element again, I expect

Re: [android-developers] Re: list - need suggestion

2010-01-27 Thread Jason Proctor
first off, use String.equals() to compare the contents of strings, not ==. the == operator checks for object reference equality. this isn't what you want, unless you use intern() throughout, which i wouldn't recommend. Hi, The basic list that I want to view is working. In my first list

Re: [android-developers] Multi-threaded http requests cause exception

2010-01-27 Thread Dan Sherman
Important note: The post occurs to a different server than the download so the servers themselves should not be causing the problem. On Wed, Jan 27, 2010 at 6:50 PM, Kevin Duffey andjar...@gmail.com wrote: Is it possible the server you are reaching for is single threaded in some way that it

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Lance Nanek
Someone in one of the past threads on this issue mentioned that overriding dispatchTouchEvent on Activity performs better than onTouchEvent on a View. It might be worth testing that if you guys are writing benchmarks anyway. On Jan 27, 5:56 pm, Ralf Schneider li...@gestaltgeber.com wrote:

[android-developers] Re: Archos Approval on an app

2010-01-27 Thread Andrei
i got the voucher, but it does not seem to work when i enter it in discount area and click Ok it does not show any discount how does it work? Instructions from email If you are in the US or in Canada Go to http://store.archos.com/ Proceed with your purchase. When in the basket cart, type your

[android-developers] Should Canadian Android developers switch to iPhone instead

2010-01-27 Thread ian
Hey Canucks: It appears that paid Android apps cannot currently be bought or sold in Canada. Google seems unwilling to clarify this important concern for northern Android developments. Why the silence Mountain View? Continuing Android app development under this uncertainty seems a waste of time

[android-developers] Re: How can I enable assert statement on Android?

2010-01-27 Thread Zsolt Vasvari
He's asking about the assert keyword. And no, I don't believe that works, but would love to be proven wrong. On Jan 28, 12:19 am, Brion Emde brione2...@gmail.com wrote: Did you look at that link? That is the class that let's you do assertions. If you try: Assert.assertEquals(yes, no); // you

[android-developers] Re: Orientation Change effect on Spinner control

2010-01-27 Thread Zsolt Vasvari
I created a bug report for this exact same issue a few days ago. Please star it if it's important to you: http://code.google.com/p/android/issues/detail?id=6223 On Jan 27, 6:43 pm, navlrac carl.vansch...@gmail.com wrote: Did anyone figure this out? I have the same issue. Additionally, I have a

[android-developers] Re: Emulator DNS/network problems...is there a posted fix?

2010-01-27 Thread ajoburg
Thanks Kwisatz. This was helpful and helped me realize the issue is actually that I'm trying to do data access during a voice call, which can only be done when the device is in 3G or WiFi mode. Unfortunately, my emulator is displaying GPRS and it's not clear how to switch it. Neither the netspeed

[android-developers] Re: Multi-threaded http requests cause exception

2010-01-27 Thread Biosopher
I've tracked the problem down to a rather odd place: Handler. The first post networking call is kicked off on a separate thread when the user clicks a button. When this call returns its result, a Handler is spawned to update the UI and also download the image data for display in a newly created

[android-developers] Re: list - need suggestion

2010-01-27 Thread theSmith
On Jan 27, 7:03 pm, android beginner android.beginne...@gmail.com wrote: Hi, The basic list that I want to view is working. In my first list activity(ListDemoActivity), I choosed some element, which triggers another list A activity. If I go back (on pressing BACK key), the state of

[android-developers] Adding a distance to a GeoPoint

2010-01-27 Thread Eric Crump
I need to draw a circle on my map. I have the GeoPoint and I have the radius of the circle in meters. How do I add a distance to a GeoPoint and get a GeoPoint as a result? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Data access during a phone call on the emulator

2010-01-27 Thread ajoburg
I have an app that needs network access during phone calls, which requires android to be in 3G or Wifi mode. Unfortunately, my emulator is displaying GPRS and it's not clear how to switch it (or if this is even possible). Neither the netspeed flag for the emulator nor the *#*#4636#*#* test mode

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
@Ralf you can find the base activity for my tutorial code at http://code.google.com/p/android-gamedev/source/browse/trunk/src/com/badlogic/gamedev/tools/GameActivity.java. Inserting fps timing should be easy. @Lance that sounds like an interesting idea. However, i suspect the flood arises at a

[android-developers] Where to host my Open Source app?

2010-01-27 Thread kylestew
Where is the best place to host an Open Source project for an Android app? I am thinking about setting my app eTools free into an open source license. I want to know the best place to host that project. I will probably go with code.google.com but wanted to hear what others have done. Thanks Kyle

Re: [android-developers] Adding a distance to a GeoPoint

2010-01-27 Thread Kevin Duffey
I am interested in this too. The numbers are fractional, so I am wondering how you actually figure out the distance say, a 1/2 inch is on the screen relative to the zoom level. Is there an api call that takes into account the zoom level and can give a way to draw a specific distance.. such as a

Re: [android-developers] Re: Multi-threaded http requests cause exception

2010-01-27 Thread Frank Weiss
When you say thread, I hope you mean AsyncTask. That's the recommended way to run background tasks, such as network downloads, and reliably handle the resuslts in the UI thread. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Kevin Duffey
Is there any reason as to why when you touch the screen, a constant flood of events comes in? I mean, does each event reflect a single pixel on the screen where a touch is happening..and thus a finger that might span a circumference of say 60 pixels, causes tons of events to come in for those

[android-developers] Auto correct fail on soft keyboard

2010-01-27 Thread yidongsoft
I set the editText with these flag EditorInfo.TYPE_CLASS_TEXT|EditorInfo.TYPE_TEXT_FLAG_CAP_SENTENCES| EditorInfo.TYPE_TEXT_FLAG_AUTO_COMPLETE| EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT And it works when I type in with my computer keyboard( the application is running in a emulator). But it fails

Re: [android-developers] Re: What About Oversize Apps?

2010-01-27 Thread Kevin Duffey
There are other issues to worry about with this tho.. like.. where do you host the images? Do you run your own server and pay for hosting.. domain name reg, etc? If so, do you have the know how to write the server piece (if not, shoot me a private mail, I know how). I wouldn't want to host my pics

[android-developers] Bluetooth connect socket timeout

2010-01-27 Thread Ron
I'm getting a connect timeout using Android as a bluetooth client connecting to a server device. I'm pretty sure the UUID is correct as I no longer get the immediate service discovery errors that I got when using any other UUID string. So I have two questions: 1) Is it possible to lengthen the

[android-developers] Re: How can I enable assert statement on Android?

2010-01-27 Thread fadden
On Jan 26, 7:11 pm, EricWang whaom...@gmail.com wrote: How can I enable assert statement on Android? I have referred to a url:http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=d... and done what it said: adb shell setprop dalvik.vm.enableassertions all Did you stop/start

Re: [android-developers] Should Canadian Android developers switch to iPhone instead

2010-01-27 Thread Michael J McLean
I am about to abandon Android myself, after spending the majority of last year learning and developing in it. I am not in Canada. My main concerns are to do with the difficulty of getting information systematically (everything seems piecmeal and you feel that you are always dependent on

[android-developers] Re: Application crashing - out of memory?

2010-01-27 Thread fadden
On Jan 27, 4:57 am, xoiram mari...@gmail.com wrote: I've pasted the log below, and was just wondering if it's possible to confirm my suspicion that it crashes because it ran out of memory? That's a native crash. Unless you've got native code in your app, there shouldn't be anything it can do

[android-developers] TTS not working using 2.1 AVD

2010-01-27 Thread courageac
I am following all the steps in my Activity to check whether the TTS is available before call speak(). I see the following in my LogCat which seems fine. But it's simply silent, no voice spoken. I also tried it on my Nexus One, with the TTS enabled in settings. Would appreciate if somebody

[android-developers] Re: What About Oversize Apps?

2010-01-27 Thread niko20
Hi, That's the other thing that I don't like about this whole download it to sdcard if it's too big. I really actually do believe that game devs can take advantage of this, BUT I think it's also sort of annoying in the sense that it can force an app to have the full internet access when a user

Re: [android-developers] Re: What About Oversize Apps?

2010-01-27 Thread Kevin Duffey
Well, keep in mind that every smart phone needs a data plan.. at least for the contracts. So pretty much every smartphone will at least have a 3G account enabled. If a user is weary of internet access.. don't install the app. If they want a great app that doesn't require 1/2 the app user space,

Re: [android-developers] Should Canadian Android developers switch to iPhone instead

2010-01-27 Thread Kevin Duffey
Best of luck to you Michael. Have fun having to code in Objective-C on an apple only hardware for the overly strict and bloated app store market. While I agree with some of what you said, it is indeed frustrating in some situations, I think you might have sort of dove in before you realized what

[android-developers] Re: Archos Approval on an app

2010-01-27 Thread Lance Nanek
That worked fine for me. I'm in the US running Firefox 3.5.7 on Ubuntu 9.10. It looks like the OK button for the Discount Code area of the form uses JavaScript. So one thing that might be worth checking is that you have that enabled. On Jan 27, 7:22 pm, Andrei gml...@gmail.com wrote: i got the

[android-developers] Re: New sales have come to a halt Re: Developer console stopped updating?

2010-01-27 Thread nubin...@gmail.com
Maybe Google is shifting resources to support dissatisfied NexusOne customers rather than dissatisfied Android market developers? Oh wait, has there been any Android developer at all? Sorry I am confused. I thought I was posting on an Apple forum ... On Jan 27, 11:27 am, WoodManEXP

[android-developers] Re: Adding a distance to a GeoPoint

2010-01-27 Thread Eric Crump
Got it to work with this: radius = (int)projection.metersToEquatorPixels(item.getRadiusInMeters ()); Still have some rounding issues to work out though -- 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] Screenshot of background apps current state

2010-01-27 Thread Breezy
Okay, I can obtain a list of apps running in the background... like a task manager. But now I want to take a screen shot of the app and what state it's currently in. Is this possible? For example, I want to display a screenshot of an email if gmail is opened in the background and has an email

[android-developers] how to make a layer slide out from behind another layer and back on click of a button

2010-01-27 Thread Jonathan
I have been trying all day to handle this and couldn't figure it our nor find any decent examples. Basically, I have 2 layouts (view groups), that will sit at the bottom of the page, on on top of the other (hidden). When you click a button in the top layout, the bottom one slides out from behind

[android-developers] Testing location using network as location provider?

2010-01-27 Thread julius
Hi, I have an application which uses the network as the location provider (rather than GPS eg.), however I can't seem to figure out how to send the emulator test coordinates. In DDMS I would usually send coordinates in the Emulator Control tab. Is there a place to simulate coordinates derived

[android-developers] Re: US Taxes: Does Google send a 1099 tax form?

2010-01-27 Thread Streets Of Boston
You can report a negative income, but not on a hobby (see my example above about selling one photograph to deduct expensive lenses and camera). On Jan 27, 6:48 pm, Kevin Duffey andjar...@gmail.com wrote: Funny.. if you make enough.. they take your money.. if you dont, they dont help you in

Re: [android-developers] Re: SIP development on Android

2010-01-27 Thread Tony
I have set the IP address for the two emulator instance , On ubuntu terminal I input netstat -an|grep 5060/5061 and it shows tcp0 0 127.0.0.1:5060/5061 0.0.0.0:* LISTEN , and input ; and I redirect the emulator's adress to my localhost adress by using commands redir

Re: [android-developers] Re: list - need suggestion

2010-01-27 Thread android beginner
Yea, went through the document and got good understanding of activities tasks. I observed one issue though (Not sure if its an issue, maybe I need to call some other functions). In my first list A, I selected one item using Keys. This leads to create another list Activity B. I just browsed the

[android-developers] Re: Should Canadian Android developers switch to iPhone instead

2010-01-27 Thread Jason
I agree with Kevin. Supporting different platform versions is a pain we just have to bear. And I would have thought that iPhone developers face the same issues anyway.. as I understand it there are three major iPhone devices (original, 3G, 3GS) and countless API/firmware versions floating

[android-developers] Re: Android market and other languages...

2010-01-27 Thread Kumar Bibek
Hmm, Good question. I guess, you should ask this question on the Android Market forum, but don't hope to get an answer. :) They take ages. I think you will need to support one of the official languages displayed while uploading. I am not sure though. Kumar Bibek On Jan 28, 1:32 am, reyden

[android-developers] Re: Dynamic views removed when switching to landscape

2010-01-27 Thread Kumar Bibek
You will have to write your code in such a way that on change of orientation, you bring up all the views that were present before,. The default behaviour is, the Acitivity is created from the onCreate() method, after the change of orientation. Kumar Bibek On Jan 27, 11:09 pm, TreKing

[android-developers] Re: org.apache.commons.io.FileUtils

2010-01-27 Thread Pranav
Hi Terry Stone, You need not to unzip the commons-io-1.4-bin.zip. You need to just put in the following way using eclipse. Just follow the below steps to add zip or jar files to your project. 1) Do RIGHT CLICK on your particular project 2) Java Build Path (Select from the left panel) 3)

[android-developers] Comparing dates in a sqlite database

2010-01-27 Thread em00guy
I'm trying to develop a strategy for comparing dates in a sqlite query.Since sqlite has no date type. It seems that the best way to compare dates is as unix time integers (seconds since jan 1 1970). Is this the best approach? Thanks much. -- You received this message because you are subscribed

[android-developers] Re: US Taxes: Does Google send a 1099 tax form?

2010-01-27 Thread Nathan
If you don't have a tax advisor, there are plenty of IRS publications on the subject of business vs hobby income. I oversimplified in my last post. http://www.irs.gov/newsroom/article/0,,id=172833,00.html As it says: If your activity is not carried on for profit, allowable deductions cannot

[android-developers] configuring same resource file for many languages

2010-01-27 Thread GPU
Hi , Is it possible to confugure same resource file (eg only Arabic resource : layout-ar) to many languages .Like if want to configure for (arabic , farsi,hebrew) ?Is it possible .. I know that in run time the android framework eliminate the unwanted resource files.But the total apk

[android-developers] Re: Comparing dates in a sqlite database

2010-01-27 Thread Kumar Bibek
That's a good option and probably the only one if you want to include the date field for filtering/fetching records... Kumar Bibek On Jan 28, 9:47 am, em00guy jwa...@gmail.com wrote: I'm trying to develop a strategy for comparing dates in a sqlite query.Since sqlite has no date type.

[android-developers] getting notified on documents change

2010-01-27 Thread Nemat
Hi friends... I am currently working to get notified when a new document is added/ edited/deleted.But I dont find any way to do this.Can you guys give me some suggestions regarding this??? Any help will be appreciated Thanks in Advance Nemat -- You received this message because you are

<    1   2   3   >