Questions tagged [galaxy-tab]

Samsung Galaxy Tab is an Android-based tablet computer produced by Samsung.

Tagging recommendation:

There should be several model-specific tags. It is recommended to use the generic tag together with the model-specific tag.

Resources:

180 questions
109
votes
14 answers

No Activity found to handle Intent : android.intent.action.VIEW

This is my code to play the recorded audio 3gp file Intent intent = new Intent(android.content.Intent.ACTION_VIEW); Uri data = Uri.parse(path); intent.setDataAndType(data, "audio/mp3"); startActivity(intent); But while…
jennifer
  • 7,597
  • 22
  • 65
  • 95
71
votes
8 answers

Why is hierarchyviewer not working for Samsung Galaxy TAB 7.0?

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:…
Harshal Kshatriya
  • 4,930
  • 8
  • 39
  • 56
30
votes
8 answers

Detect change in orientation using javascript

Is it possible to detect change in orientation of the browser on the iPad or Galaxy Tab using javascript? I think it's possible using css media queries.
manraj82
  • 4,809
  • 23
  • 53
  • 83
25
votes
4 answers

Android : Samsung Galaxy Tabs and Android 2.2 Devices Showing GPS date 1 Day Advance from 1st jan 2012

I have the Galaxy tab GT-P1000 7 inch with firmware version 2.3.3 and Phones running Android 2.2. In both versions when ever I am trying to get the time from GPS, its showing 1 day advance from 1st jan 2012. Same code is working fine on Samsung, LG…
22
votes
2 answers

sw600dp quantifier not working on Galaxy Tab

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…
tasomaniac
  • 9,559
  • 5
  • 45
  • 79
15
votes
5 answers

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

Our client wants us to display numeric keyboard for an input field so basically I created a field like: However, Galaxy Tablet erases "." and merges numbers before and after it, also…
Korhan
  • 232
  • 2
  • 7
12
votes
3 answers

Weird performance issue with Galaxy Tab

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)…
WarrenFaith
  • 56,228
  • 24
  • 130
  • 145
12
votes
1 answer

Android MediaCodec encoder - weird results for Samsung device

Edit: Seems the issue is this device needs not multiple of 16 dimensions...but multiple of 32. Thing is, I still have no idea how to determine what quantifies as a problematic device. This does appear to use qcom (which I've seen to be problematic…
9
votes
3 answers

Losing media query matching after switching portrait-landscape-portrait

I really don't know what to do with this, I have a galaxy Tab 2, 7 inches tablet and using chrome as the browser (v26.0.1410.58) in Android 4.1.1. I'm loading the web app in portrait mode and the media query matches just fine, I switch it to…
unjuken
  • 1,068
  • 9
  • 8
8
votes
1 answer

Understanding Samsung Galaxy Tab screen density

One would say that if the Galaxy Tab screen resolution (in portrait mode) is 600px and the screen width is 3.55inch, the screen density would be 600/3.55 = 169 dpi. Knowing that and keeping in mind the way the device independent pixels (dp) is…
STeN
  • 6,172
  • 21
  • 75
  • 121
8
votes
3 answers

input type=number keyboard has dot disabled in Galaxy Tab

I know that there are many questions about that isssue already responded, but none of the solutions given has worked for me. I'm developing a web for an enterprise that's using Samsung Galaxy Tab. There are lots of inputs which contents are decimal…
Áxel Costas Pena
  • 4,754
  • 5
  • 26
  • 53
6
votes
6 answers

Android Usb Host Problem with Samsung Galaxy 10.1 Tablet

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…
hinklecw
  • 356
  • 1
  • 3
  • 8
6
votes
5 answers

Bluetooth connection on Android ICS not possible

i'm writting an app which sends byte codes from a tablet to a µ-controler. Everything worked fine on the Lenovo A1 (Androi 2.3) and Samsung Galaxy Tab 7 Plus N (Android 3.2). Now i'm having issues with the new Samsung Galaxy Tab 2 (Android 4.0).…
6
votes
3 answers

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

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"…
Finglish
  • 8,560
  • 12
  • 55
  • 105
5
votes
1 answer

Android Location getTime() adding 1 day bug

I'm currently using a Samsung Galaxy Tab P1000, and I'm stuck in a problem that I don't know for sure if happens in all smartphones. When synchronizing the GPS, everytime I get the location.getTime(); it returns the actual date plus 1 day. Am I…
Andre Mariano
  • 298
  • 1
  • 2
  • 14
1
2 3
11 12