[android-developers] Re: Why there is no ondelete after adding the appwidget failed by no room?

2009-11-09 Thread String
On Nov 9, 7:42 pm, Romain Guy wrote: > Known bug, fixed in the next release after 2.0. Is that issue 2539? http://code.google.com/p/android/issues/detail?id=2539 Last that was updated, it wasn't clear that the fix addressed this problem - only the related bug to do with widget configuration. Co

[android-developers] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread kaksisa
That would be fantastic Dave! kaksisa...@gmail.com thx, Christopher On Nov 9, 8:12 am, dave wrote: > Hi all, > > I just got 12 Google Wave invitations to use, please let me know if > you need one. > > Cheers. > > Dave -- You received this message because you are subscribed to the Google

[android-developers] please keep Wave stuff OFF the list

2009-11-09 Thread Jason Proctor
as Romain requested during the first flood of "me too please" replies. thanks. -- jason.vp.engineering.particle -- 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 un

[android-developers] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread James
Please? Thanks! Jim On Nov 9, 8:12 am, dave wrote: > Hi all, > > I just got 12 Google Wave invitations to use, please let me know if > you need one. > > Cheers. > > Dave -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

Re: [android-developers] Will the droid with andoid 2.0 get updates that give us more home screens>?

2009-11-09 Thread Romain Guy
iPhone has 11 because these 11 screens are used to show ALL the installed apps. Android has an apps drawer for that. You can find alternative Home applications on market that offer more home screens. On Sun, Nov 8, 2009 at 11:18 AM, Scott Diener wrote: > I love my droid. > > But it seems unfair

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread nEx.Software
So sorry Roman, I must've forgotten. I've gone ahead and registered it. Please feel free to forward to me Names and Pictures of those to include. ;) On Nov 9, 11:58 am, "Roman ( T-Mobile USA)" wrote: > Hey, the pagewww.androidhallofshame.comis still not up > > -- > Roman Baumgaertner > Sr.

Re: [android-developers] Why there is no ondelete after adding the appwidget failed by no room?

2009-11-09 Thread Romain Guy
Known bug, fixed in the next release after 2.0. On Sun, Nov 8, 2009 at 11:42 PM, Alex Lv wrote: > Steps: > a. Add an appwidget to the homescreen smoothly. The event of > ACTION_APPWIDGET_UPDATE  happened. > b. Remove the appwidget from the homescreen. The event of > ACTION_APPWIDGET_DELETE happen

Re: [android-developers] Re: Force locale for an application, bug in 2.0?

2009-11-09 Thread Bahadır Yağan
As a workaround you can recommend your users the MoreLocale application to change their Locale to Swedish. But I am also interested in application level locale setting. Did you report the issue? Best -- Bahadır Yağan 2009/11/9 Bahadır Yağan > Does anyone know if this method of changing Local

[android-developers] "android create project" & ACTIVITY_NAME

2009-11-09 Thread Mark Murphy
Once upon a time (Android 1.5 and earlier), when you would create a new project using the "android create project" command, it worked well -- you had an app that could immediately be compiled and installed. Now, though, when you run that command, a number of places need fixing up, where ACTIVITY_N

[android-developers] Re: Droid / Android 2.0 OpenGL Configuration Issue

2009-11-09 Thread a1
Well, yes, I was also thinking about using EGL_NATIVE_RENDERABLE but without access to device it's just pure speculation. It'll be great if someone with access to DROID can make small app which will list all available configs and print them (with all config flags). -- Regards, Bart Janusz http://w

Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-09 Thread shobhit kasliwal
Hi I also want one google wave invite if you have one My Email id is shobhit.kasli...@gmail.com Thanks Shobhit On Sat, Nov 7, 2009 at 1:46 AM, fairfriend wrote: > please gimme one as well, i damn like google wave... > shaheryar.a...@gmail.com > > Thanks, > Google Rocks > > On Nov 7, 5:11 a

[android-developers] Re: Invoke call from background service

2009-11-09 Thread jotobjects
Why do you need a result? There is a tartActivity(intent) method you can use. What does it mean to start an activity from a process that is not visible as in this case? Does it interrupt the user and is that desirable and/or allowed? On Nov 9, 7:41 am, michael wrote: > Hello, > > Anyone could

[android-developers] networkInfo.getSubtype() for 3G on Verizon/DROID

