To build this image successful, it will be necessary two repositories under my github.
Everyone will need to go to github.com/vicetechno then git clone the kernel msm8974 sony and sony installer.
After that and repo sync:
- cd phablet
- source build/envsetup.sh
- lunch aosp_c6833-userdebug
- make or make -j n (n = number of threads capable on cpu)
In terminal too:
sudo adb kill-server
sudo adb start-server
adb devices
adb reboot bootloader
sudo fastboot flash boot boot.img
sudo fastboot reboot
Go to recovery and flash Ubuntu with my flasher tool on github.
chmod a+x Ubuntu-rootstock-installer
sudo ./Ubuntu-rootstock-installer Ubuntu-preinstalled.tar.gz system.img
In the end it will reboot, then Ubuntu bootup.
The new changes I will test it today and I will release the files too.
Leave a Reply