[android-developers] Sharing 3G internet over WiFi but no in AP mode (client mode), or how to use IPTABLES

2016-01-09 Thread Evgeny Knafel
Hi everybody, I'm not an app developer (although I have written lots' of code in my life, but that was long time ago) but I'm trying to specify requirements for an external coder for an app that I need. For a very unique application I need an app that will enable my andoird phone to share it's

[android-developers] Re: On my app's page "google +1" count have been reset to zero

2016-01-09 Thread jsket . org
In the beginning the same situation, but after three days devices start show incorrect number too. пятница, 8 января 2016 г., 5:27:07 UTC+6 пользователь Eldar Abdrazakov написал: > > I had the same reset to zero with my app. I also noticed that reset only > in web browsers and on android

[android-developers] Native camera on shield tablet

2016-01-09 Thread xavier BUHOT
Hello, I develop a native application on my shield tablet to get camera frame. I download the shield tutorial and I work on eclipse. I get that error: 01-09 08:45:35.475: I/art(9536): Late-enabling -Xcheck:jni 01-09 08:45:35.559: D/AndroidRuntime(9536): Shutting down VM 01-09 08:45:35.560:

[android-developers] Re: On my app's page "google +1" count have been reset to zero

2016-01-09 Thread jsket . org
they still didn't answer. I'll resend letter soon. -- 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.com. To

[android-developers] Search View on Top of SuperSlim

2016-01-09 Thread rishabh yadav
Hey Guys, I am implementing Search View on top of SuperSlim Library(for Sticky Header) . I running into problems with that. If anyone has used the same thing, help me out please. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Build fails when trying to launch my app

2016-01-09 Thread Alain Bonnefoy
Hello, I want to use ftp access within my app, so I tried different solution such as apache common-net-3.4, ivy2.4.0 or even Chilkat 9.5.0. In every case, I can build my app successfully but when I try to run or debug it, build fails with this error: Executing tasks: [:app:assembleDebug]

[android-developers] First app not working

2016-01-09 Thread Ricardo Morales
So I tried doing the first app tutorial from the web, the one that sends text to one activity to another. But I think i really suck at this. Here is my logcat: 01-09 17:04:47.471 1633-1633/com.example.ricki.myfirstapp D/dalvikvm: Not late-enabling CheckJNI (already on) 01-09 17:04:47.481

Re: [android-developers] First app not working

2016-01-09 Thread Steve Gabrilowitz
I don't think you suck at this, I think you need to have a bit more patience and remember that there is a learning curve here. First thing you need to learn is probably how to read a stack trace like the one that appears at the bottom of your logcat. In this case it is telling you that you have

[android-developers] [Android TV] Regarding Android TV Input Framework Working and APIs

2016-01-09 Thread Developer
Hello, I am looking into the Android TV Input Framework. I was able to get the online documentation on the https://source.android.com/devices/tv/ site. However, I did not completely understand the detailed working and interaction between the Yellow app and the TV App. How are the playback

[android-developers] MediaCodec with Camera2 API freeze

2016-01-09 Thread Александр Баташев
I'm trying to encode recorded with camera video with H264 codec. But when I add MediaCodec surface to a Camera Capture Surface everything freezes and I can see in logcat "RequestThread-0: Timed out while waiting for request to complete" Here is my sample code: