Question Nothing Phone 1 hangs in bootloader/fastboot mode. Not rooted and bootloader unlocked. bricked

Search This thread

Sapphire86

Member
Feb 4, 2023
9
1
Hello,

I have a Nothing Phone 1 that hangs in bootloader/fastboot mode.
The bootloader is unlocked.
Unfortunately, the phone can no longer be booted into recovery mode.
With fastboot the device is still recognized.
So you could still flash files via fastboot.
The phone was not rooted.
The phone previously ran with the original stock firmware 1.1.7 hotfix.
It is an EEA device.

Is there anything that can be done? :unsure:
Or is it now an expensive paperweight? 😂
 

Sapphire86

Member
Feb 4, 2023
9
1
so, i have the unpacked payload.bin image files. Here fastboot tells me several errors with odm.img FAILED (remote: '(odm_b) No such partition'), with product.img FAILED (remote: 'Partition not found'), with system.img FAILED (remote: 'Partition not found'), with system_ext.img FAILED (remote: '(system_ext_b) No such partition') and with vendor.img FAILED (remote: 'Partition not found').

After a restart, the error remains.
There is also the fastbootD mode, but this does not work or does not boot.
After this command the device hangs in bootlogo (nothing).

Unfortunately very sad that there is still no solution for this. let's hope that there is soon a solution for this.
 

ethical_haquer

Senior Member
Jan 30, 2023
248
63
Samsung Galaxy A52 4G
so, i have the unpacked payload.bin image files. Here fastboot tells me several errors with odm.img FAILED (remote: '(odm_b) No such partition'), with product.img FAILED (remote: 'Partition not found'), with system.img FAILED (remote: 'Partition not found'), with system_ext.img FAILED (remote: '(system_ext_b) No such partition') and with vendor.img FAILED (remote: 'Partition not found').

After a restart, the error remains.
There is also the fastbootD mode, but this does not work or does not boot.
After this command the device hangs in bootlogo (nothing).

Unfortunately very sad that there is still no solution for this. let's hope that there is soon a solution for this.
Type "fastboot reboot fastboot" in the terminal, with your phone connected, and then run "fastboot flash <yourimagename>.img".
 
Last edited:

Sapphire86

Member
Feb 4, 2023
9
1
yes, when i enter this command the device restarts and hangs in the bootlogo and in the terminal it says then wait for any device. That means the Nothing Phone does not start the fastbootD mode.
 

ethical_haquer

Senior Member
Jan 30, 2023
248
63
Samsung Galaxy A52 4G
I would recommend Ubuntu, if you have a spare computer to install it on (or dual boot). Just make sure you install the tools needed from here (Scroll down to the "Command line tools only" section and download the Linux version)
I only use Linux, so let me know if you have any questions.
 

ziptric1805

Member
Mar 21, 2015
5
1
You have to be very careful. I had the same problem (bootloop in fastboot) and by dint of manipulation, no more fastboot, my smartphone is hard brick (black screen with logo and message key to shutdown)
 
  • Like
Reactions: ethical_haquer

Ostry10

Member
Nov 17, 2012
17
6
@MakDroid
I just installed Topaz 1 (A13) to save my bricked phone. How can i revert back to stock NOS from A13? There is any option or i have to wait for full rom with A13?
 

MakDroid

Senior Member
Apr 7, 2013
383
241
Ahmedabad
Xiaomi Poco X3 Pro
@MakDroid
I just installed Topaz 1 (A13) to save my bricked phone. How can i revert back to stock NOS from A13? There is any option or i have to wait for full rom with A13?
Download NOS 1.1.7 full from here.
Extract payload.bin and place all the extracted .img files inside a folder named "images".

Copy the images folder and the attached bat file (extract the zip to get the bat file) to the platform-tools folder.

Run the bat file and it will start flashing. Wait for it to complete and then simply update to latest version using stock updater.
 

Attachments

  • flash_all - Copy.zip
    654 bytes · Views: 10

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Ok thanks. I will have a look and install it on a notebook later.
    1
    You have to be very careful. I had the same problem (bootloop in fastboot) and by dint of manipulation, no more fastboot, my smartphone is hard brick (black screen with logo and message key to shutdown)
    1
    It is not bricked. Just flash any cutom rom, I recommend Paranoid Android. Then revert back to stock NOS.
    1
    yes, when i enter this command the device restarts and hangs in the bootlogo and in the terminal it says then wait for any device. That means the Nothing Phone does not start the fastbootD mode.
    You need to flash the boot.img first. The fastbootd mode is only a binary in you recovery and the recovery is part of your boot.img (on A/B devices).
    Looks like you're having trouble with your current boot.img installed because you're not able to boot into system and recovery. As a result of that your phone falls back into fastboot mode.
    1
    bro just open cmd and type
    adb reboot fastboot
    this no work then type
    adb reboot edl
    ADB commands in fastboot mode??