[android-beginners] [2009-06-15 23:43:18 - DeviceMonitor]Error reading jdwp list: EOF

2009-06-16 Thread Siva
hello im trying to execute the application it will showing like this [2009-06-15 23:43:18 - DeviceMonitor]Error reading jdwp list: EOF what is the problem pls help me . thanks Regarding siva. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: LED Alerts

2009-06-16 Thread deepdr...@googlemail.com
this works for me, in a BroadcastReceiver for an Alarm : package com.deepdroid.app.onetask; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-06-16 Thread whitemice
I’ve had this issue on two machines and these instructions worked for me without having to edit the registry. Blogged here: http://tinyurl.com/n684er Regards Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: how can I retrieve the list from the PHP DataBase

2009-06-16 Thread Desu Vinod Kumar
HI Can any body give me idea for How to give a Query for Webservices(nusoap) how can get the dat from that On Tue, Jun 16, 2009 at 10:55 AM, vinny.s...@gmail.com vinny.s...@gmail.com wrote: Hi Every One Is there any Method To retrive the list from the Php Database I need to retrice the

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-06-16 Thread neuro
Moreover - I was able to connect to pid_0c03 device after connecting to pid_0c02 device (my colleague's ION) On Jun 15, 8:01 pm, neuro neuro...@gmail.com wrote: I''ve replaced 0C02 to 0C03 in .INF file and it installed sucessfully. However, adb does not see the device, though it appears in

[android-beginners] Re: Problem running the Hello World example

2009-06-16 Thread Fahd
Interesting Sheng-Ti Will try it if I have trouble running the emulator again Thanks On Jun 15, 5:47 am, Sheng-Yi Shih jude.sis...@gmail.com wrote: Finally it worked now. I am not sure why but it took like 10 mins. I found a way to make it easy. 1. Use command line to run the emulator    

[android-beginners] Re: onCreateContextMenu ListView Confusion

2009-06-16 Thread Sikus
On 26 kvě, 01:48, Mark Murphy mmur...@commonsware.com wrote: getSelectedItem(), getSelectedItemId(), and getSelectedView() should all work, called on your ListView. I try this : @Override public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {

[android-beginners] Can we access GSM phone data at the application level?

2009-06-16 Thread Ne0
Hi, I am a newbie at developing on Android and i am busy looking through resources and looking at accessible API's. I am yet to come across any that let me access the GSM phone data, other then the data in android.telephony.TelephonyManager and android.telephony.gsm.GsmCellLocation. I would

[android-beginners] Seeking good example ... Notification/PendingIntent

2009-06-16 Thread Jason Van Anden
Hi All, I am having trouble tracking down a good example of a Notification that will cause a specific activity to occur when triggered. I am creating the notification from a service which triggers the running Activity when selected. This happen - no sweat. What I would like to do, is have the

[android-beginners] Re: Invoking shared libraries

2009-06-16 Thread Roman
Hi Subram, I would try to spend some time in understand JNI. JNI calls are very costly also if your native code might be pretty fast. If you use JNI in the wrong way you program might run very flaky. Find information about JNI on

[android-beginners] Choosing the Right Book(again)

2009-06-16 Thread Mahou
I dont know where my topic went before, was it deleted? Hi, I have enough for one book and wanted to know your opion on which on to get. The choices are: Hello Android http://www.amazon.com/Hello-Android-Introducing-Development-Platform/... or Unlocking Android

[android-beginners] Widget Unresponsive after Opening/Closing

2009-06-16 Thread d2dadd
I have a widget button that responds to user's clicks. My design is to assign the click event handler to calling a service in OnUpdate. It works fine when first created, but it stops responding after user has opened and closed the keyboard. How to fix this? Many thanks.

[android-beginners] Integrating libupnp to Android

2009-06-16 Thread aravind
Hi, I am integrating libupnp to the android source.I done the below steps for this. I placed libupnp source in the external folder of android source directory and created Android.mk files in the respective directories and giving make command at the top.I ended up wtih few compilation errors in

[android-beginners] Browser Porting for Android

2009-06-16 Thread Chitra
Hi all, I am new to android. I want to port any open source web browser on to android. I would like to know if firefox can be ported on to android and if gecko can be integrated. Please some one suggest me which open source browser I can port. Kindly help me. thanks, chitra

[android-beginners] Re: I'm not able to receive more than two GPS position. The application hangs.

2009-06-16 Thread Tom Bridge
Hi Im getting the same problem when trying the devx.com tutorial with the GPS only working twice. I tried getting rid of the Toast completely incase that was causing a deadlock like Mike suggested but with no luck. I was wondering if anyone found the problem or had found a better tutorial? Tom

[android-beginners] REG: Xml to Wbxml using EAS.

2009-06-16 Thread Ravi
Dear friends, I need to convert from Xml to Wbxml for Client-Server Communication using AirSynC (Microsoft Exchange Active Sync Protocol). I found XML to WBXML parsers available in ../dalvik/libcore/xml/src/ main/java/org/kxml2 but there was no official documentation regarding these apis.

[android-beginners] Integrating libupnp to Android

2009-06-16 Thread aravind
Hello Developers, I am compiling libupnp with the android for that I placed libupnp in the external folder of the Android source and placed Android.mk files in the respective directories but I ended up with some compilation errors. The question is I have to modify some of the files in libupnp

[android-beginners] HOWTO: change the xml keyboard AZERTY to QWERTZ ?

2009-06-16 Thread Leno
Hi everyone ! I want to change the localisation of my virtual keyboard. Now, I've an AZERTY keyboard (it's the French localisation), but i would prefer the Swiss-French localisation of the keyboard: QWERTZ (like the Swiss-German Keyboard). I just want to modifiy the order of some letter, not

[android-beginners] How to make 3rd party installer?

2009-06-16 Thread QuickFix
Hi, All I'm going to build my own web-site(3rd party market like Handango). Anybody knows what I need to do? How to install apk file downloaded from web-site directly, not using adb program. Thanks Regards, BM --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: XML Layout Specification

2009-06-16 Thread timonik
- What does the @, the / and the + symbol do? Create id for this component. - Can I edit this directly in Eclipse with a graphical editor rather than editing the xml text? Yes. You should use eclipse pluggin for such needs (http:// developer.android.com/sdk/1.5_r2/installing.html -- Installing

[android-beginners] Camera Preview

2009-06-16 Thread pat
Hi everybody, I implemented a camera preview SurfaceView that is loosely based on the camera preview example from the android apis demo. On the same activity, i have some live sensor readings displayed. I always had the idea that the activity is running very slow and i previously got some

[android-beginners] cupcake and Bluetooth status

2009-06-16 Thread jf
Hello, I'm lost with bluetooth specification: I read in this forum that android support or not a2dp, avrcp, HFP, rSAP ... With my previous mobile, I can access contacts, initialize a phone call by voice, take or refuse a call in my car which has bluetooth. Now if have a HTC Magic, my car can

[android-beginners] Widget home screen position

2009-06-16 Thread Tomas Potocky
Hi, is it possible to get widget position on home screen? Like which row (s)/column(s) it covers? --~--~-~--~~~---~--~~ 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] Integrating libupnp to Android

2009-06-16 Thread aravind
Hi, I am compiling libupnp with the android for that I placed libupnp in the external folder of the Android source and placed Android.mk files in the respective directories but I ended up with some compilation errors. The question is I have to modify some of the files in libupnp to integrate

[android-beginners] android.bat error unsupportedclassversionerror

2009-06-16 Thread dsl
Hello All, I'm just starting out in Android. I've downloaded the SDK (1.5 R2) and the plugin for Eclipse (3.4), running Windows XP. Following the Hello World Instructions to create the AVD, I enter the android create avd...etc. in the command prompt and get a unsupportedclassversionerror from

[android-beginners] Unable to Connect to FTP server

2009-06-16 Thread Andy Wolpert
Hello All - I am trying to upload a file from the Android (Emulator or I/O phone) and get a cannot connect to server error. I saw a variety of posts, but never a solution. The same accounts, URLs and passwords work from the shell. The following code is Hello Android extended to call my FTP

[android-beginners] How to launch the intent for Capture Picture

2009-06-16 Thread James Howlett
Hi, Can you please tell me how can I launcher the intent for Capture Picture? Is there an example? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: Invoking shared libraries

2009-06-16 Thread fadden
On Jun 16, 9:20 am, Roman roman.baumgaert...@t-mobile.com wrote: Furthermore check out the following Android code which uses JNI /external/webkit/perf http://code.google.com/p/mandelbrot/ is perhaps a gentler introductory example. There are other examples in the samples area. The

[android-beginners] ListAdapter getView working in a weird way.

2009-06-16 Thread Andrea Cardinale
Hi to everyone. This what I'm experiencing. I have a ListView and a custom adapter associated to it and an array binded to the list. I have an element in the array, so in my activity I see an elment and an association of this type, where view1 is the view the adpater return for the first element.

[android-beginners] Re: ListAdapter getView working in a weird way.

2009-06-16 Thread Romain Guy
That's how ListView works. You cannot make any assumption about the content of the views. You always need to rebind them in getView(). On Tue, Jun 16, 2009 at 3:02 PM, Andrea Cardinalemirt...@gmail.com wrote: Hi to everyone. This what I'm experiencing. I have a ListView and a custom adapter

[android-beginners] AlertDialog spawning another AlertDialog

2009-06-16 Thread George
Hello, I've written a camera application which presents the user with a set of pre-defined tags to choose from. I've done this using an alertdialog which fires an intent when the user presses one of the tag options. I want to be able to get the user to add their own tag if they feel the listed

[android-beginners] Re: Choosing the Right Book

2009-06-16 Thread Mahou
I dont know of any books that includes CupCake. I can just use a book for r1.1. Then just read up on all the changes and cupcake in 1.5. That shouldnt be around? On Jun 15, 5:03 pm, Yusuf T. Mobile yusuf.s...@t-mobile.com wrote: Whatever book you get, make sure that it covers 1.5 (Cupcake), as

[android-beginners] Re: How to launch the intent for Capture Picture

2009-06-16 Thread Balwinder Kaur (T-Mobile)
Did you try to create an Intent with action android.media.action.IMAGE_CAPTURE Check out the MediaStore.ACTION_IMAGE_CAPTURE ( http://developer.android.com/reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE ) From the documentation : Standard Intent action that can be sent to have

[android-beginners] Re: Choosing the Right Book

2009-06-16 Thread Mark Murphy
I dont know of any books that includes CupCake. _Hello, Android_ in PDF form I think now has some Android 1.5 material. My _Android Programming Tutorials_ and _The Busy Coder's Guide to *Advanced* Android Development_ each have Android 1.5 material, and _The Busy Coder's Guide to Android

[android-beginners] Re: My First Custom View

2009-06-16 Thread Dave Smith
Bump...anyone? On Jun 15, 7:42 pm, Dave Smith dasmith1...@gmail.com wrote: Hi all - I'm trying to get a custom view example running out of the Professional Android Application Development book (the CompassView).  I have checked over my code numerous times, and still the same problem