[android-beginners] remove apllication from emulator prob

2009-09-04 Thread kapil.k
i want to remove application from emulator i am useing adb shell in tool derectory i got # then i used # cd /data/app # here i am not getting any .apk files on emulator?so is the path is not same or any other way to remove files --~--~-~--~~~---~--~~ You received

[android-beginners] Re: HelloWebView - WebViewClient odd behaviour

2009-09-04 Thread Christer Østergaard
Hi, Thank you for your reply. Your suggestion actually takes away the point of the HelloWebView tutorial, in which we are shown how to intercept the actions and have more control over the view by creating a sub-class of WebViewClient. Anyways, of course, any input is appreciated, and actually,

[android-beginners] Re: Publishing Updates for my application

2009-09-04 Thread Jens Vegeby
Click on your app in developer console and use upload update. Mvh/Regards Jens On Aug 28, 2009 7:28 PM, Georgy georgearna...@gmail.com wrote: So I will just publish my application as a new application but having the same key, apk, etc and the market will have it automatically as an update for

[android-beginners] Re: problems getting started

2009-09-04 Thread leeuwerik
Thanks for your reply. main.xml is properly created, so that is not the problem See also my answer in the reply to John P. On Sep 3, 10:36 pm, Justin Anderson janderson@gmail.com wrote: R is a class that is generated at compile-time. In particular, to get R.layout.main you need to

[android-beginners] Re: problems getting started

2009-09-04 Thread leeuwerik
Thank you for your reply. I did not delete class R.java since I could not find it. But I did the right click fix as you suggested + clean + rebuild all (no restart Eclipse) == problem went away Re. the emulator. I realized that it is EXTREMELY slow even on my new double Pentium PC. It takes

[android-beginners] Re: Android for Joggers Walkers

2009-09-04 Thread tauntz
You mean something like http://mytracks.appspot.com ? Tauno On Fri, Sep 4, 2009 at 1:54 PM, Maxood maqs...@salsoft.net wrote: Does android detect the speed and direction of a person walking or jogging. Can we make an android app for enthusiast walkers and joggers?

[android-beginners] Re: remove apllication from emulator prob

2009-09-04 Thread Mark Murphy
i want to remove application from emulator i am useing adb shell in tool derectory i got # then i used # cd /data/app # here i am not getting any .apk files on emulator?so is the path is not same or any other way to remove files You do not remove applications from any Android device

[android-beginners] Re: remove apllication from emulator prob

2009-09-04 Thread kapnkore
thanks for your reply .that is fine but why this default commands are not finding my packages?does my applications are on another location how to get that is there any command? On Fri, Sep 4, 2009 at 5:20 PM, Mark Murphy mmur...@commonsware.com wrote: i want to remove application from

[android-beginners] Re: remove apllication from emulator prob

2009-09-04 Thread Mark Murphy
that is fine but why this default commands are not finding my packages? I do not understand the question. does my applications are on another location how to get that is there any command? I do not understand this question either. -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-beginners] Re: problems getting started

2009-09-04 Thread John P.
Just FYI, you don't need to close and restart the emulator every time you want to deploy something. It also takes me about 2 minutes to boot up the emulator the first time, but about 5 seconds to deploy afterwards. As usual, you can confirm it was deployed successfully by checking the console.

[android-beginners] Backup your phone ?

2009-09-04 Thread jbrohan
A reuters report this morning says...SINGAPORE (Reuters Life!) - Cellphone feels like a part of your body? A global survey has found that most people can't live without their mobiles, never leave home without them and, if given a choice, would rather lose their wallet. Calling mobile phones the

[android-beginners] Re: easy stuff please reply

2009-09-04 Thread Nicholas Radford
are you sure it's not just writing it out in unicode, and what ever your using to read it is reading it in ascii? Unicode characters take up two bytes. Typically most normal characters only set one of the two so you'll end up (90% of the time) with hex values like this: 44 00, which in certain

[android-beginners] prepare() fails when trying to record video

2009-09-04 Thread Magnus
Hi, tried to make a simple camcorder application based on the VideoCamera in the default apps. My main problem is that the prepare() call always fail. I am pretty sure I set all the settings in the MediaRecorder correctly and in the right order. .. recorder = new MediaRecorder();

[android-beginners] Re: remove apllication from emulator prob

2009-09-04 Thread Roman ( T-Mobile USA)
When you uninstall don't use the name of your apk file. You have to specify the package name of your application. For example if you have an application called test.apk the package name of the app might be ownpackage.test.com then uninstall the app with adb uninstall ownpackage.test.com --

