Re: [android-developers] Help understanding why the App "freezes"

2023-08-08 Thread Luca Bertoncello
. Do someone have any idea? Thanks Luca Bertoncello -- 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 email to android-developers+unsubscr...@googlegroups.co

[android-developers] Help understanding why the App "freezes"

2023-08-08 Thread Luca Bertoncello
s the problem and maybe to solve it? As I said, the problem can be reproduced with physical devices (tried two Tablets and one SmartPhone), but not with the emulator... Thanks a lot for your help! Luca Bertoncello -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-02 Thread Luca Bertoncello
will be displayed, even on the emulator. So I really think, the problem must be somewhere other... Any idea? Thanks Luca adeel.me...@gmail.com schrieb am Samstag, 2. Januar 2021 um 07:34:31 UTC+1: > Just google it online png to svg converter and paste the picture then it > automaticaly c

Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Luca Bertoncello
n with PNG? Thanks Luca adeel.me...@gmail.com schrieb am Freitag, 1. Januar 2021 um 20:19:45 UTC+1: > Try svg format > > On Fri, Jan 1, 2021, 11:55 PM Adeel Memon wrote: > >> Try image as svg >> >> On Fri, Jan 1, 2021, 11:32 PM Luca Bertoncello >> wrote: >&g

[android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Luca Bertoncello
played) and when initialisation are done, the main Screen will be displayed and I can use the App. But no Splash Screen... Has someone an idea what can be the problem or at least how can I search it? Thanks a lot Luca Bertoncello -- You received this message because you are subscribed to the Google

[android-developers] Looking for Android developers for a research project!

2018-02-25 Thread Gian Luca Scoccia
but it will be of great help to us! The project is jointly carried out by the Gran Sasso Science Institute, the Università degli studi di L'Aquila and Vrije Universiteit Amsterdam. If you have any question, feel free to ask and I will answer as soon as possible :) Cheers, Gian Luca (

[android-developers] Merchant account

2016-11-17 Thread Carbonera Luca
Hi all! I've just registrered on The Google development console and i noticed that i can't have a merchant account without beeing in a company. Anyone Can help me registrer as a private or Just Tell me how To do? Thank you Sorry for bad English -- You received this message because you are subsc

[android-developers] Android 6 and 7 proxy configuration from code

2016-09-08 Thread Luca Vitali
Hi developers, anyone know if there is a solution to configure proxy ip and port from code in Android 6 and 7 ? If no as I test, is it a solution to configure the PAC url from code ? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Android Camera

2016-03-22 Thread Luca Bondin
Is there a way of turning on the camera as part of an activity? I don't need my app to take photos, I just need the camera view appearing on screen. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group an

[android-developers] Android fingerprint authentication

2016-03-03 Thread Luca Pollastri
I am looking the android example "Fingerprint Dialog" http://developer.android.com/samples/FingerprintDialog/index.html in order to add a fingerprint authentication in my app. Everything is working fine, but is there a way to check which one of the fingerprints saved into the phone has been u

[android-developers] Determine the reason why a specific device is marked as disabled

2015-11-27 Thread Luca Carlon
ow that unknown device X is not supported because feature Y is not supported on X? I see the list of devices marked as supported or not supported, but any way to find the reason? Sometimes it is difficult to find the reason even by looking at the device specifications. Thanks. Luca -- Yo

[android-developers] Android iap - queryInventory returns an empty inventory

2015-08-30 Thread luca
I am developing an app with in app purchases. I have uploaded a signed apk to the *beta version* and created two products. Everything seems to work, but the inventory returned by queryInventoryAsync is always empty, that is, its sku map is empty. I know that, as the developer of the app i can't

Re: [android-developers] Question about publishing an app (help!)

2015-08-29 Thread luca
You are right: only production apks can be made public. Il giorno venerdì 28 agosto 2015 20:52:44 UTC+2, TreKing ha scritto: > > > On Fri, Aug 28, 2015 at 5:49 AM, luca > > wrote: > >> What will happen now? >> Will my unfinished app be accessible on google pla

[android-developers] Question about publishing an app (help!)

2015-08-28 Thread luca
I have uploaded to the google developer console a 90% finished app in the beta channel. I have not configured any type of test. The app form is not even the final one (the main icon, the screen shots and so on are only test images). There is not even a production APK. By mistake, i hit the publi

[android-developers] Re: Question about publishing an app (help!)

2015-08-28 Thread luca
I want to add that the app informations, like main icon, images and so on are only for testing purpose, not the right ones! -- 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@googlegroup

