[android-beginners] Re: :adding permissions in AndroidManifest

2008-09-19 Thread Imran
hi ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.imran.calls_demo uses-permission id=android.permission.READ_CONTACTS/ application android:icon=@drawable/icon android:label=@string/ app_name activity

[android-beginners] Re: I got banned at android-developers group

2008-09-19 Thread Urakagi
Thank you, I'm OK now. Uh, it means I can post that article, right? On 9 $B7n (B19 $BF| (B, $B28a (B1 $B;~ (B53 $BJ, (B, Megha Joshi [EMAIL PROTECTED] wrote: Sorry about that! It might have been a slip on my part...fixed it..you should be able to post normally now. 2008/9/18 Urakagi [EMAIL

[android-beginners] Re: :adding permissions in AndroidManifest

2008-09-19 Thread Imran
hi hey Phil u can see my AndroidManifest.xml. still it is giving the same Error On Sep 18, 5:31 pm, Phil [EMAIL PROTECTED] wrote: Hi Imran. The exception message already says it: The permission is called android.permission.READ_CONTACTS instead of your

[android-beginners] Re: I got banned at android-developers group

2008-09-19 Thread Megha Joshi
2008/9/19 Urakagi [EMAIL PROTECTED] Thank you, I'm OK now. Uh, it means I can post that article, right? Yes. On 9 $B7n (B19 $BF| (B, $B28a (B1 $B;~ (B53 $BJ, (B, Megha Joshi [EMAIL PROTECTED] wrote: Sorry about that! It might have been a slip on my part...fixed it..you should be

[android-beginners] Android will support different API?

2008-09-19 Thread Pratik Goswami
hello friends.. I have several questions to ask.. 1. Can i use the different API (e.g. Gdata or Flickr ) to develop any Android application ? 2. Is the APK file work as Executable for Android phone? 3. Will my final application bind the API(jar) inside APK file? means that APK file will

[android-beginners] : Help Needed

2008-09-19 Thread Imran
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 write this kind application do i require any other extra Configuration to be done (or) any extra plugins...( such

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

2008-09-19 Thread Damien
I encountered this under win xp I resolved it by going to the non secure site i.e. http:// Damien On Sep 17, 11:04 pm, Filipe Abrantes [EMAIL PROTECTED] wrote: If you are using Linux, try uninstalling gcj... that solved the issue for me... Cheers, Filipe [EMAIL PROTECTED] wrote:

[android-beginners] Re: Android will support different API?

2008-09-19 Thread living_sword
1. yes. 2. yes. 3. yes. 4. you can either write your own code from scratch or use the api provided by Picasa/Flickr. On Sep 19, 12:19 pm, Pratik Goswami [EMAIL PROTECTED] wrote: hello friends.. I have several questions to ask.. 1. Can i use the different API (e.g. Gdata or Flickr ) to

[android-beginners] Re: :adding permissions in AndroidManifest

2008-09-19 Thread Mark Murphy
Imran wrote: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.imran.calls_demo uses-permission id=android.permission.READ_CONTACTS/ Try: uses-permission android:name=android.permission.READ_CONTACTS/ -- Mark

[android-beginners] Re: Send JSON object to server via Http post

2008-09-19 Thread Mark Murphy
I am working on Http connection.Now problem is that I have to send a JSON object via Http post.Please check my code: I recommend looking at the official HttpClient examples: http://hc.apache.org/httpcomponents-client/examples.html In particular, this example shows a POST:

[android-beginners] Re: :adding permissions in AndroidManifest

2008-09-19 Thread Phil
Hey Imran. Did a quick test myself and encountered the same exception... managedQuery(People.CONTENT_URI, new String[] { People.NAME }, null, People.NAME+ ASC); leads to: java.lang.SecurityException: Permission Denial: [...] requires android.permission.READ_CONTACTS I'll try some things and

[android-beginners] Re: Android ON Nokia 9500 ???

2008-09-19 Thread Daedalus
It will be great to have this OS running on the cellphone...the phone it is so useless without it. Who can help us? On 7 sep, 15:04, knobtviker [EMAIL PROTECTED] wrote: hi as much as im a noob,im very enthusiastic about android.i can see the pro's and con's. i own Nokia 9500 which runs on

[android-beginners] Re: Eclipse ADT plugin Install Notice

2008-09-19 Thread Joseph katende
hi everyone, I'm still having trouble trying to install Eclipse on my machine. Can you help? On Thu, Sep 18, 2008 at 3:48 AM, akin [EMAIL PROTECTED] wrote: hi,guys,if you got a No repository found at https://dl-ssl.google.com/android/eclipse/; when you try to install the ADT plug-in in

[android-beginners] Identifying the android screen mode (landscape/portrait)

2008-09-19 Thread [EMAIL PROTECTED]
Hi everybody, Is there some way to know the android screen mode...? That is... when we run the android emulator we have landscape and portrait options to show the content... But... If I have an application that needs to recognize one of this screen modes in execution time...? How can I do it?

[android-beginners] Any way to send out an image to contacts via Android application?

2008-09-19 Thread Hw3699
I am writing an application that need to send out images to contacts. Is it possible? 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] Unknown SDK Location, Project not Fixed

2008-09-19 Thread KayDeeboy
Hey there, I am trying to run a HelloAndroid program using Eclipse 3.4 Ganymede on my Ubuntu 8.0.4 I got this message on my console: Unknown SDK Location, project not fixed. Can somebody please help me out? thanks --~--~-~--~~~---~--~~ You

[android-beginners] Got the MapView loading, but the map is blank?

2008-09-19 Thread Bourke Floyd IV
public class TestMapActivity extends MapActivity { private static MapView mMapView; private GeoPoint mDefPoint; /** Called when the activity is first created. */ @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-beginners] Re: Unknown SDK Location, Project not Fixed

2008-09-19 Thread mukyogogo
pls set your adroid sdk location. I using eclipse 3.4 Ganymede on my windows xp,but i think the following steps may help you. 1.click Preferences in the Window menu in your eclipse 2.click [Android] in the left tree 3.then input your android sdk installed directory path in the sdk location

[android-beginners] Re: Unknown SDK Location, Project not Fixed

2008-09-19 Thread mahendra
On Sat, Sep 20, 2008 at 5:43 AM, KayDeeboy [EMAIL PROTECTED]wrote: Hey there, I am trying to run a HelloAndroid program using Eclipse 3.4 Ganymede on my Ubuntu 8.0.4 I got this message on my console: Unknown SDK Location, project not fixed. Can somebody please help me

[android-beginners] Re: Got the MapView loading, but the map is blank?

2008-09-19 Thread Megha Joshi
It seems like you are missing the uses-libraryandroid:name=com.google.android.maps / tag inside the application tag in AndroidManifest.xml. 2008/9/19 Bourke Floyd IV [EMAIL PROTECTED] public class TestMapActivity extends MapActivity { private static MapView mMapView; private GeoPoint

[android-beginners] HttpURLConnection OR org.apache.http

2008-09-19 Thread jtaylor
What's the difference between using java.net.HttpURLConnection and the apache http library? Why is one better over the other and in what circumstances? Or if anyone can give even a general viewpoint? I think I've asked this question about three times before but never got a definitive answer. So

[android-beginners] Re: What all do I need to begin programming in Android

2008-09-19 Thread jtaylor
You should know Eclipse and Java. http://eclipsetutorial.sourceforge.net/ - Juan T. On Sep 18, 10:39 am, Zeeshan Ahmad [EMAIL PROTECTED] wrote: Hello everyone!!! I wanted to know what all I will be needing to begin programming with android. I have downloaded sdk 0.9 and a whole lot of