samsung-mobile

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

淺唱寂寞╮ 提交于 2019-12-05 15:51:01
问题 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

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

橙三吉。 提交于 2019-12-05 12:26:10
问题 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? 回答1: It may be possible using the permission REQUEST_IGNORE_BATTERY

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

白昼怎懂夜的黑 提交于 2019-12-05 10:27:33
问题 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

How to enable javascript console on Android 4.2.2

拥有回忆 提交于 2019-12-05 05:43:50
I'm trying to enable the JavaScript Console to debug a webpage in the stock Android browser on a Samsung Galaxy S4 running 4.2.2. On the S3 I just type in about:debug in the address bar and it comes up but it doesn't work on the S4, it seems to do an autocomplete for chrome://debug. Firstly it would be great to know how to get the console open and secondly why would Chrome's autocomplete be coming up for the stock browser? Thanks I don't know how to activate this console. But I have used a tool that can allow you to remote debug any browser with limited changes to your web page (only add one

Make Samsung Android device advertise as an iBeacon

与世无争的帅哥 提交于 2019-12-05 05:04:54
Has anybody used Samsung's Bluetooth LE APIs to make a Samsung Android device advertise as an iBeacon? This should be possible, but I do not have access to a device to try it. If anybody has used it to make a Samsung Android device advertise as any other Bluetooth LE peripheral, I would like to know that, too. EDIT: This is now possible on Android L. See here. Unfortunately, @reTs and @duncan-c are right (+1 for each of them). The Samsung BLE SDK cannot send out real BLE advertisements as is required for iBeacons. I was holding out hope because their documentation says "allowing applications

Samsung Smart Manager reporting slow app but shows information about errors

佐手、 提交于 2019-12-05 02:56:35
I have an app that Samsung Smart Manager is complaining about. It reports that the app is causing the device to run slowly but then references the number of errors in a week. It's not entirely clear that "errors" in this case actually mean crashes but it's possible as I think this device might have had QA versions of this app installed. How do I determine anything about why Smart Manager would show this message about my app? And why does it report causing the app to run slow if it's just errors/crashes? Here is the full message: "This app is causing your device to run slowly. To improve your

Emulator for galaxy s3

柔情痞子 提交于 2019-12-05 02:17:19
Has Samsumg provided emulator support for galaxy s3. I want to test my app on S3 Emulator as I'm reading the comments on google play that the app is crashing on Samsung Galaxy S3. Can someone help me with this. Thanks in advance. you can use the samsung remote test lab Samsung Remote Test Tab OR this link for your Support Here (It gives 1 hour free trial to test your app.) EDITED For Emulator you can Use Below Informations. Target: Google APIs - API Level 15 Skin: Built-in WXGA720 Hardware Back/Home: yes Abstracted LCD density: 320 Keyboard lid support: no Max VM application heap size: 48

textView.getSelectionEnd() returning start index value on Samsung Marshmallow 6.0 devices

拥有回忆 提交于 2019-12-05 01:44:28
This issue is observed on Samsung devices with Android 6.0 only. It is working fine on all other devices, including non - Samsung devices with android 6.0 and Samsung devices with Android 5.1 and below. Currently we don`t have any Samsung device with Android 6.0 to readily check things on it, but we are arranging it soon. The feature where we are using this : The user long presses on a word from a sentence in a TextView and then user can edit the selected word. We accomplish this by : Making the TextView selectable and adding a LongClickListener. Adding a custom Selection Action Mode CallBack

Is there a way to make the WebView widget use Chrome instead of the builtin WebKit browser on Samsung/LG Android Phones?

霸气de小男生 提交于 2019-12-05 00:59:06
问题 When using the WebView in an Android application - Android will utilize different browsers under the hood in order to render the web page. For example - pre Android 4.4 on Samsung devices will use the WebKit based browser that comes on Samsung stock phone (even if Chrome is installed and is the default web browser). Google Nexus/HTC phones come with Chrome pre-installed and they will use it to render web content. We have rendering problems with the WebKit browser on Samsung/LG devices with

No debuggable processes in android studio when connected with phone which runs android 6.0

烈酒焚心 提交于 2019-12-04 23:36:56
everyone! I got so confused by android studio. when I plug in my phone to debug apps,logcat can detect my phone,but i can not choose process. It said "no debuggable processes",not common "no debuggable applications". My phone is samsung s5 (android 6.0),rooted. Any ideas? Thanks! You need to enable adb integration , just go to Tools --> Android -->Check Enable ADB Integration It was a default feature a few versions ago but now it's disabled by default I had a similar issue, when I was building an app, I could select the device in Logcat, but not the process. (same message, "No Debuggable