Hi ronnz98,
OK, I managed to unpack the boot.img and vendor_boot.img like it is described in
I enabled debugging mode and enabled there all the things that sounds useful
Now, going to bootloader with adb reboot bootloader there is shown in red letter: DEVICE STAT - locked.
When I now type
Edit: I found https://www.xda-developers.com/how-to-bootloader-unlock-root-magisk-nothing-phone-1/
@ step 12 I struggle again: " Once youâre on the bootloader menu, youâll now have to switch to using fastboot command to communicate with your device."
When I simply type âfastboot flashing unlockâ nothing happens, when I select Start, the device restarts to Nothing OS. What is FFBM or the other Options Which one should I use? FFBM seems not to be the right one
No Iâm in Linuxmint 20.3 here.
adb reboot bootloader works fine. But what do I have to do then to enable the fastboot commands? The pages I read suggests that I should select something with the volume keys.
Selecting Start then the device go to normal start. Selecting FFBM seems to have broken my device. 3 red dots are running from left to right ⌠Puh, not really broken âŚ
Back to bootloader I switched to recovery. I see an opened Android but fastboot even does only wait for any device.
Trying now fastboot devices instead of adb devices. adb tells me the phones that are connected to the PC, fastboot not.
Marte
Iâm out of the house until 9o clock p.m. (berlin time). Then Iâll be back.
I find: fastboot version 35.0.2-12147458 â that is July 2024, SDK Platform Tools
Have you tried a different cable? Are you using a USB port which is soldered to the motherboard of your PC? On the phone is OEM unlocking option Enabled?
Each user that wants to use ADB needs to be in the plugdev group. If you see an error message that says youâre not in the plugdev group, add yourself to it using the following command:
sudo usermod -aG plugdev $LOGNAME
Groups only update on login, so you must log out for this change to take effect. When you log back in, you can use id to check that youâre in the plugdev group.
The system needs to have udev rules installed that cover the device. The android-sdk-platform-tools-common package contains a community-maintained default set of udev rules for Android devices. To install it, use the following command:
I both installed, and are able to define which version I use.
martin@Familienrechner:/mnt/NTFS-3.3T/eOS/test/platform-tools$ ./fastboot --version
fastboot version 35.0.2-12147458
Installed as /mnt/NTFS-3.3T/eOS/test/platform-tools/fastboot
martin@Familienrechner:/mnt/NTFS-3.3T/eOS/test/platform-tools$ fastboot --version
fastboot version 1:8.1.0+r23-5ubuntu2
Installed as /usr/lib/android-sdk/platform-tools/fastboot
I even tried it on my laptop using minuxmint 21.3 same issue. Iâll try it booting windows tomorrow.
I also are in plugdev group:
martin@Familienrechner:/mnt/NTFS-3.3T/eOS/test/platform-tools$ id
uid=1000(martin) gid=1000(martin) Gruppen=1000(martin),4(adm),5(tty),20(dialout),24(cdrom),27(sudo),30(dip),46(plugdev),112(lpadmin),128(sambashare)
Even sdk is OK
martin@Familienrechner:/mnt/NTFS-3.3T/eOS/test/platform-tools$ sudo apt-get install android-sdk-platform-tools-common
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
android-sdk-platform-tools-common ist schon die neueste Version (27.0.0+12).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
It would be very nice if I could do it
I struggle on step 12.
âadb reboot bootloaderâ works fine. With red letters it starts with âFastBoot Modeâ But as you registred it ends with red letters âDEVICE STATE - lockedâ
As far as I understood then I should
and give the command âfastboot flashing unlockâ. But fastboot seems not work others than âfastboot --versionâ that you see in my message above
I have no glue what to do. Tomorrow Iâll try with windows 10 may be windows 11, too.
Regards
Marte
Marte, I didnt succeed using linux either. The locked moment in the process isnt fun, i know. Under windows it means you have to update the driver. Manually. Once you know how it is easy. Remember this is not build specific, so easier to find a solution online.
Hy there,
forget everything I wrote
It was very simple, The third USB-C cable was good enough to do the job the others I labled now only to use as a charging cable. What I donât understand: The other two cables where good enough to handle adb but not fastboot. Donât mind, I see, there may be differences in quality. I recognise now also a big difference in speed for MTP transfers.
So silly. Sorry to bother you.
Thanks for your work on this phone to ronnz98 and all you other. Now Iâll turn 4 devices to /e/OS. the family is happy to upgrade our old J5 2016 to nothing phone 1
Marte
Hi admin here,
in my opinion you can remove my entries to keep the thread clear.
One simple question I do have again:
Should I lock the bootloader again? I tried it (with âfastboot flashing lock_criticalâ and âfastboot flashing lockâ) and got a bootloop to recovery. I managed to reflash all, but with every reboot there is a nagscreen that tells me that the device is unlocked, unsave âŚ
How to lock it correctly?
Next Question: How to root with Magisk? I really love Adaway on my systems, yes I know it works without, too, but I want to use VPN in other way.
Marte