đŸ‡«đŸ‡· 🇬🇧 Installation /e/ sur fairphone 3

Bonjour,
J’espĂšre que mon sujet n’a pas Ă©tĂ© traitĂ© ailleurs, j’ai cherchĂ© sans succĂšs :

J’essaie d’installer /e/ sur mon fairphone, mais je bloque toujours au mĂȘme endroit aprĂšs plusieurs tentatives :

Je suis sur mac, j’ai bien activĂ© fastboot et adb sur mon ordinateur, j’ai dĂ©vĂ©rouillĂ© le bootloader et activĂ© le dĂ©bogage USB de mon appareil.

Je bloque juste Ă  l’installation de /e/ sur le tĂ©lĂ©phone : j’ai tĂ©lĂ©chargĂ© le zip sur mon mac (IMG-e-0.17-q-20210621120947-stable-FP3), mais la commande
unzip IMG-e-0.17-q-20210621120947-stable-FP3
ne fonctionne pas. Je peux certes dézipper manuellement, mais aprÚs aucune commande ne fonctionne, à partir de celle-ci
fastboot flash system_a system.img -S 522239K
, rien ne marche. Je ne suis pas trĂšs Ă  l’aise avec l’utilisation du terminal, merci de vos conseils pour rĂ©soudre ces difficultĂ©s !
Bien cordialement,

Hello,
I hope that my subject has not been treated elsewhere, I have searched without success:

I try to install /e/ on my fairphone, but I always get stuck in the same place after several attempts:

I’m on mac, I did enable fastboot and adb on my computer, I unlocked the bootloader and enabled USB debugging on my device.

I just get stuck installing /e/ on the phone: I downloaded the zip on my mac (IMG-e-0.17-q-20210621120947-stable-FP3), but the command
unzip IMG-e-0.17-q-20210621120947-stable-FP3
does not work. I can certainly unzip manually, but then no command works, from this one
fastboot flash system_a system.img -S 522239K
nothing works. I am not very comfortable with using the terminal, thank you for your advice to solve these difficulties!
Sincerely,

Welcome to the forum. It is over a year since I carried out this procedure upon my Mac, but no reason to assume that OSX BigSur has introduced complications.
Is IMG-e-0.17-q-20210621120947-stable-FP3.zip currently residing in “Downloads”? You can use default “Archive Utility” to decompress to get IMG-e-0.17-q-20210621120947-stable-FP3, which you have already done to get the eight .img

If I were you as my “Downloads” folder is cluttered, create a new folder on Desktop (ctrl key + mouse click) and name it FP3 or whatever. Drag IMG-e-0.17-q-20210621120947-stable-FP3 from “Downloads” to your newly created folder.

Open Terminal upon Mac then type cd / and drag newly created folder with mouse into terminal window, it then shows path to folder so in my case:
iMac-2:~ adrian$ cd //Users/adrian/Desktop/MobilePhones/FP3eOS
iMac-2:FP3eOS adrian$

Can’t remember whether you should be “sudo” with # instead of $ at the moment.

I am guessing that you didn’t point to IMG-e-0.17-q-20210621120947-stable-FP3 in “Terminal”, but forgive me if assumption is incorrect, Presumably fastboot and adb were installed via “Homebrew” upon your Mac?

3 Likes

Thanks for the quick answer. Yes I installed adb and fasboot via homebrew, and the fastboot and adb devices commands point to my FP3. But it’s the next step that doesn’t work


I understood that I had to point in the terminal to the folder that contains my unzipped file.

Then, I put my phone in fastboot mode, I make the command lines but it blocks again from the second fastboot flash system_a system.img -S 522239K
This is what my terminal displays.

If you have an idea of what can block


1 Like

The terminal says it can’t find the file system.img.
If you are sure the file is in the folder you are operating in with the terminal, try ./system.img instead of system.img, this should force the terminal to get the file from the current folder.

3 Likes

Parfait ça a marché ! Merci beaucoup pour la réactivité des réponses !

3 Likes

@PhilippeLeBel

Glad that issue now sorted for you and for the record “sudo” is not needed by the way:

iMac:~ adrian$ cd //Users/adrian/Desktop/MobilePhones/FP3\ eOS/IMG-e-0.13-q-2020120789006-dev-FP3
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ adb reboot bootloader
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot -w
Erasing ‘userdata’ OKAY [ 0.861s]
mke2fs 1.45.4 (23-Sep-2019)
Creating filesystem with 12777209 4k blocks and 3194880 inodes
Filesystem UUID: 0580f62a-2c9f-4e4f-abf0-e59f05e7b23d
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424

Allocating group tables: done
Writing inode tables: done
Creating journal (65536 blocks): done
Writing superblocks and filesystem accounting information: done

