galaxy-tab

android sdk eclipse, samsung galaxy tab 2, How to recognize devices

流过昼夜 提交于 2019-12-13 13:58:21
问题 I'm trying to develop on Samsung Galaxy Tab 2 with eclipse and android sdk. I've already installed Samsung Kies and turned on USB debugging on my device. It looks like eclipse didn't know the new samsung driver. Did I forget something? What should be the windows pilot of the device? I think is the samsung pilot. Should I be able to create virtual samsung at this step? What is the correct url for the samsung add on site? I'm on windows 8. I'm using Eclipse Juno and adt-bundle-windows-x86_64

MediaPlayer freezes instead of looping video on Android 4.4

≯℡__Kan透↙ 提交于 2019-12-11 04:08:44
问题 I am having a problem with video playback on Android 4.4 on the Galaxy Tab 3. The issue did not occur with the previous Android version 4.2. The issue I am playing a video in a loop. This worked very well for all users, until the Tab 3 got updated to Android 4.4. Since then the video freezes after the first loop (it gets stuck on the first frame of the video to be precise). I can reproduce that behaviour, and at the moment the video freezes my LogCat starts getting full with the following

Application is not compatible with Galaxy Tab 3 (GT-p5210)

て烟熏妆下的殇ゞ 提交于 2019-12-11 01:26:34
问题 I uploaded an application to Play Store which I can't install on Samsung Galaxy Tab 3. It just tells me that device is uncompatible and no reason. I've checked in Developer's Console and it is also unsupported by Galaxy Tab 3 7.0, Galaxy Tab 4 and other tablets. Here's my manifest file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="***" android:versionCode="2" android:versionName="1.0.1" > <uses-sdk android:minSdkVersion=

System.LoadLibrary(libname) crashing on Nvidia Tegra 2 chipset (Android Samsung Tab) in Javacv code

霸气de小男生 提交于 2019-12-10 13:46:36
问题 I have made a custom camera in Andorid using Javacv code. I hadn't included all the .so files but only those which seems required for my application. As in the screen shot below: It works well on Samsumg Galaxy S2, S3 and Sony Ericsson Xperia Arc. No problem at all. But when I tried to run it on Samsung P7500 Galaxy Tab 10.1, it crashed on the very first line of Javacv code I have used which happens to be: yuvIplImage = IplImage.create(previewWidth, previewHeight, IPL_DEPTH_8U, 2); Logcat

NumberFormatException: Invalid int: “8.0dip” only on Galaxy Tab 2

Deadly 提交于 2019-12-07 15:24:13
问题 I'm currently facing to a glitch from an Galaxy Tab 10.1 2 (GT-P5110) which give me that error, but just on that device. I tried on divers emulators (I use genymotion: Nexus 5-7-10, Galaxy S3-4-5, Galaxy Note 2-3) and devices (Galaxy S -2-3-4, Nexus 5-7). But just on that Galaxy tab 2 10.1 (GT-P5110) I have this error. I found this link, but this didn't really help me out to solve that problem. 07-01 11:06:58.832 14227-14227/com.********.********.com E/AndroidRuntime﹕ FATAL EXCEPTION: main

NumberFormatException: Invalid int: “8.0dip” only on Galaxy Tab 2

那年仲夏 提交于 2019-12-05 23:10:18
I'm currently facing to a glitch from an Galaxy Tab 10.1 2 (GT-P5110) which give me that error, but just on that device. I tried on divers emulators (I use genymotion: Nexus 5-7-10, Galaxy S3-4-5, Galaxy Note 2-3) and devices (Galaxy S -2-3-4, Nexus 5-7). But just on that Galaxy tab 2 10.1 (GT-P5110) I have this error. I found this link , but this didn't really help me out to solve that problem. 07-01 11:06:58.832 14227-14227/com.********.********.com E/AndroidRuntime﹕ FATAL EXCEPTION: main android.view.InflateException: Binary XML file line #36: Error inflating class com.package.fr.views

Drawables and Layouts for Galaxy Tab and Motorola XOOM

落爺英雄遲暮 提交于 2019-12-05 06:54:33
问题 I'm testing my app at Galaxy Tab and Motorola XOOM emulator skins, and I can't understand, why the drawables are taken from the wrong folders. I have drawable-xhdpi folder, where I store big size pictures. However, Tab takes drawables from drawable-hdpi, and XOOM uses the drawable-mdpi folder. So, how do I manage my resources? Thanks in advance. In addition, it feels like view sizes defined in sp are not ported properly. I have some views which need to be 80sp x 80sp, on phones with mdpi and

adb on OSX Lion, but can't connect to galaxy 10.1 tab, but works fine in linux

别等时光非礼了梦想. 提交于 2019-12-04 22:35:42
问题 I am trying to connect to a Galaxy Tab 10.1 running Android 3.2 I have seen several similar questions, but they all seemed to be related to having the device setup incorrectly. I have it set to allow "Unknown Sources" and I also have "Usb Debugging" enabled. I am able to use adb on both linux and windows machines so my tablet would seem to be correctly setup and the cable is functioning correctly. When I plug it in to my macbook pro the tab responds with a ping to show it is aware of the

Weird performance issue with Galaxy Tab

梦想的初衷 提交于 2019-12-04 09:17:59
问题 I am working on a 2d tutorial and was able to test my current tutorial part on a Samsung Galaxy Tab. The tutorial simply moves the default icon randomly over the screen. With a tap I create a new moving icon. Everything works fine (constantly 60fps) on the Galaxy as long as I have 25 elements or less on the screen. With the 26th element the frame rate drops to 25fps. When I change the size/dimension of the image to a much bigger one, I reach less than 25fps before the 26th element. Thats ok.

adb on OSX Lion, but can't connect to galaxy 10.1 tab, but works fine in linux

喜你入骨 提交于 2019-12-03 14:17:30
I am trying to connect to a Galaxy Tab 10.1 running Android 3.2 I have seen several similar questions, but they all seemed to be related to having the device setup incorrectly. I have it set to allow "Unknown Sources" and I also have "Usb Debugging" enabled. I am able to use adb on both linux and windows machines so my tablet would seem to be correctly setup and the cable is functioning correctly. When I plug it in to my macbook pro the tab responds with a ping to show it is aware of the connection, but when I run adb devices no device is listed. My OSX install is fairly new and I have not