@rapidrotator said in Installing - connection to device lost:
I had the same problem and decided to try and solve it by formatting both /data
and /system
. TWRP provides buttons to change the filesystem type for any partition, but afaik not to format any partition except /data
. So using the UI I changed the filesystem of /data
to ext4 and formatted it.
Then I went into a shell ($ adb shell
on my PC but TWRP has an internal shell too) and unmounted /system
to format it:
~ # mount
Note the block device /system
is mounted on, then:
~ # umount /system/
~ # mkfs.ext2 /dev/block/<device>
(Yes, that's ext2, not 4, but it won't matter)
You can of course use the shell to format /data
(and /cache
) the same way if you want.
After that, I could install UT by not ticking the boxes for first install and wipe device.
I would be interested if others also succeed using this solution.
Isn't there a manual install instruction somewhere?, I thought it was on the devices page, i'd like to try installing
manually, without the installer.
None of these solutions worked me, been messing around for hours, wiped and formatted all partitions except USB-OTG.Even formatted
SYSTEM using twrp terminal, still freezes on reboot, after installing. Even reinstalled Oxygen 9.0.6 using the installer and started over again.
I can install Lineage OS from TWRP no problem.
I can easily install, if I untick first install and wipe boxes, reboots, get the rotating
ring on first boot, then on 2nd reboot stuck on "Powered by Android" splash screen.
using ubports-installer_0.8.6-beta_linux_x86_64.AppImage and twrp-3.3.0-0-oneplus3.img newer versions of both
freeze up.