[android-developers] A Question regarding Android system preferences: Settings.Secure

2010-05-21 Thread Android Development
Hello, This is regarding the DATA_ROAMING property given here: http://developer.android.com/reference/android/provider/Settings.Secure.html#DATA_ROAMING What exactly does it mean to enable/disable data roaming ? If the user is roaming in the same access technology (say GSM), then handoffs will

[android-developers] Re: Participate in app promotion experiment

2010-05-21 Thread Maps.Huge.Info (Maps API Guru)
Latest results: campaign | impressions | clicks | ctr +-++-- Punching for Health| 14300 |195 | 1.36 ArmaBoing |6763 |101 | 1.49 Google Voice Call Ad | 14292 |237 | 1.66

[android-developers] Re: Help!!!! Live streaming (from DSS to android)

2010-05-21 Thread debelyoo
Hello Jez, I'm facing the same problem. I posted another post (http:// groups.google.com/group/android-developers/browse_thread/thread/ ebb4ca5b298a8d92/1d00336c835d1ccb?lnk=gstq=debelyoo#1d00336c835d1ccb) about this issue but I have not received any solution yet. Any help would be much

[android-developers] Multiple Window support on Android?

2010-05-21 Thread Karthik Ravi Shankar
Hi, I'm an application developer, trying to develop a graphics application. I have been trying to get multiple windows each rendering their view up for quite sometime with no headway. I have gone through the documentation but have not come across any technique to enable multiple window support.

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-21 Thread Ivan Greene
for me, I am developing an app that I think will be heavily pirated. my idea to stop that is to require the user to update with each update I make (maybe once every 2 weeks or so), which would require them to buy it. the app needs to connect to my server anyway, so if it connects with an older

[android-developers] Open Mic failed on Froyo emulator

