[android-beginners] Re: Cannot see map in my mobile device

2009-11-05 Thread Tim
On Nov 2, 12:39 am, newbie123 abhaysupa...@gmail.com wrote: Hello, THis is my first time deling with MapActivity and I was able to work the MapView example , go it to compile and launched it on my device, but I dont see it displaying any maps. It just shows the white screen with zoom button

[android-beginners] start activity when the application icon is clicked

2009-11-05 Thread preeti
Hi, i was just running a demo application.it runs successfully but my problem is when ever i run the application from eclipse the emulator shows me the activity.Instead i wanted to know how can i avoid this screen to launch automatically. only when i should click on the

[android-beginners] Re: Change Android Language

2009-11-05 Thread Bthejay
Right Paul... that's not gonna help if you are reading that in Chinese and want to get to English... I have a Magic, bought it in China, can explain the way to change it in my system Settings symbol (hammer and other tool) -- 9th menu option (3rd from the bottom) -- 1st menu option -- 1st menu

[android-beginners] Can't update view

2009-11-05 Thread keyvez
I am populating (through inflation) an XML file and then I want to update the textSize of each TextView and redraw it, but it's not updating the view with new textSize. Here is the code: public class Contacts extends ListActivity { private SimpleCursorAdapter mAdapter; private

[android-beginners] Code difference at driver level ....................

2009-11-05 Thread Sagar Gajjar
Hi, Is there any driver level difference between android-1.5 and android-1.6? Regards, Sagar -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from

[android-beginners] Re: SimpleCursorAdapter and Spinner control

2009-11-05 Thread gin_tonic
Found the source of the problem and the solution. 1. android.R.id.text1 is predefined UI element for Spinner control and should be used in 'to' array 2. In this case (using SimpleCursorAdapter) cursor MUST have '_id' field. If you get data from SQL database and use raw SQL query, it possible to

[android-beginners] Maximum display resolution possible

2009-11-05 Thread Sagar Gajjar
Hi friends, I am new to android and I want to display some high resolution images(1280x720) on android emulator .So please tell me which things I need to change. Regards, Sagar -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to

[android-beginners] java.lang.IllgealArgumentException:OnCreateDialog did not create a dialog for id ..

2009-11-05 Thread 大方
Hello,guys! I encountered a problem while I run the application below.The UI can appear in the emulator screen normally,but while I click the button the bug appears.Below I attach the source and the logcat: the source code: HelloDatePicker.java package HelloDatePicker.pkg; import

[android-beginners] Any existed support for ZigBee module?

2009-11-05 Thread defyer
I'm using TI CC2530 ZigBee module, and I think I'm gonna need ZigBee driver to lay the infrastructure for the application, right? So, does Android support ZigBee communication? And WiFi?? Cheers, Johnson -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] Audio and Video Issue in android application....

2009-11-05 Thread dileep
Hi Friends, Did anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload. Can

[android-beginners] Re: SDK Setup on Windows

2009-11-05 Thread wade.jen
My experience: 1. My first unpacking, I just got a folder: tools and two files: SDK Readme.txt, SDK Setup.exe 2. I changed another sofeware and unpacked again. there were three folders. 3. Run SDK Setup.exe 4. I got the error message Failed to fetch the URL https:// You might want to

[android-beginners] Re: SDK Setup on Windows

2009-11-05 Thread Xuefeng Wu
I'm having the same problem. after created add-ons and platforms folder by hand and it work... What's wrong? On Nov 3, 12:42 am, mellery451 mellery...@gmail.com wrote: On Nov 1, 10:31 pm, Raphael r...@android.com wrote: On Thu, Oct 29, 2009 at 10:20 AM, mellery451 mellery...@gmail.com

Re: [android-beginners] Widget update with Context.sendBroadcast()

2009-11-05 Thread Mark Murphy
Carl wrote: I would like to update my AppWidget only, without interfering with the other widgets in the system. I created the following code, but I am not sure it other widgets will also update, since I am using Context.sendBroadcast(). Intent myWidgetUpdate= new Intent

[android-beginners] Starting an activity from a service

