[android-beginners] Re: gtalkservice error

2008-03-26 Thread glory
Hi, It is working Now :) 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@googlegroups.com To unsubscribe from this group, send

[android-beginners] Re: Java.lang.OutOfMemory !

2008-03-26 Thread LE THANH TUNG
Dear Tim ! Thank you for your interest. Each screen, I use 2 intents to forward to another window and return to previous window. The code is always the same except parameter (but similarly). I show here the code, please teach me if there should be a method to kill process. Or if because of the l

[android-beginners] about calling back from c++ to android..

2008-03-26 Thread Neelesh Jain
Hi I am trying to create an application in which I have to use some c++ APIs. We can call from android to c++ using JNI. How can we get callback from these c++ APIs to android?? =

[android-beginners] Re: error downloading file requires sdcard

2008-03-26 Thread Squid
Digit, Thanks so much for the information. I will give it a try! Squid On Mar 26, 5:52 pm, Digit <[EMAIL PROTECTED]> wrote: > yes, I mean a virtual SD card, that is really an FAT32 image file on your > development machine that the emulator "mounts" when it starts up. > -sdcard is one of the stan

[android-beginners] 4GB USB flash drives for only $14.49

2008-03-26 Thread jimcaan
Hey there, www.dealsusb.com has 4GB USB flash drives for only $14.49 Free Shipping with warranty . No rebates. Now we can store large amounts of data into this Massive 4gb portable flash drive Jimmy --~--~-~--~~~---~--~~ You received this mess

[android-beginners] Re: Java.lang.OutOfMemory !

2008-03-26 Thread tim jones
Not unless you want to tell us what you are doing. Maybe a memory leak? On Wed, Mar 26, 2008 at 1:16 PM, LE THANH TUNG <[EMAIL PROTECTED]> wrote: > Hi all ! > > I am testing an Android application with 45 UIs that I am doing. After > transfer some interface, I got error : Java.lang.OutOfMemory

[android-beginners] Re: Screen size for HVGA-P

2008-03-26 Thread Paul Marrington
Take care - the screen size is larger than a full-screen window. It includes the tool bar and heading at the top. Create a simple program with a fill-parent view and dump the view size to the log. On Mar 26, 8:28 pm, "Analdin Judy" <[EMAIL PROTECTED]> wrote: > Thanku --~--~-~--~~-

[android-beginners] Re: error downloading file requires sdcard

2008-03-26 Thread Digit
yes, I mean a virtual SD card, that is really an FAT32 image file on your development machine that the emulator "mounts" when it starts up. -sdcard is one of the standard emulator options. see the documentation at: http://code.google.com/android/reference/emulator.html#startup-options the Eclipse

[android-beginners] How best to get & sum a column of times (deprecated)?

2008-03-26 Thread [EMAIL PROTECTED]
Hi, When I looked up time I was a bit overwhelmed by "deprecated" statements. Which satements are we supposed to use? The program needs to measure elapsed time and write a time value into one field in a database. Then it needs to periodically sum up that entire column in the database and act whe

[android-beginners] Re: error downloading file requires sdcard

2008-03-26 Thread Squid
Hi, when you said "the browser requires an SD card attached to your emulator," do you mean a virtual card? How do i start the emulator with the -sdcard? Thanks a lot for your quick response On Mar 26, 4:13 pm, Digit <[EMAIL PROTECTED]> wrote: > it simply means that to be able to save data downloa

[android-beginners] Re: error downloading file requires sdcard

2008-03-26 Thread Digit
it simply means that to be able to save data downloaded from the network, the browser requires an SD card attached to your emulator. that's where all downloads will go. in other words, you must start the emulator with -sdcard , where is an SD card image file created with the "mksdcard" tool On W

[android-beginners] error downloading file requires sdcard

2008-03-26 Thread Squid
Hi, When i accessed this link http://jo.ecs.fullerton.edu/cpsc589/notes/cpsc589-01-intro.pdf I got the below error: "error downloading file requires sdcard" Does any one know what this error mean, and what to do to be able to access the file? If Android browser doesnt support it at the moment,

[android-beginners] Re: Getting the date

2008-03-26 Thread Dan U.
I believe if you just get a calendar instance, it is automatically the current date (Calendar.getInstance() for example). Also, System.currentTimeMillis() should give you the epoch value. On Mar 26, 1:01 pm, pengailan <[EMAIL PROTECTED]> wrote: > How can I get the current date from the android sy

[android-beginners] Getting the date

2008-03-26 Thread pengailan
How can I get the current date from the android system? I have searched the API but I cant find any .. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to and

[android-beginners] Java.lang.OutOfMemory !

2008-03-26 Thread LE THANH TUNG
Hi all ! I am testing an Android application with 45 UIs that I am doing. After transfer some interface, I got error : *Java.lang.OutOfMemory *error. Is there any way to fix this error ? Please help ! -- Many thanks and regards LÊ THANH TÙNG Da Nang, Vietnam --~--~-~--~~---

[android-beginners] Re: How do you share data across multiple Services?

2008-03-26 Thread tim jones
Yes, but that would be a security and othe problems. I am not sure about toehr languages, but C++ is not going to allow you to let other applications access to it's memory scopes. On Tue, Mar 25, 2008 at 10:31 AM, Pepel <[EMAIL PROTECTED]> wrote: > shared memory is just to share the memory from

[android-beginners] Re: Failed to install Nissan.apk on device #1: Unknown Error

2008-03-26 Thread Analdin Judy
I changed the name,but its not working again i got the same error --~--~-~--~~~---~--~~ 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 un

[android-beginners] Re: Failed to install Nissan.apk on device #1: Unknown Error

2008-03-26 Thread vishal
Please cross check once are you checking same package name with another project. I was having this issue. But after changing my package name is started working fine. Give a try Regards Vishal On Mar 26, 3:26 pm, "Analdin Judy" <[EMAIL PROTECTED]> wrote: > Hi , > > What is the reason for the foll

[android-beginners] Re: Screen size for HVGA-P

2008-03-26 Thread Analdin Judy
Thanku --~--~-~--~~~---~--~~ 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 email to [EMAIL PROTECTED]

[android-beginners] Failed to install Nissan.apk on device #1: Unknown Error

2008-03-26 Thread Analdin Judy
Hi , What is the reason for the following error " [2008-03-26 15:51:58 - Nissan] Failed to install Nissan.apk on device #1: Unknown Error [2008-03-26 15:51:58 - Nissan] Unknown Error pls tell me Thanks judy --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: Android y Python

2008-03-26 Thread Diego Torres Milano
There are other scripting languages already available. Check http://journal.dedasys.com/articles/2008/03/11/mass-customization-of-android-applications On Mar 25, 2:28 am, Liu Huadong <[EMAIL PROTECTED]> wrote: > I guess we can porting python to android platform. > Nokia ported python to symbian.

[android-beginners] Re: Screen size for HVGA-P

2008-03-26 Thread Diego Torres Milano
See http://code.google.com/android/reference/emulator.html On Mar 26, 9:07 am, "Analdin Judy" <[EMAIL PROTECTED]> wrote: > Hi all, > >Can anybody please tell me the screen size for HVGA-P emulator > > Thanks > judy --~--~-~--~~~---~--~~ You received this messag

[android-beginners] Re: How can I set a clip area in View?

2008-03-26 Thread bocol
I've tried this method. It works well, thank you very much! On Mar 26, 5:42 am, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Hi, > > You can use the invalidate(int left, int top, int right, int bottom)  or the > invalidate(Rect dirty) methods to invalidate a clip > area:http://code.google.com/andr

[android-beginners] Screen size for HVGA-P

2008-03-26 Thread Analdin Judy
Hi all, Can anybody please tell me the screen size for HVGA-P emulator 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-beginn

[android-beginners] Set current wall time (system time) failed

2008-03-26 Thread vitali
Hello, i try to set current wall time ( system time ) like this: long systime = System.currentTimeMillis(); SystemClock.setCurrentTimeMillis( systime ); but it fails each time with "Invalide argument" error code: DEBUG/SystemClock(601): Setting time of day to sec=1206516077 WARN/SystemClock(60