Restoring after hard format system

Sorry, i don’t know “send_Command tool”

.

But you said you format some partitions,
That’s why my first advise was using the existing custom recovery (recovery-e) to reflash e-1.3-xxxxxxxx-dev-d802.zip https://images.ecloud.global/dev/d802/
(step (7) in the /e/ official installation documentation)

  1. In /e/OS Recovery main screen:
  2. Select Apply Update and in next screen Apply update from adb
  3. In the next screen, the device is now in sideload mode

Note at this point the Cancel option is highlighted that does not mean you have canceled the action. The device is in adb sideload mode.

  1. On your PC type begin adb sideload. Type the below command in a consoleadb sideload downloaded_file_name.zip

Replace downloaded_file_name.zip with the name of the /e/OS file you downloaded in the previous section

  1. Press enter key on the keyboard to start the sideloading The screen will show the progress percentage…This might pause at 47%
  2. Give it some time
  3. The PC console will now display Total xfer: 1.00x
  4. The phone screen will now display some text with a message similar to

Script succeeded result was [1.000000]
This means that the install was successful

  1. Use the volume key to select the back arrow on the top left of the phone screen
  2. Go back to the main screen and select Reboot system now

The reboot process may take 5 - 10 minutes

Success: Congratulations !! Your phone should now be booting into /e/OS !!

.

From official TWRP instruction, they says :

https://dl.twrp.me/d802/
Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:

su

dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

.

How to use TWRP :

1 Like