[android-developers] Embedding Stand Alone Apps

2008-09-24 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 and

[android-developers] RTSP on emulator

2008-09-24 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] removeGroup broken?

2008-09-24 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 the

[android-developers] WebView.clearCache() not work?

2008-09-24 Thread Nickname
As title. Neither WebView.clearCache(false) , Nor WebView.clearCache(true). --~--~-~--~~~---~--~~ 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@googlegr

[android-developers] Re: qemu emulator flag not supported anymore in the 1.0 SDK?

2008-09-24 Thread Volker Gropp
Hi, same Problem here with the SDK1.0 emulator on Linux. Im really missing the qemu network settings to be able to use the SDK1.0. Volker Gropp On Sep 24, 5:38 pm, Cheryl Sedota <[EMAIL PROTECTED]> wrote: > In the 1.0 SDK, trying to run:  "emulator.bat -qemu-m 256" on Windows > XP does not work

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

2008-09-24 Thread Peter Stevenson
Hi this can be trigger by not create OverlayItem //customized ItemizedOverlay protected class FriendOverLay extends ItemizedOverlay private List mItemList = new ArrayList(); { public FriendOverLay(Drawable marker) { super(marker); *mItemList.add(new OverlayItem(whatAroundMe.currentPoint ,

[android-developers] WebView cache

2008-09-24 Thread Nickname
Does WebView use HTTP Modified-After header for cache control? >From my test result, once after WebView downloads a page, it caches the page and always displays the cache, regardless whether application reboots. Use WebView.clearCache(true) to refetch a page seems inefficient on network bandwidt

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

2008-09-24 Thread Romain Guy
You should check the ascii values of your strings. It looks like a wrong line return (maybe a \r\n?) On Wed, Sep 24, 2008 at 10:32 AM, Mark Hansen <[EMAIL PROTECTED]> wrote: > > I was implementing a view this morning with Ellipsize and noticed some > characters appearing after the "..." > > http:

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

2008-09-24 Thread shotwave
umm, no, I do not tink that this affects te browser, it is all about the http clien api included into sdk On Sep 25, 12:44 am, "Shane Isbell" <[EMAIL PROTECTED]> wrote: > Does this mean that the browser itself also no longer supports multipart > content? > > Thanks, > Shane > > On Wed, Sep 24, 20

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

2008-09-24 Thread Shane Isbell
Does this mean that the browser itself also no longer supports multipart content? Thanks, Shane On Wed, Sep 24, 2008 at 9:38 PM, shotwave <[EMAIL PROTECTED]> wrote: > > Hi, > the Multipart entities were removed from http commons, so in order to > use them in SDK 0.9 we had to use external jars

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

2008-09-24 Thread shotwave
Hi, the Multipart entities were removed from http commons, so in order to use them in SDK 0.9 we had to use external jars apache- mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This was was fine for beta and android emulation. But now the phone is here, the SDK is released and not b

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

2008-09-24 Thread Ramon Rabello
Since the release of Google Chrome I've been thinking the possibility of the new browser being integrated with the Android Platform insted of WebKit. Hence, Android-based mobile devices users will benefit from awesome features bundled in the browser. Let Android Engineers think about this :) --~--

[android-developers] Sleep Rhythm Alarm Clock App

2008-09-24 Thread Svetzy
I have a very interesting app that I would like to get created, and I was wondering if anyone was looking for a good project and would be interested in taking it on. I am not a programmer and, having just started a new job, do not have time to learn. The idea came from happywakeup.com, where the

[android-developers] tracing a phone

2008-09-24 Thread sukanto
is it possible to locate a phone from another phone if i) the GPS is not activated in the phone ii) the GPS is activated in the phone My idea is to trace a phone and show it on google map is it possible to trace it from some other phone at all? Reply ASAP Thanks in advance .. s

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

2008-09-24 Thread johnboker
Same here... looks like all the updates are timing out, this may take a while. On Sep 24, 7:12 pm, u4Ya <[EMAIL PROTECTED]> wrote: > Yes me too.  It appears to be frozen.  About 10% of the way done on > the status bar.  And the jar file being download is stuck at 43%. > Looks like all the posts f

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

2008-09-24 Thread elephantbug
Hi, Mark, Here is the code snip: -- Main Map Screen --- public class MyMapActivity extends MapActivity implements Observer{ //global array of overlay items List mFriendList = Collections.synchronizedLis

[android-developers] ItemizedOverlay with dynamic items exception problem

2008-09-24 Thread elephantbug
Hi, I came cross this issue sometimes, but have not figured out the reason yet. I extend the MapActivity and have an ItemizedOverlay which will display array of items(For example, people) on top of MapView. These items' location are moving and some new items might be added in or some might be r

[android-developers] Re: How to access the SMS content provider in SDK 1.0_r1

2008-09-24 Thread kingkung
seriously, what happened to this stuff? On Sep 23, 11:35 pm, Ernest <[EMAIL PROTECTED]> wrote: >  Hi,all >    The sms API in android.provider.Telephony.Sms is removed from the > new SDK.So how an application access the inbox and outbox of the > system.I notice that there is a system apk named Mms

[android-developers] Re: How to access the SMS content provider in SDK 1.0_r1

2008-09-24 Thread Ernest
In the com.android.providers.telephony,there is a database named mmssms.db stored all sms and mms infomations. On 9月25日, 上午7时18分, kingkung <[EMAIL PROTECTED]> wrote: > seriously, what happened to this stuff? > > On Sep 23, 11:35 pm, Ernest <[EMAIL PROTECTED]> wrote: > > > > > Hi,all > >

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

2008-09-24 Thread u4Ya
Yes me too. It appears to be frozen. About 10% of the way done on the status bar. And the jar file being download is stuck at 43%. Looks like all the posts for this thread started today, so it might just be a temporary issue. On Sep 24, 2:21 pm, "Chris Chiappone" <[EMAIL PROTECTED]> wrote: > Y

[android-developers] HTC Touch HD skin for Android Emulator ready.

2008-09-24 Thread Olaf Encke
Hello @all. After creating the HTC Dream skin I got my hands on a nice HTC Touch HD pic and couldn't resist to turn it into a (two) skin(s) for the Android Emulator as well. So have a blast and a crazy Android experience on a shiny new WVGA (480x800) device. Go grab it here (together with the HT

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

2008-09-24 Thread Mark Murphy
elephantbug wrote: > I extend the MapActivity and have an ItemizedOverlay which will > display array of items(For example, people) on top of MapView. These > items' location are moving and some new items might be added in or > some might be removed. There is another thread managing these items. >

[android-developers] SMS between 2 Emulaters using the built in sms messenger

2008-09-24 Thread [EMAIL PROTECTED]
so I have to emulators running and I can make calls between them but when I try to send a text message between them I can't figure out how to 'Open Keyboard to compose message' like the app wants me to do. It won't let me type a new message until I open the keyboard..any help? Thanks, -dave

[android-developers] Re: Do services run in their own processes

2008-09-24 Thread Anshul
So what about ps command showing mutiple entries and also am able to kill each service individually using the kill comamnd the services's PID. On Sep 24, 3:10 pm, hackbod <[EMAIL PROTECTED]> wrote: > No components are run in separate processes unless you specify that > they should in the manifest

[android-developers] Re: Transparent Buttons & Focus

2008-09-24 Thread Megha Joshi
You can use ColorStateList to set the Button background on focus. The post below has a nice example on using it: http://groups.google.com/group/android-developers/msg/0714e077e25d63a6 2008/9/24 Shaun <[EMAIL PROTECTED]> > > > I have some buttons without backgrounds ( produced either by > setBackg

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

2008-09-24 Thread Megha Joshi
2008/9/24 kingkung <[EMAIL PROTECTED]> > > The incoming call and outgoing call screens (when you call someone/ > receive someone's call) are currently default screens launched by the > Dialer, or some other built-in Android app. Is it possible to replace > these screens? You cannot change the d

[android-developers] Test SMS app with 2 emulaters

2008-09-24 Thread [EMAIL PROTECTED]
I was wondering how to test an app that listens for SMS messages from another phone. I know the DDMS can send messages to an emulator but they are unordered SMSMessages and thus my app can't supress them. My thought was to run 2 emulators and have each send an ordered sms message to the other...

[android-developers] SMS Intents Missing From 1.0?

2008-09-24 Thread blim
Our application needs to be able to listen to incoming SMS messages but android.providers.Telephony.Sms.Intents class has been removed from 1.0. Does anybody know where this has been moved to or if we should be using something else? I haven't been able to find anything on the issue or why it was

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

2008-09-24 Thread joe
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 am not a computer guy. I am a self employed contractor. If anyone wou

[android-developers] Sql et android sdk 1.0

2008-09-24 Thread jphdsn
Hello, In the Notepad Sample there is a a method to open Database and create a table if it doesn't exist. public NotesDbAdapter open() throws SQLException { try { mDb = mCtx.openDatabase(DATABASE_NAME, null); } catch (FileNotFoundException e) { try {

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

2008-09-24 Thread Xavier Ducrohet
ADT has some dependencies. What is happening is Eclipse updating itself with the required dependencies. Depending on the selected mirror, your connection, and the packages your installation needs, this can take a while. ADT itself is relatively small and should download quickly. Xav On Wed, Se

[android-developers] Re: Do services run in their own processes

2008-09-24 Thread hackbod
No components are run in separate processes unless you specify that they should in the manifest. All components are run in the main thread of the process they live in. On Sep 24, 12:27 pm, Anshul <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I have a service that registers for boot completed

[android-developers] Re: Getting android multimodal - org.apache.commons.scxml

2008-09-24 Thread Jakob Sachse
> Mark Murphy wrote: > If you are including xml-apis in your build, that might conflict with > existing DOM and SAX implementations in Android. Try removing xml-apis > from the build and see what happens. removing xml-apis from the build path results in errors in a few scxml classes. One of which

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

2008-09-24 Thread kingkung
I did, and it worked... after a scary error (see message above yours). thanks. On Sep 24, 2:35 pm, blindfold <[EMAIL PROTECTED]> wrote: > Did you downloadhttp://dl-ssl.google.com/android/ADT-0.8.0.zipand > next update via Help | Software Updates | Available Software| Add Site > | Archive button

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

2008-09-24 Thread blindfold
Did you download http://dl-ssl.google.com/android/ADT-0.8.0.zip and next update via Help | Software Updates | Available Software| Add Site | Archive button to get to this downloaded local zip file? The http://download.eclipse.org website currently does appear to be crawling or grinding to a halt

[android-developers] What happened to SMS Inbox/Outbox in Android 1.0?

2008-09-24 Thread kingkung
Can't find the package android.telephony.Sms or anything like it, nor can I find anything in the documentation... do those content providers still exist? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

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

2008-09-24 Thread kingkung
Glad to see I'm not the only one. WARNING: I tried manually installing it from the link above, and while installing, got the following error: http://download.eclipse.org/releases/ganymede/site.xml has encountered a problem. Transfer Exception If you get to this point, DO NOT TOUCH ANYTHING. I

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

2008-09-24 Thread geekchique
Yes, but it came down eventually. On Sep 24, 9:21 pm, "Chris Chiappone" <[EMAIL PROTECTED]> wrote: > Yeah im having the same issue, actually seems to be frozen up. > > > > On Wed, Sep 24, 2008 at 2:16 PM, blindfold <[EMAIL PROTECTED]> wrote: > > > The ADT plugin can be downloaded and handled manu

[android-developers] Obfuscation in eclipse for Android?

2008-09-24 Thread UBZack
Does anyone know if there are plans to include an option to obfuscate, or encrypt class files (before they are then converted to .dex files) within the ADT plugin for eclipse? I've been searching the Android group for a while now, it seems that people are manually obfuscating their class files, t

[android-developers] Re: 'Keytool error' when building

2008-09-24 Thread mitschi
Hi, I had the exact same problem. here is what i did: // look which keytool is first in path # which keytool > /usr/bin/keytool // this is just a link, so let's look deeper # ls -al /usr/bin/keytool > lrwxrwxrwx 1 root root 39 2008-09-24 21:41 /usr/bin/keytool -> > /etc/alternatives/keytool

[android-developers] Do services run in their own processes

2008-09-24 Thread Anshul
Hello everyone, I have a service that registers for boot completed event and when started by the phone spawan a thread and creates several other services. My question is, are the services created by the main service running in the same process as the main service or separate processes. When I ru

[android-developers] Re: Bitmap issue ...

2008-09-24 Thread Kurt Jacobs
Mike, To be honest with you, I'd need to develop more to have a better feel for it. I will however, let you know in the future. Thanks again for you help, Kurt On Wed, Sep 24, 2008 at 7:17 AM, Mike Reed <[EMAIL PROTECTED]> wrote: > There is no way to write to a bitmap in its native format i

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

2008-09-24 Thread Chris Chiappone
Yeah im having the same issue, actually seems to be frozen up. On Wed, Sep 24, 2008 at 2:16 PM, blindfold <[EMAIL PROTECTED]> wrote: > > The ADT plugin can be downloaded and handled manually via > > http://code.google.com/android/adt_download.html > > but apart from ADT, yes, Ganymede is for me t

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

2008-09-24 Thread blindfold
The ADT plugin can be downloaded and handled manually via http://code.google.com/android/adt_download.html but apart from ADT, yes, Ganymede is for me too going through a lengthy update session, currently about halfway through. On Sep 24, 9:40 pm, kingkung <[EMAIL PROTECTED]> wrote: > Anyone el

[android-developers] SlideME: Organizing a group for testing applications

2008-09-24 Thread Shane Isbell
I need to get a 4 or 5 developers (preferably in Seattle area, so we can meet up) who are going to have the G1 device in their hands next month to help out with testing. There will be a dozen or two applications hosted at http://slideme.org for the October 22nd launch and we need to test with real

[android-developers] Re: G1 for developers in Europe

2008-09-24 Thread Octavian Voicu
Thanks, I didn't notice your thread. Let's hope they care about the developers :) On Sep 24, 7:57 pm, arnouf <[EMAIL PROTECTED]> wrote: > I launch the same discussion earlier > Especially to provide an access to G1 for ADC participant in Europe... > > See discussion > there:http://groups.go

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

2008-09-24 Thread kingkung
Anyone else having this problem??? After hitting "Install" for the ADT and Editor through the Software Updates screen, I get a progress dialog that says "Resolving Dependencies", and it's taking FOREVER. I have Eclipse 3.4 Ganymede on 32-bit Windows XP. The progress bar below shows it's (really

[android-developers] Do services run in their own processes

2008-09-24 Thread Anshul
I have a services that registers itself for boot completed event and when started by the phone creates two new services in a thread using startService function. My question is wthere the two newly created services run in the same process as the servivce that created them or in separate processes.

[android-developers] Re: Eclipse plugin update

2008-09-24 Thread geekchique
Uninstall everything then try again and see if that helps. I had a few teething problems too but just uninstalled/reinstalled. On Sep 24, 7:19 pm, mistapony <[EMAIL PROTECTED]> wrote: > Has everyone been successful installing the newest eclipse plugin or > just updating the plugin?  I am trying t

[android-developers] Transparent Buttons & Focus

2008-09-24 Thread Shaun
I have some buttons without backgrounds ( produced either by setBackgroundDrawable(null) or setBackgroundColor(0x) ) -- that part works fine. However, when the button does not have a background it never gets the orange focus highlight and hence is not navigable via trackball. It does actu

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

2008-09-24 Thread Bradley Kite
Hi Megha Joshi, In the 1.0 SDK, WifiManager.getScanResults() returns a list of ScanResult objects, each of which contains a capabilities String. Please could you provide an example of what form this string might be? I'm trying to get an understanding of how I might have to parse this information

[android-developers] Google isn't going to do billing for mobile apps? Confirm?

2008-09-24 Thread BikingBill
Saw this: http://www.moconews.net/entry/419-g1-live-the-android-market-is-no-app-store/ "...when Android Market does allow apps to be sold, Google won’t take a cut of revenues, unlike Apple (NSDQ: AAPL). It will purely be an arrangement between the carrier and the mobile app developer. It is unk

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

2008-09-24 Thread kingkung
The incoming call and outgoing call screens (when you call someone/ receive someone's call) are currently default screens launched by the Dialer, or some other built-in Android app. Is it possible to replace these screens? --~--~-~--~~~---~--~~ You received this me

[android-developers] Eclipse plugin update

2008-09-24 Thread mistapony
Has everyone been successful installing the newest eclipse plugin or just updating the plugin? I am trying to update and getting the following error with ganymede on osx: Cannot complete the request. See the details. Cannot find a solution where both Match[requiredCapability: org.eclipse.equino

[android-developers] Re: Android 1.0 SDK Released

2008-09-24 Thread jtaylor
Congrats! This is bigger than the G1. ..My Emulator is very stable. - Juan T. On Sep 23, 6:09 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > We're pleased to announce the release of the Android 1.0 SDK, release 1. > > For full information, please see Dan Morrill's blog post: >

[android-developers] GPS Power Consumption Questions

2008-09-24 Thread Jeff Kao
Our app uses the LocationManager to request ongoing updates from the onboard GPS service. GPS is notoriously power-hungry, and I'd love to gain some insight from Google Engineers on how to best use GPS in our app to prevent too much battery waste in usage on the actual G1 device. Can a Google Eng

[android-developers] Need help getting started! Mships.com benevolent themes.

2008-09-24 Thread [EMAIL PROTECTED]
Mships.com is new to Android and programming in general. I want to have a simple clean interface for many Mships.com themes. They're positive, benevolent and friendly "games" like ILoveNerds!, Ukons (daily good deeds), PetGhosts!, Groovyz!, PeaceSignz! + many more. Mships games are REAL-LIFE game

[android-developers] Re: google sdk and eclipse plugin

2008-09-24 Thread Maxim Novikov
Great thanks, Markos. Manual installation from local place works. 2008/9/4 Marcos Hack <[EMAIL PROTECTED]> > > It seems to be a problem in the ADT update site. The ADT update site > URL isn't working (https nor http). > > You can try to install the ADT plugin using the Archive Site as > described

[android-developers] XML-RPC

2008-09-24 Thread [EMAIL PROTECTED]
Hello I am looking for a way to use XML-RPC with Android. Is there anyone who has succesfully done this? Thankful for any advice Regards Goluef --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Bug with Ellipsize in ListView?

2008-09-24 Thread Mark Hansen
I was implementing a view this morning with Ellipsize and noticed some characters appearing after the "..." http://dl.getdropbox.com/u/26335/ellipsize.png Notice the middle two lines have a box like it has an unrenderablecharacter. Is this a bug, or am I doing something strange? --~--~-

[android-developers] Re: Google support for developers

2008-09-24 Thread Mark Murphy
> 2. Are there possibilities that Google will support Android-based > businesses with VC funding or marketing collaborations? There are the Android Developer Challenges. ADC II is supposed to be announced in the fourth quarter of 2008. Also, getting applications into the App Market will give you

[android-developers] Survey: One G1 for each ADC entrance

2008-09-24 Thread arnouf
Please, Could you answer to this survey? I would like that european Android developers aren't forgotten by Google Android, HTC and T-Mobile. http://spreadsheets.google.com/viewform?key=pBxgcXvOI-GXYJ4UoYyEpAA Thanks all! --~--~-~--~~~---~--~~ You received this me

[android-developers] Google support for developers

2008-09-24 Thread ole!
We are really excited to see Android move forward. We believe that the openness of this platform is crucial to buisness development. Two questions: 1. Will there be a discount price for developers? 2. Are there possibilities that Google will support Android-based businesses with VC funding or ma

[android-developers] Re: G1 for developers in Europe

2008-09-24 Thread arnouf
I launch the same discussion earlier Especially to provide an access to G1 for ADC participant in Europe... See discussion there: http://groups.google.fr/group/android-discuss/browse_thread/thread/e3831f8a2899765e# regards On 24 sep, 18:51, David Given <[EMAIL PROTECTED]> wrote: > Octavian

[android-developers] Re: G1 for developers in Europe

2008-09-24 Thread David Given
Octavian Voicu wrote: [...] > There should be a special offer for developers so that they can buy it > online from anywhere in the world with no subscription, so they can > test their apps on the real thing. That would really speed things up > and make Android better much faster. Yeah, but that w

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

2008-09-24 Thread Megha Joshi
The emulator doesn't support Wi-Fi, so WifiManager won't tell you anything useful. 2008/9/15 Bradley Kite <[EMAIL PROTECTED]> > > On 13/09/2008, Bradley Kite <[EMAIL PROTECTED]> wrote: > > On 11/09/2008, Bradley Kite <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I would like to develop

[android-developers] Re: Market Place

2008-09-24 Thread Mark Murphy
> They also seemed to imply during the presentation that the App Market > would only accept free apps at first. I'm presuming that's part of the "beta" aspect of the initial App Market. > Any idea on when they'll start allowing for pay apps? How the Market > charge the user? (Charge on the cell

[android-developers] Re: How to order T-Mobile G1?

2008-09-24 Thread Matt
"More interestingly, buyers would be able to have access to a "contract free" G1 (with a price point of $399), and could unlock the device with T-Mobile's blessing after 90 days" >From >http://www.engadget.com/2008/09/23/t-mobiles-cto-on-g1-unlocking-and-tethering-plus-a-few-detai/ On Sep 23, 8

[android-developers] Re: Emulator Skins for HTC Dream / T-Mobile G1

2008-09-24 Thread Laguiz
nice! On Sep 24, 9:41 am, Olaf Encke <[EMAIL PROTECTED]> wrote: > Hello Android fans and developers. > > I just finished building the first HTC Dream/T-Mobile G1 skins for the > Android emulator and would like to share them with you. Right now I > have done the black version of the phone in portr

[android-developers] Access to GSM Modem

2008-09-24 Thread Matthew Smith
Hello, are there any examples how to access the phones GSM modem and is it possible to place a DataCall using Android? I would like to write an application which creates a two-way data connection between two Android phones using a GSM or UMTS DataCall. It has to be a real data call (i.e. u

[android-developers] IPC (by domain socket) between Android's LocalSocket and Linux kernel's PF_LOCAL socket

2008-09-24 Thread Gary Wang
Dear all, I try to create the communication between Android Application and Linux kernel Process by IPC domain socket (using abstract namespace mode), but when I try to creaste new LocalSocketAddress, it always casued the exception lsited below, : E/me ( 372): java.io.IOException: Connecti

[android-developers] Attach a webcam to the emulator

2008-09-24 Thread Christian Wiesbauer
Hi, I want to know is it possible to hook a webcam to the new emulator in Android 1.0? If so, does anybody know how this work? Best regards, Christian Wiesbauer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "A

[android-developers] G1 for developers in Europe

2008-09-24 Thread Octavian Voicu
Hello, I was wondering, is there any way for developers in Europe to get their hands on T-Mobile G1 in October? I understand G1 will be available in UK in November, but other countries have to wait until 2009. There should be a special offer for developers so that they can buy it online from any

[android-developers] Devices for testing?

2008-09-24 Thread hyphz
Hi, Will there ever be a way of getting hold of a G-1, or another Android phone, just for application testing? It would seem very awkward to be required to pay a monthly fee to T- Mobile, especially if it is not for actual use as a phone.. Thanks! --~--~-~--~~~---~-

[android-developers] Re: Market Place

2008-09-24 Thread Joe Erickson
They also seemed to imply during the presentation that the App Market would only accept free apps at first. Any idea on when they'll start allowing for pay apps? How the Market charge the user? (Charge on the cell bill or via Google Checkout?) On Sep 23, 7:05 pm, "Mark Murphy" <[EMAIL PROTECTE

[android-developers] Can AlertDialog not dismiss after click buttons?

2008-09-24 Thread Doggie
I used AlertDialog.Builder to create a dialog to edit settings, and check the user input basing on some logic. I wish to show a warning toast when users click OK button and keep the AlertDialog on screen, but it seems that the AlertDialog always dismissed after clicking buttons. Do anyone know ho

[android-developers] Physical Device Keypad Events.

2008-09-24 Thread Yorgen Valune
Hi, Does someone know how to send events to keypad of an Android physical device (a real device) ? if so, can you please publish this part of the code (I'm willing to simulate press-key during my application)? 10x Yorgen Valune --~--~-~--~~~---~--~~ You

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

2008-09-24 Thread Ilya G.
Hello Guys, have you already tried the Wifi capabilities of the new release (android-sdk-windows-1.0_r1)?! Have you managed to enable the Wifi in the emulator by calling setWifiEnabled(true) ? The call of the isWifiEnabled()-method returns false... any ideas?! Best regards, Ilya. --~--~

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

2008-09-24 Thread Joe Erickson
That looks to be the case. It never made sense to me that we would have TestProvider code all through the app anyway. To test Location aware apps now, don't do anything special in your code (code it like you would for a real production application), but in Eclipse, open the Emulator Control view

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

2008-09-24 Thread Ludwig
I do not have a problem playing GPX files from DDMS and my code continues to work ok with 1.0. The only change required was to remove the calls to the two methods you mention when subscribing to location updates. (I am running on Vista, just in case this is a platform issue) Ludwig 2008/9/24 Cri

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

2008-09-24 Thread Reto Meier
That might force the emulator to turn on the GPS (this was insufficient for me in 0.9, I still needed to enable and activate the GPS provider in code first). I haven't had a chance to test in 1.0 yet. Either way, it still only covers part of the problem. The test-location-provider-thing also let

[android-developers] android:label

2008-09-24 Thread dai
Hi, are we allowed to change android:label of AndroidManifest.xml via program dynamically? Thank you so much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

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

2008-09-24 Thread Stefan Handschuh
The test-location-provider-thing was unnecessary form the start. You have to do just one thing: implement a service that continiously updates you current location. Thats all. On 24 Sep., 11:21, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > I was wondering too, I had to disable this function fr

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

2008-09-24 Thread Reto Meier
Unfortunately I don't have a good answer for you, but we've been discussing the same question here: http://groups.google.com/group/android-developers/browse_thread/thread/7005933e731de0f3# Professonal Android Application Development http://www.amazon.com/gp/product/0470344717?tag=interventio

[android-developers] qemu emulator flag not supported anymore in the 1.0 SDK?

2008-09-24 Thread Cheryl Sedota
In the 1.0 SDK, trying to run: "emulator.bat -qemu -m 256" on Windows XP does not work - I get this error: w: invalid option -- '-qemu' This used to work in the beta (0.9) SDK and the emulator's usage hint in the 1.0 SD indicates that the option is valid: -qemu args... pass arg

[android-developers] Mock Location Providers in 1.0

2008-09-24 Thread Cristina
Hi! I have downloaded SDK 1.0 this morning, so I have tried to migrate some code I have to this version. When trying to migrate MockLocationProvider I found that some methods have dissapeared from LocationManager: setTestProviderEnabled addTestProvider It seems that it not possible to create a M

[android-developers] Re: BufferedReader.readLine() undocumentedly discards "#!" prefix

2008-09-24 Thread Nickname
Sorry. I want to recall this false bug report. The issue is not there. It is a problem of my logging code ^_^ On Sep 24, 4:12 am, Mark Murphy <[EMAIL PROTECTED]> wrote: > Nickname wrote: > > I just found that BufferedReader.readLine() undocumentedly and > > silently discards those input lines th

[android-developers] ContentHandler.startElement(..) and ContentHandler.endElement(..) won't be called in 1.0 rc1

2008-09-24 Thread Stefan Handschuh
Following scenario: SAXParser saxParser = saxParserFactory.newSAXParser(); XMLReader xmlReader = saxParser.getXMLReader(); xmlReader.setContentHandler(handler); xmlReader.parse(someImputStream); where handler implements ContentHandler. x

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

2008-09-24 Thread De San Nicolas Jean Philippe
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 Philippe <[EMAIL PROTECTED]> > hey, > > I've just tried the sample SOUNDRECORDINGAPISAMPLE, and an error occured: > > 09-24 15:42:47.059: WARN/ServiceMan

[android-developers] Re: Ksoap2 terminology

2008-09-24 Thread sacoskun
If you are planning to consume .NET web services on the server side, here is an article about it. http://java.codeproject.com/KB/mobile/CallWebServiceFromkSOAP.aspx Regards, sacoskun On Sep 24, 5:42 am, amishera <[EMAIL PROTECTED]> wrote: > Hi, > I finally figured out how to set the values of t

[android-developers] Re: Getting android multimodal - org.apache.commons.scxml

2008-09-24 Thread Mark Murphy
Jakob Sachse wrote: > Mark Murphy wrote: >> If that does not clear up your problem, you can try merging the >> commons.scxml source into your own project's source tree > > well, basicly thats what i have done so far Oh. Sorry, missed that. > though, i will try to build the jar as you recommende

[android-developers] Re: Can bind service in a tabspec view activity?

2008-09-24 Thread Guillaume Perrot
I still have the problem in v1.0. On 12 sep, 11:54, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > I have the same problem, I used a hack, but your workaround sounds far > much better than mine so I'll try that. > > On 1 sep, 11:49, TuanTuan <[EMAIL PROTECTED]> wrote: > > > I used a workaroud to m

[android-developers] Re: v0.9, TabActivity, communicate between tabs with intents.

2008-09-24 Thread Guillaume Perrot
But if my activity in the tab is at the top of the history stack (jump from tab one to itself, yes it's useless, it's just a test), even if its launching mode is singleTop, a new activity is launched full screen. On 22 sep, 10:52, hackbod <[EMAIL PROTECTED]> wrote: > That is behaving as expected

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

2008-09-24 Thread De San Nicolas Jean Philippe
hey, I've just tried the sample SOUNDRECORDINGAPISAMPLE, and an error occured: 09-24 15:42:47.059: WARN/ServiceManager(24): Permission failure: android.permission.RECORD_AUDIO from uid=10019 pid=5373 09-24 15:42:47.059: ERROR/AudioFlinger(24): Request requires android.permission.RECORD_AUDIO I'v

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-24 Thread Cristina
I have just done a test to send a binary messege to a port using this code in 1.0 SmsManager smsManager = SmsManager.getDefault(); short port = 16001; smsManager.sendDataMessage("5556","5554", port, "Hola".getBytes(), null, null); I use two emulators, one is launched at 5554 and the other at 55

[android-developers] Re: Getting android multimodal - org.apache.commons.scxml

2008-09-24 Thread Jakob Sachse
Mark Murphy wrote: >If that does not clear up your problem, you can try merging the >commons.scxml source into your own project's source tree well, basicly thats what i have done so far Janosch wrote: >>Meanwhile I was turning to the source code of commons.scxml so that i >>could watch it's unso

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

2008-09-24 Thread Baonq86
Does anyone record the different format (not .amr) ?? On Sep 24, 3:10 pm, "De San Nicolas Jean Philippe" <[EMAIL PROTECTED]> wrote: > I've not played the .amr from the  SOUNDRECORDINGAPISAMPLE.  I've converted > an .mp3 in .amr with software and try to play it. And it woks. maybe the > probleme c

[android-developers] Re: Problem with Android SDK 1.0 when playing media

2008-09-24 Thread Baonq86
Oh, really ?? I think it's a big error in Android 1.0. :( On Sep 24, 4:55 pm, ZIN <[EMAIL PROTECTED]> wrote: > I copy a file with wma format to sdcard and try opening this media > file with Android Music App. But it said that "The player can't > support this format". (I have already openned this

[android-developers] Re: Receiving SMS Messages in 1.0?

2008-09-24 Thread Cristina
Sorry I misundertand your message.. Yes I have tried that part of the application (receiving a text sms) and works for me. I have send the message using the DDMS send utility... Maybe you can use the debugger in order to see if you are receiving the intent bundle with the extra "pdus"... Using t

[android-developers] Re: Does getLocationFromName work in 0.9?

2008-09-24 Thread max
Is it true that this has not been fixed for 1.0? On Sep 6, 10:49 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > You are right, getFromLocationName() with bounding box returns a empty list > ...it is a bug...and will be fixed in the next release. > > 2008/9/6 [EMAIL PROTECTED] <[EMAIL PROTECTED]>

  1   2   >