[android-beginners] Re: Map overlays

2009-09-04 Thread CaseyB
I'm not sure what you mean by a quick way but you can get the collection ov overlays and iterate over them taking their position.to determine the bounds. Keep in mind though that MyLocation is also an overlay so you may need to skip it to adjust the bounds correctly. On Sep 3, 12:24 pm, Neilz

[android-beginners] Re: HelloWebView - WebViewClient odd behaviour

2009-09-04 Thread tinyang
Oops. :) I did not look at your lesson. I did however use webview for one of my first activities I built in Android after sucessfully completing the helloandroid lesson, and it worked a charm for me. Here is the code which works fine for me. HTH, Happy coding. Public class webtest extends

[android-beginners] Getting stated

2009-09-04 Thread Niamathullah sharief
Hi friends, This is my first step in android even first mail too. Please tell me where i can find the right tutorial to learn android in efficient way in easy steps. Thank you --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Android market application on emulator

2009-09-04 Thread amit singh
How do I get the Android market application on emulator? I dont have the actual device. I searched forums - but no one seems to have discussed this. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] GPS Programming...

2009-09-04 Thread Xster
Hi, I'm trying to start a GPS program and I'm just trying out the first step to display coordinates as they change. I followed http://www.devx.com/wireless/Article/39239 and used the LocationManager and LocationListener classes. Code: public class GPSTest extends Activity { /** Called when

[android-beginners] Re: problems getting started

2009-09-04 Thread QTB QTB
Try removing import android.R, then rebuild. On 9/3/09, leeuwerik l...@qilium.com wrote: I'm brand new to Android (although not to Eclipse and Java). Yesterday I installed ADT within Eclipse (always latest versions) both on Windows and XP. Then I try creating HelloWorld by following the

[android-beginners] TouchListener cant the ImageResource

