No, it's an private API ....Hello,
Really good ROM. What about add option slow charge ? Just like oryginal Asus ROM![]()
No, it's an private API ....Hello,
Really good ROM. What about add option slow charge ? Just like oryginal Asus ROM![]()
Yes, use gcam for this and wide-angle workingSo I presume it's not possible to make the default front cam in third party apps be the main lens and not the wide-angled lens that's cropped in?
I have the same issue.because you dont follow the process.
:ERROR:boot_control_android.cc(373)] Cannot find partition system_ext_b
you have A11 only on one slot. (A) Slot b have A10 with no system_ext partiton
flash last official FW twice with twrp
You have to make sure the official is on both slotsI have the same issue.
When I try to flash last official FW, I also have this message : Error applying update: 7 (ErrorCode::kInstallDeviceOpenError), same goes for both slot.
I'm on official A11 with last TWRP.
Do you have an idea on how to fix this ?
How can I do that if I have this error when flashing last official FW on both slot?
fastboot --set-active=a
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot reboot fastboot
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash abl abl.img
fastboot flash aop aop.img
fastboot flash bluetooth bluetooth.img
fastboot flash cmnlib64 cmnlib64.img
fastboot flash cmnlib cmnlib.img
fastboot flash devcfg devcfg.img
fastboot flash dsp dsp.img
fastboot flash featenabler featenabler.img
fastboot flash hyp hyp.img
fastboot flash imagefv imagefv.img
fastboot flash keymaster keymaster.img
fastboot flash modem modem.img
fastboot flash multiimgoem multiimgoem.img
fastboot flash qupfw qupfw.img
fastboot flash spunvm spunvm.img
fastboot flash storsec storsec.img
fastboot flash tz tz.img
fastboot flash uefisecapp uefisecapp.img
fastboot flash xbl_config xbl_config.img
fastboot flash xbl xbl.img
fastboot flash uefisecapp uefisecapp.img
fastboot flash xrom xrom.img
fastboot flash odm odm.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash product product.img
fastboot flash vendor vendor.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot -w
fastboot reboot
fastboot --set-active=b
Wow thank you so much for taking the time to explain step by step!Get Payload Dumper
Open the FW.zip there is a file name payload.bin paste this file in payload dumper folder in payload_input from above
run payload_dumper.exe wait for all of it to extract into payload_output
restart into bootloader and open cmd and do
Code:fastboot --set-active=a
in CMD set dir to path of payload_output
then either copy paste one by one the below or make a notepad file and copy paste the below code into it and save it as flashall.bat (name doesn't matter just make sure it's in payload_output)
Now type flashall.bat
warning this will wipe your phone if you don't want to wipe remove the line fastboot -w (if you run into a bootloop after running this code then you must wipe)
Code:fastboot flash recovery recovery.img fastboot flash boot boot.img fastboot flash dtbo dtbo.img fastboot reboot fastboot fastboot flash recovery recovery.img fastboot flash boot boot.img fastboot flash dtbo dtbo.img fastboot flash abl abl.img fastboot flash aop aop.img fastboot flash bluetooth bluetooth.img fastboot flash cmnlib64 cmnlib64.img fastboot flash cmnlib cmnlib.img fastboot flash devcfg devcfg.img fastboot flash dsp dsp.img fastboot flash featenabler featenabler.img fastboot flash hyp hyp.img fastboot flash imagefv imagefv.img fastboot flash keymaster keymaster.img fastboot flash modem modem.img fastboot flash multiimgoem multiimgoem.img fastboot flash qupfw qupfw.img fastboot flash spunvm spunvm.img fastboot flash storsec storsec.img fastboot flash tz tz.img fastboot flash uefisecapp uefisecapp.img fastboot flash xbl_config xbl_config.img fastboot flash xbl xbl.img fastboot flash uefisecapp uefisecapp.img fastboot flash xrom xrom.img fastboot flash odm odm.img fastboot flash system system.img fastboot flash system_ext system_ext.img fastboot flash product product.img fastboot flash vendor vendor.img fastboot flash vbmeta vbmeta.img fastboot flash vbmeta_system vbmeta_system.img fastboot -w fastboot reboot
once your booted go back to bootloader and do the same but this time do
Code:fastboot --set-active=b
and run the same flashall.bat
I wrote it in a hurry do tell if I skipped something
Hi all I tried to do this but I am not able to find the Firmware ("FW.zip") that I am supposed to use here. Could someone point me in the right direction?Get Payload Dumper
Open the FW.zip there is a file name payload.bin paste this file in payload dumper folder in payload_input from above
yes, ofc
Hi!. Yes ofc. i will update it to A12, it's my personnal DD.
Thank you friend!
Good to know! Thank you for that.Hi!. Yes ofc. i will update it to A12, it's my personnal DD.
Sorry, i'm not active here, i'm very busy but you can go to my telegram chat for an active support![]()
fastboot --set-active=a
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot reboot fastboot
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash abl abl.img
fastboot flash aop aop.img
fastboot flash bluetooth bluetooth.img
fastboot flash cmnlib64 cmnlib64.img
fastboot flash cmnlib cmnlib.img
fastboot flash devcfg devcfg.img
fastboot flash dsp dsp.img
fastboot flash featenabler featenabler.img
fastboot flash hyp hyp.img
fastboot flash imagefv imagefv.img
fastboot flash keymaster keymaster.img
fastboot flash modem modem.img
fastboot flash multiimgoem multiimgoem.img
fastboot flash qupfw qupfw.img
fastboot flash spunvm spunvm.img
fastboot flash storsec storsec.img
fastboot flash tz tz.img
fastboot flash uefisecapp uefisecapp.img
fastboot flash xbl_config xbl_config.img
fastboot flash xbl xbl.img
fastboot flash uefisecapp uefisecapp.img
fastboot flash xrom xrom.img
fastboot flash odm odm.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash product product.img
fastboot flash vendor vendor.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot -w
fastboot reboot
fastboot --set-active=b
Done.