[android-developers] Re: How to get the USB device list of an Android device?

2010-01-20 Thread Marek
If you want to get a list of connected devices, use adb devices -- 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] Re: cocos2d for Android updated: Please help test on real phone.

2010-01-20 Thread Lance Nanek
I tested out the debug build from the site on my G1 phone running the OTA Android 1.6 firmware: http://cocos2d-android.googlecode.com/files/Cocos2D-debug.apk AtlasSpriteTest, AtlasTest, ClickAndMoveTest, CocosNodeTest, MenuTest, MotionStreakTest, SceneTest, SpritesTest showed white squares where

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-20 Thread String
On Jan 20, 2:13 am, Kevin Duffey andjar...@gmail.com wrote: market app? Hell, open source that sucker and let us contribute to it. +Long.MAX_VALUE String -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] how to verify whether an application is lauched or not

2010-01-20 Thread Mark Murphy
Hi All, I have a basic question regarding how to verify whether an application is lauched or not. I am running monkey to test stability of phone. I also want to verify through monkey or any other tool whether a particular screen like contacts, messages is lauched or not. How can I do

[android-developers] Re: How to increase FPS (now ~20, desired ~40-50)

2010-01-20 Thread Andre
Hi, thanks for reply Yes, I can share my .apk, if you tell, how to upload something here? I agree, that emulator should be much slower than real device, but let me quote a snippet from the document Designing for Performance at http://developer.android.com/guide/practices/design/performance.html:

Re: [android-developers] Re: Installing app on android device

2010-01-20 Thread fourk xav
Thanks robert, When I go to settings, Applications, I only got a choice for Manage applications in the menu. And if I go there, I have the list of all the applications installed. But I never find duch options as Unknonw sources or Development option. For the File manager, the one installed on my

[android-developers] How to implement FADE effect in background of ListView?

2010-01-20 Thread AJ
Hi group, I want to implement the fade effect in the listview like in shown in the link. http://developer.android.com/resources/articles/listview-backgrounds.html But here it is not explained how to implement that fade effect. Does anybody have any idea on this? Thanks -- You received this

[android-developers] Re: Unable to start download in default android Browser

2010-01-20 Thread mariush
link works for me, but in general described problem can be reproduced, by entering to widgets.opera.com site, pressing Launch button under one of widgets and on next site pressing Get Files Button... on the PC i can easily download desired widget using this template, but on Android device

[android-developers] Re: Unable to start download in default android Browser

2010-01-20 Thread mariush
link work for me, but in general described problem can be easily reproduced by entering to this site: widgets.opera.com pressing Launch button under one of widgets, and on the next site pressing Get the Filles button... On the PC i can download widgets using given template, but on Android device

[android-developers] Re: Unable to start download in default android Browser

2010-01-20 Thread mariush
link work for me, but in general described problem can be easily reproduced by entering to this site: widgets.opera.com pressing Launch button under one of widgets, and on the next site pressing Get the Filles button... On the PC i can download widgets using given template, but on Android device

Re: [android-developers] How to implement FADE effect in background of ListView?

2010-01-20 Thread Mark Murphy
Hi group, I want to implement the fade effect in the listview like in shown in the link. http://developer.android.com/resources/articles/listview-backgrounds.html But here it is not explained how to implement that fade effect. Does anybody have any idea on this? None of those display what

[android-developers] Re: MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-20 Thread Neil
Just ran into this myself. It seems calling event.recycle() in the motion event handler resolves it. Regards, Neil On Jan 6, 3:38 pm, SnowCrash jason.poli...@gmail.com wrote: anybody out there got any clues on this? Thanks On Jan 4, 1:16 am, SnowCrash jason.poli...@gmail.com wrote: Hi

[android-developers] Re: How to implement FADE effect in background of ListView?

2010-01-20 Thread AJ
Hi Mark, thanks for quick response. This is the url of the image what I am talking about http://developer.android.com/resources/articles/images/list_fade_2.png If you see the background of the image it is light green at top and becomes dark green at bottom. This effect i want to implement in my

[android-developers] Re: Hprof dump support in SDK 2.1

