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

2008-09-18 Thread Imran

hi


http://schemas.android.com/apk/res/android";
package="com.imran.calls_demo">












On Sep 18, 7:38 pm, Mark Murphy <[EMAIL PROTECTED]> wrote:
> Imran wrote:
> > hey mark i have tried tat on too but  the error is cooming
>
> Can you post your entire AndroidManifest.xml file?
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!
--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Megha Joshi
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 PROTECTED]>

>
> I apologize every fault I've done, but I really don't know why I'm
> banned there, and I can't find other places to ask what's happened. I
> can't access "contact the Group's owners", too. How can I contact the
> owner?
> Please, if this mail will also make me banned here, tell me why.
> Please.
>
> I think this is the mail that why I got banned:
> --
> Hi, I have a class extending ListActivity, and I want to catch
> touchevent on it so I override dispatchTouchEvent.
>
> @Override
> public boolean dispatchTouchEvent(MotionEvent ev) {
>  ...
> }
>
> And since it's a ListActivity, of cource I want to override the
> onListItemClick(), too:
> @Override
> protected void onListItemClick(ListView l, View v, int position, long
> id) {
>  ...
> }
>
> But now I find that the dispatchTouchEvent() will intercept ALL touch
> event on the activity, so onListItemClick() will never be called.
> I tried
>  super.dispatchTouchEvent(ev);
> but it does not work.
>
> Anyone has an idea for this? 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 email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Urakagi

I apologize every fault I've done, but I really don't know why I'm
banned there, and I can't find other places to ask what's happened. I
can't access "contact the Group's owners", too. How can I contact the
owner?
Please, if this mail will also make me banned here, tell me why.
Please.

I think this is the mail that why I got banned:
--
Hi, I have a class extending ListActivity, and I want to catch
touchevent on it so I override dispatchTouchEvent.

@Override
public boolean dispatchTouchEvent(MotionEvent ev) {
  ...
}

And since it's a ListActivity, of cource I want to override the
onListItemClick(), too:
@Override
protected void onListItemClick(ListView l, View v, int position, long
id) {
  ...
}

But now I find that the dispatchTouchEvent() will intercept ALL touch
event on the activity, so onListItemClick() will never be called.
I tried
 super.dispatchTouchEvent(ev);
but it does not work.

Anyone has an idea for this? 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 email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Mark Murphy

Ajean wrote:
> Do you have any book or any documents for us to study it?