[android-developers] Question about publishing an app (help!)

2015-08-28 Thread luca
I have uploaded to the google developer console a 90% finished app in the beta channel. The app Store There is not even a production APK. By mistake, i hit the publish button! Now there is a message saying something like: updating in progress. What will happen now? Will my unfinished app be ac

[android-developers] In app billing security question

2014-08-25 Thread luca
I am totally new to in app billing. Reading the android documentation, it seems that using a remote server to make signature verification is the best thing to do: > Implementing the verification process on a server makes it difficult > for attackers to break the verification process by reverse e

[android-developers] In app billing secirity question

2014-08-25 Thread luca
I am totally new to in app billing. Reading the android documentation, it seems that using a remote server to make signature verification is the best thing to do: > Implementing the verification process on a server makes it difficult > for attackers to break the verification process by reverse e

[android-developers] Offline "advertising"

2014-08-22 Thread luca
Hi, offline advertising is worthless from the viewpoint of earning something for obvious reasons, but one could always show a banner or something similar to an interstitial of some other app he/she owns, even if they become non-clickable. The reason to do that is that, even if there is no intern

Re: [android-developers] Exception when starting activity: android.os.TransactionTooLargeException

2014-08-12 Thread luca
The Splash Screen activity does not handle any intent. It just waits 1.5 secs and display an image. After that, the main activity is called (via startActivity()). The main activity does handle intents for incoming images. However, that exception happened when i launched the app pressing its icon

[android-developers] Exception when starting activity: android.os.TransactionTooLargeException

2014-08-09 Thread luca
Hi, i launched my app and it crashed with the following exception stack trace: E/JavaBinder(314): !!! FAILED BINDER TRANSACTION !!! W/ActivityManager(314): Exception when starting activity SplashScreen W/ActivityManager(314): android.os.TransactionTooLargeException W/ActivityManager(314): at and

[android-developers] DialogFragment - i need a created activity in onCreateView() to create the dialog fragment view

