[android-developers] Problem Sign Release Build

2016-10-24 Thread Cristian Camilo Correa Grajales
Hi! I have a problem. My android App in debug mode works well, but in release mode i do not consume webservices or access the local database. The permissions are set correctly. :( I don't know what to do Can you help me? Thanks. -- You received this message because you are subscribed to th

[android-developers] Download manager android tv

2016-08-17 Thread Cristian Ortiz Ramírez
Hi guys. I'm new to android development I'm working now in an application that implements AndroidManager class but I'm facing some issue when I emulate my app in android tv device. What I want to do is download a video from a url and when download finishes show de downloaded video on a VideoV

[android-developers] How to copy in internal storage?

2016-03-21 Thread Cristian Dominguez
Hey, I have a problem copying an file to internal storage: I have done an app that extracts the .apk file of an installed app. Well, the problem comes when i try to copy it in a location... the copy doesn't produce... How can i solve this? Thanks, Cristian -- You received this me

[android-developers] Use an intent in class to create buttons

2013-04-22 Thread Cristian Cañadas
Hi I use the class "BotonPersonalizado" for create buttons in activity dynamically, see the code of constructor My mistake is when you press one of these buttons, everything else is fine and works perfectly @SuppressLint("NewApi") public BotonPersonalizado(RelativeLayout layoutactual, int id,

[android-developers] [APP] CTN Car - Vehicle Management

2012-08-16 Thread Cristian Cardoso
ns! We'll be glad to receive your reviews, even positive or negative. Thanks Cristian Cardoso -- 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 unsubscr

[android-developers] Re: How to get synced Facebook contacts picture?

2011-09-08 Thread Cristian
There is definitely no way to do this in a standard way. So, we must use an SQLi injection in order to be able to hack the contacts database and get the Facebook avatars. The following code works on most Motorolas, which use Motoblur, on Android 2.2 or higher: public static Bitmap loadFacebook

[android-developers] Problems writing a C2DM service (InstantiationException).

2011-02-11 Thread Cristian Udrea
Hello everybody. I'm trying to implement a C2DM service over a barebones "hello world" application with two buttons. At first I used a BroadcastReceiver, but it has a 10 second execution limit and a few other limitations, so I thought it would be better to use the IntentService approach (google's C

[android-developers] Droid font and Romanian language support (ISO-8859-16)

2010-07-16 Thread Cristian Adam
duces lower quality fonts because it tries to decipher the ttf format. Thank you for listening, Cristian Adam. -- 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] EMMA code coverage

2009-10-04 Thread Cristian Zamfir
Hi, I read various lists and blogs regarding setting up EMMA to obtain code coverage. I am TA-ing a software engineering class and it would great to have the students measure code coverage. Unfortunately, it seems EMMA is still in early development and there are still a few problems setting it u

[android-developers] Re: Dialog containing a ListView with ContextMenuListener

2009-04-27 Thread Cristian Radu
I have the same problem: a dialog with a list view on which I attach a context menu. When long-clicking the menu gets displayed, but clicking any option doesn't do anything - the onContextItemSelected method never gets executed. Any ideas? Is this a bug? On Mar 13, 10:29 pm, "Tim H." wrote: > S

[android-developers] Does Ant Sign Apps?

2008-11-18 Thread Cristian
I'm switching my app creation to Ant to make things more automated. I originally was only using Eclipse. The docs say that using the command "ant release" creates an unsigned Android package that I will have to sign. I ran "ant release" then tried to use jarsigner using my private key but I kept g