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

SQLite syntax error but only on Samsung Galaxy Tab

I have a strange problem which seems to be device specific: My Android podcast player app fetches data from a server and inserts it into a database. For more than 100 users everything is working fine. But for one user the data insertion fails with…
sven
  • 4,161
  • 32
  • 33
2
votes
1 answer

How to determine if application is running on stock ROM

I'm writing an app that needs to distinguish between Android Stock ROM and other ROMs like SenseUI, etc. How can I do that within my application? Thanks.
Assaf Gamliel
  • 11,935
  • 5
  • 41
  • 56
2
votes
0 answers

How to get error logs from samsung remote tabs

My android app is working fine on other mobiles, however it crashes on samsung devices. I can not manage a samsung device, so i downloaded the virtual device from samsung remote test lab. My app crashes, but I don't know how to get the log cat…
Sham
  • 414
  • 2
  • 6
  • 14
2
votes
1 answer

Samsung apps and Google AdMob

I want to publish an app on Samsung Apps, my app has an AdMob banner. Will Samsung apps have an issue with the fact the app has AdMob ads? I can't find a conclusive answer on Google, can someone answer from experience? I know this isn't a…
Calc
  • 535
  • 7
  • 17
2
votes
2 answers

Android Google Maps Api V2 crashes

i'm trying to make an Android App using Google Maps Api, for that I followed the same step (exact) made by the famous (Ravi Tamada ) is his tutorial: Link to the tutorial: http://www.androidhive.info/2013/08/android-working-with-google-maps-v2/ but…
Mouad EL Fakir
  • 3,609
  • 2
  • 23
  • 37
2
votes
2 answers

Getting neighboring cells information using android Samsung galaxy smartphones

My target is to get all neighboring cell towers information like cell id, cell lac and RSS values, I used the class telephonyManager.getNeighboringCellInfo() to get required information but it return null every time. But, I succeeded to get the…
Mohsen Ali
  • 655
  • 1
  • 9
  • 30
2
votes
1 answer

Discover nothing when using Bluetooth Low Energy on Samsung devices

I follow Bluetooth Low Energy guide, and try to test discovery feature on Samsung Galaxy Note 3 and Samsung Galaxy S3. But they can not find together via my application. Therefore, I try to download nRF Utility from market place. But it shows…
user3060611
2
votes
3 answers

Route MIC input through headset and AUDIO output through phone's speaker

is there a way to route microphone input through headset and use simultaneously the AUDIO output through smartphone's speaker ? I've been watching around for hours now and I saw that it's clearly impossible on iOS but what about Android.. I'm using…
Cedric
  • 112
  • 1
  • 10
2
votes
1 answer

Visualizer broken on Samsung Galaxy S4?

On my Nexus 7 (with Android 4.3), my Visualizer code will work fine: onFftDataCapture() returns an array full of data. Also, onWaveFormDataCapture() returns a byte array full of data. HOWEVER - on my Galaxy S4 (with Android 4.3) my Visualizer code…
Someone Somewhere
  • 23,475
  • 11
  • 118
  • 166
2
votes
0 answers

Loading gesture-library from embedded file in Samsung SPen SDK

using the SPen SDK 2.3 I try to load a gesture-library from the raw-folder. I created the library in the SDK-example-App. My code at the moment is protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
basti
  • 2,649
  • 3
  • 31
  • 46
2
votes
0 answers

Forced close of our app using Android USB Host by SELinux on 4.2.2

On a Samsung Galaxy 4 with 4.2.2 our app has started getting the following error (N.B. (it works fine on a galaxy III running 4.0.1) :- “An application has been forced to stop for an unauthorized attempt to access system in your device. This may…
goelectric
  • 320
  • 3
  • 10
2
votes
0 answers

New Galaxy Note 3 error: "forced to stop for an unauthorized attempt to access system in your device"

I am getting reports of a new error message coming from Samsung Galaxy Note 3 devices. The error message includes this text: "forced to stop for an unauthorized attempt to access system in your device". Searching tells me this is related to…
corbin
  • 1,446
  • 2
  • 27
  • 40
2
votes
0 answers

LibGDX and Samsung SPen SDK

I have created a game using LibGDX and now want to use SPen SDK there. So, when I create SPenEventLibrary and set listener it stops working. I get reaction from onTouchFinger (I don't have the pen, that's why I use only this event), but when I try…
Nolesh
  • 6,848
  • 12
  • 75
  • 112
2
votes
2 answers

What uses /system/lib/hw/sensors.*.so on Android (and where’s the source)?

My phone’s Android has under /system/lib/hw the following files among others: sensors.exynos4.so sensors.smdk4210.so Those dynamic libraries are somewhere in the chain for sensors like compass, gyroscope and ambient light. The first file…
2
votes
1 answer

Adding Samsung SDK to Android Studio project

I tried adding the BLE SDK from Samsung into my Android Studio project. I followed the instructions from this post, but I still get errors. In my project folder I created a libs directory, where I put the samsung_ble_sdk_200.jar. I right clicked…
chwi
  • 2,752
  • 2
  • 41
  • 66