[android-beginners] Network connections in android

2008-04-07 Thread Analdin Judy
Hi, Can anybody please tell me.how to do network connections in android? Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-begi

[android-beginners] Re: anyone know how to integrate the Wimax drvier, GSM driver, CDMA2000 modem driver

2008-04-07 Thread tim jones
All that stuff you mention is hardware dependent. You just can't write a script then all of a sudden have WiMax, or write some code and have GPS. On Mon, Apr 7, 2008 at 8:59 AM, morningcat <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a new developer in this Android OS. It really is a linux OS

[android-beginners] Make a call to a phone number

2008-04-07 Thread Analdin Judy
Hi Can anybody please help me for the application "make a call to a phone number" I got some idea from the document.But i cant understand clearly I got information from the below URL http://blogoscoped.com/archive/2007-11-19-n27.html This is the topic *Let's make a call* Now we know when

[android-beginners] Re: Daial to a phone number

2008-04-07 Thread Analdin Judy
I am asking about the code to be written for dial to a particular number --~--~-~--~~~---~--~~ 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.co

[android-beginners] HashMap of WeakReferences

2008-04-07 Thread WildLuka
hi not entirely sure how to pass data between activities using a HashMap of WeakReferences to Objects. I'm clear on how to use extras in order to pass the key ...but how will the new activity have a reference to the HashMap ? thanks in advance. Luka --~--~-~--~~~---

[android-beginners] Changing the screen color

2008-04-07 Thread DotNetCode
I am trying to change the background color of the screen. I have the this in my style file but I just can't get the color to change. Changing the "windowNoTitle" works fine but I can't get the color to change false [android-beginners] Re: Programatic injection of SMS to emulator?
Digit, That's great. Now my proof of concept will run end-to-end (phone- >server->phone). Thanks a lot, Ken Bowen On Apr 7, 8:28 pm, Digit <[EMAIL PROTECTED]> wrote: > this is done through the console, not ADB > > you typically access the console by doing "telnet localhost 5554", but the > cool

[android-beginners] Re: Programatic injection of SMS to emulator?

this is done through the console, not ADB you typically access the console by doing "telnet localhost 5554", but the cool thing is that you can also do that programmatically. what I mean is that your program can do the following: 1/ connect to TCP port 5554 on localhost 2/ write the command "sms

[android-beginners] Programatic injection of SMS to emulator?

Hi all, I understand that it is possible to "send" an SMS message to the emulator using adb with a command line like: sms send However, is it possible to send an SMS message to the emulator from another (java) program, in particular, from a (Tomcat) servlet. Coolest would be a remote servlet,

[android-beginners] Re: Concurrent DB Access

Hi Michael, The 'could not open field slot' error might be due to a single query returning more than 1MB of data, this is a known issue and has been fixed. The fix will be released with the next release of the SDK. SQLiteDatabase does full database level locking, so there shouldn't be any probl

[android-beginners] Re: ADB version error

I'm having the same error message regarding the adb, only I downloaded the m5-rc15 windows version of the SDK. Did this happen to me as well? And if so, what should I download (the newest version appears to be what I have)? On Feb 13, 12:57 pm, Nemesis571 <[EMAIL PROTECTED]> wrote: > Thanks Di

[android-beginners] Re: Where should I report this?

Please file this in the android issue tracker. Thanks, Megha On Mon, Apr 7, 2008 at 11:33 AM, cdub <[EMAIL PROTECTED]> wrote: > > One of the documentation pages showing the use of relative layouts is > messed up. The code is missing a closing " and it is out of date (new > buttons are declared a

[android-beginners] Currently supported video formats + max. video file sizes for Android?

Hi there, I am hoping to confirm a couple of things: What have people found to be the best possible video compression formats for the current Android build? I don't seem to have success with anything but 3GPP2, but would like other options. I've had very limited success with mpeg4 /H.264. Any

[android-beginners] Phone call

Hi, simple question... (I think).. how do i make a phone call to a number that is not on my contacts, the catch here is that i am still using m3. I tried on m5 and I was able to do it just fine. But the rest of my application is on m3 version and it would be hard for me to migrate... so i need to

[android-beginners] Re: Android Application Error

I don't believe that's the problem. Probably you are casting something to an EditText, but it's not an EditText. It looks like a hello world application, so perhaps it is a TextView? On Apr 7, 1:37 pm, "Chris B." <[EMAIL PROTECTED]> wrote: > I have been making this program that has a user input t

[android-beginners] socket timeout

What if I want to establish a socket connection and the server is not up ? For me it takes about 3 minutes until it throws an IOException. I find that to long. Is there a way to set a timeout value? Or what can I do ? regards, Raul --~--~-~--~~~---~--~~ You rec

[android-beginners] Android Application Error

I have been making this program that has a user input their name and then click the ok button. Now I want to use the buttons. I used the onClickListener code and after using code from one of the API demos i get an Application Error. The error says: Application Error: com.android An error has o

[android-beginners] Using Android and Log4J

Hi Folks, I'm using M5 version of the SDK (rc15 x86), Fedora 7. Basically, I'm trying to have Log4J (1.2.15) working in Android environment. I've redirected STDOUT/STDERR and I'm getting tons of these messages when running logcat: W/dalvikvm( 739): read stdout: (17,512) failed (0): Unknown erro

[android-beginners] Re: When will Android Phone be released?

I heard T mobile will be having one out in the end of the year, On Mon, Apr 7, 2008 at 1:48 PM, Squid <[EMAIL PROTECTED]> wrote: > > Hi, > Does anyone know when Android phone will be released? An estimate > would be great!! > Thanks, > Squid > > > --~--~-~--~~~---~--~

