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

My application was rejected by samsung app store 3 times

My application was rejected by samsung app store 3 times. But every time i got reason for rejection is "Application is terminated or initialized after releasing HOLD mode". But my application was running in my device without any problem. Can you…
Suresh
  • 427
  • 1
  • 6
  • 22
0
votes
1 answer

Launch Activity /Service of an applications from two applications with different signing keys

I have an Android App A whose activities/services are launched by App B both signed with same release engineering keys. I have added Signature permission check for ensuring no other app signed with diff certificates can access App A functions. Now I…
Alok Kulkarni
  • 2,153
  • 19
  • 31
0
votes
2 answers

Error in Read text file from sdcard in android

I am trying to read the text file from sdcard line by line. While my code in java compiled standalone on pc works, this code in eclipse gives error. Code keeps looping thru something which is not at all my text file. @Override protected void…
Madiya
  • 23
  • 5
0
votes
1 answer

Get AudioRecord (Samsung Young) null in android

I want to capture the audio so I am using the AudioRecord. But I'm getting null in the AudioRecord. Please help me so that it work in all the phones. private static int[] mSampleRates = new int[] { 44100, 44056, 47250, 48000, 22050, 16000, 11025,…
android
  • 3,261
  • 3
  • 16
  • 18
0
votes
1 answer

EditText representation bug on Samsung Galaxy Fame

I have a few problems with EditText only on the Samsung Galaxy Fame device. In the screenshot you will see these two bugs: editText bug http://ubuntuone.com/1vcvZkZevshNLvl4DvBNJ5 Bug №1: The RTL is disabled in the manifest, gravity is not set as…
Vlad Yarovyi
  • 709
  • 1
  • 8
  • 16
0
votes
1 answer

How to make work in samsung devices?

I am working on a app locker app. The app is complete for initial use with very basic features. I have tried it in AVD[Android 4.3] and it works perfectly. Also my backup device with Generic Android 4.0.4 is good to go with the app. But to my bad…
0
votes
1 answer

What is the internal storage path for Samsung Galaxy S3 with OS 4.1.2?

The internal storage path for Samsung galaxy S3 with 4.1.2 keeps on changing. /mnt/sdcard0/ /mnt/sdcard/ /storage/sdcard0/ /storage/sdcard/ I don't have external card inserted in this phone. And randomly i get the above path locations in Astro file…
SAMBA
  • 503
  • 2
  • 8
  • 15
0
votes
1 answer

Samsung S4 action bar gets drawables from drawable-normal-mdpi

For some reason, the action bar items looked small on S4. On close examination, it seems that, instead of using drawable-xxhdpi, Android is using drawable-normal-mdpi. Any help in evaluating this mess that is Android in general, would be…
Radu
  • 2,076
  • 2
  • 20
  • 40
0
votes
2 answers

Crash when calling mediaRecorder.stop() on samsung S2 using QUALITY_HIGH

I am trying to use a MediaRecorder object to record video in the highest quality available on my device, a Samsung S2. However with my current code I see a hang when calling MediaRecorder.close(), and then the phone crashes (LOGCAT:…
Tom
  • 3,324
  • 1
  • 31
  • 42
0
votes
1 answer

samsung S3 leftswipe and right swipe not working in one touch

i created one mobile app with jquery mobile everything is working fine but in samsung phones left swipe and right swipe is not working properly. its working after 2-3 swipe. it can be handled with var startCoords; …
supersaiyan
  • 1,670
  • 5
  • 16
  • 36
0
votes
0 answers

My app always crashes whole phone(Samsung Galaxy S2 rooted)

My app works perfectly well on LG-P690 and on all virtual devices I tried but when I tested it on my friends rooted samsung s2 it works for a while until it crashes the whole phone (a hard reset is needed). As I said, it never crashed on my own…
0
votes
1 answer

ColorPickerDialog in android while using the SPen and SCanvas?

Am am trying to use a color picker change request with the SPen, I did not want to use the one they supplied I wanted to use my own. here is my code below, the color picker comes up, but when i select a color it doesnt change the input of the PEN …
0
votes
2 answers

Emulator for Samsung galaxy S2 on the SDK Version 18

I am completely new to Android Development and have got stuck at the very first point. I want to create a AVD for the Samsung Galaxy S2 but am not able to do so. I found many articles and questions on stack overflow like: Samsung Galaxy S II AVD…
Why
  • 626
  • 11
  • 29
0
votes
1 answer

Screencast wont record Spen actions on my Application

I just rooted my Samsung Galaxy Note 10.1 to record writing on my Application. My app inherits and builds on the Spen Classes provided by Samsung. I want to be able to record the notations I make on screen with my hand/stylus. Screen cast however is…
lavi
  • 119
  • 1
  • 9
0
votes
2 answers

Samsung Galaxy Duos (GT-S7562) Camera.takePicture but no callback being called

Following code is tested on HTC Desire S, Galaxy S II and emulator. It is working fine, but surprisingly it doesn't work on Galaxy S Duos (GT-S7562). What happens is that all calls are successful with no exception but callbacks are not…
Farzan
  • 745
  • 10
  • 25
1 2 3
99
100