[android-beginners] Re: Treo Pro skin now available for Android Emulator!

2008-08-27 Thread Tony S.
Thanks! On Aug 27, 6:27 am, Tea Vui Huang [EMAIL PROTECTED] wrote: Treo Pro skin now available for Android Emulator!http://teavuihuang.com/android To install, download and unzip QVGA-L-TreoPro.zip to the Android skin directory, e.g. C:\android-sdk-windows-0.9_beta\tools\lib\images

[android-beginners] Re: how to use webview to show lcoal javascript

2008-08-27 Thread Mark Murphy
anderson wrote: my main.xml : LinearLayout WebView android:id=@+id/mywebview Button . . and my code : webView1 = (WebView) findViewById(R.id.mywebview); there is an error message : R.id can't be solved i dont know why, since i already import

[android-beginners] problems executing shell commands

2008-08-27 Thread spinifu
Hello, Executing sqlite3 command doesn't do anything. I execute it from the adb shell after the application has been launched, isn't that right? also i try .databases but it won't work either. I´m programming on Windows, so i guess that .databases should be databases, which won't work. Do i have

[android-beginners] Re: Android SMS

2008-08-27 Thread Sylvester Steele
thanks Megha Joshi wrote: 2008/8/26 Sylvester Steele [EMAIL PROTECTED] Hi, this might seem silly, but I can't get the SMS app to work. Issues: 1. Can't type in the To field. Worked around by selecting a contact from the addressbook. 2. Can't type a message! How do I select the

[android-beginners] Re: Android SMS

2008-08-27 Thread Sylvester Steele
is there a way to type, while keeping it vertical? Sylvester On Aug 27, 8:36 pm, Sylvester Steele [EMAIL PROTECTED] wrote: thanks Megha Joshi wrote: 2008/8/26 Sylvester Steele [EMAIL PROTECTED] Hi, this might seem silly, but I can't get the SMS app to work. Issues: 1. Can't type

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

2008-08-27 Thread Xavier Ducrohet
On Wed, Aug 27, 2008 at 8:11 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: W/PackageParser( 48): /data/app/vmdl21575.tmp (at Binary XML file line #5): activity does not specify android:name This looks like your problem. Xav --~--~-~--~~~---~--~~ You

[android-beginners] Re: problem wid the sdcard

2008-08-27 Thread Megha Joshi
Did you load the sdcard to emulator? for detailed instructions see the link below: http://code.google.com/android/reference/emulator.html#sdcard How do you view the files in emulator? The emulator does not have a file browser...you will have to use File Explorer in DDMS:

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

2008-08-27 Thread Ralf
Is this by any chance a package compiled for M3 or M5 that you're trying to deploy on the 0.9 SDK? R/ On Wed, Aug 27, 2008 at 1:10 PM, Xavier Ducrohet [EMAIL PROTECTED] wrote: On Wed, Aug 27, 2008 at 8:11 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: W/PackageParser( 48):