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

Strange line appearing at Textview in Sony Ericsson Xperia Ray st18i

We implemented a listView that includes a textview that we set to be clickable (in the adapter we added the method). We set the style to change when clicked (list_selector_background). This is working pretty well in several devices we use for…
Trebia Project.
  • 930
  • 2
  • 17
  • 36
1
vote
0 answers

Fatal error of usb debuging opencv app

My open CV application makes error when i debug via USB. it stops the immediately. Even Opencv face detection example is not working which given by the OPENCV. I used the latest OPENCV manager 2.4.9.0rev 1. app works perfectly on other mobiles and…
1
vote
1 answer

sony small app with fix window

I am working with Sony's smapp app and I want my window to be fixed or not resizable. need your help guys. Thanks.. setMinimizedView(R.layout.main_minimized); setTitle(R.string.small_app_name); SmallAppWindow.Attributes attr =…
Done Dos
  • 13
  • 4
1
vote
1 answer

Eclipse - Unable to detect my Xperia U

Well I've been trying to make Eclipse and the Android SDK recognize my Xperia U for a couple hours now, but no progress so far. The phone is detected by my computer and USB debugging is turned on. I've tried manually installing Sony's USB driver but…
Gaktan
  • 458
  • 3
  • 9
1
vote
1 answer

Using Entity Uri to get Contact Infos on Sony Xperia SP

I'm developing an App dealing with Contacts and Calendar. I'm having a hard time with a specific device, the Sony Xperia SP, but I couldn't find anyone else having the same problem. I'm trying to get the Display Name, and Phone numbers of my…
tchoum
  • 312
  • 1
  • 2
  • 10
1
vote
2 answers

Sony Xperia S (LT26i) does not seem to show compound drawables

We are testing our new app and we use compound drawables for several textviews. Unfortunately the Sony Xperia S (LT26i) ignores setCompoundDrawables & setCompoundDrawablesWithIntrinsicBounds. Can anybody confirm this bug? Or does anybody have a…
Benjamin
  • 451
  • 3
  • 6
1
vote
1 answer

Android webview javascript seems not working on Sony Xperia

I have tested my app on HTC and MI2 and some samsung devices, and it worked fine. However on Sony devices, it is not working at all. Java Code: mWebView.getSettings().setJavaScriptEnabled(true); mWebView.addJavascriptInterface(new TestInterface(),…
timestee
  • 1,086
  • 12
  • 36
1
vote
1 answer

Why are Sony Xperia Z2 and Galaxy S4 excluded?

I have the following section for supported screens in my AndroidManifest.xml:
Jürgen Simon
  • 876
  • 1
  • 12
  • 35
1
vote
1 answer

Signing Sony Xperia theme

The themes which are made by sony officially work on non-rooted devices too...(probably signed by sony signer tool) But the themes made by me ( signed by google signer,needs rooted device)..they work but only the wallpaper changes. Is there anyway…
user3813862
  • 97
  • 1
  • 9
1
vote
0 answers

How to execute AT commands on rooted Xperia P

How can I execute AT commands in a rooted Sony Xperia P? I did a lot of on-line search but couldn't find anything useful! Please refer to below command output: root@android:/ # getprop | grep -i ril …
Vinit Shandilya
  • 1,643
  • 5
  • 24
  • 44
1
vote
2 answers

How to use Sony Xperia Z in Eclipse(ADT Bundle) for USB Debugging

I am new to android development and i want to use my Sony Xperia Z for debugging purposes. But I am unable to use that. I have downloaded Google Usb Driver from SDK Manager and tried to update from device manager but it says driver is already up to…
Mehedi Hassan
  • 87
  • 1
  • 13
1
vote
0 answers

How to create an SMS Intent with multiple recipients?

I've created an SMS Intent, to compose a message to multiple recipients. String recipients = "smsto:1111;2222;3333" Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.parse(recipients)); intent.putExtra("sms_body",…
KvTvK
  • 106
  • 4
1
vote
0 answers

Getting RESULT_CANCELED while taking a picture from SONY phone

I am having an issue with taking pictures on my Sony Xperia L phone (but it works for other phones like nexus and htc) when it runs as an android activity... After taking the picture it directly returns back with a result code of…
Shailesh
  • 79
  • 8
1
vote
6 answers

Adb not detecting my sony xperia J

I am trying to debug my android application in sony xperia J but the adb devices returns no devices I have enabled USB debugging, Mass storage and installed sony pc companion. I also allowed to install external applications. I tried with enabling…
Amandeep Singh
  • 3,754
  • 8
  • 51
  • 72
1
vote
1 answer

Black screen on xperia U

I'm developing an app for android. For some reason a lot of sony xperia users complain that the app launches, but the screen is black. No crash , They don't see the content at all . Reports came from Xperia U (ST25i). I don't get this error on any…
Eli Konky
  • 2,697
  • 1
  • 20
  • 17