2010-01-20 Thread kohlerm
Thanks! Markus On Jan 19, 7:07 pm, Romain Guy romain...@android.com wrote: This button just performs a regular dump and DDMS takes care of downloading and converting the dump in the hprof format. On Tue, Jan 19, 2010 at 6:13 AM, kohlerm markus.koh...@gmail.com wrote: Hi all, It seems

Re: [android-developers] Re: How to implement FADE effect in background of ListView?

2010-01-20 Thread Mark Murphy
thanks for quick response. This is the url of the image what I am talking about http://developer.android.com/resources/articles/images/list_fade_2.png If you see the background of the image it is light green at top and becomes dark green at bottom. This effect i want to implement in my

[android-developers] Re: How to implement FADE effect in background of ListView?

2010-01-20 Thread AJ
Thanks Mark for the info let me try this - AJ On Jan 20, 3:07 pm, Mark Murphy mmur...@commonsware.com wrote: thanks for quick response. This is the url of the image what I am talking about http://developer.android.com/resources/articles/images/list_fade_2.png If you see the background

[android-developers] WebView in ListView

2010-01-20 Thread arnouf
Hi all, I would like to put a webview for each line of my ListView. I've two issues : - how can I a transparent background for the webview (by default white) - I can't select an item of the list (the webview seems to keep the focus and selection for her) Thanks by advance for your help.

[android-developers] What to do when any media files are deleted?

2010-01-20 Thread skan95
Dear. I am testing Bluetooth file transfer. When any files are transfered by FTP via BT, mMediaScanner.scanFiles(mFiles, null); is used to notify MedisScanner adding new media files. But if any files are deleted by FTP, what api should be called? To sum it up, current problem is that, 1. When

[android-developers] Re: AdWhirl - any experience with it?

