[android-beginners] Re: How to disable connection to internet in android phone?

2009-09-16 Thread kiro
ok, thanks On Sep 16, 3:34 am, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote: There are already several threads on this topic. For example http://groups.google.com/group/android-developers/browse_thread/threa... Also look for changing the APN settings. -- Roman

[android-beginners] Re: how to change text in a Button

2009-09-16 Thread Mark Murphy
cellurl wrote: Heres my code. I don't see a .setText for View. Button is a subclass of View. private void findViews // Set up click listeners for all the buttons View aboutButton25 = findViewById(R.id.about_button25); Button

[android-beginners] Android application enable handset

2009-09-16 Thread Ajaz Ahmed
Hi, Can any one send me the list of android application enable handset, where i can install my android application? want to know about company,model ?? Regards! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Mark/Highlight/Select Text in WebView

2009-09-16 Thread treetop
Hi, By using built-in browser on Magic or Hero, there is an function in menu called copy text. After clicking, we can touchmove to select a region. In WebView, how can we enable this function? Thanks! Jet --~--~-~--~~~---~--~~ You received this message because

[android-beginners] Re: Development Phone

2009-09-16 Thread Rafa Perfeito
Digging an old question that comes alive with the release of 1.6: what about OS updates? I have an HTC Magic from a carrier. Can i update to 1.6? How? Through the carrier? Thanks On Tue, Sep 1, 2009 at 1:54 PM, Chi Kit Leung michaelchi...@gmail.comwrote: I am using HTC Magic as test and debug

[android-beginners] Re: Development Phone

2009-09-16 Thread Mark Murphy
Rafa Perfeito wrote: I have an HTC Magic from a carrier. Can i update to 1.6? How? Through the carrier? T-Mobile has not yet announced plans for Android 1.6 for any of their devices. At some point, in all likelihood, they will make such an announcement. -- Mark Murphy (a Commons Guy)

[android-beginners] Re: Development Phone

2009-09-16 Thread Rafa Perfeito
No T-Mobile for me. TMN from Portugal...But that means that the carrier itself enables the update? On Wed, Sep 16, 2009 at 12:23 PM, Mark Murphy mmur...@commonsware.comwrote: Rafa Perfeito wrote: I have an HTC Magic from a carrier. Can i update to 1.6? How? Through the carrier? T-Mobile

[android-beginners] Re: Development Phone

2009-09-16 Thread Mark Murphy
Rafa Perfeito wrote: No T-Mobile for me. TMN from Portugal... Oops. Sorry. Too early for me to be writing emails, apparently. This does not bode well for the blog post I am working on... But that means that the carrier itself enables the update? I have seen no evidence that HTC makes

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-16 Thread Nicolas Gramlich
Hi, just tried this again with the ADT 0.9.3 (downloaded today) and Android 1.6 r1 (also from today) and in the Virtual Devices-Window I can see my newly created AVD with a green checker to the left: A valid Android Virtual Device. ANDROID_SDK_HOME is properly set to C:\Users\nico; for user and

[android-beginners] Re: Development Phone

2009-09-16 Thread Juan Delgado
Interesting. Because I bought my Hero unlocked in the UK from an official reseller and I was indeed expecting some news from HTC themselves. On Wed, Sep 16, 2009 at 12:31 PM, Mark Murphy mmur...@commonsware.com wrote: Rafa Perfeito wrote: No T-Mobile for me. TMN from Portugal... Oops.

[android-beginners] Re: Screen orientation

2009-09-16 Thread Mark Murphy
Neilz wrote: How do I test screen orientation on the emulator please? Can I tell it to switch orientation just like you would on the real device? Windows/Linux: Ctrl-F12 Mac with numeric keypad: 5 on the numeric keypad -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-beginners] Android Emulator suddenly won't boot...

2009-09-16 Thread furby
I had the 1.5 android emulator starting from Eclipse perfectly nicely until yesterday when it suddenly won't finish booting. I haven't installed anything new (Running it on Windows Vista - i know, uck, but I'm waiting for Win 7 to hurry up), haven't even changed the java code I am trying to

[android-beginners] When does one start to develop for 1.6?

2009-09-16 Thread Michael Dorin
I see 1.6 has been released...when is the right time to upgrade to it? -Mike --~--~-~--~~~---~--~~ 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] Intent filter - Open web link from messaging only

