Re: [android-developers] Selling ringtones / How to make the .wav files to work only on devices that paid for it?

2016-05-03 Thread Massimo Canonico
Hi, unfortunately I cannot help with your problem, but I'm just curios. What do you mean with On 03/05/16 01:19, Business App wrote: business environment friendly Thanks M -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscr

[android-developers] Re: Memory dump. How to?

2016-04-21 Thread Massimo Canonico
Anyone able to dump the memory image of an android emulator? sorry or this "up". M On 18/04/16 14:58, Massimo Canonico wrote: Hi all, it almost one week that I'm fighting in order to obtain the memory image of my android emulator. I stated with LiME (Linux Memory

Re: [android-developers] Re: developing vs job opportunity

2016-04-20 Thread Massimo Canonico
:12:03 AM UTC+10, Massimo Canonico wrote: Hi all, I'm quite new in this mailing list, so probably I haven't a clear idea of the purpose of this mailing list. When I subscribed to android-developer ML, I was thinking about code, android studio e stuff like that. In the last 2 days I hav

[android-developers] developing vs job opportunity

2016-04-19 Thread Massimo Canonico
I unsubscribe to this ML - Someone creates a new ML just for job opportunity purpose Best, Massimo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an em

[android-developers] Fwd: Memory dump. How to?

