Re: [android-developers] Re: Problems when signing APKs with Java 7.

2011-11-18 Thread BoD
Thanks a lot for the link. -- BoD -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Proguard causes problems with SSL keystore on Android

2011-11-18 Thread Mathias Lin
I removed -repackageclasses and -allowaccessmodification, but no difference - getting the same error. On Friday, 18 November 2011 13:20:21 UTC+8, Nikolay Elenkov wrote: On Fri, Nov 18, 2011 at 2:05 PM, Mathias Lin ma...@mathiaslin.com wrote: In an Android app, I fetch content from a https

[android-developers] Guys with smartphones: phone working with ADB running ?

2011-11-18 Thread sl.laptop@maxis
Is the phone still working as normal, ie receiving call/sms/mms, when ADB daemon is running ? (Sorry no phone yet). -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Proguard causes problems with SSL keystore on Android

2011-11-18 Thread Carlos A. M. dos Santos
On Fri, Nov 18, 2011 at 3:05 AM, Mathias Lin m...@mathiaslin.com wrote: In an Android app, I fetch content from a https url; in order to avoid SSL cert verification errors, I add the SSL public key to my keystore, which then resides in my res/raw folder of the app. Following the instructions as

[android-developers] running an application at background

2011-11-18 Thread Sumedh
Hi, I have developed an application which will get the lat-long and store these lat-long values in database server. But, the problem is application executes on front screen. Want to execute application as back ground application. please tell me the way to do this. thnx -- You received this

Re: [android-developers] Proguard causes problems with SSL keystore on Android

2011-11-18 Thread Mathias Lin
This is the complete stacktrace: 11-18 17:17:39.403: ERROR/Login(7025): Could not login. javax.net.ssl.SSLException: hostname in certificate didn't match: store.mydomain.com/185.165.192.15 != store.mydomain.com OR store.mydomain.com at a.a.a.c.d.a.a(AbstractVerifier.java:228)

Re: [android-developers] running an application at background

2011-11-18 Thread NaveenShrivastva
Use Asynk task please. On Fri, Nov 18, 2011 at 2:46 PM, Sumedh sumedhjos...@gmail.com wrote: Hi,  I have developed an application which will get the lat-long and store these lat-long values in database server. But, the problem is application executes on front screen. Want to execute

Re: [android-developers] Proguard causes problems with SSL keystore on Android

2011-11-18 Thread Mathias Lin
I was using the latest httpclient 4.1.2. Now when I switch back to 4.1.1, the problem is gone. Also see: http://comments.gmane.org/gmane.comp.apache.httpclient.user/262 On Friday, 18 November 2011 17:21:15 UTC+8, Mathias Lin wrote: This is the complete stacktrace: 11-18 17:17:39.403:

Re: [android-developers] running an application at background

2011-11-18 Thread Paco Abato
Hello Sumedh: It seems that what you need is a service: http://developer.android.com/guide/topics/fundamentals/services.html Regards. -- 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: Activity can not receive the same intent second time while the app which this activity belongs to launched from another app.

2011-11-18 Thread Cimo Huang
Hi, BelvCompSvs Maybe I haven't describ my question clearly, I can't understand you completely.Please let me describ my question again I have an application A, an there is another application B. Now launch B, from B launch A. Then Activity TestAcitvity in application A is launched as

[android-developers] Re: Way to implement playing .m3u streams to my app

2011-11-18 Thread Doug
M3U is not really a format. It's a way of expressing playlists, and it's just text. http://en.wikipedia.org/wiki/M3U You should probably read the M3U and get to the stream(s) that really matter within it. Doug On Nov 12, 12:03 pm, MarkusK mkirch1...@googlemail.com wrote: Hey everybody, I'm

[android-developers] Tabs Host Life cycle

2011-11-18 Thread ANKUR GOEL
Can some body tell the life cycle of tab activity whether the destroy method is called when we switch between the tabs . -- 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: In-App subscription, using PayPal is against Android Market rules?

2011-11-18 Thread Paulo Cesar
Not really, when you click on the buy subscription, Android Market window would say something like: Total value: 119.88, parceled in 12x 9.99. Actually, in my opinion, most users would be frightened with the 119.88 and doesn't even want the subscription, but, you know how our clients are.. If

