[android-developers] Re: testing in app billing - I can't repurchase after refunding

2012-10-12 Thread Andrew Kao
Any news from Google on when this would be fixed? On Thursday, September 6, 2012 4:39:27 PM UTC-7, spocky12 wrote: Thanks god I found your post. It's been 2 days I started implementing in-app billing and I really thought it would never be done. Now I know I'm not crazy and that there's

[android-developers] fonction paste with android level 7

2012-04-26 Thread kao
hello, I tried to implement the function copy and paste into android level 7,but I hadn't find the correct code because there are many methods offred by android to do this but for API level 11.So if someone could help me I will be very thankful. -- You received this message because you are

[android-developers] Why can't I set the device Microphone mute

2011-05-11 Thread Ian Kao@TW
Now I am trying to build a apk which can control the device's hardware. When I try to mute microphone with the AudioManager.muteMicrophone and AudioSystem.muteMicrophone methods. As a result, I can only mute the Microphone in my own apk, when I jump to another apk such as some other recorder, the

[android-developers] Re: Motorola Droid - QCIF Camera Preview and Capture

2010-07-09 Thread kao
i've faced the same issue with the droid's camera. and i think i can add few details. 1. reboot droid and start droid's native camera application preview is ok (every time after reboot) 2. exit the camera app and start modified (for QCIF) sample app preview is bad. 3. exit the sample app and

[android-developers] GPS Power Consumption Questions

2008-09-24 Thread Jeff Kao
Our app uses the LocationManager to request ongoing updates from the onboard GPS service. GPS is notoriously power-hungry, and I'd love to gain some insight from Google Engineers on how to best use GPS in our app to prevent too much battery waste in usage on the actual G1 device. Can a Google