[android-developers] Re: Where to buy a ADP1 Backplate/Battery Cover (with the Android robots)

2009-07-18 Thread Eric Wong (hdmp4.com)
Buy a replacement back cover from ebay ;) Cheers Eric On Jul 18, 2:37 pm, John Smith wrote: > 2009/7/17 JBDynamics > > > > > I bought an ADP1 from Brightstar Corp in November 2008 and everything > > was great until about a month ago when the camera window shattered in > > my pocket. I've calle

[android-developers] Re: How to make framework (progress bar and trick mode button such as FF, FB, Pause) not disappear with android.widget.VideoView

2009-07-18 Thread Chenny
If any constant or function to make it be? On Jul 17, 3:33 pm, Chenny wrote: > Hi guys, > > I am creating a player for multimedia test with > android.widget.VideoView. > I'd like the framework (progress bar and trick mode button such as FF, > FB, Pause)  of player view not disappear as I'd like

[android-developers] Re: Why the duration of clip is differen between VideoView.getDuration and MediaMetadataRetriever.extractMetadata(MediaMetadataRetriever.METADAT A_KEY_DURATION)

2009-07-18 Thread Chenny
Correct. When I want to get the duration, method #2 is right. matadata may be wrong from method #1. When I want to get the ID tag information, method #1 is better as Method #2 has not given out such API as Title, Aurthod, etc. Thanks Macro. On Jul 18, 1:23 am, Marco Nelissen wrote: > Method #1

[android-developers] Re: ListActivity: items with a button

2009-07-18 Thread Ivy
I hava the same problem ... At last,I change the button to a pic,looks like a button,in fact,it''s a button. Then the item can be selected... On 7月19日, 上午1时29分, BoD wrote: > Hi! > I'm sure this is a classic question, but I couldn't find the answer > anywhere. > > I'm trying to have a ListActiv

[android-developers] How to get the top 10 datas in contacts?

2009-07-18 Thread Ivy
I only want to get the top 10 datas from the Contacts. How the make up the query conditions? thx! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread f_heft
There is a CD with the 'New PC Studio' and a driver (which can only be installed by installing the New PC Studio) .. but this install fails at least on Win7 and I can't get it working on my Netbook (WinXP), too. Is there any chance I could get the "raw" driver (not a Setup) ? Would it work if som

[android-developers] Re: Alternatives to Multitouch

2009-07-18 Thread John Smith
2009/7/19 Jason Van Anden > I need to zoom-in/zoom-out for my app. Multitouch would be the most > obvious way to go about this *sigh*. > No it's not the most obvious, it's the most annoying. Have a look at the default dialer app in contacts, it uses a semi-transparent slider that shrinks/grows

[android-developers] Re: error on Oauth on android

2009-07-18 Thread Mark Murphy
Radzell wrote: > The emulator keep saying the program unexpectically stopped Look at the stack trace to see the exception that caused your problem. You can find the stack trace in LogCat (adb logcat, DDMS, or the DDMS perspective in Eclipse). -- Mark Murphy (a Commons Guy) http://commonsware.co

[android-developers] error on Oauth on android

