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

How to disable Developer options in samsung galaxy s4?

I have enabled the developer options on my samsung galaxy S4. Now I am unable to disable it, by clearing the data in settings in the application manager. In application manager, under settings, the CLEAR DATA option is disabled, and I'm unable to…
user3352375
  • 77
  • 1
  • 1
  • 2
6
votes
1 answer

Samsung My Files explorer: Pick file from specified folder

I'm using the following code to open Samsung's My Files application to pick a file... public void openFileBrowser( ) { Intent intent = new Intent( "com.sec.android.app.myfiles.PICK_DATA" ); try { …
Zeba
  • 3,041
  • 1
  • 28
  • 39
6
votes
3 answers

Website not responsive on Samsung Galaxy S2

A Wordpress website (using the Genesis framework) I've designed to be responsive displays properly on an iPhone and a HTC but doesn't on Samsung Galaxy phones. (tested on Samsung Galaxy S2 and a Samsung Ace) I'm currently using the FitVids plugin to…
6
votes
2 answers

Eclipse ADT is not Samsung s3 as android device ??

Well, my samsung s3 is not detected as android device but as portable media player gt-19300 http://cubixshade.com/images/s3.png I set "Always prompt to pick up device" on Eclipse Run Configuration and when I run the application, no device is shown…
Muhammad Irfan
  • 1,447
  • 4
  • 26
  • 56
6
votes
1 answer

Android ADB Shell doesn't enable packages

I ask to pm (package manager) to enable some package, but it doesn't enable and shows the message "new state: disabled" shell@android:/ $ pm enable my.app.com Package my.app.com new state: disabled Weird... It seems to be a bug... Samsung…
CelinHC
  • 1,857
  • 2
  • 27
  • 36
6
votes
2 answers

Detect if Browser is Samsung Phone

Has anyone figured out a good way to detect if the client's browser is a Samsung phone. I'm specifically looking for Samsung S3 And Note 2, but if it catches S2 and Note 1 or other Samsung phones I can live with that. Something that is future…
SemanticZen
  • 1,141
  • 14
  • 21
6
votes
3 answers

SGS-3 bug related to SMS conversations list?

This issue was reported several times, but still not resolved yet. I read all messages/thread which somehow related to this topic either in Samsung's developers site or in StackOverflow Let me again describe whole problem just in few…
Barmaley
  • 16,638
  • 18
  • 73
  • 146
6
votes
1 answer

android httpclient.execute exception

When I test on simulator, it works, but when test with my device (galaxy s3), it keeps throwing errors, when during the following code: HttpResponse response; response = httpclient.execute(httppost); the exceptions: 09-03 08:16:49.018:…
John
  • 697
  • 1
  • 10
  • 33
6
votes
3 answers

Android Phone Browser Detection

I have an web application where mobile phone users see a mobile optimized website. The new Samsung Galaxy SIII user agent provides no clue that the request is coming from a mobile phone. What are the best pratices to detect mobile phones? I'm…
SemanticZen
  • 1,141
  • 14
  • 21
6
votes
3 answers

Is there an API available for using the Samsung TV network remote control feature?

I want to write an Android app which controls my Samsung TV via the wifi network. This is possible because there are apps out there that do it (including Samsung's own remote app). Is there a Samsung API available to do this? How does the app talk…
user1209776
  • 157
  • 1
  • 3
  • 8
5
votes
1 answer

Video recorded with Android MediaRecorder is corrupted on Samsung Galaxy S2

Good day! I'm learning how to record video with MediaRecorder but recorded video is corrupted when I play it. See this screenshot: http://www.4shared.com/photo/QtmJCHRi/corrupted-video.html. Picture marked with red rectangle in the left upper corner…
Vojtech
  • 2,533
  • 9
  • 34
  • 65
5
votes
0 answers

How to get non-playstore Android app detected as a "Game" in game launcher apps of Samsung, OnePlus etc

I have a Samsung S21 (OS 12) device having Samsung's "Game Launcher" app. Non-playstore apps like Winzo, Zupee etc which are downloaded from their respective websites show automatically in the Game Launcher app as soon as they are…
5
votes
0 answers

Action: "android.settings.SECURITY_SETTINGS" throws ActivityNotFoundException on Samsung Android 12

I have an intent to open BiometricsAndSecuritySettingsActivity: Intent intent = new Intent(Settings.ACTION_SECURITY_SETTINGS); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(intent); On Samsung A52 with Android 12 I got…
5
votes
2 answers

Flutter build fails in Samsung phone , Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0

Trying to build a previously working app on Samsung Note 8 phone , This is the error Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0 Not working on Samsung Note 8 , Android version 9 Working on Mi A3 ,…
sajanyamaha
  • 3,119
  • 2
  • 26
  • 44
5
votes
2 answers

HMS Push notifications issue on HMS+GMS devices

I am encountering an issue regarding HMS on a Samsung device, which has GMS too. Huawei notifications are of two types: Data Messages (DM) Notification Messages (NM) Huawei device (HMS only) NM If we send NM, then the pushes arrive at the App in…