Sending ‘userdata’ (4661 KB) OKAY [ 0.130s]
Writing ‘userdata’ OKAY [ 0.058s]
Finished. Total time: 1.316s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash system_a system.img -S 522239K
Sending sparse ‘system_a’ 1/4 (515836 KB) OKAY [ 13.303s]
Writing ‘system_a’ OKAY [ 2.376s]
Sending sparse ‘system_a’ 2/4 (514704 KB) OKAY [ 13.416s]
Writing ‘system_a’ OKAY [ 2.363s]
Sending sparse ‘system_a’ 3/4 (515456 KB) OKAY [ 13.749s]
Writing ‘system_a’ OKAY [ 2.352s]
Sending sparse ‘system_a’ 4/4 (457728 KB) OKAY [ 11.844s]
Writing ‘system_a’ OKAY [ 2.104s]
Finished. Total time: 61.615s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash boot_a boot.img
Sending ‘boot_a’ (65536 KB) OKAY [ 1.757s]
Writing ‘boot_a’ OKAY [ 0.319s]
Finished. Total time: 2.124s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash vendor_a vendor.img -S 522239K
Sending ‘vendor_a’ (430500 KB) OKAY [ 11.355s]
Writing ‘vendor_a’ OKAY [ 1.961s]
Finished. Total time: 13.409s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash dtbo_a dtbo.img
Sending ‘dtbo_a’ (8192 KB) OKAY [ 0.231s]
Writing ‘dtbo_a’ OKAY [ 0.068s]
Finished. Total time: 0.340s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash vbmeta_a vbmeta.img
Sending ‘vbmeta_a’ (4 KB) OKAY [ 0.040s]
Writing ‘vbmeta_a’ OKAY [ 0.021s]
Finished. Total time: 0.108s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash system_b system.img -S 522239K
Sending sparse ‘system_b’ 1/4 (515836 KB) OKAY [ 11.163s]
Writing ‘system_b’ OKAY [ 2.363s]
Sending sparse ‘system_b’ 2/4 (514704 KB) OKAY [ 11.138s]
Writing ‘system_b’ OKAY [ 2.358s]
Sending sparse ‘system_b’ 3/4 (515456 KB) OKAY [ 11.373s]
Writing ‘system_b’ OKAY [ 2.356s]
Sending sparse ‘system_b’ 4/4 (457728 KB) OKAY [ 9.950s]
Writing ‘system_b’ OKAY [ 2.106s]
Finished. Total time: 52.838s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash boot_b boot.img
Sending ‘boot_b’ (65536 KB) OKAY [ 1.457s]
Writing ‘boot_b’ OKAY [ 0.320s]
Finished. Total time: 1.824s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash vendor_b vendor.img -S 522239K
Sending ‘vendor_b’ (430500 KB) OKAY [ 9.375s]
Writing ‘vendor_b’ OKAY [ 1.978s]
Finished. Total time: 11.374s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash dtbo_b dtbo.img
Sending ‘dtbo_b’ (8192 KB) OKAY [ 0.211s]
Writing ‘dtbo_b’ OKAY [ 0.061s]
Finished. Total time: 0.317s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot flash vbmeta_b vbmeta.img
Sending ‘vbmeta_b’ (4 KB) OKAY [ 0.040s]
Writing ‘vbmeta_b’ OKAY [ 0.021s]
Finished. Total time: 0.108s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$ fastboot oem lock
OKAY [ 0.076s]
Finished. Total time: 0.076s
iMac:IMG-e-0.13-q-2020120789006-dev-FP3 adrian$

Bonjour,
Je tente Ă©galement d’installer /e/ sur mon fairphone, cependant je ne peux obtenir mon code de dĂ©verouillage sur la plateforme : Bootloader Unlocking Code for Fairphone 3 - Fairphone
En effet, en renseignant les bons numĂ©ros IMEI & de sĂ©rie, j’obtiens un message d’erreur me disant que l’un ou l’autre sont faux, or ce n’est pas le cas

Avez-vous dĂ©jĂ  Ă©tĂ© confrontĂ© Ă  ce cas ? Comment puis-je malgrĂ© tout obtenir ce code pour procĂ©der Ă  l’installation /e/ ?

Merci d’avance pour vos retours,


Hi,
I try too to install /e/ on my fairphone, but i can’t receive the Bootloader Unlocking Code (Bootloader Unlocking Code for Fairphone 3 - Fairphone) despite the correct number of serie & IMEI 

Could you help me ? Have you ever had this problem ? How can i unstall the /e/ on my fairphone ?

Thanks by advance for your feedback !

Welcome to the community forum.

What exactly isn’t working for you?
Until then 
 via the search function of the forum 


2 Likes

Hi @AnotherElk and thanks for your return.
I have the same problem as :

I’ll try to find answers on this topic


This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.