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

Sony SmartWatch Control Extension, displaying a view from my App

I would like to display the output (a bitmap) of my existing App XYZ on my Smartwatch. I understand, that the Control API is the way to go, but the existing examples from the Sony SDK and the OpenSource projects (8Game and MusicPlayer) aren't clear…
0
votes
1 answer

Sony SmartWatch - Widget window

Starting to develop an app these days, i'm stuck trying to open a "window" when the screen is touched in the widget. In Code Examples (sdk), we can see this in the Event Widget, when you click in the screen, a "window" is opened, and you can see the…
Otuyh
  • 2,384
  • 5
  • 22
  • 40
0
votes
1 answer

AOSP: Mobile Network for Sony XPERIA Tablet Z

I've successfully compiled the AOSP 4.3 for the Sony xperia tablet z with LTE (SGP321). Unfortunately, the mobile network is not enabled. I assume some more libraries are needed. Any Hints? Regards Olli
0
votes
4 answers

developing sony small apps on intellij idea?

I am a beginner at android, however I have tried developing simple android apps using IntelliJ idea. But when I tried developing sony small apps in IntelliJ idea, it does not work. When I try to run the application it say MainActivity is not a type…
0
votes
2 answers

Launching the Xperia Z alarm clock

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…
Leebeedev
  • 2,126
  • 22
  • 31
0
votes
3 answers

How do I change icon for a Sony Small App?

So I've made an app that runs perfectly. The Icon is prepared. Only problem is changing the icon for the small app. Currently it is the standard green robot. I've tried searching Sonys developer pages and checked the docs. Nothing. My current…
Agnfolie
  • 21
  • 3
0
votes
1 answer

Sony xperia sola's compat wireless drivers location

Where are the compat wireless drivers located at my phone? (xperia sola ICS - 6.1.1.B.1.54). When I search for .ko files, all I find are some drivers for other modules of the phone, I can't find nowhere compat wireless drivers (eg cfg80211.ko,…
michaelg9
  • 85
  • 2
  • 10
0
votes
2 answers

How can i get control over the Music lights in Sony walkman?

I am planning to write code so that i can use the Music light at the top of my phone as the notification light. I would like to know how can i get the hardware id or control over the Music light.
Ajith M A
  • 3,838
  • 3
  • 32
  • 55
0
votes
2 answers

SmartWatch hacking, moving forward

I've used the Keolabs Ride7 to produce an intel hex as well as a binary file of some basic code for the STM32F205RG. dfu-utils works as well (I'm able to program the smartwatch with the original firmware). However, given the binary/hex files I've…
0
votes
3 answers

Does Sony Smartwatch USB connector support OTG?

I'm searching for any way to get a hardware signal into the Sony Smartwatch. I see from this question in another…
emrys57
  • 6,679
  • 3
  • 39
  • 49
0
votes
2 answers

Google Play shows Sony Tablet S as incompatible for my app

I have an application live in Google Play for more than a year and recently a user reported that he has a Sony Tablet S and Google Play shows him that my app is not compatible with this device. I read through many threads in stackoverflow regarding…
saj-and
  • 479
  • 2
  • 9
  • 20
0
votes
1 answer

Sony SmartWatch crash reports

I have a number of smartwatch apps. They all behaive as expected for me but I am getting intermittent crash reports from ACRA in the smartwatch library code. No reference to anything in my code so I don't know if there is anything I can do about…
Ifor
  • 2,825
  • 1
  • 22
  • 25
0
votes
0 answers

SmartWatch extension stops when installing screen mode = SCREEN_STATE_OFF

When I call ControlExtention#setScreenState(Control.Intents.SCREEN_STATE_OFF) control was paused after one minute. Thus there is a communication gap SmartWatch with the phone for a short time. I solved this problem by restarting the expansion every…
0
votes
3 answers

R cannot be resolved (Another)

Well - it would seem over the past several days, I've read almost every threat here about the subject, but none have worked! I've just started to develop a new app and as soon as the project was created, the error appear. As a last resort only,…
UKPixie
  • 151
  • 1
  • 2
  • 7
0
votes
1 answer

Xperia Z full screen camera preview?

I am coding an app for android which uses SurfaceView class to realize camera preview, which works well on Nexus Galaxy and Desire HD The surface view layout width/height attribute is match_parent But I encountered a problem: On SONY Xperia Z ,…
petitchamp
  • 55
  • 7