galaxy

How can I record 2 microphone in Android simultaneously?

半城伤御伤魂 提交于 2019-12-18 10:56:41
问题 I'm trying to record audio signals from 2 in-built microphone(bottom, top) at the same time. I can pick up bottom microphone signal using MediaRecorder.AudioSource.MIC and top microphone signal using MediaRecorder.AudioSource.CAMCORDER I can record separately but I want to record at the same time from 2 microphones. Does anyone know how to record simultaneously? I tried & or | operator but I can get only 1 channel signal. I use Galaxy S2 device. I will appreciate any response :) Thanks in

How to test android app in Galaxy S4 configuration using emulator?

喜你入骨 提交于 2019-12-18 05:02:45
问题 I need to test my app in Galaxy S4. But I have no real device so I want to test my app in emulator. What will be the configuration needed to do this in emulator? 回答1: See this and you can increase the RAM size if your Machine can handle that. 回答2: You should choose "Use Host GPU" option in Emulator options. 回答3: I'm on mac the GPU makes it start but is very slow and the App icons come all compressed the messages boxes are reversed(as you'd see on a mirror). Sansung has an on-line

Is possible install Eclipse IDE in a Galaxy Tab?

我与影子孤独终老i 提交于 2019-12-18 02:02:10
问题 Since Eclipse can run in Linux and this tablet has the new Honeycomb (Linux Kernel), can Eclipse IDE run in Android Honeycomb ? I know that isn't pretty much comfortable coding in a tablet, but I'd want to use for UML modeling. 回答1: Android (despite its Linux roots) is far from capable of running Eclipse IDE as is. Not only is the hardware inadequate for supporting such a large application, but Android lacks a full Java SE JVM (Dalvik is a subset) and SWT (Eclipse UI framework) implementation

Camera Force Closing issue in Samsung Galaxy S3 version 4.1.1

烂漫一生 提交于 2019-12-18 01:06:08
问题 I want to capture image and save it in Image view in one of My Application. I already have an idea how to implement it and also Works fine in all device Except Samsung Galaxy S3. What I Want: Avoid the Force Closing Issue Coming in Samsung Galaxy S3 and probably for all other Device which i have not yet tested. What I have Done: I have Done the Below Code to achieve my goal. BuildInukshk_4 Activity : package com.inukshk.CreateInukshk; import java.util.Calendar; import android.app.Activity;

How to capture both front and back cameras in Galaxy S4 simultaneously?

烂漫一生 提交于 2019-12-17 22:38:05
问题 As you may know Samsung Galaxy s4 has the capability to capture both front and back cameras at the same time. Now I need to capture both of them in my application. Should I download something? I tried to open both of them but It wasn't successful! I'm using API level 17. 回答1: As far as I know, this is the only phone which supports both the cameras working. This being said, your application may be applicable to this phone only by far. Unfortunatelly I don't know of any API which is released so

Galaxy S4 stock browser CSS3 border-radius support?

本小妞迷上赌 提交于 2019-12-17 19:58:38
问题 This is a very specific question, that I can't find any documented evidence to support, but have rather a lot of empirical evidence, although only based on a single phone. The single Galaxy S4 that we have available in the office doesn't appear to have support for the border-radius property in it's stock browser. I've tested several different websites, and have tried all different browser versions of the property (webkit, moz, etc), and it just don't seem to support it. Because we only have 1

Android S3 layout vs Galaxy Nexus layout

我与影子孤独终老i 提交于 2019-12-17 19:24:51
问题 I've developed an app that was supposed to target both the Galaxy Nexus and the Galaxy S3. Both have 720 x 1280 screen resolutions and I have only used 'dp' values in my app. The resources exist in the 'layout-xhdpi' and the 'drawable-xhdpi' folders. Layout looks perfectly fine on the Nexus, but the padding values (in dp) is slightly off on the S3. I assume its because of the bigger screen size on S3 and difference in density. How can I create a separate folder for Nexus and S3 so I can take

Android: My app is not supporting Galxy S 4

十年热恋 提交于 2019-12-17 16:21:56
问题 I'm trying to update my application on the store to make it compatible with the Galaxy S 4. My app uses Maps V2, it must not be installed on tablets, has minSdkVersion and targetSdkVersion both set to 9. This is my Manifest file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="it...." android:versionCode="113" android:versionName="1.1.3" > <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> <permission

How to use camera flash/led as torch on a Samsung Galaxy Tab?

ⅰ亾dé卋堺 提交于 2019-12-17 10:23:57
问题 I'm facing to a problem with a Samsung Galaxy Tab. I want to use the camera flash as torch. Does anyone know how to enable it ? Hereby a code that works to enable/disable the camera flash on a HTC Desire but fails on Samsung Galaxy Tab. FlashLight.java : package com.example.FlashLight; import android.app.Activity; import android.hardware.Camera; import android.hardware.Camera.Parameters; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View

app not available on the google market Galaxy S4

邮差的信 提交于 2019-12-14 01:27:07
问题 my app not available on Samsung Galaxy S4 ANDROIDMENIFEST FILE <!-- PERMISSIONS --> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- Optional permission to serve location-based ads --> <uses-permission android:name="android.permission.ACCESS_COARSE