[android-beginners] Re: Invoking shared libraries

2009-06-22 Thread subram
Hi there I am trying to invoke a c project in android for that i installed android source code in ubuntu and generated an shared library of my c project using the android source code, Now i have to invoke my shared library inside android SDK and make it to run my c project in that shared

[android-beginners] Re: Invoking shared libraries

2009-06-22 Thread subram
Hi there I am trying to invoke a c project in android for that i installed android source code in ubuntu and generated an shared library of my c project using the android source code, Now i have to invoke my shared library inside android SDK and make it to run my c project in that shared

[android-beginners] Re: Invoking shared libraries

2009-06-22 Thread Naveen Krishna Ch
2009/6/22 subram subram...@gmail.com Hi there I am trying to invoke a c project in android for that i installed android source code in ubuntu and generated an shared library of my c project using the android source code, Now i have to invoke my shared library inside android SDK and make

[android-beginners] Indian language support on android ..

2009-06-22 Thread sharath
Hello Developer, I am a beginner to the android. I want to work on the Indian regional languages. The default browser is not supporting Indian languages. I started working on opera mini which supports more than 90 languages. but opera mini also not supporting Indian languages on

[android-beginners] Problem with setExtra with result expected Intent calling

2009-06-22 Thread Will
I am trying to setExtra(string, int) in an Intent which will be used in startActvityForResult(). This works: Intent i = new Intent(this, ClassA.class); i.setAction(ACTION_CUTSOM); startActivityForResult(i, ACTIVITY_CUSTOM); This doesn't: Intent i = new

[android-beginners] Re: Items in ListView don't get selected using touch

2009-06-22 Thread Odessa Silverberg
Did you tried playing with android:clickable/setClickable(boolean) http://developer.android.com/reference/android/view/View.html#attr_android:clickable android:focusable/setFocusable(boolean) http://developer.android.com/reference/android/view/View.html#attr_android:focusable or

[android-beginners] Re: HTC Magic problem with drivers

2009-06-22 Thread Odessa Silverberg
Would have been easier if you rightclicked on the *.inf file and select Install from the menu :P On Jun 20, 8:53 pm, kolel yossi.ko...@gmail.com wrote: 10x It worked just after these steps: 1. selecting Never search Windows Update for drivers. 2. disconnect the device. 3. removing all

[android-beginners] Re: minus key on the keyboard

2009-06-22 Thread Odessa Silverberg
Did you tried using android:numeric=integer|signed? As you haven't told android if you'd like integers or decimals as format. If you wanna use decimals, then try decimal|signed On Jun 21, 7:55 am, MMC2 m...@mmc2.com.au wrote: I have a text edit that has android:numeric=signed in the  xml

[android-beginners] Re: minus key on the keyboard

2009-06-22 Thread MMC2
Thanks for your reply. I tried integer|signed and signed|integer but it doesn't make any difference. The negative sign doesn't show in the text edit and the value ends up positive. Have you been able to enter negative numbers? I have tied to enter the negative sign when running the app by

[android-beginners] [android-beginners]Loading app on emulator

2009-06-22 Thread Rafa Perfeito
Hey droiders, Here's a true beginners question: How can i install an application directly on the emulator? I've been running some of my apps, but all from Eclipse. What if i want to install an actual .apk file? Cheers -- Cumprimentos, Hugo Rafael Augusto

[android-beginners] Re: [android-beginners]Loading app on emulator

2009-06-22 Thread Mark Murphy
Rafa Perfeito wrote: Hey droiders, Here's a true beginners question: How can i install an application directly on the emulator? I've been running some of my apps, but all from Eclipse. What if i want to install an actual .apk file? adb install should work:

[android-beginners] Re: Local Service won't stop working although stopService

2009-06-22 Thread joare...@googlemail.com
Thank You. In my MyService class I added: @Override public void onDestroy() { this.mTimerTask.cancel(); } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: pseudotarget of android build

2009-06-22 Thread Sean Hodges
I hit the same issue a while back. I believe what you are looking for is: make modules On Fri, Jun 19, 2009 at 1:48 PM, Jimmy-Creupagujamai5...@gmail.com wrote: Same problem... i thought it was something wrong in my configuration...but maybe there is something missing :S On Jun 18,

[android-beginners] Re: How do i Autoscroll the ListView with some specified time interval

2009-06-22 Thread polzifer
And how did u solve itß what's the HelperClass, anyways? On 26 Mai, 03:05, Freshman csato...@gmail.com wrote: hi all, this problem has been solved. i used Helper class. On May 25, 11:50 am, Freshman csato...@gmail.com wrote: Hi guys, I am new to Android I've a ListView. I want to

[android-beginners] Android Calendar / Google Maps integration

