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

Eclipse Kepler does not allow debugging on Samsung Galaxy S4

I'm using a Samsung Galaxy S4 I9505 (Jelly Bean 4.3) as my debug target, and I've done the preliminary steps already: Tapped 7 times on the "Build Number" under "My Device" to enable developer menu Enabled USB Debugging from the device Unchecked…
0
votes
1 answer

Samsung S4 Update has completely disfigured phonegap application

I'm currently developing my final year project, which is due this month, using phonegap and the most recent update to the Samsung Galaxy S4 seems to have completely disfigured everything in my application. Has anyone come across this issue before or…
Phughes
  • 77
  • 2
  • 12
0
votes
0 answers

android - why decodeFile(path) isnt working when file is saved in Camera folder on Samsung?

I have Bitmap bm = BitmapFactory.decodeFile(path); imageView.setImageBitmap(bm); working properly. the only exception I'm facing now is if the photo is stored in Camera folder on a samsung device, imageView.setImageBitmap(bm); will not display…
user1865027
  • 3,505
  • 6
  • 33
  • 71
0
votes
2 answers

database support in Samsung galaxy gear 2

I wanted to know which database does the Samsung Galaxy Gear 2 support. Gear 2 being based on Tizen I tried using the Web SQL database. However on the emulator it shows that the Web SQL is not supported. Can anyone tell me which database is…
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
0
votes
2 answers

tag for AirGesture on Samsung devices

I am making an app which should only be installed on devices having the samsung airgesture capability. If the app were to be published on the play store that is very easy i can just select those devices, but it will not be published. So I thought of…
OlivierM
  • 761
  • 1
  • 9
  • 16
0
votes
2 answers

Android BLE notification on Samsung s4

I am working on an BLE apps using google ble sdk , I testing on samsung s4(4.3) , sony z1 compact(4.3) , htc new one(4.4) but only samsung s4 just abnormal the question is when calling setCharacteristicNotification(boolean enable) if i get…
timmyB
  • 39
  • 5
0
votes
1 answer

is there any way prevent filter from Google Play for S4 device only ?

i have made app for all resolution,app will install in all android device and tablets. i have not set any device and tablets filter for installation on app. my Question is, How i can prevent filter from Google Play for S4 device only ? it mean app…
Hasmukh
  • 4,632
  • 2
  • 30
  • 44
0
votes
1 answer

Remote Debugging Chrome Beta on Samsung Note

My chrome://inspect has been set up. I am able to remote debug other Android devices such as Samsung Galaxy Tab, Nexus 7, Nexus 7 2, and several mobile phones. I've also gone ahead and updated Samsung's Kies software on my Mac. I've also tried using…
0
votes
1 answer

PDF downloads unsuccessful on Samsung devices

I've set up a PDF link on a site Download PDF this works fine on desktop; opens in a new tab and iPhone/Android devices download the pdf, however, on samsung devices:…
Pixelomo
  • 6,373
  • 4
  • 47
  • 57
0
votes
1 answer

Android, save from any URL/any file, avi etc.. It is run just on Emulator, didn't run on Samsung GalaxyS3

I want to develop a simple code for Android. It run on Emulator and downloaded *.wmv file but it is not run on my Samsung Galaxy S3!!! Ho can i solve this problem? Anyone know that issue? This software shoul the followings; - Video file download…
0
votes
0 answers

scrolling issue in hybrid application - which contains iframe inside it

Hi have one hybrid app. its working fine in all device except samsung s3 and s4. scrolling is not smooth in both two device. My hybrid application contains a iframe inside it... I tried to goolge it but no solution so far. anyone every face this…
supersaiyan
  • 1,670
  • 5
  • 16
  • 36
0
votes
1 answer

Multi window feature in android

Currently only sumsung is providing multi window feature. Why others vendors can't.? Is there any hardware dependency.? If I want to write multi window feature for my goggle nexus how can I start.? Any tutorial or link from where I can start.
Vineet
  • 307
  • 1
  • 3
  • 12
0
votes
2 answers

Android App "failed to install" on Samsung Galaxy Tab 10.1

I've been testing my app on a tab emulator (runs just fine), but when attempting to run the app on a Samsung Galaxy Tab 10.1 today, I am running into a "failed to install" error. When I run, I am given the option for the device, I select it and then…
Elliott
  • 147
  • 2
  • 11
0
votes
0 answers

Compatibility issue for Samsung Galaxy S4

I uploaded my application only for 1080*1920 and 720*1280 device resolutions over Google Play Store. But on Samsung's Galaxy S4, I'm unable to install this app from play store. The compatibility tag in the app's manifest I used for this device's…
0
votes
0 answers

Samsung Galaxy S4 but no BluetoothAdapter?

I tried establishing a Bluetooth connection via Unity in 2d configuration on Android. Therefore i wrote a plugin calling BluetoothAdapter btad = BluetoothAdapter.getDefaultAdapter(); but when i execute this on my Galaxy S4 the adapter is null, so…
pytomaniaq
  • 114
  • 1
  • 10