E/os shell installer error „solved“

so i was trying to install e/os on my cmf phone 1 and everytime i tried to install it via the shell script it said „Error could not flash the apusys_a partition on device XYZ12345“
thanks in advance for help

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

More information required:

  • Host OS: Linux or Windows ?
  • Please post the output of the script here

Maybe it’s a similar problem to this.

Host is windows
ive uploaded the picture of the error

Please type

fastboot oem device-info

with your phone in fastboot mode.

As I mentioned in the linked post, there are might be problems with the android tools on windows.

Edit:
A high quality USB data cable is also highly recommended.

said command doesnt even work in cmd or git cmd or bash

You must run the command in bash.
fastboot is located in a subdirectory.

same problem occured when trying diffrent cabels

What you get, if you type

fastboot oem device-info

???

wie gesagt, es kommt „FAILED (remote: ‚unknown commad‘)
fastboot: error: command failed“
habe auch verschiedene kabel probiert und den von dir oben genannten command ausprobiert sowie auch den shell script

What are the output for

fastboot --version

and

fastboot devices

?

This error is

ERROR: FAILED (remote: No support by lock control)

You did not unlock the bootloader.

fastboot version 35.0.2-12147458
001003469004550 fastboot

in settings ive checked the enable oem unlocking or is there anything that i also need to do

According to Install /e/OS on a Nothing Nothing CMF Phone 1 - “tetris”

  1. Ask for unlock with fastboot flashing unlock
  2. Approve with volume +
  3. Unlock critical with fastboot flashing unlock_critical
  4. Approve with volume +
  5. Reboot the device fastboot reboot
  • The device proceeds with a factory reset
1 Like

https://doc.e.foundation/devices/tetris/install

  1. Ask for unlock with fastboot flashing unlock
  2. Approve with volume +
  3. Unlock critical with fastboot flashing unlock_critical
  4. Approve with volume +
  5. Reboot the device fastboot reboot
  • The device proceeds with a factory reset

This is the first step to make the commands

fastboot flashing unlock

and

fastboot flashing unlock_critical

to be executed successfully.

seems working now thanks :slight_smile:

1 Like

:+1:

Please mark the topic as ‘solved’, if that’s the solution.