[android-developers] Google Play Developer Privacy Policy

2017-02-07 Thread sblantipodi
Hi all, I received an email from play store that says that I must add a provacy policy link in the play store page and in my app. Can I add the link to the privacy policy in play store without adding it inside my app? Is it mandatory to have those link in the app and in the play store page? My

[android-developers] New google try and buy service from Play Store.

2012-10-16 Thread sblantipodi
Hi, I'm interested in this service since now I have two apps on play store, a paied one and a trial one. How can I enable the try and buy process on my paied app? Is the try and buy available only for the app the uses the in app purchase? Thanks. -- You received this message because you are

[android-developers] Try and buy,,,

2012-10-16 Thread sblantipodi
Hi, it seems that google added the try and buy option. From now on app that uses the in app purchase can schedule a trial period from the market directly. Is this possible for the app that don't use in app purchase but the normal purchase one time way? Thanks. -- You received this message

[android-developers] How to perfectly simulate the Nexus 7 inside the SDK emulator.

2012-10-08 Thread sblantipodi
As title. Is there a way to simulate the Nexus 7 inside the SDK emulator? As far as I know, the Nexus 7 does not have the Telephony API, how can I remove them from the simulator? What other API nexus 7 lacks? How can I simulate an environment similar to nexus 7? Thanks. -- You received this

Re: [android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-07-19 Thread sblantipodi
Jelly Bean fixed all the canvas slow down on primitives when hardware acceleration is on. This is the evidence that there was a problem in your is that you don't advertised ;) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Is JDK1.7 supported now?

2012-06-04 Thread sblantipodi
I just tried, nothing has been fixed in months. Il giorno venerdì 1 giugno 2012 12:10:02 UTC+2, sblantipodi ha scritto: As title, some months ago I had some problem signing my android apps using java 1.7 that forced me to switch back to jdk 1.6. Is this problem fixed? -- You received

[android-developers] Is JDK1.7 supported now?

2012-06-01 Thread sblantipodi
As title, some months ago I had some problem signing my android apps using java 1.7 that forced me to switch back to jdk 1.6. Is this problem fixed? -- 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: Google lost vs Oracle.

2012-05-18 Thread sblantipodi
I have no problem in accepting the outcome but I would like to know what is this outcome if it is possible and if there is something that we can know. On Friday, May 18, 2012 9:36:44 AM UTC+2, Ali Chousein wrote: I haven't understood what won Oracle and what won Google. What will be the

[android-developers] Re: Google lost vs Oracle.

2012-05-17 Thread sblantipodi
I haven't understood what won Oracle and what won Google. What will be the conseguences of this debate? -- 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

[android-developers] ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
As title. After using more than one ICS device I'm convinced that the multitasking offered by ICS is not a real multitasking. I well know this graph: http://developer.android.com/images/activity_lifecycle.png This is good, but how this graph is implemented is horrible. On a galaxy nexus with 1GB

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
I used the fart apps terms just to explain simple apps. On May 16, 2:46 pm, Kostya Vasilyev kmans...@gmail.com wrote: Four different *fart *apps? Are you trying to play the quartet from the third act of Rigoletto? -- K 2012/5/16 sblantipodi perini.dav...@dpsoftware.org As title

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
need to do that work in a service, if it is really important work in a foreground service even. On Wednesday, May 16, 2012 2:39:07 PM UTC+2, sblantipodi wrote: As title. After using more than one ICS device I'm convinced that the multitasking offered by ICS is not a real multitasking

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
in database and restore it in every onCreate(), hey, have you every programmed an android app? On May 16, 3:51 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, May 16, 2012 at 10:43 PM, sblantipodi perini.dav...@dpsoftware.org wrote: don't try to justify a broken system, please. Take

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
, May 16, 2012 at 11:01 PM, sblantipodi perini.dav...@dpsoftware.org wrote: As the graph I posted explain the app is not restarted, but the latest activity is. If the activity is restarted, user needs to reinput the input it submitted, variables needs to be re-populated, etc. Well

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
To Boston, we should suggest to android developers to use fragments and onSavedInstanceState... On May 16, 4:43 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Open the browser, fill in some blank spaces, now multitask, reopen the browser, the page is completely reloaded, do you think

[android-developers] Google lost vs Oracle.

2012-05-08 Thread sblantipodi
As title. I think that we need to start learning C# to develop on Android. Do you think that android will continue using java in the future? -- 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] Google lost vs Oracle.

2012-05-08 Thread sblantipodi
As title. Do you think that we can continue using Java on Android in the future? -- 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

[android-developers] Android isn't able to manage a PDF, this is bad.

2012-04-18 Thread sblantipodi
Since Android isn't able to manage a pdf inside the app I'm using google docs to translate some pdf into html and than show it inside a webview. The problem is that sometimes I need to manage local files and google docs wants URL instead of files. How can I pass local files to google docs in

[android-developers] Image CoverFlow not working fine with Android 4.0

2012-03-30 Thread sblantipodi
Hi, I'm working with coverflow, the images are displayed and working fine in android 2.3.6 and below versions but is not displayenter image description hereed properly in android 4.0 and above sub versions. No exception is thrown unfortunantly, the image, simply does not display correctly on

[android-developers] Re: Image CoverFlow not working fine with Android 4.0

2012-03-30 Thread sblantipodi
Ok I fixed the library, now it works. On 30 Mar, 16:06, sblantipodi perini.dav...@dpsoftware.org wrote: Hi, I'm working with coverflow, the images are displayed and working fine in android 2.3.6 and below versions but is not displayenter image description hereed properly in android 4.0

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
There is some failure in the android hardware implementation, this is sure. It is not possible that a 1.2GHz dual core processor with 1GB of RAM and a SGX540 isn't able to run a simple and light software like mine in a smoothly way. I run that code on feature phones with less than 200MHz with a

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
No my apps uses really simple primitives. On 16 Gen, 13:30, sparky spar...@google.com wrote: Does your application use any of the canvas functions known not to be hardware-accelerated? This blog article lists them, along with some best practices for Android 2D hardware acceleration.

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
...and all that primiteves are hardware accelerated. On 16 Gen, 13:30, sparky spar...@google.com wrote: Does your application use any of the canvas functions known not to be hardware-accelerated? This blog article lists them, along with some best practices for Android 2D hardware acceleration.

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
The most disappointing thing is this problem is that google don't want to admit that they have problem in their implementation, this will probably means that we will not see any fix soon. As I repeat the same canvas runs great on feature phones with 180MHz CPU and 1MB of heap, runs great of low

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
of the phone now runs choppy and laggy. Also built in app like widget selection are laggy, imagine third party apps. On 16 Gen, 15:58, Sparky Rhode spar...@google.com wrote: Can you share some source code that reproduces this performance issue? On Mon, Jan 16, 2012 at 3:53 PM, sblantipodi

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
I don't know where is the problem and I'm not insulting anyone, I'm only saying that there is huge performance problem on the latest ICS flagship when hardware acceleration is on. The problem is present in: 1) Most of 3D wallpaper 2) Most of third party apps that uses paint more than native

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
Just to add some more data. This simple app can render its UI at 60FPS on Galaxy Nexus running stock 4.0.2 with HW ACC is OFF. https://market.android.com/details?id=MortgageCalculatorPRO.DPsoftware.orgfeature=search_result#?t=W251bGwsMSwyLDEsIk1vcnRnYWdlQ2FsY3VsYXRvclBSTy5EUHNvZnR3YXJlLm9yZyJd

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
I wrote wrong. I meant that the framerate dropped from 10 to 30FPS, with hw off the framerate was 60FPS. On 16 Gen, 21:03, Per Larsson perlarsso...@gmail.com wrote: sblantipodi wrote: Simply enable hardware acceleration and the framerate drops from 10FPS to 30FPS. That is not a drop

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
the amount of RAM and the speed of the CPU have little to do with how well an app will perform on the GPU. On Mon, Jan 16, 2012 at 10:41 AM, sblantipodi perini.dav...@dpsoftware.org wrote: Just to add some more data. This simple app can render its UI at 60FPS on Galaxy Nexus running

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
Comparisons like this are meaningless if you don't specify the screen resolution. An app running well on a slow CPU can run much faster at a low resolution than the same app running on a fast CPU at a high resolution. I Romain I really appreciate your effort to help me, really thanks for this

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
I answer you with a question. Why the same code runs better on other OSs with 20x less the power, gingerbread included? On 17 Gen, 00:15, bradgog gogat...@gmail.com wrote: You still have provided no real proof, code or examples which is continuing to make you look bad. -- You received this

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
Adding some more data for Romain. The same software runs at lightning speed on Galaxy Note (1280x800) and it runs slow on Galaxy Nexus (1280x720). Do you really tell us that it is the CPU/ GPU hardware difference to make a simple software like that runs slow, good, or smooth as butter? -- You

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
I am not avoiding anything but you have failed to far to provide me with something I could use to find such a flaw and fix it. I have provided you three lines of code that works bad as the other primitives. Me neither, but you could be bandwidth limited for instance. Again, the CPU has

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
...@android.com wrote: With or without hardware acceleration in this test? If it's with, note that the Galaxy Note has a better GPU. On Mon, Jan 16, 2012 at 3:46 PM, sblantipodi perini.dav...@dpsoftware.org wrote: Adding some more data for Romain. The same software runs at lightning

[android-developers] Hardware accleration slow down every Canvas app. Why?

2012-01-15 Thread sblantipodi
Hi all, I'm forcing hardware acceleration on my galaxy Nexus. Every apps that uses canvas are slowed down when this acceleration is enabled. Why? -- 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] Android, auto complete with email contacts.

2012-01-15 Thread sblantipodi
Hi, I have an EditText, I would like to activate autocomplete on it. Something that help user to autocomplete with the correct email address. Is there some code snippet I can read on how to do it? Thanks. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-15 Thread sblantipodi
This is what I saied, every apps seems to be slower. Sincerely I am trying many apps and every apps seems slower when hardware acceleration is on. I really don't find any improvements in this hardware acceleration on android platform. On other OS it clearly boost performance, on android it slow

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-15 Thread sblantipodi
this hardware acceleration. On 15 Gen, 23:01, Romain Guy romain...@android.com wrote: All the standard apps use hardware acceleration and we've measured large performance improvements. What apps exactly are slower using hardware acceleration? On Sun, Jan 15, 2012 at 1:45 PM, sblantipodi

[android-developers] Re: Android, auto complete with email contacts.

2012-01-15 Thread sblantipodi
a look at the built-in Email app: http://www.grepcode.com/file/repository.grepcode.com/java/ext/com.goo... Or else take a look at K-9, you can also browse its source repository online. -- Kostya 16 ÑÎ×ÁÒÑ 2012šÇ. 1:34 ÐÏÌØÚÏ×ÁÔÅÌØ sblantipodi perini.dav...@dpsoftware.org ÎÁÐÉÓÁÌ: Hi

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-15 Thread sblantipodi
...@android.com wrote: Please tell me about specific examples so I can see why it is so. On Sun, Jan 15, 2012 at 2:25 PM, sblantipodi perini.dav...@dpsoftware.org wrote: All apps that heavily use canvas to draw something like drawLine(), drawRect(), and other primitives. I'm

[android-developers] Re: Android, auto complete with email contacts.

2012-01-15 Thread sblantipodi
-down list item views (sort of like with spinner and list view). Here is the adapter from the built-in Email app: http://www.grepcode.com/file/repository.grepcode.com/java/ext/com.goo... -- Kostya 16 января 2012 г. 2:29 пользователь sblantipodi perini.dav...@dpsoftware.org написал

[android-developers] Re: Should I enable hardware acceleration?

2012-01-13 Thread sblantipodi
Another bump. On 7 Gen, 00:24, sblantipodi perini.dav...@dpsoftware.org wrote: bumping the question. On 5 Gen, 14:08, sblantipodi perini.dav...@dpsoftware.org wrote: Really thanks for the answer Romain, I appreciate it. To make a try I enabled the Force GPU rendering option in my

[android-developers] My canvas is too slow when hardware acceleration is enabled.

2012-01-13 Thread sblantipodi
Hi all. I have an apps that uses the Canvas to draw its UI. The apps use drawLine() drawRect and others methods to draw the UI. If I disable the hardware acceleration the UI is fluid and responsive, if I enable hardware acceleration I can see a disturbing lag. I'm testing it on Xoom and on

[android-developers] Re: My canvas is too slow when hardware acceleration is enabled.

2012-01-13 Thread sblantipodi
Yes I read it but can't understand why performance drop on my canvas when Hardware Acceleration is enabled and it seems that I'm not the only one. On 13 Gen, 23:13, String sterling.ud...@googlemail.com wrote: Have you read  

[android-developers] Re: Should I enable hardware acceleration?

2012-01-06 Thread sblantipodi
bumping the question. On 5 Gen, 14:08, sblantipodi perini.dav...@dpsoftware.org wrote: Really thanks for the answer Romain, I appreciate it. To make a try I enabled the Force GPU rendering option in my Galaxy Nexus. When this option is disabled my software is lightning fast, when

[android-developers] Re: Should I enable hardware acceleration?

2012-01-05 Thread sblantipodi
, why hardware acceleration didn't help in this case? Thanks. On 4 Gen, 19:14, Romain Guy romain...@android.com wrote: drawRect and drawLine are hardware accelerated with anti aliasing. On Wed, Jan 4, 2012 at 7:14 AM, sblantipodi perini.dav...@dpsoftware.org wrote: As title. ICS

[android-developers] Should I enable hardware acceleration?

2012-01-04 Thread sblantipodi
As title. ICS give us the possibility to force the Hardware Acceleration on our app with a simple manifest attribute. The UI of my app is drawn using canvas, completely canvas. No android widget is used to draw the UI only canvas. This means that I have a lot of drawLine(), drawRect() ecc. ecc.

[android-developers] Re: SDK Manager update fails every time

2011-12-18 Thread sblantipodi
I have posted a personal workaround for the problem a lot of time ago. It is really incredible that google didn't fixed the problem yet. To workaround the problem do this: - Close everything, antivirus included. - Go rename your ./android/tools directory in something else ./android/

[android-developers] Re: ADB driver...

2011-12-17 Thread sblantipodi
Ok, thanks ;) On 17 Dic, 06:58, JP joachim.pfeif...@gmail.com wrote: On Dec 12, 3:47 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Hi, where can I download the ADB driver for my galaxy nexus? Windows, here:http://innovator.samsungmobile.com/down/cnts/toolSDK.detail.view.do?p

