Questions tagged [sony-xperia]

Sony Xperia is the family of Sony smartphones and tablets. The line has been manufactured since 2008 and currently accounts for more than half of the company's mobile phone sales. The name Xperia is derived from the word "experience", and was first used in the Xperia X1 tagline, "I (Sony Ericsson) Xperia the best".

Sony Xperia is the family of Sony smartphones and tablets. The line has been manufactured since 2008 and currently accounts for more than half of the company's mobile phone sales. The name Xperia is derived from the word "experience", and was first used in the Xperia X1 tagline, "I (Sony Ericsson) Xperia the best".

The Xperia X1 was the first phone to be released in the Xperia range. Released in 2008, it featured a high resolution display (~311 ppi pixel density) and it was intended to fill the widening gap of smartphones as other competitors were producing high-end smartphone devices such as HTC and Apple. The X2 was released in the following year, which included an 8.1 MP camera and included Wifi and GPS. By this time there was a clear shift towards the smartphone end of the spectrum. An exception was the Xperia Pureness, a translucent phone without camera that was sold by selected retailers in selected cities.

The X10 was released at the start of 2010, it was the first in the Xperia line to feature the Android operating system, where previous models ran on the Windows Mobile OS. The phone was praised on its design, but its downfall was the outdated version of Android which was 1.6 at a time when competitors were on 2.1. There was a great delay in the update of the firmware, due to the heavily skinned OS, as well as Timescape and Mediascape which needed to be reprogrammed every time an update was made. The phone also lacked pinch to zoom, but this was added later as well as HD video recording. The X10 Mini and the X10 Mini Pro were, as the name suggests, miniature versions of the X10. These were welcomed with good response and proved to be very popular as there were no other smartphones on the market at that time which were as small as the two.

Source: Wikipedia (Sony Xperia)

Links

168 questions
0
votes
0 answers

Acquire position on Sony Xperia (Android 5.1.1) gets timeout expired

I am trying to acquire the position with WL.Device.Geo.acquirePosition and sometimes I get the Timeout expired error especially on Sony Xperia (Android 5.1.1 - WebView 43.0.2357.121). WL.Device.Geo.acquirePosition(successFunc, failFunc,{ …
Eusebiu Marcu
  • 320
  • 1
  • 10
0
votes
1 answer

Sony device has different kernel config than source. Why?

I tried to build simple kernel module (using source downloaded from developer.sonymobile.com) but after compiling i can't insmod it: Unknown symbol __gnu_mcount_nc so i founded a solution and I wrote another module using assembler and I exported…
krystian71115
  • 1,927
  • 17
  • 36
0
votes
0 answers

BroadcastReceiver Phone State change not working on Sony Xperia Z5 Android 6.0

I have been trying to run an app that would listen to phone_state calls. However it does not seem to do it. Either it does, but it takes along time to finally listen, or it does not listen at all. This has been bugging me the whole time since it…
0
votes
1 answer

MediaPlayer setLooping(true) freezing my phone

I want to loop a music in my app so I use the following code: mediaPlayer = MediaPlayer.create(this, R.raw.music); mediaPlayer.setVolume(8f, 8f); mediaPlayer.start(); mediaPlayer.setLooping(true); I've try to start and then setLooping, the problem…
sypotu
  • 11
  • 6
0
votes
1 answer

Sony D2203 and google cardboard

I have a sony xperia E3 (D2203) I can build the demo for google cardboard and load the apk in the phone. When I open it it does starts, I see a menu with [reset] [recenter] [VR mode] But the movement tracking is not working. There is also a settings…
javirs
  • 1,049
  • 26
  • 52
0
votes
2 answers

Find out if ImageView will respect orientation

I build a "gallery" application. I have an issue with the orientation of images. I've created the images (camera) and believe that have set the orientation correctly. It can be shown in the built-in gallery and on my application on various…
Oren
  • 976
  • 9
  • 23
0
votes
1 answer

No sound from SoundPool on Sony Xperia Z3

I'm working on an Android app that plays sounds at regular intervals. I'm using the SoundPool class for this, and call the method play. In the emulator it works just fine with a virtual Nexus 5 (API 18 & API 22). It also works for mobiles I've tried…
0
votes
1 answer

Missing Intent on real device when is used

Ok, this question has been asked a number of times on SO, but none of which has solved my issue. Typically most of the others have gone for BroadcastReceiver as far as I understand. Anyway, to the question. One of my Activities should read data…
Qben
  • 2,617
  • 2
  • 24
  • 36
0
votes
1 answer

Android, Insert RawContact not showing on Sony Xperia

I'm using ContactsContract to insert RawContacts in my app. The following code (and showing the inserted contact in the contact app) works on all devices, but not on Sony Xperia (Android 4.4.4). ContentValues p=new…
0
votes
1 answer

What is this design element/field in Theme Creator?

I'm working on a theme in Sony's Theme Creator and thus far, I'm pretty happy with my theme and its progress... There is one problem however - I simply cannot work out what a particular element/field is named in Theme Creator and thus cannot change…
0
votes
1 answer

How to test my Android application on my Sony Xperia M4 Aqua device and why the ADB driver is not available?

Hello everybody, I try to use my new Sony Xperia M4 Aqua Dual to test an android application on Android Studio. But I need the ADB driver for M4 and it is not available in the drivers download page : Sony drivers The fastboot driver doesn't work…
0
votes
1 answer

Javascript get RFID using Sony NFC?

Is there anyway to connect with Sony´s NFC reader and Javascript to get the IDs from the reader?
Eagle_one
  • 426
  • 4
  • 15
0
votes
2 answers

How to react to camera button being pressed on Xperia Z3

Is it possible at all to react to the Xperia Z3's hardware camera button? I've tried android.intent.action.CAMERA_BUTTON:
PhilLab
  • 4,777
  • 1
  • 25
  • 77
0
votes
0 answers

Bluetooth GATT error while doing onServicesDiscovered()

This problem bothers me for a few days. The code for bluetooth connection work fine on the first kind of devices (heart rate detector) with other phones. For the second kind of devices (also heart rate detector) they work fine with mobile such as…
0
votes
0 answers

Is Sony Xperia EC1504 supported for Android app development?

I am planning to buy a new phone so that I can deploy my Android apps to that phone. I want to buy Sony Xperia EC1504. However I am unable to find the driver for that phone in: http://developer.sonymobile.com/downloads/drivers/ Does it mean I do…