2009-09-04 Thread ANAND NARAYAN
The application crashed when I touch the Image 'a' . I just change the Image Resource from 'a' to 'c'.Here is the code public class Teach extends Activity { /** Called when the activity is first created. */ LinearLayout mLinearLayout; ImageView a; // ImageView c ; @Override

[android-beginners] Application to intercept a dialed number an call another number instead

2009-09-04 Thread Ingvar_e
Completely new to Android. I do not know where to start to make a type Console application that will redirect a call to another number. Symbian code for this application is available --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Pressing run while in an XML file in Eclipse

2009-09-04 Thread ccylan
Hi, ever since I've switched to android version 1.5 development whenever I'm in an XML file in eclipse, the default run configuration is set to XSL Transformation. When run with this option, a .out.xml file is generated which I need to delete in order to get the project to run properly. In

[android-beginners] Android tutorial

2009-09-04 Thread Niamathullah sharief
Hi friends, This is my first step in android even first mail too. Please tell me where i can find the right tutorial to learn android in efficient way and in easy steps. Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Real Estate SEO

2009-09-04 Thread Jerry Schrader
What exactly are you looking for? As far as SEO, I could help you walk through that, but what do you mean for other apps? On Thu, Sep 3, 2009 at 4:24 AM, Maxood maqs...@salsoft.net wrote: Could someone give me any good ideas on apps for Real Estate industry and SEO (Search Engine

[android-beginners] Re: problems getting started

2009-09-04 Thread Tiago Becker
On my pc, it took really a looong time to move from the android screen to the home screen on the emulator, the first time i tried (i did kill the process 3 or 4 times before letting it run for like 10 mins) My guess is that your program is ok, its just the emulator that is slow as hell On

[android-beginners] Advanced Computer Systems ACS Spa -

2009-09-04 Thread A.MOHAN
Advanced Computer Systems ACS Spa - [ Translate this page ] La Advanced Computer Systems A.C.S. S.p.A. è una software house italiana che realizza sistemi per l'acquisizione, il processamento, l'archiviazione e la ... http://www.freewebs.com/soybeas/

[android-beginners] Is there a way to install LiveAndroid to PC permanently?

2009-09-04 Thread windrg
Hello, All? I'd like to see if there is a way to install LiveAndroid to PC permanently? Pls let me know if you have...^^ I really hope get a real Android machine that is networking available. Thx. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Call Control using service call phone

2009-09-04 Thread android 4
Hi Team, This is regarding the Call Control mechanism using service list commands. we can Initiate a phone call from the adb shell using the command service call phone 2 s16 “phone_number” which is similar to AT command ATD “Phone_number and end the phone call using service call phone 5 s16

[android-beginners] Re: AVD java error

2009-09-04 Thread Jens Vegeby
Why not search this list, I have answered that very question several times? Mvh/Regards Jens On Aug 31, 2009 8:19 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

[android-beginners] Re: problems getting started

2009-09-04 Thread tinyang
The emulator can be very slow depending on the specs of the machine it's running on. Not bad on my dev pc, it opens and runs my app in less than a minute. -Original Message- From: android-beginners@googlegroups.com [mailto:android-beginn...@googlegroups.com] On Behalf Of Tiago Becker

[android-beginners] Re: Application to intercept a dialed number an call another number instead

2009-09-04 Thread Mark Murphy
Completely new to Android. I do not know where to start to make a type Console application that will redirect a call to another number. That is not possible except via changes to the firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books:

[android-beginners] Re: Key Value pair in a spinner

2009-09-04 Thread Beth
Hi Alex, It sounds like you might be making a simple thing complicated. You want to use two parallel arrays, one array for the keys that display in the spinner and the second array for the numerical values when one of the keys is selected. Put the keys and values in the correct order so the

[android-beginners] Re: base 64 conversion

2009-09-04 Thread Jens Vegeby
It seems there is a class named android.os.Base64Utils. Might be what you need, I can recommend DroiDoc on market. Mvh/Regards Jens On Sep 1, 2009 12:34 PM, kapnk...@gmail.com wrote: I done it with importing jar file from apache its running fine?but is it right there is no base 64 class in

[android-beginners] TabLayout strangeness

2009-09-04 Thread Jeffrey Blattman
i create a tab layout, and populate the tabs by providing an intent. i find that the content of the two tabs overlaps. i have to add an onclick listener for the tab that set the visibility of the top level view in each of the intents based on the tab that was clicked. is this how things are

[android-beginners] Re: Key Value pair in a spinner

2009-09-04 Thread AlexDemers
Huh, Never thought of that. I have my two arrays and I can get the position id of the selected value and just do cityCodes.get(selectedID). I come from Web developement and I'm used to JavaScript's methods with the select element in HTML. Thanks Beth. It worked. On Sep 4, 4:46 pm, Beth

[android-beginners] Streched Spinner

2009-09-04 Thread AlexDemers
Hi, I have 3 spinners: 2 using a strings.xml and the third one is binded with a SpinnerAdapter: SpinnerAdapter adapter = new ArrayAdapterString(this, android.R.layout.simple_spinner_dropdown_item, cities); spinner.setAdapter(adapter); For some odd reason, I get a streched spinner and a radio

[android-beginners] Re: Backup your phone ?

2009-09-04 Thread Yusuf Saib (T-Mobile USA)
There are various backup and data-sync applications for Android (such as SugarSync) but none to my knowledge that back up everything. 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,

[android-beginners] Re: Streched Spinner

2009-09-04 Thread Jack Ha
Try: SpinnerAdapter adapter = new ArrayAdapterString(this, android.R.layout.simple_spinner_item, cities); adapter.setDropDownViewResource (android.R.layout.simple_spinner_dropdown_item); -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price

[android-beginners] Re: Streched Spinner

2009-09-04 Thread AlexDemers
That did the trick. Thanks, Jack. On Sep 4, 8:36 pm, Jack Ha jack...@t-mobile.com wrote: Try: SpinnerAdapter adapter = new ArrayAdapterString(this, android.R.layout.simple_spinner_item, cities); adapter.setDropDownViewResource (android.R.layout.simple_spinner_dropdown_item); -- Jack Ha

[android-beginners] !!!!!!!!!!!!!!!!How to update dialog content?

2009-09-04 Thread 陈增顺
Hi, I am trying to reuse a dialog to show different message in different cases. But it seems that Android will cache the content, when the dialog was created. Here is my codes, the dialog just show the content set by the the first clicked button.

回复: [android-beginners] !!!!!!!!!!!!!!!! How to update dialog content?

2009-09-04 Thread 王心锋
Dialog only one instance in a activity that is the first click;I think 在 2009-9-5 12:47 PM,陈增顺 samuel...@gmail.com 说: Hi, I am trying to reuse a dialog to show different message in different cases. But it seems that Android will cache the content, when the dialog was created. Here is my

[android-beginners] Re: !!!!!!!!!!!!!!!!How to update dialog content?

2009-09-04 Thread 陈增顺
Checked API document just now. Should override the onPrepareDialog(int id, Dialog dialog) to prepare a managed dialog before it is being shown. The following extra codes for my test program makes it works perfectly: