In the process of rooting my Nextbit Rboin, I unlocked the bootloader, and wiped it so I only have TWRP on it.
I have an LOS zip ready but I dont know how to get it on the device. I have installed minimal adb and fastboot, and after that adb did not work I also installed 15 seconds adb installer.
fastboot -1 0x2c3f devices
shows my device but
adb push los.zip /sdcard/
gives me the error no devices/emulators found.
adb shell
gives me same error no device found.
fastboot update los.zip
gives error does not contain android-info.text
How to get the zip on to the robin? Should I be in fastboot or twep when I run adb? neither work.