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

Sony Xperia SP: Set Bootloader unlock allowed to yes

I was redirected here from https://developer.sonymobile.com/about/how-do-i-get-in-contact/ I have a Sony Xperia SP without SIM lock and without contract of any network carrier. I want to switch to LineageOS and need to unlock the bootloader. But the…
atarax42
  • 13
  • 8
0
votes
1 answer

Trouble connecting phone to arduino using droidScript

I am trying to connect my sony xperia sp running on android 7.1 ( Lineage OS ) to my arduino uno using an OTG cable and the droidScript app. It worked perfectly the first time, it asked permission to open droidScript : I clicked on "OK" and checked…
0
votes
0 answers

Nothing I try will make my Sony xperia x connect to android studio

I have tried everything that every source I can find has suggested: enabled developer mode and usb debugging (and stay awake while plugged in), I installed the USB drivers and even tried the xperia x specific usb drivers, I have tried all the…
Chris
  • 51
  • 7
0
votes
1 answer

SMS through PHP/HTML link

I have a code in PHP that directs a mobile user to send a sms on the device. This code works on all iphone and blackberry devices and most android however... It does not work on on my Sony Experia. I identified the phone with the useragent 'linux'…
Hans Fouche
  • 89
  • 1
  • 10
0
votes
1 answer

GCM not working for release apk

Before any one marks this as a duplicate, I have been through every related documents and questions in Stack Overflow but I could not get my exact solution for my problem. GCM for release apk works with other devices but does not work in Sony Xperia…
Suresh Basnet
  • 147
  • 2
  • 13
0
votes
1 answer

Inserting contact works on emulator, but not on physical device (Sony Xperia C6603)

I use an emulator with Android 5.1.1 and a Sony device with same OS version. The code used(source: developer.android.com): import android.content.ContentUris; import android.content.ContentValues; import android.net.Uri; import…
kjdkfjsdo8
  • 97
  • 12
0
votes
1 answer

STAMINA mode breaks fragment loading with custom animations

This code is working as expected on all devices except Sony devices with activated STAMINA mode: int backStackCount = getSupportFragmentManager().getBackStackEntryCount(); getFragmentManager() .beginTransaction() …
artkoenig
  • 7,117
  • 2
  • 40
  • 61
0
votes
0 answers

I Want to save a line chart made with MP android chart to my gallery but its not saving on my physical device (Sony z2)

I am creating a graph app with MP android chart library by PhilJay. I put a button which is meant to save the chart to my Gallery but its not saving on my Sony xperia Z2(Api 23 ). It saved on my leapdroid emulator and an injoo test phone . Please…
ade
  • 21
  • 2
  • 3
0
votes
1 answer

locationManager.getLastKnownLocation() always returns null on new xperia X performance

I'm creating an app that needs to know the users coarse location and on every other phone I've tested this works fine but on my xperia X performance, getLastKnownLocation() always returns null without exception. This code works on other devices and…
0
votes
1 answer

Sony Xperia Z5 (E6653) not found by adb

1) I enabled developer-mode and usb debugging on my device. 2) I downloaded the drivers from sony: developer.sonymobile.com/downloads/drivers/xperia-z5-driver/ 3) after hours of research, i followed this tutorial to install these…
GianaBro
  • 11
  • 1
  • 3
0
votes
1 answer

Media Player stopped working

In some devices. Its working fine but specially Sony it stuck with this error please help, thanks in advance MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0 ExtMediaPlayer-JNI: env->IsInstanceOf fails
Deepak Gupta
  • 552
  • 7
  • 22
0
votes
2 answers

Xperia Z3 [ Android Nougat ] not being recognise by Android Studio

I recently updated my Xperia Z3 to the new Android Nougat Developer. However when trying to debug my Android App from Android Studio to my phone, the AVD says "No device install'. I even check the adb which also states that no device can be found.…
user5111186
0
votes
1 answer

Unused Screen Overlay Detected permission Dialog

I am developing an app that allows a user to connect to a specific wifi network using the google vision api to scan a QR code containing an ssid. To scan for wifi networks I need to request the user to grant the location permission. This all works…
Lonergan6275
  • 1,938
  • 6
  • 32
  • 63
0
votes
1 answer

adb can't detect my sony xperia z5 compact

I'm trying to unlock the bootloader on my Sony Xperia z5 compact but when I have to plug the device on the computer, nothing appear to be attached: adb devices List of devices attached I'm under Osx Mavericks. I also tryied on Windows 7 (sp1)…
0
votes
0 answers

Android cascading dropdown not working sometimes

I have an app wherein there are two dropdown's. The first is for "Society" and the second one is for "house numbers". The "house numbers" dropdown is populated based on the "Society" selected. The problem I am facing is that in few phone's, when…
milan m
  • 2,164
  • 3
  • 26
  • 40