[android-beginners] Re: How to export data to excel?

2009-09-02 Thread Chi Kit Leung
CSV is the simplest way! On Wed, Sep 2, 2009 at 10:45 AM, Litho23 lith...@gmail.com wrote: I agree CSV would be the way to go. On Sep 1, 2:13 am, JUN youk...@gmail.com wrote: Hello all, I want to export sqlite data to excel format in android? how to do it? thanks. -- Regards,

[android-beginners] Re: force orientation change?

2009-09-02 Thread MMC2
Hi Jeffrey, Try android:screenOrientation=portrait in the manifest. Is your groovy logo a three dimension barcode? Mike - Original Message - From: Jeffrey Blattman To: android-beginners@googlegroups.com Sent: Wednesday, September 02, 2009 2:30 PM

[android-beginners] Re: voice call recording

2009-09-02 Thread Natalya Dobry
Can you gave me the link on that topic ? On Wed, Sep 2, 2009 at 8:09 AM, kapil.k kapnk...@gmail.com wrote: I know allready there are some post on this topic.Thats why i am shocked couse telephony class is protected.n we cant do call recording.playing audio files on call n lot many

[android-beginners] Re: startActivity() crash...

2009-09-02 Thread Tikoze
Roman, Ok, so I did a little more tinkering around with this and found the following: I can use PackageManager.getLaunchIntentForPackage(packageName) and I get a valid Intent to launch the activity. However, no matter what flags I set (I have tried with both setFlags and addFlags methods) this

[android-beginners] Re: A Racing Car App in Android

2009-09-02 Thread Marc Lester Tan
try this http://nehe.gamedev.net/ and someone already ported the tutorials to android here http://insanitydesign.com/wp/projects/nehe-android-ports/ -Marc On Wed, Sep 2, 2009 at 1:48 AM, Maxood maqs...@salsoft.net wrote: I want to develop an application that involves a racing car. The car

[android-beginners] Re: voice call recording

2009-09-02 Thread kapnkore
http://forum.xda-developers.com/showthread.php?t=488475 http://groups.google.com/group/android-platform/browse_thread/thread/ed00ef4a87a899e3 http://groups.google.com/group/android-developers/browse_thread/thread/355254941f17aa17 On Wed, Sep 2, 2009 at 12:27 PM, Natalya Dobry

[android-beginners] Re: A Racing Car App in Android

2009-09-02 Thread Maxood
These links would be quite informative and helpful in understanding OpenGL on android.It seems like that lesson no. 10 caters to my requirement. Am i right? Waiting for your reply, Maxood On Sep 2, 1:58 pm, Marc Lester Tan mail...@gmail.com wrote: try thishttp://nehe.gamedev.net/and someone

[android-beginners] Re: A Racing Car App in Android

2009-09-02 Thread Maxood
There are errors in the Run.java file of Lesson 10. Also the AndroidManifest.xml file contains error as well . Please look into them. Maxood On Sep 2, 1:58 pm, Marc Lester Tan mail...@gmail.com wrote: try thishttp://nehe.gamedev.net/and someone already ported the tutorials to android

[android-beginners] Re: Want to graduate from android-beginners to android-developers

2009-09-02 Thread cellurl
Thanks Yusuf, It uses your-network to PUSH lat,lon,speed to show up here: http://www.wikispeedia.org/l/maps.html If it seems to be a network/programming issue, perhaps its ok to continue discussion here a little? BTW, it does yell at you if you drive 10 over the limit I only ever ran it on

[android-beginners] Map object recycling in MapView

2009-09-02 Thread Matija
How to disable map object recycling in MapView ? --~--~-~--~~~---~--~~ 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: How to send uppercase letter using InstrumentationTestCase.sendKeys() ?

2009-09-02 Thread Balwinder Kaur (T-Mobile USA)
Did you try KEYCODE_SHIFT_LEFT or KEYCODE_SHIFT_RIGHT ? 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 necessarily represent those of T-Mobile

[android-beginners] Re: Cannot see my HTC Magic via DDMS to take screenshot

2009-09-02 Thread julz
I have the same problem on linux. I have connected my device and turned on the USB debugging, but still it doesnt show up... Thanks a lot, J --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] About Android Maps API

