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
0 answers

Sony SmartWatch - show a view over the Gallery on the

While playing around with the Gallery I've got another question (this probably should be simpler). I'm trying to show a view, lying in front of the Gallery, probably hiding it partially. Like a message dialog (Toast). In order to do so, I'm using a…
Oleg Skr
  • 386
  • 2
  • 9
0
votes
1 answer

Notification Extension

I have just started to create notification for my extension. The first thing I do is try to see from sample notification extension. As I run it, I saw in events is like this: http://s14.postimg.org/yzh8z78ht/SC20131014_084520.jpg I saw from Sony…
eng
  • 83
  • 1
  • 9
0
votes
3 answers

sony smart extension scrollable textview

i'm trying the sonys add-on SDK 2.0 for sony smartwatch 2. I will develop some kinde of Messageviewer. Like the existing gmail App. It should show a list with messages (simple text, subject) and by selecting any item should be shown content viewer…
0
votes
2 answers

Sony SBH50 SDK Control API

I have an SBH50 from Sony this one, http://www.sonymobile.com/global-en/products/accessories/stereo-bluetooth-headset-sbh50/, (not the MW1). I've been wasting time trying to make work the sample control app which sony provides in the Add On SDK. I…
Diego Sucaria
  • 314
  • 2
  • 12
0
votes
1 answer

Sony Smartwatch Widget icon in wrong position

I am setting the icon for my apps widget as part of getSourceRegistrationConfiguration: String iconSource1 = ExtensionUtils.getUriString(mContext, R.drawable.watchwidgeticon); sourceValues.put(Notification.SourceColumns.ICON_URI_1,…
BlackSpy
  • 5,563
  • 5
  • 29
  • 38
0
votes
1 answer

Sony: SampleNotificationExtension: Sample app throwing exceptions

I'm attempting to send notifications to Sony LiveWare devices I've installed: com.sonyericsson.extras.liveware.extension.notificationsample, but I get errors and exceptions while trying to run it: Load the preference activity onto the device Check…
0
votes
1 answer

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

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…
Guy
  • 6,414
  • 19
  • 66
  • 136
0
votes
1 answer

Sony Smartwatch Version 1 SDK manual install

Can anyone tell me where I can get the manual install files for the Sony SmartWatch version 1 SDK? When I try off the official site it only gives me version 2. Thanks in advance. P.S. Using the Android SDK manager seems to result in missing files -…
BlackSpy
  • 5,563
  • 5
  • 29
  • 38
0
votes
2 answers

Set value in ControlExtension in Smartwatch

I have question for receive value in smartwatch. Currently I follow this steps from this question Actually,the person who ask it has the answer how to do that, but since my reputation for comment is not enough, so I can't ask question by comment in…
eng
  • 83
  • 1
  • 9
0
votes
1 answer

Display a notification on Smart watch when I get a push notification on my android phone

I am trying to create an app for Sony Smart Watch which will notify the user on his watch whenever he gets a notification on his android phone. Whenever my phone gets a notification , I need to check whether it is for my app , If yes then call my…
0
votes
2 answers

Start a control extension on the smart watch from my main app's Activity. Also display a text on the watch which is sent from the activity

I am new to Sony Smartwatch development. I am facing some issues while creating a demo Sony Smart watch app. I have an EditText and a Button in my activity . When I click on the Button , the string in the EditText should be sent to the smart watch…
Nirav Sanghvi
  • 408
  • 3
  • 14
0
votes
1 answer

Stuck at building Sony flashtool using source from github (unable to find winjre.zip)

I am using Sony Xperia L, so was trying to test flashing stock rom without unblocking bootloader. Thus, Flashtool was needed whose source is present at this link:https://github.com/Androxyde/Flashtool I opened the project in Eclipse and started…
Dr. Xperience
  • 475
  • 1
  • 5
  • 18
0
votes
0 answers

Sony Xperia isn't able to be in NFC target role with Android V4.1.2

I am working with a NFC reader and several NFC phones to establish a NFC P2P connection in passive mode. The NFC reader is always in initiator role while the NFC phones are always in target role. I am using a Sony Xperia (LT26i) amongst others,…
0
votes
3 answers

How to send value from host app to smartextension?

I have question for using intent from host app to smart extension. I have Class ActivityReceiver inside hostapp package com.PrinterStatus.AppLab; import java.util.ArrayList; import android.app.Activity; import…
Carlos
  • 59
  • 1
  • 6
0
votes
2 answers

how to emulate Sony Xperia ZL (model c6506) in eclipse?

I built a voip app and a stranger said the audio isn't playing on the Sony Xperia ZL (model c6506). The microphone works though. So taht means the Sony Xperia ZL user can speak and the other party can listen, but the Sony Xperia ZL user can't hear…
John
  • 32,403
  • 80
  • 251
  • 422