[android-beginners] Android Emulator - Keyboard Issue

2008-09-25 Thread Ismael Gonzales
I'm not sure this is the correct place, but here it goes. I am running the Hello, Android code example. If I navigate to the browser, the > symbol cannot be entered. Instead a colon (:) is entered. This is the same whether I type the symbol or use the on screen keypad. Thank you, Ismael Gonzale

[android-beginners] How do I port C/C++ applications into Android?

2008-09-25 Thread Xiaohan
Hi there, I read through a few message chains in the Android groups and I'm still not clear whether it's possible to port C/C++ native applications into Android. I own a project written in C/C++ and now I'm about to port it to Android. Rewriting the whole project with Java is not acceptable beca

[android-beginners] adding contact

2008-09-25 Thread sudheer
Hello All I tried adding a contact using contentvalues. but i can't see my contact info in contacts. i added write contact permission in android manifest file. please tell me what should I do to make a contact appear in contacts tab in emulator. Best Regards, Sudheer --~--~-~--~~---

[android-beginners] Re: : Help Needed

2008-09-25 Thread Imran
On Sep 25, 10:33 am, sukanto <[EMAIL PROTECTED]> wrote: > Hi Jaideep / Imran, > I believe this this kind of system is not possible to build without > any hardware, even that will not be legal , at least in India. (no > idea about laws in other countries) > Actually initially i was planning to bu

[android-beginners] Re: sqlite3 command on Remote shell not working

2008-09-25 Thread Vaibhav Gathibandhe
HI, I wonder why then they have given the "sqlite3 on remote shell" information in 0.9_beta documentation. Anyways, thanks a lot for help. Thanks and Regards, Vaibhav Gathibandhe On Wed, Sep 24, 2008 at 7:53 PM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > Vaibhav Gathibandhe wrote: > > Hello all,

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Kevin M
I don't understand... where is the compiler? --~--~-~--~~~---~--~~ 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 g

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Gav
I had the same error when the project was not building. If you clean your project and rebuild it.. Are there any complaints from the compiler? On Sep 25, 6:18 pm, Kevin M <[EMAIL PROTECTED]> wrote: > [2008-09-25 17:17:21 - HelloAndroid] Android Launch! > [2008-09-25 17:17:21 - HelloAndroid] adb

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Kevin M
[2008-09-25 17:17:21 - HelloAndroid] Android Launch! [2008-09-25 17:17:21 - HelloAndroid] adb is running normally. [2008-09-25 17:17:21 - HelloAndroid] Could not find HelloAndroid.apk! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Android 1.0 SDK Released

