[android-beginners] Request for Joinning the group

2009-08-31 Thread Ankit Khandelwal
Hi, I am new Android developer and I would like to join this group Thanks Ankit --~--~-~--~~~---~--~~ 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] More than one EditText - not getting focus, no soft keyboard?

2009-08-31 Thread alex_c
Hi all, I'm pretty new to Android development, enjoying it a lot so far, but I've hit my first stumbling block for which I couldn't find an answer in the documentation or online. The home screen of my application has three EditText views, meant to be used as three different search functions,

[android-beginners] Re: [android-beginners]

2009-08-31 Thread Jason Chirakan
Do you mean an application like brightkite? On Aug 30, 2009 6:50 PM, saurabh sinha saurso...@gmail.com wrote: hello everyone I am android beginner looking for social networking app using location in android can u send me application --~--~-~--~~~---~--~~ You

[android-beginners] Re: AVD java error

2009-08-31 Thread geeth ganesh
Did u set the jdk path.. On Sun, Aug 30, 2009 at 5:03 AM, Ankit Khandelwal anki...@gmail.com wrote: Hi, I am new to the android and when I am trying to install the AVD using the android create avd --target 2 --name my_avd in my command window, it gives me an error. java' is not

[android-beginners] How do I delete unwanted downloads and download history

2009-08-31 Thread Robert
I would like to delete not only the unwanted downloads but the downloaded history. Who do I do that? --~--~-~--~~~---~--~~ 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] AVD java error

2009-08-31 Thread Ankit Khandelwal
Hi, I am new to the android and when I am trying to install the AVD using the android create avd --target 2 --name my_avd in my command window, it gives me an error. java' is not recognized as an internal or external command, operable program or batch file Does anybody has any idea of what am I

[android-beginners] Re: Mediaplay Problem

2009-08-31 Thread ash
nick, thx for repositing to this forum. i figured out the problem. it turns out that you need to keep a handle of the media player object after starting the player for long length content. it appears that if you do not assign the object to a variable that remains in scope, then the player must

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

2009-08-31 Thread Tikoze
Roman, I very well may be missing something here, but using taskInfo.topActivity still does not work (even if a taskInfo instance)... The problem, at least for the Calendar, is that taskInfo.topActivity.getClassName() does not return com.android.calendar.LaunchActivity It returns

[android-beginners] MMS manager

2009-08-31 Thread Maurizio Bellemo
Hi all, I'm newbie and I would like to know if there is a class for MMS managing as SMSManager. Or there is a chance to manage MMS also with the SMSManager? Thks Bye Maurizio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: Using dom4j in Eclipse

2009-08-31 Thread Zonakusu
Thanks Xavier i got it working! :) I will create a blogpost about this matter later today so others don't have to waste time :) On 26 aug, 01:43, Xavier Ducrohet x...@android.com wrote: Don't put it in src/ It's common to put it in libs/ so that if someone wants to compile your project

[android-beginners] Map overlays

2009-08-31 Thread Neilz
Hi all. If I add two (or more) overlays (markers) to my map, is there a way I can calculate the center point between the two, and set the zoom accurately so that the map is displayed with all my markers shown? Many thanks. --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: Scheduler or cron in android

2009-08-31 Thread lorenz
Hi Debuti, You might want to have a look at the code I wrote for NetSentry (http://code.google.com/p/netsentry/source/browse/trunk/src/com/ googlecode/netsentry/backend/scheduler/CronScheduler.java). I had the exact same problem and I wrote a scheduler myself. I copied the class for the cron

[android-beginners] Why the buffer is 0 when I play the rtsp movie from the internet?

2009-08-31 Thread yjshi
Why the buffer is 0 when I play the rtsp movie from the internet? I wrote a appliaction to play the movie from the internet.I try many times and could not found out the reason ,so I decided to have a look at opencore source code. I look at the opencore source code ,and I find that it is the most

[android-beginners] Re: I permanently fail to unsubscribe from this mailing list

2009-08-31 Thread Justin Anderson
You need to follow these steps: 1. Log in to Google Groups 2. Go to the Android Beginners Group 3. Click on the Edit My Membership link on the right side of the page 4. Click the Unsubscribe button 5. Also, you could click the No Email radio button followed by the Save Changes

[android-beginners] Re: Get GPS time/date

2009-08-31 Thread Justin Anderson
What exactly do you mean by the GPS time? I haven't done any GPS programming for Android but I would assume the current time/date would not be provided by the GPS API... If you just want the current time, you could use the currentTimeMillis() method but I'm not sure exactly what class that is

[android-beginners] Jaimin's Birthday Calendar

2009-08-31 Thread Jaimin Mehta
Hi I'm setting up a birthday calendar and need your help. Just click on the link below and enter your birthday details. (It's quick, easy, and you can keep your age a secret.) http://www.birthdayalarm.com/bd2/85580695a218396311b1478139794c450066205d1386 Thanks Jaimin

[android-beginners] Re: eclipse error: missing required Java project

2009-08-31 Thread Justin Anderson
In order to help with this, we would need more information about how your project is set up --~--~-~--~~~---~--~~ 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: Configure my Account without G1

