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
2
votes
0 answers

How to prevent Samsung ROM from showing notification bar in full screen?

I have this app that runs in full screen, the thing is that Samsung did something to their ROMs that the user can swipe down to show the notification bar, even that you are running in full screen. The thing is that my app shouldn't show the…
2
votes
0 answers

Android Samsung Galaxy Camera

I am trying to capture images using following: Intent intent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); I am able to capture everything but there is no way to get back to my application after I am done. On the capture screen, there…
Arvind
  • 187
  • 1
  • 3
  • 11
2
votes
0 answers

samsung s4 camera effects show in preview but not in picture

I have an interesting bug in my camera application. When the user selects a color effect to use the preview window shows the desired effect but the actual picture taken is sans (without) effect... A bit of…
zwebie
  • 2,349
  • 1
  • 27
  • 43
2
votes
2 answers

Empty string for system property for wifi.interface on Samsung Galaxy Note 2 and Tab 2

I am trying to find the name of the Wifi interface through a call to android.os.SystemProperties.get("wifi.interface"). On most devices I have used, it seems to work fine, but on Samsung Galaxy Tab 2 (Samsung GT-P5100) and Samsung Galaxy Note 2…
layman
  • 411
  • 4
  • 9
2
votes
6 answers

Samsung Galaxy s4 in Eclipse ADT

I want to test my App in a Samsung Galaxy S4, i've checked "unknown sources" and enabled the developer menu and checked "Debug mode". But It is displayed offline C:\Program Files (x86)\Android\android-sdk\platform-tools>adb.exe devices List of…
wutzebaer
  • 14,365
  • 19
  • 99
  • 170
2
votes
2 answers

Eclipse can't debug android application on Samsung galaxy S4

i've installed Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0 driver in my computer. in my device i checked enable debug and allow unknown source. When i ran my application from eclipse, eclipse show a popup to select target device. i saw the device…
Pham Hong Phong
  • 145
  • 2
  • 10
2
votes
1 answer

Sending multipart SMS from device converting into MMS

After looking on th e website, I was not able to find any solution to this problem. Let me explain a bit more : I'm trying to send (programmatically) from an App a multipart SMS. It's actually working on my device (Nexus 4) but I tried it on a…
2
votes
1 answer

Android drag-n-drop from app to app

In Windows it is possible to drag-n-drop from application to application using OLE drag-n-drop. Is this possible with the new multi-windowed flavors of Android?
2
votes
1 answer

Where can I find a list of intents for Samsung Galaxy specific system functions?

I'm trying to turn the Power Saving Mode feature on and off on a Samsung phone. I believe this shouldn't require root access as NFC Task Launcher can already do this, so I believe it's most likely just an intent that is being called to toggle the…
Diskdrive
  • 18,107
  • 27
  • 101
  • 167
2
votes
1 answer

Samsung enable disable "Driving mode"

I would like to enable/disable Driving mode which is available on some Samsung devices (Galaxy S2, S3). I know I have to put something to system settings, but I don´t know what. So please advice me what values I should use or where I can find this…
Michal
  • 2,071
  • 19
  • 30
2
votes
1 answer

GIF doesn't display on Samsung Galaxy Note 2

I have problem with displaying GIF on Samsung Galaxy Note 2 (Android 4.1.1) in my app. Everything is fine on Galaxy Nexus 7 emulator and others. Here is my source code: public class ShouldersEx1 extends Activity { View view; @Override protected…
sortris
  • 207
  • 3
  • 8
2
votes
2 answers

Camera screen orientation issue Samsung galaxy S3

In my app i am trying to take a pic from camera and displaying it in the imageview.Everything works fine but when i took pic from samsung galaxy s3 , it changed the orientation and displays the camera activity and onActivity result it displayed the…
anshul
  • 982
  • 1
  • 11
  • 33
2
votes
0 answers

How to create Samsung Galaxy S2 AVD

How do I create an Android Virtual Disk for the Samsung Galaxy S2? I have downloaded the skin from here and followed instructions I found here but to no avail. I can select Samsung Galaxy S2 as the 'target' in the AVD Manager but the skin is not…
Iain
  • 1,724
  • 6
  • 23
  • 39
2
votes
2 answers

Small screen size in OpenGL only on Samsung S3 with Jelly Bean

My app has been working well (on most phones) until recently when the samsung s3 was updated to Jelly Bean. The screen looks like this: - It works fine on an S3 using ICS and on most other phones (including other samsung phones). Any ideas what is…
2
votes
1 answer

Android 4.1 SQL server connection

I am working with android 4.1.1, IDE= eclipse, and SQL Server 2008. Device= Note 2 android:minSdkVersion="10" When I run the code snippet on the UI thread It gives me the error "Unable to get information from SQL Server:", but if I run the code in…
Frostbyte
  • 31
  • 4