[android-developers] Re: Problem with ContentResolver

2008-11-13 Thread Thustle
Thanks for the workaround Ernest. I'll try that for now and hope that a true solution presents itself soon. Dave On 12 Nov, 19:57, Ernesto [EMAIL PROTECTED] wrote: Hello Dave, I haven't found the solution yet, so I store the mp3s as video, using the MediaStore.Video URI. As I see the only

[android-developers] TextView breaks when adding using a string of over 4500 characters

2008-11-13 Thread alex
I have a TextView called mSimple inside a ScrollView. When I do mSimple.setText(mDescription); Everything is fine as long as the length of mDescription is less than about 4500 characters. Once I go over that amount, the TextView will display only the first line of text on the display. Has

[android-developers] Before publish: Deactivate any calls to Log methods in the source code - How ?

2008-11-13 Thread Derek
Hi, In Android documentation at: http://code.google.com/android/devel/sign-publish.html It is recommended to Deactivate any calls to Log methods in the source code before publishing. I've hundreds Log.d(TAG, some debug message) in my application. Should I comment all ? Or is there any option to

[android-developers] Re: Exchange Server Support

2008-11-13 Thread Timbobsteve
I am currently looking @ another OpenSource project called ExchangeIt (available in the Market). Brian has got the beginnings of a Java WebDAV connection happening on Android. I am going to review the code and see where we can go from there. Hopefully, depending on time, Brian will also come

[android-developers] Re: G1 camera preview issues uncovered

2008-11-13 Thread blindfold
I hope to have clarified the importance of defining a hardware- independent standard for preview images, for processing of preview images by applications (i.e., image processing, computer vision, augmented reality, etc). A standard preview image format is an absolute requirement for making

[android-developers] Re: Before publish: Deactivate any calls to Log methods in the source code - How ?

2008-11-13 Thread hackbod
You should make a static final boolean DEBUG = true variable in your source that is checked before calling any of the logs. Setting it to false will remove all of the code that checks it. On Nov 13, 1:21 am, Derek [EMAIL PROTECTED] wrote: Hi, In Android documentation

[android-developers] Re: why there are two DRM implementation in Android

2008-11-13 Thread hackbod
Could you please move this to one of the open source groups? This group is for discussion of application development with the SDK. Thanks. On Nov 13, 1:16 am, Zhihong GUO [EMAIL PROTECTED] wrote: 2008/11/13 [EMAIL PROTECTED] [EMAIL PROTECTED] The only DRM in use at this time is forward

[android-developers] [EMAIL PROTECTED]

2008-11-13 Thread sush
Hi, I want to test applications using the Instrumentation class that is provided by Android Framework itself. I tried with the sample Tests that are in the SDK following the steps in the following link : http://dtmilano.blogspot.com/2008/11/android-testing-on-android-platf.html But I am stuck

