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 SmartWatch widget only or widget and control extension?

As part of the free SmartWatch promotion I got a watch from Sony and have published an app for it. It is called SoundCheck and is found through the LiveWare Manager on the Google Play Market. A customer recently sent email for support. They…
Beth Mezias
  • 270
  • 3
  • 13
0
votes
1 answer

Shared preferences don't take effect until Preferences clicked

I'm writing an app for the Sony Smartwatch, using their SDK. Here's part of the main activity: class SmartTickerActivity extends ControlExtension { private Handler mHandler; SmartTickerActivity(final String hostAppPackageName, final Context…
0
votes
1 answer

Loading Map crashes on few devices

I have a listview and onItemSelected, will call an Activity to get user location (his current lat and lng), this activity has no layout, then this activity automatically calls another activity which gets lat and lng of the item selected from the…
Archie.bpgc
  • 23,812
  • 38
  • 150
  • 226
0
votes
2 answers

Sony SmartWatch - How to pass data to control extension?

If I would like to pass some data (via bundle or something else) to my control extension with CONTROL_START_REQUEST_INTENT action, what I can do? I don't see any Intent or Bundle object being passed to the constructor of ControlExtension class.
Sam Lu
  • 3,448
  • 1
  • 27
  • 39
0
votes
3 answers

Sony Ericsson SDK on Eclipse?

I need to get the Sony ericsson sdk from their website on my eclipse so I can continue with my app to control the LEDs for the Xperia S device. I downloaded the SDK and have installed it successfully , but I still cant import anything on my Eclipse…
GeeCode
  • 21
  • 2
  • 10
0
votes
1 answer

Can I use AIR to create Sony LiveView™ plugins?

I'm interested in creating a plugin for use on my LiveView™ but I am not acquainted with Java with regards to developing for the Android platform. However, I have no problems getting by with As3 / AIR. So my question is, is it possible to create…
Propeller
  • 2,465
  • 6
  • 35
  • 49
0
votes
1 answer

Where can I get the device profile for Xperia Active so that I can use it within Flash Builder?

Where can I get the device profile for Xperia Active so that I can emulate it within Flash Builder? Can anyone point me to where I can download it? I'm not sure if this question should be here but I took my chances anyway since it's still related to…
Propeller
  • 2,465
  • 6
  • 35
  • 49
0
votes
3 answers

How can I detect in my app if the device it's running on is Sony Xperia Play?

Should I check android.os.Build.PRODUCT or android.os.Build.DEVICE for a particular value? Will this value be the same on all firmware versions? Or is there some other way?
dop2000
  • 577
  • 1
  • 7
  • 17
-1
votes
3 answers

wapsite on Sony ericcson P1i

On the sony ericcson p1i the Wapsite is not opening properly? On rest all it is working fine. Is it a browser featue or a problem at our end. Please suggest a solution.
vivek
  • 47
  • 1
  • 5
-1
votes
1 answer

Sony STR-DN1080 how to wake up from network?

How can we wake-up from network (from phone application or from home network automation system) the STR-DN1080 ? It seems such feature is possible in the USA and Canada, but that it's disabled in Europe : I see in FAQs that, in Network Settings,…
ricorico94
  • 31
  • 2
-1
votes
1 answer

Sony Remote Control API for C# Windows Application

I am trying to create a Windows Application using Sony Remote Control API. Can Anyone help with related Tutorial?
Vikas Sharma
  • 91
  • 1
  • 1
  • 5
-1
votes
1 answer

Where find more resources on Xperia Touch projector API?

I want to develop app for this: https://www.sonymobile.com/global-en/products/smart-products/xperia-touch/#gref Has anyone developed an app for this? There is no public API, but Sony claims that it has "full access to Android APIs, it is also…
mandi
  • 1
  • 1
-1
votes
2 answers

"sony theme-creator-v1_5_0" isn't installing

every time I'm trying to install the application shows me the same error. The error message is "Failed to increase memory of application. Application performance may suffer as result. Cause: java.lang.RuntimeException: JVM exit code: 0"
-1
votes
1 answer

SDK or API support for Sony RX0

I'm hoping to develop custom photo booth software that will work with the upcoming Sony RX0. Are there any development tools that will work with the RX0 camera at launch?
Kirk Davis
  • 21
  • 2
-1
votes
1 answer

Using TouchAFPosition with Sony a6500 Camera

I am trying to use setTouchAFPosition with Sony Camera Remote API version 2.40 and a a6500 Camera. I am able to get the Liveview and actTakePicture to work but any time I call "setTouchAFPosition" I keep getting "Not Available Now". Has anyone been…
Rno
  • 1