Questions tagged [samsung-mobile]

This tag is for questions related to application development issues affecting just Samsung Mobile devices.

This tag is for questions related to application development issues affecting just Samsung Mobile devices.

1611 questions
3
votes
0 answers

Samsung S3: 'Cannot play Video' on stock Video player

I am unable to play a mp4 video(H.264 Baseline, AAC) on Samsung S3, Android Version: 4.1.1, stock video player but plays on VLC. The same video plays on Galaxy Beam, Android Version: 2.3.6, stock Video Player. I want to figure out why it does not…
d33pika
  • 1,997
  • 14
  • 24
3
votes
3 answers

Can't remove SMS logs from call log on Samsung devices

I'm trying to remove all SMS messages from the device via my app, but for some reason SMS logs still appear on the call log on some of the Samsung devices. I've tried a more "radical" approach, and deleted the following URI's using the…
3
votes
2 answers

Samsung Galaxy S3 not showing in select device list mono for android visual studio 2012

I am having an issue deploying my mono for android app on the Samsung Galaxy S3 through Visual Studio 2012. The select device list does not show the Samsung Galaxy S3 device even though it is plugged into PC through USB and recognised as a GT-I9300…
Leon
  • 61
  • 1
  • 1
  • 4
3
votes
1 answer

Implementing Samsung Galaxy Note S-Pen AirView previews in app

Is there a way to implement the Samsung S-Pen AirView previews, like in the Samsung Note's stock email app or in mini-windows menu bar buttons, in my own app? Is there an API? Thank you very much.
Matthew S.
  • 711
  • 1
  • 5
  • 22
3
votes
2 answers

ListView item state_selected is lost on real device

I have a problem with a simple ListView on a Samsung phone. I create a new ListView programmatically. The items are simple TextView. I put a listener on my list view: listView.setOnItemClickListener(new AdapterView.OnItemClickListener() { …
ben75
  • 29,217
  • 10
  • 88
  • 134
3
votes
0 answers

Android SDK Projector API

I have a Samsung Galaxy Beam smartphone. Galaxy Beam is integrated with a projector. I want to use its projector for developing. As far as I know Samsung doesn't provide an API for developing. Does Android SDK has an api for this? or Is there any…
Serkan
  • 91
  • 6
3
votes
2 answers

CsipSimple on Galaxy SIII

I succesfully customized CSipSimple and built a SIP based app. I have tested the app on more than 10 devices. Every thing is fine. App doesn't run on Samsung Galaxy SIII. Sip doesn't get registered. It shows no error nothing is shown in Logcat. What…
Seshu Vinay
  • 13,560
  • 9
  • 60
  • 109
3
votes
1 answer

Phonegap on Galaxy S3 ignores touch events

I am having a really odd issue. I have a Phonegap 2.0 app that is basically completed. It is working on iPhone and iPad and I ported it over to Android in a day, testing it on my Galaxy S. Everything worked perfectly. Then I tried to run it on…
Kevin Schroeder
  • 1,296
  • 11
  • 23
3
votes
2 answers

App not visible for Samsung Tab in google Play

my manifest contains the following entries:
3
votes
2 answers

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

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…
bge0
  • 901
  • 2
  • 10
  • 25
3
votes
2 answers

Where i can find the official galaxy tab simulator for the android SDK?

All is in the title..., i want to find the galaxy tab add-on for the android-sdk. I found that : http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?platformId=1&cntsId=9500 but it doesn't work
Random78952
  • 1,520
  • 4
  • 26
  • 36
3
votes
1 answer

Native window rendering issue on Samsung Galaxy S3

I am using Skia (prebuilt) to draw in an android native window, that i get from a java surface. The code performs well on every device I could test it on, except for a Samsung Galaxy S3 (with android 4.0.4 on it). The first image is what I should…
athos
  • 1,281
  • 3
  • 14
  • 24
3
votes
0 answers

Android Camera orientation, phone gives false data?

I'm using the code from Android camera docs: public static void setCameraDisplayOrientation(Activity activity, int cameraId, android.hardware.Camera camera) { android.hardware.Camera.CameraInfo info = new…
jpa
  • 168
  • 4
3
votes
3 answers

Is the Samsung S-pen input the same as your fingers?

I have no actual Galaxy Note on-hand and no access to such device so I would like to ask if the S-Pen behaves the same way as a Finger on a SurfaceView? Basing from the behavior of S-Pen SDK samples when run on an emulator, it seems that the S-Pen's…
lock
  • 6,404
  • 18
  • 58
  • 76
3
votes
3 answers

ADB not recognizing samsung galaxy S?

USB debugging is enabled,my mac recognizes that the phone is connected but eclipse doesn't list it as a device and i can't test my application. I am using a macbook air with OSX and Eclipse does not recognize my device? I am aware some people have…
user1144349
  • 75
  • 1
  • 5
  • 11