2009-11-09 Thread String
I'm getting a user error report that my app thinks their DROID handset isn't connected to 3G, and after getting a logfile from him I think I've narrowed it down to the return value from NetworkInfo.getSubtype (). The code in question is the following, based on Jeff Sharkey's I/O 2009 talk "Coding f

Re: [android-developers] Re: how to run emulator to get 1-1 pixel mapping with WVGA854

2009-11-09 Thread dan raaka
emluator -dpi-device 96 if your monitor screen is set to 96 dpi -Dan On Mon, Nov 9, 2009 at 12:53 AM, Bing Jin Lin wrote: > I have same problem, does anyone have any solutions? > > On 10月10日, 上午1時04分, x17y19 wrote: > > How do I run the emulator with WVGA854 skin so I get a 1-1 mapping of > >

[android-developers] Imageviews and resizing....

2009-11-09 Thread furby
I'd like to do something rather simple - I'd like to have an image on the screen and resize it to be bigger when the user clicks on it. As it is I have figured out how to respond to a click by making the imageview bigger (It's a simple call to "setMinimumWidth" and "requestLayout"). But that resiz

[android-developers] Re: Transfer file between phone

2009-11-09 Thread Abhi
Hi, I am trying to do a similar thing but not between two phones. I am trying to accomplish wireless printing to my home wireless printer. Could you please guide me through to the initial steps? Thanks, Abhi On Nov 9, 1:50 pm, "Roman ( T-Mobile USA)" wrote: > You can write a ftp like client/se

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread Roman ( T-Mobile USA)
Hey, the page www.androidhallofshame.com is still not up -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile US

[android-developers] Re: What happens when I send APK to a paying customer for testing?

2009-11-09 Thread gnugu
Diconnect, you answered while I was typing my above post. So which one is it than? What's the best way for me to use the client to test the paid for app without him losing later updates? On Nov 9, 10:56 am, gnugu wrote: > Hi Richard, > thank you for your response. > > I do increase version code

[android-developers] Re: What happens when I send APK to a paying customer for testing?

2009-11-09 Thread gnugu
Hi Richard, thank you for your response. I do increase version code. I just wasn't sure if there was some extra ties to the Market. So, what you are saying is that if I install a.apk which is not on the Market and then later a.apk will be uploaded to the market I still get the updates? Also, wh

Re: [android-developers] Re: What happens when I send APK to a paying customer for testing?

2009-11-09 Thread Disconnect
Actually, once an app is upgraded/installed outside of the market it will not show updates in the market until it is reinstalled via the market client. (Regardless of versions involved.) It will show 'free' (or whatever) in the downloads list, as if it were uninstalled. On Mon, Nov 9, 2009 at 1:49

[android-developers] Re: Transfer file between phone

2009-11-09 Thread Roman ( T-Mobile USA)
You can write a ftp like client/server application. Use TCP socket communication for the file transfer application. If you are in the same network you have not to worry about too much. If you try to do a file transfer on cellular things get more complicated. Let me know what you exactly are trying

[android-developers] Re: What happens when I send APK to a paying customer for testing?

2009-11-09 Thread RichardC
Yes he will get the updates so long as you follow the instructons for updating android:versionCode in the element in your AndroidManifest.xml file. For every version of your application you release either privatly or via the market you should increase its value, see: http://developer.android.com

[android-developers] Re: sqlite in webview

2009-11-09 Thread jotobjects
Not clear what you are asking. Do you have an android.webkit.WebView view? What doesn't work? Could post a small example of what doesn't work? On Nov 9, 8:57 am, Julian Avram wrote: > I saw that the browser in sdk2.0 has sqlite support however it doesn't > seem to work in webview (at least for

[android-developers] Re: Working with the new ContactContracts API

2009-11-09 Thread jarkman
Dmitri - could I ask you another question ? We are setting custom ringtones for contacts: Uri contactUri; // eg: content://com.android.contacts/contacts/12 ContentValues values = new ContentValues(); values.put(ContactsContract.Contacts.CUSTOM_RINGTONE, newRingtoneUri.toString()); context.getCon

[android-developers] Re: need help to figure out the issue with emulator on Fedora 10 64 bit. I'm new to this development.

2009-11-09 Thread Smelly Eddie
Unlike some other flavors fedora64 does not natively support 32bit apps. But you caneasily add support by grabbing some additional libs. Adding support for android sdk on fedora 64 http://edwardawebb.com/site-news/running-android-sdk-64bit-fedora-11 Hth, Eddie On Nov 7, 5:33 am, jonnals wrote: >

[android-developers] How can an app dynamically what is the current display language set

2009-11-09 Thread frantz lohier
Dear All, I have a quick 2 questions; - is there a way for an App to understand what is the current display language ? - is there a way for an App to understand if the current country the phone operates should report speed in miles per hour as opposed to km/hour ? Many thanks, -- You rec

[android-developers] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread Newbie
I would be more than happy to have one. Please send it to mallik.pull...@gmail.com On Nov 9, 12:55 pm, dirtytofu wrote: > I would appreciate it if you can send me one to simon...@gmail.com > > Thanks! > > On Nov 9, 8:33 am, Gopal Biyani wrote: > > > > > Please can you send me one gopalbiy...@gma

[android-developers] What happens when I send APK to a paying customer for testing?

2009-11-09 Thread gnugu
Hi, I have a customer who purchased my app from the Market. He discovered a bug which I'm working on fixing. I would like to send him an APK to test if the fix is proper. What happens if he installs my APK over the one from the Marked. Will he ever get the updates in the future? Thanks. -- You

[android-developers] Re: Zoom out on the emulator

2009-11-09 Thread jsdf
Great, thanks guys. On Nov 9, 10:59 am, David Turner wrote: > emulator -scale 0.5 > > to scale the emulator window 50% > > you can also change the scale dynamically at runtime through the console > (window scale ) > > On Mon, Nov 9, 2009 at 8:39 AM, jsdf wrote: > > Hi all, > > When I run the emu

[android-developers] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread dirtytofu
I would appreciate it if you can send me one to simon...@gmail.com Thanks! On Nov 9, 8:33 am, Gopal Biyani wrote: > Please can you send me one gopalbiy...@gmail.com > > Thanks > > On Mon, Nov 9, 2009 at 11:30 AM, iñaki wrote: > > Please send one to inaki.s...@gmail.com > > > Thx > > > 2009/11/9

[android-developers] Re: activity is destroyed when press home key

2009-11-09 Thread Mattias
Hi, I have the same problem. After the user has pressed the home key and relaunches my application I want it to return to the state it had before the home key was pressed. If I use standard as the launch mode a new instance of my task root activity is created and put on top of the task stack. This

[android-developers] onFling() event not relayed to my custom View

2009-11-09 Thread dirtytofu
I'm making simple game and I have a game board class that extends Android.View. Now my problem is that I'm trying to implement the onFling() event but the event never occurs when I implement it into my custom View. onDown(), onLongPress(), and etc all occur through the GestureDetector, but onFlin

[android-developers] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread Ernest
Hi, Can you send me one to bearovercl...@gamil.com I really appreciate. Thanks, ernest On Nov 9, 8:12 am, dave wrote: > Hi all, > > I just got 12 Google Wave invitations to use, please let me know if > you need one. > > Cheers. > > Dave -- You received this message because you are subscribe

Re: [android-developers] How do you create a soft Home, Back, and Menu button?

2009-11-09 Thread Mark Murphy
GT wrote: > I am working on a device that does not have a hardware Home, Back or > Menu button. I am trying to create a soft keyboard with only these > three keys but I have not been able to get it working. Does anyone > have any insight into my problem? You will be better served asking that q

[android-developers] Upload jpg File to a web server

2009-11-09 Thread floopi51
Hi all, I've already posted this message on android beginners group, to have more reader, I try here to ;o) I'm currently working on an application which need to upload a jpg or png file to my webserver. I've tried many solutions from example picked on websites tutorials. Every time I've got an

Re: [android-developers] Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread Nicolas Wetzel
Hi, show details 5:23 PM (8 minutes ago) Hi Dave, Can you please send me one to w etz...@gmail.com Thanks, On Mon, Nov 9, 2009 at 5:23 PM, Bob Cai wrote: > Hi Dave, > > Can you please send me one to caibo...@gmail.com > > Thanks, > Bob > > > On Mon, Nov 9, 2009 at 11:12 AM, dave wrote: > >> H

[android-developers] KML Support in Maps Application

2009-11-09 Thread Pavel
Hello all, MapActivity, as I learned today, is capable of applying KML files, see here http://groups.google.com/group/android-developers/browse_thread/thread/45f8d9b6e24f60f0 Now I'm wondering does it support image overlays via KML files too? I've tried several sample KML files with image overlay

Re: [android-developers] Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread Anna Khotina
Hi Dave! I'd love one, thanks! - anna.khot...@gmail.com 2009/11/9 dave : > Hi all, > > I just got 12 Google Wave invitations to use, please let me know if > you need one. > > Cheers. > > Dave > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers"

[android-developers] sqlite in webview

2009-11-09 Thread Julian Avram
I saw that the browser in sdk2.0 has sqlite support however it doesn't seem to work in webview (at least for me). Did any of you guys get sqlite to work in webview if so how ? :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] How do you create a soft Home, Back, and Menu button?

2009-11-09 Thread GT
I am working on a device that does not have a hardware Home, Back or Menu button. I am trying to create a soft keyboard with only these three keys but I have not been able to get it working. Does anyone have any insight into my problem? I first looked into injecting keypresses into a WindowMan

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-09 Thread Bill
http://community.sprint.com/baw/message/131296 gilroykilroy may have identified a fix. I just tried this with Sipdroid that had appeared to be reverting back to the first version installed and it appears to have cleared up the problem. I just reset the phone and haven't been able to try it with

[android-developers] Android.media.MediaRecorder is Buggy !!!

2009-11-09 Thread Hetal Patel
http://code.google.com/p/android/issues/detail?id=4075&can=4&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars _ I have been using API Level 3 upto 1.5 SDK but in new SDK 1.6 i have seen following sources added too. But all Three New Sources is Buggy and Not W

[android-developers] Re: how to run emulator to get 1-1 pixel mapping with WVGA854

2009-11-09 Thread Bing Jin Lin
I have same problem, does anyone have any solutions? On 10月10日, 上午1時04分, x17y19 wrote: > How do I run the emulator with WVGA854 skin so I get a 1-1 mapping of > device to screen pixels ? > > The WVGA854/layout file has "width 480 height 854" but when I run the > emulator, I get these values for D

[android-developers] android.media.MediaRecorder is Buggy !!!

2009-11-09 Thread Hetal Patel
http://code.google.com/p/android/issues/detail?id=4075&can=4&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars _ I have been using API Level 3 upto 1.5 SDK but in new SDK 1.6 i have seen following sources added too. AudioRecorder Sources But all Three New Sour

[android-developers] How to know when an ougoing call has been answered

2009-11-09 Thread S Rama Krishna
Hi all, I'm trying to develop an application in Android whose functionality is to disconnect all outgoing calls and dial a modified number. My problem is I need to send the actual dialed number to the modified dialed number as DTMF tones, once after the call has been answered by the modified number

[android-developers] Re: ADC2 Judging App FC

2009-11-09 Thread Nyll
I think the problem is related to your phone running low on memory and a background service/activity needed by the ADC2 app gets killed to reclaim memory. If you restart your phone, you should be able to review again without the force closes (at least until you run out of memory again :) On N

[android-developers] Why there is no ondelete after adding the appwidget failed by no room?

2009-11-09 Thread Alex Lv
Steps: a. Add an appwidget to the homescreen smoothly. The event of ACTION_APPWIDGET_UPDATE happened. b. Remove the appwidget from the homescreen. The event of ACTION_APPWIDGET_DELETE happened. c. Add an appwidget to the homescreen, but failed by no room. The event of ACTION_APPWIDGET_UPDATE happe

[android-developers] New Game Development Group - OpenGL ES

2009-11-09 Thread Business Talk
This is a request to the group manager to create a new android group, specifically for the game developers based on the OpenGL ES. -- 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@googl

[android-developers] android bluetooth

2009-11-09 Thread george
Hi all I'm developing chat application i want android device to connect with other non android device that implement jsr 82 so how can i declare my bluetooth service on android or how to connect to any jsr 82 service ... Thanks -- You received this message because you are subscribed to t

[android-developers] upload photo issue

2009-11-09 Thread pankaj
HI i am trying to upload photos from gallery to local server (i am using ruby on rails on server side). i tried HttpPost for sending byte array but i am not receiving byte array successfully on my local server, while i am receiving string on my server but not byte array, i am sure making some mist

[android-developers] Re: HTC Hero cannot search some applications found in Market

2009-11-09 Thread Aspidoff
You bring up a valid point. Now that HTC Hero is out on Sprint here in USA, and the new Droid Eris on Verizon, we tested on both but were not able to see the app in the market when visiting the Verizon store. First thought was that the Android Os 1.5 showed old android market and android apps of p

[android-developers] Create a BKS keystore file for SSL support of web server and handshake process

2009-11-09 Thread stephan
Hi, 'm working on a litte HTTP server application for the Android. Now I like to secure the communication by using SSL. But I got stuck by creating a suitable keystore file. Searching the archives I came to the conclusion that it will be best to use a BKS type keystore since all other keystore ty

[android-developers] How the WiFi connection is supported in Android??

2009-11-09 Thread johnson
Whenever you say "connect to a WiFi hotspot", the Android device starts searching WLAN network and lists all the available spots, and then you can choose one to surf internet afterwards. My question is : at what level the WiFi is supported? Kernel level (which means Linux??)? or Android level (fram

[android-developers] Re: how to setViewText in SimpleCursorTreeAdapter?

2009-11-09 Thread Ronald Mak
It is supported by API level 5 i.e. Android 2.0. On 22nd October 2009, jerryfan2000 wrote: > Hi, > > I want to do some Local based number formatting. However, I cannot > find function similar to setViewText inSimpleCursorTreeAdapter. So I > am wondering is there any alternative solution to do man

[android-developers] get list of contacts code examples in 2.0

2009-11-09 Thread Henry
Help please. If you could point me to a documentation or code example for 2.0, I would really appreciate it. I just need to get a list of contacts on the phone. Thanks a lot -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Regarding WebGL

2009-11-09 Thread Dilip Dilip
Hi , Does Android browser WebGL ? How they are planning to do with WebGL ? Best Regards, Dileep -- 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 unsubscribe from

[android-developers] Re: Full version invisible in the market on Droid

2009-11-09 Thread MikeR
Hi, > There is also a "uses-sdk" entry, but that didn't change: > The docs advise to also use the targetSdkVersion set to 5. Worth a try! regards, Mike -- 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] Gestures overlay layout on API Level 3

2009-11-09 Thread Ferran Garriga Ollé
Hi, I'm trying to implement a very simple gesture (vertical finger motion) on an app that have several layouts (LinearLayout), as example: global layout full screen ¦-- children ¦-- children ¦ children ¦ children ¦-- children If I set onTouch on my global layout, it works if I only touch

Re: [android-developers] Developer Conference-By Nokia

2009-11-09 Thread Disconnect
What does this spam have to do with android? On Sat, Nov 7, 2009 at 3:14 AM, rohitmishracse wrote: > Dear Members, > > Greetings!! > > Forum Nokia Developer Conference, is happening on Dec 7, '09 in > Bangalore at Hotel Taj Residency. > > Please find more details at http://bit.ly/26QGQ8 . > > Why

[android-developers] bluetooth connection - paring required?

2009-11-09 Thread Sean Liao
Hi, Before 2.0 released, there were some questions/discussions related to the Bluetooth security, i.e whether paring is required to establish connection. Anyone know the answer or try it out already: Is paring requirement enforced in the new bluetooth api in SDK 2? Any public info available rel

[android-developers] Re: Double quotes in resources?

2009-11-09 Thread Josef Pfleger
anyone successfully used quotes without backslashes in cdata sections? On Oct 31, 11:48 pm, Markus wrote: > On Oct 31, 11:40 pm, "Mark Murphy" wrote: > > > > Is this a bug or a feature? I don't see the purpose.. > > > I think it's documented somewhere. I remember it from my one book, and I > > d

[android-developers] Re: Trouble setting up SDK on ubuntu 9.10

2009-11-09 Thread Indrajith
Try again/Refresh -to install the packages in the Window>Android SDK and AVD manager and restart the machine. On Nov 3, 1:11 am, Rafael Sanches wrote: > Hi, > > I am not sure, but try to check that the tools directory of the sdk is > in your path, you can configure it in ~/.bashrc, for example: >

[android-developers] polylines or polygons on map

2009-11-09 Thread deuce4
Has anyone sucessfully implemented a polyline or polygon overlay on the Android Maps? -- 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 unsubscribe from this group,

Re: [android-developers] Re: Wallpaper

2009-11-09 Thread scott zhi
You can modify the Launcher. Add pictures and modify the List(or map) defined in java. -- 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 unsubscribe from this group,

Re: [android-developers] Can someone with a Motorola Droid call AccountManager.getAccounts() please?

2009-11-09 Thread Peter Natt
Hello Sir, Please unsubscribe my email id in your mailing list. Best Regards, Peter On Mon, Nov 9, 2009 at 10:51 AM, Micah wrote: > In Android 2.0 there is a new android.accounts.AccountManager class > has a function getAccounts() > see: > http://developer.android.com/reference/android/account

[android-developers] android sources in eclipse and slow 'refreshing external folders'

2009-11-09 Thread kretes
I've set up sources for android from http://www.droidnova.com/android-sdk-1-6-donut-sources,511.html according to issue 979 it's some way to get sources. Sources are ok, finally I can dive into android code. However on every build eclipse is 'refereshing external folders' link1, which is pointin

Re: [android-developers] Permission to use bindAppWidgetId()

2009-11-09 Thread scott zhi
You may change the Launcher's certificate from share to system. But that's not safe. You can also use the setting to bind. -- 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] Is it possible to get raw events tuples for keyboard, touch screen etc?

2009-11-09 Thread Xuan Zhang
Hi, Gold-fishes use (type, code, value) tuples to encoding both keyboard events, touch screen events and trackball events. I wonder if it is possible to get these generic tuples from application. I am look at document for a whole day, but don't find any clue. :( Is anybody familiar with that? p

[android-developers] Will the droid with andoid 2.0 get updates that give us more home screens>?

2009-11-09 Thread Scott Diener
I love my droid. But it seems unfair that the best android device has the least amount of home screens. Three isnt nearly enough. The HTC eris has seven. The hero has 10 What is up with this. Why are we getting punished. Please let me know if there are updates that will give us more. even i

[android-developers] Error in developing videoplayer

2009-11-09 Thread abi
hi .. i had an error in video player while executing it (Eclipse...galilio) the error is..R.id can not be resolved. (i.e) "id" class s not automatically generated in R.java file... i get that code from the link...http://davanum.wordpress.com/ 2007/12/29/android-videomusic-pl

[android-developers] AudioTrack usage with streaming data in native code

2009-11-09 Thread DuncanLee
Dear All, I connect one streaming application voice output to android AudioTrack in native code layer (C code). But I can heard voice loop. if i put each frame(160bytes) to AudioTrack write() in each callback, i will get a bad quality voice from earphone. if i collect more frame(ex:3200, 6

[android-developers] Replace Old DB file

2009-11-09 Thread TJ
Hi, I am having a hard time in DDMS "Push a file onto device" I have an old database file that I like to replace with a new file that I created using sql studio. If anybody have any idea on how to do this please let me know, thanks tj -- You received this message because you are subscribed to the

[android-developers] Event of Appwidget add failed by no room

2009-11-09 Thread Alex Lv
Anyone know how to "catch" the event of of Appwidget add failed by no room? 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@googlegroups.com To unsubscribe from this group, sen

[android-developers] How does ImageView just redraw part of its content when invalidate(Rect) is called?

2009-11-09 Thread Wei
Hi, guys I am new to Android development, just reading docs and trying the APIs. I am quit confused how ImageView managed to draw just a part of its content after an invalidate(Rect) invocation. I've checked ImageView.java, found no other drawing method except onDraw(Canvas), but onDraw(Canvas) on

[android-developers] Discussion on localizing-android-apps-draft

2009-11-09 Thread sandscorpio
I have localized strings at res/values-de/strings.xml and res/values- es/strings.xml . When I test different locales in the Simulator, the localized strings show up correctly. However, when I upload the app to the Market, it says 'Localized to: unknown'. Has anybody else had the same problem and k

[android-developers] Edit ListView Item content

2009-11-09 Thread Ram
Hi, I need help for the following questions. 1)I have a list view .i need to edit each item and change the content and save it.Can anyone knows about this please inform me . 2)And also how to switch between portrait and Landscape view programmatically .. 3)And how to make a listview which allows s

