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
1 answer

Options menu not appearing in Sony Xperia Z

I have an Android application where an options menu is essential for setting up some preferences values. Here minimum SDK version is 8 and the xml for the menu is like below.
vidulaJ
  • 1,232
  • 1
  • 16
  • 31
0
votes
0 answers

Sony Xperia M takePicture() always crash

I'm building an Camera application for Sony Xperia M C1905 User press a button to take picture then save. Problem start when i call takePicture() outside autoFocusCallback Is this Sony specific problem or i am doing something wrong here ? Here's the…
0
votes
4 answers

Xperia E1 not recognized by Eclipse

I can't seem to make eclipse recognize my Xperia E1 as an ADB device. The problem is that in the devices list of eclipse it is detected but it says 427ac413 as serial number and the target is unknown. USB Debugging mode is on, I have tried both MSC…
user3808318
  • 827
  • 1
  • 8
  • 15
0
votes
1 answer

Cannot run app on Sony Xperia SP and AVD on Android Studio

I'm currently trying to do this tutorial http://developer.android.com/training/basics/firstapp/running-app.html but I'm having trouble getting the simple "Hello World" app to run. Here's what I'm facing. 1) The AVD I'm using has been displaying the…
Kenneth Yong
  • 375
  • 1
  • 6
  • 14
0
votes
2 answers

Xperia Z3 Usb debug mode doesn't work at Windows 7 Home Premium x64

I have an Xperia Z3 (D6603), and tried to connect at debug mode to my computer with Windows 7 Home Premium x64 and it doesn't recognize it, but without debug mode at device it does it; even the PC Companion doesn't recognize the Z3 device when is in…
1r0n
  • 45
  • 2
  • 5
0
votes
1 answer

Sony Xperia Z1 Compact Sony Enterprise API

Does anyone know what Enterprise API version the Z1 Compact support? I have installed the Airwatch Sony Service which states: Currently, devices with Sony enterprise API version 3-5 have been certified by AirWatch. But I can't find any info on what…
evenpeven
  • 3
  • 1
0
votes
1 answer

Force Close in alarm while porting

i was trying to port SemcClock.apk by decompiling with apktool (From api 19 to api 18)But experiencing some fc. the alarm sets properly but at the alarm time it force closes. Logcat 09-08 00:37:00.130 E/AndroidRuntime(21010):…
user3813862
  • 97
  • 1
  • 9
0
votes
0 answers

Sony Xperia Z : SocketTimeoutException Only Sony Xperia Z (4.4.2)

This problem happen Only Sony Xperia Z (4.4.2) I am working one android audio player app. the app read audio form sdcard as a local server. I make local server because this audio are Encrypted and big size, so, if i try to run full audio file at a…
Md Abdul Gafur
  • 6,213
  • 2
  • 27
  • 37
0
votes
1 answer

My app dosent work on sony xperia z1 bu works on some other devices

i have an text based app and it works fine in most devices and in emulator but on sony xperia z1 it causes force close, 1.is it possible to emulate xperia z1 on android virtual device manager?how? 2.do you have ideas about reasons of this problem?
user3648435
  • 471
  • 1
  • 4
  • 18
0
votes
1 answer

Eclipse doesn't detect Sony Xperia J

I have installed Google USB Driver and PC Companion, I set USB mass mode and enable debugging. In my project manifest I set debugging too. But eclipse still doesn't detect my phone. What else could be the reason? Thanks for any help Edit: I found…
pupilx
  • 75
  • 1
  • 2
  • 10
0
votes
0 answers

Sony Xperia S destroys last Activity instead of pause

trying to open the Image Gallery so the user can pick an image via: Intent photoPickerIntent = new Intent(Intent.ACTION_PICK); photoPickerIntent.setType("image/*"); myActivity.startActivityForResult(photoPickerIntent, LoadImageIntentID); Most…
zezba9000
  • 3,247
  • 1
  • 29
  • 51
0
votes
1 answer

Minimize Keyboard Button not recognized as Back Button

Using log.d and a function as : @Override public void onBackPressed(){ Log.d("back","back"); } } It seems, the button to minimize the keyboard is not recognized as the back button. Is there a workaround to find a keyID for this button, or…
0
votes
1 answer

Augmented Reality app for SONY Xperia Z2

We are building one Camera App especially for Sony Xperia Z2 and it’s going to be AR Camera app. below is the key features of the same. "Need to allow selection of image and detect human once camera is open. User can adjust, rotate, and resize that…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
0
votes
3 answers

Xperia Z2: where are "Developer options", eclipse cannot see tablet.

My eclipse (Android's ADT download, on Windows 7) did not see my new Sony Xperia Z2 tablet when connected by USB. I downloaded the driver to the PC but didn't install it (long story), and switched the Xperia's USB connection to Mass Storage Mode…
Guy Smith
  • 178
  • 1
  • 12
0
votes
1 answer

Cannot immediately connect to the server when android device is on sleep even though my app gets the PARTIAL_WAKE_LOCK at PowerManager (Sony Xperia)

[Abstract of my android app] My app monitors the server at fixed intervals (30 seconds). [Results(Issue)] 18[h] 00[m] 00[s] server check ok. 18[h] 00[m] 30[s] server check ok. 18[h] 03[m] 14[s] server check ok. <= This is issue. My app should…