2016-04-18 Thread Massimo Canonico
ed "Memory Dump" (https://play.google.com/store/apps/details?id=com.cert.memdump&hl=en) that seems ok, but it needs a rooted device. Is there any way to root an emulator? (Kingo Root failed during installation) OR Can I run Memory Dump with admin privileges inside an emulator? Thanks

[android-developers] Re: ActionMode setCustomView inflater root ViewGroup

2016-03-08 Thread Massimo Del Zotto
ll be going back to menu + dialogs. This doesn't produce the smooth interactions I want but it's what I know I can do for sure so I'll cut it there. I hope I'll be able to do what I wanted at some future version of my app and I'm still interested in hearing about more exper

[android-developers] ActionMode setCustomView inflater root ViewGroup

2016-03-07 Thread Massimo Del Zotto
to be related to (I assume to be) obsolete action bar versions. I don't recall finding anything useful. I would eventually consider other UI designs but of course this would be my first choice. Pretty much everything would be appreciated at this point, including simple search keywords! Thank

Re: [android-developers] Local service, 'hardware' back and AppCompat up buttons

2016-02-04 Thread Massimo Del Zotto
to move to deriving from Application right away. Massimo Il giorno giovedì 4 febbraio 2016 22:35:11 UTC+1, bi...@bmorgan.com ha scritto: > > No need to make it so complicated. > > Subclass Application, add your objects, getters and setters. > > -- You received this messag

[android-developers] Local service, 'hardware' back and AppCompat up buttons

2016-02-04 Thread Massimo Del Zotto
ng, I'll think I'll resolve to 'instant service connections' so I bind, do what I need and unbind right away. I might do that in an AsyncTask in case... *isn't that an hammer solution?* I totally missed about this difference in documentation and I'm confused on

Re: [android-developers] Re: [Possibly SELinux] Marshmallow: new File(...) gives permission denied

2016-01-04 Thread Massimo Messore
Have you tried with openFileInput/openFileOutput to read/write files instead of using the File class? Regards. Massimo Il 04/gen/2016 09:34, "Larry Larry" ha scritto: > Ok, this is ridiculous: > > SELinux basically gives NO READ ACCESS AT ALL to the app's own directory

Re: [android-developers] Unique Device Identification using android.os.Build.Serial

2015-12-27 Thread Massimo Messore
Before Android M I always used the WiFi Mac Address. This also covers devices with no gsm radio that don't have IMEI. Unfortunately this is no more available from Android M and afterwards. In general it's not recommanded to use a device id that doesn't change after factory resets. The official wa

Re: [android-developers] Re: Audio recording problem - fake sample rate

2015-12-23 Thread Massimo Messore
>From my experience you should first try with 44100 and use 48000 or 22050 just as fallback. Regards. Il 23/dic/2015 18:53, "Robert Scott" ha scritto: > I first call *AudioRecord.getMinBufferSize(22050...* If this returns an > error (<1) then I call *AudioRecord.getMinBufferSize(44100...* Whic

Re: [android-developers] Audio recording problem - fake sample rate

2015-12-23 Thread Massimo Messore
I've been working with android audio recording for a while. As far as I know the only guaranteed supported recording sample rate is 44100Hz which means up to 22KHz of bandwidth. This should be a "real" sampling rate, no upsampling on most devices. Did you try to set AudioRecord with 44.100Hz as

Re: [android-developers] DefaultHttpClient / AndroidHttpClient - Multiple Cookie Headers

2014-08-09 Thread Massimo Messore
I had a different issue with the HttpClient lib included into the Android sdk. I solved using an external and newer HttpClient library in my project. Maybe it worth a try: http://code.google.com/p/httpclientandroidlib/ Regards Massimo Il 10/ago/2014 07:23 "Gaurav Vaish" ha scritto:

Re: [android-developers] Re: Does Android OS have APIs to support VoLTE (VoIP) call application?

2014-04-06 Thread Massimo Messore
I don't think Android comes with a specific API for this purpose. You can try using an open source third party library like this: http://code.google.com/p/doubango/ Best Regards. Massimo Il 07/apr/2014 07:04 "Guru Prasad" ha scritto: > Bo gmail.com> writes: > > &g

Re: [android-developers] How do I show a call screen when my VoIP application is on background?

2013-11-25 Thread Massimo Messore
There are many open source VoIP client out there that you can look at. You can google for imsdroid or csipsimple, for example. The main idea is to implement a service that runs even when your app is in background and listens to VoIP events (like incoming calls). Then the service launches an intent

[android-developers] -6/2/2013 2:26:06 PM-

2013-06-02 Thread Massimo Carli
http://alchemille.co.uk/ftk/xutkvvilcfhdgy.cptrfkobjc -- -- 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 android-develop

[android-developers] Create an animation over an Overlay

2011-09-04 Thread Massimo
Hi, It's possible to create an animation over an overlay into a map? I need to design a line that goes left to right into 10 seconds. Thks a lot Massimo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

RE: [android-developers] Re: Can't get android sources

2011-02-04 Thread Massimo Messore
Hi, same issue here. It seems like froyo branch is not yet present in the manifests. Is there any chance to get it back? Thanks in advance. Pizza67 > -Original Message- > From: android-developers@googlegroups.com [mailto:android- > develop...@googlegroups.com] On Behalf Of Anees > Sent:

[android-developers] Max resolution for a game always?

2010-04-02 Thread massimo
Hi, I have a problem with my game. I'm making a game that need always be big on the screen. I have make a 2D game that have 480x320 resolution (for example the background image is so)...but if I try it on the emultator all go ok, but If I try it on Nexus the game is more little on the screen. How I

[android-developers] Re: Big difficult to develop in Android :( (I'm italian)

2010-03-21 Thread massimo
, 0, 0, paint); } } But it doesn't work like if the onDraw method don't work. How is possible? On 20 Mar, 12:45, Mark Murphy wrote: > massimo wrote: > > For example, I have try to use the demo files of Lunar. But there > > isn't a file inside di example. There is

[android-developers] Re: Big difficult to develop in Android :( (I'm italian)

2010-03-20 Thread massimo
out the on-line > > tutorials:http://developer.android.com/intl/de/guide/tutorials/hello-world.html. > > Or alternatively buy a book on Android development, there are a lot of > > good ones available these days. > > > On Thu, Mar 18, 2010 at 7:23 PM, massimo wrote: > >

[android-developers] Big difficult to develop in Android :( (I'm italian)

2010-03-18 Thread massimo
Hi, I'm italian boy. I see that I have big big difficult to start to develop with android. I know Java and I have all the Eclipes and Android SDK installed. But for me undestand this SDK is very impossible. Online the Google Docs about SDK is too less complete and I see that is difficult to make s

[android-developers] 2d Game...how to make a cicle?...code

2010-03-16 Thread massimo
Hi, I would like to make a game. How I can make a cicle for the game? I use Eclipse I have make the new project and I have the class with the base code. Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Put a 2D Image into android...the code?

2010-03-16 Thread massimo
Hi, I would like to put an image into android (I'm using Eclipse). How I need to procede? I have make a new project with a class that have the base code, after what I need to write? Thank you very much. -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] ACTION_CALL without permission

2009-01-22 Thread Massimo Carli
Hi all, I'm making some test about Android permission with a very simple application. I'm launching this Intent Uri callUri = Uri.parse("tel://12345678"); Intent callIntent = new Intent(Intent.ACTION_CALL,callUri); callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivi

[android-developers] Re: Why Android?

2009-01-22 Thread Massimo Carli
Hi all, I have experience in J2ME and Symbian developing too. I'm also a Java programmer since 1995. At the moment I think Android is the best mobile platform for me because it's relatively easy to develop and permits a great integration with the device. I just have a doubt. Is maybe Android a "dev

[android-developers] Re: setDefaultTab(int) not working

2009-01-22 Thread Massimo Carli
2009/1/22 Timothy DeWees > > Hello, > > I have an application with a preferences pane that allows you to show/ > hide tabs. I've walked through the code below and I AM passing the > right index to the setDefaultTab(int) method; however, when the screen > renders the tab is NOT selected. > > Any

[android-developers] Re: Why Android?

2009-01-22 Thread Massimo Carli
Hi all, I have experience in J2ME and Symbian developing too. I'm also a Java programmer since 1995. At the moment I think Android is the best mobile platform for me because it's relatively easy to develop and permits a great integration with the device. I just have a doubt. Is maybe Android a "dev

[android-developers] ACTION_CALL works without permission

2009-01-22 Thread Massimo Carli
Hi all, I'm makeing some test about Android permission with a very simple application. I'm launching this Intent Uri callUri = Uri.parse("tel://12345678"); Intent callIntent = new Intent(Intent.ACTION_CALL,callUri); callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); st

[android-developers] ACTION_CALL Permission Problem

2009-01-22 Thread Massimo Carli
Hi all, I'm makeing some test about Android permission with a very simple application. I'm launching this Intent Uri callUri = Uri.parse("tel://12345678"); Intent callIntent = new Intent(Intent.ACTION_CALL,callUri); callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); s

[android-developers] Re: What's wrong with this broadcast receiver?

2009-01-17 Thread Massimo Barbera
...hey, that is strange... I have a wav file used to play a message in my project (under resource, drawable) if the file is deleted, the BOOT_COMPLETED event is correctly received... very strange... On 14 Gen, 22:16, Massimo Barbera wrote: > Hi Moazzam, > I do not get any error. >

[android-developers] Re: What's wrong with this broadcast receiver?

2009-01-14 Thread Massimo Barbera
; On Jan 14, 12:55 pm, Massimo Barbera wrote: > > > > > Dear all, > > I have been following the examples for developing a Broadcast Receiver > > to catch the boot complete. > > > Though it looks like I have just copied and pasted the code of the > > exi

[android-developers] What's wrong with this broadcast receiver?

2009-01-14 Thread Massimo Barbera
Dear all, I have been following the examples for developing a Broadcast Receiver to catch the boot complete. Though it looks like I have just copied and pasted the code of the existing working examples, it looks like mine is not working. Here is my code: if placing a breakpoint at the "if" and s

[android-developers] How to call activity using multiple key press

2009-01-08 Thread Massimo Barbera
Hi all, I wonder if there is anyway to do the following: call my activity when a certain sequence of keys is pressed, disregarding the application ongoing in foreground this shall be something similar to a shortcut but I wasn't able to find a way to do that for being more precise I was thinking

[android-developers] Re: How To Eliminate Preferences Values Database?

2008-12-19 Thread Massimo Barbera
Guys, I have used the DDMS's File Explorer to get rid of preferences XML and it works fine. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] How To Eliminate Preferences Values Database?

2008-12-18 Thread Massimo Barbera
Dear all, I have a PreferenceActivity whose structure is described in a preferences.xml file: we know this leads to construct a GUI interface trough which you can change the value of our preferences For testing purposes I have changed the value of one preference (android:key="my_value") from a c