2010-05-21 Thread Alger, Lin
I got new SDK today, and test my program on emulator. However, I can't open Mic on 2.2 emulator, it's work on earlier emulator, my code list below. new AudioRecord(AudioSource.MIC, 16000, AudioFormat.CHANNEL_CONFIGURATION_MONO,

[android-developers] Re: Application Crash Reporting made easy - needs testers

2010-05-21 Thread laphroaig15
Built a similar solution a few months ago that integrates with Google and Atlassian issue trackers. heroicefforts.github.com/Viable. On May 20, 6:46 pm, Kevin Gaudin kevin.gau...@gmail.com wrote: Hello Justin, handleException() handles your caught exceptions exactly the same way uncaught

[android-developers] how to transfer a geopoint from a mapActiviy to the other activity

2010-05-21 Thread xhy
hi all,i want to transfer a geopoint from a mapActiviy to the other activity,the code is below: Geopoint p= items.get(i).getPoint(); Intent intent=new Intent(); Bundle bundle=new Bundle(); bundle.putSerializable(key, (Serializable)p);

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread ko5tik
On 21 Mai, 07:36, yuku yuk...@gmail.com wrote: I got 8 bugs in total for my app, dated May 5, May 13, and May 21. How could those bug reports be there, when Froyo is not even released? apparently your app is used by someone who gets access to fresh android images ( well, I got onyl 2 bugs

[android-developers] HTTP Post parameters don't show up on server

2010-05-21 Thread Patrick
Hallo! I'm trying to send some json object as postparameters using the httpclient. Therefore on the (android) client I use the following code: HttpClient httpclient = new DefaultHttpClient(); HttpPost httpPostRequest = new HttpPost(http://10.0.2.2/TestServlet?

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-21 Thread Tomáš Hubálek
I think that this is also way. But some users hate updates (I got feedback that my app has too often updates ;-) ). I still think that Google should provide API for programmatical verification whether user bought given copy or not. Tom On Fri, May 21, 2010 at 8:14 AM, Ivan Greene

[android-developers] Searching for Vumeter or needle indicator

2010-05-21 Thread sandma...@libero.it
Hi, I'm searching for a VUMeter or a needle indicator component, like the old instrumentation or the old hifi equipment had. Is there anything available? Ciao -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

回复: [android-developers] Memory leaks???

2010-05-21 Thread Jiang
My God. The statements to send messages cause memory leak. I should use the following statements instead. Message message = m_handler.obtainMessage(); message.what = 1; message.what = obj; message.sendToTarget(); --- 10年5月21日,周五, Jiang webs...@yahoo.cn 写道: 发件人: Jiang

[android-developers] Re: How to debug SIGSEV?

2010-05-21 Thread Urizev
On May 1, 12:13 am, fadden fad...@android.com wrote: On Apr 30, 1:22 pm, Mariano Kamp mariano.k...@gmail.com wrote: I am wondering if there is any way to debug aSIGSEV? I have not much experience with those native crashs. This issue only seems to happen with the HTC Incredible and I

[android-developers] Re: Problem while passing aray list to next activity in widget application

2010-05-21 Thread sunita
Thank u so much for ur reply Actually i soved the problem I have created this app widget in android 1.6 and I was testing this application on android 2.1.Thats why I was getting this peroblem Now I have created application in android 2.1 and I have used old source code..Now its

Re: [android-developers] Re: Multitouch / Pinch To Zoom in Android 2.2?

2010-05-21 Thread Mariano Kamp
No, that is not the case. Since 2.1 update 1 pinch to zoom works on the N1 (and Milestone), but only when this is set: http://developer.android.com/intl/zh-TW/reference/android/webkit/WebSettings.html#setBuiltInZoomControls(boolean) Looking at the code would not tell me what the API changes are.

[android-developers] Android Market Developer Console Bugs IS NOT WORKING properly for me.

2010-05-21 Thread Tomáš Hubálek
I have trouble with this feature. Data there are inconsistent!. On dashboard I have TWO new bugs. Going down I see one NEW and one OLD. When I click on NEW link I see one OLD only. When I go down I see bug marked as OLD. More info for Android Market developers: application:

[android-developers] Re: capture outgoing sms in android

2010-05-21 Thread Nandan .
h can any one help me how to capture outgoing sms in android.. thank you bhavesh On Thu, May 20, 2010 at 4:33 PM, Nandan . bhavesh2...@gmail.com wrote: Hii. In android there is a broadcast Receiver for incoming SMS. but in my application i want to capture outgoing SMS through

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread westmeadboy
Does anyone know whether it works for apps not installed via the Market (but which do exists on the Market)? Hmmm, I doubt it since if it did, then all the bugs during testing would appear there... On May 21, 8:35 am, ko5tik kpriblo...@yahoo.com wrote: On 21 Mai, 07:36, yuku yuk...@gmail.com

[android-developers] Re: samsung app store

2010-05-21 Thread Piotr Buła
Why would users need another Android app store? Let's see: - paid apps (for users) - paid apps (for developers) - browsing through a website - buying through a website - payment methods different then Google Checkout - no trash apps (some form of quality standards) - and all of this in their

[android-developers] Installing mysql, apache servers in Android

2010-05-21 Thread Ashok Jeevan
Hi, Is it possible to install MySQL and Apache servers on an Android device? One of the requirement was that the Android app has to communicate with a local server via Wifi (via browser for accessing PHP pages). Instead of that, the whole server side (including MySQL, Apache), has to be

Re: [android-developers] Searching for Vumeter or needle indicator

2010-05-21 Thread Krishna Mohan
SoundRecorder has it. On Fri, May 21, 2010 at 12:26 PM, sandma...@libero.it sandma...@libero.itwrote: Hi, I'm searching for a VUMeter or a needle indicator component, like the old instrumentation or the old hifi equipment had. Is there anything available? Ciao -- You received this

[android-developers] Re: PVMFFailure when using MediaPlayer for radio streams

2010-05-21 Thread MobDev
so there is actually still no solution ? We have a new and modern platform which cannot stream mp3's or aac from the net ? Well I guess we didn't move that far from j2me at all, this is still a very frustrating MediaPlayer class... On 19 mei, 00:25, rooster 808 rich.al...@gmail.com wrote:

[android-developers] View Transition like book page

2010-05-21 Thread Koushik Majumder
Hi All I am developing and book reading application where I want a next page transition like book page. at this moment I have used flipper but it not looks good. In iPhone it is possible with curl transition. so is it possible in android? if yes then how? please help.. Thanks --

Re: [android-developers] Installing mysql, apache servers in Android

2010-05-21 Thread Chi Kit Leung
I don,'t think so. If you rooted your phone that may be possible. But that will overload your device On May 21, 2010 6:16 PM, Ashok Jeevan ashokjee...@gmail.com wrote: Hi, Is it possible to install MySQL and Apache servers on an Android device? One of the requirement was that the Android app

R: Re: [android-developers] Searching for Vumeter or needle indicator

2010-05-21 Thread sandma...@libero.it
Messaggio originale Da: krishnada...@gmail.com Data: 21/05/2010 10.25 A: android-developers@googlegroups.com Ogg: Re: [android-developers] Searching for Vumeter or needle indicator SoundRecorder has it. Ok, but how can I use it in my apps, i.e. is there any source of it? Ciao --

[android-developers] Google TV frame capture?

2010-05-21 Thread blindfold
Will Google allow Android applications to grab and process individual video frames of the currently selected channel in Google TV sets? I would be interested in that, and the process can be very similar to capturing preview images from a (second) camera. Thanks The vOICe for Android

回复: [android-developers] Re: capture outgoing sms in android

2010-05-21 Thread Jiang
1, Cache all messages's hash code on the phone 2, Register an content observer for content://sms 3, In onChange method of observer, enumrate all messages to check if it is in cache, if not, the message is sent out just now. --- 10年5月21日,周五, Nandan . bhavesh2...@gmail.com 写道: 发件人: Nandan .

Re: [android-developers] Re: How to debug SIGSEV?

2010-05-21 Thread yangm
See here: addr2line http://groups.google.com/group/android-developers/browse_thread/thread/73f89bb8739c24bb/e5c7fd02dfbc74fd?q=stack+trace+addr2line+faddenpli=1 2010/5/21 Urizev uri...@gmail.com On May 1, 12:13 am, fadden fad...@android.com wrote: On Apr 30, 1:22 pm, Mariano Kamp

[android-developers] Re: Communicating from Android Service to an Activity

2010-05-21 Thread FrankG
Thanks a lot for this hint. But in my case I have an independent GUI in a seperate prozess. I must check whether I can avoid this and use this local binding pattern. Thanks a lot ! Frank On 19 Mai, 09:46, redders redders6...@googlemail.com wrote: Looking into this further - I now

Re: Re: [android-developers] Searching for Vumeter or needle indicator

2010-05-21 Thread Krishna Mohan
What is your actual requirement, you have said u want a VU meter but in what case scenario you want that meter. In SoundRecorder the VU meter needle moves depending on the audio input. You may get the .apk from internet. Regards, -Krishna On Fri, May 21, 2010 at 3:00 PM, sandma...@libero.it

[android-developers] GOOD NEWS: Android Latest SDK 2.2(Froyo) is available now

2010-05-21 Thread Gulfam
Hi All, Congtrates to Adroid Devloper's Team on launching latest SDK 2.2(Froyo). Get it now from http://developer.android.com/ Cheer, Gulfam Hassan SSE @ Macrosoft Pakistan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: How to create a panel like MediaController

2010-05-21 Thread Ke Wu
I solved this problem by using FrameLayout. The control panel I created is not a window, but a view, a part of the main activity, and I used Animation to show/hide this 'panel' so it would be looked like a real panel. Fortunately this view could match all my requirement. 2010/5/20 KerlW

Re: [android-developers] Re: samsung app store

2010-05-21 Thread Juan Delgado
+1 I think in the future companies building apps will sell them through their own channels. Sure you can buy Photoshop from many places (including Adobe's website), not only on a single store? At the end of the day you just buy it from the channel you trust. Also, I think things like Linux

R: Re: Re: [android-developers] Searching for Vumeter or needle indicator

2010-05-21 Thread sandma...@libero.it
---Messaggio originale Da: krishnada...@gmail.com Data: 21/05/2010 11.41 A: android-developers@googlegroups.com Ogg: Re: Re: [android-developers] Searching for Vumeter or needle indicator What is your actual requirement, you have said u want a VU meter but in what case scenario you

[android-developers] Re: Petitions to Google

2010-05-21 Thread Tomáš Hubálek
On 20 kvě, 16:12, Leigh McRae leigh.mc...@lonedwarfgames.com wrote: On 5/19/2010 11:49 PM, Xavier Ducrohet wrote: First the OP didn't talk about using a preprocessor for xml.  I would agree that that would be odd and there are better tools for that.  Still a preprocessor could be used to

[android-developers] Re: Multiple Window support on Android?

2010-05-21 Thread Kevin Gaudin
Android's windows implementation is not what you would expect when coming from desktop application development. If you need multiple rendering view, you'll have to manage them in only one android windows, displaying your rendering in Views rendered in a Layout. Kevin On May 21, 8:11 am, Karthik

[android-developers] Re: samsung app store

2010-05-21 Thread Tomáš Hubálek
On 21 kvě, 11:48, Juan Delgado zzzar...@gmail.com wrote: +1 I think in the future companies building apps will sell them through their own channels. Sure you can buy Photoshop from many places (including Adobe's website), not only on a single store? At the end of the day you just buy it from

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
Hello, The reporting feature has been enabled on some 2.1 devices. First, a number of Droids, and now some Nexus Ones (mine for example, and I know another one in France where I live, since the 19th of May). I don't know how this activation is done, I didn't do anything special to activate it,

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-05-21 Thread Tomáš Hubálek
BTW: In different thread they said that the'll not react on petitions, but I still think that this petition is good thing. On 17 kvě, 11:42, rob irondad rob.irond...@gmail.com wrote: Hello, fellow developers, Just a quick update on the petition that was posted 3 months ago now, As of now it

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread westmeadboy
I think you mistyped the first link: http://acra.googlecode.com Is there a programmatic way to check whether the new auto-reporting is enabled? Then, if its not, it would be easy to enable a tool like yours, or Flurry or whatever. On May 21, 12:08 pm, Kevin Gaudin kevin.gau...@gmail.com wrote:

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
Thanks for correcting my typo ! I'm looking for such a way to detect the availability of the market reporting feature. I have a few ideas, based on what appears in the logcat when the reporting dialogs are invoked, but I have not been able to test them for the moment. Kevin On May 21, 12:18 pm,

Re: [android-developers] Re: android tablet emulator creation

2010-05-21 Thread Nikhil Patil
Hi Jeff, Does Froyo SDK provides a skin for 1024X600? Or you created it? Can you enlighten us by giving a step-by-step walk-through? It will help a lot! :) Regards, Nikhil Patil On Fri, May 21, 2010 at 6:15 AM, Jeff codesec...@gmail.com wrote: Froyo SDK now allows to emulate tablet

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread String
On May 21, 8:51 am, westmeadboy westmead...@yahoo.co.uk wrote: Does anyone know whether it works for apps not installed via the Market (but which do exists on the Market)? It's not looking like it does. I just installed an app (which crashes) on both my Nexus One and a 2.2 emulator, and

[android-developers] Re: android tablet emulator creation

2010-05-21 Thread Jeff
In Eclipse, select Window menu, launch Android SDK and AVD manager. Create a new AVD with target Android 2.2 and set the resolution you need. On May 21, 2:23 pm, Nikhil Patil nikhilpatil2...@gmail.com wrote: Hi Jeff, Does Froyo SDK provides a skin for 1024X600? Or you created it? Can you

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
On the preview offered by the reporting feature, there is an installed by field (or something similar) containing a package name which is com.google.android.feedback. There might be a system test on this value to send reports only for applications installed via the market. Kevin On Fri, May 21,

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Sean Hodges
Yeah, you can't trick it like that String. It uses the Prediction API to only log bugs that it believes you don't know about. On Fri, May 21, 2010 at 11:37 AM, String sterling.ud...@googlemail.com wrote: On May 21, 8:51 am, westmeadboy westmead...@yahoo.co.uk wrote: Does anyone know whether it

Re: [android-developers] Re: android tablet emulator creation

2010-05-21 Thread Nikhil Patil
Ohh! That simple! Thanks a lot Jeff!! Gonna try it now.. Regards, Nikhil Patil On Fri, May 21, 2010 at 4:08 PM, Jeff codesec...@gmail.com wrote: In Eclipse, select Window menu, launch Android SDK and AVD manager. Create a new AVD with target Android 2.2 and set the resolution you need.

[android-developers] how to access device contact book from my own application

2010-05-21 Thread learning by sharing
HI I want to access the contact book from my application.How to go about it.Any pointers would be of great help. -- 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

Re: [android-developers] Re: Communicating from Android Service to an Activity

2010-05-21 Thread Edward Hinchliffe
I see - just to be clear - you'll only be operating a GUI in a separate process if you've either got 2 separate applications, or one application where an activity within it explicitly specifies it wants to run in a separate process. I only say this because I didn't understand the term 'process'

Re: 回复: [android-developers] Re: capture outgo ing sms in android

2010-05-21 Thread Ralph Bergmann
Am 21.05.10 11:33, schrieb Jiang: 2, Register an content observer for content://sms but remember: http://android-developers.blogspot.com/2010/05/be-careful-with-content-providers.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] how to access device contact book from my own application

2010-05-21 Thread Mark Murphy
I want to access the contact book from my application.How to go about it.Any pointers would be of great help. For Android 2.x, look at android.providers.ContactsContract. For Android 1.x, look at android.providers.Contacts. Here are some sample projects demonstrating the the basic use of

Re: [android-developers] Google TV frame capture?

2010-05-21 Thread Mark Murphy
Will Google allow Android applications to grab and process individual video frames of the currently selected channel in Google TV sets? That will be a fine question for 6-9 months from now, when the Google TV SDK add-on for Android (or however they package it) becomes available. Right now, I

Re: [android-developers] Multiple Window support on Android?

2010-05-21 Thread Mark Murphy
Hi, I'm an application developer, trying to develop a graphics application. I have been trying to get multiple windows each rendering their view up for quite sometime with no headway. I have gone through the documentation but have not come across any technique to enable multiple window

[android-developers] How is the camera view angle determined in getHorizontalViewAngle ()?

2010-05-21 Thread Stephen Lebed
I'm curious how the camera view angle determined using getHorizontalViewAngle? Is it predefined within the API, or is it provided by the hardware? Thanks, Stephen -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] G1 phone and update firmware 2.0-2.2 - question

2010-05-21 Thread EvgenyV
Hi All, 1. Guys please suggest some official Google/HTC link with explanation why HTC G1 phone can't be updated to Adroid 2.0-2.2 firmware. 2. Is Google planning to sell latest versions of dev phones in the near future? Thanks in advance, Evgeny -- You received this message because you are

[android-developers] Re: Google TV frame capture?

2010-05-21 Thread blindfold
I know, I seem to make a habit of nagging ahead of time, just like I did with the JIT compiler in 2008 when it is was deemed to have a low priority (and there was no NDK back then to ease the pain), and the need to allow for in-memory audio synthesis and support for multiple cameras. So I rather

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Kevin Gaudin
The ability for bug reporting has been added to AOSP 1 year ago : https://android.git.kernel.org/?p=platform/frameworks/base.git;a=commit;h=f5b9c72022f574417862e064cc0fdd8ea2d846dc Now I have some serious things to test to detect the availability of error reporting. :-) Kevin On May 21, 12:45 

[android-developers] Re: Do I need to buy Google Maps license?

2010-05-21 Thread Rahul
You have to only get the map API key to run the maps in android. You can search for the way to get the API keys. I am a bit confused about using CANVAS... You must use a MapView to display a Google map and in xml file u have to just include the API key that u get... On May 20, 3:31 pm, Samuh

[android-developers] Date type as a parameter on a SoapObject

2010-05-21 Thread Lamia Hannoun
Hi ! I want to send a parameter to my .net webservice, but it's type (Date) causes errors. Any ideas about how to make it work. Thx. -- 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] How t o make a magnifying glass On a picture?

2010-05-21 Thread peng
hello I want to make a magnifying glass on a picture so that the part of picture is extended ?AS http://i3.6.cn/cvbnm/72/60/36/73dfcc8862020e9ed366a55e72e3.jpg could you give me some code or sample? thank you -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Android Team: Please give help on serious OnSensorChanged()-not-called-in-standby bug

2010-05-21 Thread Bruno Albuquerque
Resurrecting an old thread, with good news for a change. ;) Issue 3708 (http://code.google.com/p/android/issues/detail?id=3708) has been fixed and is included in Android 2.2. -Bruno 2010/1/26 Alexander Kosenkov alexan...@kosenkov.com: I've just updated Smart Alarm Clock (27k installs) with

[android-developers] Google's global quick search widget missing in Android 2.2

2010-05-21 Thread And-Rider
I was unable to find the google's search widget on the home screen neither on the the list of available widgets.If i click menu from the home screen and if i press search nothing happens. I could neither find an option called Search in settings page from where i could enable my application in

[android-developers] Re: Google TV - Developer Device Seeding

2010-05-21 Thread Moto
Yes 100% same here... seeding of Google Tv would be great! I can't wait to get started! -Moto On May 20, 7:29 pm, Gabriel Simões gsim...@gmail.com wrote: I wish they do a new round of the smartphone seeding for developers from other countries before this. We barely can find devices to buy

[android-developers] MapView crushes in satellite mode if android:anydensity is set true

2010-05-21 Thread Vincent
Hi, On Android 1.6 WVGA device, a map view in satellite mode crushes when the map zoom-in too much if I specify android:anyDensity=true in the manifest file. But, if I set android:anyDensity=false, then the map does not crush. I want my app to support a multiple densities and also do not want to

[android-developers] Re: Application Crash Reporting made easy - needs testers

2010-05-21 Thread Justin Edwards
Thanks for the reply Kevin, I guess my feedback would be to add an option within your API to send a silent report. :) Thanks again! Justin On May 20, 6:46 pm, Kevin Gaudin kevin.gau...@gmail.com wrote: Hello Justin, handleException() handles your caught exceptions exactly the same way

[android-developers] Re: ADC 3 ?

2010-05-21 Thread shaun
I always thought the purpose of ADC was to gain adoption. There really does not seem to be the need to get developers on board the Android wagon. Android has mucho momentum it seems and the new features being added with the new APIs are making users and developers alike excited. Not to mention

Re: [android-developers] Re: Application Crash Reporting made easy - needs testers

2010-05-21 Thread Kevin Gaudin
I agree with you : http://code.google.com/p/acra/issues/detail?id=1 ;-) Kevin On Fri, May 21, 2010 at 3:48 PM, Justin Edwards howfar...@gmail.com wrote: Thanks for the reply Kevin, I guess my feedback would be to add an option within your API to send a silent report. :) Thanks again!

Re: [android-developers] Re: Petitions to Google

2010-05-21 Thread Leigh McRae
Hearing stuff like this makes me cringe. I uses to subscribe to the holy OOP stuff but no longer. I have found that the longer you program the better your become at knowing when to make the trade off for getting something done vs wasting time on looking for the most elegant, flexible,

[android-developers] Re: G1 phone and update firmware 2.0-2.2 - question

2010-05-21 Thread Tomáš Hubálek
Regarding first question: I'm also interested in. Regarding the second question I created similar thread but no response yet: http://groups.google.com/group/android-developers/browse_thread/thread/37a8a9b34d1b2449# Tom On 21 kvě, 14:00, EvgenyV evgen...@gmail.com wrote: Hi All, 1. Guys

[android-developers] Re: samsung app store

2010-05-21 Thread Gabriel Simões
Well, my opinion: - paid apps (for users) - The problems google have to be able to sell to any country, any store will have: laws! Apple took a lot of time to open an app store here in Brazil and still most of the apps aren´t available because the governament has a diferent age definition per

[android-developers] Re: Best practices for creating multiple app versions from a single codebase?

2010-05-21 Thread vistaman
Here's how I did it, not sure if it is the best practice or the most efficient one. 1. Create an Android project from Eclipse, this will be used solely for developing paid version. 2. Create an ant script to copy the entire paid version to a separate directory that becomes the free version. 3.

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-21 Thread TreKing
On Fri, May 21, 2010 at 1:14 AM, Ivan Greene ivant...@gmail.com wrote: I make (maybe once every 2 weeks or so), which would require them to buy it. This wouldn't require them to buy it if they pirated it to begin with - it would just require them to pirate it again. Might be enough of

[android-developers] In Gps app, Reduce the Distance Time to 5m/10min , 10m/25sec.

2010-05-21 Thread subrat kumar panda
hello all, Is it possible to reduce the distance time to 5m/10min , 10m/25sec. where i test my app with min distance time 20m/1min,50m/1min,100m/1min,300m/2min . i made some changes to my app for these data: 5m/10min , 10m/25sec, test my app.but didn't work. if anybody have knowledge please

Re: [android-developers] how to transfer a geopoint from a mapActiviy to the other activity

2010-05-21 Thread TreKing
On Fri, May 21, 2010 at 1:32 AM, xhy xhyg...@gmail.com wrote: But the the system exists a error java.lang.ClasscastException What do you expect when trying to cast an object to a type it does not derive from (GeoPoint to Serializable)? ,who can offer me a best methods? GeoPoint has two

[android-developers] DDMS not listing process -Any way via command line to attach the process to debug

2010-05-21 Thread GPU
Hi All , Sometimes the DDMS in the Eclipse not listing the process. To do the debug in this condition, 1) Is their any way force the DDMS to list the process? 2) Any command to attach the process from the command line? Thanks Regards Rajesh Gopu -- You received this message because you

