Installing UT on N5 stuck in boot loop
-
By the way, the device must be connected to the computer before typing
sudo adb devices
Just in case it wasn't clear...
-
@jjconstr and did it show a device with either adb (do the adb devices command twice) and fastboot devices?
-
@rocket2nfinity said in Installing UT on N5 stuck in boot loop:
sudo apt install fastboot
Yes, the N5 was connected. and do I run the second command now? sudo apt install fastboot
-
@jjconstr yes install fastboot then do fastboot devices
-
@jjconstr did it show a device with either fastboot or adb?
-
@rocket2nfinity Here are two lines showing the adb sequence. I didn't go far to find them. I only ran the first command once and not the second. this refers to the second pair of commands. The first pair I rand the first command twice and the second once.
-
@jjconstr copy and past failed.
-
@rocket2nfinity adb was repeated in the output
-
@jjconstr if no devices showed up after inputting adb devices it doesn't see it. If a device showed up, type:
adb reboot recovery
-
@rocket2nfinity nstr@Aspire-5733Z:~$ sudo apt install fastboot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
android-libbacktrace android-libetc1 android-libf2fs-utils android-libsparse
android-libunwind android-libutils android-libziparchive
android-sdk-platform-tools dmtracedump etc1tool f2fs-tools graphviz
hprof-conv libann0 libcdt5 libcgraph6 libf2fs-format4 libf2fs5 libgts-0.7-5
libgts-bin libgvc6 libgvpr2 liblab-gamut1 libpathplan4 p7zip p7zip-full
sqlite3
Suggested packages:
graphviz-doc p7zip-rar sqlite3-doc
The following NEW packages will be installed:
android-libbacktrace android-libetc1 android-libf2fs-utils android-libsparse
android-libunwind android-libutils android-libziparchive
android-sdk-platform-tools dmtracedump etc1tool f2fs-tools fastboot graphviz
hprof-conv libann0 libcdt5 libcgraph6 libf2fs-format4 libf2fs5 libgts-0.7-5
libgts-bin libgvc6 libgvpr2 liblab-gamut1 libpathplan4 p7zip p7zip-full
sqlite3
0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
Need to get 4,695 kB of archives.
After this operation, 18.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] -
@jjconstr same with fastboot. Which indicates it is your power switch that is bad
-
@jjconstr yes install fastboot and dependencies
-
@rocket2nfinity What would a 'device showing up" look like?
-
@rocket2nfinity Do I run sudo apt install fastboot a second time?
-
@rocket2nfinity I typed y to continue that second time. I finished.
-
@jjconstr a bunch of numbers and device name under List of devices attached"
-
-
@rocket2nfinity if no devices showed up after inputting adb devices it doesn't see it. If a device showed up, type:
adb reboot recovery
Looked for devices, found none. Do I run sudo apt install fastboot or the command for use after no devices are found?
-
@jjconstr if you tried
adb devices and fastboot devices, the device is not getting far enough to be able to do the adb reboot recovery command. In that case, it is likely your power switch that is the problem
-
@rocket2nfinity Ok, the power switch is on order. I check the videos and go that route when the switch arrives. I bought a hot air gun and a micro solder kit for such an occurrence, so will be good to go. Thanks for troubleshooting it. It was impressive.
Good night,
jjconstr