sony

Regarding Sony’s Lifelog API close down

99封情书 提交于 2019-12-24 06:59:16
问题 As, Sony’s Lifelog API was closed down at the end of May 2017. Does there exist any alternative for a developer, meanwhile? 回答1: Unfortunately there is not a publicly available SDK for accessing the data directly. 回答2: You should actually be able to use the Google Fit API to pull fitness data for your needs. You can even use it to pull heart rate data from the SmartBand 2. https://developers.google.com/fit/ 来源: https://stackoverflow.com/questions/44604451/regarding-sony-s-lifelog-api-close

Sony SmartWatch 3 (SWR50) no longer returns Sensor.TYPE_LINEAR_ACCELERATION

你说的曾经没有我的故事 提交于 2019-12-24 03:14:57
问题 I am writing an application which uses the Sensor.TYPE_LINEAR_ACCELERATION. mAccelerometer = mSensorManager.getDefaultSensor(Sensor.TYPE_LINEAR_ACCELERATION); This was working up until recently however each SensorEvent now returns a values float array containing: NaN, NaN, NaN. I have tried the same code on an LG watch and it is returning values as I would expect. The versions of software on the SWR50 are: Android Wear 1.1.1.1929530 Google Play services 7.5.71 (1955121-534) Android OS 5.1.1

Using Sony Camera API on AndroidWear

℡╲_俬逩灬. 提交于 2019-12-23 02:26:21
问题 I want to create an app that can start and stop recording from a Sony AS100VR camera using camera remote API. I can get the same working from my nexus using a direct Wifi connection, but when I establish a direct wifi connection from my Sony smartwatch, it fails at the SSDP detection stage. It's definitely connected to the camera, SSID over Wifi, but it can't detect it. I have tried playing with retries and timeout values, but I have sort of run out of ideas. it's falling into the catch catch

Is there an NFC API for the Sony SmartWatch 2?

风格不统一 提交于 2019-12-22 18:43:13
问题 We want to write an Android App for the Sony SmartWatch 2 which uses the device's NFC functionality to read and write NFC tags (such as Mifare or DESfire cards). NFC functionality is heavily promoted for the SmartWatch 2, however, I couldn't find any information on an open NFC API so far. My questions: Is there an open NFC API for the SmartWatch 2? If so, are there any restrictions on the mode of communication (Reader/Writer mode vs. P2P)? Where can I find related documentation? Thanks,

Is there an NFC API for the Sony SmartWatch 2?

百般思念 提交于 2019-12-22 18:43:08
问题 We want to write an Android App for the Sony SmartWatch 2 which uses the device's NFC functionality to read and write NFC tags (such as Mifare or DESfire cards). NFC functionality is heavily promoted for the SmartWatch 2, however, I couldn't find any information on an open NFC API so far. My questions: Is there an open NFC API for the SmartWatch 2? If so, are there any restrictions on the mode of communication (Reader/Writer mode vs. P2P)? Where can I find related documentation? Thanks,

There is something wrong with Sony QX1?

微笑、不失礼 提交于 2019-12-22 12:39:17
问题 I'm a user of the product Sony QX1 and recently there is something wrong. As known, there are two ways to set up connection between the camera and another device. The camera could set up a wifi connection like a hotspot, to which the other device could connect. And this just works pretty smoothly. The problem lies in the other mode when the camera and a PC or cellphone connect to the same wifi. According to the statements described in Camera Remote API, the function setCameraFunction is

Why isMultipleAdvertisementSupported() returns false, when getBluetoothLeAdvertiser returns an object?

人盡茶涼 提交于 2019-12-21 19:41:36
问题 I am trying to play with BLE transmission on my device. Here is the code I use and the output: // check BLE support Log.i(TAG, "BLE supported: " + getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)); // true // check BLE transmission support final BluetoothManager bluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE); BluetoothAdapter mBluetoothAdapter = bluetoothManager.getAdapter(); Log.i(TAG, "isMultipleAdvertisementSupported: " +

How to programmatically detect SONY - Stamina device energy profile is ON

試著忘記壹切 提交于 2019-12-21 09:14:21
问题 I want to notify user that my app will not work properly if he has SONY android phone with STAMINE energy profile ON. This profile is blocking AlarmManager and device is not waked up when I want. 回答1: Currently, there is no official way to detect if the STAMINA energy profile is selected. However, if there is enough community demand we may be able to open this up. 回答2: You could check it via Settings.Secure.getInt(contentResolver, "somc.stamina_mode", 0) == 1 Works at least on the Sony Xperia

Sony Bravia JavaScript API & Emulator

别来无恙 提交于 2019-12-21 07:35:54
问题 I recently purchased a Sony Bravia TV that comes with Internet capability built in. It supports a number of internet capable widgets and web video streaming apps for sites like youtube, twitter & various yahoo! offerings. I'd like to hack on the SDK, but the only version I can find is Japanese. Is there an English version of the SDK? Where can I find some tutorials/examples? Japanese SDK Documentation (English Layout & JavaScript API pdfs included) 回答1: Take a look at this specification https

What APIs do new Sony cameras support i.e. A9 (ILCE-9), A7r2 (ILCE-7rm2), A7m3 (ILCE-7m3)?

為{幸葍}努か 提交于 2019-12-20 14:12:00
问题 I looked into Sony's developer website (3 March 2018) and while the design is changed, the contents seem to lag behind. https://developer.sony.com/develop/cameras I do not see any details of the APIs of A9 and 3rd gen A7 cameras. I know these cameras have WiFi and indeed Bluetooth. They are inter-operable with the PlayMemories phone/tablet application. I also understand they removed the PlayMemories app support (the Android app support) from the cameras themselves. I wonder if they expose the