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

Android - Text overlays icon on toggle button

I have a toggle button with an icon and text as shown above (pointed at with the green arrow). Most devices I have tested worked just fine. Just with so far two Samsung tablets (Samsung Galaxy Tab 7.0 and a 10 inch Galaxy Tab) there is this problem…
0
votes
0 answers

Android customized Webview of Samsung S3 4.3 showing Fatal Error

When I long press on my customized webview it shows following Error:- java.lang.NullPointerException at android.webkit.WebViewClassic.showSelectActionWindow(WebViewClassic.java:1974) at…
0
votes
2 answers

Android: Samsung S4 Screen size

I am trying to figure out the dimensions for the S4. What is the width and height. I want to create graphics and place them based on h and w. I read that the screen size ranges from 0-h and 0-w, but what are h and w?
wwjdm
  • 2,568
  • 7
  • 32
  • 61
0
votes
1 answer

Why didn't I get the emulator screen resolution I asked for?

I tried to create an emulation of the Samsung Galaxy II i9100. All I really care about is screen size and pixel density. I created the following device definition: And this virtual device: But the emulated device looked like this: Why was the…
Edward Falk
  • 9,991
  • 11
  • 77
  • 112
0
votes
1 answer

Meteor does not load in Samsung Galaxy mini

I recently built my first app using meteor.js. It works reasonably well in all mobile devices except Samsung Galaxy Mini, in which the page does not load. Any clues on what can be wrong?
Antonio Tapiador
  • 4,326
  • 1
  • 15
  • 8
0
votes
1 answer

USB connection issues

I am trying to run my android app in my samsung device GT-S6012. I use Windows 7 Home Basic. The driver is installed properly. As soon as I connect the mobile using USB cable, for some seconds "adb devices" shows my phone. But then I get a message…
ravi tiwari
  • 521
  • 1
  • 8
  • 24
0
votes
3 answers

How to us Galaxy Note's handwriting recogntion

I have a simple prototype that receives spen input. I would like to recognize the text inputed by the user. Does the Galaxy Note family (Note 8, Note 2 and 3) provide an intent where you input the strokes and get out text recognized output ?
jeremyvillalobos
  • 1,795
  • 2
  • 19
  • 39
0
votes
1 answer

Need to use the 192. internal IP address, my phone is choosing the 10

The code I'm using to get the IP address of my device is: public static String getIPAddress(boolean useIPv4) { try { List interfaces = Collections.list(NetworkInterface.getNetworkInterfaces()); for…
Dan
  • 2,304
  • 6
  • 42
  • 69
0
votes
1 answer

Creating an emulator version of Samsung S3

Under settings in my Samsung Galaxy S3 -verizon running 4.3, I do not see the "users" options. Should I have this setting to set up an emulator environment?
POB
  • 9
  • 1
0
votes
0 answers

Non-host USB serial terminal

Does anyone know a serial terminal emulator working on samsung galaxy s3 that acts as an USB device instead of USB host? Or such windows terminal emulator? The idea is to test a USB/RS232 bridge implemented on a uC board acting as an USB host.
turboscrew
  • 676
  • 4
  • 13
0
votes
1 answer

How to open .ashx file with Samsung Galaxy Mini 3

Using my PC the files are opened as .pdf, but if i try the same with my Samsung Galaxy Mini i get an error message: ashx - not supported format Do i need to install extra software to view the files? Thank you
user655762
  • 45
  • 3
  • 8
0
votes
2 answers

How to remove sidebar permanently samsung note 2

I want to remove side bar from samsung note 2(GT-N7100).long press on back button hide and shows the side bar.If i disabled it and rebooted device it shows again on screen. I want to remove sidebar permanently from phone. Thank you in Advance.
Amol Sawant
  • 13,842
  • 2
  • 20
  • 27
0
votes
0 answers

Packet loss noticed during Samsung S4 (Android 4.2.2) periodically Wifi Scans

I'm currently working on an Android Realtime Multicast Video Streaming application using Wifi connection and it works perfectly fine on most android devices, but when it comes to this particular S4 device (with Android 4.2.2), we experience frequent…
0
votes
1 answer

How to intercepting SMS on Android when the application Samsung ChatON is installed?

I have a BroadcastReceiver that receives the sms arriving on the phone (Samsung Galaxy S4) and displays a notification containing the information of sms. It works ok. When the "Samsung ChatON" application is upgraded to the latest version in google…
0
votes
1 answer

Android Actionbar Spinning Samsung Galaxy 3 FEATURE_INDETERMINATE_PROGRESS

I'm adding the Compatibility Library V7 in a project, following the Android-Developers Blog: http://android-developers.blogspot.co.uk/2013/08/actionbarcompat-and-io-2013-app-source.html The action bar has been working well since the beginning, all…
Jose M Lechon
  • 5,766
  • 6
  • 44
  • 60