[android-beginners] Re: I cannot see any thing on the emulator

2008-08-29 Thread Dani
You must wait one or two minute(s). When you open Dalvik, you will see an mobile phone on the screen, and the text 'ANDROID' in the screen. You must wait a few seconds (20 or 30 seconds). After that, you will see a graphic screen showing a red particle moving arround the screen. Wait again 20 or

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Payal Amin
I tried "file:///sdcard/test.txt" too but still it does not work... Do we have to set any permissions or something to open a sdcard file through application? I think we should be able to browse the sdcard files through applications.. because in real phone when we insert an sdcard, we are able to

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-29 Thread Filipe Abrantes
has anyone had success with this problem... I am getting this error repeatedly even if I try installing through http:// or .zip file locally: An error occurred during provisioning. Cannot connect to keystore. JKS Cheers, Filipe Gies,Brad wrote: > > I’m also had the same problem a couple of t

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Mark Murphy
Payal Amin wrote: > I think we should be able to browse the sdcard files through > applications.. because in real phone when we insert an sdcard, we are > able to open all kind of files like a word file or text file. If by "real phone" you mean iPhone, I'm not aware that it has a Word viewer.

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Payal Amin
I am trying to create a file browser for the sdcard. And I have seen this on htc touch phone. In that phone if I click on sdcard it shows all the files in that and if there is some file and I clicked on it, it will open that file. I am trying to create that kind of application. My question was,

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Mark Murphy
> My question was, if I can browse through sdcard and I know that the file > is "...txt" then why can't I open it like all other files? To quote from the documentation: http://code.google.com/android/reference/android/content/Intent.html "For data that is not a content: URI and where no explici

[android-beginners] Re: Android Maps application source code

2008-08-29 Thread Guillaume Perrot
Great, unfortunately you did it with the M5 version of the SDK, it would be neat to have the new v0.9 maps code :D On Aug 29, 4:56 am, nader <[EMAIL PROTECTED]> wrote: > Hi all, I added this page on my web site, it might help you, > it contains Maps application code :), it was hard, but worth it

[android-beginners] Re: I cannot see any thing on the emulator

2008-08-29 Thread [EMAIL PROTECTED]
Thanks, this really helped On Aug 29, 3:53 am, Dani <[EMAIL PROTECTED]> wrote: > You must wait one or two minute(s). > > When you open Dalvik, you will see an mobile phone on the screen, and > the text 'ANDROID' in the screen. You must wait a few seconds (20 or > 30 seconds). After that, you will

[android-beginners] getScale replacement for BaseAdapter in 0.9 beta?

2008-08-29 Thread blim
Since getScale was deprecated, what should we do to scale images within the gallery view relevant to which image is in focus? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this

[android-beginners] Problem with java.net

2008-08-29 Thread leafka
I want to test the following code, but the DDMS always display "Unknown socket error -1" , I think the code is correct, Must I set up the emulator or soming? Thank you. Source Code: public class SocketApp extends Activity { private Button ok; private TextView tv1; HttpURLConnection

[android-beginners] Re: Problem with java.net

2008-08-29 Thread sacoskun
Please take a look at http://groups.google.com/group/android-developers/browse_thread/thread/d2fef5736396f41b/fe1b8d813e0e9eeb?show_docid=fe1b8d813e0e9eeb Regards, sacoskun On Aug 29, 1:37 pm, leafka <[EMAIL PROTECTED]> wrote: > I want to test the following code, but the DDMS always display > "U

[android-beginners] Android for Nintendo DS?

2008-08-29 Thread [EMAIL PROTECTED]
Hello everybody. This is my first question. I have a Nintendo DS Lite with a M3 DS Real and i have this question: ¿Will be Android for the Nintendo DS? I think that Android can use the uLinux called DSLinux and charge all the software needed by Android. The NDS only have 4MB of ram but is possible

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Payal Amin
Hi Mark, thanks a lot for your reply. now I am able to open and view the txt file using some other file operations.. May be I will make different activity to read the txt file from sdcard. Thanks On Fri, Aug 29, 2008 at 11:36 AM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > > My question was,

[android-beginners] Re: I cannot see any thing on the emulator

2008-08-29 Thread rintaant
this kind of TIP should be first thing to be introduced to new android users!!! without mentioning it Android may lose some new developers!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group.

[android-beginners] Re: Android for Nintendo DS?

2008-08-29 Thread Tony S.
Maybe when Android 1.0 is released (and the complete source will be available), will be possible to do that. On Aug 29, 7:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello everybody. This is my first question. I have a Nintendo DS Lite > with a M3 DS Real and i have this question: ¿W

[android-beginners] Re: Android Maps application source code

2008-08-29 Thread Nader Shalabi
Working on it :) On Fri, Aug 29, 2008 at 1:20 PM, Guillaume Perrot <[EMAIL PROTECTED]>wrote: > > Great, unfortunately you did it with the M5 version of the SDK, it > would be neat to have the new v0.9 maps code :D > > On Aug 29, 4:56 am, nader <[EMAIL PROTECTED]> wrote: > > Hi all, I added this p

[android-beginners] Re: Problem with java.net

2008-08-29 Thread KA
I added the permission it worked. Thank you. -- From: "sacoskun" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2008 1:58 AM To: "Android Beginners" Subject: [android-beginners] Re: Problem with java.net > > Please take a look at > http://groups.g

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-29 Thread Aramor
I tried all of these options about 100 times. Restarting fixed the issue. On Aug 29, 6:54 pm, Filipe Abrantes <[EMAIL PROTECTED]> wrote: > has anyone had success with this problem... > > I am getting this error repeatedly even if I try installing through > http:// or .zip file locally: > > An err

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-29 Thread Aramor
I tried all of these options about 100 times. Restarting fixed the issue. On Aug 29, 6:54 pm, Filipe Abrantes <[EMAIL PROTECTED]> wrote: > has anyone had success with this problem... > > I am getting this error repeatedly even if I try installing through > http:// or .zip file locally: > > An err

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-29 Thread Aramor
I am getting this exact same issue. I installed the Eclipse 3.4(ganymede) java EE (167meg) download. Have tried all the replies above including zip file. extracting the zip file for individual components and everything else I could think of. PS I am on Windows XP Whats going on? On Aug 29, 6:54