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
5
votes
2 answers

What models of Samsung smartphones have missing period for html5 input type="number"?

HTML5 has a new input type named "number". On most mobile smartphones this brings up a numeric keypad. On pre-html5 phones the type falls back to "text" and we are OK. Yet, on some models the numeric keypad does not have a period and one cannot…
TimJowers2
  • 208
  • 2
  • 10
5
votes
4 answers

sendUserActionEvent() mView==null on Samsung Tab3

I am trying to preview an image after capturing it using camera from inside my app, I am sure the path is not null but I am receiving this error in this line of code Bitmap bitmap = BitmapFactory.decodeFile(fileUri.getPath(),options); and there is…
user3524254
  • 51
  • 1
  • 1
  • 2
5
votes
1 answer

How to develop a remote control using note 3 IR blaster

I have been searching the web for a working example on using IR blaster of note 3 in eclipse. There are many answers but non get you to the end. I want to be able to use any IR code and transmit it using the IR blaster. Any API? Library? Open Source…
Cobra47
  • 709
  • 1
  • 10
  • 17
5
votes
8 answers

How to detect samsung galaxy s4 with php mobile detect as mobile

Im using Mobile-Detect library to detect some mobile device and change to mobile, iOS works fine, but Samsung galaxy S4 is not being detected, PHP require_once 'php/Mobile_Detect.php'; $detect = new Mobile_Detect; if ($detect->isMobile()){ …
user3109875
  • 828
  • 12
  • 35
5
votes
1 answer

Testing website on Samsung default browser

I have an issue with my site that only occurs on the default browser for the Samsung mobiles.(i.e S3) Problem is, I don't have access to any of these phones to test with. I tried the Samsung RTL emulator but this doesn't appear to allow you to…
MakkyNZ
  • 2,215
  • 5
  • 33
  • 53
5
votes
0 answers

Update error on samsung store: the signing key is invalid

since a few weeks a error showed up while trying to update my app on the samsung store. The error message is this: The signing key is invalid. Please check the signing key of the binary. Neither the links i googled for could help. (this one…
5
votes
1 answer

Floating Touch on Galaxy S4

Samsung Galaxy S4 have the "Floating Touch" functionality, in which the finger can be detected even if the screen is not touched. I would like to fire an event on a button (btn1) when the finger is passing hover it. I tried using the…
Nifhel
  • 2,013
  • 2
  • 26
  • 39
5
votes
2 answers

adb doesn't recognize Samsung Note II and Note 10.1

Is there something special I have to do to get adb to recognize my phone and tablet? I turned on developer mode, but when I do "adb devices" I still only get the emulator or nothing at all if there's no emulator running. Thanks!
corgichu
  • 2,580
  • 3
  • 32
  • 46
5
votes
2 answers

Is compiling a shader during rendering a good / valid practice in OpenGL ES?

System: Android 4.03, OpenGL ES 2.0 Problem: When glAttachShader is invoked after the first frame has already been rendered with another program / shader, some devices (Galaxy S3) crash with a "GL_INVALID_VALUE" error (no further details are…
Jan_K
  • 51
  • 6
5
votes
1 answer

libgdx: SpriteBatch, fragment shader on Samsung Android devices work incorrect

I'm developipng an 2D live wallpaper for Andoid using libgdx and its SpriteBatch class. This is a watch, so all I need, from libgdx is just drawing multiple textures, rotating them to specific angle. I've solved this problem using SpriteBatch class…
5
votes
0 answers

hardware accelerated css3 animation using -webkit-transform translate3d not working on Samsung Galaxy Tab 10.1

Animation using hardware acceleration CSS3 tags (see code below) works well in Google Chrome PC browser and Android browser on Samsung Galaxy SIII. However, the same does not work on Android browser on Samsung Galaxy Tab 10.1. How to realize…
5
votes
0 answers

How to Resolve "unknown Android version on device."

==Development Environment== Eclipse Version: 3.7.2 Ntt Docomo's Samsung Galaxy S with Android (unrooted) 2.3.3 ndk version: r8 Computer: Windows 7 ==Question== I have an ndk project built against android API level 9 (2.3.1). When trying to…
user1053404
  • 111
  • 5
5
votes
3 answers

remove orange outline from focused element in samsung galaxy s2

Is there a way to turn off the highlight effects used by the mobile browser in the samsung galaxy s2 ? I already tried: -webkit-tap-highlight-color:rgba(0,0,0,0) -webkit-tap-highlight-color:transparent -webkit-touch-callout:…
epeleg
  • 10,347
  • 17
  • 101
  • 151
4
votes
1 answer

J2ME app does not work in Nokia n81 and Samsung f330, etc. but in works in BB and Nokia n97, etc

I did a little app in J2ME, it just open the browser with a target link. Nevertheless, it works in some models of phones and in others it does not. It works in: BlackBerry 9000. Nokia n97. BlackBerry Javeline 8900 Id does not work in: Nokia e71 :…
user935375
4
votes
0 answers

Leakcanary - DecorView.mMSActions

I receive a notice from Leakcanary when debugging my app on a Samsung Galaxy S10 running on Android 12. Indeed, Leakcanary notifies a leaked activity when toggle from light to night mode or vice versa. Below is shown the Leakcanary report: ┬─── │ GC…