[android-developers] Re: ADB driver...

2011-12-16 Thread sblantipodi
I have done it but windows does not recognize the drivers in the sdk folder as a valid driver. On 15 Dic, 22:59, Kostya Vasilyev kmans...@gmail.com wrote: In that case, Davide, have you actually tried 1) getting the latest version of the driver with the SDK Manager and 2) pointing the Windows

[android-developers] Re: ADB driver...

2011-12-16 Thread sblantipodi
, skipping the prompt dialog. Perhaps it's somehow enabled on your computer. -- Kostya 16.12.2011 15:12, sblantipodi пишет: I have done it but windows does not recognize the drivers in the sdk folder as a valid driver. On 15 Dic, 22:59, Kostya Vasilyevkmans...@gmail.com  wrote

[android-developers] Re: ADB driver...

2011-12-15 Thread sblantipodi
bump question. -- 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...@googlegroups.com For more

[android-developers] Re: ADB driver...

2011-12-13 Thread sblantipodi
And then browse to the inf file in the android-sdk-windows\extras \google\usb_driver folder. It's a pain but it works perfectly. regards On Dec 13, 12:37 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Sure but I havent finded anything. My android/extras/usb_drivers contains

[android-developers] ADB driver...

2011-12-12 Thread sblantipodi
Hi, where can I download the ADB driver for my galaxy nexus? I want to download official driver and not drivers downloaded from some strange hosting. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Android SDK is the must buggy SDK in the entire mobile ecosystem.

2011-12-12 Thread sblantipodi
Same problem with the latest update, quite ridiculous. -- 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] Re: ADB driver...

2011-12-12 Thread sblantipodi
Sure but I havent finded anything. My android/extras/usb_drivers contains drivers but windows 7 64bit doesn't like it ;) what to do? On 13 Dic, 00:49, TreKing treking...@gmail.com wrote: On Mon, Dec 12, 2011 at 5:47 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: where can I download

[android-developers] Re: Should I buy my own apps?

2011-12-10 Thread sblantipodi
, sblantipodi perini.dav...@dpsoftware.org wrote: That's the rule? I can't even buy it. I cannot install it at all. On 10 Dic, 01:01, TreKing treking...@gmail.com wrote: On Fri, Dec 9, 2011 at 3:10 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: Why I can't install my own apps from

[android-developers] Should I buy my own apps?

2011-12-09 Thread sblantipodi
As title. I bought a galaxy nexus, when I try to download my own apps it ask me for money. Should I really buy my own apps? 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] Re: Should I buy my own apps?

2011-12-09 Thread sblantipodi
No, really. I'm trying to buy my apps and it ask me for money. What is the problem? On 9 Dic, 20:35, TreKing treking...@gmail.com wrote: On Fri, Dec 9, 2011 at 11:34 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: Should I really buy my own apps? Is that rhetorical? You can't do