Re: [android-developers] Disappearing files from Storage Card on Droid Incredible?

2011-11-18 Thread Jim Graham
On Thu, Nov 17, 2011 at 03:31:10PM -0800, Nathan wrote: I've had a number of people contact me regarding a feature that stopped working for them. On further investigation, I've found two or three with evidence that a file that was previously on their storage card. Searching the storage

[android-developers] Concatenating two or more audio files in single audio file.

2011-11-18 Thread Akhilesh Mani
hi is it possible to concatenate audio files in android framework. Or, anybody knows how to pause and resume audio recording in android framework. Thanks regards Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Tabs Host Life cycle

2011-11-18 Thread skink
On Nov 18, 12:04 pm, ANKUR GOEL ankur1...@gmail.com wrote: Can some body tell the life cycle of tab activity whether the destroy method is called when we switch between the tabs . instead of waiting for anyone's response why don't you just override onDestroy or any other method of interest

Re: [android-developers] turn off mass storage mode android code

2011-11-18 Thread Mark Murphy
SDK application cannot do this, unless they are part of the firmware. On Fri, Nov 18, 2011 at 4:29 AM, Naveen kumarnaveen.si...@gmail.com wrote: Hello All, I want to turn off usb mass storage by code . Using this

[android-developers] dithered beyond recognition

2011-11-18 Thread bob
Trying to make a fiery explosion in my OpenGL Android game. For some reason it comes out all dithered: http://i1190.photobucket.com/albums/z449/m75214/dithered.png Anyone know why? Here's the code: void draw(GL10 gl) { gl.glColor4f(.8f, 0.4f, 0.2f, .1f);

Re: [android-developers] second call to setListAdapter() ignored

2011-11-18 Thread Mark Murphy
On Thu, Nov 17, 2011 at 10:01 PM, eehouse ho...@gmail.com wrote: As far as I can tell, a second call to setListAdapter( new MyCustomAdapter() ) has no effect: the adapter I originally installed in my ListActivity subclass's onCreate() method continues to get called.  Is this a known

[android-developers] android app throws exception on map overlays tap events

2011-11-18 Thread SripadRaj
Hello, I have a map view in my android application and the map has overlays showing the events at a location, when i tap on the balloon overlay, it should take to the event details which is another activity in the application. there are few events which is shown in a list and each list item shows

[android-developers] setEGLConfigChooser

2011-11-18 Thread bob
I have this line of code: mGLView.setEGLConfigChooser (5, 5, 5, 0, 0, 0); I get this exception: 11-18 06:50:15.785: E/AndroidRuntime(7800): FATAL EXCEPTION: GLThread 11 11-18 06:50:15.785: E/AndroidRuntime(7800): java.lang.IllegalArgumentException: No config chosen 11-18 06:50:15.785:

Re: [android-developers] Search newsgroup

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 1:37 AM, SL@maxis ecp_...@my-rialto.com wrote: Is there any method of limiting my search just to this newsgroup for example, ie without search the whole web ? Try the Search This Group button.

Re: [android-developers] Fragments sample?

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 1:52 AM, Navindian navind...@gmail.com wrote: Can I get a fragment sample eclipse project which could be tested on my emulator. http://developer.android.com/guide/topics/fundamentals/fragments.html

Re: [android-developers] android app throws exception on map overlays tap events

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 6:43 AM, SripadRaj sripadraj1...@gmail.com wrote: Please have a review of the code and let me know where i may have gone wrong and what needs to be done. Honestly, it's doubtful anybody is going to wade through your giant block of unformatted code and blindly debug

Re: [android-developers] How to store large amount of records in String arays or Arraylist in android

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 12:38 AM, Shruthi Varma shruthi.tlis...@gmail.comwrote: I know String Arrays and ArrayLists can store any number of records. But I still can't undertand, why the application is freezing? The absurd number of items you're trying to show at once on a map might be a

[android-developers] Re: Search newsgroup

