[android-developers] removeGroup broken?

2008-09-25 Thread ggcespia
In the onPrepareOptionsMenu, we call: menu.removeGroup(Menu.CATEGORY_ALTERNATIVE); then, we add items to the Menu.CATEGORY_ALTERNATIVE group like this: menu.add(Menu.CATEGORY_ALTERNATIVE, 200 + ix, ix, sText); I track the calls in the debugger and see that the removeGroup is called. It

[android-developers] RTSP on emulator

2008-09-25 Thread Sunil
1. How to test RTSP on the emulator? I have android sdk 0.9. 2. Which videos codecs are supported on the android phone? 3. Is there a way to launch phone's in-built media player with the RTSP url ? Can someone please answer these questions. Thanks, Sunil

[android-developers] Embedding Stand Alone Apps

2008-09-25 Thread Kory
Hi All, Is it possible to embed a program written in C++/OpenGL into an android application? Thanks --~--~-~--~~~---~--~~ 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] G1 for testing outside US

2008-09-25 Thread Muthu Ramadoss
Hi, How can non US developers get a G1 for testing? We can buy it for sure if its available. If we can't get a device for testing, can we just test in emulator? How are the Android developers worldwide handling this issue? Ideas, anyone? http://mobeegal.in - mobile search. redefined.

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

2008-09-25 Thread Cristina
I have downloaded some gpx files from this web http://tramper.co.nz/?view=browsegpxFiles So. DDMS location tool loads them ok..I am able to se both the points and the track...and when I pressed the button play it seems that is processing the file...but my test application does not receive

[android-developers] To get Images in Drawable Resources.

2008-09-25 Thread Pratik Goswami
Hi all, Actually i want to make an application in which, i want to display image name with image preview or resized image and check box in list format. I have already displayed image Name and check box to gather with help of checkboxified example of android cummunity. I dont

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

2008-09-25 Thread goorov
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.AsyncQueryHandler.WorkerHandler android.database.AbstractCursor.SelfContentObserver

[android-developers] Re: SMS Intents Missing From 1.0?

2008-09-25 Thread Reto Meier
The helper methods have disappeared but you can still listen for the Intent by using the String literal and extract the messages manually. This thread has the details: http://groups.google.co.uk/group/android-developers/browse_thread/thread/c51383cc8761ffd5# Cheers Reto Professional

[android-developers] Re: I've got a great App Idea, but i'm not a programmer

2008-09-25 Thread Ning Zhang
I'm pretty interested, may I in? 2008/9/25 joe [EMAIL PROTECTED] I have an idea, that will help android appeal to a huge business segment, that doesnt require ANY microsoft applications/programs, and can probably be designed and implemented with not a lot of programming. The problem..I

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

2008-09-25 Thread gjs
Hi, Waiting patiently and keeping an eye on htc.com and its country specific product pages for any G1/Dream news, so far only the US page seems to have any details. This is hard if you don't live in a region serviced by T-Mobile, eg Australia I like most developers are keen to test on real

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

2008-09-25 Thread friedger
I was asking the same question to the Google guys at one of the Developer Days. Unfortunately, they couldn't do anything about it. So, it looks like we depent on carriers or HTC when they make the devices available somewhere else. What does the OHA thinks about that? Do they want to let the

[android-developers] Re: Obfuscation in eclipse for Android?

2008-09-25 Thread Peli
Manual obfuscation works fine, using an Ant script and ProGuard. It is not that difficult to set up. Few things to consider: * There were some problems with optimized code: Sometimes optimized code throws errors when converting to dex code. * All class names that are defined in the Manifest or

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

2008-09-25 Thread Tom Gibara
Production takes time and money :-= So does developing Android applications. I observe that there is no shortage of devices to share with the press. Tom. 2008/9/25 friedger [EMAIL PROTECTED] I was asking the same question to the Google guys at one of the Developer Days. Unfortunately, they

[android-developers] Re: Obfuscation in eclipse for Android?

2008-09-25 Thread blindfold
Also under Microsoft Windows take care to apply - dontusemixedcaseclassnames with Proguard, or else you will run into trouble with dex once getting beyond 26 classes a-z. For me -optimizationpasses 1 was maximum, or else the Android emulator would fail (in 0.9 beta, didn't bother to retry for

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

2008-09-25 Thread blindfold
How are the Android developers worldwide handling this issue? I'm just testing in the emulator, hoping for the best (I'm in Europe). However, even in 1.0 r1 there are unspecified and unimplemented camera issues, such that for instance I have to hard-code the T-Mobile G1 camera resolution (2048

[android-developers] SDK 1. codec removed, not in API diff

2008-09-25 Thread friedger
Hi, we were using org.apache.commons.codec.binary.Hex. This has disappeard in SDK 1.0. Are there any replacements for encodeHex available? Friedger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[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

[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

[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] 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 Jean

[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,

[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,

[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: 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?  I do

[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

[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] 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

[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

[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

[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(a href=\#tips\Jump to the Useful Tips Section/aa name= \tips\Useful

[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(a href=\#tips\Jump to the Useful Tips Section/aa name=

[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] 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: ===

[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 being

[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 Android

[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) { boolean result

[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

[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,

[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

[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] 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

[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

[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 Linux i

[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] wrote:

[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: 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 which exist

[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] 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 to

[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

[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

[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

[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

[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] 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

[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

[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 {

[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

[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] 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] 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

[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] 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

[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 points

[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] 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

[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] 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 views.

[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: ZDNet

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

2008-09-25 Thread secondsun
Axazazwawawawawawawa Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to

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

2008-09-25 Thread secondsun
Wawawawawawawawawawawa Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to

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

2008-09-25 Thread secondsun
Wawawawasxqawawawasxqawawasqawawawawawawawawawawawawawawawawawawawawawawawawawawa Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re:

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

2008-09-25 Thread secondsun
Axwasxqawawawawawawawasxazwawasxazazazwasxazwasxqawasxazazaz Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Google Chrome or WebKit

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

2008-09-25 Thread secondsun
Axazaz Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the

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

2008-09-25 Thread secondsun
Xqawawawawawasxqasxqasxazazazwawasxazwasxqawasxaxqasxqawawasxqasxazwawawawasx Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Google

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

2008-09-25 Thread secondsun
Axwa Sent via BlackBerry by ATT -Original Message- From: jtaylor [EMAIL PROTECTED] Date: Thu, 25 Sep 2008 17:35:03 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Google Chrome or WebKit on Android? I think we just have to wait until the

[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 the

[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] 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:

[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

[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 25,

[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] 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: 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

[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 GSM