[android-developers] provider media.MediaProvider is in dying process android.process.media

2009-11-09 Thread olivier
Dear, My app going to die because some of my users meeting the following problem : 11-07 01:04:02.008 I/ActivityManager( 70): Killing app because provider com.android.providers.media.MediaProvider is in dying process android.process.media Do you know what's to do to avoid that ? -- You

[android-developers] Re: Make two buttons the same width?

2009-11-09 Thread ko5tik
What about placing them into table layout? then you shall be fine with fill_parent -- 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, send

[android-developers] Re: emulator's WVGA854 memory size?

2009-11-09 Thread String
On Nov 9, 3:26 am, Romain Guy romain...@google.com wrote: Devices running in WVGA (at least, devices in WVGA and with a high density display) offer more memory to each process. Droid for instance allows up to 24 MB per process. Note that, in the emulator at least, this only applies to 2.0

Re: [android-developers] Need help : JSR s supported in Android

2009-11-09 Thread Latha Shivanna
oh thanks ..but any idea on what all JSRs supported in android? please do share this info -Latha On Mon, Nov 9, 2009 at 12:11 PM, Romain Guy romain...@google.com wrote: JSR 226 is not supported. On Sun, Nov 8, 2009 at 10:39 PM, Latha Shivanna latha...@gmail.com wrote: Hii All What are

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

2009-11-09 Thread Pieter
Two days ago, we uploaded a new version of the full version of our app (SpecTrek) to the market. Improvements include support for QVGA and WVGA screens. We changed nothing in the Developer Console (Language: en_US, All locations selected). Now we have received the first complaint of a Droid user

[android-developers] Is Component activation is different from Component running?

2009-11-09 Thread pink 444
Hi all, activities, services, and broadcast receivers — are activated by asynchronous messages called intents. Like activities and the other components, services run in the main thread of the application process. So that they won't block other components or the user interface,

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-09 Thread Charbax
Slander and disparage doesn't have to use f-words and s-words. alsutton has coordinated constant Archos bashing on the archosfans forum since September 2nd until about October 15th when he first announced he was seeking legal advice. All things from: - Recommending that people not buy the

[android-developers] Camera crashes when taking pictures

2009-11-09 Thread merabi
Hi. im having a trouble getting Android's camera to work. i started CameraActivity Intent from MapActivity (when i start camera activity, i unresgister all listeners used in map activity), and when i call takepicture method, it just exits camera activity and return to map activity dumping strange

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

