samsung-galaxy

Samsung system image for Android emulator?

 ̄綄美尐妖づ 提交于 2019-12-23 09:49:29
问题 Is there any way to get the Android emulator to run a system image other than vanilla Android? I'm developing an app that works fine on the emulator, a physical Huawei device and a physical Motorola device, but experiences some weird issues on a Samsung Galaxy S7. Since I don't have physical access to a Galaxy S7, is there any way to run an emulator that actually runs the Samsung official ROM? Note that I'm not talking about an emulator skin, I'm talking about the actual system image. 回答1:

Large layout affects Galaxy Note

旧巷老猫 提交于 2019-12-22 17:57:15
问题 I want my app to have a specific layout for Android tablets and another for mobiles. In order to do this, I have created two layout files in two folders, like this: layout/main.xml and layout-large/main.xml I want the small layout to be applied to Galaxy Note. However, the large layout is applied (which is normal, since its resolution qualifies it as large screen). Since this layout does not fit well to Galaxy Note's screen size, is there a way to apply the 'normal' layout to Galaxy Note? 回答1

Photo rotated from camera (SAMSUNG device)

女生的网名这么多〃 提交于 2019-12-22 06:03:07
问题 i hate this company. All them devices have a lot of bugs. Ok question : Im trying to fix stupid problem (which as i know exist more than 5 years) Its photo taken from camera - rotated on 90 degree. I have two devices : Nexus 5p and Samsung j2 Nexus - work perfect. Everything fine. Samsung - photo rotated For example : Photo size - nexus : Portrate : width 1000, height 1900. Landscape : width 1900 , height 1000 Lets see on samsung device : Photo size - Portrate: width 1900(?????) height - 1000

Photo rotated from camera (SAMSUNG device)

时间秒杀一切 提交于 2019-12-22 06:01:28
问题 i hate this company. All them devices have a lot of bugs. Ok question : Im trying to fix stupid problem (which as i know exist more than 5 years) Its photo taken from camera - rotated on 90 degree. I have two devices : Nexus 5p and Samsung j2 Nexus - work perfect. Everything fine. Samsung - photo rotated For example : Photo size - nexus : Portrate : width 1000, height 1900. Landscape : width 1900 , height 1000 Lets see on samsung device : Photo size - Portrate: width 1900(?????) height - 1000

Oreo, BLE scanner startScan with PendingIntent not working on Samsung device

做~自己de王妃 提交于 2019-12-21 03:01:40
问题 I am trying to scan for beacons using startScan(filters, settings, callbackIntent). I have an implementation that works fine for Sony Xperia XZ, and Nexus 5X. The only other device with Android O I have available is a Samsung Galaxy S8, and what works for the other devices produce nothing on the Samsung. (The bluetooth scan is really imbedded in a library module, but even when creating a dummy app the samsung fails, so I'll use that in this example). I have removed the filter and the settings

No devices detected when remote debugging in Chrome Developer Tools from Windows 7 Enterprise to Samsung Galaxy Tab A

﹥>﹥吖頭↗ 提交于 2019-12-18 13:31:41
问题 I am having problems with a web application on Chrome in Samsung Galaxy Tab A. I want to troubleshoot them with Chrome's Developer Tools . On tablets you do not have access to Chrome's Developer Tools , so you need to set up Remote Debugging . The process, according to Google's official documentation, should essentially be: 1) Install the required driver on the PC so the tablet can be recognised. 2) Connect the tablet to the PC via USB cable. 2) On PC, go to Chrome > Developer Tools > Menu >

Samsung Open Source for Android, its usage?

拈花ヽ惹草 提交于 2019-12-13 01:54:02
问题 I downloaded android device open source from Samsung OSRC. It was composed with Platform.tar.gz and Kernel.tar.gz It seems to do with building AOSP, found mk files. I'm curious whether it can be used(directly or indirectly) to build newer android version for device and whether I have to build new kernel based on this files. Thank you. 回答1: If you want to build for a newer Android version, you do not need to build another kernel. Just use the kernel provided by Samsung for your device (or the

Samsung Messages app won't deep link into my app

心已入冬 提交于 2019-12-11 04:33:43
问题 I have an app that has the ability to be launched whenever I receive an SMS with a certain format, it works correctly when using the Android stock Messages app but, when testing on a Samsung device using their Messages app and clicking a link, it won't launch my app but instead try and open the link inside the Messages app, current implementation on AndroidManifest.xml <activity android:name="com.example.SMSInterceptor" android:configChanges="keyboardHidden|orientation|screenSize"> <intent

Newer Samsung devices can't display webpages in their built-in SMS app [closed]

喜你入骨 提交于 2019-12-04 23:56:42
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . When I open an URL (say https://www.google.com) in a SMS in Samsung's built-in Messages app, it's opened in the in-app browser, where a blank page is immediately displayed, and stays blank instead of displaying the website. Is this a known Samsung/Android bug? Is there a known workaround? To reproduce: Receive

Oreo, BLE scanner startScan with PendingIntent not working on Samsung device

北慕城南 提交于 2019-12-03 09:11:18
I am trying to scan for beacons using startScan(filters, settings, callbackIntent) . I have an implementation that works fine for Sony Xperia XZ, and Nexus 5X. The only other device with Android O I have available is a Samsung Galaxy S8, and what works for the other devices produce nothing on the Samsung. (The bluetooth scan is really imbedded in a library module, but even when creating a dummy app the samsung fails, so I'll use that in this example). I have removed the filter and the settings used for startScan since the scan doesn't work without them anyway and these are optional.