Android: Instalando o Android CyanogenMod no Sony Xperia SP usando Linux
Neste artigo mostro como instalar o Android Cyanogen Mod no Sony Xperia SP usando Linux
Modificar ou substituir o software do seu dispositivo pode anular a garantia do dispositivo, levar à perda de dados, perda de cabelo, perda financeira, perda de privacidade, violações de segurança ou outros danos e, portanto, deve ser feito inteiramente por sua conta e risco. Não sou responsável por suas ações. Boa sorte.
ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO ARTIGO INCOMPLETO
Siga os passo por aqui CyanogenMod on Xperia
Procedimento
Desbloqueando o aparelho
1) Obtenha o número do seu IMEI digitando *#06#
2) Vá no site da sony para desbloquear o seu celular com o Unlockbootloader
Siga os passos
Pré-requisitos
Faça o download
* CyanogenMod package for Sony Xperia SP
* Google Apps
O Android Debug Bridge é uma ferramenta usada para a comunicação entre um dispositivo Android e um computador pessoal muito utilizada por desenvolvedores.
Instalando o Android Tools Fastboot
sudo apt-get install android-tools
Executando o servidor
# adb start-server
Verifique o status
adb get-state 255 adb usb 256 adb push update.zip 257 adb push update.zip /sdcard/0/ 258 adb root 259 adb remount 260 adb kill-server 261 adb status-window
==
[root@ebassolnx ~]# fastboot getvar version version: 0.5 finished. total time: 0.005s [root@ebassolnx ~]# fastboot devices PSDN:BY900CG9HC&ZLP fastboot [root@ebassolnx ~]# fastboot -i 0x0fce oem unlock 0x123456789ABCDEF0 ... (bootloader) Unlock phone requested OKAY [ 19.052s] finished. total time: 19.052s
# fastboot flash boot boot.img sending 'boot' (10421 KB)... (bootloader) USB download speed was 13859kB/s OKAY [ 0.784s] writing 'boot'... (bootloader) Flash of partition 'boot' requested (bootloader) S1 partID 0x00000003, block 0x00003000-0x0000cfff (bootloader) Erase operation complete, 0 bad blocks encountered (bootloader) Flashing... (bootloader) Flash operation complete OKAY [ 3.121s] finished. total time: 3.905s