[android-developers] Re: Should I buy my own apps?

2011-12-09 Thread sblantipodi
When I search for my apps on the market, the market says that my apps costs 3€, I click on the 3€ button and than it says that I can't buy the software but it doesn't let me install it. Why I can't install my own apps from the market? Please help. Thanks. On 9 Dic, 21:44, sblantipodi perini.dav

[android-developers] Re: Should I buy my own apps?

2011-12-09 Thread sblantipodi
That's the rule? I can't even buy it. I cannot install it at all. On 10 Dic, 01:01, TreKing treking...@gmail.com wrote: On Fri, Dec 9, 2011 at 3:10 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: Why I can't install my own apps from the market? Because that's the rule. What's the point

[android-developers] Re: Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-29 Thread sblantipodi
, and that the Nexus has issues that aren't inherent to the OS. Have you tried the Samsung support boards? You might have better luck there. On 11/27/2011 10:05 PM, sblantipodi wrote: Why? On Nov 27, 8:10 am, Christopher Van Kirk christopher.vank...@gmail.com  wrote: It's surprising

[android-developers] Re: Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-27 Thread sblantipodi
Why? On Nov 27, 8:10 am, Christopher Van Kirk christopher.vank...@gmail.com wrote: It's surprising that you're surprised. On 11/27/2011 9:37 AM, sblantipodi wrote: Something important don't work as expected and google is in silence. On Nov 23, 11:15 pm, sblantipodiperini.dav

[android-developers] Re: Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-26 Thread sblantipodi
Something important don't work as expected and google is in silence. On Nov 23, 11:15 pm, sblantipodi perini.dav...@dpsoftware.org wrote: I'm not talking about USB Mass Storage but about the possibility to connect an usb stick or mouse to the phone. This is possible since a modder enabled

[android-developers] Re: Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-23 Thread sblantipodi
nothing, it neither power the devices. On Nov 23, 12:36 am, Bret Foreman bret.fore...@gmail.com wrote: What does the logcat say? On Nov 22, 2:24 pm, sblantipodi perini.dav...@dpsoftware.org wrote: As title. Is there some android engineer here who can explain me why galaxy nexus

[android-developers] Re: Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-23 Thread sblantipodi
Van Kirk christopher.vank...@gmail.com wrote: They explained this already. It's because the Galaxy Nexus has no SD card. On 11/24/2011 12:37 AM, sblantipodi wrote:   who can explain me why    galaxy nexus isn't able to go into u -- You received this message because you

