[android-developers] Re: SDK 1.0:

2008-09-25 Thread De San Nicolas Jean Philippe
vast no, but there is, with sqlite for exemple 2008/9/26 dhuri natarajan <[EMAIL PROTECTED]> > Is there any vast difference between the SDK released 1.0 and 0.9 beta?. > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: SDK1.0 and 0.9

2008-09-25 Thread Tauno T
Release notes for 1.0r1: http://code.google.com/android/RELEASENOTES.html Overview of changes in 1.0r1 compared to 0.9: http://code.google.com/android/migrating/0.9-1.0/changes-overview.html API differences in 1.0r1 compared to 0.9: http://code.google.com/android/migrating/0.9-1.0/changes.html On

[android-developers] Re: SDK 1.0:

2008-09-25 Thread Tauno T
Release notes for 1.0r1: http://code.google.com/android/RELEASENOTES.html Overview of changes in 1.0r1 compared to 0.9: http://code.google.com/android/migrating/0.9-1.0/changes-overview.html API differences in 1.0r1 compared to 0.9: http://code.google.com/android/migrating/0.9-1.0/changes.html On

[android-developers] Re: scrolling listview loses background color/drawable

2008-09-25 Thread Romain Guy
You might notice it on an actual phone. You should not have to disable the scrolling cache. There must be something else you're doing that was wrong. Normally, disabling the cache color hint is all you need to do. Could you show me your XML layout file? On Thu, Sep 25, 2008 at 11:41 PM, Tauno T <

[android-developers] SDK1.0 and 0.9

2008-09-25 Thread [EMAIL PROTECTED]
what are the differences between the SDK 1.0 and 0.9?. Any one Please give me a reply... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] PathClassLoader failed in SDK 1.0, worked in 0.9

2008-09-25 Thread Dana Li
Hi, We had used the PathClassLoader to load class from a dynamically loaded apk file, however, it worked in SDK 0.9 but failed in SDK 1.0. Not sure what is the reason, Anybody has any clue on it ? The error message is something like: 09-26 00:03:34.928: ERROR/dalvikvm(312): Can't open dex cache '

[android-developers] SDK 1.0:

2008-09-25 Thread dhuri natarajan
Is there any vast difference between the SDK released 1.0 and 0.9 beta?. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.

[android-developers] Re: scrolling listview loses background color/drawable

2008-09-25 Thread Tauno T
Ok, managed to fix it by adding android:scrollingCache="false" to the ListView. From the dox it seems that it makes scrolling a little slower but I didn't notice any difference (have a list with ~100 entries) - I guess it's too small to notice with my primitive list :) On Sep 26, 9:30 am, Tauno T

[android-developers] Re: scrolling listview loses background color/drawable

2008-09-25 Thread Tauno T
Has anyone figured out a workaround for this? I'm running out of ideas myself :( On Sep 24, 11:24 am, Tauno T <[EMAIL PROTECTED]> wrote: > I'm having the same issue. > A ListView is inside of a LinearLayout and the LinearLayout has a semi- > transparent background. > The background diappears whi

[android-developers] Re: G1 for testing outside US

2008-09-25 Thread Muthu Ramadoss
Anyone know what happened to the promise of a G1 device for ADC 1 Winner? Is it only for the team captain, or for all team members? On Sep 26, 8:24 am, Muthu Ramadoss <[EMAIL PROTECTED]> wrote: > Here's my temp plan: > > Ask someone from US to buy an unlocked G1 and send it to me. Use a > local

