Nexus Launcher su Milestone :)
Ecco come avere questa bellezza su milestone :)
( Prerequisiti )
PAssi
- Accendere il milestone correttamente
- Attaccarlo via usb
- Unzippare il pacchetto scaricato da megaupload in modo da ottenere Launcher2.apk
- Aprire il prompt dei comandi e posizionarsi sulla cartella dove è presente adb e dare i seguenti comandi
- adb push Launcher2.apk /sdcard
- adb shell su -c "mount -o remount,rw /dev/block/mtdblock6 /system"
- adb shell su -c "cp /system/app/Launcher.apk /sdcard"
- adb shell su -c "rm /system/app/Launcher.apk"
- adb shell su -c "cp /sdcard/Launcher2.apk /system/app/Launcher2.apk"
- adb shell su -c "sync"
- adb shell su -c "reboot"
Ovviamente dovete spostare il Launcher2.apk nella cartella dove si trova adb :) al reboot funzionerà tutto e godetevi il menu :P