Questions tagged [samsung]

93 questions
0
votes
0 answers

Deeplinking not working on Samsung Internet default browser

When the Samsung internet browser feature "Open links in other apps" is disabled then the browser does not return the correct deep link URL it should return links.xxxx.com which contains a success code instead it returns xxxx.com just with no…
Talha
  • 51
  • 9
0
votes
0 answers

Android OpenGL ES isn't showing all points of point cloud on a certain phone

My android app based on OpenGL ES for rendering a point cloud isn't showing all its points (only about half of it). This problem only occurs on a certain phone (Samsung Galaxy S21 FE). On all other Samsung or Pixel phones with the same Android…
lila
  • 81
  • 1
  • 3
0
votes
0 answers

I can't find a NVMe driver for my new M2 Samsung 980 PRO (W10 pro 22H2)

I am using a new M2 Samsung 980 PRO. Samsung Magician says there is a unknown NVMe driver installed. I tried to do a backup based on DISM with Heise C'T wimage. Some files are corrupt, thats why backup fails. I simply would like to install a…
Robert Buk
  • 31
  • 3
0
votes
1 answer

Can I create a custom android OS?

I currently have an old Galaxy Trend Lite GT S7390 that is so old it's virtually unusable. I want to give it the funtionality of an old mp3 player, but since it has wifi functionality, I thought it would be cool to have an OS that would allow it to…
Ian
  • 9
  • 1
0
votes
0 answers

Multiple screen avplayer on tizen

Can i play 4 screens on tizen by avplayer ? I mean 4 live channel playing on the same time . Can i play 4 screens on tizen by avplayer ? I mean 4 live channel playing on the same time .
0
votes
1 answer

What is this Android icon that looks like a gauge with a leaf?

Screenshot of the icon below, with a square drawn around it. Note: This icon is not permanently displayed. The notification shade must be pulled down for the icon to appear in the notification bar.
DanielG
  • 370
  • 1
  • 3
  • 15
0
votes
1 answer

Unable to establish a connection to clrdbg when deploy tizen xamarin application to real watch

Please help to solve with error "unable to start debugging. unable to establish a connection to clrdbg" VS 2022 C# and xaml deploy to real samsung watch 3 it work good in emulation Thanks you so much [enter image description…
LDT
  • 1
0
votes
0 answers

Chrome devtool / inspector not able to export/download Har when/after debugging Samsung TV app over Tizen

when I try to collect log content, i can see all logs on chrome inspector/ DevTtool, but when I right click and "Save all as HAR with content", I can see process indicator " Collecting Content" as on screenshot, but after process done i can't see…
0
votes
0 answers

Where is Install via USB in Samsung phone

When I am running Android Studio play button it is throwing me this error: Installation did not succeed. The application could not be installed: INSTALL_FAILED_USER_RESTRICTED Installation via USB is disabled.
0
votes
0 answers

Flutter Camera black screen on Samsung S22

The is a bug where if i use the camera plugin on Samsung S22 it shows black screen. This happened after Samsung updated their UI to UI 5.0. The package version is camera: ^0.10.0+4 We tryed updating/ downgrading the package. but nothing works. At…
Londokuhle
  • 161
  • 1
  • 4
0
votes
1 answer

Samsung Knox library import intent package

I'm try to use knox to handle the X-Cover with ptt key I'm trying to implement a receiver like this: String intentAction = intent.getAction(); if ("com.samsung.android.knox.intent.action.HARD_KEY_REPORT".equals(intentAction)) { int keyCode =…
0
votes
0 answers

How to support Samsung SPen - The S21 ultra silicon case pen - in my android app?

I want to write a simple android app that can support the SPen functions, I have looked at this page on Samsung Deveopers site, and ran the sample applications on my device, and it seems like the SPen that comes with the S21 Ultra silicon case is…
SaleemKhair
  • 499
  • 3
  • 12
0
votes
0 answers

Flutter application not launching on Android device

I have a flutter app but it is not launching on an specific device. I have 2 testing devices: Pixel 4 (Android 12) and Samsung SM G973U (Android 12), but the app it is not launching on the Pixel, it is being installed but the app does not launch…
fbernaly
  • 61
  • 1
  • 9
0
votes
0 answers

Detect when user selected "always connect" on a network instead of "Connect only this time" on Samung Phones

I'm working on an IOT app that requires the user to connect on a Wi-Fi device without internet and then communicate with the gateway IP trough an REST API. I'm receiving bug reports on Samsung S21+ phones my app is only working if the user selects…
0
votes
0 answers

SNMPGET works from program but not from CLI

I am working on an fax grabber, for a fax in our building only Samsung provides the software "Samsung Easy Printer Manager" the program sends an SNMPGET to the Printer as I saw in Wireshark Frame 133: 89 bytes on wire (712 bits), 89 bytes captured…