2009-11-05 Thread Tabibito
Hi all, I've begun creating a Call Notes application that runs as a service from startup, senses when a call has ended, and pops up a screen where you can put in a note about the call. So far I have gotten the service to start on boot, the service senses the hangup, but when it does, I can't get

Re: [android-beginners] Re: Installing Android Tools in Eclipse on Ubuntu

2009-11-05 Thread Mr. Baseball 34
I tried the http thing but still nothing. I don't understand why it won't even show anything or enable the Next button. The progress indicator goes all the way to 100%. I've also tried the manual installation with the downloaded gz file and it STILL won't show anything. I've uninstalled and

[android-beginners] New Android Project in Eclipse - Build Target Section Not Selectable

2009-11-05 Thread Songmak
Hi- I was finally able to get Android SDK installed on Ubuntu 9.10 but now when I try to create an Android project the build target cannot be selected. This in turn does not allow me to move to the next step. It is as if the UI is shrinking the Build Target section so much that nothing can be

[android-beginners] Re: SDK r3 on Ubuntu 9.10

2009-11-05 Thread kuniklo
I got this to work by running: env GDK_NATIVE_WINDOWS=1 ./android in the tools directory Thanks for the tip. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To

[android-beginners] Re: HelloAndroid app crashing

2009-11-05 Thread hitrobinho
Thank you very much On Sep 23, 4:50 am, hjnorris henry.nor...@gmail.com wrote: Go to Help - Software Updates and update the Android DDMS. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

Re: [android-beginners] Re: I need to talk to a LIVE PERSON

2009-11-05 Thread Greg Donald
On Tue, Nov 3, 2009 at 3:52 PM, Justin Anderson janderson@gmail.com wrote: I may be wrong but I am pretty sure that Apple charges just as much, if not more, for applications sold on their store. Exactly 30%, same. Plus their initial developer fee is 4 times as much at $99! The $99 is per

[android-beginners] Are the standards for images/icons still valid?

