sony

Playstation Network API to get information?

冷暖自知 提交于 2020-05-23 08:44:28
问题 Is it possible to get a Playstation network API working on a site? I'm wanting to create a site where PSN users can join online competitions using their PSN name 回答1: There is a PHP wrapper for the PSN API. It is called psn-php by Tustin and is the only one I have found online that is actively maintained. Link to GitHub: https://github.com/Tustin/psn-php 来源: https://stackoverflow.com/questions/45455901/playstation-network-api-to-get-information

Sony SmartWatch2 : hooking back key

僤鯓⒐⒋嵵緔 提交于 2020-01-13 05:12:09
问题 In control extension for Sony SmartWatch2, I can receive back key through onKey, but how can I prevent extension from terminating? I want to hook back key to do some process, but pressing back key terminates extension. In SampleAdvancedControlExtension, it seems like it is blocking back button by starting new control, but I'm only using single control. public void onKey(int action, int keyCode, long timeStamp) { Log.v(SampleExtensionService.LOG_TAG, "onKey"); if (action == Control.Intents.KEY

How to detect STAMINA mode?

匆匆过客 提交于 2020-01-12 07:00:08
问题 Can you help me, how to programmatically detect STAMINA mode on Sony devices? I want to notify user that my app will not work properly if STAMINA is ON because it's blocking AlarmManager and device is not waked up when I want. 回答1: I would like to know this too. I guess a naive way would be to check when the app was actually last awakened by AlarmManager and compare it to when you expected it to run. Keep track of shutdown and boot events to know if the phone was off. 回答2: One way to handle

How should I do to start SmartWatch Extension from the program code?

混江龙づ霸主 提交于 2020-01-09 10:59:27
问题 I want to know the method of starting SmartWatch Extension from the program code. For instance, Intent etc. I registered the script language for SmartWatch in Google Play the other day. It divides into two programs, one is registered as SmartWatch Extension(BitmapCatcher), and another is registered as smart phone application (Luarida). The script starts from a smart phone. Here, I want to start BitmapCatcher at the same time as starting the script. The way is not understood though it is

Sony remote app on C#. stucked after trying liveview

一世执手 提交于 2020-01-07 02:32:06
问题 So here is my question. I am trying to use the sony remote camera API SDK as a guide for developing a simple program in Visual studio using C# and controlling a SDCQX-10. I tried to use the kz-remote app... but couldn't get around with it. So I decided to get it done by using network sockets. It was wonderful, at the beginning, but after a while I decided to give it a try to liveviewing... Then everything crashed. I mean, by everything, The camera stopped responding. I managed to get the

Launching the Xperia Z alarm clock

半世苍凉 提交于 2020-01-06 15:18:51
问题 I'm using this block of code to launch the default Alarm Clock when tapping on my clock widget. public Intent getAlarmPackage(Context context) { PackageManager packageManager = context.getPackageManager(); Intent AlarmClockIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER); String clockImpls[][] = { { "Standard Alarm", "com.android.alarmclock", "com.android.alarmclock.AlarmClock" }, { "HTC Alarm ClockDT", "com.htc.android.worldclock", "com.htc.android.worldclock

getSupportedFlashMode returning 403 error

99封情书 提交于 2020-01-06 14:59:10
问题 This is a question for Sony support, or anyone else who might know. I'm developing an Android app using the Sony Remote Camera API. The camera is the Sony RX-10, which isn't on the official list of supported devices but does work with basic functionality (zoom, take photo) and does return a list of supported API calls. Among the supported API calls are flash mode calls like setFlashMode and getSupportedFlashMode, but when I try calling them they return 403 errors, "Forbidden". (When I make

Format the SD Card in a Sony ILCE-QX1 camera via SDK

这一生的挚爱 提交于 2020-01-06 03:24:41
问题 I am trying to format the SD card in a Sony ILCE-QX1 camera. The SDK documentation does not provide a command to do this. I know it is possible because it can be done from the Sony PlayMemories application on iOS or Android. Does anyone know the command to do this? 来源: https://stackoverflow.com/questions/33311034/format-the-sd-card-in-a-sony-ilce-qx1-camera-via-sdk

Can't get heart rate data from google fit API with smartband 2

有些话、适合烂在心里 提交于 2020-01-05 10:34:52
问题 I'm trying to use google Fit API to get heartrate from sony smartband2. Problem is, I don't get any readings(i.e. onDataPoint method is not called). Heart Rate sensor is being found properly, whole code also is working properly if I try to look for step data. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); if (savedInstanceState != null) { authInProgress = savedInstanceState.getBoolean(AUTH_PENDING); } mApiClient

Sony SmartWatch 2 custom watch faces broken since firmware update

。_饼干妹妹 提交于 2020-01-02 04:48:05
问题 I know this is going to be a duplicate of this -> How to fix custom watch face time on Sony SmartWatch 2 after SW2 update But posting because the original question got closed due to reasons that are not clear to me. Background I have an app in Google Play ( https://play.google.com/store/apps/details?id=com.epix.smartextension.watchfaces ) which provides custom watch faces for Sony SmartWatch 2. It's been there in the store close to an year and was doing well. Problem Recently Sony rolled out