Strange issue on my moto g3(XT1550)

VK84663

Senior Member
Jun 20, 2016
147
44
0
I have a strange issue on my moto g3 (XT1550) after installing RR 9 official 19052019 ROM with pico gapps after some days I can't access the twrp, I mean when I'm booting on twrp it's only show the logo of twrp and then reboot the system.
Also the developers option not present in ROM or it disappeared.
Phone is non rooted.
Not able to reset phone.
Not able to change lock screen.
Anyone knows what's going on?
 

VK84663

Senior Member
Jun 20, 2016
147
44
0
Fastboot boot twrp.img also can't boot recovery.
After fastboot -w command,
again flashed recovery and it booted but can't mount system, data & cache, showing invalid argument.
It solved by repairing file system.
Now working fine.

$ su
[email protected]:/data/data/com.termux/files/home # fastboot boot /sdcard/twrp.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
downloading 'boot.img'...
OKAY [ 0.462s]
booting...
OKAY [ 0.156s]
finished. total time: 0.619s
[email protected]:/data/data/com.termux/files/home #
fastboot -w
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
wiping userdata...
Erase successful, but not automatically formatting.
File system type raw not supported.
wiping cache...
Erase successful, but not automatically formatting.
File system type raw not supported.
erasing 'userdata'...
OKAY [ 1.928s]
erasing 'cache'...
OKAY [ 0.019s]
finished. total time: 1.947s
[email protected]:/data/data/com.termux/files/home #
fastboot flash recovery /sdcard/twrp.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:recovery: not found
target reported max download size of 268435456 bytes
sending 'recovery' (8176 KB)...
OKAY [ 0.506s]
writing 'recovery'...
OKAY [ 0.142s]
finished. total time: 0.648s
[email protected]:/data/data/com.termux/files/home #
 
Last edited: