Your rating: None Average: 3.7 (186 votes)

Sony Ericsson XPERIA X1

Sony Ericsson XPERIA X1 will satisfy productivity and entertainment needs. It makes a good value for money.

Sony Ericsson XPERIA X1 Price

 : Rs. 35,481
Sony Ericsson XPERIA X1 Pictures » Tags : 
Get Dealers List
Sony-ericsson Mobile dealers in Bangalore Sony-ericsson Mobile dealers in Chennai Sony-ericsson Mobile dealers in Hyderabad Sony-ericsson Mobile dealers in Kolkata Sony-ericsson Mobile dealers in Lucknow Sony-ericsson Mobile dealers in Mumbai Sony-ericsson Mobile dealers in New Delhi Others
Write Review On Sony Ericsson XPERIA X1

User Comments

useless

the present price is 2 high 4 the mobile it should be of 20,000 to 18,000 rupees

Post new comment
The content of this field is kept private and will not be shown publicly.
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.
 
pt> function brandChange(id) { var brand_id=$(id).val(); jQuery.post("/mobiles/getcompareid",{brandid:brand_id}, function (data) { if(data!='ERROR') { var data1 = eval(data); jQuery('#edit-citydealer1')[0].options.length=0; jQuery.each(data1, function(i, item) { var opt = new Option(); opt.value = item.cityname; opt.text = item.cityname; jQuery('#edit-citydealer1')[0].options.add(opt); }); } }); }