2009-06-22 Thread Anders Feder
Hello, I am interested in contributing code to integrate the Google Maps application with Android Calendar. In particular, I want the Where field of events to be linked to a location in Google Maps, such that when a calendar event reminder pops up on my phone, it can immediately give me

[android-beginners] Trouble with Hello MapView application

2009-06-22 Thread Andy Fang
http://developer.android.com/guide/tutorials/views/hello-mapview.html So I've followed the steps to the end of step 6, where it says: You can actually run this now, but all it does is allow you to pan around the map. However, I can't even get this to work. I get the following error message: The

[android-beginners] Re: TOOLS.JAR

2009-06-22 Thread phxhawke
You need to make sure that you have installed the Java SDK as tools.jar is part of 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] Using setActualDefaultRingtoneUri

2009-06-22 Thread Nick J.
Problem: I'm trying to change the default ringtone for the phone using the internal ringtones(the ones that come with the phone) using the method setActualDefaultRIngtoneUri(). Result: I always get the warning window “Sorry! The application MyApp ( ….MyApp) has stopped unexpectedly. Please try

[android-beginners] Re: latest adt broken?

2009-06-22 Thread bardurhj
I had the same errors as mentioned above. At some point I decided to reinstall ADT and found, that I was using the 0.8 version of Android Editor, which I installed several months ago. I uninstalled the Android Editor 0.8 and did a new install (see guide here:

[android-beginners] Re: TOOLS.JAR

2009-06-22 Thread phxhawke
This sounds like you have to install the java sdk as tools.jar is part of it. On Jun 19, 5:57 am, Rc3375 rcobb3...@gmail.com wrote: To be honest, I'm not quite sure.  I'm VERY new with this.  I don't have access to my computer at this time, I'm in the transportation business.  Whenever there

[android-beginners] Is learning Java directly on the Android possible or a good idea?

2009-06-22 Thread Pyrofyr
I'll start by explaining my situation, I'm interested in learning to develop for mobile phones. My initial interest was the iPhone, however I do not own a Mac, and due to my dislike for them I decided to hold off pursuing that course of action. Currently I have my eyes set on two platforms, the

[android-beginners] adb: command not found

2009-06-22 Thread droiddroid
This is more of a unix question. In my terminal, I cd to my tools directory, adb is right there, and I type adb, and get adb: command not found. If I cat ~/.bash_profile, I get the path that I expect (It looks right, is there a way to verify?). What can I try next? I am Unix challenged, so

[android-beginners] SAXException while parsing XML file

2009-06-22 Thread Jean-Sebastien Stoezel
Hi, The following code generates the SAXParseException exception InputSource needs either stream or reader. try { DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder parser = factory.newDocumentBuilder(); Document document =

[android-beginners] eclipse adt plugin

2009-06-22 Thread parth
I installed ADT on eclipse, as described in Android development tutorials. But when I configure everything and switch to DDMS view it does not allow me to open/close any projects, moreover, new project's directory gets created, but they do not get listed in file explorer. Even the devices that I

[android-beginners] Another Core VM Problem

2009-06-22 Thread SPD
Man I need help. I've scrubbed my code, and there is no longer any reference to an java.* class. I'm including only android.jar from the 1.5 SDK. and I'm still getting this error trouble processing java/awt/font/NumericShaper.class: Attempt to include a core VM class in something other

[android-beginners] Using Alarm Service - Getting Started

2009-06-22 Thread Smelly Eddie
I am just getting into android and had a question about leveraging the alarm service. My application consists of one activity, setting a time. I want to then pass that time to the system's alarm, and have it add a message to the notification bar at that time. I have read the design guidelines

[android-beginners] Who can help porting tslib to Android 1.5r2

2009-06-22 Thread nion2002
As the title said, I'm porting the tslib to Android, bur there are many problems on it. First, the build/make system of android is different from tslib and others software such as DirectFB, Second, how can i inject the calibrated device into the android? THX

[android-beginners] Re: [android-beginners]Loading app on emulator

2009-06-22 Thread Rafa Perfeito
Ups, skipped the bridge Thanks Mark On Mon, Jun 22, 2009 at 2:39 PM, Mark Murphy mmur...@commonsware.comwrote: Rafa Perfeito wrote: Hey droiders, Here's a true beginners question: How can i install an application directly on the emulator? I've been running some of my apps, but

[android-beginners] SAXException while parsing XML file

2009-06-22 Thread jstoezel
Hi, The following code generates the SAXParseException exception InputSource needs either stream or reader. try { DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance (); DocumentBuilder parser = factory.newDocumentBuilder(); Document document = parser.parse(fileName);

[android-beginners] Problem Setting Default Ringtone

2009-06-22 Thread Nick J.
Problem: trying to change the default ringtone for the phone using the internal ringtones(the ones that come with the phone) using the method setActualDefaultRIngtoneUri(). Result: I always get the warning window “Sorry! The application MyApp ( ….MyApp) has stopped unexpectedly. Please try

[android-beginners] Send AT commands to the baseband throug a simple adb shell

2009-06-22 Thread GAYET Thierry
Hi, i wanna check if there is a possibility through a simple adb shell to send AT command for devlelopments and tests purpose to the baseband module. I want to test some of AT commands such as AT+5 that should provide a listing of the AT commands for a Mobile. Cordialement Thierry GAYET

[android-beginners] Submit apps invoke StreetView to ADC2.

2009-06-22 Thread HHH
I think of submitting apps which invoke StreetView to ADC2. But I fail launching of Street View when I Selected Android1.5 in Android Virtual Device Target. This problem was solved by selecting GoogleAPI1.5 in Android Virtual Device Target.

[android-beginners] Putting several lists in a TabWidget

2009-06-22 Thread Hybris
Hi all, i just started developing and i think i reached a dead end, i'm following the wrong direction i guess. I followed the Notepad tutorial and i want to do a customization to it. I want to create a GUI that shows 2 tabs and in each tab show a different list (but with the same layout, only

[android-beginners] Tabs with linear layouts

2009-06-22 Thread Michael J
I'm pretty confused trying to create a tabbed application and could really use some assistance... I'm trying to create a layout (main.xml) with 4 tabs, each tab containing a separate linear layout, which I would like to be able to define in a separate layout xml file. I've been able to create

[android-beginners] Re: Please Help! I Can't get the ADT Plugin to Install

2009-06-22 Thread Sander
It did not work for me either when I used the update site. And I do not have a classic but the WTP version of Ganymede. In the end I downloaded the archive from http://developer.android.com/sdk/adt_download.html and I installed from a local archive. This worked without problems. Would be nice if

[android-beginners] Flash player

2009-06-22 Thread Tammy
How do I download the Flash player application? --~--~-~--~~~---~--~~ 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] Android Emulator Orientation on Macbook

2009-06-22 Thread ed
I know I've seen this question asked, but none of the answers seem to apply. I have a Macbook (not a MacbooPro) without numeric keypad, and I'm perplexed as to how to change the orientation of the emulator when it starts from Eclipse. The key combinations in the SDK docs do not seem to apply to

[android-beginners] Re: latest adt broken?

2009-06-22 Thread bardurhj
I had the same errors as described above. I was using Android Editor 0.8, which I apparently installed several months ago and forgot about. I removed the editor and did a re-install (see guide: http://developer.android.com/sdk/1.5_r2/upgrading.html). This solved my problems. On 9 Jun., 14:46,

[android-beginners] Assets not appearing in emulator/G1

2009-06-22 Thread Stephen
I posted this yesterday but it hasn't appeared on the list, not sure why. Anyway, I'm having a problem where text files I have in the assets folder are not being transferred to the application's respective files folder either for the emulator or for the physical phone. Is there anything you have

[android-beginners] Help: canvas.drawLine(p1.x, p1.y, p2.x, p2.y, paint);

2009-06-22 Thread mnish
Hello, I have a problem with drawing lines between two points on google map. I get nullpointerexception on this line of code: canvas.drawLine(p1.x, p1.y, p2.x, p2.y, paint); I know this is a very basic thing, but I don't know not much about it and I really really need your help. here is were i

[android-beginners] Re: HTC Magic problem with drivers

2009-06-22 Thread akineon
Hi all, I confirm the solution for installing the HTC Magic on a PC. I already had an HTC dream running with the SDK 1.5r2 on a PC (WinXP Pro SP2). I connected a new HTC Magic, and ran into the trouble lists in this thread and other posts such as

[android-beginners] HelloAndroid not working...

2009-06-22 Thread phil
i did a search and saw a few ideas about how to solve this (clean) and none of them worked. I was working my way throgh HelloAndroid - got to the point of running, and the emulator comes up, but never gets past the ANDROID screen. Here's what i see in the debug window. [2009-06-20 12:15:04 -

[android-beginners] Re: Indian language support on android ..

2009-06-22 Thread Jose Ayerdis
Maybe this might help you. http://developer.android.com/guide/topics/resources/resources-i18n.html#AlternateResources As far as i know android still does not support much special character is base on unicode but still had some dificulties on that area. But hey i'm just a rookie too might be

[android-beginners] Re: Items in ListView don't get selected using touch

2009-06-22 Thread Yousuf Haider
Yes. None of them worked. Yousuf On Mon, Jun 22, 2009 at 1:40 AM, Odessa Silverberg silverberg.ode...@googlemail.com wrote: Did you tried playing with android:clickable/setClickable(boolean) http://developer.android.com/reference/android/view/View.html#attr_android:clickable

[android-beginners] Spinner's default selection, select nothing

2009-06-22 Thread Beth Mezias
Hi all, Do you know any way to turn off the default select that happens with Spinner creation? Although I could set a blank entry or put a selection prompt string at the top or bottom of my Spinner display array, I would prefer to skip any default selection and listen only for a selection done

[android-beginners] Re: Testing on-boot services.

2009-06-22 Thread Micah
I'll try to mess around with the alarm manager. The reason my service is always running is because it monitors the user's location in the background. Obviously, the user will be able to disable this feature and manage how active it is (for battery conservation) but the application would be

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Jose Ayerdis
try givin it more memory 2009/6/21 phil phil.pellouch...@gmail.com i did a search and saw a few ideas about how to solve this (clean) and none of them worked. I was working my way throgh HelloAndroid - got to the point of running, and the emulator comes up, but never gets past the ANDROID

[android-beginners] Re: Is learning Java directly on the Android possible or a good idea?

2009-06-22 Thread Yusuf T. Mobile
Sun's online Java tutorial is also good. As you can imagine, opinions vary. The benefit of learning on the device is that if you find it more interesting than learning on a PC, learning is easier. The drawback is that the last two steps of the code/compile/run cycle take a little longer. I

[android-beginners] Re: Is learning Java directly on the Android possible or a good idea?

2009-06-22 Thread Jose Ayerdis
My recommendation is you start the basic java.is easier on PC. 2009/6/22 Yusuf T. Mobile yusuf.s...@t-mobile.com Sun's online Java tutorial is also good. As you can imagine, opinions vary. The benefit of learning on the device is that if you find it more interesting than learning on a PC,

[android-beginners] Re: Assets not appearing in emulator/G1

2009-06-22 Thread Mark Murphy
Stephen wrote: Hi there, I written have a fairly simple andoid app but it has one major bug that's killing me! The app has a screen which saves configuration options to two text files (I know there are built in configuration classes but these don't have the scope that I require) which reside

[android-beginners] Re: Tabs with linear layouts

2009-06-22 Thread Mark Murphy
Michael J wrote: I'm pretty confused trying to create a tabbed application and could really use some assistance... I'm trying to create a layout (main.xml) with 4 tabs, each tab containing a separate linear layout, which I would like to be able to define in a separate layout xml file.

[android-beginners] Re: adb: command not found

2009-06-22 Thread Mike Wolfson
you should issue the command as: ./adb (the ./ tells UNIX that you are looking for the file in the current dir). Double check your path, and ensure that you sourced the file in the window you are trying to run (either open a new terminal window, or type source ~/.bash_profile in the window you

[android-beginners] Re: adb: command not found

2009-06-22 Thread Mike Wolfson
'echo $PATH' will output the path that is set in the window you are running. This will allow you to verify that the directory is properly set. On Jun 19, 10:37 am, droiddroid dmo...@gmail.com wrote: This is more of a unix question.  In my terminal, I cd to my tools directory, adb is right

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Michael Leung
try to give it more time. Mine one is very slow. it tooks a few minutes. On Tue, Jun 23, 2009 at 6:14 AM, Jose Ayerdis joseayer...@gmail.com wrote: try givin it more memory 2009/6/21 phil phil.pellouch...@gmail.com i did a search and saw a few ideas about how to solve this (clean) and

[android-beginners] Re: adb: command not found

2009-06-22 Thread Michael Leung
and have you given the execute permission to adb? On Tue, Jun 23, 2009 at 7:50 AM, Mike Wolfson mwolf...@gmail.com wrote: 'echo $PATH' will output the path that is set in the window you are running. This will allow you to verify that the directory is properly set. On Jun 19, 10:37 am,

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Jose Ayerdis
ohh yes usually takes about 30 second. But in mine a 2GB RAM a Dual Core takes over 1 minute. I recomend you to run it do not close each time you running an App 2009/6/22 Michael Leung michaelchi...@gmail.com try to give it more time. Mine one is very slow. it tooks a few minutes. On Tue,

[android-beginners] Saving a preference isn't working

2009-06-22 Thread bear123434238
I have a screen where a user can enter information about a Favorite drink.  I want to save it to be recalled in the current an future sessions, but the save doesn't seem to be working.  Here is my code where I do the save. getPreferences( MODE_PRIVATE ).edit().putString( DrinkName ,

[android-beginners] Re: Saving a preference isn't working

2009-06-22 Thread Balwinder Kaur (T-Mobile)
You need to get an instance of the SharedPreferences.Editor and carry out all your operations on it. Try this. SharedPreferences.Editor editor = getPreferences(MODE_PRIVATE).edit(); editor.putString( DrinkName , chai); editor.commit(); SharedPreferences prefs = getPreferences(MODE_PRIVATE);

[android-beginners] How to find the text of the selected item in the ListView widget?

2009-06-22 Thread frizzo
In the onListItemClick event, how do I derive the text of the selected item? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to