[android-developers] Providers Network Status In Persentage..Is It Possible??

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option avilabe to get Providers network status (means in terms of persentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my

[android-developers] Re: Content Providers and Network Requests

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option available to get Providers network status (means in terms of percentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my

[android-developers] Re: What happens when network (GPRS) is not enabled, and you try to open connection?

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option available to get Providers network status (means in terms of percentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my

[android-developers] Re: Android Market Developers need phones

2008-11-13 Thread blindfold
Maybe some third party will offer such a service. Remote application testing through paid services like those of deviceanywhere.com ( http://www.deviceanywhere.com ) could be an option. This also forms the backbone of Sony Ericsson Developer World's Virtual Lab (

[android-developers] Re: Linking directly to an app in the market...

2008-11-13 Thread Peli
Have a look here: http://www.google.com/support/forum/p/Android+Market/thread?tid=5c8501d73226fad8hl=en Peli www.openintents.org On Nov 13, 5:16 am, GasBot [EMAIL PROTECTED] wrote: My app lets the user know when there's an update available and opens up their browser to download the .apk from

[android-developers] Re: Know about Android Developers

2008-11-13 Thread ecompositor
spam On Nov 12, 6:04 am, Catherine [EMAIL PROTECTED] wrote: ... ... Android Developers Interviewed, Showcased | Android Phone

[android-developers] Re: Allocation too large for this process

2008-11-13 Thread blindfold
Do you use Drawable's by any chance? See also http://groups.google.com/group/android-developers/browse_thread/thread/4ed17d7e48899b26/ I had plenty of memory allocation problems on the G1 until I started using BitmapFactory.decodeResource(getResources() instead of getResources().getDrawable().

[android-developers] Re: WiFi within of emulator

2008-11-13 Thread Monic79
I am Sorry but I do not understand. I have installed the skin HTC Dream / T-Mobile G1 on the emulator, I have a pen drive wifi and my pc is connected to the net via wifi. When I use Android API wifi in my application the emulator does not load driver wifi. You have some suggestions? Thank you

[android-developers] Re: Check network connection status.

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option available to get Providers network status (means in terms of percentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my

[android-developers] Re: A network status info question

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option available to get Providers network status (means in terms of percentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my

[android-developers] Re: how to start the default music application from my own application

2008-11-13 Thread Payal Amin
hi Peli, Thanks for your reply. I tried your code and the default media player in sdk does appear on the emulator, but only for a second and then don't know it disappears. Do i have to add anything else in the code? Thanks, Payal On Thu, Nov 13, 2008 at 7:00 AM, Peli [EMAIL PROTECTED]

[android-developers] Re: Check for new version of applications

2008-11-13 Thread loty
Just found some info on how to interface with Market directly and decided to pass it along http://www.google.com/support/forum/p/Android+Market/thread?tid=5c8501d73226fad8hl=en Apparently you can run queries against the market to get your application URL from market directly. Hope this helps

[android-developers] Re: Best approach to fullscreen video?

2008-11-13 Thread jean-guys
320x480 does not work, not does any other combination of size that maintains that precise aspect ratio (e.g. 160x240). However, if I change the ratio slightly, say by adding or subtracting 16 from the width, it plays fine. Odd. I'll have a look at the source and see if I can tell what's up.

[android-developers] Re: how to start the default music application from my own application

2008-11-13 Thread Payal Amin
Hi Peli, One more question, i want to play the songs from the sdcard, and the song which will be played is whatever user selects from sdcard. Can you help me with this? Thanks a lot, Payal On Thu, Nov 13, 2008 at 9:43 AM, Payal Amin [EMAIL PROTECTED] wrote: hi Peli, Thanks for your

[android-developers] Re: T-mobile G1 for testing purposes

2008-11-13 Thread Ariosto
Hi Steve, the info I provided comes from here: http://forum.openhandsetdevelopers.com/technical-specifications-of-htc-dream-t41.html (as specified in the post, the source is the official HTC site in USA) More in detail: Network HSPA/WCDMA: Europe: 2100 MHz US:1700/2100 MHz Up to 7.2 Mbps

[android-developers] Re: Before publish: Deactivate any calls to Log methods in the source code - How ?

2008-11-13 Thread Guillaume Perrot
The eclipse plugin should provide an option to remove all logs when exporting unsigned application from Eclipse. It's quite a shame to have to do this ourself if you tell us to do so when releasing. On Nov 13, 10:46 am, hackbod [EMAIL PROTECTED] wrote: You should make a static final boolean

[android-developers] Re: how to start the default music application from my own application

2008-11-13 Thread Payal Amin
never mind i solve the problems. Thanks everybody for your help. Payal On Thu, Nov 13, 2008 at 10:05 AM, Payal Amin [EMAIL PROTECTED] wrote: Hi Peli, One more question, i want to play the songs from the sdcard, and the song which will be played is whatever user selects from sdcard. Can

[android-developers] Re: java.util.prefs and Android emulator - Newbie Question

2008-11-13 Thread Reddog
Right - SharedPreferences works fine... I was hoping not to modify the source of this Java package (which uses java.util.prefs), since it runs fine on the desktop, and it wouldn't be as clean to have multiple versions of the code around for different devices. But unless someone has a solution, I

[android-developers] WebView and setDownloadListener

2008-11-13 Thread sabdart
Hi, Can anyone point me to or provide an example of how to use setDownloadListener and WebView to download and play an mp3 in the media player? Cheers Ray --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] dom level 3 parser?

2008-11-13 Thread Jakob Sachse
Is there anyone out there who has successfully used a DOM level 3 parser on Android? I want to use Rhino with E4X support, it needs eigther org.w3c.dom or xbean. Androids org.w3c.dom package contains only a DOM Level 2 implementation which is not sufficent for that. And until now I havn't got

[android-developers] Inaccurate comment view in Market?

2008-11-13 Thread Nick Melnick
I have one application (ElJay) in the Market that has gone through a few version upgrades since it was originally posted. I noticed that Google has merged all of the ratings and comments for the application, which is rather neat, but the dates are wildly inaccurate. Comments from the first couple

[android-developers] Re: Inaccurate comment view in Market?

2008-11-13 Thread dyonis
http://groups.google.com.br/group/grupomdo?hl=pt-BR - Original Message - From: Nick Melnick [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Thursday, November 13, 2008 1:00 PM Subject: [android-developers] Inaccurate comment view in Market? I have

[android-developers] Re: G1 camera preview issues uncovered

2008-11-13 Thread [EMAIL PROTECTED]
A bug has been filed to correct the documentation. On Nov 13, 1:52 am, blindfold [EMAIL PROTECTED] wrote: I hope to have clarified the importance of defining a hardware- independent standard for preview images, for processing of preview images by applications (i.e., image processing, computer

[android-developers] Re: Best approach to fullscreen video?

2008-11-13 Thread [EMAIL PROTECTED]
That shouldn't be the case - it should work as long as the video height and width are a multiple of 16. The display height and width can be any value. I'll file a bug for that. On Nov 13, 7:05 am, jean-guys [EMAIL PROTECTED] wrote: 320x480 does not work, not does any other combination of size

[android-developers] Re: G1 camera preview issues uncovered

2008-11-13 Thread dyonis
http://groups.google.com.br/group/grupomdo?hl=pt-BR - Original Message - From: [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Thursday, November 13, 2008 1:13 PM Subject: [android-developers] Re: G1 camera preview issues uncovered A bug has been

[android-developers] How to handle a long press on a mapview/map overlay

2008-11-13 Thread Amos
Hi, I want to be able to handle long taps on a mapview (or, preferrably, a map overlay), like LongClick events. tap events are handled by these classes, but I found no way to differentiate regular taps from long taps. I can probably implement this in the onTouchEvent method - but I don't want

[android-developers] Re: How to handle a long press on a mapview/map overlay

2008-11-13 Thread dyonis
O que voces acharam das novas musicass - Original Message - From: Amos [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Thursday, November 13, 2008 1:48 PM Subject: [android-developers] How to handle a long press on a mapview/map overlay Hi, I

[android-developers] Re: A network status info question

2008-11-13 Thread rajesh
It seems that you have not added the required security. Do you have this in your manifest!! uses-permission android:name=android.permission.ACCESS_NETWORK_STATE/uses- permission Cheers, Shashank On Nov 13, 4:58 pm, bins [EMAIL PROTECTED] wrote: hi All.. I Know how to check network

[android-developers] Re: 802.1x, PEAP, Campus Domain tester

2008-11-13 Thread hyc
See this thread http://groups.google.com/group/android-developers/browse_thread/thread/64d353a6241dd987/a43217aff65ae4b1?hl=enlnk=gstq=wpa#a43217aff65ae4b1 It looks like the wifi device driver doesn't support the necessary features. On Nov 12, 10:29 am, Jolopicus [EMAIL PROTECTED] wrote:

[android-developers] Re: Streaming Media

2008-11-13 Thread Ben Dodson
Well, I've turned my work towards a native app, but I am still stuck on how to get playlists to load. Can I send an m3u to whatever app the user uses as their default media player? I'd rather not build in full media player to my app- it makes more sense to pass the music off to a full-featured

[android-developers] Dialog with No Title

2008-11-13 Thread G
I've got the following NumberPickerDialog class which extends Dialog. Currently the pick_number.xml contains only a LinearLayout and 1 button (this is all incomplete as i'm still in early dev stages). When I show this dialog, I get a blank space for the title even though I do not specify one. I

[android-developers] G1- No animated transitions between activies

2008-11-13 Thread ksmith44
On the Android Emulator, as you launch a new activity, the old activity slides to the left and the new activity slides in from the right. Similarly, when you hit the back button you get the opposite effect. This does not seem to happen on the G1. Both launching an activity (or a

[android-developers] Re: Add Dynamic Views on to Relative Layout

2008-11-13 Thread [EMAIL PROTECTED]
Interestingly, I still get a NullPointException after doing it the way you seuggested... that brings me to my initial concern of incorrectly referencing the layout. On Nov 12, 7:47 pm, Mark Murphy [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: At the moment I get a NullPointerException

[android-developers] Re: Streaming Media

2008-11-13 Thread [EMAIL PROTECTED]
I believe the music player will import an m3u list, but it only handles local files, not streamed media. If you want a playlist of streamed media, you'll need to parse that yourself and then hand off the URI to the music app. On Nov 13, 10:17 am, Ben Dodson [EMAIL PROTECTED] wrote: Well, I've

[android-developers] Re: disable home button

2008-11-13 Thread hackbod
On Nov 12, 6:38 am, zl25drexel [EMAIL PROTECTED] wrote: please, put that API to replace the lock screen, i will be more than happy to use that instead of my little hack. Yes this would be nice to have, but at this point it is a lower priority for the core android team than a lot of other

[android-developers] How to get a G1 whithout a suscription plan?

2008-11-13 Thread Juan David Trujillo C.
Hi guys! I don´t live in the US, but I would like to get a G1. Is it possible somehow to buy a G1 without a suscription plan, and just pay for the device? I´ve read that you have to pay a 2 year suscription, is that right? Thanks, Best regards, Juan.

[android-developers] Android market and ADCII

2008-11-13 Thread Juan David Trujillo C.
Hi guys! I have a question: Is it possible to upload an application to the Android market (free or charging) and then use this same application to participate in the Android developer Challenge - ADCII? When will it be possible to upload applications to the Android market, and charge for them?

[android-developers] Suddenly getting Error opening zip file compiling in Eclipse

2008-11-13 Thread AndyT
Hi I've been working on this app for a couple of days, but I've suddenly started getting weird errors compiling in Eclipse (3.3.1.1). At first I was getting an error signing my APK using jarsigner, it was complaining about a zip error, but now when I try to build or run my solution in Eclipse I

[android-developers] Re: Create screen saver

2008-11-13 Thread Kibi
Hi Dianne I don't know about anyone else, but I am NOT looking for a secondary screen support. I'm very interested in writing a screen saver. Our current hack on the Android emulator is cute, but it is not usable in a real phone, since it basically requires telnetting into the root to get

[android-developers] override or work around content-disposition to play mp3 rather than download?

2008-11-13 Thread prc
Trying to play MP3 files via links in a webpage. Most work fine - launch Music Player and play with progressive download. Some of the mp3 files have a content-disposition header which causes the Android browser to download them to storage, rather than pass off to the Music Player. Any known

[android-developers] Re: why there are two DRM implementation in Android

2008-11-13 Thread Job Evers
hackbod wrote: Could you please move this to one of the open source groups? This group is for discussion of application development with the SDK. Thanks. What are some of the open-source groups? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: G1 camera preview issues uncovered

2008-11-13 Thread marvin
Hi blindfold, could you please post your decoding algorithm for YCbCr 420 semi- planar, so we can all profit from your findings. Cheers On 13 Nov., 10:52, blindfold [EMAIL PROTECTED] wrote: I hope to have clarified the importance of defining a hardware- independent standard for preview

[android-developers] Android Junit test framework

2008-11-13 Thread Jintao Qiao
Hi : I have found there are android.test packages in SDK, So I want to know can I use this package to do API testing? Is there any instructions or sample about this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: ADB via USB

2008-11-13 Thread nt94043
On Oct 25, 4:20 pm, Dan Morrill [EMAIL PROTECTED] wrote: We are working on a 64-bit build of the ADB driver for Windows. We'll get it out just as soon as we get it built, tested, and packaged for a release. I've been searching for information on how to troubleshoot adb devices not working (on

[android-developers] Re: ADB via USB

2008-11-13 Thread Dan Pou
I have the same problem (Debian testing/64bit). It was my understanding that this may have something to do with udev marking the device as usb storage and locking out debug bridge. If anyone has any ideas, please share. On Nov 13, 2008 2:06 PM, nt94043 [EMAIL PROTECTED] wrote: On Oct 25,

[android-developers] Re: Android Junit test framework

2008-11-13 Thread Ludwig
The best way to get started is, IMHO, to have a look at the ApiDemos/tests that come with the SDK installation. Ludwig 2008/11/13 Jintao Qiao [EMAIL PROTECTED] Hi : I have found there are android.test packages in SDK, So I want to know can I use this package to do API testing? Is there

[android-developers] Re: Head-scratcher: NullPointerException from startActivity(ACTION_CALL)

2008-11-13 Thread dreamerBoy
Hi Mark - Yes, thank you for that - ~so~ much better. Call starts, screen changes.. ooh aah. However, still some issues - Right off, PhoneStateListener callback isn't being invoked for one. Still analyzing the logCat... Frustrating for me that the API is so coy about what is a Thread, what

[android-developers] Screen Lock

2008-11-13 Thread barrie
Does anyone know how we achieve screen lock on our own application? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: G1- No animated transitions between activies

2008-11-13 Thread hackbod
The emulator and device are exactly the same in this regard. By default the activity transitions are not turned on; you must have run something (like Dev Tools) on the emulator that give you the option to turn them on. The reason they aren't on by default is that there were still a few issues

[android-developers] Any way to check calendar to see if user is Busy now?

2008-11-13 Thread Jay-andro
I want to check the onboard calendar on the phone (the one thats synced with Google Calendar), to see if the calendar shows the user as Busy at the moment. Any way to do this? I'd prefer to avoid making a call to the Google calendar web service, plus I dont know if that will require my app to

[android-developers] Re: G1- No animated transitions between activies

2008-11-13 Thread ksmith44
I am certainly not aware of turning these transitions on in the emulator. I have played around with the API examples application, so perhaps one adjusted my settings. Regardless, is there a way to programmatically turn the transitions on in my code so that it will work on the G1? On Nov 13,

[android-developers] 3ed party application access Screen Lock

2008-11-13 Thread Amir
I'm trying to have my application invoke a screen locking action through invoking the already existing screen lock on the G1. Has anyone successfully proven that tis works? Any opinions on whether the API even exists? A/F --~--~-~--~~~---~--~~ You received this

[android-developers] Re: ADB via USB

2008-11-13 Thread Mark Murphy
nt94043 wrote: I've been searching for information on how to troubleshoot adb devices not working (on ubuntu for me), and am coming up very short. Here was my solution: 1. Shut down any emulators, DDMSes, Eclispes, or other Android-enabled tools. 2. Run adb kill-server, reboot, or otherwise

[android-developers] CHeck File Permissions

2008-11-13 Thread Protocol-X
Heyeveryone, Ive been tryign to figure out how to check to see if a file has read/ write permissions, or just read only permissions and have not been able to find a way that works in android.. If anyone has a working example they wouldnt mind throwing up it would be great. Thanks in advance

[android-developers] Re: ADB via USB

2008-11-13 Thread nt94043
On Nov 13, 2:52 pm, Mark Murphy [EMAIL PROTECTED] wrote: Here was my solution: 1. Shut down any emulators, DDMSes, Eclispes, or other Android-enabled tools. 2. Run adb kill-server, reboot, or otherwise get rid of the running adb daemon. I gave it a shot, but the only thing that changed

[android-developers] Re: Head-scratcher: NullPointerException from startActivity(ACTION_CALL)

2008-11-13 Thread dreamerBoy
OK - I invoked ACTION_CALL using startActivityForResult(Intent, MY_ID). I then called finishActivity(MY_ID) - that should have killed the ACTION_CALL Activity created by the system. However, I can confirm that it does not. My next brainwave was to generate a keypress on the hang-up button -

[android-developers] Google Market Download Numbers

2008-11-13 Thread tberthel
Before when I did an update my download numbers where reset to zero, but now they are not working correctly at all. My servers show more than ten times the number of new users for apps than what is shown by the developer console since I did my last update. Something has gone wrong. Is everyone

[android-developers] Re: CHeck File Permissions

2008-11-13 Thread Protocol-X
i tried but it keeps giving me errors and asking if i want to create a method canRead or canWrite On Nov 13, 7:44 pm, szeldon [EMAIL PROTECTED] wrote: What about canRead() and canWrite() methods from File class? On Nov 14, 12:11 am, Protocol-X [EMAIL PROTECTED] wrote: Heyeveryone, Ive

[android-developers] Re: Android Market Developers need phones

2008-11-13 Thread tberthel
While, I am on the 2-4 week iteration process this does not replace real device play testing. On Nov 13, 2:21 am, Al Sutton [EMAIL PROTECTED] wrote: One solution is Release Early, Release Often (http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/a...) You can keep a list of  

[android-developers] Re: How can I setup my development environment to take picture via android camera

2008-11-13 Thread [EMAIL PROTECTED]
The emulator has a camera stub that generates a fake camera image. You should see a box moving over a checkerboard in the preview. It returns a canned JPEG image when you do the image capture. On Nov 13, 4:11 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, How can I setup my development

[android-developers] Re: ADB via USB

2008-11-13 Thread nt94043
On Nov 13, 5:12 pm, Mark Murphy [EMAIL PROTECTED] wrote: Out of curiosity, are you using the original mini-USB cable? I seem to recall having a bit of odd behavior when I tried using other, seemingly compatible mini-USB cables. Yep. However, I'd love to know what exactly the difference is,

[android-developers] Re: Check for new version of applications

2008-11-13 Thread friedger
OI Update is now available on Android Market! So, developers can now just add meta-data android:name=org.openintents.updatechecker.UPDATE_URL android:value=url to version file / to the application node of the manifest and your automatic update is implemented.

[android-developers] Emulate binary port SMS?

2008-11-13 Thread Robert Barlow
Hello, Is there a way to emulate binary port SMS with DDMS or anything else? Thanks, Rob - Original Message - From: hackbod [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Friday, November 14, 2008 12:39 AM Subject: [android-developers] Re: G1- No

[android-developers] Interested in LBS AR? Android Developer Needed

2008-11-13 Thread Brightkite
Looking for an Android developer to join our mobile development team. Feel at home on Facebook Twitter? Like tackling tough groundbreaking problems? Interested in location based services augmented reality? We’d like to meet you! What can we provide to you? A decent hourly rate, a flexible

[android-developers] Convert GeoPoint to ScreenCoord

2008-11-13 Thread Allan Valeriano
Is there a way to convert from GeoPoint to screen coordinates without using MapView.getProjection().toPixels() ? This method just doesn't work! I have this code on my overridden Overlay.draw method: mapView.destroyDrawingCache(); Point point = new Point(); Point lastPoint = new

[android-developers] Re: How to handle a long press on a mapview/map overlay

2008-11-13 Thread JP
Using TouchEvent is totally simple. I am using it to determine a long tap. It's a one-liner. On Nov 13, 9:48 am, Amos [EMAIL PROTECTED] wrote: I can probably implement this in the onTouchEvent method - but I don't want to reinvent the wheel if there's already a way to do this. Any ideas?

[android-developers] Re: Google Market Download Numbers

2008-11-13 Thread Nick Melnick
On Nov 13, 7:30 pm, tberthel [EMAIL PROTECTED] wrote: Something has gone wrong.  Is everyone effected or is it just me? It looks like they merged all application updates to one node, so all of the download statistics are merged as well. This seems to be full of problems, too.

[android-developers] Re: Exchange Server Support

2008-11-13 Thread davin_thompson
Im about to have a look into that one, and see how he got past the hurdle im currently stuck on. it seems that java.net has NTLM authentication, but has no way to implment propfind and search requests. org.apache.http is extensable, and i have propfind and search working there, but no NTLM.

[android-developers] Re: ADB via USB

2008-11-13 Thread Dan Pou
I just had success by adding root. I added the udev rule, restarted udev, killed existing server, sudo ./adb devices. I still get the USB message on the phone though, but HT839GZ26011 appears in devices. On Thu, Nov 13, 2008 at 9:16 PM, nt94043 [EMAIL PROTECTED] wrote: On Nov 13, 5:12 pm,

[android-developers] Re: Android J2ME project

2008-11-13 Thread Dana Li
We have a product called J2ME Runner which allows any j2me application to run in android directly without code change What is the url to your j2me ? Thanks, Dana Li On 11/11/08, David Given [EMAIL PROTECTED] wrote: brownbear wrote: [...] I'm a new member of this group a newbie in google

[android-developers] extend MapActivity not Working

2008-11-13 Thread joshbeck
I am trying to extend the MapActivity class, but it's stumping me tonight. Notes: The first This post contains: -Working Code -Non-Working Code --I only change the extend MapActivity line and add unimplemented isRouteDisplayed() -- -Error Log Any Insight is

[android-developers] File Browser

2008-11-13 Thread Chihau Chau
I have programmed a File Browser for android and this display the root directory content then it's que next /sqlite_stms_journals /cache /sdcard /etc /system /sys /sbin /proc /init.rc /init.goldfish.rc /init /default.prop /data /root /dev but I have seen the DDMS File explorer and this display

[android-developers] can i access calendar of android handset?

2008-11-13 Thread linker lv
i want to acess calendar, what way can i find? anyone can tell me? thank you very much! --~--~-~--~~~---~--~~ 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] start your application on camera button

2008-11-13 Thread [EMAIL PROTECTED]
How can I set default preference to android open my application when camera button is clicked? Thanks in advance, -abhi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] MediaRecorder - recording without compression

2008-11-13 Thread GnuHash
Hi Is it possible to record audio from MIC without it being encoded ? Is it possible to record audio in raw format? The example given in http://code.google.com/android/reference/android/media/MediaRecorder.html uses recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); Can we use

[android-developers] How can I get a information if a message is left on the answering machine?

2008-11-13 Thread ogawa
Hi, Is there any way to get a information if a message is left on the phone? Thank you for any pointers. ogawa --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Nested UI

2008-11-13 Thread Anonymous Anonymous
Hi All, Is it possible for to implement a nested layout(like explore (+E) in windows)? Eg:I have a button in my application , when i click that button it should open 2 child's to bottom +--+ | + + something like above :D If yes any clues? Thanks steve

[android-developers] Re: How can I get a information if a message is left on the answering machine?

2008-11-13 Thread Wang Xiaoguang
What do you mean by left on the phone ? On Fri, Nov 14, 2008 at 2:41 PM, ogawa [EMAIL PROTECTED] wrote: Hi, Is there any way to get a information if a message is left on the phone? Thank you for any pointers. ogawa --~--~-~--~~~---~--~~ You received

[android-developers] Orientation of native zoom controls based on screen alignment left/right/bottom?

2008-11-13 Thread JP
I am having difficulty finding the right button to control the orientation of the native zoom controls such that they properly align with the left or right border of the screen; I use the zoom controls in a MapView. Below the (standard fare) XML layout. I can push the native zoom controls into

[android-developers] Problem with list divider

2008-11-13 Thread for android
I have a layout,something like this. Table with white bngcolor TableRows /TableRows TableRows TableLayout with blu backgrnd color TableRows /TableRows

[android-developers] Re: How can I get a information if a message is left on the answering machine?

2008-11-13 Thread ogawa
so,sorry. I had misstak,that ward was leave a message on the answering machine. thanks. ogawa On 11月14日, 午後3:52, Wang Xiaoguang [EMAIL PROTECTED] wrote: What do you mean by left on the phone ? On Fri, Nov 14, 2008 at 2:41 PM, ogawa [EMAIL PROTECTED] wrote: Hi, Is there any way

[android-developers] open intents sensor

2008-11-13 Thread Jeremy Villalobos
Hello: I am trying to get the openintents sensor simulator working. I followed the instructions from http://code.google.com/p/openintents/wiki/SensorSimulator. I set the conection instruction SensorManagerSimulator.connectSimulator(); as part of the menu as in the example file

[android-developers] Re: [EMAIL PROTECTED]

2008-11-13 Thread Anonymous Anonymous
I think you have to copy the one previously present (backup) On Thu, Nov 13, 2008 at 5:13 PM, sush [EMAIL PROTECTED] wrote: Hi, I want to test applications using the Instrumentation class that is provided by Android Framework itself. I tried with the sample Tests that are in the SDK

[android-developers] Re: How can I get a information if a message is left on the answering machine?

2008-11-13 Thread [EMAIL PROTECTED]
I think you mean voice mail. You can use android.telephony.PhoneStateListener to monitor status changes to the message indicator. On Nov 13, 11:08 pm, ogawa [EMAIL PROTECTED] wrote: so,sorry. I had misstak,that ward was leave a message on the answering machine. thanks. ogawa On 11月14日,

[android-developers] Re: start your application on camera button

2008-11-13 Thread [EMAIL PROTECTED]
Register to receive the intent android.intent.action.CAMERA_BUTTON. Here's how you might add it to your app's manifest: receiver android:name=CameraButtonIntentReceiver intent-filter action android:name=android.intent.action.CAMERA_BUTTON/ /intent-filter /receiver On Nov 13,

[android-developers] Re: MediaRecorder - recording without compression

2008-11-13 Thread [EMAIL PROTECTED]
The 1.0 SDK only supports AMR-NB which is intended for MMS messages. Look for enhancements in the future. On Nov 13, 9:50 pm, GnuHash [EMAIL PROTECTED] wrote: Hi Is it possible to record audio from MIC without it being encoded ? Is it possible to record audio in raw format? The example