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

How to keep listening the S Pen detachment after the app gets closed from the Recent Apps list?

The goal is simple: to start an app when S Pen is detached. It is clear that it should be a service running even when the app is not running. This answer provides a good example of how to create a service to listen S Pen detachment by registering a…
Zmiter
  • 298
  • 4
  • 15
0
votes
0 answers

checkbox weird behaviour on SG3

Right, i am playing around with CheckBox on Android. I applied background colour for it which works fine on all devices apart from Galaxy S3. It simply disappears from the screen when i add background colour.
Nabdreas
  • 3,327
  • 4
  • 27
  • 30
0
votes
2 answers

How to get access of Android application database in android mobile devices?

I have a query, If I run any android application on my emulator, I can check its database from the data--> data--> package name folder--> databases--> database name.db file and then accessing it with SQLite Browser But if I want to access the…
Pravinsingh Waghela
  • 2,516
  • 4
  • 32
  • 50
0
votes
1 answer

Galaxt tab 3 mini connecting to android studio

I want to try to test my applications I made in Android Studio on my Samsung Galaxy tab 3 mini, which I bought for developing applications. Unfortunately, Android Studio does not recognize my Tab 3 mini. I reïnstalled Adroid Studio. I enabled the…
E. Verdi
  • 310
  • 2
  • 19
0
votes
0 answers

Image data into URI breaks in Samsung S3 Android web browser

We are using webview based app. Calling html pages with base64 image (image data into URI). Lunch our app then, we got the images with base64 url (image data into URI). But when we kill the app and re-launch. Then images are not displaying only on…
0
votes
0 answers

Running an android app on phone

I have a Cordova project in spring-rest for server side and client side i am using commandline tool for client side building.On client side AVD runs and is able to access my server side code. I want to test the same app on my android phone. I have…
freshMan
  • 55
  • 1
  • 3
  • 11
0
votes
1 answer

Can not Run my Application on Samsung Galaxy S5

First of all I must say that I have been working around this issue for two whole days and I can not solve it. I googled it, I read this article from Donandroid, this thread from SO and many other reviews. I have installed Samsung Kies3, Android sdk…
A23149577
  • 2,045
  • 2
  • 40
  • 74
0
votes
2 answers

android how to check if device supports Sview

How can we determine if given android device supports S-view or not ? Is there any way programatically or through adb command ? So that we can check if device supports sview and to check its status when it will be shown. Any guidelines or help would…
snehal_penurkar
  • 273
  • 1
  • 3
  • 15
0
votes
1 answer

How do I get my Samsung Galaxy S3 into development mode for a basic hello world app?

I have a galaxy s3, model sph-l710, android version 4.3. I'd like to get it into development mode so I can get things running on android studio. I'll be happy if this gets closed a duplicate, but I really can't find the help I need.
atxdba
  • 5,158
  • 5
  • 24
  • 30
0
votes
1 answer

Can't find my device with adb

I'm running adb on ubuntu, and my app (that I'd like to test) on a Galaxy S3. Got my S3 in debugging mode, I've edited /lib/udev/rules.d/51.android and .android files, restarted adb, and my laptop, but no luck. Any ideas what I might be doing wrong?
Costa Michailidis
  • 7,691
  • 15
  • 72
  • 124
0
votes
2 answers

my phone galaxy s4 is not discovered by Tizen wearable IDE

I want to develop and test Gear 2 Tizen apps on my Galaxy S4. But the device is not discovered by Tizen wearable IDE. I have Mac 10.9.3. I need device DUID to be able to test apps on it but device is not discovered in "connection explorer". Please…
0
votes
0 answers

How to get Samsung stylus button event from onTouch?

I am not getting a stylus button event from the Samsung S-Pen in my onTouch listener. Everything is working fine for onHover. hoverListener = new View.OnHoverListener() { public boolean onHover(View v, MotionEvent event) { …
mtbomb
  • 1,107
  • 1
  • 13
  • 16
0
votes
1 answer

Unable to debug with ADB on Samsung Galaxy S3 (target not recognized)

My Samsung galaxy S3 phone doesn't seem to be recognized as a valid target to debug using ADB. USB debugging is enabled in the phone settings and I am able to run my app if I manually install the .apk. There seems to be an old ASUS driver in the…
gfrigon
  • 2,237
  • 2
  • 23
  • 32
0
votes
2 answers

including spen-sdk into android studio

Can anyone tell me the correct step by step way to include Spen-SDK into Android studio? The way I am including it allows the Samsung classes to be accessed from within the app but is leading to some weird problems(I have mentioned the problems…
AvinashK
  • 3,309
  • 8
  • 43
  • 94
0
votes
0 answers

Basic sample program of Spen SDK throws Run time exception

I am writing a basic android app involving Spen SDK. My XML file is:-
AvinashK
  • 3,309
  • 8
  • 43
  • 94