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

Programming for the Samsung Galaxy Gear

A general question - is there any information available about writing new apps for the Samsung Galaxy Gear? I know that it runs Android, and has a documented list of features and inputs, but how would one go about integrating an app running on the…
ian404
  • 73
  • 1
  • 4
3
votes
1 answer

Android: How to print an HTML page directly on Samsung Mobile Print

I'm developing an Android application and I want to print an HTML page via the Samsung Mobile Print app. What are the intent parameters that I need to do this i.e. package name MIME type Action type (ACTION_SEND, ACTION_VIEW e.t.c) any other…
W.K.S
  • 9,787
  • 15
  • 75
  • 122
3
votes
1 answer

Async + ClickBusting + Cordova + Android Galaxy S4 = unexpected exit

This very small Cordova+AngularJS app exits (in a "oh, hey, I crashed, I'm outta here!" kind of way) when run on a Galaxy S4 running Android 4.2.2. It runs fine on every other device I've tested it on. For example, there is no problem on a Galaxy…
Trott
  • 66,479
  • 23
  • 173
  • 212
3
votes
1 answer

Missing period for Samsung Galaxy S4 numeric keypad

I have the tag and trying to get the numeric keypad with an option to enter a period to show once the user selects the field. The above code works for iPhone 4/5 and Samsung Galaxy S3 but not on the S4. The…
skashi
  • 334
  • 2
  • 9
3
votes
1 answer

Failing XHR in PhoneGap/Cordova + Android 4.1/4.2 + Samsung Hardware

In the JavaScript below, the reqListener callback (used in the XHR call) never runs when used in a PhoneGap/Cordova app on Samsung hardware running Android 4.1 and Android 4.2. It works fine in Android 2.x and iOS. What am I doing wrong? (I hope…
Trott
  • 66,479
  • 23
  • 173
  • 212
3
votes
1 answer

Android Download Manager Issue in Samsung Tab GT-P3100

I am not able to download files using DownloadManager in the aforementioned device. The same code works for all other devices. The question is why is it not working only in this device. If it's a Samsung specific issue, is there a workaround for…
Nitin Sethi
  • 1,416
  • 1
  • 11
  • 19
3
votes
0 answers

Strange Fotorama behavior in Samsung Android default browser

I created a page using Fotorama 4. The code is as below:
Raptor
  • 53,206
  • 45
  • 230
  • 366
3
votes
5 answers

Can't debug app on device

All of my devices work just fine. This particular device, which is a Samsung, does not. When I plug the phone in, the phone shows up in the DDMS device's list. However, none of the apps/processes show up. This is the only device this happens…
Andrew
  • 20,756
  • 32
  • 99
  • 177
3
votes
1 answer

Increase the Range of Android Accelerometer

This question has been asked in a few ways but there has been no conclusive answer to it. I am trying to find out the maximum range of the accelerometer on Android phones. Some forums claim +-2Gs and some +-3.5Gs. The accelerometer hardware (of the…
ace
  • 189
  • 1
  • 1
  • 9
3
votes
2 answers

Samsung Galaxy S4 , Image gets corrupted while taking from camera

I'm using camera on my app. Camera is working perfect on all devices upto Samsung S3 even. Image is correct from all other devices. While taking image from S4 , image gets corrupted and image gets saved with some lines in horizontal. I tried…
Prateek sharma
  • 239
  • 1
  • 4
  • 14
3
votes
1 answer

Samsung galaxy S4 image capture Issue

I am developing an Android Application. I created a custom camera class to capture images. It is working fine in som many devices but when i Tried it with Samsung Galaxy S4 it returns image with gray lins as shown. My Code is : ![`*public void…
ajay
  • 1,560
  • 2
  • 13
  • 16
3
votes
3 answers

How to design layout for S4

Like for the earlier devices we can create 3 kinds of layouts:- normal-layout large-layout xlarge-layout But what if I want to develop application for Samsung Galaxy S4. Is there any new configuration launched for this particular screen or it will…
3
votes
1 answer

Camera.Parameters device specific crash (Samsung S3 Mini)

The following code is working on a Galaxy Nexus, Samsung S3 and HTC One X but it crashes on a Samsung S3 Mini @Override public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { Log.d(TAG, "entering surfaceChanged"); …
kannix
  • 5,107
  • 6
  • 28
  • 47
3
votes
0 answers

Is Samsung Wallet going to support distributing tickets via email or the web?

After reading the Samsung Wallet documentation, I noticed that tickets can only be distributed through an app on the device itself. This in contrary to Apple's Passbook where you can distribute Passes via email, the web, or directly from an…
Jeroen de Leeuw
  • 907
  • 1
  • 9
  • 18
3
votes
1 answer

Media Player socket exception in Samsung Grand

we are playing media through a local proxy server. Everything was fine till the new Samsung Grand device. In that specific device we are getting a Socket exception as following: 4-04 17:55:35.646: W/System.err(15187): java.net.SocketException:…
Jai Pandit
  • 510
  • 1
  • 6
  • 18