[android-developers] Re: "Package file is invalid" for v2.x Android users

2016-02-05 Thread Hunter Mayer
I tried manually installing our latest version (versus debug) and got the following: 2731 KB/s (49110251 bytes in 17.558s) pkg: /data/local/tmp/dam-GooglePlay-release_v2.2.9_b54_armeabi.apk Failure [INSTALL_FAILED_DEXOPT] rm failed for -f, Read-only file system I've got more to go on

[android-developers] Google Drive REST Api Malformed multipart body

2016-02-05 Thread Ritesh Mehandiratta
Hi i am using google drive rest api v2.i am trying to upload a file in a folder in android.i write a method for this. public String uploadRequest(String token,byte[] body){ URL url = null; String response=""; String body1 = Base64.encodeToString(body, Base64.DEFAULT);

[android-developers] Android camera taking always same photo

2016-02-05 Thread Jose M. Gonzalez A.
Hi everyone, I went to stack overflow about this issue a few days ago (http://stackoverflow.com/questions/35180173/android-camera-taking-always-same-photo). I haven't had any answer yet... My problem is that I have an instance of android.hardware.Camera and I'm taking a photo like this:

[android-developers] Reading expansion file in Android 6.0

2016-02-05 Thread victor
Hi, I have an app that uses expansion files and it works fine on less than api 23 devices, but on android 6.0 the obb cannot be read neither by FileInputStream nor by ndk fopen with permission denied error in case the obb and apk are downloaded from store at once. If the runtime permission to

[android-developers] CAN'T LAUCH THE APP ON THE EMULATOR,I HAVE amd PROCESSOR

2016-02-05 Thread sandra salceda
Hi i downloaded the android studio on my pc and i already try to launch my app on diferent emulators, but i can't i get the following message: Target device: Nexus_6_API_21 [emulator-5554] Installing APK: C:\AndroidATC\Labs\MySecondAndroidApplication\app\build\outputs\apk\app-debug.apk

[android-developers] Needed help with Eneter application

2016-02-05 Thread Martijn van Kekem
Hello, Currently i'm making an application for chatting to an Windows PC. I'm using the Eneter library, but currently i have to enter the ip of the computer manually. Is there a way for searching PC's on the local network, that are listening on a specific port. So for example: 192.168.0.01 is

[android-developers] Google Play Games - Content Rating

2016-02-05 Thread Lars Fessen
Hello, I would like to integrate Google Play Games in my app. Do I have to answer the questions about "sharing data with other users" and "sharing personal data" (I do not know if these are the right expressions, I have the german site) with "Yes" if I intgrate Google Play Games? Regards, Lars

[android-developers] Re: Google Play Games - Content Rating

2016-02-05 Thread Lars Fessen
I meant the questions in the "Content Rating". Am Freitag, 5. Februar 2016 10:24:27 UTC+1 schrieb Lars Fessen: > > Hello, > I would like to integrate Google Play Games in my app. Do I have to answer > the questions about "sharing data with other users" and "sharing personal > data" (I do not

[android-developers] Android TV Global Search

2016-02-05 Thread Amit Lad
Hi All, I am implementing global search for android tv and we are one major issues. Whenever we say something by using mice button, global search gives a callback to query() in content provider but its weird that we not getting the callback all the time. Sometimes we did not receive anything

[android-developers] Ican not save changes in excel

2016-02-05 Thread Haldun Ceyhan
Im using Samsung Galaxy Note Pro 12,2 And I have some excel (or word) documents in SD CARD. Im opening excel documents, and would like to make some changings on it. But Im taking a warning that this file is only for read. And saying please resave it (save as). When I do save as, new document

[android-developers] The device does not support although it supports the application

2016-02-05 Thread Илья Кулик
Hello, I beg your pardon for the errors in the text as I do not speak English and for translations that use Google Translate My problem is that I created the game for Android. With Unity3D and during testing on your device, the app worked well. But as soon as I have uploaded to Google Play

[android-developers] Re: OpenGL ES loading textures after onSurfaceChanged

2016-02-05 Thread Safa May
> > HI, please i need your help i want to put my object 3d that i import in android with min3d library in canvas but i don't know how ,i want to make it a custom view . safa -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Using Lap(Desk)top with Datamodem, mic+headphone, SIM as Smartphone with Android

2016-02-05 Thread bkpsusmitaa
I want to use my existing Lap(Desk)top with Android installed, with HSPA-UMTS datamodem with a SIM (for calls+data) card, headphone and Mic, as a SmartPhone (which means both for accessing and browsing the internet and make and receive phone calls over GSM network). That will save my money.

[android-developers] google offline speech recognition problem

2016-02-05 Thread Parth Kelkar
i am trying to use google offline speech recognition in my android app which just converts speech into text but its not working. i have downloaded offline language . the same app works fine with internet connection on but doesn't work in offline mode the main code is as follows: package