2009-09-02 Thread n.hashimoto
It is a question concerning Android Maps API. Isn't there problem if participating in AndroidMarket even if a pay application using Android Maps API is made? Moreover, does a special use limitation exist when Android Maps API is used? --~--~-~--~~~---~--~~ You

[android-beginners] doubt in installing eclipse

2009-09-02 Thread chubby
I added site https://dl-ssl.google.com/android/eclipse/ by refering to the steps mentioned.after that i should install android editors and android development tools under developer tools .. I am getting android ddms and android development tools.android editor is replaced by android ddms. please

[android-beginners] ADC2 [tools] Mezzofanti - Augmented reality through text recognition

2009-09-02 Thread ITWizard
Hi all, we are happy to share with you the release of Mezzofanti, an application that allows reality augmentation (as seen in camera mode) with information about any text in view. The augmentation is done through an internal text-recognition engine. The application at a glance: 1. Select a text

[android-beginners] Default keyboard pop up

2009-09-02 Thread salman
Hi , i made a calculator appliation on the android but whenever i click on edit text the default keyboard pop up .I want to disable it by implementing something in code because if i want default keyboard in some other application it should work.

[android-beginners] Re: How to send uppercase letter using InstrumentationTestCase.sendKeys() ?

2009-09-02 Thread Yasser
Thanks Balwinder. Passing the character after SHIFT_LEFT or SHIFT_RIGHT did the job. Isn't there any single method which can be used to send any character type including special? something like sendKeys(@Abc) On Sep 2, 8:23 am, Balwinder Kaur (T-Mobile USA) balwinder.k...@t- mobile.com wrote:

[android-beginners] Android apps on Symbian phones

2009-09-02 Thread d...@rk.lord
If android apps have compatibility issue running on a Symbian mobile,is there no api that ports it? --~--~-~--~~~---~--~~ 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] Ant build for android-1.5/samples

2009-09-02 Thread jotobjects
What is the cookbook way to build the sample apps in the android-1.5/ samples SDK directory. There are not any ant build.xml scripts. I tried android create project using the samples directory but that gave me an error saying the directory already existed and then proceeded to overwrite things

[android-beginners] rssi of multiple wifi networks

2009-09-02 Thread eska
Hi, It is posible to get rssi of all avilable network connections? The only think I managed to do is to read the rssi value of network I'm conected to: wifiService=(WifiManager) getSystemService(Context.WIFI_SERVICE); wifiService.getConnectionInfo().getRssi();

[android-beginners] Re: A Racing Car App in Android

2009-09-02 Thread ishiiml
yう BlackBerry from DOCOMO -Original Message- From: Maxood maqs...@salsoft.net Date: Wed, 2 Sep 2009 03:39:31 To: Android Beginnersandroid-beginners@googlegroups.com Subject: [android-beginners] Re: A Racing Car App in Android These links would be quite informative and helpful in

[android-beginners] ExpandableList Items click after scroll

2009-09-02 Thread Steve Hall
Hi, I am working on an ExpandableListView. It all works fine until I scroll the current set of views off the screen where upon I cannot select either Groups or Children. After trying to select a group when I roll the ball the group I tried to select becomes sellected and all views within the

[android-beginners] Re: Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
On Wed, Sep 2, 2009 at 11:06 AM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I am new to android. I want to create a service, which will installed independently. And there will be multiple activity apps communicating with it, justlike doing IPC. I saw the DualSeviceClient

[android-beginners] Re: force orientation change?

2009-09-02 Thread ahmed mohamad
i like how u got ur mail on upcode geeky --~--~-~--~~~---~--~~ 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,

[android-beginners] Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
Hi All, I am new to android. I want to create a service, which will installed independently. And there will be multiple activity apps communicating with it, justlike doing IPC. I saw the DualSeviceClient sample which itself writes a service and communicates with it. But I want to run

[android-beginners] Re: I want to know to get browse history on android ?

2009-09-02 Thread Marc
Just press menuthen Favorites (or Bookmark) and you will find the History tab On 1 sep, 03:24, eaindra nilar eaindrani...@gmail.com wrote: How do I do to get browser history on android native API .Please help and explain me. Thanks --~--~-~--~~~---~--~~ You

[android-beginners] Re: Ant build for android-1.5/samples

