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
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
: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
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
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
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
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
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
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
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
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
>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
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
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:
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
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
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
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
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:
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
, 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
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:
> >
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
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
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
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
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
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
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
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
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
...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.
>
; 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
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
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
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
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
37 matches
Mail list logo