[android-developers] Motorola Droid Email Issues??

2009-11-09 Thread JustStef
I may not be in the right forum for this kind of question. I am not developer but a consumer. I purchased the motorola droid from verizonwireless on Nov 6. It's an amazing phone in many ways and I can certainly see it's potential. As a smartphone for business users, it seems to have a serious e

[android-developers] How does ImageView just redraw part of its content when invalidate(Rect) is called?

2009-11-09 Thread Wei
Hi, guys I am new to Android development, just reading docs and trying the APIs. I am quit confused how ImageView managed to draw just a part of its content after an invalidate(Rect) invocation. I've checked ImageView.java, found no other drawing method except onDraw(Canvas), but onDraw(Canvas) on

[android-developers] Transfer file between phone

2009-11-09 Thread Mike88
Hello, Can some give me advice on what I could use to write code to transfer a file from one phone to another. -- 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 unsu

[android-developers] How to get all contact's name phone number, email for 2.0

2009-11-09 Thread Henry
For android 2.0, how to get a list of all contact's phone number and email? I have an app which works fine for 1.6. Now it is broken for 2.0 Droid. If you could point me an example to get all contact info, I really appreciate it. Previously, I used People.Contect_URI. now it is deprecated and ret

[android-developers] Re: Need an invitation to google Wave?

