[android-beginners] regarding soap client and webservices

2009-06-26 Thread vinny.s...@gmail.com
Hi Every One i am new to web services I have a created a Php Script in the server having a method name getList having three rows in the database are names images and rating field having 20 names nearly how to get the data in the Android screen in the form of table layout or list view ? I am

[android-beginners] install Android app from Gmail

2009-06-26 Thread Beth Mezias
Hey there, hi there, ho there...Is there a way to make Android open and install an apk file as an attachment sent in a Gmail message? This is a nice, signed apk file that installs to the phone correctly from Eclipse or the command line. I'm just checking to see if this is working for somebody

[android-beginners] Samsung I7500 ADB connection problem

2009-06-26 Thread mitsus
Hi comunity, i'm new on this GROUP, then...hello all! Now, I've a Samsung I7500 (a prototype version but it has full functionality) and when i try to connect it to using its USB cable to my Linux Debian (Lenny) workstationi don't see anything. With the HTC devices i haven't problems. Someone

[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-26 Thread Jason Van Anden
Just a shout out ... still no luck. Still frustrated. I have a hunch as to what is happening - but its seems a little nutty. My hunch is that when FLAG_ACTIVITY_NEW_TASK gets raised, my PendingIntent gets replaced by the standard MAIN/LAUNCHER intent, which is used to activate the application.

[android-beginners] Why Michael Jackson death?

2009-06-26 Thread Huynh Nhu Thuy
Why Michael Jackson death? http://hd-family.blogspot.com/2009/06/all-of-michael-jackson-king-of-pop-part.html Hot video of Michael Jackson: http://hd-family.blogspot.com/2009/06/michael-jackson-25th-anniversary.html All of Michael Jackson here:

[android-beginners] Delete non empty folders

2009-06-26 Thread Danesh Mondegarian
Hey is it possible to delete non empty folders without root...also how can i associate the getName() command and store it in a string ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] problem in include tag in relative layout xml files

2009-06-26 Thread arindam bhattacharjee
Hi, I was trying to use include tag in a RelativeLayout as follows: --- ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

[android-beginners] what is shared user id,what's meaning of shared user id = android.media

2009-06-26 Thread wan wei
what is shared user id,what's meaning of shared user id = android.media --~--~-~--~~~---~--~~ 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

[android-beginners] Porting Android on a Non-Mobile SoC

2009-06-26 Thread Neil Armstrong
Hi all, I was considering porting Android on a new non-mobile System On Chip with an ARM1176 arm core and (at least) 128Mb of DDR2 memory. A compatible video output (RGB 16bit 0565) is available, but sound output may require some work and no 3D acceleration is available (but a bitblitter core

[android-beginners] Re: Android SDK

2009-06-26 Thread Thush
Go to: Eclipse - Window - Preferences - Android - SDK Location Give the root folder where you extracted your Android SDK. eg. C:\Android\android-sdk-windows-1.5_r2 It should work. Let me know. Thushan On Jun 6, 4:51 am, Troy Borja tbo...@systemacorp.com wrote: I too am running the same

[android-beginners] Hi everybody....

2009-06-26 Thread Hemant
I Faced some problem while download plug in eclipse 3.4.2 on windows platform and it fails to complete installation of android plugin... I have tried to download by http and https but still it gives problem Can any one solve this problem..PLZ help me...

[android-beginners] Android NDK problem withe samples

2009-06-26 Thread michu2510
I downloaded NDK for Android and installed using this command: sh host-setup.sh Detecting host toolchain. CC : compiler check ok (gcc) LD : linker check ok (gcc) CXX: C++ compiler check ok (g++) Generate : out/host/config.mk Toolchain : Checking for arm-eabi-4.2.1

[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-26 Thread robotissues
Ultimately sorted out in developers forum here: http://groups.google.com/group/android-developers/browse_thread/thread/82aa31e33faf783e?hl=en# --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group.

[android-beginners] How can I detect a Landscape and portrait mode in Android?

2009-06-26 Thread hani
How can I know a Landscape and portrait mode in Android programmatically? When I flip on or off using G1, the Android recall onCreate method. When it happens, how can I know the mode ? Is there any API in Activity to know the mode? The below method is not called automatically. public void

[android-beginners] Intent filters: how do I know which action to use?

2009-06-26 Thread Jonathan Daugherty
Hi all, Here's my situation: I'd like to implement support for an alternative share feature for images taken with the camera. When I take a picture on my device and then pull up the menu for that picture, I get a Share option; then, I get a list of options (Picasa, Gmail, etc). I'd like to add

[android-beginners] Re: Bug in Notepadv3 Tutorial

2009-06-26 Thread quanghuytruongdinh
I haven't checked this case yet, but, Nice to know this interesting information from you! Thanks. On Jun 25, 2:45 pm, Hongster expertle...@gmail.com wrote: Hi, I have found a bug in the NoteEdit class. The bug lies in the outState.putLong(NotesDbAdapter.KEY_ROWID, mRowId); statement in

[android-beginners] About Android

2009-06-26 Thread pixel
Hi All, I want to develop the application in Android phone with dotnet. Is it possible ? Kindly help me Thx Pixel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group,

[android-beginners] Re: Hi everybody....

2009-06-26 Thread Jose Ayerdis
Can you describe the problem better? what does it says? 2009/6/25 Hemant patwardhanheman...@gmail.com I Faced some problem while download plug in eclipse 3.4.2 on windows platform and it fails to complete installation of android plugin... I have tried to download by http and https but still

[android-beginners] Re: Persisting app data (not preferences)

2009-06-26 Thread johnny
Ruben, My app reads/writes to and and from a config file as well. I'm using the normal java FileInputStream/FileOutputStream. Seems to work just fine. - Johnny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Persisting app data (not preferences)

2009-06-26 Thread Reuben Harris
Thanks Johnny, it's a lack of Java knowledge on my part. Once I found the Serializable interface and java.io.ObjectInputStream and friends, it was plain sailing. Thanks again! -- Reuben Sent from my iPhone On 26 Jun 2009, at 19:19, johnny johnny.ra...@gmail.com wrote: Ruben, My app

[android-beginners] Re: Intent filters: how do I know which action to use?

2009-06-26 Thread Balwinder Kaur (T-Mobile)
Your idea is correct, that is how it basically works. You can find more about Intents and how to use them at http://developer.android.com/reference/android/content/Intent.html It also has a list of standard android Intent Actions. The list of Intents used by Google Apps can be found at

[android-beginners] Re: Please Help! I Can't get the ADT Plugin to Install

2009-06-26 Thread Raphael
On Wed, Jun 24, 2009 at 3:52 AM, Pamplemousse Mk2pamplemousse@gmail.com wrote: Hello, ADT 0.9.1 worked fine with Eclipse 3.4 until today. Eclipse asks me for updates. So I accept the updates and now ADT can't open the XML res files of my current projects. Is ADT not compatible with

[android-beginners] Can I get Root access on my Google IO Magic?

2009-06-26 Thread Mike Wolfson
I know the Magic phone I got at IO is unlocked, but it doesn't have root enabled out of the box (I tried to install an app that required Root, that wouldn't work). Is there a specific way I can enable root on the phone (ie. a setting some where)? Is this possible on this phone? I know I can

[android-beginners] Bluetooth application...how does one get started?

2009-06-26 Thread Michael Dorin
I need to write a bluetooth application for work. Browsing the internet, there is tons of sometime contradictory information on bluetooth applications. I was wondering what was available in the through java api, and where would I find the documentation on it. Thank you, Mike

[android-beginners] Android and Wave

2009-06-26 Thread johnny
Are there any plans in the works to incorporate a google wave app on the Android platform? --~--~-~--~~~---~--~~ 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] Re: Bluetooth application...how does one get started?