[android-developers] Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-22 Thread sblantipodi
As title. Is there some android engineer here who can explain me why galaxy nexus isn't able to go into usb host mode please? I connected mouse, keyboards, usb stick, nothing works. WHy? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-11-22 Thread sblantipodi
bump On Nov 20, 7:22 pm, sblantipodi perini.dav...@dpsoftware.org wrote: After the latest update it is not possible to start Emulator using WXGA resolution, this is an old problem. Is there someone who succed to use API Level 14 with WXGA res? -- You received this message because you

[android-developers] SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-11-20 Thread sblantipodi
After the latest update it is not possible to start Emulator using WXGA resolution, this is an old problem. Is there someone who succed to use API Level 14 with WXGA res? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Cheating the Rating, please google stop this.

2011-11-17 Thread sblantipodi
imho this could be a new business. On Nov 17, 8:56 am, Lew lewbl...@gmail.com wrote: On Wednesday, November 16, 2011 11:39:56 AM UTC-8, sblantipodi wrote: Hi google, I received this email from a well known contact that I can give you via PVT if you are interested

[android-developers] Cheating the Rating, please google stop this.

2011-11-16 Thread sblantipodi
Hi google, I received this email from a well known contact that I can give you via PVT if you are interested in it. --- Hi, I am android application review writer. I have provided more then 100's of reviews to different developers. I can provide you one review free on cost to check my

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-15 Thread sblantipodi
bump. On Nov 9, 12:12 am, sblantipodi perini.dav...@dpsoftware.org wrote: I mean the three button we see in ICS, the back, the home and the recent. On Nov 8, 10:08 pm, Chris Stewart cstewart...@gmail.com wrote: I suspect you mean the menu button.  I believe, and could be very wrong

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-13 Thread sblantipodi
Bump. On Nov 9, 12:12 am, sblantipodi perini.dav...@dpsoftware.org wrote: I mean the three button we see in ICS, the back, the home and the recent. On Nov 8, 10:08 pm, Chris Stewart cstewart...@gmail.com wrote: I suspect you mean the menu button.  I believe, and could be very wrong

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread sblantipodi
bump On Nov 1, 3:17 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Bumping the question until I'll get an answer. -- 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

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread sblantipodi
Nexus), you won't see that button. -- Chris Stewarthttp://chriswstewart.com On Tue, Nov 8, 2011 at 1:56 PM, Kumar Bibek coomar@gmail.com wrote: What do you mean by the navigation button? On Nov 8, 11:54 pm, sblantipodi perini.dav...@dpsoftware.org wrote: bump On Nov 1, 3:17

[android-developers] When Android 4 SDK will be compatible with Java 7?

2011-11-04 Thread sblantipodi
As title. is there an OTA for Java7 support? -- 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] Re: When Android 4 SDK will be compatible with Java 7?

2011-11-04 Thread sblantipodi
I want to mean ETA, not OTA. I'm sorry. I'm asking for the possibility to build my sources with Java7 and not to use the Java7 language when programming. On Nov 4, 2:13 pm, David Turner di...@android.com wrote: On Fri, Nov 4, 2011 at 1:39 PM, sblantipodi perini.dav...@dpsoftware.orgwrote

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-01 Thread sblantipodi
Bumping the question until I'll get an answer. -- 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] Re: SDK 4, R15, where is the navigation button?

2011-10-31 Thread sblantipodi
Tips or tricks. Have you founded the navigation button on WXGA720? -- 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] Android SDK is the must buggy SDK in the entire mobile ecosystem.

2011-10-28 Thread sblantipodi
http://postimage.org/image/8nqmbfarj/ Clearly no software is using the tools directly except for the SDK Manager itself. I really can't belive that google is offering similar products to developers. I have no time to loose behing this. -- You received this message because you are subscribed to

[android-developers] Re: Android SDK is the must buggy SDK in the entire mobile ecosystem.

2011-10-28 Thread sblantipodi
Solution to this bugs. - Go rename you ./android/tools directory in something else. - Enter the renamed directory and run the android.bat - Install the update - Delete the renamed directory Can't belive that we still at this level. R15 and we have this kind of problems, emulator that doesn't

[android-developers] Re: Android SDK is the must buggy SDK in the entire mobile ecosystem.