[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-25 Thread gjs
Hi, Does this mean that we still have to use the method described for V0,9 ? As discussed in - http://groups.google.com/group/android-developers/browse_frm/thread/e4230ed22c196772 Anybody ? Regards On Sep 25, 3:48 pm, shotwave <[EMAIL PROTECTED]> wrote: > umm, no, I do not tink that this aff

[android-developers] did anyone know how to use URLClassLoader or PathClassLoader???

2008-09-25 Thread Wesley Sagittarius
hi, did anyone know how to use URLClassLoader or PathClassLoader??? http://code.google.com/android/reference/java/net/URLClassLoader.html http://code.google.com/android/reference/java/net/URLClassLoader.html or any example of loading class available??? just a simple one will do... anyone???

[android-developers] Re: ItemizedOverlay with dynamic items exception problem

2008-09-25 Thread elephantbug
Hi, Peter, Actually, if you look my code, I have a global array of overlay item. And I override following code: public int size() { return mFriendList.size(); } public LptOverlayItem createItem(int i)

[android-developers] Re: G1 for testing outside US

2008-09-25 Thread Muthu Ramadoss
Here's my temp plan: Ask someone from US to buy an unlocked G1 and send it to me. Use a local GSM carrier to enable G1. Hope its as easy as it sounds. On Sep 26, 8:22 am, Muthu Ramadoss <[EMAIL PROTECTED]> wrote: > Google, > > Encourage your developers worldwide. Only you can do this. > > On Sep

[android-developers] Re: G1 for testing outside US

2008-09-25 Thread Muthu Ramadoss
Google, Encourage your developers worldwide. Only you can do this. On Sep 25, 7:40 pm, cbraun75 <[EMAIL PROTECTED]> wrote: > Yeah  - they should allow a testhandy for developer even for non US > ones. Maybe they can manage the developer authorization by give > everybody one device which has a up

[android-developers] Loading classes error???

2008-09-25 Thread Wesley Sagittarius
hi, when I trying to use pathClassLoader to load classes... I encounter this error below... 09-26 02:17:00.928: ERROR/dalvikvm(7228): Can't open dex cache '/data/ dalvik-cache/[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]': No such file or directory 09-26 02:17:00.928: INFO/dalvikvm(722

[android-developers] intercept incoming and outgoing calls and have customized screen

2008-09-25 Thread chouman82
Is it possible to intercept the intent of calling and answering and by doing that replacing the calling/answering screen. I see from the logcat that right now com.android.phone.InCallScreen activity is been started. Anyway to overwrite that to have my own activity to show up? --~--~-~--

[android-developers] Re: Scrolling Zooming View

2008-09-25 Thread Mark Murphy
adamjernst wrote: > I'd like to create a view that can pan over a very large image > rendered from a number of tile images and support zooming in and out > (akin to UIScrollView in the iPhone SDK). Back on Sept. 15, in this group, Romain Guy posted the following, in response to a query of how th

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Axwa Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the documentation is updated. On Sep

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Xqawawawawawasxqasxqasxazazazwawasxazwasxqawasxaxqasxqawawasxqasxazwawawawasx Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Axazaz Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the documentation is updated. On Se

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Axwasxqawawawawawawawasxazwawasxazazazwasxazwasxqawasxazazaz Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just ha

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
WawaxqawasqawasxaZaZzaZwaxazazazazwasXazaZwa Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Wawawawawawawawawawawawasqawawawawawawawawawawawawassawawa Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Wawawawasxqawawawasxqawawasqawawawawawawawawawawawawawawawawawawawawawawawawawawa Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android?

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Wawawawawawawawawawawa Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the documentation is

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Axazazwawawawawawawa Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the documentation is up

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread secondsun
Sent via BlackBerry by AT&T -Original Message- From: jtaylor <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 17:35:03 To: Android Developers Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the documentation is updated. On Sep 25,

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread jtaylor
I think we just have to wait until the documentation is updated. On Sep 25, 3:34 pm, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > What about the javascript virtual machine from V8 used by Google > Chrome. > Does Android use it as well ? > > On 25 sep, 21:08, jtaylor <[EMAIL PROTECTED]> wrote: >

[android-developers] Re: ADT plugin in SDK 0.9

2008-09-25 Thread Xavier Ducrohet
Hi, please provide us with the Eclipse log. It's located in your workspace in .metata/.log thanks Xav On Thu, Sep 25, 2008 at 5:15 PM, Lekkala,Jyothsna <[EMAIL PROTECTED]> wrote: > > HI, > > I opened the layout/xml file using android layout editor in eclipse > It opens a view with xml, layout v

[android-developers] Re: ADT plugin in SDK 0.9

2008-09-25 Thread Lekkala,Jyothsna
HI, I opened the layout/xml file using android layout editor in eclipse It opens a view with xml, layout views. The layout view has all green tick marks. there is a create button in the top. But that is greyed out(disabled) and below it shows that eclipse failed to load the framework information

[android-developers] Scrolling Zooming View

2008-09-25 Thread adamjernst
I've searched the archives extensively and couldn't find what I'm looking for. I'd like to create a view that can pan over a very large image rendered from a number of tile images and support zooming in and out (akin to UIScrollView in the iPhone SDK). There doesn't seem to be a built-in class f

[android-developers] Re: Run JSP file in Android

2008-09-25 Thread Mark Murphy
Billsen wrote: > Can Android run jsp file? Only if you supply some sort of JSP interpreter. I believe there are no template languages in Android, beyond the limited string-replacement system provided in stock Java's String.format() method. -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: Mock Location Providers in 1.0

2008-09-25 Thread xtrawurst
Could that issue be solved yet? I could not receive anything from DDMS as well. On Sep 25, 9:22 am, Cristina <[EMAIL PROTECTED]> wrote: > I have downloaded some gpx files from this > webhttp://tramper.co.nz/?view=browsegpxFiles > > So. DDMS location tool loads them ok..I am able to se both the p

[android-developers] Run JSP file in Android

2008-09-25 Thread Billsen
Hi, I try to run jsp file in Android, just want print some string in webpage with <%= "test" %>. However, nothing happens after execution. No error occurs. Can Android run jsp file? If yes, how? Thanks in advance, Senshan --~--~-~--~~~---~--~~ You received this m

[android-developers] clock on the statusbar is not updating

2008-09-25 Thread oxonom
Is there a known problem that the clock on the statusbar is not updated? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.

[android-developers] EditText multiline

2008-09-25 Thread Chihau Chau
how i can use EditText with multiline??? -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscr

[android-developers] Re: Transparent Buttons & Focus

2008-09-25 Thread Shaun
The resource compiler complains that the button_background_ attributes are not valid. I can't find anything in the doc that looks like there's newer version of the same attributes. Is there? SPT On Sep 24, 7:47 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > You can use ColorStateList to set

[android-developers] Re: Developing Wi-Fi applications in the emulator

2008-09-25 Thread Ricardo Rabelo
Hi, anyone know if it is possible to "feed" the emulator with some real data for the WiFi interface? To be more specific, get some the rssi measures, ap scan list from a real device and put it for the WifiManager API read and use? For example, for the GPS is possible to use some real data, from

[android-developers] Re: 1.0_r1 win version, missing classes

2008-09-25 Thread goorov
ok, thank you, Jeff -- http://www.androidjavadoc.com/ On Sep 25, 11:39 pm, "Jeff Hamilton" <[EMAIL PROTECTED]> wrote: > We've found and fixed the problem. The next SDK release will include > these classes. > > -Jeff --~--~-~--~~~---~--~~ You received this message

[android-developers] Settings Application and Preferences

2008-09-25 Thread tomgibara
Could someone who knows (probably a Google engineer) kindly confirm that the Settings application (which has never been available on the emulator) aggregates preference Activities from installed apps?. And if so, do they need an intent filter containing the CATEGORY_PREFERENCE. And if this guess

[android-developers] Help Drawing Over Google Maps

2008-09-25 Thread andrex
Hi, I have the follow code on my application: In the class Prueba: import android.os.Bundle; import android.view.*; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapView; public class prueba extends MapActivity { Drawabl

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread jtaylor
ZDNet has this article. September 24th, 2008 Google Gears now inside Android’s “Chrome Lite” http://blogs.zdnet.com/Burnette/?p=662 - Juan On Sep 25, 11:54 am, jtaylor <[EMAIL PROTECTED]> wrote: > Both are based on Webkit. The Android Browser is created specifically > for mobile. Chrome is cre

[android-developers] Re: Intercept incoming call

2008-09-25 Thread legerb
How about: ACTION_NEW_OUTGOING_CALL? According to SDK documentation it gives the possibility to intercept the call. Has anyone tried to use it? On Sep 17, 9:41 pm, friedger <[EMAIL PROTECTED]> wrote: > I could imagine an application that accepts acallwhen the user > presses a button like "I am r

[android-developers] Re: Ending a call

2008-09-25 Thread legerb
Hi anu, I'm facing the same problem. Did you manage to find a solution? Also, could you elaborate a little on how you simulate an outgoing call? On Sep 18, 7:06 am, anu <[EMAIL PROTECTED]> wrote: > I do not want to end the call manually. I need to code it in the same > way as I code in the call

[android-developers] Re: Ending a call

2008-09-25 Thread legerb
Hi anu, I'm facing the same problem. Did you manage to find a solution? Also, could you elaborate a little on how you simulate an outgoing call? On Sep 18, 7:06 am, anu <[EMAIL PROTECTED]> wrote: > I do not want to end the call manually. I need to code it in the same > way as I code in the call

[android-developers] How can i check the permissions on a Folder

2008-09-25 Thread Payal
I want to know how can we check the permissions on a folder? like the / data folder at android's root, if we create a file browser and click on it, it will show us nothing because we don't have permissions to view it's content as a user. so what i want to do is, i want to display a message to use

[android-developers] Re: Ending a call

2008-09-25 Thread legerb
Hi anu, I'm facing the same problem. Did you manage to find a solution? Also, could you elaborate a little on how you simulate an outgoing call? On Sep 18, 7:06 am, anu <[EMAIL PROTECTED]> wrote: > I do not want to end the call manually. I need to code it in the same > way as I code in the call

[android-developers] Re: Ways to capture the content of the screen / inject keypresses?

2008-09-25 Thread cindy wang
Hi PowerGUI, could you please share with me how did you do the android-screenshots? I am also need similar method but I really couldn't fiugure out how to do it? Thanks for any help Cindy On Thu, Sep 11, 2008 at 5:17 PM, PowerGUI <[EMAIL PROTECTED]> wrote: > > Hello, > I am developing such

[android-developers] dotMobi TLD

2008-09-25 Thread datapimp
Is the dotMobi TLD a sleeper or simply dead on arrival? Does anyone in this forum believe in the viability of the .mobi extension? Thank you for contributing your thoughts regarding this perplexing phenomenon. -Datapimp --~--~-~--~~~---~--~~ You received this m

[android-developers] Re: Drawing on MapView

2008-09-25 Thread andrex
Hi peter, i was trying use the code but i can't. I'll show you the code of my class import android.graphics.Canvas; import android.graphics.drawable.Drawable; import java.io.DataOutputStream; import java.io.OutputStream; import java.lang.reflect.Array; import java.net.HttpURLConnection; import j

[android-developers] MediaPlayer.getFrameAt() is gone in V1.0. Alternatives in the meantime?

2008-09-25 Thread CEO
android.media.MediaPlayer.getFrameAt() is gone on 1.0. The release notes for 1.0 reads: "Method android.media.MediaPlayer.getFrameAt() is not supported in this release." But one thing is not supported and one thing is totally removing it from the API i.e. making previous build breaks. I guess t

[android-developers] How to set up a new PC in one easy session

2008-09-25 Thread abhi
Fellow ZDNet blogger Jason Perlow helped a friend and colleague buy a new PC and migrate her data and settings from the old machine (Windows XP) to the new one (Windows Vista). He documents the process in The New Adventures of Christine’s Old PC. I tip my hat to Jason for his dedication to a fr

[android-developers] Hanging up outgoing calls.

2008-09-25 Thread legerb
Is there a way to hang up an outgoing call? May be some sort of equivalent to ACTION_DIAL or ACTION_CALL? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: replacing incoming call and outgoing call screens

2008-09-25 Thread Pulkit Arora
I am developing on an application which needs to overide the incoming call event and place its own dialog box. will that be possible now or in any future ?? This is my final year project in my college, please let me know... Pulkit Arora --~--~-~--~~~---~--~~ You

[android-developers] Re: 1.0_r1 win version, missing classes

2008-09-25 Thread Jeff Hamilton
We've found and fixed the problem. The next SDK release will include these classes. -Jeff On Thu, Sep 25, 2008 at 8:48 AM, Jeff Hamilton <[EMAIL PROTECTED]> wrote: > We're looking into this. > > -Jeff > > On Thu, Sep 25, 2008 at 1:11 AM, goorov <[EMAIL PROTECTED]> wrote: >> >> There are classes

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread Guillaume Perrot
What about the javascript virtual machine from V8 used by Google Chrome. Does Android use it as well ? On 25 sep, 21:08, jtaylor <[EMAIL PROTECTED]> wrote: > ZDNet has this article. > > September 24th, 2008 > Google Gears now inside Android’s “Chrome > Lite”http://blogs.zdnet.com/Burnette/?p=662

[android-developers] Re: Test Location Providers in 1.0

2008-09-25 Thread Guillaume Perrot
Yes but I can't tell the marketing department I can't maintain the "simulate my journey" for the demos. They can't use Eclipse nor telnet during demos... Hopefully, I managed to fake that feature until we'll have a true android mobile phone. On 24 sep, 13:29, Joe Erickson <[EMAIL PROTECTED]> wrot

[android-developers] Re: location is always latitude 0 longitude 0 altitude 10 in v0.9

2008-09-25 Thread Guillaume Perrot
With Ubuntu I just had to open a session in a different locale (from the login screen), just one time to test... On 25 sep, 14:07, Antonio Villar <[EMAIL PROTECTED]> wrote: > I solved the problem in windows XP changing the numbers, times and > dates format from spanish to english (US). > > In Lin

[android-developers] Re: Can Applications consist of just Services

2008-09-25 Thread Peli
Very interesting. This may also be useful if one writes a general background service that allows different GUI activities to access it, but one does not want to single out a particular GUI. In this case, it would be really advantageous to publish the intents used, for example in the OpenIntents i

[android-developers] Complaint again

2008-09-25 Thread Nickname
Is it possible to make Android emulator more stable? Why in 9 out of 10 times does adb.exe/DDMS fail to connect with the emulator??? Why in 5 out of 10 times does adb.exe/DDMS fail to launch my application on the emulator??? Aren't all these Android components all on the same machine? What the

[android-developers] Re: Publish your intents

2008-09-25 Thread Peli
A quick update: Now it is also possible to publish applications that either provide or use public intents: http://www.openintents.org/en/applications We look forward to your feedback. Let us know if you think this may be useful to you. Peli www.openintents.org On Sep 17, 11:19 am, Peli <[EMAIL

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Teo
I've replaced some PNG images i used for the menu, that's the closest thing i did; but there shouldn't be any influence from that either.. On Thu, Sep 25, 2008 at 8:19 PM, Teo <[EMAIL PROTECTED]> wrote: > Nope, nothing happens on prepare either. This is too strange, i remember > the other day i t

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Teo
Nope, nothing happens on prepare either. This is too strange, i remember the other day i tried the menu and it worked in the latest SDK. Today with no change in code, nothing, not even a call. I should say the menu works in other apps, so the problem seems to be only with mine. On Thu, Sep 25, 200

[android-developers] Re: Decompile android.jar - RuntimeException("Stub!") - SDK 1.0

2008-09-25 Thread sahn0
Oh, yes, that "Stub!" thing :) I hope this doesn't mean that there will be no source code release for SDK... Otherwise, why "stubbize" android.jar? BTW, decompilation is illegal, and is prohibited by license agreement. On 25 сент, 18:32, friedger <[EMAIL PROTECTED]> wrote: > Hi, > > I used to ha

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Mark Murphy
> Thanks for pointing that out, it was an oversight. But it still didn't > solve the problem.onCreateOptionsMenu isn't even called :/ I was in a bit of a rush with the last reply and figured it would be worth a shot. Is onPrepareOptionsMenu() being called? That should be called on every menu but

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Teo
Thanks for pointing that out, it was an oversight. But it still didn't solve the problem.onCreateOptionsMenu isn't even called :/ On Thu, Sep 25, 2008 at 5:50 PM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > Teo wrote: > > Hi, here is my code > > > > private boolean populateMenu(Menu menu) { > > boo

[android-developers] Re: location is always latitude 0 longitude 0 altitude 10 in v0.9

2008-09-25 Thread Antonio Villar
I solved the problem in windows XP changing the numbers, times and dates formatting from spanish to english (US). Someone knows how do the same in Linux? Regards, Antonio On 24 sep, 12:32, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > I retested a en_GB locale on my Ubuntu 8.04 LTS with Androi

[android-developers] Re: Google support for developers

2008-09-25 Thread ole!
Thanks for the information. We are wondering if there will be support beyond the contest level. For example, there will be many manufacturers (we hope) of phones that run Android. Will there be discounted developer prices/ short- term subscriptions? Will there be central testing facilities that p

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread jtaylor
Both are based on Webkit. The Android Browser is created specifically for mobile. Chrome is created specifically for the Desktop. - Juan On Sep 25, 12:30 am, Ramon Rabello <[EMAIL PROTECTED]> wrote: > Since the release of Google Chrome I've been thinking the possibility > of the new browser bei

[android-developers] Re: apkbuilder.bat faulty?

2008-09-25 Thread Jakob Sachse
meanwhile i did some try and error and got it running. setting frameworkdir and libdir to the lib folder works, manipulating the java.libraray.path property did't influence anything i could observe. so thats what the interesting part of my apkbuilder.bat looks like now: === set

[android-developers] Re: Can Applications consist of just Services

2008-09-25 Thread Jeff Hamilton
There isn't anything preventing you from doing this. You could, for example, have an application that consisted of just a Service and a BroadcastReceiver and have the receiver start the service when something interesting happens. -Jeff On Thu, Sep 25, 2008 at 6:23 AM, Graeme <[EMAIL PROTECTED]>

[android-developers] Re: 1.0_r1 win version, missing classes

2008-09-25 Thread Jeff Hamilton
We're looking into this. -Jeff On Thu, Sep 25, 2008 at 1:11 AM, goorov <[EMAIL PROTECTED]> wrote: > > There are classes which exist in documentation but absent in > android.jar (from android-sdk-windows-1.0_r1.zip): > > android.content.AsyncQueryHandler.WorkerArgs > android.content.AsyncQueryHan

[android-developers] URLConnection with https fails every other time

2008-09-25 Thread ole!
Can anyone help? The code below loops 10 times where each loop does a URL connection using either http or https. When using http protocol everything works fine. When using https, every other message is sent correctly while the incorrect messages fail silently (no message is sent to the server

[android-developers] ConnectManager supports multiple-homing ?

2008-09-25 Thread Graeme
Hi The android.net.ConnectivityManager has a member function requestRouteToHost(int networkType, int hostAddress) to ensure that a route is maintained to deliver traffic to a specified host via a specified network interface (TYPE_WIFI or TYPE_MOBILE). Now does this mean that Android supports mu

[android-developers] Re: WebView and #links

2008-09-25 Thread Tauno T
Thanks Mark, it works just fine when using loadDataWithBaseUrl(). I'll file a bug about that then since it seems like a bug to me :) On Sep 25, 5:45 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Tauno T wrote: > > I have a problem with WebView. > > If I call loadData() with a String parameter that

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Mark Murphy
Teo wrote: > Hi, here is my code > > private boolean populateMenu(Menu menu) { > boolean result = super.onCreateOptionsMenu(menu); Why are you calling super.onCreateOptionsMenu() from populateMenu()? > @Override > public boolean onCreateOptionsMenu(Menu menu) { > super.onCreateOptionsMenu(menu)

[android-developers] Re: Are there any base64 encoding functions in 1.0r1?

2008-09-25 Thread Mark Murphy
kingtut wrote: > Does anyone know a workaround until google fixes this problem and > updates the SDK? You could download the appropriate JAR or source files from Apache and put it in your project. Apache code is open source and under a compatible license. -- Mark Murphy (a Commons Guy) http:/

[android-developers] Re: WebView and #links

2008-09-25 Thread Mark Murphy
Tauno T wrote: > I have a problem with WebView. > If I call loadData() with a String parameter that has an anchor with a > href that contains the symbol "#" then the WebView will not render > anything after that statement. > > For example: > loadData("Jump to the Useful Tips Section \"tips\">Usef

[android-developers] WebView and #links

2008-09-25 Thread Tauno T
Hi all! I have a problem with WebView. If I call loadData() with a String parameter that has an anchor with a href that contains the symbol "#" then the WebView will not render anything after that statement. For example: loadData("Jump to the Useful Tips SectionUseful Tips Section", "text/html",

[android-developers] Re: G1 for testing outside US

2008-09-25 Thread cbraun75
Yeah - they should allow a testhandy for developer even for non US ones. Maybe they can manage the developer authorization by give everybody one device which has a uploaded program at code.google ? to verify if it is a developer? That would be great. And would help to create cool apps! CU Chri

[android-developers] apkbuilder.bat faulty?

2008-09-25 Thread Jakob Sachse
I wanted to pass dx some parameters when building a project using ADT with Eclipse, I didn't find how, so I turned to ant. I created a empty project with the activitycreator tool. I put the generated build.xml into my actual project. Then I modified the build.xml to match my project and i inserte

[android-developers] Revocation of Signed Applications

2008-09-25 Thread Graeme
Hi I was wondering if the Android Application installer supports the revocation of certicates of already installed applications ? Thanks Graeme --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Re: G1 for testing outside US

2008-09-25 Thread gjs
Hi, This seems to provide some hope, but maybe only in the US ? - http://groups.google.com/group/android-developers/browse_thread/thread/27b03cd2f75547e2?hl=en see - Matt "More interestingly, buyers would be able to have access to a "contract free" G1 (with a price point of $399), and could

[android-developers] Can Applications consist of just Services

2008-09-25 Thread Graeme
Hi Since an Activity does not need to provide a User Interface at all, does this mean that an Android application can be a background Service ? I 'm not sure why one would want to do this, but is it possible ? I imagine one Activity (which did not create a User Interface) would be needed as a poi

[android-developers] Does ksoap2 is still managed?

2008-09-25 Thread Laguiz
Hi, I would like to know if ksoap2 is still managed? I'm asking you because I'm afraid because last news was posted in 2006 on http://ksoap2.sourceforge.net/... If no update has been really created since 2006, I'm not sure that ksoap2 is a good idea... BUT tell me what you think about that becau

[android-developers] Re: Bug with Ellipsize in ListView?

2008-09-25 Thread Mark Hansen
Hrmm.. well what's weird is the API is truncating the string and adding the "...", I'm just not sure where the extra character is coming from.. I'll take a look again, but the text is pretty clean as it's coming from an XML source. On Sep 25, 12:58 am, "Romain Guy" <[EMAIL PROTECTED]> wrote: > Yo

[android-developers] Re: Acessing web services with ksoap

2008-09-25 Thread Laguiz
hi all, I saw on http://ksoap2.sourceforge.net/ that last news was posted in 2006... Does ksoap2 is still managed? On 22 sep, 13:12, Mark Murphy <[EMAIL PROTECTED]> wrote: > stanchat wrote: > > I sort of new to this and downloaded the following jars.  Where is the > > actual source code located?

[android-developers] Re: Devices for testing?

2008-09-25 Thread Eric
See my post in the other thread. http://groups.google.com/group/android-discuss/browse_thread/thread/e3831f8a2899765e/41d9fb0ebaa6b5ca?hl=en#41d9fb0ebaa6b5ca Short answer = YES. Cheers Eric Wong Portable Electronics Ltd www.hdmp4.com On Sep 25, 2:19 am, hyphz <[EMAIL PROTECTED]> wrote: > Hi, >

[android-developers] Re: location is always latitude 0 longitude 0 altitude 10 in v0.9

2008-09-25 Thread Antonio Villar
I solved the problem in windows XP changing the numbers, times and dates format from spanish to english (US). In Linux i had to delete my spanish locales (with dpgk-reconfigure locales in Debian Lenny) and changed the LANG variable (LANG=en_GB.UTF-8). Regards, Antonio On Sep 24, 12:32 pm, Guill

[android-developers] Decompile android.jar - RuntimeException("Stub!") - SDK 1.0

2008-09-25 Thread friedger
Hi, I used to have a look at the classes in android.jar using JadClipse. Since SDK 1.0 I only get class method looking like public void something(...){ throw new RuntimeException("Stub!"); } 1. Is there another possibility to decompile/understand the android classes? 2. How did you manage

[android-developers] Re: Are there any base64 encoding functions in 1.0r1?

2008-09-25 Thread kingtut
I don't think there is. The android.util package description states that it "Provides common utility methods such as date/time manipulation, base64 encoders and decoders, ...". However, there is no base64 codec in android.util, nor anywhere else in android.jar. Does anyone know a workaround unti

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Ludwig
This has not been removed or changed AFAIK and it continues to work for me.What exactly are you doing? 2008/9/25 Teo <[EMAIL PROTECTED]> > > Hi, > > onCreateOptionsMenu for my app isn't called anymore. I tried with SDK > 1.0 just yesterday and it worked; today (still on SDK 1.0) the > function is

[android-developers] Re: onCreateOptionsMenu not called

2008-09-25 Thread Teo
Hi, here is my code private boolean populateMenu(Menu menu) { boolean result = super.onCreateOptionsMenu(menu); MenuItem item1 = menu .add(0, TAG_INSERT_ID, 0, R.string.menu_create); item1.setAlphabeticShortcut('o'); item1.setIcon(R.drawable.add); item1 = menu.add(0, TAG_REMOVE_ID, 0, R.string.men

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-25 Thread ZIN
Everything is ok except that i can't play back the record file .amr On Sep 24, 9:57 pm, "De San Nicolas Jean Philippe" <[EMAIL PROTECTED]> wrote: > I've resolved the problem but I've another one now. > > Does anyone have read an .amr issued from the audiorecorder? > > 2008/9/24 De San Nicolas Jea

[android-developers] netbeans + android = compile error

2008-09-25 Thread fabio.gravina
Hallo, I've installed undroid plugins for netbeans but when i run an example appl netbeans return me: ERROR: Unknown command 'compile' Android Asset Packaging Tool Usage: aapt l[ist] [-v] [-a] file.{zip,jar,apk} List contents of Zip-compatible archive. ... bla bla /home/fabio/NetBeansP

[android-developers] Re: ADT 0.8.0 Eclipse plugin download taking FOREVER

2008-09-25 Thread [EMAIL PROTECTED]
I have exactly same plugin. Will it finish or is should I use a workaround? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

[android-developers] Remote MP4 video in 0.9 SDK

2008-09-25 Thread Iroid
I am trying to run a remote progressive downloadable mp4 file using VideoView. It is giving MediaPlayer error -1 and VideoView error -1. I do not know what does it mean? Could any one help please? Thanks On Sep 20, 9:36 am, Dan Walmsley <[EMAIL PROTECTED]> wrote: > Any idea when RTSP will be fi

[android-developers] emulator (android-sdk-windows-1.0_r1) can not re run app after app crahsed

2008-09-25 Thread dev08
Hi all, I tried to run the PhotoStream from http://code.google.com/p/apps-for-android/ (using android-sdk-windows-1.0_r1, eclipse 3.4 and android plugin 0.8) The first time the app started, the login screen come and a textbox to enter username displayed, there was an error with the login process.

[android-developers] What's max display resolution size on android?

2008-09-25 Thread charles zhang
Hi all, I have changed display resolution upto 800*600 on android emulator, and it runs very well. But for more high resolution, emulator can not startup. Does anyone know what's max resolution size android supports? if there is no limitation, what should I do to run emulator normally with high

  1   2   >