Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I did everything, but now when i try to fastboot restore the download mode it says cannot open laf.img.
what do i do?
Try puting laf.img in the same directory as fastboot
laf.img should be fine in /sdcard thats where mine is anyway. Ive done it back and forth a few times without fail. Maybe you named it differently when you backed it up?on the pc right? i did that and it isnt working still
laf.img should be fine in /sdcard thats where mine is anyway. Ive done it back and forth a few times without fail. Maybe you named it differently when you backed it up?
its prolly because you added a period after imgi checked my sd card and it is titled laf.img.
renamed to laf.img and still didnt work
its prolly because you added a period after img
fastboot flash laf laf.img. try that
its prolly because you added a period after img
fastboot flash laf laf.img. try that
i did that and it did work. and in the link you provided i just copied and pasted the exact lines to use for the adb
Proof:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Charger screen enabled: false
OKAY [ 0.012s]
finished. total time: 0.013s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem unlock
...
OKAY [ 0.004s]
finished. total time: 0.005s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Charger screen enabled: false
OKAY [ 0.013s]
finished. total time: 0.014s
C:\Program Files (x86)\Minimal ADB and Fastboot>
This is all that differs after running fastboot oem unlock
![]()
How it works:
[GUIDE] Fastboot for L90 D415 | Optimus L90 | XDA Forum
Follow this exactly. WHEN YOU ARE DONE IN FAST BOOT MAKE SURE TO RESTORE THE LAF.IMG
fastboot flash laf laf.img
I made sure to do this so there were no unintended consequences. You delete the laf partition, which forces fastboot mode and takes the place of download mode. I dont know what would happen if you didnt restore the laf partition before exiting fastboot.
EDIT: To correct from before, you can skip flashing the laf.IMG back before exiting fastboot if you wanna leave fastboot mode enabled instead of download mode. But be careful as without download mode you might not be able to recover from a brick.
So think about what you feel is more useful. In fastboot you cannot flash /system/ back because it is too large.
Disclaimer: This is what i did and it worked. Try this at your own risk, always assume anything you do on your phone will result in a brick and it will be unrecoverable.
Well that's too bad you had troubles making and restoring the laf IMG. Not being able to restore the laf won't result in a brick. A copy of my laf.IMG is linked below. Don't blame me for trying and successfully unlocking the bootloader for our phones and then sharing how I did it on a public forum while warning you it could result in a brick.
https://www.dropbox.com/sh/0s5v5ztfg0rcahf/AADidcjluL-lrRxMfLxUP1uQa/laf.img
Well that's too bad you had troubles making and restoring the laf IMG. Not being able to restore the laf won't result in a brick. A copy of my laf.IMG is linked below. Don't blame me for trying and successfully unlocking the bootloader for our phones and then sharing how I did it on a public forum while warning you it could result in a brick.
https://www.dropbox.com/sh/0s5v5ztfg0rcahf/AADidcjluL-lrRxMfLxUP1uQa/laf.img
Are you sure you followed them exactly? I've had much success with this.
You know I was wondering and got curious. The aboot changes (flag) when you unlock the bootloader, right? Do you think people could just take that aboot and flash it via adb so they don't have to delete their laf partition?
Well they could, but flashing the aboot can be far riskier in that if it doesnt work, your phone is totally done for.You know I was wondering and got curious. The aboot changes (flag) when you unlock the bootloader, right? Do you think people could just take that aboot and flash it via adb so they don't have to delete their laf partition?
So we would need another guinea pig lol