2008-09-25 Thread Dmitriy Kropivnitskiy
Seems like the new version breaks the Eclipse plugin :( At least Eclipse wouldn't let me set the new directory as the SDK home. On Thu, Sep 25, 2008 at 5:24 PM, Dmitriy Kropivnitskiy <[EMAIL PROTECTED]> wrote: > Fixed with the new version of the plugin. For some reason it wouldn't > update, I had

[android-beginners] Re: a Strange thing about List, array and ArrayAdapter

2008-09-25 Thread AndreAgosto
oh, i didn't know it, :( Thank you! On Sep 25, 11:32 am, "Romain Guy" <[EMAIL PROTECTED]> wrote: > Lists.asList(String[]) creates a read-only List :( > > > > On Thu, Sep 25, 2008 at 4:14 AM, AndreAgosto <[EMAIL PROTECTED]> wrote: > > > hi, why this code doesn't work? > > > String[] cols = getReso

[android-beginners] is gps raw observables available?

2008-09-25 Thread sungpily
Hi, It seems Android SDK provides only the position fix from GPS instead of the raw GPS observables (distance from the receiver to GPS satellites)? If I am wrong, how can I get these info? Thank you. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: Android 1.0 SDK Released

2008-09-25 Thread Xavier Ducrohet
You need the new plugin (0.8.0) to go with the new SDK. The older plugin (0.7.1) only works with the 0.9 SDK. Xav On Thu, Sep 25, 2008 at 11:01 AM, Mitechka <[EMAIL PROTECTED]> wrote: > > Seems like the new version breaks the Eclipse plugin :( At least > Eclipse wouldn't let me set the new direc

[android-beginners] Re: How to create Custom Toast.

2008-09-25 Thread Dipen Dalal
Never mind. I found my mistake. setView takes View not int. On Thu, Sep 25, 2008 at 1:46 PM, Dipen <[EMAIL PROTECTED]> wrote: > > Group ! > > How to create Custom Toast. > > My code: > > Toast t = new Toast(this); >t.setView(findViewById(R.layout.customtoast)); >t.

[android-beginners] Re: Terminal Emulation

2008-09-25 Thread Mark Murphy
> A terminal is essential!, it's hard to believe that a usable shell > hasn't been released yet... > > I'm sure something good will come out. http://code.google.com/p/connectbot/ -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Pub

[android-beginners] Re: ok the android developer challenger is over how can one still get into the android app market

2008-09-25 Thread Mark Murphy
> ok the android developer challenger is over how can one still get into > the android app market > how the market place works Details on this have not been announced yet, but are supposed to be before the end of the year. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's G

[android-beginners] Re: Android sources

2008-09-25 Thread Mark Murphy
> I read that Android is "mostly Open Source" and will be "100% Open > Source". > Where can I download any source of Android? Android is supposed to be released as open source when the first handsets ship, slated for October 22nd. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy C

[android-beginners] Re: EditText multiline

2008-09-25 Thread Mark Murphy
> how i can use EditText with multiline??? Put android:singleLine="false" in your layout XML, or use the equivalent method on the EditText object. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~-~--~--

[android-beginners] EditText multiline

2008-09-25 Thread Chihau Chau
how i can use EditText with multiline??? -- Chihau Chau --~--~-~--~~~---~--~~ 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 unsubscrib

[android-beginners] Re: Doubt in Andriods!

2008-09-25 Thread Matteo Crippa
Android is an Os like Winmobile, iPhone OS and Symbian. As far as i know it is a custom linux build that is able to run on qualcomm based mobile phones more info @ http://en.wikipedia.org/wiki/Android_(mobile_device_platform) On 25 Set, 11:01, Jayakumar Natarajan <[EMAIL PROTECTED]> wrote: >

[android-beginners] Re: Android 1.0 SDK Released

2008-09-25 Thread Mitechka
Seems like the new version breaks the Eclipse plugin :( At least Eclipse wouldn't let me set the new directory as the SDK home. On Sep 23, 6:09 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > We're pleased to announce the release of the Android 1.0 SDK, release 1. > > For full inf

[android-beginners] What do i do if i have an idea ?

2008-09-25 Thread byron
Dear group I am developing a new MIDI program and music composition reader ( also MIDI ) for the G1 phone which will run on all Android devices . Who do I contact concerning the details of my program ( working title : Prodigy ) . Thanks Frank Doggrell --~--~-~--~~

[android-beginners] Re: both sdks

2008-09-25 Thread steelerfan
Thanks! On Sep 23, 10:58 pm, Sudha <[EMAIL PROTECTED]> wrote: > I am using eclipse 3.3 for older sdk and 3.4 for 0.9 > in my case its working fine > > On Sep 23, 8:56 pm, steelerfan <[EMAIL PROTECTED]> wrote: > > > > > Before I mess something uphave you done this or what makes you so > > sure

[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-25 Thread Gav
I could do so but it appears to be a problem with my SDK. I tried running Keytool on its own had the same error. C:\Users\Gav>"c:\Program Files\Java\jdk1.6.0_07\bin"\keytool -genkey - alias and oiddebugkey -keyalg RSA -validity 365 -keypass android -keystore debug.keystore -storepass android Wha

[android-beginners] ok the android developer challenger is over how can one still get into the android app market

2008-09-25 Thread Spikie
ok the android developer challenger is over how can one still get into the android app market how the market place works --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-25 Thread Gav
This means that the .apk class is not being created which leads to a number of possible problems. Can you post any build errors? On Sep 24, 11:08 pm, Kevin M <[EMAIL PROTECTED]> wrote: > I am getting this error when trying to run my programs... I see other > threads about this but none have clea

[android-beginners] Installing ADT

2008-09-25 Thread Zachary Becker
I am trying to install ADT onto Eclipse. When I click the Install button a progress bar comes up and says "Calculating requirements and dependencies". Then it just sits there and doesn't do anything. I've tried leaving it there for some time, but nothing changes. I have tried downloading the pac

[android-beginners] Re: Terminal Emulation

2008-09-25 Thread vsk
A terminal is essential!, it's hard to believe that a usable shell hasn't been released yet... I'm sure something good will come out. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post

[android-beginners] Android sources

2008-09-25 Thread [EMAIL PROTECTED]
I read that Android is "mostly Open Source" and will be "100% Open Source". Where can I download any source of Android? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group,

[android-beginners] Installing ADT

2008-09-25 Thread Zachary Becker
I am trying to install ADT onto Eclipse. When I click the Install button a progress bar comes up and says "Calculating requirements and dependencies". Then it just sits there and doesn't do anything. I've tried leaving it there for some time, but nothing changes. I have tried downloading the pac

[android-beginners] any Silicon Valley Android programmers here?

2008-09-25 Thread easan
I've just moved to Santa Clara, have programmed in C#, and write HTML, CSS.Would like to learn about Android. Wonder if there is any group in Silicon Valley? I find i learn very quickly watching someone hands-on writing code. thanks. --~--~-~--~~~---~--~~

[android-beginners] Prodigy

2008-09-25 Thread Prodigy
I am developing a MIDI and MIDI recording program for the G1 platform and Android . Who is the person that can test my working draft ? ( program known as Prodigy ) thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[android-beginners] How to create Custom Toast.

2008-09-25 Thread Dipen
Group ! How to create Custom Toast. My code: Toast t = new Toast(this); t.setView(findViewById(R.layout.customtoast)); t.setDuration(1); t.show(); http://schemas.android.com/apk/res/android"; android:id="@+id/customtoast" androi

[android-beginners] phone 2 phone game

2008-09-25 Thread whitehexagon
I'm just getting interested in doing some Android development. But I tripped at the first hurdle. I'm used to doing nio socket comms in Java, and would like to do something similar between 2 phones for a simple game. I have a few requirements and not sure which API(s) would work best, or are su

[android-beginners] Re: What is adb.exe?

2008-09-25 Thread jtaylor
That's the "android debug bridge", a tool that deals with the emulator/ device. Android Debug Bridge http://code.google.com/android/reference/adb.html "The ADT plugin provides a trasparent integration of adb into the Eclipse IDE." - Juan T. On Sep 24, 10:56 pm, planetshine <[EMAIL PROTECTED]>

[android-beginners] Re: a Strange thing about List, array and ArrayAdapter

2008-09-25 Thread Romain Guy
Lists.asList(String[]) creates a read-only List :( On Thu, Sep 25, 2008 at 4:14 AM, AndreAgosto <[EMAIL PROTECTED]> wrote: > > hi, why this code doesn't work? > > String[] cols = getResources().getStringArray(R.array.colors); >List colsAsList = Arrays.asList(cols); > >Spinner s1

[android-beginners] Re: Terminal Emulation

2008-09-25 Thread Mark Murphy
Matt wrote: > I've searched all the SDK help pages & the group messages, all I find > about Telnet are posts about telnetting to the phone emulator. > > Anyone know if it's possible to use Telnet on Android? Depends. Do you know of a JAR that implements the Telnet protocol? I've seen SSH JARs,

[android-beginners] Re: HTTP

2008-09-25 Thread Mark Murphy
sarika india wrote: > i am working on HTTP conntection for android, but i have not yet > worked on HTTP connection code for any language, > does anybody know how to do HTTP connection in android? Use URLConnection, or the Apache HTTPComponents (org.apache.http) built into Android. URLConnection

[android-beginners] Re: [Help] About URLConnection

2008-09-25 Thread Ka
o ~~ I haven't ~~ now it works !! thx On Sep 25, 5:02 pm, "김병주" <[EMAIL PROTECTED]> wrote: > Have u put use-permission code into Manifesto.xml ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" grou

[android-beginners] Re: : Help Needed

2008-09-25 Thread Robert
I think maybe he means between two Android phones On Sep 19, 2:14 am, Imran <[EMAIL PROTECTED]> wrote: >  Hi All...!!! > >         Hey i want to write a application in which i  can know the > location of  my friend when he is calling me >          and the distance between us > >        To

[android-beginners] Re: Doubt in Andriods!

2008-09-25 Thread Robert
Well, I think you have this idea wrong, Android is both a alliance of hardware manufacturers, carriers, and google, along with some other software companies I believe, as well as an OS into itself. So in a way, no. On Sep 25, 2:01 am, Jayakumar Natarajan <[EMAIL PROTECTED]> wrote: > Hi all, >  

[android-beginners] I have a problem with File controll!!

2008-09-25 Thread [EMAIL PROTECTED]
Hy~~!! I've got a question with File IO The thing is that How can we notice or know that when you write something into a file Is it true ? If there isn't Exception threw it means that File IO is succeeded ?? Is there a method like boolen IsFileWrite() ? --~--~-~--~~~-

[android-beginners] a Strange thing about List, array and ArrayAdapter

2008-09-25 Thread AndreAgosto
hi, why this code doesn't work? String[] cols = getResources().getStringArray(R.array.colors); List colsAsList = Arrays.asList(cols); Spinner s1 = (Spinner) findViewById(R.id.spinner_1); ArrayAdapter ad = new ArrayAdapter(this, android.R.layout.simple_spinner_i

[android-beginners] What's max LCD resolution size on android?

2008-09-25 Thread charles zhang
Hi all, I have changed display resolution upto 800*600 on android emulator, and it runs very well. But for more high resolution, emulator can not startup. Does anyone know what's max resolution size android supports? if there is no limitation, what should I do to run emulator normally with high

[android-beginners] Doubt in Andriods!

2008-09-25 Thread Jayakumar Natarajan
Hi all, There are many OS available in the market for Mobile devices eg: Winmobile ,Symbion,Mac OS,iPhone OS etc... My question is will Andriods Aupport all the OS ... Thanks in hope Regards, Jayakumar Natarajan --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: Setup Intent for viewing photo

2008-09-25 Thread 김병주
I believe you need to put some code into Manifest.xml like I'm not sure. ;;; --~--~-~--~~~---~--~~ 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@googlegr

[android-beginners] Re: [Help] About URLConnection

2008-09-25 Thread 김병주
Have u put use-permission code into Manifesto.xml ? --~--~-~--~~~---~--~~ 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