2009-09-16 Thread Oskar
Hi, I have succeeded to handle if links like www.google.com from messaging and browser should be opened in browser or in my own application by using the manifest intent-filter below. But, I would like further control and only be able to choose where to open an URL when being in Messaging app

[android-beginners] Intent filter - Open web link from messaging only

2009-09-16 Thread Oskar
Hi, I have succeeded to handle if links like www.google.com from messaging and browser should be opened in browser or in my own application by using the manifest intent-filter below. But, I would like further control and only be able to choose where to open an URL when being in Messaging app

[android-beginners] Re: What's good to start with?

2009-09-16 Thread Jonte
awesome 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 to

[android-beginners] Must have missed something...1.5-1.6

2009-09-16 Thread Michael Dorin
I thought I followed all the instructions to update the SDK. I have updated a couple projects and no errors are shown. When I attempt to launch though, I get: 'Launching ...' has encountered a problem. An internal error occurred during: Launching ... java.lang.NullPointerException I am

[android-beginners] Re: What's good to start with?

2009-09-16 Thread Jonte
great thanks. not sure if my last message got in but if it had sorry. On Sep 15, 6:51 pm, Yusuf Saib (T-Mobile USA) yusuf.s...@t- Mobile.com wrote: There is a tutorial for taking and modifying pictures with a menu here:https://freshbrain.org/group/building-applications-g1-mobile-phone-le...

[android-beginners] Re: Development Phone

2009-09-16 Thread Rafa Perfeito
I have seen no evidence that HTC makes firmware upgrades available directly Well that just sucks...I know there's is a dev phone, but wasn't the philosophy behind Android to be open to everyone contribution? That should be independent of the carrier/not carrier choice... Well, thanks for the

[android-beginners] Re: Android in Eclipse - package name problem - please help

2009-09-16 Thread Mimi
Thank you so much for your response and info, Raphael. How can I change the Navigotor view to Java namespaces? Under the package explorer, View Menu/Package Presentation, I changed the selection from flat to hierarchical and the reverse. It did not have an impact on the presenation of

[android-beginners] Re: Problems importing Notepad Tutorial projects with Fedora Eclipse 3.4.2, ADT plugin 0.9.1

2009-09-16 Thread Anthony
Well, I still have no idea what causes the Android project creation dialogue problem with ADT 0.9.1 and Fedora Eclipse 3.4.2... however after upgrading to the new ADT 0.9.3 (and installing SDK 1.6) the problem has gone away so it's now a moot point. Following the update the dialogue elements for

[android-beginners] Emulator in Eclipse IDE

2009-09-16 Thread mic.ger...@gmail.com
Hi, I have a problem when I try to launch an AVD in Eclipse. It never starts and I obtain this error message : [2009-09-16 16:24:41 - Emulator]emulator: ERROR: no search paths found in this AVD's configuration. [2009-09-16 16:24:41 - Emulator]Weird, the AVD's config.ini file is malformed. Try

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Romain Guy
Hi Neil, Sorry for that. Unfortunately we cannot fix all known bugs, we have to prioritize. Last time I checked we fixed more than 1,300 bugs from our internal database in Donut btw :) On Wed, Sep 16, 2009 at 6:04 AM, Neil neilb...@gmail.com wrote: I'm very disappointed that bluetooth still

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-16 Thread Xavier Ducrohet
Nicolas, what's the problem exactly? To be honest, nothing has been done on the AVD handling since this thread was originally created. Xav On Wed, Sep 16, 2009 at 4:32 AM, Nicolas Gramlich stoeps...@gmx.de wrote: Hi, just tried this again with the ADT 0.9.3 (downloaded today) and Android

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Kent Loobey
On Tuesday 15 September 2009 15:22:07 Xavier Ducrohet wrote: http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here.html Enjoy! From the following link: http://developer.android.com/sdk/download.html?v=ADT-0.9.3.zip I downloaded ADT-0.9.3.zip. I then clicked on the link to:

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Xavier Ducrohet
Oops, thanks for the info Kent! Xav On Wed, Sep 16, 2009 at 8:22 AM, Kent Loobey k...@uoregon.edu wrote: On Tuesday 15 September 2009 15:22:07 Xavier Ducrohet wrote: http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here.html Enjoy! From the following link:

[android-beginners] Re: Android in Eclipse - package name problem - please help

2009-09-16 Thread Jack Ha
It seems likes your AndroidManifest.xml file is corrupted. Make sure there are no spaces before this line: ?xml version=1.0 encoding=utf-8? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price you want The views, opinions and statements

[android-beginners] Re: Must have missed something...1.5-1.6

2009-09-16 Thread Xavier Ducrohet
I'm guessing this is Eclipse showing you that? If so, can you post your .log file (located in your workspace in the .metadata folder) (it may be big, try to only post the end of it, or whatever part contain the error) thanks xav On Wed, Sep 16, 2009 at 5:51 AM, Michael Dorin bsddo...@gmail.com

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Kingcrowley
out of interest the TTS stuff is that based on the eyes-free project? On Sep 16, 4:28 pm, Xavier Ducrohet x...@android.com wrote: Oops, thanks for the info Kent! Xav On Wed, Sep 16, 2009 at 8:22 AM, Kent Loobey k...@uoregon.edu wrote: On Tuesday 15 September 2009 15:22:07 Xavier

[android-beginners] Re: Must have missed something...1.5-1.6

2009-09-16 Thread Michael Dorin
Found it. I didn't re-do the run configuration for my project. Once I did that it started to work. -Mike On Wed, Sep 16, 2009 at 10:34 AM, Xavier Ducrohet x...@android.com wrote: I'm guessing this is Eclipse showing you that? If so, can you post your .log file (located in your workspace in

[android-beginners] Re: Android Emulator suddenly won't boot...

2009-09-16 Thread Jack Ha
Have you looked at the adb logcat output? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price you want The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily

[android-beginners] Re: Must have missed something...1.5-1.6

2009-09-16 Thread Xavier Ducrohet
Hmm this shouldn't have been needed. I'll try to reproduce it here. Xav On Wed, Sep 16, 2009 at 8:43 AM, Michael Dorin bsddo...@gmail.com wrote: Found it. I didn't re-do the run configuration for my project. Once I did that it started to work. -Mike On Wed, Sep 16, 2009 at 10:34 AM,

[android-beginners] Re: Android application enable handset

2009-09-16 Thread Jack Ha
http://en.wikipedia.org/wiki/Android_(operating_system)#Hardware_products_running_Android -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price you want The views, opinions and statements in this email are those of the author solely in their

[android-beginners] Re: Problem displaying notifications

2009-09-16 Thread Tikoze
I got the notification working! For anyone else who is having a similar problem, I have pasted the code below. For me, it is in the onCreate method of a service class. public void onCreate() { Intent launchIntent = new Intent(this, ActivityListView.class); CharSequence

[android-beginners] Have anyone used mediaplayer to run rtsp streaming successfully either on the emulator or on the HTC device?

2009-09-16 Thread yjshi
Have anyone used mediaplayer to run rtsp streaming successfully either on the emulator or on the HTC device? Could anyone give me an example to play the rtsp streaming successfully? I tried it too many times ,but always failed. Could anyone tell me some suggestions? Thanks.

[android-beginners] Math functions in Android - HELP

2009-09-16 Thread GlennovitS
Hey I'm about to make an app with some different math functions.. How can I make a TAN, COS, and SIN function in andriod?. I dont know how to start on this.. Please help me.. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] Re: Android Emulator suddenly won't boot...

2009-09-16 Thread Roman ( T-Mobile USA)
Are you able to run the emulator via command line? May be your AVD image got corrupted ... -- 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 not

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Natalya Dobry
I downloaded the SDK 1.6 , i run emulator and i do not see TTS and other feature why ?Natalya On Wed, Sep 16, 2009 at 6:18 PM, Romain Guy romain...@google.com wrote: Hi Neil, Sorry for that. Unfortunately we cannot fix all known bugs, we have to prioritize. Last time I checked we fixed more

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Xavier Ducrohet
When did you download the SDK? See my other message sent last night: http://groups.google.com/group/android-beginners/msg/c8ac776bd538f8f6 Xav On Wed, Sep 16, 2009 at 10:32 AM, Natalya Dobry natalyado...@gmail.com wrote: I downloaded the SDK 1.6 , i run emulator and i do not see TTS and other

[android-beginners] build path error (solved)

2009-09-16 Thread jbrohan
Hello I'm working with a new install of Eclipse and the 1.6 Android software. When I was trying out the Hello, Android example I got a Build Path error. After much thrutching around the error went away when I Select the HelloAndroid project choose Java Build Path Click the Android 1.5 checkbox

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Natalya Dobry
I downloaded the new one i see Google Map but TTS and Speech recognition is not therePS: I work on emulator May be i need to download the libraries from some where can you gave me the link ? On Wed, Sep 16, 2009 at 9:03 PM, Natalya Dobry natalyado...@gmail.comwrote: I will try to download the

[android-beginners] Re: Stuck at starting Intent ??

2009-09-16 Thread Yusuf Saib (T-Mobile USA)
In addition to the Console, look at the logcat output, either in Eclipse in a tab near the console, or from the command line by typing adb logcat. It has more info of the type you need to figure out what happened. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Xavier Ducrohet
What do you mean by TTS is not there (What did you try exactly)? Did you go to Settings Speech Synthesis ? The Listen to an example item should be enabled. Xav On Wed, Sep 16, 2009 at 11:37 AM, Natalya Dobry natalyado...@gmail.com wrote: I downloaded the new one i see Google Map but TTS and

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Natalya Dobry
Ok Thanks a lot , I found it, i thought that it is should looks like in Video guide. How can i found speech recognition ? in SDK 1.5 i had speech recognition enabled i saw the microphone symbol near the google search but now i do not see it.Can you help me with this. Regards, Natalya On Wed, Sep

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Nox
Hello everybody, I´m new with Android and I´ve got a Samsung Galaxy, but it doesn´t display that there´s an update!!! Do you know what to do??? Thanks in advance Viktor On 16 Sep., 20:58, Natalya Dobry natalyado...@gmail.com wrote: Ok Thanks a lot , I found it, i thought that it is should

[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Xavier Ducrohet
this release is for the SDK. Device updates are completely unrelated to this. Xav On Wed, Sep 16, 2009 at 12:30 PM, Nox v.beh...@googlemail.com wrote: Hello everybody, I´m new with Android and I´ve got a Samsung Galaxy, but it doesn´t display that there´s an update!!! Do you know what to

[android-beginners] Re: Have anyone used mediaplayer to run rtsp streaming successfully either on the emulator or on the HTC device?

2009-09-16 Thread Balwinder Kaur (T-Mobile USA)
Here is a related thread http://groups.google.com/group/android-developers/browse_thread/thread/0dcefbbd59ac638d This piece of code works on a HTC device. public class AMLRTSTPStreaming extends Activity implements

[android-beginners] Re: When does one start to develop for 1.6?

2009-09-16 Thread Balwinder Kaur (T-Mobile USA)
Now would be a time as good as any to start developing apps with the SDK 1.6 and new Level 4 APIs. As per the Google official blog, devices with 1.6 will start appearing in October. http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here.html. Balwinder Kaur Open Source

[android-beginners] Re: How to use MediaStore to get content URI of audio file saved in sdcard ?

2009-09-16 Thread Balwinder Kaur (T-Mobile USA)
Environment.getExternalStorageDirectory() to get a File. And Uri.fromFile(File f) to get the Uri. Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not

[android-beginners] Re: When does one start to develop for 1.6?

2009-09-16 Thread Jeffrey Blattman
that's fine if you want your app to not be available on most devices for some time. the date when 1.6 devices start appearing in one thing, the date when most devices will have been updated is another. that's really what you should be targeting. i'd say target your 1.6 app release for ~1

[android-beginners] Re: Have anyone used mediaplayer to run rtsp streaming successfully either on the emulator or on the HTC device?

2009-09-16 Thread yj shi
Does its Multimedia Framework use the opencore ? My app use the opencore Multimedia framework,but it doesn't work. Thanks a lot . 2009/9/17 Balwinder Kaur (T-Mobile USA) balwinder.k...@t-mobile.com Here is a related thread

[android-beginners] Could anyone make mediaplayer play the rtsp streaming work successfully on the standard HTC Android 1.5 image ???

2009-09-16 Thread yjshi
Could anyone make mediaplayer play the rtsp streaming work successfully on the standard HTC Android 1.5 image ??? I have tried a lot ,but It always failed. I will be very appreciate,if you could give me an answer. Thanks a lot. --~--~-~--~~~---~--~~ You received

[android-beginners] Re: Have anyone used mediaplayer to run rtsp streaming successfully either on the emulator or on the HTC device?

2009-09-16 Thread yj shi
Is this device G1 or G2? On G1 ,it may could play. But on G2,there is some problems. 2009/9/17 Balwinder Kaur (T-Mobile USA) balwinder.k...@t-mobile.com Here is a related thread http://groups.google.com/group/android-developers/browse_thread/thread/0dcefbbd59ac638d This piece of code works

[android-beginners] Re: MediaPlayer and rtsp streaming problems

2009-09-16 Thread yj shi
Is this playing on G1? It could not play on G2. Could you give me some suggestion. Thanks. 2009/9/12 sDroid hvn4...@gmail.com No problem on youtube streaming on a HTC device. VideoView video = (VideoView) findViewById(R.id.video);

[android-beginners] CheckboxPreference vs. CheckBoxPreference

2009-09-16 Thread Tikoze
I just ran into this and thought I would post this for anyone else who might be struggling with the same problem. In creating preferences, I had the following code in res/xml to define my preference activity: PreferenceScreen xmlns:android=http://schemas.android.com/apk/res/ android

[android-beginners] Re: Development Phone

2009-09-16 Thread pro
I'm also very new to Android. And I would like to have the following - 1) I want to add and / or del any apps I want to - For this just any phone would do it? Or I need an unlocked one? 2) I would also like to craft part of OS and / or base framework - For this, Is it enough to have an unlocked

[android-beginners] Re: help

2009-09-16 Thread Raphael
You're mixing a few things: - the id of a view (i.e. R.id.calculate_id) is just that: an identifier that lets you *find* the object in question. - you can't assign to that id, it's just a constant integer Instead you should do: - find the view based on the id: EditText myEditField =

[android-beginners] Re: CheckboxPreference vs. CheckBoxPreference

2009-09-16 Thread Justin Anderson
Ok, that makes sense... It through me for a loop though, so I figured I would post what I found just in case anyone else had a similar problem. -- There are only 10 types of people in the world... Those who know binary and those

[android-beginners] Re: When does one start to develop for 1.6?

2009-09-16 Thread Raphael
On Wed, Sep 16, 2009 at 5:59 PM, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: that's fine if you want your app to not be available on most devices for some time. the date when 1.6 devices start appearing in one thing, the date when most devices will have been updated is another.

[android-beginners] Re: Android in Eclipse - package name problem - please help

2009-09-16 Thread Raphael
On Wed, Sep 16, 2009 at 6:31 AM, Mimi mimik...@gmail.com wrote: Thank you so much for your response and info, Raphael. How can I change the Navigotor view to Java namespaces? You can't. The navigator displays files from your disk. It doesn't know about namespaces. Under the package

[android-beginners] Re: Screen orientation

2009-09-16 Thread Raphael
On Wed, Sep 16, 2009 at 5:06 AM, Mark Murphy mmur...@commonsware.com wrote: Windows/Linux: Ctrl-F12 Mac with numeric keypad: 5 on the numeric keypad and $ ~/sdk/tools/emulator.exe -help-keys When running the emulator, use the following keypresses: HOMEHome button

[android-beginners] Re: Must have missed something...1.5-1.6

2009-09-16 Thread Raphael
Please send the workspace/.metadata/.log file to Xavier by private mail to help us understand the issue. R/ On Wed, Sep 16, 2009 at 8:47 AM, Xavier Ducrohet x...@android.com wrote: Hmm this shouldn't have been needed. I'll try to reproduce it here. Xav On Wed, Sep 16, 2009 at 8:43 AM,