2011-11-18 Thread SL@maxis
Try the Search This Group button. I am reading from Opera 6.4, no such button. :-( -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Search newsgroup

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 7:46 AM, SL@maxis ecp_...@my-rialto.com wrote: I am reading from Opera 6.4, no such button. http://groups.google.com/group/android-developers Top Right. - TreKing

[android-developers] MediaPlayer sound heard, screen blank hardware accelerated

2011-11-18 Thread New Developer
Hi all, No matter if I build the surfaceView dynamically or through a layout.xml because I have hardwareAccerlerated=true in my manifest I get a black window and hear the audio of the video when played video_view = new SurfaceView(ctx); screen.addView(video_view, new

Re: [android-developers] MediaPlayer sound heard, screen blank hardware accelerated

2011-11-18 Thread New Developer
An update If I click on a spinner located on the screen, then the video suddenly appears behind the spinner drop down but when I close the spinner drop down the video disappears again not sure if this helps ? On 11/18/2011 09:31 AM, New Developer wrote: Hi all, No matter if I build the

[android-developers] Question about possibility of creating MS Exchange account from android application

2011-11-18 Thread Alexander Golikov
Hello, I need to add MS Exchange account programmatically from my application using user e-mail adress password, but I still hadn't found any information about possibility of creating exchange accound from application. As I understand authenticator for MS exchange is already implemented in

[android-developers] Listening to a signal sent by other app.

2011-11-18 Thread dillipk
Hello, How does my app listen to a signal broadcast by another app? My Requirement: - App1 - broadcast a signal - App2 - already installed on the phone. As soon as the signal received by the OS, it should start up App2. Any sample source is highly appreciated. Thanks, DK -- You

[android-developers] Checkout became wallet and now we have no visibility/manageability

2011-11-18 Thread nexbug
Today morning our checkout account became wallet, and now none of the sales information or profile and user information is available in Wallet. Is there a different link we need to go to manage our developer account ? Without this, we are dead in the water for validating customer payments If

Re: [android-developers] Checkout became wallet and now we have no visibility/manageability

2011-11-18 Thread Kostya Vasilyev
At this time, these still work for me: https://checkout.google.com/sell/orders?pli=1 https://checkout.google.com/sell/settings?section=Profile -- Kostya 18.11.2011 19:56, nexbug пишет: Today morning our checkout account became wallet, and now none of the sales information or profile and user

[android-developers] Activity animation

2011-11-18 Thread Neilz
Hi all. I understand how you control the animation for a new Activity, using overridePendingTransition(). I must be missing something obvious, but what about when the Activity finishes? Can I control that too? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Listening to a signal sent by other app.

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 9:47 AM, dillipk codersnet2...@gmail.com wrote: How does my app listen to a signal broadcast by another app? http://developer.android.com/reference/android/content/BroadcastReceiver.html

Re: [android-developers] Activity animation

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 10:17 AM, Neilz neilhorn...@gmail.com wrote: Hi all. I understand how you control the animation for a new Activity, using overridePendingTransition(). I must be missing something obvious, but what about when the Activity finishes? Can I control that too? Doesn't that

[android-developers] Re: Listening to a signal sent by other app.

2011-11-18 Thread skink
On Nov 18, 5:48 pm, TreKing treking...@gmail.com wrote: On Fri, Nov 18, 2011 at 9:47 AM, dillipk codersnet2...@gmail.com wrote:  How does my app listen to a signal broadcast by another app? http://developer.android.com/reference/android/content/BroadcastRecei...

[android-developers] Calling Activity 4m Fragment

2011-11-18 Thread Navindian
Hi I need to call the activity from a fragment, The following code is not working public class MyFragment extends Fragment{ *switch*(number){ *case* 1: Intent intent = *new* Intent(*this*.getActivity(), ActivityOne.*class*); *startActivityForResult*(intent); *break*; *case* 2: Intent

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-18 Thread Tommy Hartz
Thanks for the link, but it doesn't really explain why the network provider isn't kicking in after trying the GPS and Passive providers. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of BelvCompSvs Sent: Thursday,

[android-developers] fall back

2011-11-18 Thread bob
I have this code try { mGLView.setEGLConfigChooser (8, 8, 8, 8, 0, 0); } catch(Exception e) { mGLView.setEGLConfigChooser(false); } Anyone know why it doesn't catch this

[android-developers] Re: Density confusion

2011-11-18 Thread Kim
Thanks String. Although I agree that 169 should not be considered HDPI, if you create an AVD with the same PPI and size, even though it is a generic device, it comes back with the 1.5 factor. So, it is hard to blame Samsung on this one. Next time I create a big app, I will try to use default font

[android-developers] Re: In-App subscription, using PayPal is against Android Market rules?

2011-11-18 Thread John Coryat
You can do subscriptions through the unmanaged products in the Android Market in-app purchase system. You'll have to manage the subscriptions yourself and there's no automatic re-billing but that's probably better for the users as there are no surprises. This is all within the terms of the

Re: [android-developers] Re: registering the same BroadcastReceiver multiple times with the same intentFilter

2011-11-18 Thread Philippe Laporte
or go look at the source code...from which I confirm that it is allowed :-) -- Philippe Laporte On 11/15/2011 06:57 PM, BelvCompSvs wrote: my experience in this situation is to write some one-off and run it and see what it does as that will tell you more -- just be sure to wrap it as tight

[android-developers] Re: Disappearing files from Storage Card on Droid Incredible?

2011-11-18 Thread Nathan
On Nov 18, 3:46 am, Jim Graham spooky1...@gmail.com wrote: As you already know from the name of the group, this list is for discussion of Android development, not Android hardware support. And I am an Android Developer, not an HTC Incredible owner. Sorry if I didn't make that clear. In the

[android-developers] Re: Checkout became wallet and now we have no visibility/manageability

2011-11-18 Thread nexbug
That helped Kostya, thanks! -g On Nov 18, 9:14 pm, Kostya Vasilyev kmans...@gmail.com wrote: At this time, these still work for me: https://checkout.google.com/sell/orders?pli=1 https://checkout.google.com/sell/settings?section=Profile -- Kostya 18.11.2011 19:56, nexbug пишет: Today

[android-developers] Re: Listening to a signal sent by other app.

2011-11-18 Thread dillipk
Thank you both for the response. In my case, App1 is a 3rd party app and that app broadcast some message and that my app (app2) has to receive and act based on the info in the Intent. AS TreKing mentioned about, BroadcastReceiver, I believe that would be the concept I have to use. But as I

Re: [android-developers] Re: Listening to a signal sent by other app.

2011-11-18 Thread TreKing
On Fri, Nov 18, 2011 at 1:00 PM, dillipk codersnet2...@gmail.com wrote: But as I never worked on such stuffs, I am looking for some tutorial or sample code which would help me to understand the concept better. Assuming you read the documentation on the topic, you should explain what it is

[android-developers] Re: Very weird NPE in onPrepareDialog

2011-11-18 Thread Emanuel Moecklin
I did that and already fixed the bug ;-). Thanks for your help on this one. Cheers Emanuel On Nov 17, 8:48 pm, Zsolt Vasvari zvasv...@gmail.com wrote: No idea.  Every time I try to set up ProGuard options, my head starts to hurt. For the next update of your app, why don't you just inline

[android-developers] Re: URGENT HELP : Bypassing Default Camera Viewfinder

2011-11-18 Thread Indicator Veritatis
I gave you an answer for doing something fairly close to what you are trying to do, but not identical. But now it seems that for whatever reason, you are determined to go beyond that to take over the Camera object's SurfaceView. That is not supported by the framework, nor is it clear that it

[android-developers] Re: Listening to a signal sent by other app.

2011-11-18 Thread Streets Of Boston
There is a huge amount of data to be found on the internet. Just google android sample broadcastreceiver and you'll find plenty of info. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Disappearing files from Storage Card on Droid Incredible?

2011-11-18 Thread Jim Graham
On Fri, Nov 18, 2011 at 10:46:16AM -0800, Nathan wrote: On Nov 18, 3:46?am, Jim Graham spooky1...@gmail.com wrote: As you already know from the name of the group, this list is for discussion of Android development, not Android hardware support. And I am an Android Developer, not an

Re: [android-developers] Re: Disappearing files from Storage Card on Droid Incredible?

2011-11-18 Thread Mark Murphy
On Fri, Nov 18, 2011 at 1:46 PM, Nathan critter...@crittermap.com wrote: Fellow Android Developers, have you seen any pattern where Incredible users report problems due to files disappearing on a storage card? What, if anything, were you as a developer able to do about it? In fact, even if

[android-developers] Speech processing @ emulator.

2011-11-18 Thread Estela
Dear all, I am trying to implement speech processing with the emulator, voice to text I read that it is not possible with the emulator. Someone please clarity if this is true? Thank you, Estela. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] New developer agreement

2011-11-18 Thread Zsolt Vasvari
Today, I am seeing the following pop-up on the Market dashboard: You must accept a new Developer Distribution Agreement. Please accept the new Developer Distribution Agreement within 28 days to keep your applications published. Anybody knows what's new in the agreement? -- You received this

Re: [android-developers] AsyncTask null exception for the activity reference in the doInBackground method while rotating.

2011-11-18 Thread Bluemercury
Hi there! Sorry for posting here again, but i was hoping if i could try this sample, you said to put the synchronized in the detach method here: void detach() { *activity=null;* } in the asynctask, is this correct?but detach() is only called in the activity and not the in the async task

[android-developers] Using ActionBar while remains compatible with Android 2.x?

2011-11-18 Thread limtc
Can I show the menu in ActionBar in Honeycomb while the app remains compatible with Android 2.x? In http://developer.android.com/guide/topics/ui/actionbar.html it seems that this can be done: -- Beginning with Android 3.0 (API level 11), the action bar is included in all activities that use the

[android-developers] Re: Using ActionBar while remains compatible with Android 2.x?

2011-11-18 Thread Zsolt Vasvari
I confirm that this works fine in my app, so you must be doing something wrong. What? I have no idea. On Nov 19, 11:39 am, limtc thyech...@gmail.com wrote: Can I show the menu in ActionBar in Honeycomb while the app remains compatible with Android 2.x?

Re: [android-developers] New developer agreement

2011-11-18 Thread Nikolay Elenkov
On Sat, Nov 19, 2011 at 12:34 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Today, I am seeing the following pop-up on the Market dashboard: You must accept a new Developer Distribution Agreement. Please accept the new Developer Distribution Agreement within 28 days to keep your applications

Re: [android-developers] New developer agreement

2011-11-18 Thread Nikolay Elenkov
On Sat, Nov 19, 2011 at 1:53 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sat, Nov 19, 2011 at 12:34 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Today, I am seeing the following pop-up on the Market dashboard: You must accept a new Developer Distribution Agreement. Please accept

[android-developers] Re: Using ActionBar while remains compatible with Android 2.x?

2011-11-18 Thread limtc
Hi, Thanks! Does yours appeared only as a menu (with no icons), or can you show them as action? It does not have any benefits if just moved the menu to top right since the menu items will have no icons. I am looking for ways to show them as actions (with icons). Is this possible? On 11月19日,

[android-developers] Re: Using ActionBar while remains compatible with Android 2.x?

2011-11-18 Thread limtc
I solved my problems. Thanks for the help! Yes, what I am asking can be done, if you are stuck on the same issue, you can contact me. On 11月19日, 下午12时47分, limtc thyech...@gmail.com wrote: Hi, Thanks! Does yours appeared only as a menu (with no icons), or can you show them as action? It

[android-developers] Re: AsyncTask null exception for the activity reference in the doInBackground method while rotating.

2011-11-18 Thread BelvCompSvs
better not to null it unless absolutely sure at a level of work V. is trying to get you to do best is to use onPreExecute and onPostExecute as shown by Skyler a while back and as well since this is Mult-Thread and that is dicey without correct code then one approach is to syncronize( ObjectRef )

[android-developers] Re: HoneycombGallery sample and orientation changes

2011-11-18 Thread BelvCompSvs
that's a bug ( if your report is 100% sure of being not the result of code that it not correct ) onTabSelected () should not collapses to tabGainedFocusSoExeSomething() What I do to code what you are facing is do a file write to app specific memory that wont be visible and encode everything with