2009-11-09 Thread Scott Diener
I would like an invitation to google wave sdiene...@gmail.com On Nov 6, 7:11 pm, Braders wrote: > Hi, > > I would love a Google Wave invite, my email is > seobrad...@googlemail.com I would be so gratefull if you could > dominate me. > > Hope you dont mind the post, thanks for your time. > > Simo

[android-developers] MediaPlayerDemo_Audio.java

2009-11-09 Thread Wei Jian
i was trying to run this sample code provided at android website. but the emulator stated " stop unexpectedly". Can anyone help me with this? This is the output of the logcatcan anyone help me to check where is the problem? please 11-08 02:50:25.614: INFO/vold(538): Android Volume Da

[android-developers] Sample code "MediaPlayerDemo_Audio.java", Application Stopped Unexpectedly

2009-11-09 Thread Wei Jian
Can anyone help me with this? The code seems no problem when i run it, but it stop unexpectedly in the emulator. I read some answer in the forum, i has to look at the logcat to see about the exception handler. But i do not really understand the logcat output. Please, developers, help me!. Below are

[android-developers] Droid phone unable to recognize device

2009-11-09 Thread droidfan
I am having problem with Droid phone recognition on Ubuntu - Defined the rules file in the udev as follows SUBSYSTEM=="usb_device", SYSFS{idVendor}=="22b8", MODE="0666" still the adb devices returns ? Any ideas? -- You received this message because you are subscribed to the Google Grou

