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
4
votes
0 answers

Android HttpRequest result cached for 10 minutes on Samsung Galaxy devices

I have a big issue with users using my Android application on Samsung Galaxy S3/S4/Note2. My application sends a GET request to retrieve content of "http://www.msftncsi.com/ncsi.txt" to check if Internet connection is working fine before opening a…
4
votes
1 answer

GLES10.glGetIntegerv returns 0 on Samsung device

I use the code down below to determine the maximum width and height for my bitmaps in my drawView method. On most devices this works just fine and returns 2048 or 1024 but on the Samsung S3 I'm currently testing, it returns 0. Did I do something…
AKroell
  • 622
  • 4
  • 18
4
votes
1 answer

SMS not received...only in certain cases...Carrier/Country?

I have a technical issue that I can't resolve because the problem only happens on the other side of the planet that I'm on. So I am hoping someone with a lot more Experience with these technologies can suggest an alternate approach or path to take…
4
votes
1 answer

Samsung-specific webview issues

I have a phonegap app that works seamlessly in Chromium and the native, unadultered Android Browser WebView. Something in the Samsung-altered Android Browser breaks my app, and I can't for the life of me find a resource describing the differences…
RedPanda
  • 522
  • 6
  • 15
4
votes
1 answer

samsung note 2 and note 3 screen bucket

What screen bucket do the Samsung Note 2 and Note 3 report? "Normal" or "Large"? Here are stats on the two phones: Model Dimensions Density Density Bucket DP Dimensions note2 720px x 1280px 265dpi hdpi …
4
votes
2 answers

how to open link of samsungapps store in application

here is my ex code public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button web = (Button)…
4
votes
1 answer

samsung ble api cannot get notification from multiple GATT characteristics

I am developing an app on Samsung ACE3 to connect Bluetooth Low Energy device. Since Samsung do not want ACE3 to upgrade to Android 4.3, I need to use Samsung ble api. Currently, connection, reading data, sending data and getting notification from…
skyin
  • 558
  • 5
  • 18
4
votes
3 answers

Samsung S3 colors issue

We are experiencing a color change only in S3. The color is well defined as Hex in the layout XML. on all devices it is green, but on S3 it some times turns red Edit due to the negative responses: Just to be clear, the color was changing on S3 only…
asaf gitai
  • 400
  • 2
  • 10
4
votes
1 answer

Samsung S4 Health App API's

I am trying to access to the S Health App Samsung S4 Android app data . Are there public API's available that I can access my own or others data? through an authentication mechanism? Thanks Dias L
wizgot
  • 338
  • 3
  • 11
4
votes
4 answers

Unable to connect Samsung Galaxy Tab2 GT- P3100 to PC

I am unable to connect my Samsung galaxy tab 2(GT-P3100) to my Computer , as I am android developer and want to test app in it. It shows error message as: Device Driver software was not successfully installed. Samsung Mobile MTP Device…
Teekam
  • 939
  • 4
  • 14
  • 26
4
votes
0 answers

How to use pymtp

I have been trying to get my GalaxyS3 to play nice with Ubuntu12.04 to no avail. I've tried a bunch of different apps that dont work and now I'm trying to make one that does. Now I am told that Samsung did some 'bad magic' with it's new devices and…
Sheena
  • 15,590
  • 14
  • 75
  • 113
4
votes
1 answer

Setting up development environment in eclipse for Android Samsung SDK

Can someone please help me setting up development environment in eclipse for the android samsung sdk. I'm using eclipse helios and try to add add-on site url http://innovator.samsungmobile.com/android/repository/repository.xml but it wont…
Zeba
  • 3,041
  • 1
  • 28
  • 39
4
votes
0 answers

Adreno GPU - Fragment shader: texture2D in a function causes glLinkProgram to crash

we have a weird problem. A texture2D call is working when used directly but not when used in a function with a return value. The device is a Samsung S3, SPH-L710, Android 4.0.4, Adreno 225. The code we're using is working on Tegra, PowerVR, Mali,…
4
votes
1 answer

Samsung's multi window support - Screen size

I'm currently developping my app to be compatible with the samsung multi window feature introduced with the galaxy note 2 and soon the galaxy s3. If you don't know what I'm talking about : (source: androidheadlines.com) If you are interested, here…
Stephane Mathis
  • 6,542
  • 6
  • 43
  • 69
4
votes
2 answers

How to install a Java ME app on Samsung phone?

My phone is supposed to be able to run: JavaTM: MIDP 2.0, CLDC 1.1 based apps. However, no matter which app I try to install on it, I get the error: Downloaded JAR are invalid I've tried to build Java ME projects on Netbeans, using MIDP 2.0 and CLDC…
Ali
  • 261,656
  • 265
  • 575
  • 769