sony

sony smartwatch 2 click event not being raised

你。 提交于 2019-12-12 00:26:36
问题 I'm guessing this is just me doing something a bit dumb. I have a load of TextViews in my layout file which I'm using to create a number pad. They are 0-9 like this: <TextView android:id="@+id/pad_number_7" android:text="@string/pad_number_text_7" style="@style/pad_button" /> The pad_button style includes: <item name="android:clickable">true</item> Then in my ControlExtension class' constructor I am calling a method called wireUpButtons() with code like this: mLayout = parseLayout((

Can I access Lifelog APIs from my android application

爱⌒轻易说出口 提交于 2019-12-11 23:07:37
问题 When ever I tried to authorize my android application. But It gives me Unauthorized user error.. Can i access lifelog data on my android application using these lifelog REST API's? could some one suggest me the steps to configure my android app to read data from lifelog API's 回答1: What steps have you tried to retrieve data from the API? Are you following the instructions from the Lifelog Authorization page? https://developer.sony.com/develop/services/lifelog-api/authentication/ Some quick

Sony, Camera API, stack overflow, QX100, feature requests, responses,

别来无恙 提交于 2019-12-11 22:59:38
问题 I saw some articles here about Sony camera, their APIs and so on. Some people remaked that this is not a Sony Support Site, so yes thats true, but not! At least if you look at the Sony Developer site, Sony is pointing to Stack Overflow for Developer support! https://developer.sony.com/2014/11/25/get-support-from-sonys-engineers-on-stack-overflow/ From the postings I saw here the issue is that they do not seem to be very active. :( Others here in the forum suggested to call the Sony support, I

Retrieve video files - Sony remote camera API

流过昼夜 提交于 2019-12-11 19:36:36
问题 In the Sony remote camera API, it is possible to take a photo and retrieve it from a given URL. It is also possible to record a video to the camera (see the Sony developer pages at http://developer.sony.com/develop/cameras/ for how). Is it possible to retrieve that video from the camera after it has been recorded? See this question on the Sony Developer forums. The current PlayMemories Mobile allows you to transfer the files from the camera, however I do not see any API command to retrieve

how to show a screen if sony smartwatch is locked

牧云@^-^@ 提交于 2019-12-11 16:23:51
问题 How to show a screen in sony smartwatch 2 when screen is locked like we does with a call application. even if the screen is locked when we receive a call it shows upfront. I am able to show this when my app is open through a control api. but when my app is not open and some event happen in my mobile app i have to show the same in smart watch as well. I think we can do this with tunnel service but i dont know how. Pls help 回答1: To start a ControlExtension on SmartWatch2, there is a

Sony Xperia Z density seems odd to me, will my app work fine on it?

心已入冬 提交于 2019-12-11 14:47:56
问题 I'm developing an app for school project. My professor has Sony Xperia Z and will be testing my app on it, so I'm trying to make sure that my app will work most perfectly on Sony Xperia Z. I have set up a Sony Xperia Z AVD in Eclipse and the results are really odd to be honest. This is how the app layout looks on most devices: And this is how it looks like when I run it on Sony Xperia Z emulator: I did some research and Sony Xperia Z really does have a lot smaller density than the other

Sony Smart Watch 2: How to prevent CLICK_TYPE_SHORT from being called after button long click?

微笑、不失礼 提交于 2019-12-11 10:27:01
问题 I use a ControlExtension for Sony SmartWatch 2 and I have a click-handler: @Override public void onObjectClick(final ControlObjectClickEvent event) { switch (event.getClickType()) { case Control.Intents.CLICK_TYPE_LONG: Log.i("onObjectClick", "long press"); break; case Control.Intents.CLICK_TYPE_SHORT: Log.i("onObjectClick", "press"); break; } } When I click on the button, I get press in my LogCat as expected. When I hold the button I get long press (just as I want it). But when I release the

v1.4.51 of Sony SmartWatch 2 app breaks Low Power Mode

£可爱£侵袭症+ 提交于 2019-12-11 08:46:36
问题 The Sony SmartWatch 2 interface app on Android received an update to version 1.4.51 on 22 Apr 2014, and it seems to have broken Low-Power Mode (LPM) for third-party apps. At the least, I have an app which was using LPM fine before the update, and it no longer works (the watch returns to its default watchface when the backlight goes off). My code hasn't changed, and there's nothing in logcat to indicate a problem. Further confirming that it's not my app, I've noticed that the same problem is

How to use Sensor API without ControlExtension?

隐身守侯 提交于 2019-12-11 08:05:08
问题 I am trying to make an app for the Smartwatch 2 that listens to the watch's accelerometer sensor and sends the values to another app running on the phone. Basically, its always listening to the accelerometer, whether the user is using the watch or not. As such, I'd like to do this using only the ExtensionService, and possibly the Notification API in the future to send the watch alerts based on the accelerometer. The problem is, I can't figure out how to properly add and listen to the Sensors

How to wake up by bluetooth a device in bluetooth stand by (like the avr Sony STR-DN1080)

北城以北 提交于 2019-12-11 07:48:24
问题 I'm trying to understand how my AVR STR-DN1080 can be woken up by bluetooth using a raspberry pi instead of my android phone. Let me explain: - My AVR Sony STR-DN1080 can go into bluetooth stand-by mode. In such case, I can use my android phone, search among the paired devices, find my "STR DN1080 XXXX" device, simply click on it and the phone starts doing something and after few seconds, my AVR wakes up and switches on. - so I thought I could use my Raspberry PI 3B + to use its bluetooth and