[android-developers] Send numbers during call

2009-11-09 Thread Roland Heimdahl
Hi! I'm going to write a simple app that allows me to allow to different phonebased services that depend on the user to press different combinations of numbers to obtain the service wanted. For example, I can get the current saldo from my bank by calling a number, press my identifier code, account

[android-developers] Re: Need an invitation to google Wave?

2009-11-09 Thread Wookkie
I love love it even more than Braders to get an invitation for google wave :-) On 7 Nov., 02:11, Braders wrote: > Hi, > > I would love a GoogleWaveinvite, my email is > seobrad...@googlemail.com I would be so gratefull if you could > dominate me. > > Hope you dont mind the post, thanks for your t

[android-developers] Improving the Donut VoiceDialer

2009-11-09 Thread Zoide
Hi, The Donut VoiceDialer is far from ideal for in-car use because it requires users to confirm their selection by tapping on the screen. My idea is to enhance it so that it can be hands-free from start to finish. I was looking at VoiceDialerActivity.java and the most interesting part is the func

[android-developers] how to import R?

2009-11-09 Thread jesse zhao
hi, I have an android project X that has package org.xyz, the generated R.java also has package name org.xyz... now I need to integrate another android project(A) that has package name com.abc with the poject X. after I put project A's src code into X project, eclipse a