[android-developers] Re: Petitions to Google

2010-05-21 Thread JP
Uhm, aren't y'all barking up the wrong tree? If wanting conditional compilation in Java then petition Sun. XML wash/rinse, it's just a different standardization body. In case all that goes through (cough) it would no doubt make it over to Android as Google hasn't messed with the Java formula

Re: [android-developers] how to transfer a geopoint from a mapActiviy to the other activity

2010-05-21 Thread xhy
i just think that tranfering a Object is a senseable way ! 2010/5/21 TreKing treking...@gmail.com On Fri, May 21, 2010 at 1:32 AM, xhy xhyg...@gmail.com wrote: But the the system exists a error java.lang.ClasscastException What do you expect when trying to cast an object to a type it

[android-developers] Re: How to use PathClassLoader for files that are not installed.

2010-05-21 Thread Craig O Connor
Hi again, I've hit a bit of a wall. Any help would be appreciaited. I have gotten the DecClassLoader to work(kind of) Here is my code: DexClassLoader dLoader = new DexClassLoader(/sdcard/download/ test.apk,/sdcard/ download,null,ClassLoader.getSystemClassLoader().getParent()); Class calledClass

[android-developers] Re: Petitions to Google

2010-05-21 Thread Tomáš Hubálek
Hey guy, I still don't understand what is wrong on approach to separate Device/ SDK/etc specific functionality into separate project and during build time just make resulting application as specific set of modules for given combination od Device/SDK/etc? This works in java for years and still

