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:

178 questions
5
votes
2 answers

Z-index not working on samsung galaxy tab?

Im working on this project for work atm where an e-learning will be played on the samsung galaxy tab. the game is just a website but will be showed as app. When you log in for the first time you will see a popup with this welcome message, behind it…
Teun Pronk
  • 1,367
  • 12
  • 24
5
votes
3 answers

Galaxy Tab 10.1 usable screen resolution (- the menu bar)

I know that the screen resolution is 1280×800px but Honeycomb's bottum menu bar makes this a tad smaller, but how much smaller? Has google published the height of the menubar? (the one that can't be taken away as it has the home/back etc buttons) I…
Syntax
  • 496
  • 2
  • 7
  • 16
5
votes
3 answers

How to capture video using intent in Galaxy Tab?

I have an intent that calls the video capture activity: Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(videoFile)); …
ezequielc
  • 235
  • 2
  • 7
5
votes
1 answer

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

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…
Sourab Sharma
  • 2,940
  • 1
  • 25
  • 38
5
votes
2 answers

App not compatible with Samsung Galaxy Tab 10.1

I recently released an update to an app. Since the update I have received several emails asking why it's not compatible with the Samsung Galaxy Tab 10.1 anymore. The only addition to the manifest is the following line:
mem
  • 111
  • 2
  • 8
5
votes
1 answer

Programmatic access to "System Bar" in Android?

I'm developing a tablet app on a Samsung Galaxy Tab 10.1 (Android 3.2). The tablet will be dedicated to running this app, which is used in an industrial environment. Our app will "own" the tablet and users can only access device features via our…
user316117
  • 7,971
  • 20
  • 83
  • 158
4
votes
1 answer

Android camera setDisplayOrientation: strange behavior for galaxy tab

I face a problem a problem trying to have a camera preview in portrait mode. I have read various articles about it and I had solved it having the following code: Display display = ((CaptureActivity)context).getWindowManager().getDefaultDisplay();…
Dimitris Makris
  • 5,183
  • 2
  • 34
  • 54
4
votes
3 answers

No video display when playing an mp4 file on Android

I try to render an mp4 file I added to my android ressources in res/raw like so: public class Main extends RoboActivity { @InjectView(R.id.introVideo) private VideoView introVideo; private MediaPlayer player; @Override public…
Thomas Keller
  • 5,933
  • 6
  • 48
  • 80
4
votes
0 answers

How to handle Samsung S-Pen button event in the browser (Javascript)?

I'm developing a web app for the Galaxy Tab S3 that allows the user to draw with a Samsung S-Pen. The S-Pen has a button on the side which I know can be used by native Android applications to perform various functions. However, I am having a hard…
4
votes
0 answers

Android:: Custom url scheme not working in Samsung galaxy 10inch tablet's android's webkit browser

Custom url scheme is not working in Samsung galaxy 10inch tablet's android webkit browser. But the same is working fine in Chrome browser in the device. Want to know why this is happening? Please let me know if any one faced this kind of…
Vel
  • 74
  • 4
4
votes
2 answers

Galaxy Tab 4 not Recognized in Android Studio

I am running windows 7 and have a Galaxy Tab 4 with Wifi only. I just switched from a different computer to this one, both using Android Studio. My tablet was recognized on the other computer through the ABD, but not the new computer. I have…
ElsFitz
  • 41
  • 1
  • 1
  • 3
4
votes
0 answers

intent ACTION_IMAGE_CAPTURE kills activity and app Android 4.1

I have a Galaxy Tab 2 7.0 GT-P3110, and something strange happens when I try to access the camera with intent. In one activity I have 20 buttons that call the intent to access the camera, but the activity falls randomly. Sometimes the photograph…
Jonathan Toledo
  • 359
  • 4
  • 19
4
votes
1 answer

Italic text not working on Samsung Galaxy Tab

I don't why but my application doesn't show the TextView in italic on the Samsung Galaxy Tab 2 (while it is working correctly on a Nexus 7 tablet for instance). My code :