[android-developers] Re: Should we still force our apps to API level 2?

2009-11-09 Thread CH
Hi Greivin, if you look into the 1.6 Android framework source, you see that telephony.gsm.SmsManager is only a proxy for telephony.SmsManager. So if you start a SDK 1.5 app on 1.6 it automatically (indirectly) uses the telephony.SmsManager with all it's features. Here's the snippet of the gsm.Sms

Re: [android-developers] ADC2 Judging App FC

2009-11-09 Thread Andrés Odio
Happening to me too, running CyanogenMod 4.2.3.1. BTW, how long does it take for a moderator to approve a new topic? Thanks, Andrés On Sat, Nov 7, 2009 at 10:53 PM, Michael MacDonald < googlec...@antlersoft.com> wrote: > Happening to me as well-- > > Regular T-Mobile G1 > > > Marc Lester Tan

[android-developers] It costs too much time when we continuously call the function setObjectField() in android JNI on pxa310 platform

2009-11-09 Thread xiaohua
Hi, We met an issue on android-1.5 platform, based on linux-2.6.28, pxa310 processor. When we use for-loop(e.g. 1024 times) to call the funciton setObjectFied() in android JNI repeatly, we find that it costs much more time on pxa310 platform than other hardwate platform, such as G2 or OPhone. th