Re: [android-developers] Re: Petitions to Google

2010-05-21 Thread Sean Hodges
On Fri, May 21, 2010 at 3:06 PM, Leigh McRae leigh.mc...@lonedwarfgames.com wrote: Why should I have to write interfaces or factory objects for something I know at compile time? Why do I need to write and maintain more code just so OOP purists can feel good about themselves?  Why should I have

[android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-05-21 Thread luoster
Just for whoever's still running into the database malformed issue. We still never figured out what was causing it (some sources say its an inherent sqlite bug), but we ended up just backing up the db at certain points and restoring after a corruption delete

[android-developers] Re: Open Mic failed on Froyo emulator

2010-05-21 Thread niko20
Hi, ever since I've know, the emulator only support 8 bit not 16 On May 21, 1:22 am, Alger, Lin addr...@gmail.com wrote: I got new SDK today, and test my program on emulator. However, I can't open Mic on 2.2 emulator, it's work on earlier emulator, my code list below.         new

[android-developers] Re: Open Mic failed on Froyo emulator

2010-05-21 Thread niko20
Actually what I meant to say was it only supported 8000hz. make sure you are doing a GetMinBufferSize to figure out the correct parameters. If that call fails then the parameters arent being accepted so try other ones. On May 21, 1:22 am, Alger, Lin addr...@gmail.com wrote: I got new SDK

[android-developers] Handling Unsupported Content Types in WebView

2010-05-21 Thread Jeff
My app uses WebView to display most of its content, which it receives from various remote sources. One of the pages I load has a link to a URL that returns a PDF. The url gives no indication that it is a PDF. Only the response content type shows it. Since webview does not appear capable of

Re: [android-developers] DDMS not listing process -Any way via command line to attach the process to debug

2010-05-21 Thread Anil Sasidharan
Hi, Please try the following steps to run DDMS in standalone mode (outside Eclipse)... 1. Install Android SDK 2. Add android_sdk_install_path/tools to PATH environment variable 3. Run ddms from Host PC's Linux shell 4. If there is any exception message

Re: [android-developers] How t o make a magnifying glass On a picture?

2010-05-21 Thread TreKing
On Fri, May 21, 2010 at 7:43 AM, peng wp19831...@gmail.com wrote: hello I want to make a magnifying glass on a picture so that the part of picture is extended ?AS http://i3.6.cn/cvbnm/72/60/36/73dfcc8862020e9ed366a55e72e3.jpg could you give me some code or sample? thank you Posting a

Re: [android-developers] how to add a dialog or a window in the map when click the marker ?

2010-05-21 Thread TreKing
On Fri, May 21, 2010 at 7:54 AM, xhy xhyg...@gmail.com wrote: hi all,i want to add a dialog or a window in the map when click the marker as folows?but i don't know what to do. Does put the dialog int the Overlay or MapView ? Thanks! Create a layout that looks like that balloon then add

Re: [android-developers] how to add a dialog or a window in the map when click the marker ?

2010-05-21 Thread TreKing
Appropriate layout *parameters*. On Fri, May 21, 2010 at 11:11 AM, TreKing treking...@gmail.com wrote: On Fri, May 21, 2010 at 7:54 AM, xhy xhyg...@gmail.com wrote: hi all,i want to add a dialog or a window in the map when click the marker as folows?but i don't know what to do. Does put

Re: [android-developers] how to transfer a geopoint from a mapActiviy to the other activity

2010-05-21 Thread TreKing
On Fri, May 21, 2010 at 10:11 AM, xhy xhyg...@gmail.com wrote: i just think that tranfering a Object is a senseable way ! It is! But GeoPoint is neither Serializable or Parcelable! So you can't! If you want to transfer an object, create your own object that has lat and lon properties and is

[android-developers] getting x and y coorinates in onclick event

2010-05-21 Thread social hub
In onclicklistener onclick how to get the x and y coordinates where its clicked. any one any ideas 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@googlegroups.com To

[android-developers] JUnit Puzzle: How do I test a Service and an Application together?

2010-05-21 Thread whitemice
I want to test a Service with my Application class pre-instantiated, a bit like what happens on a real device. My problem is I can't figure out a way to do this with the correct Application context AND having the Application being instantiated EXACTLY once. Being instantiated multiple times

[android-developers] Questions to ask at Google I/O

2010-05-21 Thread Brill Pappin
If anyone is attending Google I/O, I think it would be a good time to publicly ask when Canadian developers are going to be able to sell their apps. Google should be embarrassed that they have not handled the issue after all this time. -- You received this message because you are subscribed to

[android-developers] ServiceTestCase does not notify Observers and does not call onStartCommand

2010-05-21 Thread Felipe Ramos
Hi, I am currently trying to test a Service class using ServiceTestCase and I am facing some problems with it. My Service class is responsible to do some queries on another application ContentProvider, updating my own application DB when the other one changes. It is like a sync service that the

[android-developers] Re: eclipse upgrade now will not run emulator

2010-05-21 Thread intbt
I have completely re-installed eclipse and I still get the errors. It seems as if the emulator can't find the Android Virtual Devices even though when I go to the AVD Manager all of the devices are shown as available. A second error message (in addition to the jface message) is: An error has

[android-developers] Filtering Android Sensors Noise

2010-05-21 Thread Alfonso
HI, I'm programming an Augmented Reality application. It's development it's in an advanced state but I can't place the icons on the screen so still as anothers programs does (Layar, in example). This is because of the continuous variations of the sensors. I've tried the three modes of the sensors

Re: [android-developers] Re: G1 phone and update firmware 2.0-2.2 - question

2010-05-21 Thread Evgeny V
Found some article posted time ago. http://www.maximumpc.com/article/news/every_android_smartphone_will_receive_android_21_update_caveat 2010/5/21 Tomáš Hubálek tom.huba...@gmail.com Regarding first question: I'm also interested in. Regarding the second question I created similar thread but

[android-developers] Re: getting x and y coorinates in onclick event

2010-05-21 Thread Jeremiah Sellars
If I understand correctly, there wouldn't be a x/y location associated with onClick. A click is just a selection action and can be triggered through a touch or other selection method. I'm pretty sure you'd need to do it through the onTouchEvent() On May 21, 9:30 am, social hub

[android-developers] Why 2 less Zoom levels in API than in Google Maps App in my Area

2010-05-21 Thread Scott
I noticed while programming the Maps API, that in my Area my Map has two less zoom levels than the Google Maps App has?? I also noticed that the style of the map is different? Is this normal??? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Why 2 less Zoom levels in API than in Google Maps App in my Area

2010-05-21 Thread mike
On 05/21/2010 11:01 AM, Scott wrote: I noticed while programming the Maps API, that in my Area my Map has two less zoom levels than the Google Maps App has?? I also noticed that the style of the map is different? Is this normal??? Is this possibly a difference between satellite and

  1   2   >