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
1 answer

Spen sample applicatoin crashes just after it launches(Runtime error)

I am making a sample Spen SDK app for my Samsung Note 3.0 and am using Android Studio. The relavant xml file is:-
AvinashK
  • 3,309
  • 8
  • 43
  • 94
0
votes
1 answer

when textbox is focused, CSS @media stopped working on mobile(Samsung Galaxy S4)

I have a textbox on a web page and I have written a css @media query (particularly for Samsung Galaxy S4) for this page. When this page gets loaded, everything is working fine in all @media devices (except Samsung Galaxy S4) even when textbox is…
Ram
  • 211
  • 2
  • 5
0
votes
1 answer

Can't play vid on Samsung stock player

Intent i = new Intent(Intent.ACTION_VIEW); Uri uriforintent = Uri.parse(uri); i.setDataAndType(uriforintent, "video/*"); //startActivity(i); startActivityForResult(i, 0); The video is a local file playable by Samsung stock vid player if I call…
0
votes
0 answers

Android could not detect image orientation

I have an issue in Samsung Galaxy Device. I take a picture by call Intent(MediaStore.ACTION_IMAGE_CAPTURE). My code work correctly in another device but in Samsung Galaxy S3 Device, It could not detect the orientation of this picture. The pictures…
Trần Đức Tâm
  • 4,037
  • 3
  • 30
  • 58
0
votes
1 answer

Failed to get Sim Card details (Sim Serial Number) for sim2 in Samsung Dual Android phone

I'm trying to get sim card details for sim 1 and sim 2 in a Samsung dual phone (Samsung Gt-S6802) , I am able to get details for sim 1 but for sim 2 I get a null value. I'm using Java reflection method to get both Sim Serial numbers. I used this…
0
votes
1 answer

how to target landscape mode in different mobile phones

I'm trying to remove a javascript event only to mobile phones which are in landscape mode. I've tried using CSS media queries unsuccessfully, but I could not find a correct answer to this. As an example, how to cover a code which detects landscape…
0
votes
1 answer

remove event only on landscape for mobile devices using enquire.js

I'm using enquire.js so I can use CSS media queries with javascript instead of event listener on resize, which is tough for web performance. I created an event which triggers scrollWindow(), which needs to be applied ONLY if the mobile phone is on…
0
votes
2 answers

Can't get any android apps with maps from github to run properly

I've been trying to get apps like this to work and as I run them everything will work except google maps. I've copied my API key into them but still to no avail. Is there anything else I'm missing out on? Error I get when try to run them: …
user2849976
  • 158
  • 1
  • 2
  • 10
0
votes
0 answers

Samsungs TouchWiz BadgeProvider

Is there any documentation about the BadgeProvider? Many Apps use it, but I didn't find any documentation about it... Regards Sebi2020
Sebi2020
  • 1,966
  • 1
  • 23
  • 40
0
votes
1 answer

Samsung Galaxy S4 front camera glitch when CameraProfile changed

I have an issue with video recording on S4. What I need is front facing recording with good quality/size ratio. What I do is set CameraProfile to QUALITY_480P and that is basically all (video size is about 3MB). Everything is working except on S4…
bakua
  • 13,704
  • 7
  • 43
  • 62
0
votes
1 answer

Samsung SCanvasView causes ANR

I’m trying to use the Samsung Spen Sdk in my Android app, however it sometimes causes my app to freeze. I have uploaded sample code on GitHub(link below) for reference. The app launches an Activity that contains the SCanvasView. The problem comes if…
agent8261
  • 95
  • 1
  • 7
0
votes
1 answer

Settings show in Samsung emulator but not on actual device

I have an issue that I'm finding difficult to troubleshoot. I've created an app where I have the menu setup as such:
Noiroi
  • 27
  • 5
0
votes
1 answer

Bad S4 mini web resolution recognition

I'm having some troubles with my Samsung S4 mini. Why if I visit this page http://pieroxy.net/blog/pages/css-media-queries/test-features.html i retrieve width 360px and height 567px when in the Samsung site the resolution for S4 mini is 540X960? For…
0
votes
0 answers

how to open the sms/mms inbox in samsung s4 - android

I'm trying to open the sms/mms inbox in Samsung s4 but when i click on this button the app get crashed here is the code: Button sms = (Button) findViewById(R.id.smsopen); sms.setOnClickListener(new View.OnClickListener() { @Override …
memo
  • 1
  • 4
0
votes
0 answers

Location client on Samsung devices

I have been developing app that uses location client class to get user location. I have tested it on my Nexus devices, some Sony xperia devices and it works no problem. But then there is sammy S3 mini. It just does not even kick in to try to get…
Lubos Mudrak
  • 651
  • 1
  • 8
  • 26