2009-11-09 Thread Michael Leahy (Tactel US)
Greets, As with a lot of folks doing OpenGL ES dev it's really a test on device situation. I'm really trying to get out the Typhon API (http:// typhon.egrsoftware.com/) which is an open source platform for real time / game development working on the Droid. It also provides the basis for a series

[android-developers] Archos gives away Android WVGA 4.8 Tablets for 1€ to developers in France

2009-11-09 Thread Charbax
At least, that's what is being talked about in French at http://www.frandroid.com/6546/1e-larchos-5-it-cest-possible/ The concept being that for developers submitting at least one approved application to http://appslib.com, that developper can get a 228€ rebate voucher code to his email and order

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

2009-11-09 Thread A B
Hi Dmitri, Thanks for you info regarding the new API - it was r4eally helpful. I'm trying to use it to create new contact but I constantly have problems. Do you know if this is the final version of the API ? Or maybe it's still not finish thus that's why we don't get any real documentation or

[android-developers] Re: writing firewall applications for Android

2009-11-09 Thread Mihai
Hi Mark, Thanks for the information, it is good to know what alternatives we have. Have fun, Mihai On Nov 6, 2:53 pm, Mark Murphy mmur...@commonsware.com wrote: Mihai wrote:   Does anyone have any suggestions on where to start in case one wants to write a firewall for Android? I am

[android-developers] Eclipse version

2009-11-09 Thread Pierre Henry Perret
All hi, What is the minimal version of eclipse SDK should be used to build android ? Pierre -- 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

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

2009-11-09 Thread a1
On 9 Lis, 10:13, Michael Leahy (Tactel US) michael.leahy.tac...@gmail.com wrote: Greets, As with a lot of folks doing OpenGL ES dev it's really a test on device situation. I'm really trying to get out the Typhon API (http:// typhon.egrsoftware.com/) which is an open source platform for real

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

2009-11-09 Thread ydario
Hi, found the same problem here. Even this kind of code fails: Configuration config = context.getResources().getConfiguration(); config.locale = newLocale; context.getResources().updateConfiguration(config,

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

2009-11-09 Thread CraigsRace
FYI: I posted a reply from a Google engineer regarding this problem here: http://groups.google.com/group/android-developers/msg/1a785843c3f1dd8c On Nov 9, 9:07 pm, a1 arco...@gmail.com wrote: On 9 Lis, 10:13, Michael Leahy (Tactel US) michael.leahy.tac...@gmail.com wrote: Greets, As

[android-developers] Re: listening on TCP sockets in android emulator problem

2009-11-09 Thread satish_mulay
Hi got the solution http://www.boutell.com/rinetd/ used this exe where you have to create config file containing your ip port and localhost port . and also need to do redir add tcp:port port on emulator. On Nov 5, 8:22 pm, satish_mulay mulay.sa...@gmail.com wrote: Hi , I am running java

[android-developers] Re: How to store Images in sqlite database using android? How to retrieve images from sqlite database

2009-11-09 Thread Lior
If you want to store large images (full-screen), it's advisable to store only the file path in the database, having said that, let's answer your question: 1. Define the column that holds the image as BLOB. 2. To make sure you are not storing duplicate images, store the hash- code of the image

[android-developers] Re: Eclipse version

2009-11-09 Thread RichardC
Looks like Eclipse 3.4 http://developer.android.com/sdk/requirements.html or if you mean the ADT Eclipse plugin 0.9.4 http://developer.android.com/sdk/eclipse-adt.html#troubleshooting -- RichardC On Nov 9, 9:58 am, Pierre Henry Perret phper...@gmail.com wrote: All hi, What is the minimal

[android-developers] Re: Donut (1.6), auto complete text view and ellipsize

2009-11-09 Thread Mark Wyszomierski
@Chris, I can't even get the simple TextView example you posted to ellipsize - I just immediately get a stack overflow exception. If I get rid of singleLine=true, then at least it doesn't crash, however the ellipsize won't be there! This is the only way I can get ANY ellipsis to appear - by

[android-developers] Re: How can I know date changed? seems android.intent.action.DATE_CHANGED works not properly

2009-11-09 Thread Bytes
Hi, Can we use timers ??? On Nov 8, 7:32 am, NewPa shiji...@gmail.com wrote: Hi,    One of my application need to know a new day is coming, that is, if the clock of phone changed from 23:59 to 00:00, my application will do some logic. I tried to  use android.intent.action.DATE_CHANGED, but

[android-developers] Media Recorder - videocamera.java

2009-11-09 Thread nagaraj
Dear All, I am modified the videocamera.java file present at \android\packages\apps\Camera\src\com\android\camera with DEBUG_SUPPRESS_AUDIO_RECORDING = DEBUG ; // false; But changes are not refecting while excecuting the camcoder application. Still audio path is active .. Can you pls guide ..why

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

2009-11-09 Thread Bahadır Yağan
Does anyone know if this method of changing Locale just for one application is a supported functionality? -- Bahadır Yağan On Mon, Nov 9, 2009 at 12:18 PM, ydario mc6...@mclink.it wrote: Hi, found the same problem here. Even this kind of code fails: Configuration config =

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread jarkman
Dianne - we have a couple of problems on the CLIQ. In both cases, the APIs are technically working correctly, but the resulting user experience is unfortunate, so these may not be exactly what you are asking for. But, in case you are interested: (1) The CLIQ has a lot of contact data (from

[android-developers] Can I make this query with SQLiteQueryBuilder?

2009-11-09 Thread AngelOD
I want to perform a query, retrieving all entries linked to a specific item, in a many-to-many relationship. I have three tables (for this demonstration anyway): - categories (_id, name) - items (_id, name) - categories_items (_id, category_id, item_id) I know that, in order to query for all

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-09 Thread Al Sutton
Responded to in android-discuss... please people can we move it off the -developers list as we're so far off topic its' probably just annoying many of the subscribers. Al. On 9 Nov, 09:04, Charbax char...@gmail.com wrote: Slander and disparage doesn't have to use f-words and s-words. alsutton

[android-developers] Re: button swap example android

2009-11-09 Thread Jags
Nobody have tried this kind of thing ? I found this post http://www.mail-archive.com/android-developers@googlegroups.com/msg49872.html but it seems the AbsoluteLayout is deprecated. Please suggest to make it work in latest sdk regards Jagat On Nov 6, 5:28 pm, Jags jag...@gmail.com wrote: I am

[android-developers] Re: OpenGL ES works fine on Emulator but on HTC Hero 1.5 it does not render vertices

2009-11-09 Thread Mika
Hi Robert, Will do. Here goes. First part is the sizeChange() when Android screen size changes and it gets called when the application launches. I'd thought I'd paste in the EGL stuff too, not all of it but some of it since it kind of relates to the initialisation. But yeah, the problem still is

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

2009-11-09 Thread ernestw
According to the EGL spec I think this is correct behavior. Thanks for posting the Droid EGLConfigs - I had been wondering about them for the past couple days and this confirms Craig's issue. I bet if you looked at the EGL_CONFIG_CAVEAT attribute, the RGBA configs will be

[android-developers] Re: help me Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-11-09 Thread Ola
If you want to use android:sharedUserId=android.uid.system you have to sign your apk file with the platform certificate, i.e. the certificate your phone's software was built with. //O On Nov 6, 10:51 am, hehui he...@yulong.com wrote: when  I    add        android:sharedUserId=android.uid.system

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

2009-11-09 Thread sukumar bhashyam
hi Dmitri, Thanks for throwing some light on SyncAdapters. Once a new sync account and sync adapter is created ( By inherting AbstractThreadedSyncAdapter) for a sync application,how does any other application wants to call sync for the same sync app will bind?. Was it through SyncManager or

[android-developers] Re: How can I know date changed? seems android.intent.action.DATE_CHANGED works not properly

2009-11-09 Thread adamphillips12
http://code.google.com/p/android/issues/detail?id=2880can=4colspec=ID%20Type%20Status%20Owner%20Summary%20Stars Though you can use the AlarmManager to help you keep track of when 12am hits. On Nov 8, 1:32 pm, NewPa shiji...@gmail.com wrote: Hi,    One of my application need to know a new day

[android-developers] Re: Archos gives away Android W VGA 4.8 Tablets for 1€ to developers in France

2009-11-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Charbox this belongs in the discussion forum.. On Nov 9, 3:18 am, Charbax char...@gmail.com wrote: At least, that's what is being talked about in French athttp://www.frandroid.com/6546/1e-larchos-5-it-cest-possible/ The concept being that for developers submitting at least one approved

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

2009-11-09 Thread Justin Giles
Just a shot in the dark here, but I believe the supports-screens/ tag only works in Android versions 1.6 + 2.0. If you try to use it in 1.5, it causes build errors. I also noticed that your minimum sdk requirement was set at 3 which equals android 1.5. That could be causing problems, perhaps

[android-developers] Launching appwidget from another application

2009-11-09 Thread anand
Hi all, Is it possible to launch an app widget from another application. For example, I have a button in an application. When I click on that button, an appwidget must be launched. Is it possible to do like this? If yes, please help me on this Regards, Anand -- You received this message

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

2009-11-09 Thread Pieter
The problem existed between keyboard and chair. I didn't realize that you have to press Publish again after uploading an upgrade. It seems I'm just too stupid to use the Developer Console web interface *blush*. Justin, Droid uses Android 2.0. The 1.5 phones ignore unknown tags (like the

Re: [android-developers] Launching appwidget from another application

2009-11-09 Thread Mark Murphy
anand wrote: Hi all, Is it possible to launch an app widget from another application. For example, I have a button in an application. When I click on that button, an appwidget must be launched. Is it possible to do like this? What do you mean by an appwidget must be launched? App

[android-developers] Samsung Galaxy --- How to debug?

2009-11-09 Thread joelt
I have a user that says my application gives him an error on the Samsung Galaxy (it works fine one the G1). How can I debug this issue? Is there an accurate emulator/simulator? Can someone try it (Bendometer is the app)? Joel -- You received this message because you are subscribed to the Google

Re: [android-developers] Samsung Galaxy --- How to debug?

2009-11-09 Thread Adrian Vintu
a cool trick on the galaxy is to dial *#*#9900#*#* to get the logs to the sdcard. from http://android-dls.com/wiki/index.php?title=Galaxy_Essentials On Mon, Nov 9, 2009 at 3:43 PM, joelt j...@harpsoft.com wrote: I have a user that says my application gives him an error on the Samsung Galaxy

Re: [android-developers] Re: Make two buttons the same width?

2009-11-09 Thread Jason Van Anden
true that. j On Mon, Nov 9, 2009 at 3:15 AM, ko5tik kpriblo...@yahoo.com wrote: What about placing them into table layout? then you shall be fine with fill_parent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Run ADB client on diff PC than daemon

2009-11-09 Thread AndyM
Is it possible to have adb client connect to an adb daemon on another machine? My dev environment is on a remote server, but the G1 is connected via USB to my local machine. Thanks Andy -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread nEx.Software
Another reason I don't beleive the CLIQ is a good development device: The CLIQ does not output Log.v() or Log.d() level logging via LogCat. On Nov 9, 4:39 am, jarkman jark...@gmail.com wrote: Dianne - we have a couple of problems on the CLIQ. In both cases, the APIs are technically working

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread Sundog
Yeah, that could be a problem... thanks. On Nov 9, 8:20 am, nEx.Software email.nex.softw...@gmail.com wrote: Another reason I don't beleive the CLIQ is a good development device: The CLIQ does not output Log.v() or Log.d() level logging via LogCat. -- You received this message because you are

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

2009-11-09 Thread niko20
Don't worry, I've done the same thing! lol On Nov 9, 8:01 am, Pieter pie...@gamesquare.nl wrote: The problem existed between keyboard and chair. I didn't realize that you have to press Publish again after uploading an upgrade. It seems I'm just too stupid to use the Developer Console web

[android-developers] Re: Problems updating my app on Android Market and switching to copy protection

2009-11-09 Thread niko20
I wouldn't bother turning copy protection on, all that does is prevent people that have developer phones from downloading the app. People that have rooted phones can still download it and copy it off their device anyway, so it's pretty much useless. (It's just a folder permission, but rooted users

[android-developers] Re: ADC2 Judging App FC

2009-11-09 Thread fwank
Hi, I have the same problem: ADC2 judging app forces closes on my ADP running 1.6, using T-mobile SIM card or Wi-Fi. Download trick makes it work sometimes but then it will force close when I attempt to upload results :( -F On Nov 8, 3:27 pm, gjs garyjamessi...@gmail.com wrote: Hi, I'm using

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

2009-11-09 Thread michael
Hello, Anyone could give me suggestion??? -- 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, send email to

[android-developers] NeighbofingCellInfo sdk 2.0

2009-11-09 Thread alexdonnini
Hello, Could anyone help me understand when API level 5 methods such as getNetworkType() in NeighboringCellInfo will be available to application developers? Unless I am mistaken, at present the getCid() method in NeighobringCellInfo depending on the network in use is not directly usable as it

[android-developers] Increase timeout for touch-select vs touch-scroll?

2009-11-09 Thread Mark Wyszomierski
Hi, Is there a way to make highlighting of a row in a listview delayed if the user is simply scrolling the list with their finger? To clarify, when the user puts their finger down to scroll, the intersected row (if any) gets highlighted for a short moment, before it realizes the user is just

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
ah that is suppose to be that way use setprops via adb On Nov 9, 9:20 am, nEx.Software email.nex.softw...@gmail.com wrote: Another reason I don't beleive the CLIQ is a good development device: The CLIQ does not output Log.v() or Log.d() level logging via LogCat. On Nov 9, 4:39 am, jarkman

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread nEx.Software
Not sure what you mean Fred, can you elaborate? On Nov 9, 8:45 am, Fred Grott(Android Expert, http://mobilebytes.wordpress.com) fred.gr...@gmail.com wrote: ah that is suppose to be that way use setprops via adb On Nov 9, 9:20 am, nEx.Software email.nex.softw...@gmail.com wrote: Another

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

2009-11-09 Thread 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 group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: onSearchRequested() doesn't call search activity in 1.5

2009-11-09 Thread Miguel Paraz
Hi, Found. I missed the intent receiver in the activity definition: intent-filter action android:name=android.intent.action.SEARCH / category android:name=android.intent.category.DEFAULT / /intent-filter On Oct 18, 11:22 am, junker37

[android-developers] Is there a list of native methods anywhere?

2009-11-09 Thread Sena
Hi, In the Android Dev Guide, the section about designing for responsiveness mentions that many of the String methods are implemented natively and run 10x100 times faster. Is there an official list of which methods are implemented natively and if not is there any chance of starting one. It would

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

2009-11-09 Thread Vincent Chan
Hi,send me one.Thanks! Vincent Chan On Tue, Nov 10, 2009 at 00:12, dave dayong...@gmail.com 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] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread cooolmagic
Hi, Can you send one to me cooolma...@gmail.com? Thanks. On Nov 9, 11:12 am, dave dayong...@gmail.com 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

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

2009-11-09 Thread Sujay Krishna Suresh
Hi i need one tooo. Sujay On Mon, Nov 9, 2009 at 9:47 PM, Vincent Chan venc...@gmail.com wrote: Hi,send me one.Thanks! Vincent Chan On Tue, Nov 10, 2009 at 00:12, dave dayong...@gmail.com wrote: Hi all, I just got 12 Google Wave invitations to use, please let me know if you need

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

2009-11-09 Thread Alan C
I could use one. Thanks! On Mon, Nov 9, 2009 at 11:19 AM, cooolmagic cooolma...@gmail.com wrote: Hi, Can you send one to me cooolma...@gmail.com? Thanks. On Nov 9, 11:12 am, dave dayong...@gmail.com wrote: Hi all, I just got 12 Google Wave invitations to use, please let me know if

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

2009-11-09 Thread nathabhis...@gmail.com
Can you send one to me nathabhis...@gmail.com On Nov 9, 11:12 am, dave dayong...@gmail.com 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

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

2009-11-09 Thread Bob Cai
Hi Dave, Can you please send me one to caibo...@gmail.com Thanks, Bob On Mon, Nov 9, 2009 at 11:12 AM, dave dayong...@gmail.com 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

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

2009-11-09 Thread ander...@phdgaming.com
Please send one to ander...@phdgaming.com Thanks! On Nov 9, 11:12 am, dave dayong...@gmail.com 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

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

2009-11-09 Thread iñaki
Please send one to inaki.s...@gmail.com Thx 2009/11/9 ander...@phdgaming.com ander...@phdgaming.com Please send one to ander...@phdgaming.com Thanks! On Nov 9, 11:12 am, dave dayong...@gmail.com wrote: Hi all, I just got 12 Google Wave invitations to use, please let me know if you

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

2009-11-09 Thread Gopal Biyani
Please can you send me one gopalbiy...@gmail.com Thanks On Mon, Nov 9, 2009 at 11:30 AM, iñaki inaki.s...@gmail.com wrote: Please send one to inaki.s...@gmail.com Thx 2009/11/9 ander...@phdgaming.com ander...@phdgaming.com Please send one to ander...@phdgaming.com Thanks! On Nov 9,

[android-developers] Zoom out on the emulator

2009-11-09 Thread jsdf
Hi all, When I run the emulator with an AVD set to WVGA854, it is far too tall and gets completely cut off my MacBook laptop screen. Is there a way to zoom out via the emulator? E.g. pass a scale value on startup? I know the same thing is possible with BlackBerry, and thought it might exist

[android-developers] Re: Override in call-screen - Security Bug or Feature?

2009-11-09 Thread Carlos Pérez
Hi Jarman, your project is in part very interesting for me. Could you tell me how you handle incoming calls? I'm interesting about accept or reject a call in my own app. On 4 nov, 23:24, Jarman jarman.andr...@gmail.com wrote: Sorry, I meant she of course, too fast on the keyboard :) This has

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

2009-11-09 Thread Mark Murphy
jsdf wrote: Hi all, When I run the emulator with an AVD set to WVGA854, it is far too tall and gets completely cut off my MacBook laptop screen. Is there a way to zoom out via the emulator? E.g. pass a scale value on startup? I know the same thing is possible with BlackBerry, and thought

[android-developers] Re: Increase timeout for touch-select vs touch-scroll?

2009-11-09 Thread Mark Wyszomierski
Actually maybe this is just a state issue - I've set my LinearLayout to have a background like this: Drawable pressed = getContext().getResources().getDrawable (android.R.drawable.list_selector_background); StateListDrawable bg = new StateListDrawable();

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

2009-11-09 Thread David Turner
emulator -scale 0.5 to scale the emulator window 50% you can also change the scale dynamically at runtime through the console (window scale scale) On Mon, Nov 9, 2009 at 8:39 AM, jsdf jasons...@gmail.com wrote: Hi all, When I run the emulator with an AVD set to WVGA854, it is far too tall

[android-developers] Mock Framework for Android Testing

2009-11-09 Thread Hazam
Hi all, today I made some research and tries for how to use one of the Mock object Framework for doing TDD with android. I see that Mocking Interfaces works fine with EasyMock and I assume also with other frameoworks (I tried Mockito seems to work fine). Instead, I found mocking classes to be

Re: [android-developers] Run ADB client on diff PC than daemon

2009-11-09 Thread David Turner
Yes, use ssh local port forwarding for tcp:5037 this is the port the server is listening to for client connections. On Mon, Nov 9, 2009 at 7:18 AM, AndyM andrewdm...@gmail.com wrote: Is it possible to have adb client connect to an adb daemon on another machine? My dev environment is on a

[android-developers] Re: Override in call-screen - Security Bug or Feature?

2009-11-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Seems to me if we could come up with a pleasant icon of warning that it is not the default call-screen that my alleviate some problems have the icon clickable with an information screen/toast On Nov 4, 4:24 pm, Jarman jarman.andr...@gmail.com wrote: Sorry, I meant she of course, too fast on the

[android-developers] Re: Moving objects by touch..

2009-11-09 Thread David Orriss Jr
After more looking (and remembering that in the GUI world I'm talking about drag and drop ;) ) I did find an answer here on the list. It looks like a good starting point. http://www.mail-archive.com/android-developers@googlegroups.com/msg19039.html Guess this is what happens when I try to do

Re: [android-developers] Re: emulator's WVGA854 memory size?

2009-11-09 Thread Romain Guy
Yes, it only applies to 2.0. On Mon, Nov 9, 2009 at 12:26 AM, String sterling.ud...@googlemail.com wrote: On Nov 9, 3:26 am, Romain Guy romain...@google.com wrote: Devices running in WVGA (at least, devices in WVGA and with a high density display) offer more memory to each process. Droid for

[android-developers] Event keycodes different from keyboard inputs.

2009-11-09 Thread Android_n00b
Hi I am writing a program which captures the keys pressed by user in android and writes them to the Linux input.h struct. However, the keycodes of Android keys are different from those of Linux even though they're supposed to be the same (http://www.kandroid.org/android_pdk/

[android-developers] Re: Problems updating my app on Android Market and switching to copy protection

2009-11-09 Thread Robert Green
Not to mention that it literally doubles the installed size of your app. On Nov 9, 9:33 am, niko20 nikolatesl...@yahoo.com wrote: I wouldn't bother turning copy protection on, all that does is prevent people that have developer phones from downloading the app. People that have rooted phones

[android-developers] Re: OpenGL ES works fine on Emulator but on HTC Hero 1.5 it does not render vertices

2009-11-09 Thread Robert Green
Ah, I didn't realize how you were initializing GL. I'm bad at the EGL config stuff which is why I just use GLSurfaceView. I'm wondering if your problem is there? Consider trying GLSurfaceView and let me know the results. Otherwise, you may want to debug your init to make sure that it's

[android-developers] glReadPixels() with transparent background

2009-11-09 Thread tkyjhr
Hi everyone. I want to use glReadPixels() to make new texture from current displayed image. But alpha value returned from glReadPixels() is always 255, so I can't make texture with transparency. Here is a part of my code. (in GLSurfaceView.Renderer's onSurfaceCreated()) gl.glClearColor(0.0f,

[android-developers] How can I partecipate to an Android project?

2009-11-09 Thread Joey Ramone
Hi everybody. I'm a student in computer science. I know Java, I don't know Android framework and the design patterns but I wish I learn them. Where can I find an Android project which I might partecipate? I'm sorry for my terrible english. Thank you :D -- You received this message because you

[android-developers] Problem configuring the app widget with bitmap image using remote views

2009-11-09 Thread teddy
Hi, I started with developing the resizable photo widget. Every time the widget is resized, i am configuring the widget remote view with the new bitmap image. I am using the same layout file for all resize dimensions with fillparent option for both width and height. But i am facing issues with

[android-developers] Re: There is NO AVD Target...

2009-11-09 Thread Bert
Well I have the same problem here, using Ubuntu 9.10. I'm new to android so I hope someone can help me with this. On Oct 29, 11:40 pm, Nobody111 adam.ornst...@gmail.com wrote: Hi all! Trying to set up my eclipse envirnment to actually be able to try some things out on android... I've

[android-developers] Re: There is NO AVD Target...

2009-11-09 Thread mishr
Can anyone tell me how to do deal with no targets in Linux...checked the ~/.android/avd directory but did not find any files in that so I guess changing permissions will not suffice. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Droid phone unable to recognize device

2009-11-09 Thread droidfan
I am having problems installing my app package onto new Driod phone. adb devices is returning the following... ??no permissions defined the rules file 51-andorid.rules for motorola on my ubuntu. SUBSYSTEM==usb_device, SYSFS{idVendor}==22b8, MODE=0666 no recognition of the

[android-developers] SQLite Help

2009-11-09 Thread νιѕнαℓ
I am having SQLite database which I used in IPhone Application... I want the same database in the Android... I have .sqlite file which I used for IPhone.. How to Import or Reuse that file in my Android Application... -- You received this message because you are subscribed to the Google Groups

[android-developers] Figure on transparent background: Change the color?

2009-11-09 Thread Markus
Hello everybody At the moment I've got an ImageView containing a PNG. This PNG has a colored object with a transparent background. That works well. However, now I'd like to be able to set the color of the object, but STILL have a transparent background. In case this is unclear, I've illustrated

[android-developers] Need help from Motorola Droid owners to port 3G Watchdog application

2009-11-09 Thread Richard
Hi all, I'm the developer of 3G Watchdog, an application that monitors 3G traffic. I need help from Motorola Droid owners to port it to that phone. The app gets the network statistics data by reading pseudo-files /sys/ class/net//statistics/rx_bytes and tx_bytes. xxx is the network

[android-developers] Re: Can't run or debug my app on Eclipse

2009-11-09 Thread Obviator
I've got the same problem. Running Eclipse 3.5.1. This is really annoying, because I can't debug any projects! It even happens with the default SDK samples. On Nov 5, 8:35 pm, Mr. P paulotay...@gmail.com wrote: This is the error that eclipse gives with the latest Android SDK: !ENTRY

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

2009-11-09 Thread Bill
I'm having the same problem with my HTC Hero. The more I dig, the more apps I find that have this problem. My list: Astro APNdroid Google Voice Google Finance Handcent SMS Locale Sipdroid Pandora Barcode Scanner Toodle Droid Voice Recorder It looks like they actually are the old versions of

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

2009-11-09 Thread jonnals
[sjon...@myhome tools]$ strace ./emulator execve(./emulator, [./emulator], [/* 48 vars */]) = 0 brk(0) = 0x8c8a000 readlink(/proc/self/exe, /home/sjonnal/android-sdk-linux/tools/ emulator..., 4096) = 46 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,

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

2009-11-09 Thread fairfriend
please gimme one as well, i damn like google wave... shaheryar.a...@gmail.com Thanks, Google Rocks On Nov 7, 5:11 am, Braders dataextr...@hotmail.com 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.

[android-developers] Problem configuring the app widget with bitmap image using remote views

2009-11-09 Thread teddy
Hi, I started with developing the resizable photo widget. Every time the widget is resized, i am configuring the widget remote view with the new bitmap image. I am using the same layout file for all resize dimensions with fillparent option for both width and height. But i am facing issues with

[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

[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

[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 brian.wright...@gmail.com 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

[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 romain...@google.com wrote: It's a known issue with SWT

[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

[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 eric.gerv...@gmail.com 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.

[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

[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

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

  1   2   3   >