[android-developers] Camera2 api

2017-02-20 Thread gonzalo romo
Hello. I think my phone does not capture RAW. But with camera fv5 i can take png photos and they look great. But it does not save well all the photos I take. I have any possibility of taking photos in another format better than jpeg? As PNG .. I have a j7 2016 -- You received this message

[android-developers] Re: sqlite databases

2016-07-17 Thread Gonzalo Cimma
this is my problem, I make app in android studio, Im using SQLite database, but I need refresh the information from application made in visual studio, now I have the SQLite in the pc, I need copy to phone, but not all phones as rooted, for that I think if can copy the db to sdcard and after

[android-developers] sqlite databases

2016-07-14 Thread Gonzalo Cimma
Hi, I make app and use SQLite db, but my phone I can't root, for that I can see the db, and need every time update the db, I working in Visual Studio, Android Studio, how can update the db, maybe if send db to sdcard in the phone and the app have option for update the database, I need help with

Re: [android-developers] Getting points of interest from a certain location using Google Places API for Android

2016-03-19 Thread Gonzalo Diaz
Sorry if it is unclear. I'm trying to get the top X touristic places from a certain city( i.e. Times Square, Central Park...) . That's the functionality I was meaning. On Thursday, March 17, 2016 at 5:45:27 PM UTC-5, TreKing wrote: > > > On Thu, Mar 17, 2016 at 5:21 PM, Gonzalo

[android-developers] Getting points of interest from a certain location using Google Places API for Android

2016-03-18 Thread Gonzalo Diaz
I'm coding an Android application and I'm trying to get and display a list of certain points of interest using Google Places API for Android. However I've been checking the docs from here: https://developers.google.com/places/android-api/signup and I haven't found anything similar for

[android-developers] ususcribe

2011-01-06 Thread Gonzalo Aguilar Delgado
ususcribe -- 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] Is there any Dalvik bytecoder available?

2010-07-06 Thread Gonzalo
/check that is working on this issue? If not, is there any other alternative beside running a decompiler for dex files, and modifying it manually? Thanks, --Gonzalo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to hang an outgoing call? (Revisited, Partly solved here)

2009-07-06 Thread Gonzalo Aguilar Delgado
toolkit. Maybe is there other solutions. Thank you! Gonzalo Aguilar Delgado Consultor CRM - Ingeniero en Informática M. +34 607814276 On mié, 2009-07-01 at 14:46 -0400, Mark Murphy wrote: Gonzalo Aguilar Delgado wrote: I'm sorry I

[android-developers] Re: How to hang an outgoing call? (Revisited, Partly solved here)

2009-07-01 Thread Gonzalo Aguilar Delgado
about how to manage this. Maybe you can help more than others as you know how this thing will progress. Thank you in advance Gonzalo Aguilar Delgado Consultor CRM - Ingeniero en Informática M. +34 607814276 On mar, 2009-06-30

[android-developers] Re: How to hang an outgoing call? (Revisited, Partly solved here)

2009-06-30 Thread Gonzalo Aguilar Delgado
Ok, so how do the manufacturers the hang-up button if the phone has no buttons. Huawei Android has no buttons... Are you going to let do it in next versions? Thank you Gonzalo Aguilar Delgado Consultor CRM - Ingeniero en Informática

[android-developers] Server and ServerSockets

2008-11-22 Thread Gonzalo
anyone show me some simple android code for establishing a tcp socket connection between two android's? Thank you for the help. Gonzalo. pd. i do add tcp redirection (redir add tcp:1:2). the client seems to connect but that make the server stop unexpectedly