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

Appium and android stock browser

I have Samsung device with stock browser that called Internet. The device is over 4.4 version. I'm trying to remote debug the stock browser on a real device without success. Already succeeded to remote debug chrome. Is it possible on a real device…
3
votes
1 answer

Samsung devices and Accessibility Services (ACTION_PASTE, Clipboard)

I try to implement auto-login functionality in third party applications. I try to copy and paste username/password in login page. To achieve it I use Android accessibility services. I am able to paste text on different devices. But on Samsung…
3
votes
2 answers

Samsung Galaxy S5 won't record video at low res/frame rate

I have an application that uses MediaRecorder for recording video and I have a problem with low resolution recording on the Samsung Galaxy S5 SM-G900F (only this device - recording at the lowest supported video resolution works fine on everything…
3
votes
1 answer

Samsung Camera Intent

let me address my issue here. i'm using an Intent to grab an image from the camera file by passing a file along the Intent to return it, however in my tests in the Samsung Galaxy S5, if the image was taken normally the image will return, but lets…
Kosh
  • 6,140
  • 3
  • 36
  • 67
3
votes
2 answers

Android saving a video to a file

I am designing an app with media functionality, one of which is video capturing. I am using a default call to the Camera instead of creating my own camera. The problem I am having is that after capturing a video it does not save into a video file I…
danigh
  • 41
  • 1
  • 5
3
votes
1 answer

Emulator contents too large

Just started with Android Studio. The problem is that my emulator contents (not the emulator window itself) show too big. Following is a snapshot: So my question is different than this post where the problem seems to be that the emulator window…
dotNET
  • 33,414
  • 24
  • 162
  • 251
3
votes
0 answers

Arabic font is too small on some devices

I have a problem with rendering of arabic text on Android. I am using library for Roboto font. Let's say I have an arabic text set in TextView, font size is set to 20sp. My problem is that the arabic text is too small on all of our Samsung devices…
traninho
  • 1,533
  • 12
  • 19
3
votes
1 answer

Is there any way to obtains CMOS Status?

I would like to know, 1) Is there any way to access status of CMOS Battery in android(specially in Sumsung)? Or 2) Is there any API or some classes/Methods which can access CMOS battery? I didn't find anything on this subject... Thank you guys !
3
votes
0 answers

Samsung Contacts App Connection to My App

My App creates contacts in Android using the ContactsContract and a custom Mimetype. On HTC and in the Emulator, the contact is displayed in an Actions section that I can tap on and it take me to my application's activity. When the same…
Randy Layman
  • 313
  • 3
  • 10
3
votes
1 answer

Can you inspect element on a Samsung tablet's default Internet application

Is there any way of inspecting element on a Samsung tablet using the default Internet Application? I have some bugs that need sorting that only appear in the native Samsung / Android 'Internet' application.
Djave
  • 8,595
  • 8
  • 70
  • 124
3
votes
1 answer

Applications hangs and touch events does not work in Samsung devices

I am using Worklight 6.1.0. I have created a worklight app and also added jquery mobile 1.4.2 library in it. When I tried testing the in multiple devices it works fine except in samsung devices. The app hangs in samsung devices(I tried with Samsung…
3
votes
2 answers

Samsung Remote Test Lab (RTL) : how to bind the device to Eclipse / debugger

I use Samsung Remote Test Lab (RTL) to test my app on real devices. I perfectly manage to launch the web app and see the device but...I don't see the device in Eclipse. Consequently: I can't debug and I can't see any log. All what I can do is a drag…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
3
votes
2 answers

Can I use Samsung fingerprint to authenticate users in my app?

I was going through the Samsung SDK which supports "Pass" Fingerprint recognition as per the given link : http://developer.samsung.com/samsung-mobile#pass. Can I use this Fingerprint recognition for authentication of our application? Does any one…
Kasturiwale
  • 85
  • 2
  • 6
3
votes
1 answer

Anchor navigation not working on Samsung Android devices

I'm developing an Android app for reading epub books and I use WebView to display the chapter of the book. Inside the book there are internal links with an anchor. (file://some_path/some_file.html#some_hash). When the user clicks on this internal…
Veronica
  • 39
  • 2
3
votes
2 answers

issue in making web api call in Gear 2 app running on Gear 2 Emulator connected with Host Android Device

I have successfully connected my GEAR 2 emulator with Galaxy Note 2 Device. And I am creating an Integrated Gear 2 Application, Every thing works fine including the JQuery functionality. But I am unable to make Web api calls from the Gear 2 Emulator…