Questions tagged [sony]

Sony is an electronics and media company. Only programming questions about Sony's APIs and SDKs are on topic. This tag should not be used for customer/product support.

Sony commercializes a variety of products such as audio players, TVs, gaming consoles, digital cameras and smartphones.

Note that Sony has no relationship with StackOverflow.

Official developer website

Sony Developer World general Sony developer resources.
Sony Developer World Mobile for mobile, tablets and smart watches.

Sony SDKs

Sony Add-on SDK (for mobile, tablet and smartwatch)
Sony Camera Remote API (for Sony digital cameras)
Sony Google TV Add-on SDK (for Sony Google TV devices)
Sony SmartEyeglass SDK (for Sony SmartEyeglass)
Lifelog API (for Lifelog)

Tutorials & Sample Apps

Mobile, Tablet and Smartwatch sample apps
Camera Remote API tutorials
Google TV tutorials

784 questions
0
votes
1 answer

Sony SmartWatch2 date error

I made some watchfaces for sony smartwatch 2 and I've got many reports that the date is showing "zero" instead of real date. as somebody there gave this report: http://forum.xda-developers.com/showpost.php?p=53974927&postcount=49 I found that I've…
Naheel
  • 497
  • 3
  • 13
0
votes
2 answers

Where do I get the shared library " com.sony.smallapp.framework" from?

I strarted developing an app that uses Sony Smartwatch 2 as an "secondary screen". Therefore I had a look to the sample apps that come with Sonys Add-on SDK 3.0 but I dint not get all of them to work because shared library "…
0
votes
2 answers

Controlling state of Sony Camera qx100 (turning on, off) programmatically?

I would like to know if it is possible to turn on the sony camera dsc-qx100 (or qx10) programmatically or if it is mandatory to turn it on manually ? Also, is it possible to control the period before the camera turns off ? My idea is to be able to…
0
votes
1 answer

pass data from app to control extension (smartwatch)

I would like to send some data (string) from Android application to my Smartwatch extension. I create an Intent in my Main Activity and send it using startService(). From that I understand, I have to override onStartCommand() in a class that…
user2202087
  • 49
  • 1
  • 1
  • 8
0
votes
1 answer

Textview with clickable links in Sony small apps

I have a textview in my sony small app with following attributes set android:autoLink="web|email|phone" android:linksClickable="true" But when I run the app, and click on any phone number in the textview, i get an exception say E/MessageQueue-JNI﹕…
0
votes
2 answers

getSupportedFlashMode returning 403 error

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…
SkippyFlipjack
  • 512
  • 2
  • 6
  • 19
0
votes
1 answer

Communication smartphone/smartwatch

I want to create a simple app : on my smartphone there is a button and when it's clicked, I want that the smartwatch vibrate. My question is what system do I have to implement for such thing. I don't really understand the different communication…
user2202087
  • 49
  • 1
  • 1
  • 8
0
votes
1 answer

Minimize Keyboard Button not recognized as Back Button

Using log.d and a function as : @Override public void onBackPressed(){ Log.d("back","back"); } } It seems, the button to minimize the keyboard is not recognized as the back button. Is there a workaround to find a keyID for this button, or…
0
votes
1 answer

Augmented Reality app for SONY Xperia Z2

We are building one Camera App especially for Sony Xperia Z2 and it’s going to be AR Camera app. below is the key features of the same. "Need to allow selection of image and detect human once camera is open. User can adjust, rotate, and resize that…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
0
votes
1 answer

Launch Notification type extension in Sony Smartwatch2

Using Control.Intents.CONTROL_START_REQUEST_INTENT, I can start other control type extension from my app, but I can't launch extension with Notification type. Is there a way to launch extension which is Notification type?
NeFa
  • 35
  • 5
0
votes
4 answers

Camera Remote API beta SDK: How to synchronize multiple DSC QX 100 cameras

Can we control multiple DSC-QX100 cameras using the Camera Remote API SDK from an iPad OS7? The objective is to cause multiple cameras to "snap" picture at the exact same time. Perhaps each camera has an address (serial number)...can the software…
0
votes
1 answer

How should I integrate Sony Camera Add-on API with my application?

I am developing an application that should only run in sony xperia z2. I have gone through all this API but could not find any good solution for it. It's fine to understand for theory but not for practicality. I have already been downloaded sony SDK…
Ravi
  • 1
0
votes
0 answers

Is there an option to flashing/restore Filesystem for Smartwatch 2 (SW2) using SUS

I have managed to as well as several other people to have damaged my SmartWatch 2 (SW2) file system. The Unit boots but soon shows ‘FLASH FS’ issue on their devices. I have read back on other forums dated back to Jan/Feb ’14 that a possible…
user3714509
  • 1
  • 1
  • 2
0
votes
0 answers

Develop Google Map for Sony Small App

does sony small app support for android google map? i have the below error when i try to run a simple map for small app. could that be the "getFragmentManager()" only support activity and sony small app is running "service class" and not "activity…
AstonCheah
  • 246
  • 3
  • 7
0
votes
1 answer

custom layout when sony smart watch 2 is locked(watchfaces)

I am working on android app. Now when the app get notification my sony smart watch 2 also get notified of that.But now i wanted to have full screen notification when app is locked similar like this app. This app show custom ui when app is locked. So…