[android-developers] How to dismiss a Dialog when HOME key is pressed?

2009-11-09 Thread sansu
I need to dismiss a Dialog when HOME key is pressed, myDialog is shown using handler thread which is active for 5 seconds. I know that we can not interrupt the HOME key. When HOME key is pressed app is starting the HOME activity but myDialog is fullscreen one and shown for 5 seconds then it is dism

[android-developers] Local Service - How to actually invoke methods

2009-11-09 Thread Paul Townsend
Hi I have looked at the Api's demo for local service but it doesn't show how to invoke methods on the service or activity. I got a service that will start and stop a timer but it also laps so I want to send the lap times back to the activity so it can be displayed in a custom view graph. This is ju

[android-developers] Re: Android 2.0 (eclair) source

2009-11-09 Thread jpntiger
Anybody had success getting eclair source? On Nov 5, 9:27 am, Eric wrote: > I'm having the same issue. It used to say that there were noeclair > branch. Fair enough. However now there is aneclairbranch, only repo > fails to get it with the ugly error message outlined by Doug. > > Eric > > On Oct

[android-developers] Localized to: unknown even though I have localized strings

2009-11-09 Thread sandscorpio
I have default strings under res/values/strings.xml and localized strings at res/values-de/strings.xml and res/values-es/strings.xml . But when I upload the app to the Market, it shows 'Localized to: unknown'! If I run the app in the simulator using the German or Spanish locale, the localized stri