[android-beginners] Re: problrm in calling activity/plz do solve his problem i am running out of time...

It looks like you are asking 3 questions. My answers... 1. I don't understand why you need to call one activity from your others. 2. You could add a logo either by adding a imageview to every layout, or you could extend a layout class that has an imageview in it, then just specify that layout vi

[android-beginners] Re: Unable to start activity

GPS and a null pointer suggest you don't have proper uses-permission entries in your androidmanifest. On Apr 7, 5:32 am, rocksolide <[EMAIL PROTECTED]> wrote: > Hello everyone! > > I think I have a common problem with Android Beginners. When I try to > run my program, it's mentioned on the emulat

[android-beginners] When will Android Phone be released?

Hi, Does anyone know when Android phone will be released? An estimate would be great!! Thanks, Squid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to andro

[android-beginners] Where should I report this?

One of the documentation pages showing the use of relative layouts is messed up. The code is missing a closing " and it is out of date (new buttons are declared as "id="@+id/ok" instead of "android:id="@+id/ ok"). also, the imported background does not work. Here is what the proper code should be

[android-beginners] Concurrent DB Access

Hi, I have a (remote) service that once a while enters data in a SQLite database. While this service is running, a user might want to query data from the same database (and table) from an activity. Could this cause any problems? I once got a "could not open field slot" exception, which I cannot r

[android-beginners] Re: m5 not working

Hi, I've never seen this behavior. If there was any errors in your project, the R.java file would not be updated but it certainly would not disappear during the build. Is there anything the android console view or in the Problems view? Xav On Sun, Apr 6, 2008 at 12:35 PM, wamoc <[EMAIL PROTECTE

[android-beginners] ostermiller Base64 Pb.

Hi, I've tried to use the ostermiller Base64 function from the ostermillerutils package. But everytime i try tu use it in my code I have a exception throws by the ResourceBundle of java.util. (java.lang.ExceptionInInitializerError) I've found on the web this thread : http://forum.java.sun.com/th

[android-beginners] Android's DALVIK failing to build

Below is a snippet of the error message I am getting whenever I try to clean or Build a new application in Eclipse fro the Android plugin type of applications. Does anyone know a way around this. I am using Gusty-Gibon Ubuntu 7.10, and eclipse 3.2. Regards Aib [2008-04-07 16:54:26 - HelloAndro

[android-beginners] anyone know how to integrate the Wimax drvier, GSM driver, CDMA2000 modem driver

Hi, I am a new developer in this Android OS. It really is a linux OS with some of google java application module. Anyone know information on how to integrate the BP drivers ? WiMAX driver GSM modem driver CDMA/EVDO driver GPS driver Thanks and Best Regards Mike --~--~-~--~~

[android-beginners] Re: m5 not working

I am using m5 with no problems. The only problme related to R.java was that it did not update. That is, it did not dissapear, but it remained the same although I added some new IDs. That was because I had some syntax problems in some xml file. I don't think it is related to your problem, all I wa

[android-beginners] Re: need to learn java

> i am fairly new to programming in general so is it too hard to learn java? Well, it's not BASIC or anything, but it's easier than C and C++ since it manages all the memory stuff on its own. It's probably harder than PHP, Ruby, and other interpreted languages depending on where you're coming fr

[android-beginners] Unable to start activity

Hello everyone! I think I have a common problem with Android Beginners. When I try to run my program, it's mentioned on the emulator: Unable to start activity ComponentInfo{ricm2.msg /ricm2.msg.gps}: java.lang.NullPointerException I believe my code is correct, it has no problem! but when I come

[android-beginners] problrm in calling activity/plz do solve his problem i am running out of time...

hi folks,i am working on project whc consist of around 20-25 screens... in all the screens i have to call one common activityi am not getting how to do it(i mean to say ,in each screen about screen has to called).. 2:i want to add company logo to all the screen,can any one plz guide me how to

[android-beginners] Re: How to debug Android in Eclispe by win2000?

"the screen turns blue then I have to restart my PC" means that your Windows 2000 kernel crashed. this is typically the fault of flaky hardware and/or drivers. one people in the forum had a similar issue (hard reboot, without the blue screen) until he disabled the audio when starting the emulator

[android-beginners] R: [android-beginners] Re: need to learn java

The best. I learned there. -Messaggio originale- Da: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] Per conto di tim jones Inviato: lunedì 7 aprile 2008 2.40 A: android-beginners@googlegroups.com Oggetto: [android-beginners] Re: need to learn java Free Java tutorial http

[android-beginners] Re: How to debug Android in Eclispe by win2000?

MSN: chenbin08 [EMAIL PROTECTED] --~--~-~--~~~---~--~~ 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, send

[android-beginners] Re: How to debug Android in Eclispe by win2000?

On 4月7日, 下午3时01分, coffee4u <[EMAIL PROTECTED]> wrote: > Hi all, when I debug Android in Eclispe by win2000? > I have follow the docs and set everything right, I can work well in > winXP. > But in Win2000, when I starting debug, the screen turns blue..:(, > then I have to restart my PC...I do

[android-beginners] How to debug Android in Eclispe by win2000?

Hi all, when I debug Android in Eclispe by win2000? I have follow the docs and set everything right, I can work well in winXP. But in Win2000, when I starting debug, the screen turns blue..:(, then I have to restart my PC...I don't know why and can't see any error message... Is there someone