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

2008-08-28 Thread Filipe Abrantes
Hi Ralf, thanks for the reply! I did try that as well, but in the end (of the eclipse installation process) it complains it cannot connect to the keystore and fails: An error occurred during provisioning. Cannot connect to keystore. JKS Cheers, Filipe Ralf wrote: > If you can't access h

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

2008-08-28 Thread Filipe Abrantes
Just one more detail... the error code generated by Eclipse is: No repository found at https://dl-ssl.google.com/android/eclipse/ Error reading update site https://dl-ssl.google.com/android/eclipse/. HANDSHAKE_FAILURE: locally generated; FATAL Cheers, Filipe Ralf wrote: > If you can't acce

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread immu
Hi Thanks for u reply !!! But still i am unable to see files(jpeg/mp3) in my Emulator iam opening the Emulator with command emulator -sdcard but no result... i have a doubt now , can i see those files from Emulator ? On Aug 28, 1:54 am, "Megh

[android-beginners] NetBeans + Android

2008-08-28 Thread kennedy . ximenes
Hi, How can I start programming Android in NetBeans IDE? 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@googlegroup

[android-beginners] Re: NetBeans + Android

2008-08-28 Thread Mark Murphy
[EMAIL PROTECTED] wrote: >How can I start programming Android in NetBeans IDE? Undroid was one initiative to add Android support into NetBeans, but I'm not sure it has been updated for the new 0.9 SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android

[android-beginners] Re: Problem installing apk files into emulator

2008-08-28 Thread [EMAIL PROTECTED]
Yes it was ^^ . found packages that work ... sry^^ ... and thx lad ps still this schould be mentioned in the error or at least be doced On Aug 28, 6:03 am, Ralf <[EMAIL PROTECTED]> wrote: > Is this by any chance a package compiled for M3 or M5 that you're > trying to deploy on the

[android-beginners] run time exceptional error

2008-08-28 Thread patelpower
Hello Everyone, i am new to android and i am trying to extract the metadata of the mp3 file i have writtten piece of the code as per the follows but its giving the tuntime error in the setDataSource so can anyone let me know what could be the problem. the code is follow: nMetaDataDe

[android-beginners] how to sell an application

2008-08-28 Thread keihag
Hello! Does anyone know who to get in touch with if I have an application to sell? Regards Timo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android

[android-beginners] Metadata extraction problem

2008-08-28 Thread patelpower
i am new to android, and i want metadata of the Mp3 files i could not read the metadata of the Mp3 file, anybody can tell me what i suppose to do with this.. Thanks Rakesh Patel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-beginners] Re: NetBeans + Android

2008-08-28 Thread dyonis
hey, i programm in netbeans too. - Original Message - From: <[EMAIL PROTECTED]> To: "Android Beginners" Sent: Thursday, August 28, 2008 8:45 AM Subject: [android-beginners] NetBeans + Android > > > Hi, > > How can I start programming Android in NetBeans IDE? > > Thanks. > > >

[android-beginners] Problem with basic Map application

2008-08-28 Thread Rani v
Hi All, I am writing a class to display basic Map, but it is showing only a blank screen ,can any one suggest me how to display the map sending you the code ** * public* *class* MapExample *extends* MapActivity { *private* MapView mMapView; *private* String map = "Browse Map"; /** Called when

[android-beginners] Re: NetBeans + Android

2008-08-28 Thread dyonis
someone has examples of a program to Android - Original Message - From: "Mark Murphy" <[EMAIL PROTECTED]> To: Sent: Thursday, August 28, 2008 8:54 AM Subject: [android-beginners] Re: NetBeans + Android > > [EMAIL PROTECTED] wrote: >>How can I start programming Android in NetBeans I

[android-beginners] Re: run time exceptional error

2008-08-28 Thread Mark Murphy
> i am new to android and i am trying to extract the metadata of the > mp3 file i have writtten piece of the code as per the follows but its > giving the tuntime error in the setDataSource so can anyone let me > know what could be the problem. > > > the code is follow: > > > nMetaDataDet

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Ravi Savaliya
Instead of using mc.setcenter(point), use mc.animateTo(point)... I think this will help On Thu, Aug 28, 2008 at 1:50 AM, Rani v <[EMAIL PROTECTED]> wrote: > Hi All, > > I am writing a class to display basic Map, but it is showing only a blank > screen ,can any one suggest me how to display the

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Justin (Google Employee)
> // mc.zoomIn(); //Not working Define "not working". It throws an exception? It returns false? Try adjusting the zoom level after setting the MapView to the content view of the Activity. Does it work if you use setZoom instead? What is the return from MapView.getZoomLevel()? Cheers, Justin And

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Gies,Brad
Can anyone tell me how I create a directory on the simulator using DDMS? I'm going through some sample code, and it requires a file to be in a certain directory that doesn't exist, and I have figured out how to upload the file, but can't figure out how to create the directory I want to put it in :-

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread Megha Joshi
2008/8/28 immu <[EMAIL PROTECTED]> > > Hi > Thanks for u reply !!! >But still i am unable to see files(jpeg/mp3) in my Emulator >iam opening the Emulator with command > >emulator -sdcard > >but no result... > >i have a doubt now , can i see those file

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Justin (Google Employee)
Try using "adb shell", then normal Unix commands apply. Does this question relate to this topic? Which sample code are you going through? Cheers, Justin Android Team @ Google On Aug 28, 10:54 am, "Gies,Brad" <[EMAIL PROTECTED]> wrote: > Can anyone tell me how I create a directory on the simulato

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread Amin
I have added some text files in my sdcard image using "adb push ". What I am trying to do is making a file browser for sdcard. and I can see all the folders and files i created in my sdcard img through my application. Now what i want is, I want to view that text files in my application. Can

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread Megha Joshi
2008/8/28 Amin <[EMAIL PROTECTED]> > > I have added some text files in my sdcard image using "adb push ". > > What I am trying to do is making a file browser for sdcard. and I can > see all the folders and files i created in my sdcard img through my > application. Now what i want is, I want t

[android-beginners] Re: how to sell an application

2008-08-28 Thread StevePotell
Not yet there but it is coming: http://android-developers.blogspot.com/2008/08/android-market-user-driven-content.html On Aug 28, 9:24 am, keihag <[EMAIL PROTECTED]> wrote: > Hello! > > Does anyone know who to get in touch with if I have an application to > sell? > > Regards > Timo --~--~

[android-beginners] Android Maps application source code

2008-08-28 Thread nader
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 http://nader.shalabi.googlepages.com/androidapplications If there is an interest in the code of the other applications, drop me email, I am still working on them. Nader

[android-beginners] Re: run time exceptional error

2008-08-28 Thread patelpower
Thanks Mark, On Aug 28, 10:03 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > >   i am new to android and i am trying to extract the metadata of the > > mp3 file i have writtten piece of the code as per the follows but its > > giving the tuntime error in the setDataSource so can anyone let me > >

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

2008-08-28 Thread [EMAIL PROTECTED]
I downloaded Android 0.9 beta and installed the plugin as given on eclipse 3.4, and ran the hello world program, as given, but on running the emulator displayed a maroon color mobile phone with 'ANDROID' as display (instead of hello world" and after that it displayed in Big letter ANDROID. I did t