2010-01-20 Thread westmeadboy
Is there a decent forum for dealing with AdMob issues? The official one (http://groups.google.com/group/admob-publisher- discuss) is moderated and messages can take days or even a week to appear (if at all). And when they do, they are often left unanswered. Out of interest, does anyone know if

[android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Dave Gracie
Hi Can anyone help with a problem I have? I created an activity (extending a list activity) and have it populating with a list of peoples names, however when I scroll up or down it automatically greys out the whole list view until you stop scrolling. Is it possible to stop this greying out from

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Narendra Bagade
Dave, I got the same problem , we can remove this using following code snippet. getListView().setAnimationCacheEnabled(*false*); getListView().setScrollingCacheEnabled(*false*); use this code in ur listview activity. Narendra bagade On Wed, Jan 20, 2010 at 5:42 PM, Dave Gracie

[android-developers] Sdk extension

2010-01-20 Thread Sasikumar.S
Hi, what is the extension for Sdk?... -- Thanks Regards Sasikumar.S -- 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

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Dave Gracie
Narendra, your a genius :) It works a treat. Thanks Dave 2010/1/20 Narendra Bagade bagadenaren...@gmail.com Dave, I got the same problem , we can remove this using following code snippet. getListView().setAnimationCacheEnabled( *false*); getListView().setScrollingCacheEnabled(

[android-developers] Re: How to factor code for Free/Paid app versions?

2010-01-20 Thread Nanard
Hi, I manage 1 code for full/free version. In the code I have special comment for all lines I need to switch (comment or uncomment) depending on the version. for instance : if(page = 4) {// DEMO .. // DEMO }// DEMO int numberOfStuff = 10; //

[android-developers] Re: How to implement FADE effect in background of ListView?

2010-01-20 Thread AJ
Thanks Mark, it worked :) - AJ On Jan 20, 3:20 pm, AJ ajeet.invinci...@gmail.com wrote: Thanks Mark for the info let me try this - AJ On Jan 20, 3:07 pm, Mark Murphy mmur...@commonsware.com wrote: thanks for quick response. This is the url of the image what I am talking about

[android-developers] Playing video and which is not supported by the GL

2010-01-20 Thread arnouf
Hi all, I used a small component to play video from remote content. My code works correctly with Android 1.5 and 1.6. I'm testing with 2.0.1 and 2.1, and I get the following error... Why I get this error now for these new versions ? Thanks for your help 01-20 13:52:33.320: ERROR/SW_DEC(31): PV

[android-developers] Re: Nexus one reporting 533 as Height!?!

2010-01-20 Thread Loki117
Hey guys yeah I understand getting the app onto larger screens with resource packs etc I just found it curious that when an app is not marked as supporting a screen size that it reported a different screensize than it actually has... On Jan 20, 12:13 am, Jason Arora jaso...@gmail.com wrote: You

[android-developers] Re: Dialog sizing question

2010-01-20 Thread schwiz
in the high rez layout folder make a new xml file and give your linear layout a hard coded value, you can check the dev guide to see what the minimum width/height needs to be for it to use the high rez layout so you don't need to worry about making it to big On Jan 19, 8:24 pm, Zsolt Vasvari

[android-developers] Re: How to factor code for Free/Paid app versions?

2010-01-20 Thread Loki117
You could also branch production functions into a JAR file and import the JAR only in the production version commenting out any imports and calls before build for the demo version. On Jan 19, 3:56 pm, DulcetTone dulcett...@gmail.com wrote: I have a project which I want to split into a paid and a

[android-developers] Nexus One : where is this resources ?

2010-01-20 Thread arnouf
Hi all, My program works correctly on 1.5 and 1.6 (emulator + device) it works too with Android 2.0.1 and 2.1 on emulator. But on Nexus One, I get the following error : Caused by: java.io.FileNotFoundException: res/drawable-hdpi/ title_bar_shadow.9.png Any idea ? -- You received this message

[android-developers] Understand Device deep sleep behavior and its affect on the application.

2010-01-20 Thread Android Development
Hello, When the device goes to sleep, any activity that was in the foreground is paused. It is like someone has launched a black screen activity on top. Is this understanding correct ? I have some doubts on device sleep impact during the following scenarios: 1. If my device goes to sleep just

[android-developers] Can't see comments for Android 2.0 version of app

2010-01-20 Thread Gregg Reno
A while back, I released an app targeted for 1.6. I got reports that it wouldn't run under 2.0, so I created a 2.0 specific version and released it to the market as well. This was tested using only the emulator since I don't have a 2.0 phone. The problem is, my G1 phone is running 1.6, and can't

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-20 Thread JP
On Jan 20, 3:06 am, Christine christine.kar...@gmail.com wrote: Let's not whine. Well yeah Android is a new platform, manufacturers are trying out business models, Let's remember Android/SDK is around longer than the iPhone SDK or Web OS. Let's not try to rationalize apologies for others

[android-developers] Re: Sdk extension

2010-01-20 Thread budziq
http://www.google.com/search?q=+Sdk -- 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

Re: [android-developers] Re: Fetch IMSI or detect SIM change?

2010-01-20 Thread Android Development
Did you get a solution to this issue? I also need the MSIN. On Mon, Nov 23, 2009 at 3:24 PM, vasanthmatrix vasanth.kanaka...@gmail.comwrote: Hi Roman, I'm trying to get the IMSI using TelephonyManager.getSubscriberId(), but all I'm getting is MCC(Mobile Country Code ),MNC(Mobile

[android-developers] Re: Telephony.SECRET_CODE

2010-01-20 Thread Master_Ne0
Get this error wheni type the SECRET_CODE in. D/AndroidRuntime( 686): Shutting down VM W/dalvikvm( 686): threadid=3: thread exiting with uncaught exception (group=0x4001b178) E/AndroidRuntime( 686): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 686):

[android-developers] image in the listview

2010-01-20 Thread Narendra Bagade
Hi all, I want to display the images in Listview like, one image on the right side of Listitem and second image in the left side of the next listitem. again third image int right side of the next listitem and 4th image in left side of next listitem and continue.. Is any one has done the

[android-developers] Where can I download Android SDK source code ?

2010-01-20 Thread Frederic Hornain
Dear * Where can I download Android SDK source code ? BR Frederic -- - Fedora-ambassadors-list mailing list fedora-ambassadors-l...@redhat.com Olpc mailing list olpc-o...@laptop.org -- You received this message because you are subscribed to

Re: [android-developers] Where can I download Android SDK source code ?

2010-01-20 Thread Frank Weiss
Source.android.com On Jan 20, 2010 7:33 AM, Frederic Hornain fhorn...@gmail.com wrote: Dear * Where can I download Android SDK source code ? BR Frederic -- - Fedora-ambassadors-list mailing list fedora-ambassadors-l...@redhat.com Olpc

Re: [android-developers] Understand Device deep sleep behavior and its affect on the application.

2010-01-20 Thread Mark Murphy
1. If my device goes to sleep just when some AsyncTask was executing, what will happen ? Will the task execution stop and wait till the device turns back on ? Yes, if you do not hold a WakeLock. As per my understanding, when there is no Wake Lock, then the CPU will stop..and so will all

Re: [android-developers] Understand Device deep sleep behavior and its affect on the application.

2010-01-20 Thread Kevin Duffey
Good set of questions. I've been wondering many of them myself.. just waiting to find out when I get to them. Will be nice if someone knows the specific answers. On Wed, Jan 20, 2010 at 6:38 AM, Android Development indodr...@gmail.comwrote: Hello, When the device goes to sleep, any activity

Re: [android-developers] Can't see comments for Android 2.0 version of app

2010-01-20 Thread TreKing
On Wed, Jan 20, 2010 at 9:04 AM, Gregg Reno gregg.r...@gmail.com wrote: And yes, I looked into building one version of the app that targets 1.6 but supports 2.0, but it wasn't possible due to the way accessing contacts was changed in 2.0. Well, I haven't done anything with the Contacts API,

[android-developers] what star (*) means in @*android:drawable/?

2010-01-20 Thread dmitry.lukas...@gmail.com
just wondering what * means in xml declaration. seems like access to private resources item android:id=@+id/download_menu_clear_all android:title=@string/download_menu_clear_all android:icon=@*android:drawable/ic_menu_clear_playlist / if I remove it - compiler says

Re: [android-developers] Re: How to increase FPS (now ~20, desired ~40-50)

2010-01-20 Thread Kevin Duffey
After I wrote you, I realized that issue too. I remember reading that and after I responded.. wondering if my response was inaccurate. I wonder how much the speed/cores of your cpu play into the emulator performance? I know that my small test apps run faster on my moto droid than they do my

[android-developers] Re: Where can I download Android SDK source code ?

2010-01-20 Thread fhornain
Dear Frank, Thanks a lot. My second question was how to build SDK. Fortunatly, I found this URL : http://www.mail-archive.com/android-port...@googlegroups.com/msg01181.html Thanks a lot. BR Frederic ;) On Jan 20, 4:46 pm, Frank Weiss fewe...@gmail.com wrote: Source.android.com On Jan 20,

Re: [android-developers] what star (*) means in @*android:drawable/?

2010-01-20 Thread Romain Guy
It is used to access private resources. Do not use it because these private resources are often removed/renamed/etc. Using it would most likely break your app in the future. On Wed, Jan 20, 2010 at 8:30 AM, dmitry.lukas...@gmail.com dmitry.lukas...@gmail.com wrote: just wondering what * means in

Re: [android-developers] Re: How to implement FADE effect in background of ListView?

2010-01-20 Thread Romain Guy
There's no need to use a GradientDrawable, that effect is provided by the View class. Look for the various occurrences of fade in the documentation of View. ListView in particular enables this by default. On Wed, Jan 20, 2010 at 5:55 AM, AJ ajeet.invinci...@gmail.com wrote: Thanks Mark, it

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Romain Guy
No no no no no no no don't do that. You just disabled a *very* important optimization. You have to set the correct cache color hint. Read this article to see what the correct solution is: http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/ On Wed, Jan 20, 2010

Re: [android-developers] what star (*) means in @*android:drawable/?

2010-01-20 Thread Dianne Hackborn
On Wed, Jan 20, 2010 at 9:09 AM, Romain Guy romain...@android.com wrote: It is used to access private resources. Do not use it because these private resources are often removed/renamed/etc. Using it would most likely break your app in the future. In fact your app will almost certainly break

Re: [android-developers] Nexus One : where is this resources ?

2010-01-20 Thread Dianne Hackborn
Have you tried running your app in the emulator at high density? It is probably something wrong with how you have done your high density resources. On Wed, Jan 20, 2010 at 6:35 AM, arnouf arnaud.far...@gmail.com wrote: Hi all, My program works correctly on 1.5 and 1.6 (emulator + device) it

Re: [android-developers] Re: How to increase FPS (now ~20, desired ~40-50)

2010-01-20 Thread Dan Sherman
I'm not running any sort of beastly machine, quad-core 2.8ghz, with an nvidia 9800gtx, and almost all the time, emulator performance is lower than physical device (especially with openGL, but even with canvas). Might have something to do with the emulator specifically on linux, so your results

Re: [android-developers] what star (*) means in @*android:drawable/?

2010-01-20 Thread Temitope Akinwande
So, what would be the right approach, in case we need to use them? On Wed, Jan 20, 2010 at 10:30 AM, Dianne Hackborn hack...@android.com wrote: On Wed, Jan 20, 2010 at 9:09 AM, Romain Guy romain...@android.com wrote: It is used to access private resources. Do not use it because these private

[android-developers] Re: Can't see comments for Android 2.0 version of app

2010-01-20 Thread theSmith
On Jan 20, 10:04 am, Gregg Reno gregg.r...@gmail.com wrote: A while back, I released an app targeted for 1.6.  I got reports that it wouldn't run under 2.0, so I created a 2.0 specific version and released it to the market as well. This was tested using only the emulator since I don't have a

Re: [android-developers] Re: Can't see comments for Android 2.0 version of app

2010-01-20 Thread Kevin Duffey
Is there not a way to poll the market from say, a web app? How do these other sites get their Market app data? I thought there would be some way to actually query the market from either Android or a web/server side so that we could essentially build a market app ourselves? On Wed, Jan 20, 2010 at

[android-developers] Re: what star (*) means in @*android:drawable/?

2010-01-20 Thread dmitry.lukas...@gmail.com
local copy I believe) thanks all for the explanation On Jan 20, 8:48 pm, Temitope Akinwande takinwa...@gmail.com wrote: So, what would be the right approach, in case we need to use them? On Wed, Jan 20, 2010 at 10:30 AM, Dianne Hackborn hack...@android.com wrote: On Wed, Jan 20, 2010 at

[android-developers] Re: How to increase FPS (now ~20, desired ~40-50)

2010-01-20 Thread Robert Green
I'm running a Core 2 Duo T9500 (2.5Ghz, 6MB cache, etc) w/8GB RAM on Win7 x64 and G1 still runs a little faster than Canvas and a lot faster on OpenGL. It's not going to be a direct comparison because the emulator is emulating ARM so there's a huge loss in speed there from the emulation. You

Re: [android-developers] Re: How to increase FPS (now ~20, desired ~40-50)

2010-01-20 Thread Frank Weiss
I wouldn't expect a emulated code to run faster than on the target hardware. Perhaps you are assuming that the emulated code is using the graphics directly. Question is, does it? On Jan 20, 2010 9:42 AM, Dan Sherman impact...@gmail.com wrote: I'm not running any sort of beastly machine,

[android-developers] NDK G1 code on N1 ?

2010-01-20 Thread marc f.
Hi, I've found NDK code for a device driver and people have made it work on the G1 If I get an unlocked N1 from the Google site then will I be able to root the OS to install the driver? I have no experience with the NDK but I am an experienced Java/C/C++ coder. Will I need to compile the NDK

[android-developers] Re: iPhone to Android: Creating good Android Interfaces

2010-01-20 Thread Eric Parsons
I completely agree on the lack of robust UX guidelines. There are adequate guidelines around lists and settings, but one area that needs some basic attention are forms. Guidelines around labels and fields, general layout, etc. There's also no documentation around the toolbar that native Android

[android-developers] Re: Confusion about using Camera to take pictures from my application

2010-01-20 Thread Neil
I'm trying to do this too, except I want a full-sized picture. I have it working. I'm using your code, but without all the extras (maybe those extras are causing your error?) My code: File tmpFile = new File(Environment.getExternalStorageDirectory(), tmp_ +

[android-developers] Re: Generating Entropy (Kernel level)

2010-01-20 Thread Atsuo Igarashi
Hi, Do you mean rng (random number generator)? if so, you can see some drivers in drivers/char/hw_random/. Regards, Atsuo On Jan 20, 3:49 am, Rich miser...@gmail.com wrote: I hate to do this, but I'm gonna keep bumping this until somebody chimes in. I know this isn't an easy question - any

Re: [android-developers] Aidl:could not find import for class android.graphics.Bitmap

2010-01-20 Thread Carlos A. M. dos Santos
On Thu, Sep 24, 2009 at 5:23 PM, Mauricio Porto mauripo...@gmail.com wrote: Hi, I am trying to build an image based on the Android source code that should include my own code. The problem is that the import android.graphics.Bitmap; in my IMyService.aidl can not resolved. The

[android-developers] How do you tell if this is a voice search?

2010-01-20 Thread David Phillip Oster
My code currently looks like this: if (Intent.ACTION_SEARCH.equals(action)) { keyword = intent.getStringExtra(SearchManager.QUERY); ... I'd like to get some indication from the intent whether this is a Voice Search or just a keyboard one. How do I do that? What documentation should I have

[android-developers] Bay Area Android Developer-User Group

2010-01-20 Thread nick
Hi all, I'm hosting an Android Developer-User Group this Thursday at the Plug and Play Tech Center in Sunnyvale. http://www.meetup.com/pnp-adug has the meetup details. http://vivu.tv/portal/Join?flow=118-755-1885 will have a live stream of the event Thursday night. Rich Wong has agreed to

[android-developers] Re: Getting a TextView to span the length of the screen

2010-01-20 Thread Eric Parsons
Is there a standard control that can be used... like the toolbar on compose new email (Send, Save as draft, Discard)? I would sure think so. /Eric On Jan 18, 7:39 am, Breezy mbre...@gmail.com wrote: I've a textview I want to span almost the length of the screen, then 2 buttons at the bottom.

[android-developers] Re: Get current ringtone name?

2010-01-20 Thread CliveW
Here's a code snippet I am using, it only get the current default ringtone (as you are doing), not necessarily the one playing (e.g.: for a contact with a specific ringtone set) (this is something I'm having a problem with because Ringtone.isPlaying seems to return false all the time for all

[android-developers] Re: simple web search based on location

2010-01-20 Thread John
Google provides a fairly simple interface for local searches. http://code.google.com/apis/ajaxsearch/documentation/#fonje In the search request you can specify a latitude and longitude with the text to get a reference to those nearby businesses. Here is the reference to the parameters for the

[android-developers] Looking For Developers

2010-01-20 Thread David Kaplan
Hello all, Former employee at Google in MTV, looking for a developer to run some ideas by. I have a handful of apps that I am looking to get developed and need to speak with someone about. Feel free to email me back anytime and let me know if you would be interested in speaking about these ideas

[android-developers] Re: Setting Ringtone Query

2010-01-20 Thread CliveW
Try the following code snippet, works for me... ContentValues values = new ContentValues(); values.put(MediaStore.MediaColumns.DATA, asbolutePathToYourAudioFileHere); values.put(MediaStore.MediaColumns.TITLE, yourRingToneNameHere); values.put(MediaStore.MediaColumns.SIZE, yourRingToneFileSize);

[android-developers] Re: onContextMenuClosed() not called under 2.x?

2010-01-20 Thread brandon
Any update for this issue? We're also waitng for any comment or response from the experts. -- 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: Google Voice Search has API?

2010-01-20 Thread David Phillip Oster
I _think_ all you need do is add: android:voiceSearchMode=showVoiceSearchButton|launchRecognizer to the searchable entity of your searchable.xml file. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: why there is no microphone icon besides the Google search widget on my HTC dream android phone?

2010-01-20 Thread David Phillip Oster
in searchable.xml, in the searchable entity, you should have: android:voiceSearchMode=showVoiceSearchButton|launchRecognizer -- 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] While Supplies Last - ADP1 now reduced to $329

2010-01-20 Thread andr...@brightstarcorp.com
Need more ADP1's for your DEV efforts? Want to save $70 per device? ORDER NOW while supplies last! As soon as the limited remaining inventory is sold, the ADP1 will no longer be available. Effective Immediately, Brightstar has reduced the price of the ADP1 from $399 to $329. We've also made

[android-developers] Glyph Launches Free Mobile App Localization Program.

2010-01-20 Thread Priscilla Reza
Glyph Language Services has launched a limited time offer to localize mobile games and applications for free. New clients can receive localization and emulator testing services for one Android or iPhone app in one target language. The special offer was officially launched in conjunction with the

[android-developers] Updating sqlite database

2010-01-20 Thread Magic
I need a little help updating my database. I created an app that has an embedded database. When you first install the app it creates the database fine and works great, but when I do an update, change the database version the app crashes. I looked all over to see if there was a line of code I

[android-developers] Low level access to cell phone chip on Dev Phone 2

2010-01-20 Thread BenYL
For a indoor localization application, we would like to send out a specific bit pattern across one of the cell phone bands on the Dev Phone 2. Is this sort of low-level access possible? Ben -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] publish a web app to android Market

2010-01-20 Thread mark d
This may sound like a weird question, but I have developed a mobile web application which works well with Android (browser). Would it be possible for me to somehow list this website/application on the marketplace? Or does it strictly have to be a downloadable app? Thanks -- You received this

[android-developers] recording speech from RecognizerIntent

2010-01-20 Thread Bossco
Is there any way to record the user's speech using RecognizerIntent? or is there any way to have access to the audio used by RecognizerIntent? I'm trying to do the same as synthesized speech: String destFileName = /sdcard/myAppCache/thespeech.wav; myTexttoSpeech.synthesizeToFile(strText,

[android-developers] Able to get bad star rating removed?

2010-01-20 Thread jgclifton
I've had a one star rating on a new theme I released and as It's the only rating it looks terrible. I would accept it if they just didn't like the theme but they say it force closes and does not work which after thorough testing, I have never been able to replicate, whats even more annoying is

[android-developers] ADP1 now $329!

2010-01-20 Thread Richard Makaras
-- 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+unsubscr...@googlegroups.com For more options, visit

[android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2010-01-20 Thread fischchris
Hello, I too am having this problem with a .net web service and am curious if anyone can just look at my code and give some advice. I've followed the suggestions thus far and either way I try it I'm getting the same thing. I have a feeling it's something simple but I just can't figure it out.

[android-developers] Re: adding voice search

2010-01-20 Thread David Phillip Oster
I _think_ all you need do is add: android:voiceSearchMode=showVoiceSearchButton|launchRecognizer to the searchable entity of your searchable.xml file. -- 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] Lookup contacts in a certain group

2010-01-20 Thread jmf
I am using android 2.0.1. I have a group id and I am trying to find all contacts in this group. I have been banging my head against the wall on this for a while. I can't seem to find a contentprovider that ties these two together. There has to be a standard answer to this question...? I hope.

[android-developers] Facing problem while playing video on emulator

2010-01-20 Thread rashmi
Hello, I am new to Android and learning it. I have tried to play video on my emulator from sdcard having extension as .3gp and .mp4, both are not working properly. There audio i can hear but it shows video as still image and after some time it gives error like Sorry this video can not be played.

[android-developers] Hi

2010-01-20 Thread Andrioddeveloper
Hi All, It is nice to see andriod developers world wide. -- 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] Launch default application - Browser, File manager, Calculator

2010-01-20 Thread Marek
Hi, How can I launch other application located on Android device? I can't find sample code to execute default Web browser app? Best regards, Marek -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: File Dialog?

2010-01-20 Thread sacchu
Nathan, I used AndExplorer in one of my apps. http://www.lysesoft.com/products/andexplorer/index.html Thanks, Sachin On Jan 20, 4:20 am, Nathan nathan.d.mel...@gmail.com wrote: Is there something like a FileDialog available? From previous threads, it appears there isn't one. If not, has

[android-developers] How do I access a database in a broadcastreceiver???

2010-01-20 Thread Floh0815
Following problem I want to access my locationdatabase in my SMS-receiver. I'm saving the position of the phone permanent and I want to check it by sending a SMS to the phone. But I can't open my database in the SMS-receiver. Any ideas? greets -- You received this message because you are

[android-developers] Bluetooth barcode scanner application

2010-01-20 Thread Anees
Hi experts, I am planning to develop an android application for scanning barcodes. The barcode scanner used would be a bluetooth device. When I scan a barcode using the bluetooth barcode scanner, the corresponding number of the barcode should be obtained in Android phone. Can this bluetooth

[android-developers] Re: File Dialog?

2010-01-20 Thread sacchu
Nathan, I used AndExplorer http://www.lysesoft.com/products/andexplorer/index.html Thanks, Sachin On Jan 20, 4:20 am, Nathan nathan.d.mel...@gmail.com wrote: Is there something like a FileDialog available? From previous threads, it appears there isn't one. If not, has someone written one?

[android-developers] Rotating and flipping sprites using texcoordinates issue

2010-01-20 Thread Gabor
Hi, I'm writing a 2D game using opengl. The I have some 512x512 textures from which I'm cutting out sprites using texcoordinates. I'm flipping and rotating the sprites using texcoordinates. On the emulator transformed sprites work fine but on the G1 and every other device I tried, except for

[android-developers] Jet authoring using EAS plugin does not work

2010-01-20 Thread notthegingeron...@googlemail.com
Hi Guys, I've tried to install the EAS plugin on both Cakewalk Sonic 8 and Sony Acid. In each case the plugin just doesn't load which means we cannot author Jet content. Can anyone else reproduce or have you had any luck? I'm copying over the EASDLL.dll to the plugins directory in each case

[android-developers] RPC in Android

2010-01-20 Thread Muhammad
HI, i am new to Android can anybody help me in understanding Remote procedure calls. -- 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: List Contact type SIM, Phone, Google

2010-01-20 Thread Arkady
Did anyone found a way to make SIM contacts visible through Cursor curAllContacts = getContentResolver().query(People.CONTENT_URI, null, null, null, null); or new Intent(Intent.ACTION_PICK, People.CONTENT_URI); ? On 16 дек 2009, 01:44, Nature Boy martin.belc...@gmail.com wrote: I have run this

[android-developers] Android Icon Templates Pack - Menu Icons PSD Corrupted?

2010-01-20 Thread Dirk
Hello everyone, Opening the menu icon template file from the Android Icon Templates Pack just shows two icon shapes in Photoshop CS2 on my PC, but there should be many more. I assume the file is corrupted or I still don't have the specifically needed version of Photoshop. Can anyone please

[android-developers] Re: AdWhirl - any experience with it?

2010-01-20 Thread AppToolkit
It is possible to use AdMob House Ads for Android as well. You need to setup as a mobile web ad and just use the same format for the url as when you add your app. http://market.android.com/search?q=pname:PACKAGE_NAME Using the House Ads does seem to improve the fill rate for real ads, and it

[android-developers] getNeighboringCellInfo() returns empty on Android 1.5

2010-01-20 Thread BowlOfChilli
I know this question was posted before but not adequately addressed, I hope somebody has this working correctly, for me the getNeighboringCellInfo() call of the telephony manager always returns an empty list, any thoughts? do I have to register for some listener? Thanks -- You received this

[android-developers] Understanding how the Final keyword in Android Works

2010-01-20 Thread tim hansen
Hi all, Can anyone explain why, when I use the Final keyword the following code works fine, but without it, it doesn't? I just find it irritating that I don't understand why it works! ;) Thanks in advance! Tim. public class PowerLangMaxMain extends Activity { private Button btnSave;

[android-developers] Accessing micro SDIO cards?

2010-01-20 Thread Mjdgard
Dear all, I'm interested if and how it is possible to access micro SDIO cards in Android. I would like to stream data from an external device to an Android phone over ANT (www.thisisant.com) or Bluetooth. Is that somehow supported by Android? If not, what is required to do it? Thanks for any

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-20 Thread alandgri
So it sounds like what we need is more accountability on the part of handset makers and carriers to provide reliable customizations and drivers and to regularly update their devices. My thought is to provide better information which should enable transparency and accountability. In addition to

  1   2   3   >