samsung-mobile

localStorage html5 feature not working in WebView on Samsung Android device

淺唱寂寞╮ 提交于 2019-12-04 09:25:40
问题 I have a html5 application that I wrap with a WebView. To store and retrieve user input values between pages, I use the localStorage html5 feature. It works fine on my Nexus 4 (Android 4.4.4), but it does not work on Samsung Galaxy Tab 2 (Android 4.3.x) (= nothing happens, but also no error in logcat). Or, to be more clear: on Samsung, it does not work if the html pages are loaded from within the app's asset folder . It does work though if I put the pages on a server, as below in the

Boot Sasmsung S7 Edge extraced Kernel from Device in Android Emulator

淺唱寂寞╮ 提交于 2019-12-04 05:48:02
问题 These are Samsung S7 edge zImage and ramdisk. ./emulator -gpu off -verbose -avd Nexus_5X_API_24_4 -ramdisk /home/user/s7boot/boot.emmc.win-ramdisk.gz -kernel /home/user/s7boot/boot.emmc.win-zImage -show-kernel -no-snapshot-load -ranchu -wipe-data But than is stays in Black Screen on Emulator and in terminal no messages. Tried -ranchu and -qemu With generic image from Emulator it boots: generic_arm64:/ $ uname -a Linux loca 3.10.0+ #258 SMP PREEMPT Fri May 19 12:03:16 PDT 2017 aarch64 Any idea

How can I address the Samsung Android browser?

て烟熏妆下的殇ゞ 提交于 2019-12-04 04:46:49
I'm working on a responsive website and I have a weird CSS/JS issue with the default touchwiz browser of Android Samsung devices . I've searched on StackOverflow, finding some unhelpful answers like this . I have the physical devices to test on , but since it's not possible to do remote debugging on these browsers it's really time consuming to make changes, deploy them a QA server, test, and retry. Any idea on how can I speed up my testing or targeting that specific browsers? Useragent is not helping in my case... Just to make an example: one of the many problems I'm facing is on this free

Context.startForegroundService() did not then call Service.startForeground() on Samsung devices

。_饼干妹妹 提交于 2019-12-04 04:16:29
I have an issue with background working of service on Samsung devices. Fatal Exception: android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground() at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1881) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6938) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327) at com.android.internal.os.ZygoteInit.main

Why arabic font not supported in Samsung mobiles using LWUIT?

雨燕双飞 提交于 2019-12-04 04:04:18
问题 I have tested my mobile application on some Samsung mobiles for testing purpose(Samsung Corby b3410 and Samsung c6712). Here Arabic font not showing on these mobiles. But it will working properly on Nokia mobiles. I'm using System font for showing Arabic fonts. Why its not supporting on these mobiles? How to resolve this issue? 回答1: LWUIT doesn't support Arabic bitmap fonts, when the font type is 'system' we just delegate the Arabic support to the underlying OS. If the underlying phone OS

How to stop excessive Object creation on Samsung phones?

家住魔仙堡 提交于 2019-12-04 02:46:56
I am have problems with animations slowing down on many Android Samsung phones. I have traced the problem and it is too much garbage collection. However, none of the objects are being created directly by my code. This is the stack trace from the Allocation Tracker in DDMS. at com.samsung.android.multiwindow.MultiWindowStyle$1.createFromParcel(MultiWindowStyle.java:493) at com.samsung.android.multiwindow.MultiWindowStyle$1.createFromParcel(MultiWindowStyle.java:491) at com.samsung.android.multiwindow.IMultiWindowFacade$Stub$Proxy.getMultiWindowStyle(IMultiWindowFacade.java:499) at com.samsung

http://seller.samsungapps.com/ - Choosing a Category?

≡放荡痞女 提交于 2019-12-04 00:08:47
How can I choose a category when submitting a new app in http://seller.samsungapps.com/ Under the Category menu all I see is "Main Category" or "Galaxy Specials" When I choose Main Category, then I get no submenu, and it won't let me submit the game If I choose Galaxy Specials \ Other, it tells me: The registered binaries do not meet the category conditions for GALAXY Specials. The GALAXY Specials category can be selected only if at least one binary supports GALAXY Specials. You can go to ‘Binary>Advanced Mode>Binary Details’ to check the supported GALAXY Specials options. So, how can I submit

Android native crash initiating from /system/framework/arm/boot.oat

蹲街弑〆低调 提交于 2019-12-03 22:51:47
After recent update of my application in Google Play, I started receiving lot of crash reports, all of them are from Samsung devices with Android 5. Lower android versions work fine and devices of other manufacturers with Android 5 work fine too. I don't have any device where I could reproduce the issue, so I can't bisect. I am trying to deduce what could be wrong from the crash report and from list of changes since my last working version (which is unfortunately long). All the crash reports look like this (just the addresses slightly vary between devices): Build fingerprint: 'samsung/kltektt

How do I make my android app appear in Ultra Power Saving Mode

杀马特。学长 韩版系。学妹 提交于 2019-12-03 22:24:17
Some samsung devices have an Ultra Power Saving Mode which turns off wifi, turns the screen grayscale and limits usage to a few basic apps. It however does allow you to add some apps which can then be used. These apps include Facebook and WhatsApp. How do I make my app appear in this list? What changes do I have to make to the app so that it may appear on this list? Or is this list based on a white list maintained by Samsung? It may be possible using the permission REQUEST_IGNORE_BATTERY_OPTIMIZATIONS . This permission does not require explicit user permission. So will be granted. Although

Video recorded with Android MediaRecorder is corrupted on Samsung Galaxy S2

 ̄綄美尐妖づ 提交于 2019-12-03 15:52:25
Good day! I'm learning how to record video with MediaRecorder but recorded video is corrupted when I play it. See this screenshot: http://www.4shared.com/photo/QtmJCHRi/corrupted-video.html . Picture marked with red rectangle in the left upper corner is what camera can see. But it is so small, it's repeating and there is many green areas. Please advise what am I doing wrong. HW is Samsung Galaxy S2 (GT-I9100, Android 2.3.5). I tried to follow this tutorial: http://developer.android.com/guide/topics/media/camera.html#saving-media Thank you in advance! CameraRecorderActivity.java package cz.ryvo