galaxy-tab

Android 2.3.3 service application runns clearly but on 3.2 galaxy tab it does work but get force closed

自闭症网瘾萝莉.ら 提交于 2019-12-02 16:29:40
问题 i have the following service running on the sonny erricson xperia Ray 2.3 android which runns perfectly. it is designed to automatically disable bluetooth and WiFi when ever the user try to switch on. this runs on the boot. But when i runs on the Galaxy tab 10.2 android 3.2 it works for wifi but on bluetooth it gets force closed. Service is as follows IntentFilter filterb = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); BroadcastReceiver mReceiverb = new StatusReceiver();

Android 2.3.3 service application runns clearly but on 3.2 galaxy tab it does work but get force closed

断了今生、忘了曾经 提交于 2019-12-02 11:13:31
i have the following service running on the sonny erricson xperia Ray 2.3 android which runns perfectly. it is designed to automatically disable bluetooth and WiFi when ever the user try to switch on. this runs on the boot. But when i runs on the Galaxy tab 10.2 android 3.2 it works for wifi but on bluetooth it gets force closed. Service is as follows IntentFilter filterb = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); BroadcastReceiver mReceiverb = new StatusReceiver(); registerReceiver(mReceiverb, filterb); Broadcast is as follows BluetoothAdapter mBluetoothAdapter =

vertex shader doesn't run on galaxy tab10 (tegra 2)

不羁的心 提交于 2019-12-01 11:22:19
I created an app that uses GLES2.0 on a HTC Desire S. It works on the HTC, but not on an Samung Galaxy tab10.1. The program cannot be linked (GLES20.glGetProgramiv(mProgram, GLES20.GL_LINK_STATUS, linOk,0) gives-1) and glGetError() gives me an error 1282 (Invalid Operation). When I replace this line (in the shader): graph_coord.z = (texture2D(mytexture, graph_coord.xy / 2.0 + 0.5).r); by graph_coord.z = 0.2; it works also on the galaxy tab. My shader looks like this: private final String vertexShaderCode = "attribute vec2 coord2d;" + "varying vec4 graph_coord;" + "uniform mat4 texture

vertex shader doesn't run on galaxy tab10 (tegra 2)

不羁的心 提交于 2019-12-01 08:57:39
问题 I created an app that uses GLES2.0 on a HTC Desire S. It works on the HTC, but not on an Samung Galaxy tab10.1. The program cannot be linked (GLES20.glGetProgramiv(mProgram, GLES20.GL_LINK_STATUS, linOk,0) gives-1) and glGetError() gives me an error 1282 (Invalid Operation). When I replace this line (in the shader): graph_coord.z = (texture2D(mytexture, graph_coord.xy / 2.0 + 0.5).r); by graph_coord.z = 0.2; it works also on the galaxy tab. My shader looks like this: private final String

NullPointer Exception on socket.connect() Galaxy Tab 2 running Android 4.04

社会主义新天地 提交于 2019-11-29 23:46:41
问题 I seem to be facing this weird error on a socket.connect(): 09-18 14:41:22.968: W/System.err(2593): java.lang.NullPointerException 09-18 14:41:22.968: W/System.err(2593): at android.sec.enterprise.BluetoothUtils.**isSocketAllowedBySecurityPolicy**(BluetoothUtils.java:106) 09-18 14:41:22.968: W/System.err(2593): at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:220) 09-18 14:41:22.968: W/System.err(2593): at com._._.android._._.bluetoothmodule.BluetoothController

Why is hierarchyviewer not working for Samsung Galaxy TAB 7.0?

瘦欲@ 提交于 2019-11-29 19:04:41
I've used hierarachyviewer earlier, but on android emulator. It works absolutely fine when I use it on the emulator. However it does not work with Samsung Galaxy TAB 7.0, with Android 2.3.4. This is the log, that I get 11:04:22 E/hierarchyviewer: Unable to get view server version from device 303599 64881B00EC 11:04:22 E/hierarchyviewer: Unable to get view server protocol version from devi ce 30359964881B00EC 11:04:24 E/hierarchyviewer: Unable to debug device 30359964881B00EC 11:05:05 E/hierarchyviewer: Unable to get view server version from device 303599 64881B00EC 11:05:05 E/hierarchyviewer:

Samsung Galaxy Tablet does not allow entering floating point numbers to inputs with “number” type

本秂侑毒 提交于 2019-11-29 13:10:45
Our client wants us to display numeric keyboard for an input field so basically I created a field like: <input type="number" name="quantity" step=".01" value="0.00" /> However, Galaxy Tablet erases "." and merges numbers before and after it, also disables "." in the keyboard. Is there another way to solve this issue or display numeric keyboard in input field when using type="text"? Note: I tried using pattern attribute (which works on iPhone). I tested this issue on various Android devices with Android 2.1+. I did not encounter this error on any other HTC and Samsung devices. maxweber Yes,

Android Usb Host Problem with Samsung Galaxy 10.1 Tablet

六眼飞鱼酱① 提交于 2019-11-29 10:48:24
I am attempting to leverage the USB host capability on the Samsung Galaxy Tablet. I purchased the attachment dongle from samsung ( http://www.samsung.com/us/mobile/galaxy-tab-accessories/EPL-1PL0BEGSTA ). When I first connected a usb device via this dongle, I had a high power error from the Galaxy Tablet -- FYI use an externally powered USB hub and you can bipass this. Now that the device itself is acknowledging the existance of a USB peripheral when I attach it, I attempted to use Android's android.hardware.usb.UsbDevice; import android.hardware.usb.UsbManager; library. I saw that there are

sw600dp quantifier not working on Galaxy Tab

爷,独闯天下 提交于 2019-11-29 00:10:11
问题 I have a program with 2 fragments. On tablets I am showing both of them. I am doing this with /layout-sw600dp folder. On Motorola Xoom and other tablets it is working but not in Samsung Galaxy Tab 10.1 This is very strange. I have searched everywhere and havent come accross with a person with the same problem? What can be the reason? 回答1: Might as well put this as an answer. The swXXXdp identifiers are only for Android 3.2 and above. If you want to make sure you properly target tablets both

Why is hierarchyviewer not working for Samsung Galaxy TAB 7.0?

亡梦爱人 提交于 2019-11-28 14:25:30
问题 I've used hierarachyviewer earlier, but on android emulator. It works absolutely fine when I use it on the emulator. However it does not work with Samsung Galaxy TAB 7.0, with Android 2.3.4. This is the log, that I get 11:04:22 E/hierarchyviewer: Unable to get view server version from device 303599 64881B00EC 11:04:22 E/hierarchyviewer: Unable to get view server protocol version from devi ce 30359964881B00EC 11:04:24 E/hierarchyviewer: Unable to debug device 30359964881B00EC 11:05:05 E