[android-beginners] problem occurred installing ADT plugin

2009-09-29 Thread phil
i am using Eclipse 3.5 (Galileo) and during installation of the ADT plugin, I get -- An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=). No

[android-beginners] how to install a .apk on my own phone...

2009-08-13 Thread phil
so I've got this app i'm developing, and I did manage to get it on my phone, but I had to install it via the debugger. i tried upload the .apk to a web server and browsing to it and downloading it, that didn't work, it said unsuccessful in the downloads panel. then i tried copying it to the SD

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread phil
okay, thx. any ideas why i can't download the file from a web server? On Aug 13, 4:34 pm, Mark Murphy mmur...@commonsware.com wrote: phil wrote: then i tried copying it to the SD card, that worked, but then I couldn't figure out how to actually install it once I had it on there. You

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread phil
okay, i'll look into that. so there isn't any way to just generically download a file and save it to the SD card? On Aug 13, 4:52 pm, Mark Murphy mmur...@commonsware.com wrote: phil wrote: okay, thx.  any ideas why i can't download the file from a web server? You need the MIME type set up

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread phil
It did not like httpauth, once that was disabled I could download just fine and even install... thanks for your help. On Aug 13, 6:04 pm, Mark Murphy mmur...@commonsware.com wrote: phil wrote: okay, i'll look into that.  so there isn't any way to just generically download a file and save

[android-beginners] emulator woes...

2009-08-12 Thread phil
$MethodAndArgsCaller.run() line: 782 ZygoteInit.main(String[]) line: 540 NativeStart.main(String[]) line: not available [native method] I have tried uninstalling and re-installing the eclipse ADT plugin, the Android SDK, multiple times and nothings seems to remedy this problem. Any ideas? -phil

[android-beginners] environment woes...

2009-08-12 Thread phil
-in com.android.ide.eclipse.adt was unable to load class com.android.ide.eclipse.adt.project.NewXmlFileWizardAction. And if I try to run, I get a dialog that pops up and says Your project contains error(s), please fix them before running your application. And I'm not quite sure how to fix them... -phil

[android-beginners] Re: environment woes...

2009-08-12 Thread phil
delete or rename that, i start getting into trouble... is there like a clean and rebuild all sequence of steps? -phil On Aug 12, 8:45 am, phil phil.pellouch...@gmail.com wrote: ug, this is so frustrating. i am running eclipse 3.5 + android sdk 1.5r3 with ADT plugin. i somehow seem

[android-beginners] RuntimeException -

2009-08-11 Thread phil . pellouchoud
set a breakpoint at the first line in my main and it never hits it. Any ideas? -phil --~--~-~--~~~---~--~~ 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

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
i did this with the same result. C:\tools\androidemulator -avd myavd -memory 1024 emulator: WARNING:4: missing expected assignment operator (=). line ignored C:\tools\android On Jun 22, 1:14 pm, Jose Ayerdis joseayer...@gmail.com wrote: try givin it more memory 2009/6/21 phil

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
); setContentView(tv); } } another emulator run with verbose on C:\tools\androidemulator -avd myavd -memory 1024 -verbose emulator: found SDK root at C:\tools\android\1.5r2 emulator: root virtual device file at C:\Documents and Settings\phil \.android/avd/myavd.ini emulator: virtual device

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
...@gmail.com try to give it more time. Mine one is very slow. it tooks a few minutes. On Tue, Jun 23, 2009 at 6:14 AM, Jose Ayerdis joseayer...@gmail.comwrote: try givin it more memory 2009/6/21 phil phil.pellouch...@gmail.com i did a search and saw a few ideas about how to solve this (clean

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
i don't think so. but it's trying to connect to my local machine anyway isn't it? On Jun 23, 4:32 pm, Jose Ayerdis joseayer...@gmail.com wrote: any firewall that can affect you on XP? 2009/6/23 phil phil.pellouch...@gmail.com do you mean from a command prompt?  i did try that - same

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
tried things on there. this is driving me crazy. C:\android\android-sdk-windows-1.5_r2\toolsemulator -avd myavd - verbose -memory 1024 emulator: found SDK root at C:\android\android-sdk-windows-1.5_r2 emulator: root virtual device file at C:\Documents and Settings\phil \.android/avd/myavd.ini

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread phil
- windows-1.5_r2 emulator: root virtual device file at C:\Documents and Settings\phil \.android/avd/myavd.ini emulator: virtual device content at C:\Documents and Settings\phil \.android\avd\myavd.avd emulator: virtual device config file: C:\Documents and Settings\phil \.android\avd\myavd.avd/config.ini

[android-beginners] HelloAndroid not working...

2009-06-22 Thread phil
i did a search and saw a few ideas about how to solve this (clean) and none of them worked. I was working my way throgh HelloAndroid - got to the point of running, and the emulator comes up, but never gets past the ANDROID screen. Here's what i see in the debug window. [2009-06-20 12:15:04 -

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

2008-09-20 Thread Phil
Hi. You could use the following to determine the screen resolution from within your Activity/Context... getWindow().getWindowManager().getDefaultDisplay().getHeight() getWindow().getWindowManager().getDefaultDisplay().getWidth() Phil On Sep 19, 11:02 pm, [EMAIL PROTECTED] [EMAIL PROTECTED

[android-beginners] Re: : Help Needed

2008-09-20 Thread Phil
of your phone. That's simply because the GSM call does not include any location-based information. Phil On Sep 19, 11:14 am, Imran [EMAIL PROTECTED] wrote:  Hi All...!!!         Hey i want to write a application in which i  can know the location of  my friend when he is calling me

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

2008-09-19 Thread Phil
and will post the results if I solved the problem. Phil On Sep 19, 9:14 am, Imran [EMAIL PROTECTED] wrote: 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

[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