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

Samsung device returns text messages when querying for call-log

Some of my users report that on their Samsung devices (GT-N7000 & SGH-I777) a query I make in my app for the CallLog.Calls displays also text messages. I've created a dump of their CallLog ContentProvider, and it seems to have extra fields not…
marmor
  • 27,641
  • 11
  • 107
  • 150
4
votes
2 answers

Android OpenGL ES Textures Showing On Black screen on Some Samsung devices

I recently worked on a live wallpaper application. In that i found out my Android live wallpaper has an odd issue. I use my HTC Wildfire S, Samsung Galaxy tab, Motorola Droid Millstone, Samsung galaxy pop to test my wallpaper along with the emulator…
Satheeshkumar
  • 452
  • 4
  • 13
3
votes
1 answer

How Many Android App Stores to Submit ...?

Except Google's app store, there are Samsung app store, Amazon app store, etc... As a developer, do I have to submit my app to all of the stores one by one?? Or once I submitted my app to Google, all of the other stores would find my app and publish…
RRN
  • 1,127
  • 1
  • 12
  • 37
3
votes
1 answer

Application can not start on Samsung Galaxy Tab SII

I have worked many projects with no problems. But in current project, I tested on Samsung Galaxy Tab (GT-P7300), the application cannot start. The screen flash when I run it, then exit to home immediately (no force close message, the home screen…
Luke Vo
  • 17,859
  • 21
  • 105
  • 181
3
votes
2 answers

Samsung Galaxy bluetooth drivers

I have written an application for Android. the main part being that it communicates via bluetooth. I have four devices: 1. Samsung Galaxy S2 2. Samsung Galaxy Gio 3. Netsurfer touch (A REALLY low end locally [South Africa] produced android…
Quintin Balsdon
  • 5,484
  • 10
  • 54
  • 95
3
votes
1 answer

Nexus S Flash torch mode not working

I'm using Nexus S Android 2.3 stock version. Whenever I'm trying to set the flash to torch mode: if (camera == null) { mCamera = camera = Camera.open(); } final Parameters params =…
Efi MK
  • 1,022
  • 1
  • 11
  • 26
3
votes
1 answer

Why arabic font not supported in Samsung mobiles using LWUIT?

I have tested my mobile application on some Samsung mobiles for testing purpose(Samsung Corby b3410 and Samsung c6712). Here Arabic font not showing on these mobiles. But it will working properly on Nokia mobiles. I'm using System font for showing…
bharath
  • 14,283
  • 16
  • 57
  • 95
3
votes
2 answers

File Download Prompt not Showing in Samsung Internet Browser App on a Samsung Galaxy Phone

Context and Problem Statement We are currently developing a single-page-application with an API backend. The API provides files to the single-page-application which are generated on-the-fly on request on the server. Some files take very little time…
3
votes
5 answers

App is crashing after taking a picture on Samsung devices

My app allows users to take pictures by using the device's default camera app, like so: private void takePhoto(Uri outputUri) { Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra(MediaStore.EXTRA_OUTPUT,…
Tako
  • 3,364
  • 2
  • 14
  • 21
3
votes
1 answer

Expo: android app stopped installing after "work" profile got installed onto my phone

I had an expo based react-native app that worked perfectly when I had only personal profile on my phone. Lately I also connected "Work profile" on my Samsung S20 and now I can't develop my personal app. I'm running a typical expo build: "scripts":…
WrRaThY
  • 1,533
  • 2
  • 10
  • 14
3
votes
1 answer

java.lang.SecurityException: Need android.permission.BLUETOOTH_CONNECT permission

After asking for runtime permission for BLUETOOTH_CONNECT, android 12 crashes , I faced this problem in Samsung Android 12 Device. In other device less then Android 12 is working fine. I handled bluetooth permission but still my app going to…
3
votes
1 answer

Is Samsung still not persisting foreground services?

I check back about every six months to ask this question. Have yet to get an answer. Some time ago Samsung stopped persisting foreground services yielding hundreds if not thousands of Android apps useless. I had to mothball all my apps and give up…
Dean Blakely
  • 3,535
  • 11
  • 51
  • 83
3
votes
1 answer

Can't set device owner on Samsung device with Android 11

I'm trying to set my app as a device owner on the Samsung A51 with Android 11. It's a fresh device with no accounts added: adb shell dpm set-device-owner /.receiver.AdminReceiver java.lang.RuntimeException: Can't set package…
artem
  • 16,382
  • 34
  • 113
  • 189
3
votes
0 answers

Button clicks are not working in Samsung device having Os 10 or more

I have a layout with a video view, which occupies the whole screen and few buttons, ImageViews, and layouts over it. When the video reaches some point(some secs), I make the eventNote layout visible and pause the video. I have a close button in the…
Manikandan
  • 1,479
  • 6
  • 48
  • 89
3
votes
0 answers

Android using notch

I am creating an app using samsung 10e. Is there a way we can let the constraintlayout the fill up the whole screen? now there is a notch on the top part of the screen even if I add shortEdges
Adam G
  • 31
  • 2