U...I wrote a book (_The Busy Coder's Guide to Android Development_):

http://commonsware.com/Android/

There are at least two others presently in print (listed on that Knol), 
plus some available as "beta books", such as _Hello, Android_ from 
Pragmatic Programmers.

I am not aware of any Wikibooks or other free-as-in-beer books on 
Android at the present time.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Ajean

Do you have any book or any documents for us to study it?


Thanks




On Sep 19, 2:36 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > 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 test(which appears clumsy
> > & unhelpful)
> > Please help me out
>
> I have a Knol set up with some pointers to places to learn more about
> Android:
>
> http://knol.google.com/k/mark-murphy/android-programming
>
> The tutorials at anddev.org, plus the (*cough*) books on Android
> development, may be able to help.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-18 Thread Gav

Thanks for the reply.

I am not sure I understand how this limit could affect the signing of
my application.

1. The app I am building is a new android project(through eclispe).
And is extremely small not above a 16m limit
2. The error occurs as I am building the project and not during the
installation/running.

In vain un-installed and re-installed all my the sdks, jres  and
eclipse with no success.

Anyone have any other idea's to what might cause this?


On Sep 18, 4:52 am, akin <[EMAIL PROTECTED]> wrote:
> hi, the Android use the MAX memory  is 16m,so check your application
> and object if anything exceed this limit.Hope this may helpful.
>
> On 9月18日, 下午12时56分, Gav <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I am using Vista with jdk 1.6.7 with Eclipse and ADT and am having the
> > following error message when I try to build Android apps.
> > It looks like the keytool is generating the following error.
>
> > Any Ideas?
>
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation: Exception
> > in thread "main" java.lang.OutOfMemoryError: Java heap space
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.io.WinNTFileSystem.list(Native Method)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.io.File.list(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.provider.SeedGenerator$1.run(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.security.AccessController.doPrivileged(Native Method)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.security.SecureRandom.nextBytes(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.math.BigInteger.randomBits(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.math.BigInteger.(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.math.BigInteger.largePrime(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.math.BigInteger.probablePrime(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.rsa.RSAKeyPairGenerator.generateKeyPair(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown
> > Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.x509.CertAndKeyGen.generate(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.tools.KeyTool.doGenKeyPair(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.tools.KeyTool.doCommands(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.tools.KeyTool.run(Unknown Source)
> > [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> > sun.security.tools.KeyTool.main(Unknown Source)

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Problem facing during start a android project through eclipse

2008-09-18 Thread Gav

Can you provide more info?

OS/JDK/android SDK version/Eclipse?

When does it occur? Have you setup the SDK path?

On Sep 18, 10:30 am, Prashant-LAMP <[EMAIL PROTECTED]> wrote:
> I am getting the following error in eclipse :
>
> Plug-in com.android.ide.eclipse.adt was unable to load class
> com.android.ide.eclipse.adt.project.NewProjectWizard.
> An error occurred while automatically activating bundle
> com.android.ide.eclipse.adt (156).
> Can you please help to find out the problem.
>
> - Prashant Rahulkar

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Showing Hebrew Text on the emulator screen

2008-09-18 Thread Megha Joshi
 There are no APIs for localization in the sdk:
 http://code.google.com/android/devel/resources-i18n.html#i18n


2008/9/18 MaTriXy <[EMAIL PROTECTED]>

>
> Hi guys,
> I have been trying to figure out how to convert the text i write down
> in the hello android application
> so it will show up correctly.
> i want to show a Hebrew word on the screen.
> any kind of word will do.
>
> thank you for your help.
>
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Mark Murphy

> 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 test(which appears clumsy
> & unhelpful)
> Please help me out

I have a Knol set up with some pointers to places to learn more about
Android:

http://knol.google.com/k/mark-murphy/android-programming

The tutorials at anddev.org, plus the (*cough*) books on Android
development, may be able to help.

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!



--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Setup Intent for viewing photo

2008-09-18 Thread glock45

Hello,

I try using build-in picture activities to open image for viewing ...

...
Intent photoPickerIntent = new

Intent(Intent.ACTION_VIEW,Uri.fromFile(TestActivity.this.getFileStreamPath(fileame)));

startActivity(photoPickerIntent);
...

.. and get error:

ERROR/AndroidRuntime(1523): android.content.ActivityNotFoundException:
No Activity found to handle Intent { action=android.intent.action.VIEW
data=file:///data/data/[...]/files/test_photo }

any help ?

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Zeeshan Ahmad

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 test(which appears clumsy
& unhelpful)
Please help me out

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-18 Thread akin

hi, the Android use the MAX memory  is 16m,so check your application
and object if anything exceed this limit.Hope this may helpful.

On 9月18日, 下午12时56分, Gav <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using Vista with jdk 1.6.7 with Eclipse and ADT and am having the
> following error message when I try to build Android apps.
> It looks like the keytool is generating the following error.
>
> Any Ideas?
>
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation: Exception
> in thread "main" java.lang.OutOfMemoryError: Java heap space
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.io.WinNTFileSystem.list(Native Method)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.io.File.list(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.provider.SeedGenerator$1.run(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.security.AccessController.doPrivileged(Native Method)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.security.SecureRandom.nextBytes(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.math.BigInteger.randomBits(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.math.BigInteger.(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.math.BigInteger.largePrime(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.math.BigInteger.probablePrime(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.rsa.RSAKeyPairGenerator.generateKeyPair(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown
> Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.x509.CertAndKeyGen.generate(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.tools.KeyTool.doGenKeyPair(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.tools.KeyTool.doCommands(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.tools.KeyTool.run(Unknown Source)
> [2008-09-18 00:45:45 - HelloAndroid] Signing Key Creation:  at
> sun.security.tools.KeyTool.main(Unknown Source)

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Phil

Hi Imran.

The exception message already says it:

The permission is called "android.permission.READ_CONTACTS" instead of
your "android.Manifest.permission.READ_CONTACTS".
This change should grant your package the correct permission.

Regards,
Phil

On Sep 18, 1:20 pm, Imran <[EMAIL PROTECTED]> wrote:
> Hi
>        
>
>
>       if  iam using this tag it is giving the following Error
>
>           " Caused by: java.lang.SecurityException: Permission Denial:
> reading
> com.android.providers.contacts.ContactsProvider uri content://call_log/calls
> from pid=672, uid=10050 requires android.permission.READ_CONTACTS "
>
> can any one help me out plzzz ..!!!
>
>       Thanks in Advance for any replays..!!!

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Eclipse ADT plugin Install Notice

2008-09-18 Thread akin

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 Eclipse 3.4,please try not
use the url "https://dl-ssl.google.com/android/eclipse/",instead of
"http://dl-ssl.google.com/android/eclipse/",hope  this may helpful.

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Problem facing during start a android project through eclipse

2008-09-18 Thread Prashant-LAMP

I am getting the following error in eclipse :

Plug-in com.android.ide.eclipse.adt was unable to load class
com.android.ide.eclipse.adt.project.NewProjectWizard.
An error occurred while automatically activating bundle
com.android.ide.eclipse.adt (156).
Can you please help to find out the problem.

- Prashant Rahulkar



--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Showing Hebrew Text on the emulator screen

2008-09-18 Thread MaTriXy

Hi guys,
I have been trying to figure out how to convert the text i write down
in the hello android application
so it will show up correctly.
i want to show a Hebrew word on the screen.
any kind of word will do.

thank you for your help.


--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Mark Murphy

Imran wrote:
> hey mark i have tried tat on too but  the error is cooming

Can you post your entire AndroidManifest.xml file?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-18 Thread Imran

hey mark i have tried tat on too but  the error is cooming

On Sep 18, 5:33 pm, Mark Murphy <[EMAIL PROTECTED]> wrote:
> Imran wrote:
> >
> Try android.permission.READ_CONTACTS instead.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> Warescription: All titles, revisions, & ebook formats, just $35/year
--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Latest SDK, Apps will NOT Run - Errors;

2008-09-18 Thread living_sword

http://code.google.com/android/intro/develop-and-debug.html#signing

vsk wrote:
> Hello,
>
> I am very enthusiastic about Android development. I have properly
> configured the Android dev tools with Eclipse, and made sure my "Run
> Configuration" is correct.
>
> However, no matter WHAT I try, I can't get anything to run in the
> emulator.
> I.e, I write code, I click "Run", the emulator boots up, and nothing
> happens - at all.
>
> This is very frustrating... Here are the error messages;
> [2008-09-17 23:58:12 - Gonads] Refreshing resource folders.
> [2008-09-17 23:58:12 - Gonads] Starting full Pre Compiler.
> [2008-09-17 23:58:14 - Gonads] Preparing generated java files for
> update/creation.
> [2008-09-17 23:58:14 - Gonads] C:\android-sdk-windows-0.9_beta\tools
> \aapt.exe package -m -v -J C:\Documents and Settings\Vedant Kumar
> \Desktop\android_DEV\Gonads\src -M C:\Documents and Settings\Vedant
> Kumar\Desktop\android_DEV\Gonads\AndroidManifest.xml -S C:\Documents
> and Settings\Vedant Kumar\Desktop\android_DEV\Gonads\res -I C:\android-
> sdk-windows-0.9_beta\android.jar
> [2008-09-17 23:58:14 - Gonads] Locale/Vendor pairs:
> [2008-09-17 23:58:14 - Gonads]/
> [2008-09-17 23:58:14 - Gonads]
> [2008-09-17 23:58:14 - Gonads] Files:
> [2008-09-17 23:58:14 - Gonads]   drawable\icon.png
> [2008-09-17 23:58:14 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\res\drawable\icon.png
> [2008-09-17 23:58:14 - Gonads]   layout\main.xml
> [2008-09-17 23:58:14 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\res\layout\main.xml
> [2008-09-17 23:58:14 - Gonads]   values\strings.xml
> [2008-09-17 23:58:14 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\res\values\strings.xml
> [2008-09-17 23:58:14 - Gonads]   AndroidManifest.xml
> [2008-09-17 23:58:14 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\AndroidManifest.xml
> [2008-09-17 23:58:14 - Gonads] Including resources from package: C:
> \android-sdk-windows-0.9_beta\android.jar
> [2008-09-17 23:58:14 - Gonads] (processed image C:\Documents and
> Settings\Vedant Kumar\Desktop\android_DEV\Gonads\res\drawable
> \icon.png: 100% size of source)
> [2008-09-17 23:58:14 - Gonads] (new resource id icon from drawable
> \icon.png #generated)
> [2008-09-17 23:58:14 - Gonads] (new resource id main from C:
> \Documents and Settings\Vedant Kumar\Desktop\android_DEV\Gonads\res
> \layout\main.xml)
> [2008-09-17 23:58:14 - Gonads]   Writing symbols for class R.
> [2008-09-17 23:58:14 - Gonads] Nothing to pre compile!
> [2008-09-17 23:58:14 - Gonads] Starting full Package build.
> [2008-09-17 23:58:14 - Gonads] C:\android-sdk-windows-0.9_beta\tools
> \aapt.exe package -f -v -M C:\Documents and Settings\Vedant Kumar
> \Desktop\android_DEV\Gonads\AndroidManifest.xml -S C:\Documents and
> Settings\Vedant Kumar\Desktop\android_DEV\Gonads\res -A C:\Documents
> and Settings\Vedant Kumar\Desktop\android_DEV\Gonads\assets -I C:
> \android-sdk-windows-0.9_beta\android.jar -F C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\bin\resources.ap_
> [2008-09-17 23:58:15 - Gonads] Found 0 custom asset files in C:
> \Documents and Settings\Vedant Kumar\Desktop\android_DEV\Gonads\assets
> [2008-09-17 23:58:15 - Gonads] Locale/Vendor pairs:
> [2008-09-17 23:58:15 - Gonads]/
> [2008-09-17 23:58:15 - Gonads]
> [2008-09-17 23:58:15 - Gonads] Files:
> [2008-09-17 23:58:15 - Gonads]   drawable\icon.png
> [2008-09-17 23:58:15 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\res\drawable\icon.png
> [2008-09-17 23:58:15 - Gonads]   layout\main.xml
> [2008-09-17 23:58:15 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\res\layout\main.xml
> [2008-09-17 23:58:15 - Gonads]   values\strings.xml
> [2008-09-17 23:58:15 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\res\values\strings.xml
> [2008-09-17 23:58:15 - Gonads]   AndroidManifest.xml
> [2008-09-17 23:58:15 - Gonads]   Src: C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\AndroidManifest.xml
> [2008-09-17 23:58:15 - Gonads] Including resources from package: C:
> \android-sdk-windows-0.9_beta\android.jar
> [2008-09-17 23:58:15 - Gonads] (processed image C:\Documents and
> Settings\Vedant Kumar\Desktop\android_DEV\Gonads\res\drawable
> \icon.png: 100% size of source)
> [2008-09-17 23:58:15 - Gonads] (new resource id icon from drawable
> \icon.png #generated)
> [2008-09-17 23:58:15 - Gonads] (new resource id main from C:
> \Documents and Settings\Vedant Kumar\Desktop\android_DEV\Gonads\res
> \layout\main.xml)
> [2008-09-17 23:58:15 - Gonads] Creating 'C:\Documents and Settings
> \Vedant Kumar\Desktop\android_DEV\Gonads\bin\resources.ap_'
> [2008-09-17 23:58:15 - Gonads] Writing all files...
> [2008-09-17

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

2008-09-18 Thread Mark Murphy

Imran wrote:
>http://commonsware.com
Warescription: All titles, revisions, & ebook formats, just $35/year

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] :adding permissions in AndroidManifest

2008-09-18 Thread Imran

Hi
   

  if  iam using this tag it is giving the following Error

  " Caused by: java.lang.SecurityException: Permission Denial:
reading
com.android.providers.contacts.ContactsProvider uri content://call_log/calls
from pid=672, uid=10050 requires android.permission.READ_CONTACTS "

can any one help me out plzzz ..!!!

  Thanks in Advance for any replays..!!!

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---