2009-07-18 Thread Radzell
private void authpost(String verificationCode) throws OAuthMessageSignerException, OAuthNotAuthorizedException, OAuthExpectationFailedException, OAuthCommunicationException, IOException{ /*Creates a consumer object and configure it with access * token and token secret still needed

[android-developers] Re: Avoid Failed Binder Transaction

2009-07-18 Thread Don Tran
There is definitely a bug here and I think it's within Android. I do not get an error stacktrace or anything but my application will just completely freeze and it won't continue on and within a few minutes I will see the Failed Binder Transaction. The exact line it's freezing at is Process proce

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread dan raaka
the driver in the SDK doesn't have one for Galaxy.Didn't you get the driver as part of the cd contents in the galaxy box ? -Dan On Sat, Jul 18, 2009 at 1:45 PM, f_heft wrote: > > I think I installed the wrong driver .. the driver in the folder > "usb_driver" is only for two HTC devices and a ge

[android-developers] Re: Android video and the browser

2009-07-18 Thread RaviY
Have the link as http://my.web.page./my_clip.mp4 on your webpage. When the user clicks on it, the link would be passed to the mediaplayer. Note that not all mimetypes are recognized by the mediaplayer. -Ravi On Jul 17, 2:43 pm, Jason Proctor wrote: > >I was under the impression the OP wasn't an

[android-developers] Re: Should we use jade androide to develop application?

2009-07-18 Thread sujitm
Hi Yusuf, My requirement is very simple.I want to send a plain text to the same application of another android user. Can you tell me more about SIP. Can you give me some useful link. Thanks, Sujit On Jul 16, 11:40 pm, "Yusuf T. Mobile" wrote: > Finding or installing aJADEserver, and using jCh

[android-developers] Re: Low accuracy of the accelerometer Sensor

2009-07-18 Thread dilit
1. Tried to use event.timestamp instead of System.currentTime Still the same result: device skips some measurements. Many times, this is detrimental to being able to produce an accurate drawing of the phone motion. Some important acceleration "peaks" are missed. One way to combat this problem ma

[android-developers] Re: Alternatives to Multitouch

2009-07-18 Thread castro....@gmail.com
Hi, There is no easy way to do that, specially because you might have other functionality assigned to one finger specific gestures. Anyway, here's a suggestion: zoom in: one finger double tap zoom out: one finger long press or wait for multi-touch support... --- Ricardo Castro --~--~--

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread f_heft
I think I installed the wrong driver .. the driver in the folder "usb_driver" is only for two HTC devices and a general "adb bridge". I tried to install the "adb bridge"-driver für the galaxy, but that didn't work. I wonder how you installed the driver for the galaxy .. did you just take the files

[android-developers] Re: Change RamDisk size

2009-07-18 Thread Mark Murphy
Sergio Ciruela wrote: > I would like to change the ramdisk size. How I can change this? I have > a process that It does not finalize its task because Zygote kill it. I have no idea what you mean by "ramdisk" in this situation. If you are developing an application for the SDK, your process may be

[android-developers] Change RamDisk size

2009-07-18 Thread Sergio Ciruela
Hi!! I would like to change the ramdisk size. How I can change this? I have a process that It does not finalize its task because Zygote kill it. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-18 Thread dan raaka
My environment is win xp. if you see things properly in the device manager, i am guessing you have installed the drivers properly. can you post what you see in the settings->about .. about the build info you have .. -Dan On Sat, Jul 18, 2009 at 3:27 AM, Olaf Geibig wrote: > > I also don't see

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread dan raaka
in your device manager (I verified mine on win xp) do you see the device as 'samsung adb interface device', and check if you have enabled adb on the device .. in settings->development -Dan On Sat, Jul 18, 2009 at 2:13 AM, f_heft wrote: > > Okay, so now I installed the usb_driver from the SDK R3

[android-developers] Re: WebView and HTTP Post requests

2009-07-18 Thread DGupta
Yeah so thats basically what I had to do,except if I got the Cookies from the HttpResponse by asking for the Set-Cookie headers and placing the values from each of the headers as the "value" for setCookie() and just use the URL. This way I didn't have to build a string, the string was already the

[android-developers] Re: WebView and HTTP Post requests

2009-07-18 Thread DGupta
Yeah so thats basically what I had to do,except if I got the Cookies from the HttpResponse by asking for the Set-Cookie headers and placing the values from each of the headers as the "value" for setCookie() and just use the URL. This way I didn't have to build a string, the string was already the

[android-developers] Re: GPS on G1/G2

2009-07-18 Thread Maps.Huge.Info (Maps API Guru)
If you mean by a "G2" the Google Ion (HTC Magic given out at Google IO), then the answer is yes, it does work as expected. I don't have a G1 to confirm this but if it works on the emulator, I would expect it to work on the Ion. -John Coryat --~--~-~--~~~---~--~~ Yo

[android-developers] Alternatives to Multitouch

2009-07-18 Thread Jason Van Anden
I need to zoom-in/zoom-out for my app. Multitouch would be the most obvious way to go about this *sigh*. I would prefer not to use the zoom-in/out widget. I have been trying a number of other techniques but am not satisfied with the feel. Looking for suggestions from the community on alternativ

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Maps.Huge.Info (Maps API Guru)
If you mean by "GPS emulation bug" the problem with network provider on the emulator, it does, or at least does to my satisfaction. Before, accessing the "network" provider caused an error. Now it works as expected. -John Coryat --~--~-~--~~~---~--~~ You received t

[android-developers] Re: Asking for Donations

2009-07-18 Thread Maps.Huge.Info (Maps API Guru)
According to the market terms: "All fees received by Developers for Products distributed via the Market must be processed by the Market’s Payment Processor." Does this allow for fees to be collected outside of the market, like in OP's question, but using the "Market's Payment Processor?" Another

[android-developers] ListActivity: items with a button

2009-07-18 Thread BoD
Hi! I'm sure this is a classic question, but I couldn't find the answer anywhere. I'm trying to have a ListActivity whose items feature a button. As soon as I include the button on my item layout, the rows are no longer selectable. Any pointers to tutorials or sample code would be much appreciat

[android-developers] Re: Best practise to deal with killed services?

2009-07-18 Thread Dianne Hackborn
You shouldn't really be able to force the behavior by "opening many applications," since only one can be in the foreground at the time, and background applications are always killed before ones actively running services. You can certainly force this by starting up a bunch of processes running serv

[android-developers] Re: Asking for Donations

2009-07-18 Thread JP
Hey perhaps he'll make'em an effort they can't refuse. On Jul 18, 9:30 am, Disconnect wrote: > That sounds 100% like "selling additional levels". > > On Sat, Jul 18, 2009 at 10:05 AM, qh.p...@gmail.com wrote: > > > good question, > > I am also interested by the answer > > > On 18 juil, 14:21, a

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Brian Conrad
Does this fix the GPS emulation bug? - Brian Dan Morrill wrote: > Hi, all! > I wanted to let you know that a new SDK has been released: 1.5_r3 is now > available. This is a minor release, and includes a Japanese IME and fixes > for a few bugs, including a permissions issue. You can read more

[android-developers] Re: Fast, efficient usage of an object pool

2009-07-18 Thread Fred Grott(shareme)
Thank you Romain .. On Jul 18, 10:25 am, Romain Guy wrote: > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;... > > On Sat, Jul 18, 2009 at 4:38 AM, Fred > > > > Grott(shareme) wrote: > > > Romain, was it renamed cannot find it by your link.. > > > On Jul 15, 3:55 pm, Rom

[android-developers] Re: Asking for Donations

2009-07-18 Thread Disconnect
That sounds 100% like "selling additional levels". On Sat, Jul 18, 2009 at 10:05 AM, qh.p...@gmail.com wrote: > > good question, > I am also interested by the answer > > On 18 juil, 14:21, aclelland wrote: >> I've read part 3 of the marketplace agreement and I can't see an >> answer. >> >> If I

[android-developers] Re: Fast, efficient usage of an object pool

2009-07-18 Thread Romain Guy
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/util/Pools.java;h=8edb3e60405ed70f0b97b477b48c53fcab88c631;hb=donut On Sat, Jul 18, 2009 at 4:38 AM, Fred Grott(shareme) wrote: > > Romain, was it renamed cannot find it by your link.. > > On Jul 15, 3:55 pm,

[android-developers] Re: Asking for Donations

2009-07-18 Thread qh.p...@gmail.com
good question, I am also interested by the answer On 18 juil, 14:21, aclelland wrote: > I've read part 3 of the marketplace agreement and I can't see an > answer. > > If I released a game for free with 100 levels but had a link in the > application to my website where people could donate if they

[android-developers] Re: Best practise to deal with killed services?

2009-07-18 Thread Mariano Kamp
onDestroy() seems to be called regularly before the process vanishes, but onDestroy() is not. The process is just gone. On Wed, Jul 15, 2009 at 11:58 AM, Mariano Kamp wrote: > Also, what is the best way to deal with wake locks in these situations? > > > On Mon, Jul 13, 2009 at 1:44 PM, Mariano Ka

[android-developers] Asking for Donations

2009-07-18 Thread aclelland
I've read part 3 of the marketplace agreement and I can't see an answer. If I released a game for free with 100 levels but had a link in the application to my website where people could donate if they liked the game, once they donated I provided them with a code to unlock more levels to the game.

[android-developers] Re: Fast, efficient usage of an object pool

2009-07-18 Thread Fred Grott(shareme)
Romain, was it renamed cannot find it by your link.. On Jul 15, 3:55 pm, Romain Guy wrote: > We have an efficient implementation for you: use thePools.java file > fromhttp://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;... > (and the associated classes.) These are not public API

[android-developers] Re: open context menu for a specific item of the list

2009-07-18 Thread Saurav Mukherjee
sry i made a mistake in my P.S. @Override public boolean onContextItemSelected(MenuItem item) { return true; } onContextItemSelected() can be overriden in an activity only. On Sat, Jul 18, 2009 at 4:55 PM, Saurav Mukherjee < to.saurav.mukher...@gmail.com> wrote: > let me c if i can

[android-developers] Re: open context menu for a specific item of the list

2009-07-18 Thread Saurav Mukherjee
let me c if i can help u. @Override protected void onCreateContextMenu(ContextMenu menu) { super.onCreateContextMenu(menu); menu.setHeaderTitle("Message Menu"); menu.add("Open "); menu.add("Reply"); menu.add("Delete "); menu.add("Close Menu"); } public void (){ .r

[android-developers] Re: Drawing a dotted line

2009-07-18 Thread karthikr
I had a look at the demos but i am not able to find out as to how to draw a dotted rectangle. Can someone help me out with some example? On Jul 17, 8:57 pm, Peli wrote: > Have you looked into the API demos? There are a couple of examples of > lines with various patterns. > > Peliwww.openinten

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-18 Thread Olaf Geibig
I also don't see the galaxy. I'm on ubuntu hardy 64 bit. My udev rule: SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666" Sorry for cross posting but I think this thread is better for this subject so I'll stick to this one now. --~--~-~--~~~---~--~~ You receive

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Olaf Geibig
I also don't see the galaxy. I'm on ubuntu hardy 64 bit. My udev rule: SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-18 Thread f_heft
I installed the usb_driver from the SDK R3 on Win7 and it worked quite well (apart from some bitchyness of Win7 itself). Now the Galaxy is recognized as "Samsung Android USB device". I turned on 'USB debugging' but neither 'adb devices' nor DDMS list the Galaxy :-/ --~--~-~--~~

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread f_heft
Okay, so now I installed the usb_driver from the SDK R3 (which worked well after some messing around with Windows 7). But neither 'adb devices' nor DDMS recognize the Galaxy. Did I miss sth? On 18 Jul., 00:55, dan raaka wrote: > nothing magical .. added vendor ids .. > // Samsung's USB Vendor

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-18 Thread Kitagua
How did you do that? Which OS do you use (XP,Vista,Windows7,Ubuntu,...)? I am anxious to get it running here as well :) Kitagua On 17 Jul., 23:58, dan raaka wrote: > adb in SDK r3 plays nice with Samsung Galaxy. > > -Dan > > On Thu, Jul 16, 2009 at 9:13 AM, dan raaka wrote: > > in the short run

[android-developers] Re: open context menu for a specific item of the list

2009-07-18 Thread Georgios Galyfos
Thanks again for the reply! I think you have misunderstood what I am trying to do though..I am using context menus in all my screens and they all work OK. The onCreateContextMenu does get called and then the context menu opens normally... However, my question is how do I prepare the context menu i

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Abdul Mateen
Have I to upgrade My G1 also, mean I just download the SDK 1.5r3 without any modification to the system image of G1 it will work fine? On Sat, Jul 18, 2009 at 7:07 AM, dan raaka wrote: > as in dogfood ? > > -Dan > > > On Fri, Jul 17, 2009 at 4:27 PM, MrChaz wrote: > >> >> fyi, this just got push

[android-developers] How can I see all comments on my app?

2009-07-18 Thread balachmar
If I go to the market on my dev phone, I see other comments than when I go to this website: http://nl.androlib.com/android.application.nl-wligtenberg-tpw-jwnm.aspx The only thing I can think of is, that my dev phone only supports the English language and that the website displays the comments in

[android-developers] GPS on G1/G2

2009-07-18 Thread olko
I am wondering if an application that uses GPS and was developed and tested on the emulator and G1 will work on G2? I have got a comment from a G2 user that GPS did not work.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google