Home page of this blog

Monday, August 27, 2012

Installing Xperia S firmware from Windows 8 inside virtualbox which is inside Ubuntu!



Isn't it cool, though Windows 8 is bit boring

I downloaded Virtualbox 64 bit ubuntu package  from

http://dlc.sun.com.edgesuite.net/virtualbox/4.1.20/virtualbox-4.1_4.1.20-80170~Ubuntu~precise_amd64.deb

Installed Windows 8 Release Preview (from)

http://windows.microsoft.com/en-US/windows-8/download

Downloaded Virtualbox Extension pack and double clicked

http://dlc.sun.com.edgesuite.net/virtualbox/4.1.20/Oracle_VM_VirtualBox_Extension_Pack-4.1.20-80170.vbox-extpack

Added my user to vboxusers

To modify groups in Ubuntu unity I followed this link

http://etechedu.blogspot.in/2012/01/install-users-and-group-management-tool.html

After running windows 8, Unmounted Xperia S from Ubuntu which mounted it in Windows 8 and there I have it like native!!








Monday, August 20, 2012

Custom Ubuntu 64 bit kernel 3.5.2 optimized for i7


This is a short post on the current kernel build which I am running, for detailed article see http://duopetalflower.blogspot.in/2012/07/custom-64-bit-mint-13-or-ubuntu-1204.html


Built with 300 HZ and optimized for i7 architecture (i3, i5 and i7)



 Kernel 3.5.2 optimized for i7 (64 bit)


  1. Script
  2. Kernel Headers All
  3. Kernel Headers i7
  4. Kernel Image

SHA256SUM of the above in order


  1. c6a3f6996242af24e719f3c6e029749a052954328efb4daa2cca87ead81977d7  buildkernel352.sh
  2. 47a8dbc136af8ff1331ddcd5841a226242ba3ae635534bb0c3f0b9dcead1ef5f  linux-headers-3.5.2-030502_3.5.2-030502.201208151151_all.deb
  3. 6965992662a3a4db3b7c02bcb9f0c4dd60f61dbb7c930485f6b5fc806b41e101  linux-headers-3.5.2-030502-i7_3.5.2-030502.201208151151_amd64.deb
  4. 25807da234187423ff746edc2976bf2aa4c81a6832f9dc1b725ca63410022350  linux-image-3.5.2-030502-i7_3.5.2-030502.201208151151_amd64.deb

Sunday, August 19, 2012

Flashtool in Ubuntu Linux

Everytime I wanted to change firmware for my Xperia phone, I used to reboot into Windows 7

Recently I feel lots of Blue Screen Of Death in Windows 7 (think due to nvidia driver problem), and did not want to reinstall Windows 7

I tried flashtool in Ubuntu Linux and it worked, I changed firmware in my Xperia phone!! Thanks XDA devs and Flashtool devs

Here is how

Download flashtool for Linux from (Refer, http://forum.xda-developers.com/showthread.php?t=1588586)

http://androxyde.github.com/Flashtool/

http://www.flashtool.net/download.html


After downloading the linux version with extension tar.7z, unzip it

To do this, install p7zip, p7zip-full from synaptic or from software center




Unzip the Flashtool folder,

Add this rules to following file (create this file by copying existing 70-persistent-net.rules as follows,
sudo cp /etc/udev/rules.d/70-persistent-net.rules /etc/udev/rules.d/80-persistent-usb.rules)



sudo vi /etc/udev/rules.d/80-persistent-usb.rules

and add


SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"


Should look like this




Before running flashtool install ia32-libs

sudo apt-get install ia32-libs

To run the flashtool enter the directory where the 7zip got extracted and run FlashTool as super user

For e.g I did this



cd Downloads/FlashTool/




sudo su


 ./FlashTool


It should look like this



I choose to install a firmware to my Xperia phone and Flashtool in action





After installing new Firmware my phone screen looks as below