2009-06-26 Thread Michael Dorin
Mark, Thanks for your quick reply. As far as you know, is there anything one can do in C/C++? (And still have a standard phone image?) I have seen a few things where images were rebuilt to enable functionality. I am not really up for that...but I do need someway to move a file received by the

[android-beginners] Re: Bluetooth application...how does one get started?

2009-06-26 Thread Mark Murphy
Michael Dorin wrote: As far as you know, is there anything one can do in C/C++? Sure! (And still have a standard phone image?) Oh. In that case, I suspect not. The NDK (native development kit) was released yesterday, but I do not think the Bluetooth APIs are available for it, either.

[android-beginners] Re: Android and Wave

2009-06-26 Thread Mark Murphy
johnny wrote: Are there any plans in the works to incorporate a google wave app on the Android platform? IIRC, Google Wave was briefly demoed on Android and iPhone at the Google I/O launch event for Wave. Beyond that, there are no plans for native Google Wave clients on any platform that I am

[android-beginners] Re: Can I get Root access on my Google IO Magic?

2009-06-26 Thread Disconnect
They broke/removed su. Simplest way is to just copy /system/bin/sh to /system/bin/su and chmod 4777. Better answer is to install the superuser app, which prompts when an app tries to elevate privs. On Fri, Jun 26, 2009 at 4:06 PM, Mike Wolfsonmwolf...@gmail.com wrote: I know the Magic phone I

[android-beginners] Proper use of getChildrenCursor(Cursor c) with SQLite

2009-06-26 Thread Musashi Baka
Greetings, I am attempting to use use a SimpleCursorTreeAdapter to display to two tables (Parent, Child) in a sqlite database. When I extend the SimpleCursorTreeAdapter I pass it a cursor referencing all of the root group nodes to be displayed, which is currently display correctly. Yet, I am

[android-beginners] Re: Please Help! I Can't get the ADT Plugin to Install

2009-06-26 Thread Jose Ayerdis
Well i experience a problem creation Android XMl so i create just an XMl close it and Reopen and got it just fine. 2009/6/26 Raphael r...@android.com On Wed, Jun 24, 2009 at 3:52 AM, Pamplemousse Mk2pamplemousse@gmail.com wrote: Hello, ADT 0.9.1 worked fine with Eclipse 3.4

[android-beginners] Re: Intent filters: how do I know which action to use?

2009-06-26 Thread Jonathan Daugherty
You can find more about Intents and how to use them at http://developer.android.com/reference/android/content/Intent.html It also has a list of standard android Intent Actions. The list of Intents used by Google Apps can be found at