Jeste, ali nece. Ne radi. Odradio sam clean install i posle toga isao manuelnu instalaciju:
Method for may update, but wipes data !
Start adb
1.To see if the phone is detected.
adb devices
2.Reboot in fastboot mode
adb reboot bootloader
3.To see if the phone in fastboot is detected.
fastboot devices
4.Imp Step - Bootloader unlock - Hold the volume down button.
fastboot oem unlock
Boot into twrp. (don't touch the phone in twrp).
fastboot boot twrp.img
Phone will be wiped here !
Setup the phone and enable oem unlock and usb debug and start from step 1 .
5.To see if the phone is detected(phone will be twrp now).
adb devices
6.Adb Shell for adding camera functionality in build,prop
adb shell
7.Enable HAL3
setprop persist.camera.HAL3.enabled 1
8.Enable EIS
setprop persist.camera.eis.enable 1
9.Exit of adb shell
exit
10.Reboot in fastboot mode.
adb reboot bootloader
11.To see if the phone in fastboot is detected.
fastboot devices
12.Imp Step - Bootloader lock - Hold the volume down button.
fastboot oem lock
13.Reboot into system.
fastboot reboot
Ispratio sam ovo uputstvo sa xda, ali crashuje mi aplikacija. Camera has stopped.
Prosto nece...