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

Send data from Android application to SmartWatch extension

I just started to look into the SDK for SmartWatch, if I look in the example source all the code relates to the SmartWatch itself. But how do one interact from an Android app? Is there a code example here? How can I send data from my Android…
powder366
  • 4,351
  • 7
  • 47
  • 79
0
votes
0 answers

How do can I detect that the Small app is active?

How do can I detect that the Small app is active? Mini app package name com.sony.nfx.app.plusone.calculator Is. In getRunningTasks, I believe you can get a list of apps that you have started. However, the mini-app is not subject to. In…
Tsurumaru Makoto
  • 229
  • 6
  • 20
0
votes
1 answer

Android phones reporting invalid vendor/model in Bluetooth Device ID Profile and/or EIR

Working on an application that involves discovery of smartphones over Bluetooth I found out that many Android-based devices report back an invalid device ID. Some background: There is a Bluetooth Profile/Service called Device ID (UUID 0x1200) that…
Mart
  • 135
  • 1
  • 10
0
votes
1 answer

SmartWatch and Smart Wireless Headset Pro app on the market

I extended my SmartWatch app to work also on the Smart Wireless Headset Pro. In the developer documentation I read that the SmartWatch apps on Google Play should have a description that ends with: LiveWare™ extension for SmartWatch, while the Smart…
Eir
  • 1,003
  • 9
  • 24
0
votes
2 answers

Controlling the illumination bar on an Xperia U

I would like to control the "Illumination Bar" of my XperiaU. I would like my application to change the bar's color and intensity. Is this possible?
DkBlake
  • 5
  • 3
0
votes
2 answers

Different display of SmartWatch control screen

My app presents a simple screen of the numbers 1-9, in a simple grid of 3x3. You can see how this looks on my SmartWatch here: https://www.youtube.com/watch?v=ijh5EOTTR-w Now, that is all correct. The problem is that a user reported very different…
Eir
  • 1,003
  • 9
  • 24
0
votes
1 answer

LiveView plugin template creates lots of errors?

I'm trying to get the LiveView plugin template to work but upon import of the project into Eclipse, I already have 13 errors and 2 warnings. I have already downloaded SDK for Android 1.6 which I believe is what it requires. The errors are as…
Propeller
  • 2,465
  • 6
  • 35
  • 49
0
votes
1 answer

SmartWirelessHeadset Pro Icon

(I've created an Android/Extension app for Sony SmartWatch and now I'm adding support for Sony Smart Wireless Headset Pro as well.) My problem is that the Black & White PNG icon for the Extension is displayed incorrectly (looks like it's corrupted…
Peter
  • 1,006
  • 7
  • 15
0
votes
0 answers

Xperia S Responsive Design

I cannot make a website responsive on Xperia S. Because of command line : meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0" Everything is zoomed and moved to the left, when on other mobiles it looks good.…
0
votes
2 answers

Sony Xperia U android resolution issues

As Sony Xperia U's resolution is 480 * 854 (280ppi) it should take images from high density folder(drawable-hdpi) but its taking images from extra high folder(drawable-xhdpi) and not scaling properly.We are not having actual device for testing so…
Hardi Shah
  • 133
  • 1
  • 11
0
votes
2 answers

SmartWatch Call Handling (start an extension from another extension)

Is there a way that I start Sony's "Call handling" extension, from my own extension which triggers the call? To make myself clear, I just want to: 1) Programatically close (shut down) my extension and 2) Programatically open the "Call handling"…
Eir
  • 1,003
  • 9
  • 24
0
votes
1 answer

Sony Smartwatch widget refresh

I have a Problem with my Sony SmartWatch App. I've developed a widget with control, but after the App is installed by users on the device the scheduled refresh task of the widget starts automatically. This means the refresh task is running all the…
user980175
  • 21
  • 1
  • 4
0
votes
1 answer

Using a Sony ActiveX / OCX Control in a Windows Form - works in design time, not in debug/run

Visual Studio 2010 pro, .NET 4.0 w/ SP1. Windows 7 64-bit OS, w/SP1. x86 target application. Sony SNC-RZ50n network camera. Using a Sony ActiveX control, I am able to view the video feed from an attached (directly to my PC via crossover ethernet…
0
votes
0 answers

Android List Adapter Issue on SonyTV

This only happens on SonyTV box. Here is a screen shot: The first 2 items have a corner issue. I removed the code that might have caused this with an image set to visible or invisible depending on the condition. @Override public View…
taraloca
  • 9,077
  • 9
  • 44
  • 77
0
votes
1 answer

Sony SmartWatch Game Loop example

Has anyone got a decent example of a game loop for the Sony SmartWatch? The 8 game sample is quite confusing...
68060
  • 298
  • 1
  • 3
  • 15