I have got a weird problem: After flashing ( recovery.img + lineage-18.1-rav-20210222-sjll.zip )
the battery reports 0% charge, 0 Volts, and 100% capacity.
Flashed with the full battery, everything else seems to work. Left overnight unplugged, recharged in the morning, the battery still show 0%.
The phone is
new XT2045-3 Moto g fast from retailer in Canada (Mfr. date on the retail box: 2020-11-07). Battery was fine out of box.
When flashing I did encounter this issue where the system.img there was an error message of not enough space available.
So i went and flashed the product.img first, and after that repeated the system.img step once again, and it did flash with no errors!.
The phone rebooted and this is when i first noticed the 0% battery issue.
Re-flashed everything again, this time i did an earlier version ( recovery.img + lineage-18.1-rav-20210127-sjll.zip ) -
all went smooth, no errors, the phone boots, but it
did not fix the battery issue.
Now thinking going back to stock ROM for a full factory recovery, but the problem is that I can't download the stock ROM.
The official Motorola site at ( https://motostockrom.com/?s=XT2045-3 ) rejects downloads saying the file too busy been requested many times.
Thanks a lot for helping out, and building the LineageOS for this phone.
Any help on where to get the official ROM for factory recovery?
EDIT:
So i tried succesfully flashing TWRP, and finally went back to the Stock ROM from
lolinet.
The battery operation went back to normal.
So i decided to flash the LineageOS 18.1 once again : carefully observing all the steps - this time I flashed the
lineage-18.1-rav-20210127-sjll.zip and sure enough I have got the
the same exact error:
c:\los>fastboot flash recovery recovery.img
Sending 'recovery_a' (24924 KB) OKAY [ 0.731s]
Writing 'recovery_a' OKAY [ 0.337s]
Finished. Total time: 1.123s
c:\los>fastboot reboot fastboot
Rebooting into fastboot OKAY [ 0.001s]
< waiting for any device >
Finished. Total time: 17.637s
c:\los>fastboot set_active a
Setting current slot to 'a' OKAY [ 0.094s]
Finished. Total time: 0.096s
c:\los>fastboot flash:raw boot boot.img
Sending 'boot_a' (65536 KB) OKAY [ 2.097s]
Writing 'boot_a' OKAY [ 0.843s]
Finished. Total time: 3.018s
c:\los>fastboot flash dtbo dtbo.img
Sending 'dtbo_a' (8192 KB) OKAY [ 0.216s]
Writing 'dtbo_a' OKAY [ 0.140s]
Finished. Total time: 0.410s
c:\los>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta_a' (8 KB) OKAY [ 0.001s]
Writing 'vbmeta_a' OKAY [ 0.004s]
Finished. Total time: 0.060s
c:\los>fastboot erase metadata
Erasing 'metadata' OKAY [ 0.025s]
Finished. Total time: 0.070s
c:\los>fastboot flash system system.img
Resizing 'system_a' FAILED (remote: 'Not enough space to resize partition')
fastboot: error: Command failed
c:\los>
At this point I decided not to proceed any further and upon reboot i got stuck in a bootloop...
Any ideas?