2009-09-02 Thread jotobjects
I figured this out on my own. android update project does the right thing if and only if AndroidManifest.xml exists in the target directory (it does for the samples). Example (first start emulator for install) cd platfrom/android-1.5/ApiDemos android update project -t 2 -p . ant debug adb

[android-beginners] how to reuse preference in xml

2009-09-02 Thread az9702
Hi All, I understand we can reuse layouts with the xml include tag. Can we reuse a preference in the same way ? For example, I have a custom seekbar preference that needs to be instantiated in different preference xmls with same parameters. The layout include did not work with preference in my

[android-beginners] handling location error conditions

2009-09-02 Thread Jeffrey Blattman
i'm trying to write my app to be robust about error conditions that might occur with regards to location. this i what i understand so far. can someone verify? 1. if no location provider is found (LocationManager.getBestProvider() returns null), i should ... ? not sure here. exit the app? ask

[android-beginners] Re: rssi of multiple wifi networks

2009-09-02 Thread Roman ( T-Mobile USA)
I am only aware of getting the signal level after a successful scan with class ScanResult. You could convert the signal level back to a RSSI value. Based on the documentation the class WifiInfo can be used for connections which are already setup or in the progress of being setup. You might be

[android-beginners] Re: Want to graduate from android-beginners to android-developers

2009-09-02 Thread Yusuf Saib (T-Mobile USA)
Q: Perhaps there are some gotcha's in going to a real device? Absofrickinlutely. Yusuf Saib Android ·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 necessarily represent those of T-Mobile

[android-beginners]

2009-09-02 Thread saurabh sinha
hello I want to know what is compass application and accelorometer in android plz guide me little bit --~--~-~--~~~---~--~~ 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]

2009-09-02 Thread saurabh sinha
I am looking for webservice using ksoap2 can u tell me --~--~-~--~~~---~--~~ 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

[android-beginners] Efficiency of requestLocationUpdates() and how to save these gps data

2009-09-02 Thread Stefan
Hello, i'm developing a small gps application. I want to track some gps data. So I use the requestLocationUpdates - function. Now a quote from the android development reference: The frequency of notification or new locations may be controlled using the minTime and minDistance parameters. If

[android-beginners] Re: Default keyboard pop up

2009-09-02 Thread Beth
There are a few posts on this subject on the other Android group. I looked into this over the weekend while trying to turn off the onscreen keyboard for a timepicker widget. Here is the answer for Edit Text: -- Forwarded message -- Date: Sun, Aug 30, 2009 at 2:29 PM Subject: Re:

[android-beginners] startActivity crash

2009-09-02 Thread tinyang
Hello. I have an application in which I am trying to start an activity (geotest) in, and the activity crashes upon start of the application. Below is my code and my logcat output. I can't figure out the problem, because I have several other activities I am able to start exactly the same way

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
Hi, i have similar problems, so if hope that somebody can help us. 2. if there's no last known location, i should pause the app, modally, and wait for a location update to arrive? What will be, if you have only the last location and you stop the app and return to it later and than you want to

[android-beginners] Re: I want to know to get browse history on android ?

2009-09-02 Thread eaindra nilar
Thank Sorry, I mean, I want to pull out web histroy from content provider for my application. I have some coding. But I got exception . So, how can I do ?please help me. Here are my coding package com.app.browser; import android.app.ListActivity; import android.database.Cursor; import

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
What will be, if you have only the last location and you stop the app and return to it later and than you want to start a tracking; the error can be get great. Therefore, I have found a source code (not tested yet, but it looks fine). Sorry, i forgot the link:

[android-beginners] apk install error

2009-09-02 Thread geeth ganesh
when i try to install the apk in emulator i'm getting this error... Y ./adb install /home/.../tools/mapdemo/bin/mapact-debug.apk * daemon not running. starting it now * * daemon started successfully * 56 KB/s (4703 bytes in 0.081s) pkg: /data/local/tmp/mapact-debug.apk Failure

[android-beginners] Re: Why does using People._COUNT cause IllegalArgumentException to be thrown?

2009-09-02 Thread Andruid
Hi, Thanks for your reply. My code is working now, but I don't know why. I already had the appropriate permissions as suggested by you. Your suggestion to add more contacts can't help, since the Uri 'myperson' is not used later in the code where the exception occurs. So, I'm clueless about why