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
3 answers

using samsung galaxy 5 as device in eclipse

I can't manage to use my Samsung Galaxy 5 from my eclipse. For example I can't debug my app when connecting the s5 to my computer. I see the device in 'devices' but its unknown or offline. I have activated debugmode in the developer options. Its…
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
3
votes
1 answer

How to configure Android Virtual Device (AVD) to emulate Samsung Galaxy S3

I'm trying to configure Android Emulator for Samsung Galaxy S3, can anyone help me with the configuration parameters of Android Virtual Device (AVD)? Thanks
Ragnar
  • 4,393
  • 1
  • 27
  • 40
3
votes
1 answer

Why do we need vendor specific android app like "MaaS360 MDM for Samsung"?

I am developing a MDM android application but not sure if I need to create a separate APK apps for each vendor like "My app for Samsung", "My app for LG", "My app for HTC" etc. I found some of the apps on Google Play Store from SOTI, MaaS360,…
3
votes
2 answers

When should I use the Samsung SDK for developing an Android app?

When should we prefer to develop an Android application using the Samsung SDKs instead of using the Android SDK? What are the basic advantages of using the Samsung SDK? Could the application developed using the Samsung SDK run on a non-Samsung…
user1400641
3
votes
1 answer

samsung devices ignore webview custom font

I am making an Android application and I have used WebView with Custom Font in some of my activities. Now that I am testing my App on some android devices I see that samsung devices totally ignore my custom font and use their own font (Default…
miladrasooli
  • 115
  • 1
  • 10
3
votes
1 answer

Android: SMS is blocked by ChatON app

I have written an app which receives incoming SMSes, saves it and displays it to the users. Suddenly my app stopped receiving SMS due to Samsung's ChatOn app update. Here is the my Manifest.xml:
User12111111
  • 1,179
  • 1
  • 19
  • 41
3
votes
3 answers

how come my android devices are not visible on my Mac?

I'm new to android development so apologies if this is a stupid question. I'm having trouble seeing my android devices in Eclipse. I've switched on USB debugging, configured them to connect as a camera not mass storage, but when I run ./adb devices,…
mdarwin
  • 1,684
  • 7
  • 28
  • 72
3
votes
1 answer

Android :android:configChanges value for Font Style change in Samsung Device

Want to handle the Font Style Change myself.what will be the value? Using the below values now.But the system kills the app and restarts. …
NitZRobotKoder
  • 1,046
  • 8
  • 44
  • 74
3
votes
2 answers

obtainBuffer timed out due to pcm_read() returned error n -5 on Galaxy S4

I have an application that uses the AudioRecord API to capture audio on Android devices and it repeatedly fails on Galaxy S4 devices. This also occurs in other applications that try to record audio with both AudioRecord and MediaRecorder (AudioRec…
rjschnorenberg
  • 661
  • 1
  • 9
  • 30
3
votes
2 answers

merge duplicates for large number of contacts from vcf

I have a .vcf file with a large number of contacts( 29000!). I want to merge duplicates(e.g. same name, two entries, one with email, the other with phone number), and remove exact duplicates for them. I checked out some android applications, but…
user415
  • 53
  • 1
  • 6
3
votes
1 answer

Android setHorizontalFadingEdgeEnabled not working with Samsung

I have several samsung devices (GT-I9192/4.2.2, GT-I9295/4.2.2 etc) for testing purposes and all of it wont show fading edges for HorisontalScrollView. All other smatrphones like HTC, Motorola, Meizu and so on (mostly aos 4.x and several are 2.3.5)…
Stan
  • 6,511
  • 8
  • 55
  • 87
3
votes
1 answer

Samsung Galaxy Tab 2 10.1 kills process after taking a picture in camera intent

I noticed very strange behaviour of my device. I create a new intent with action MediaStore.ACTION_IMAGE_CAPTURE Then I start an activty for result. But at the moment I take a picture from the camera my application disappears from processes in DDMS…
Carlos
  • 349
  • 1
  • 3
  • 17
3
votes
2 answers

What is Galaxy S3 (m0)

I recently developed an application targeting Samsung Galaxy S3 and S4. I ve noticed that the only crashes I have is from Samsung Galaxy S3(m0. Does anybody know what exactly is this (m0). Is it a specific model or what? Thank you in advance.
user3190669
  • 31
  • 1
  • 2
3
votes
1 answer

Samsung S2 installs app in device memory instead of USB storage

I am trying to check in the internet the answer for this but I find it really hard to get the answer. My samsung s2 storage details are: Device memory - 1.97GB USB storage - 11.49GB I don't have SD card I am wondering, everytime I download an app,…
iPhoneJavaDev
  • 821
  • 5
  • 33
  • 78
3
votes
2 answers

Galaxy S4 SupportActionBar covers whole screen in ActionMode

The Samsung Galaxy S4 shows a very weird behavior when going into ACtionMode on my app which is using SupportActionBar from Support-v7. Has anyone an idea how to fix this? I guess the issue comes from Samsung custom Android-Rom.