2009-08-31 Thread Jeffrey Blattman
i had the same problem when i got my g1 - no data plan. as far as i could tell there's no workaround. your options are to borrow a friend's SIM card (that has a data plan) to get your past the registration or to temporarily enable your data plan. that being said, i was pretty excited to get

[android-beginners] Re: R.java (generated File)

2009-08-31 Thread Tikoze
The id that is generated in the R class comes from a layout xml file... For example, in one of my programs I have a Gallery View that displays icons for currently running programs.. I have an xml file under /res/layout that contains the following: Gallery android:id=@+id/running_tasks_gallery /

[android-beginners] Re: Voice Encryption

2009-08-31 Thread Roman ( T-Mobile USA)
The voice stream for cellular communication is not exposed to the SDK level. If you try to do some Voip it is possible. But keep in mind that the SW envryption/decryption is very slow especially using Java. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views,

[android-beginners] Re: Voice Encryption

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
And in fact even if the SDK supported it, the hardware on most phones does not. They usually have direct lines from the microphone and speaker to the GSM module. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in

[android-beginners] Re: repo init error

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
I've successfully utilized this forum for repo questions: http://groups.google.com/group/repo-discuss 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

[android-beginners] Re: Questions (New Posts) rejected?

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
Your Emulator question did appear. For some reason, people don't always see their own posts, but they usually show up quickly. 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

[android-beginners] Re: Android not found

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
Hmm. I'm no UNIX expert, but it sounds like your OS does not consider the current directory (.) as part of the PATH. In any case, you should add the tools directory to your path. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the

[android-beginners] Re: Android not found

2009-08-31 Thread Sean Hodges
Yusuf is right, you need to specify where the android program is. Try adding a ./ at the beginning: ./android create avd On Mon, Aug 31, 2009 at 5:53 PM, Yusuf Saib (T-Mobile USA)yusuf.s...@t-mobile.com wrote: Hmm. I'm no UNIX expert, but it sounds like your OS does not consider the current

[android-beginners] Re: Debugging on Samsung Galaxy

2009-08-31 Thread Justin Anderson
Have you previously connected your phone to the computer before turning on the ability to allow unsigned applications and USB debugging? I found out the hard way that if you don't have those options on the very first time you connect your phone to a Windows machine then there are all sorts of

[android-beginners] Add an image over an image

2009-08-31 Thread Alok
Hi guys , I want to add a small image over another image.How can that be done? I want to add the small image on the right corner og the base image. I think layout_weight property can do that.Please correct me if i am wrong and help me with the solution. I am using Eclipse IDE for development and

[android-beginners] virtual keyboard

2009-08-31 Thread Gigi
I have made a couple of functional Android Apps and now I want to make my own virtual keyboard, to substitute the default keyboard (similar to TouchPal). I have found absolutely no information to guide me in this process. The reference documentation does seem to be in order and useful

[android-beginners] Re: Add an image over an image

2009-08-31 Thread Mark Murphy
Alok wrote: I want to add a small image over another image.How can that be done? Use a RelativeLayout or FrameLayout, and have the one to appear over the other image be defined later in the XML within that container. Those two container classes support overlapping widgets, and those later in

[android-beginners] Re: Add an image over an image

2009-08-31 Thread Alok Kulkarni
Hey Mark , thanks a lot for the solution , i try out and post the result :) On Mon, Aug 31, 2009 at 11:08 PM, Mark Murphy mmur...@commonsware.comwrote: Alok wrote: I want to add a small image over another image.How can that be done? Use a RelativeLayout or FrameLayout, and have the one to

[android-beginners] Re: How to reboot Android Dev Phone into recovery mode?

2009-08-31 Thread Bytes
Red button (Power) + HOME On Aug 31, 12:22 am, Vladimir Kelman vkel...@gmail.com wrote: Hi! I'm trying to upgrade Android Dev Phone according tohttp://www.htc.com/www/support/android/adp.html. Everything went smooth until under Update the Device Radio Firmware section I read the following,

[android-beginners] Debugging on Samsung Galaxy

2009-08-31 Thread FaticaLabs
Hi All, I digged the web a lot, but I didn't manage to find any solution to have my Samsung Galaxy connecting to the adb tool to debug/deploy my test application. Do somebody know the right procedure/driver to make it working ? My OS is Vista 32 bit. Thanks a lot, Felix

[android-beginners] Host Cannot be resolved

2009-08-31 Thread syrodrone
My emulator was working without any issues, till last week, today it started giving the error host is unresolved when i try to make a http connection. I have verified that the server is available and others are able to access the server using the same code base. I have deleted the virtual

[android-beginners] Re: Open GL Programming for a Starter on Android

2009-08-31 Thread motzel
On 28 Sie, 15:38, Maxood maqs...@salsoft.net wrote: Wonder if someone can guide me to convert them into Java so that they can run on android. Also please provide me with a link on Android Open http://www.droidnova.com/android-3d-game-tutorial-part-i,312.html Best Regards, motzel

[android-beginners] Re: eclipse plug-in installation problem

2009-08-31 Thread Devis Meroni
I've the same problem, any solution? --~--~-~--~~~---~--~~ 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] Re: sdk help

2009-08-31 Thread Jack Ha
Android API reference is located here: android_root/docs/reference/packages.html Also check out the Developer Guide: android_root/docs/guide/index.html where android_root is the directory where you installed the Android SDK. They are also available online:

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

2009-08-31 Thread cellurl
Hi, With the help of this group I went from 0 -to- submitting to ADC-2, Thanks! Now I have a favor to ask. Can anyone test this app? I am pretty sure in Iowa where I work, there isn't an Android within 100 miles of me. (yea, I need to get off my wallet)... If anyone can test this app, I would

[android-beginners] hey guys new update 2009

2009-08-31 Thread johor khan
hey guys new update japan net passport check this link and applyvisa all countrys http://applyvisa4u.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: Camera Button Broadcast Receiver Problem...

2009-08-31 Thread Tikoze
Any info on this would be appreciated. I know it can be done because I have installed a few apps that are able to launch via the camera button without having the camera app launch as well. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Very simple question about the HTC phones with trackballs (like the G1)

2009-08-31 Thread Steeler
Can you click the trackball, or is there some other button that generates DPAD_CENTER key events? Or is this button not at all supported? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To

[android-beginners] Re: Very simple question about the HTC phones with trackballs (like the G1)

2009-08-31 Thread Mark Murphy
Steeler wrote: Can you click the trackball, or is there some other button that generates DPAD_CENTER key events? You can click the trackball on the G1 and Google Ion (HTC Magic). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide

[android-beginners] Re: Very simple question about the HTC phones with trackballs (like the G1)

2009-08-31 Thread Steeler
And that shows up as DPAD_CENTER? On Aug 31, 5:50 pm, Mark Murphy mmur...@commonsware.com wrote: Steeler wrote: Can you click the trackball, or is there some other button that generates DPAD_CENTER key events? You can click the trackball on the G1 and Google Ion (HTC Magic). -- Mark

[android-beginners] Re: Very simple question about the HTC phones with trackballs (like the G1)

2009-08-31 Thread Mark Murphy
Steeler wrote: And that shows up as DPAD_CENTER? It should. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~-~--~~~---~--~~ You received this message

[android-beginners] Create New TextView Style....

2009-08-31 Thread Tikoze
I want to create a new style that slightly modifies the default style of a TextView... However, I have not been able to find what the value for the parent attribute should be... Any help would be appreciated! Current xml code: ?xml version=1.0 encoding=utf-8? resources style

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

2009-08-31 Thread eaindra nilar
How do I do to get browser history on android native API .Please help and explain me. 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] how to make a SESSION dbus connection on android?

2009-08-31 Thread lm
Dear all, I am porting obexd to android. When I push the obexd-client to android emulator, it shows can't launch dbus-launch for dbus session. But I can't find the dbus-launch command on emulator. Do you have any idea to solve this problem? thanks a lot.

[android-beginners] problems building an eclipse dev environment as described on http://source.android.com/using-eclips

2009-08-31 Thread dmm613
Folks, I've tried a few different things, all with the same outcome. Basically, when I Create project from existing source I get 100s of errors, all of type Java Problem What I did was follow these instructions (http://source.android.com/using-eclipse) 1. If Eclipse asks you for a

[android-beginners] problems building android dev environment?

2009-08-31 Thread dmm
When I download the source and build it according to http://source.android.com/download, then try to build the eclipse dev evironment as described on http://source.android.com/using-eclipse, I get 100s of Java Errors when trying to build the project (and 1000s of warnings). Linux is

[android-beginners] Re: eclipse plug-in installation problem

2009-08-31 Thread 昂哲王
You can try off-line install. 2009/9/1 Devis Meroni meroni.de...@gmail.com I've the same problem, any solution? -- i believe i can fly! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: problem with Hello, Gallery R.styleable not resolve

2009-08-31 Thread Bui Quang Hao(Johny.Bui)
There is a mistake here in resources.xml file but I corrected it. The correct one is as follow: ?xml version=1.0 encoding=utf-8? resources declare-styleable name=Gallery1 attr name=android:galleryItemBackground / /declare-styleable /resources Thanks Justin. Your post is really

[android-beginners] How do I search an xml feed?

2009-08-31 Thread russell.harro...@designvisa.com
Hi all, I want to make an android app for my search engine, I would like to do the following There would be a text field at the top, and under that users would see the results. What I want is away to send data to a xml that is hosted on my web server This is what the xml url would look like

[android-beginners] Re: problems building an eclipse dev environment as described on http://source.android.com/using-eclips

2009-08-31 Thread shuchi muley
Hi Dav I use Eclipse with Android plugin. What I did was to download eclipse, open it up, add the android plugin. What is the problem that you are facing? Are you unable to use Eclipse or Android plugin hasn't properly installed ? On Mon, Aug 31, 2009 at 5:17 PM, dmm...@gmail.com wrote: Folks,