2009-11-05 Thread Raistlin
Hi, I was just wondering if the UI Guidelines for icons/images are still valid. ([URL=http://developer.android.com/guide/practices/ ui_guidelines/icon_design.html]link[/URL]) I downloaded the 2.0 SDK and ran the emulator. I saw that the launcher icons for the apps deviate from the standards

[android-beginners] android bluetooth

2009-11-05 Thread george
hi all can i enable the bluetooth on sdk 2.0 emulator thnks -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to

Re: [android-beginners] Re: I need to talk to a LIVE PERSON

2009-11-05 Thread Mark Murphy
Ryan Rowland wrote: And 2 seconds later I find the page where they explain how they extort the market for 30%. Nevermind. I think I'll develop for the iPhone instead. Where you'll pay 30% and have no choice about it. Versus Android, where you have distribution options beyond the Android Market,

Re: [android-beginners] Re: Rounded corners for EditText

2009-11-05 Thread Mark Murphy
westmeadboy wrote: On Nov 2, 9:18 pm, Mark Murphy mmur...@commonsware.com wrote: Create your own custom StateListDrawable to serve as the background. The existing background should be in the Android source code -- clone that, then modify the .9.png files as desired. Won't the existing

[android-beginners] Issue with playing audio/video from remote url(HTTP/RTSP)

2009-11-05 Thread dileep
Hi Friends, Did anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload. Can

[android-beginners] Issue with playing audio/video from remote url

2009-11-05 Thread dileep
Hi Friends, Did anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload. Can

[android-beginners] android xml files

2009-11-05 Thread android beginner
hi i m new to android. my question is what is the use of xml files in android.like in j2me we wont have any xml files..simply we have source file...in andorid also we are having source files...then whats the use of xml files... 2)whats the difference between res/ and assets/ -- You

[android-beginners] Re: ADT Plugin for Eclipse on Ubuntu 9.10

2009-11-05 Thread jchatard
Exactly same problem here! On 2 nov, 20:06, Waspinator patrickw...@gmail.com wrote: I can't install the ADP plugin for eclipse 3.5 on Ubuntu 9.10. My first problem was thathttp://dl-ssl.google.com/android/eclipse/was not checked, and I would get an error. Once I did that, It let me click next

Re: [android-beginners] How to handle call button

2009-11-05 Thread Mark Murphy
viral wrote: Hi, I am new to android world. I have created a application, which basically calls a predefined number, when a button on my view is clicked. what i want to do is, if some one press the call Key on the device, and not the button on my view (it's important), the application

[android-beginners] how to install SDK in FreeBSD

2009-11-05 Thread gzm
same is the subject, who know how to install Android SDK in FreeBSD ? Thanks. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email

[android-beginners] Problem transitioning to TabActivity

2009-11-05 Thread Mike
Hi all, I am trying to start activity to a TabActivity intent and I keep getting the same error. I have tried to make this as simplistic as possible code wise...but no luck. My code is below the error message. java.lang.RuntimeException: Unable to start activity ComponentInfo

[android-beginners] Emmulator with Keypad doing Asian text

2009-11-05 Thread ScCrow
I have recently Eclipse, the environment,etc. So Im trying one of the first little code samples, the Relative Layout. Basically I just want to do a simple Logon screen, so I thought this would be a start. I created the project, cut and paste the code in and it runs. However, it is adding a

[android-beginners] Post Data and get the Response as a JSON

2009-11-05 Thread mapper
Hi, I am developing a application where I have to post the data to the server and it will give me JSON as a response. So how can I post the data to server and get the JSON as a response which I have to parse it? Thanks in Advance -- You received this message because you are subscribed to the

[android-beginners] Re: problem creating new android project

2009-11-05 Thread Songmak
I am experiencing the same problem in Ubuntu 9.10 and Eclipse 3.5. I can see the target list when I select the Test Android project but when I try to create an 'Android' project the target cannot be selected. Because of this I am sure it is not an Android SDK install issue. Any suggestions

[android-beginners] Headphone widget

2009-11-05 Thread mbadger
I am using the widget http://code.google.com/p/toggleheadset/ on the HTC hero. Currently the widget switches between HEADSET on and no HEADSET. This deactivates the phones built in microphone. I would like to edit the widget to switch between HEADPHONE on and no HEADPHONE, as this profile leaves

[android-beginners] Re: Sleep mode

2009-11-05 Thread Happy Stan
Hello: Is the ServiceState.setState() workable? I test setState() in ym device, and it seems not work. Many thanks On 11月1日, 下午4時52分, Indicator Veritatis mej1...@yahoo.com wrote: Did you look at the method ServiceState.setState() in the package android.telephony? STATE_POWER_OFF gets you

[android-beginners] Re: Rotate Activity screen

2009-11-05 Thread Tim
On Nov 4, 9:02 am, Batuka batukali...@gmail.com wrote: i wont my activity start with rotate screen like this --- setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); its working but if i open the my G1 front side  (it means you will see the keyboard) then my activity

Re: [android-beginners] Getting Hello, Android to Run w/SDK 2.0

2009-11-05 Thread Tom Chen
Try waiting a while.. like a good 2 minutes. It takes the emulator a while to startup before your test application is loaded. Tom On Wed, Nov 4, 2009 at 11:06 AM, CremeBrulee manfrommars...@yahoo.comwrote: Brand new to Android, but using Eclipse for a while. Using this tutorial:

Re: [android-beginners] Error occurs when layoutopt is run.

2009-11-05 Thread Sue
Edit tools/layoutopt.bat(line 47) as follows: call java %java_debug% -Djava.ext.dirs=%javaextdirs% -jar %jarpath% %* 2009/11/1 Ronald Mak ronald...@gmail.com: When I run layoutopt, the following error occurs: Exception in thread main java.lang.NoClassDefFoundError: lib \layoutopt/jar Caused

[android-beginners] How to change avd path.

2009-11-05 Thread hitrobinho
hi,i'm from China. my avd default path contains chinese,so i have to change the avd path,but i don't know how to do. thanks. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Roadmap for localisation / new languages and locales

2009-11-05 Thread Anders
Hello, does anyone know how to find out which new languages and locales we can expect in the upcoming releases of android? I am developing an app for a language that is not added yet (Norwegian), and currently we have to do some unelegant workarounds to provide our users with Norwegian UI

[android-beginners] resource id references in XML files?

2009-11-05 Thread Nurg
I'm attempting to set up arrays of resource ids in XML and choosing from them during runtime, but it appears the references are not resolving as I would expect. Here is an example of what I am doing in the arrays.xml file in my res/values directory: resources string-array name=pets

[android-beginners] Re: can't download ADT Eclipse plugin

2009-11-05 Thread Ronald Mak
System requirements of Android has mentioned that Eclipse Classic IDE package is not supported.. Try other packages such as Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers. -- You received this message because you are subscribed to the

[android-beginners] Re: Digest for android-beginners - 13 messages in 11 topics

2009-11-05 Thread mirra
hi ... can u explain me what is the difference between DDMS and ADB in android? -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this

[android-beginners] How to add a refresh button to a webview app?

2009-11-05 Thread BryBam
Hey guys, i'm very new to this. I only have basic XHTML knowledge and im looking into getting more into android development so ive been reading the tutorials but i cant find a tutorial on how to create a menu and then make the menu button refresh my webview content. anyone...here's my current

[android-beginners] Downloadable Reference

2009-11-05 Thread brohan
Is the reference located at http://developer.android.com/reference/classes.html available for download for offline viewing? -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Re: Can't start apps in emulator

2009-11-05 Thread nickoff
my console output looks as folows: [2009-11-04 19:57:45 - Snake]-- [2009-11-04 19:57:45 - Snake]Android Launch! [2009-11-04 19:57:45 - Snake]adb is running normally. [2009-11-04 19:57:45 - Snake]Performing com.example.android.snake.Snake activity launch [2009-11-04

[android-beginners] Using osmdroid via SVN and Eclipse

2009-11-05 Thread acme123
Hey guys - I'm very new to Android development... I'm mostly a .NET guy :) I have Eclipse set up with the ADT plugin, and I've configured Subversive. I've gone ahead and configured a project that shows up in my Package Explorer, and it says OSM 83. etc. My question now is what steps I need to

[android-beginners] SQLite with ANT

2009-11-05 Thread Titus Herwin Haliman
Hi everyone, I'm just start learning Android and try to use SQLite. I'm not using Eclipse (because of some reason) and use Android 1.6 SDK + JDK 1.6 U 12 + Apache ANT. I already can create the new project (helloworld), compile it, install it to emulator and run it on emulator. Then I added 1

[android-beginners] Re: I need to talk to a LIVE PERSON

2009-11-05 Thread Tim
On Nov 3, 9:52 pm, Justin Anderson janderson@gmail.com wrote: I may be wrong but I am pretty sure that Apple charges just as much, if not more, for applications sold on their store. Plus their initial developer fee is 4 times as much at $99! True. And don't forget the Mac that you have

[android-beginners] Re: Sleep mode

2009-11-05 Thread Happy Stan
Hello: Is the function of ServiceState.setState() workable? I tried to setState() in my device, it seems not work. Best Regards On 11月1日, 下午4時52分, Indicator Veritatis mej1...@yahoo.com wrote: Did you look at the method ServiceState.setState() in the package android.telephony?

[android-beginners] Re: Getting Hello, Android to Run w/SDK 2.0

2009-11-05 Thread Walker Rowe
Same problem with me. On Nov 4, 2:06 pm, CremeBrulee manfrommars...@yahoo.com wrote: Brand new to Android, but using Eclipse for a while. Using this tutorial: http://developer.android.com/guide/tutorials/hello-world.html I built the avm, set up my project for SDK 2.0 and made the code

[android-beginners] NullPointerException android executable (Ubuntu)

2009-11-05 Thread AndroidNoob
I am attempting to run under an Ubuntu system on a virtual machine. When I run the android executable, I can get the GUI but when I connect and try to obtain a list of available packages, the connect bar will complete but when I move the mouse it will crash. The error message is down a few lines.

[android-beginners] Re: Getting Hello, Android to Run w/SDK 2.0

2009-11-05 Thread sCrIpT mUnKeE
This is all correct. You have to wait until the Android unlock screen displays. Then click and drag the unlock button on the left of the Android UI towards the right. Ken On Nov 4, 11:06 am, CremeBrulee manfrommars...@yahoo.com wrote: Brand new to Android, but using Eclipse for a while. Using

[android-beginners] free Oracle Books

2009-11-05 Thread ENG
Download free Oracle books BOOK 1 http://tinyurl.com/ylba2ta BOOK 2 http://tinyurl.com/yfg3lm6 BOOK 3 http://tinyurl.com/yhg6nun -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Keep a service waiting for an event from an activity

2009-11-05 Thread Raghav
I have a service that checks if new version of database is available in the server. If new version is available, the service calls an activity to notify the user about availability of newer version of the database. Also, the activity prompts the user to confirm if the database has to be updated or

[android-beginners] Feature - What does everyone think of this!

2009-11-05 Thread StevenBerry54
Hi Xavier, I have an idea for an Android feature, which should be very quick to develop and implement. I currently use an iPhone, and absolutely love the Google App. I thought it would be an amazing idea, to implement the Voice search function (which by the way is very very fast returning

[android-beginners] How many people do you know that uses a cellphone?

2009-11-05 Thread edmel...@live.nl
How many people do you know that uses a cellphone? Figure this one out! How many people have a cellphone? Let's say there are millions of them How can i make money from this? Simple, just put up an ad on every phone. People click on your ad and see what you are selling. If they want it, they buy

[android-beginners] Unable to select build target for new Android project

2009-11-05 Thread Songmak
I am using Ubuntu 9.10 and Eclipse 3.5. After getting everything setup, the new Android project wizard screen is not allowing me to select a build target from the list. The targets are there and installed but the table is so condensed in the UI that you are unable to select a target and move to

[android-beginners] Re: SDK Setup on Windows

2009-11-05 Thread Walker Rowe
I got the same error message. I installed the linux package and it works great. But the windows one is missing the platforms folder. Hence the error message. So for now I am going back to linux. (I tried windows when the hello world application launched the emulator but failed to put any

[android-beginners] private application on Android Market

2009-11-05 Thread greg
Hello, I'm currently developing an Android application. I'd like to know if it is possible to publish it in Android Market as a private beta, only accessible for the people that have a password to test this application. Thanks, Greg -- You received this message because you are subscribed to

[android-beginners] no text displayed on emulator in Hello World program

2009-11-05 Thread Walker Rowe
Hi, Following the tutorial I wrote the hello world application shown below and eclipse shows the console messages shown at the bottom. Problem is the emulator launched just has normal graphical display and does not show the message Hello, Android. package com.rosewoodhillfarm.helloandroid;

Re: [android-beginners] private application on Android Market

2009-11-05 Thread Disconnect
No. Andappstore has such a feature though, if I remember correctly. On Thu, Nov 5, 2009 at 7:42 AM, greg g.merte...@tele2.ch wrote: Hello, I'm currently developing an Android application. I'd like to know if it is possible to publish it in Android Market as a private beta, only accessible

[android-beginners] Xperia X10 emulator skin now available for Android 2.0 SDK

2009-11-05 Thread Tea Vui Huang
Xperia X10 emulator skin now available for Android 2.0 SDK http://teavuihuang.com/android This emulator skin brings the Sony Ericsson Xperia X10 to your Android 2.0 SDK in the original WVGA854 resolution (480x854 high density, normal screen). The emulator skin package, screenshots and

Re: [android-beginners] start activity when the application icon is clicked

2009-11-05 Thread Justin Anderson
* my problem is when ever i run the application from eclipse the emulator* Exactly you are RUNNING your application from Eclipse in the emulator. AFAIK, there is no way to stop this behavior, but I might be wrong. Essentially the emulator is just simulating a click of the icon as a

Re: [android-beginners] Starting an activity from a service

2009-11-05 Thread Justin Anderson
startActivity() is not defined where you are trying to call it from. It is a method on the Context class. Create a constructor for your CallStateListener class that takes a Context object as a parameter and store it as a member variable. When you create a new instance of your class, you can do

Re: [android-beginners] Re: I need to talk to a LIVE PERSON

2009-11-05 Thread Justin Anderson
That's all fine and dandy... I was just responding to Ryan's rant about how he can't believe Google is charging 30% and so he was going to develop for the iPhone. I guarantee if he's all up in arms about a one-time $25 dev fee and a 30% charge per app purchased that he is not going to find

Re: [android-beginners] Re: Can't start apps in emulator

2009-11-05 Thread Justin Anderson
That is not the logcat info. Assuming you are using eclipse, go to the DDMS or Debug views. You should see a tab labeled LogCat. That will give you more information about what is happening. Errors are displayed in red usually.

[android-beginners] ListView Header

2009-11-05 Thread tatman
Is is possible to setup a listview that has a header? I tried this (below) and the list doesn't display. If I take out the TextView above the listview, then the list shows ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;

Re: [android-beginners] How to add a refresh button to a webview app?

2009-11-05 Thread Justin Anderson
Override the following methods in the Activity class: - onCreateOptionsMenu() - onPrepareOptionsMenu() - onOptionsItemSelected() http://developer.android.com/reference/android/app/Activity.html#onCreateOptionsMenu%28android.view.Menu%29 Good luck, Justin

Re: [android-beginners] Keep a service waiting for an event from an activity

2009-11-05 Thread Justin Anderson
It seems a better route would be to do something like the following: - Have a preference to allow the user to specify if they want to have auto-update checks - Have a way for the user to manually check for updates, perhaps via a menu option - If auto-update is enabled: - When the app is

[android-beginners] Activity.openOptionsMenu error

2009-11-05 Thread Craig
I'm trying to open the options menu at the end of my onCreate method with the Activity.openOptionsMenu method, but I'm getting an android.view.WindowManager$BadTokenException (partial stack trace below). I think this is because the options menu hasn't been created yet, and I verified that

Re: [android-beginners] ListView Header

2009-11-05 Thread Justin Anderson
Try setting the height of your header TextView to wrap_content -- There are only 10 types of people in the world... Those who know binary and those who don't. --

[android-beginners] Re: Activity.openOptionsMenu error

2009-11-05 Thread Craig
I found this: http://groups.google.com/group/android-developers/browse_thread/thread/564fd6d454463bdf?fwc=1 And this snippet from that thread, used in onCreate, works: new Handler().postDelayed(new Runnable() { public void run() { openOptionsMenu();

[android-beginners] Re: ListView Header

2009-11-05 Thread tatman
so here's my latest layout, following some examples I've seen on the interwebsIts not working. The header shows. The list does not. If I remove the header, the list shows... LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent

[android-beginners] Why more than one buttons are highlighted on one screen

2009-11-05 Thread Shude Zheng
Hi, There are 15 buttons on the screen of my application. Normally only one button is highlight, for example buttonA. But if I press buttonB for a long time and/or multi-times it will be highlight too. And the buttonA is still highlight. So two buttons are highlighted. Use the same way three or

[android-beginners] Re: how to install SDK in FreeBSD

2009-11-05 Thread Alexey Tarasov
Well, There is no official support for FreeBSD. You may use my builds for native tools (works on FreeBSD 8.0), see bsdroid.org for related snapshots. It's made using AOSP source tree, thus Android 1.6 only, as 2.0 sources were not integrated to it [yet?]. adb is available as separately

[android-beginners] Re: android bluetooth

2009-11-05 Thread Roman ( T-Mobile USA)
The following link gives you some answers about Bluetooth http://source.android.com/projects/bluetooth-faq -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do

[android-beginners] OpenGL 1.5 = 1.6 changes?

2009-11-05 Thread Julius Spencer
Hi, I've been writing a small test application which uses the structure found here: http://android-developers.blogspot.com/2009/04/introducing-glsurfaceview.html In 1.5 emulator it works perfectly but on 1.6 (emulator or phone) it doesn't seem to work; the model doesn't show at all. Does