2014-08-03 Thread luca
Hi, i have a class that extends DialogFragment. The .xml used to create its view is selected by calling a specific method of the activity (let's call it getData()) (there are three different xml: one showing only three buttons, one showing a seek bar and three buttons and one showing two seekb

[android-developers] DialogFragment

2014-08-03 Thread luca
Hi, i have a class that extends DialogFragment. The .xml used to create its view is selected by calling a specific method of the activity (let's call it getData()) (there are three different xml: one showing only three buttons, one showing a seek bar and three buttons and one showing two seekb

Re: [android-developers] Re: ProgressDialog - how to remove the numbers

2012-11-19 Thread Luca Bergesio
progressDialog.setProgressNumberFormat(""); -- 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-developers+unsubscr..

[android-developers] Re: Google Earth plugin on Android

2012-11-14 Thread Luca Bassi
I've the same problem, I want to see the google earth plugin with smartphones (android or iphone) but it seem dosen't work. Anyone have an idea to see google earth plugin in a smartphone? I know there is an official google earth app but I need to use my kml file.. Il giorno giovedì 16 febbraio 2

Re: [android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Luca Morettoni
On Thu, Mar 22, 2012 at 12:03 PM, Mark Murphy wrote: > You can try: > > http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 thanks! -- Luca Morettoni | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni Google+ prof

Re: [android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Luca Morettoni
7;t contain some external lib; in my project I use AdMob sdk, but compiling the project with the new plugin it doesn't include external jar files... PS: I updated the Android SDK tools to revision 17 too... -- Luca Morettoni | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://

[android-developers] Android app resume incorrectly when orientation does not change

2012-01-08 Thread luca
I am playing with a simple app i found over the internet that capture the preview frame of the camera, process it (find all the edges, for example) and re-display it (it draws on the canvas only some pixels, so that on the screen i see the camera preview frame slightly modified with image edges ove

[android-developers] Re: Where Does Android store the email

2011-10-30 Thread luca aliberti
Sorry, i would to know where the email that you send with your google account, are stored in the phone. Thanks a lot On Oct 30, 1:50 pm, Ali Chousein wrote: > I hope this blog will be useful for > you:http://email-addresses-in-android-contacts.blogspot.com/ > > -

[android-developers] Where Does Android store the email

2011-10-29 Thread luca aliberti
Hello, i would to know where does Android store the email. In gmail.db you can see only 80 chars of the email in the column snippet. Where is the rest??? Thanks a lot Kind Regards Luca -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: How to obtain A-GPS data via Android phone

2011-10-29 Thread luca aliberti
You can try to take the database cachedgeolocation.db with pull command. Regards On Oct 29, 6:16 am, Kenneth WON wrote: > Dear all, > > I am developing an android app, which want to obtain the A-GPS > position. > I tried searching in Google, it seems no any hint, and I just know > how > to obtain

[android-developers] Re: How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-19 Thread luca aliberti
 pm, Per wrote: > You would need to compile am yaffs2 driver module for your kernel to > do that, > it would proberly be easier to get the program unyaffs, then you can > unpack the > image to a directory. You should be able to find that program with a > little google > search.

[android-developers] Re: How can i copy /dev/block/mtdblock0 on my laptop

2011-10-19 Thread luca aliberti
SURE On Oct 18, 2:54 am, Kristoffer Grundström wrote: > Do you have root-priveligies? > > On 2011 10 17 13:26, "luca aliberti" wrote: > > How can i copy /dev/block/mtdblock0 on my laptop? > > dd if=/dev/block/mtdblock0 of=/sdcard/system.img bs=2048 is no

[android-developers] Re: How can i copy /dev/block/mtdblock0 on my laptop

2011-10-17 Thread luca aliberti
; > > > > > On Mon, Oct 17, 2011 at 7:24 AM, luca aliberti wrote: > > How can i copy /dev/block/mtdblock0 on my laptop? > > > dd if=/dev/block/mtdblock0 of=/sdcard/system.img bs=2048 is not > > working !!! > > adb pull /dev/block/mtdblock0 /home is not

[android-developers] How can i copy /dev/block/mtdblock0 on my laptop

2011-10-17 Thread luca aliberti
How can i copy /dev/block/mtdblock0 on my laptop? dd if=/dev/block/mtdblock0 of=/sdcard/system.img bs=2048 is not working !!! adb pull /dev/block/mtdblock0 /home is not working !!! Thanks a lot Regards Luca -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-12 Thread luca aliberti
The problem is that i have not the file system.img, so i can't use the program unyaffs/, is it right? I have only the partition files stored in /dev/mtd/ on my phone. Anyone have any suggestions? Thanks On Oct 11, 3:35 pm, luca aliberti wrote: > I have extracted a yaffs2 image of my

[android-developers] How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-12 Thread luca aliberti
I have extracted a yaffs2 image of my android phone situated in /dev/ mtd/mtd0, for forensics purpose. I would know how can I mount it in ubuntu 11,04 to exploore the contents, because yaffs2 is not supported. Thanks to everyone. -- You received this message because you are subscribed to the Go

[android-developers] Testing classes of a project from another

2011-01-05 Thread Luca Carlon
Hi! I'm trying to use junit to test some classes I'm writing in a project. The problem is that I can't see any failure event if the test testNull is a assertEquals(new Integer(1), null). This is the output: 01-01 07:35:21.754: INFO/TestRunner(16093): started: testNull(package.ui.test.MyTest) 01-01

[android-developers] Re: Creating complex queries for SQLite

2011-01-03 Thread Luca Carlon
This is very important for me! I didn't even see it! Thank you very very much! On Jan 3, 10:45 am, Sarwar Erfan wrote: > On Monday, January 3, 2011 3:32:50 PM UTC+6, Luca Carlon wrote: > > > Assuming I am the ContentProvider developer, can I somehow execute > > these

[android-developers] Re: Creating complex queries for SQLite

2011-01-03 Thread Luca Carlon
method seems to suffer the same limitations, I cannot write a free SQL query command. Thanks for your help! On Jan 3, 9:37 am, Sarwar Erfan wrote: > On Monday, January 3, 2011 2:32:29 PM UTC+6, Luca Carlon wrote: > > > Ok, that was just to confirm that it is impossible to use it that way.

[android-developers] Re: Creating complex queries for SQLite

2011-01-03 Thread Luca Carlon
Ok, that was just to confirm that it is impossible to use it that way. And what about making complex queries? The ContentProvider class provides the query method which, however, seems to be quite a limitation. What can I do, for instance, if I need to create queries with subqueries (or some other t

[android-developers] Creating complex queries for SQLite

2011-01-02 Thread Luca Carlon
Hi! I'm using the Android's media library intensively, and I was asking myself whether it is possible or not to query the database more freely than using the ContentProvider class. Would it be possible to query directly the database that is stored in the filesystem (/data/ data/com.android.provider

[android-developers] Re: Illegal continuation byte in NewStringUTF

2010-12-20 Thread Luca Carlon
into UTF8 (aka "multibyte") first, then > call NewStringUTF(). > > On Dec 16, 9:46 am, Luca Carlon wrote: > > > Hi! I'm trying to create a jstring using NewStringUTF but I > > experienced a strange issue when the C string passed to the function > > contains chara

[android-developers] Illegal continuation byte in NewStringUTF

2010-12-16 Thread Luca Carlon
Hi! I'm trying to create a jstring using NewStringUTF but I experienced a strange issue when the C string passed to the function contains characters not ASCII (i.e. accented characters). This is what I get: 01-01 02:56:41.719: WARN/(1738): Creating the jstring for Dracula Der Pfähler.mp3. 01-01 02

[android-developers] Re: Getting the ID of an image in the MediaStore

2010-09-27 Thread Luca Carlon
ya Vasilyev --http://kmansoft.wordpress.com > > 27.09.2010 16:06 пользователь "Luca Carlon" написал: > > Hi! I'm trying to query the Android's MediaStore.Images.Media to get > the images contained in the device. I get my cursor on the DB like > this:

[android-developers] Getting the ID of an image in the MediaStore

2010-09-27 Thread Luca Carlon
Hi! I'm trying to query the Android's MediaStore.Images.Media to get the images contained in the device. I get my cursor on the DB like this: Cursor cursor = context.getContentResolver().query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, projections, selection, nul

[android-developers] Memory reserved for surfaces

2010-09-13 Thread Luca Carlon
Hi everyone! As far as I can understand, and according to what I've been told here, on some Android devices, there exists a pool of memory reserved for Surfaces which is shared by the applications. Is this correct? The exception OutOfResourcesException is related to this pool of memory coming up sh

[android-developers] getting View reference from Intent

2010-09-09 Thread Luca Morettoni
ources().getDrawable(android.R.drawable.ic_menu_mapmode)) .setContent(i); tabHost.addTab(tabSpec); now I need to access the MapView to set some Overlay on that map but if I try to do this: MapView mapView = (MapView) findViewById(R.id.myMap); the reference is always null, which is the right way?

[android-developers] Restoring a GLSurfaceView after closing the foreground activity

2010-08-26 Thread Luca Carlon
Hi! I have an application which uses a GLSurfaceView. From that activity I start the Android's video player. The problem I'm experiencing is that, after I close it, the GLSurfaceView I have behind it is not shown at all, I have a black screen. When I close that activity as well, the GLSurfaceView s

[android-developers] Re: Calling the stop() function of MediaPlayer

2010-08-22 Thread Luca Carlon
You can try out these .. > > Lokesh > > > > On Sun, Aug 22, 2010 at 12:02 PM, Luca Carlon wrote: > > Thanks for the link! > > I see in that code they do: > > > mediaPlayer.stop(); > > mediaPlayer.prepare(); > > mediaPlayer.seekTo(0); > > > This w

[android-developers] Re: Calling the stop() function of MediaPlayer

2010-08-22 Thread Luca Carlon
e only one thread manages the media player. Any idea why? Anyone who also noticed this behavior? Thanks! On 22 Ago, 13:17, Mark Murphy wrote: > On Sun, Aug 22, 2010 at 7:09 AM, Luca Carlon wrote: > > Hi! I don't know if I'm doing something wrong, but I see calling the > >

[android-developers] Calling the stop() function of MediaPlayer

2010-08-22 Thread Luca Carlon
Hi! I don't know if I'm doing something wrong, but I see calling the stop function of MediaPlayer simply does nothing. The playback goes on. I looked in the documentation and I found: "Stops playback after playback has been stopped or paused." So, I tried to pause() it before stopping, but the Me

[android-developers] Re: OutOfResourcesException when using GLSurfaceView and VideoView

2010-08-19 Thread Luca Carlon
spaces each 16MB or 24MB? Thanks you very much for the information you provided! On 19 Ago, 18:26, Romain Guy wrote: > If you don't have enough memory in your app you must modify it to work > with this limit. > > > > On Thu, Aug 19, 2010 at 2:03 AM, Luca Carlon wrote: >

[android-developers] Re: OutOfResourcesException when using GLSurfaceView and VideoView

2010-08-19 Thread Luca Carlon
use 16 or 24 MB of RAM, depending on the device. A > VideoView or a GLSurfaceView takes up a lot of RAM by the way (a > fullscreen surface view requires width*height*2*2 bytes of memory for > instance - if it's 16 bits.) > > > > On Wed, Aug 18, 2010 at 10:41 PM, Luca Car

[android-developers] OutOfResourcesException when using GLSurfaceView and VideoView

2010-08-18 Thread Luca Carlon
Hi! I have an activity which uses a GLSurfaceView to render some graphics. Now, I created another activity, which is started from the first when pressing a button, which plays a video using a VideoView. The problem is that, for some reason, very often I get a OutOfResources exception from the Surfa

[android-developers] ddms won't load anymore

2010-08-18 Thread Merciadri Luca
Hi, I'm using an HTC Desire. After having configured my udev rules correctly: == # cat 51-android.rules SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0c87", MODE="0666" == according to == # lsusb | grep High Bus 008 Device 005: ID 0bb4:0c87 High Tech Computer Corp. == my ddms wo

[android-developers] Contacts view like the default one

2010-08-12 Thread Luca
How can i have the view like the original contacts app? now in my app I did a custom view, but is not very powerful. I saw that others apps uses a view very similar to the original contacts app. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Forwarding ranges of ports to the Android emulator

2010-08-06 Thread Luca Carlon
it fails and i get an unexpted disconnect from the server.  very > annoying! > > Have you managed to work this one out yet? > > Can anyone out there help!? > > Cheers > > Chris > > On Jul 17, 7:21 pm, Luca Carlon wrote: > > > Hi! I'm working on a C++ li

[android-developers] Save SMS in outbox

2010-07-27 Thread Luca
Hi! I'm developing an app to send SMS by an internet provider. I'm trying to save these message to the outbox... But I can't understand how.. Someone can help me? I'm trying with android.telephony.SmsManager.. Someone can help me? -- You received this message because you are subscribed to the Goo

[android-developers] Re: Saving SMS to SENT messages

2010-07-27 Thread Luca
I need the same thing... did you resolved that? I need to save a message on the outbox On Jul 14, 7:45 am, Suzann wrote: > Hello, > I have developed a simple application that on certain events sends anSMSto > ppl from my address book. > All works perfectly EXCEPT there is no trace of theSMSsent.

[android-developers] How to save SMSs in outbox?

2010-07-27 Thread Luca
Hi, i need to save SMS in outbox. My app sends SMS with an internet provider, and i would save the message in the send messages. I tried with android.telephony.SmsManager but it is used to send messages.. thank you in advice -- You received this message because you are subscribed to the Google G

[android-developers] Re: Calling methods of an activity from another

2010-07-25 Thread Luca Carlon
> > I need > > this as when an event of my C++ library arises, a method of Activity1 > > is called, and I need then to call a method of Activity2. > > It sounds like your JNI ought to be in a service, rather than either > activity. You do not even know if Activity1 will be in memory while > Activit

[android-developers] Changing the content of an activity runtime

2010-07-24 Thread Luca Carlon
Hi! I created an activity by using a layout written in a XML file. I would like, in response to some events, to change the content of this activity. I would like to show a VideoView over the content. In response to some other event, I may want to go back to the first content. Would it be possible t

[android-developers] Calling methods of an activity from another

2010-07-23 Thread Luca Carlon
Hi! I have one activity (Activity1) which loads a C++ library through JNI. This C++ class calls some methods I implemented in my Activity1, in response to some events. In certain cases I start another activity (Activity2), but would it be possible, from Activity1, to call some methods of Activity2

[android-developers] Forwarding ranges of ports to the Android emulator

2010-07-17 Thread Luca Carlon
Hi! I'm working on a C++ library which uses TCP to estabilish communications with the LAN. I've been able to use it without problems on a real device with Android, but I'm not able to use it on the emulator. I suppose it is because the emulator doesn't have access to my LAN. I read the documentati

[android-developers] DEVELOPMENT CLIENT FOR WEB-SERVICES ON ANDROID

2009-10-05 Thread luca
Hi guys, i need an expert about android. I have to develop a framework to create clients for web-services on android. I thought to write a mapping from wsdl to java, but now i think is more usable to develop it through some tools like axis. After have developed my web services, i tried to develop

[android-developers] Re: How to get System Endianess

2009-03-19 Thread Luca Belluccini
Thanks, but I think it is the java virtual machine byte order. I am communicating to/from low level stuff (kernel driver). On 19 Mar, 15:45, fadden wrote: > On Mar 19, 6:57 am, Luca Belluccini wrote: > > > In Sun Java I can get System endianess using the System.getProperty > &g

[android-developers] How to get System Endianess

2009-03-19 Thread Luca Belluccini
In Sun Java I can get System endianess using the System.getProperty ("sun.os.endian"). How to get endianess of the system in Android? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. T