galaxy

galaxy S3.. viewport meta tag doesns't work

谁说我不能喝 提交于 2019-12-08 03:18:45
问题 I'm currently working on the web app which use medium-dpi in viewport meta tag like the below. <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width, user-scalable=no, target-densitydpi=medium-dpi" /> When I test it on a galaxy S3 device, viewport seems not work correctly. I saw this kind of thing in Android 4.0.2. In android 4.0.2, i heard android OS itself has bug that can't apply the viewport correctly. Anybody has any idea?? 回答1: I

Apps not appearing in the Android Market on the Samsung Galaxy Tab

寵の児 提交于 2019-12-08 03:00:33
问题 Some of my apps do not appear in the Android Market when viewed from the Samsung Galaxy Tab. I've noticed this is happening to many other apps from other devs as well. If I compare the "Just in" for a category in the Market on a Nexus One to the Galaxy Tab, there are a lot more apps appearing on the Nexus One. So I don't think this is an issue specific to my apps. What's strange is that I can't figure out what is different between my apps that do, and do not, appear. For instance, in my

phonegap capture plugin captureVideo not working phonegap 3.0.0-0.14.3

末鹿安然 提交于 2019-12-08 02:25:35
问题 I have plugin org.apache.cordova.core.media-capture installed successfully. Which I did on my project with phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git navigator.device.capture.captureVideo function does not respond to the call. Nothing happens on the phone. If I put an alert in front of and in back of the call to it, the first alert pops but the second never happens. I would expect a failure to go to the captureError callback function and

Android Development on Samsung Galaxy S

不羁岁月 提交于 2019-12-07 23:54:42
问题 I am trying to test my Android apps in my Samsung Galaxy S i9000 but I dont know why, I cant. It doesn't appear in the Devices tab on Eclipse. I've downloaded the Google Drivers via SDK Manager, I've got the Samsung Drivers for Windows x64, I've put it in debugging mode, and still nothing. This is weird, because some time ago, but in another computer, I was able to do this with my old Xperia X8 and Nexus S, with no problem. This phone is rooted and has a MIUI Rom on it, but my old phones were

Galaxy S4 SupportActionBar covers whole screen in ActionMode

强颜欢笑 提交于 2019-12-07 15:26:36
问题 The Samsung Galaxy S4 shows a very weird behavior when going into ACtionMode on my app which is using SupportActionBar from Support-v7. Has anyone an idea how to fix this? I guess the issue comes from Samsung custom Android-Rom. 回答1: I solved this changing the parent of my custom actionmode theme from: <style name="MyApp.Widget.ActionMode" parent="@style/Widget.AppCompat.ActionMode"> to: <style name="Apo.Widget.ActionMode" parent="@style/Widget.AppCompat.Light.ActionMode.Inverse"> 回答2: For

“take a picture and present it” in portrait mode on Samsung Galaxy S

陌路散爱 提交于 2019-12-06 22:45:00
问题 I am trying to simply take a picture and present it in an ImageView with my samsung galaxy s. it's working fine when I do it on landscape but not on portrait. I am not getting any error or exception - just not getting anything... There is a lot of questions about this topic and it seems to be problematic (something about camera orientation) but counldn't figure out the final solution for a simple "take a picture and present it" code. here is my (problematic) code that doesn't work: private

Android - Testing app on Galaxy S8 or LG G6

北慕城南 提交于 2019-12-06 21:25:57
问题 I was reading the following article about updating an app to take full advantage of devices like the Galaxy S8 or LG G6 https://android-developers.googleblog.com/2017/03/update-your-app-to-take-advantage-of.html And what I want to do is to test the app in an emulator of these screens and test it before and after adding the line of code the article suggests: <meta-data android:name="android.max_aspect" android:value="2.1" /> I have tried creating an AVD inside of Android Studio with a screen

Package Installer Application crashing when launched from Gmail app

霸气de小男生 提交于 2019-12-06 17:16:59
问题 I got the following error when i tried to Install an APK on my device. It is working in device Galaxy POP, Galaxy ACE s 5830. The only problem in galaxy s3 My app's manifest file is below. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.fixcity_app" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission

How to make an AVD with > 768MB RAM To emulate Galaxy devices

孤者浪人 提交于 2019-12-06 14:52:54
I am trying to emulate the Galaxy Note 2 which contains 2GiB RAM and some custom hardware like the s-pen and TouchWiz. I created an emulator with 2GB to start with. The emulator won't launch, in fact it is crashing eclipse. I would also like to emulate multi-screen TouchWiz support. I don't see any info anywhere on emulating custom platforms like TouchWiz. Any ideas? I need a decent testing platform for the Galaxy series, but I can't even get basic android working. edit: The Samsung dev page shows this setup: http://developer.samsung.com/forum/thread/emulator-size-for-galaxy-note-2-/77/178557

Apps not appearing in the Android Market on the Samsung Galaxy Tab

三世轮回 提交于 2019-12-06 13:33:38
Some of my apps do not appear in the Android Market when viewed from the Samsung Galaxy Tab. I've noticed this is happening to many other apps from other devs as well. If I compare the "Just in" for a category in the Market on a Nexus One to the Galaxy Tab, there are a lot more apps appearing on the Nexus One. So I don't think this is an issue specific to my apps. What's strange is that I can't figure out what is different between my apps that do, and do not, appear. For instance, in my Android manifest for an app that does appear, I have this: <uses-sdk android:minSdkVersion="3" /> <!--