[android-developers] Re: Android emulator start up error ?

2009-11-09 Thread Dorian
yes,I removed the "\tools" part from the end of the path ,It worked ,thank Bwrightson. On 10月8日, 上午12时45分, BWrightson wrote: > When I first set up the SDK I added the entire path, with "\tools" at > the end, and I got the error message.  Then I removed the "\tools" > part from the end of the path

[android-developers] Capturing Screenshots on Sprint HTC Hero (Problems)

2009-11-09 Thread Sidepart
I've seen a few guides around that show that people are able to capture screenshots of their phone using the Android SDK tool 'ddms'. I personally haven't been able to accomplish this successfully. I've tried it on 5 different computers running Windows XP Pro, and also with Windows Vista Business

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-09 Thread Peter Ersts
Try: export GDK_NATIVE_WINDOWS=true before you launching the manager. I came across a similar problems with Eclipse since upgrading to Ubuntu 9.10 on my 64-bit machine, this seems to fix most of the problems. On Nov 6, 1:37 pm, Romain Guy wrote: > It's a known issue with SWT and GTK. > > > > On

[android-developers] Re: Working with the new ContactContracts API

2009-11-09 Thread Hans5
I ran into a problem with the new contacts API today that other developers may end up encountering. I bought a Droid and had the contacts from an old phone (not an Android phone) moved over at the store. I'm not sure how they moved over the contacts, but they never linked the phone to a Google acco

[android-developers] Developer Conference-By Nokia

2009-11-09 Thread rohitmishracse
Dear Members, Greetings!! Forum Nokia Developer Conference, is happening on Dec 7, '09 in Bangalore at Hotel Taj Residency. Please find more details at http://bit.ly/26QGQ8 . Why Attend: Networking, Knowledge, Business Opportunities, Inspiration Get the right inputs, insights and network at Fo

<    1   2   3   >