2011-10-28 Thread sblantipodi
windows, Eclipse... To be fair, installers are usually able to deal with this (file used by application xxx, click here to close, or click here to retry, or click here to complete after reboot...) -- Kostya 28.10.2011 16:35, sblantipodi пишет: http://postimage.org/image/8nqmbfarj/ Clearly

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-28 Thread sblantipodi
This bug has been fixed in the R15 update, in any case I can't understand why I cannot see the navigation button when using WXGA resolution and API Level 14. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Android SDK is the must buggy SDK in the entire mobile ecosystem.

2011-10-28 Thread sblantipodi
, Peter Sinnott psinn...@gmail.com wrote: There are a lot of tools for helping with issues like this. http://www.emptyloop.com/unlocker/ Kinda sad really. It makes it look like no one in the installer team bothers to test with the most popular platform. On Oct 28, 1:48 pm, sblantipodi

[android-developers] SDK 4, R15, where is the navigation button?

2011-10-28 Thread sblantipodi
As title. Where is the navigation button? I can see this button in WXGA800 resolution only. Why? -- 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

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-10-28 Thread sblantipodi
tips or tricks, find the navigation button... On Oct 28, 6:21 pm, sblantipodi perini.dav...@dpsoftware.org wrote: As title. Where is the navigation button? I can see this button in WXGA800 resolution only. Why? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-25 Thread sblantipodi
PS C:\Android\android-sdk\tools .\emulator.exe -avd Galaxy_Nexus PS C:\Android\android-sdk\tools Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. ---

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-24 Thread sblantipodi
bumping the question. -- 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...@googlegroups.com For

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-22 Thread sblantipodi
is there a way to develop on ICS at the moment? On Oct 20, 3:14 pm, Emilio ecdpa...@gmail.com wrote: I've tried everything I found on the web, even reinstalling ADT, and nothing happens: the emulator doesn't boot, for any target, not only 14. On Oct 20, 10:17 am, Mark Murphy

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-21 Thread sblantipodi
I'm sorry but how can we test our app on ICS and WXGA resolution if the emulator doesn't work at all? Is there someone working from google on this issue? Is there an ETA for a fix? On Oct 20, 5:30 pm, sblantipodi perini.dav...@dpsoftware.org wrote: PS: I have an ultra-high end configuration so

[android-developers] Re: Android 4, new developer section.

2011-10-21 Thread sblantipodi
schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * On 21 October 2011 03:04, sblantipodi perini.dav...@dpsoftware.org wrote: Hi, in ICS I have seen

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread sblantipodi
No way to start simulators with default WXGA resolution here. -- 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] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread sblantipodi
PS: I have an ultra-high end configuration so no problem in system specs as explained from the google AI Sutton post. -- 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] Android 4, new developer section.

2011-10-20 Thread sblantipodi
Hi, in ICS I have seen a developer section under the settings with many options. Is there a guide that explains what this options are used for? 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] SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread sblantipodi
Am I the only one experiencing this problem? The only way to launch a simulator is using another resolution or a manual 720x1280, why? -- 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] Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
How can we live in a world with thousands of devices and dozens of market without preprocessor? -- 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

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
resources is for files, I need preprocessor for code, from your answer it's clear that you don't know what I am talking about. :) On Oct 19, 6:43 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Oct 20, 2011 at 1:38 AM, sblantipodi perini.dav...@dpsoftware.org wrote: How can we

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:43 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Oct 20, 2011 at 1:38 AM, sblantipodi perini.dav...@dpsoftware.org wrote: How can we live in a world with thousands of devices and dozens

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread sblantipodi
boot. Delete the snapshots and recreate them for now. We are going to fix the emulator to make incompatible snapshot format problem more obvious to the user. On Wed, Oct 19, 2011 at 8:52 AM, sblantipodi perini.dav...@dpsoftware.org wrote: Am I the only one experiencing this problem

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
nothing to do with Java;  the only relation is that you write code in Java, which gets compiled to another format, so the Android team would have absolutely no control over this. Kris On Wed, Oct 19, 2011 at 12:51 PM, sblantipodi perini.dav...@dpsoftware.org wrote: resources is for files

  1   2   3   4   >