EskeRahn 5,459 Posted November 12, 2020 Share Posted November 12, 2020 This is intended as a central entry point with links to known ROMs for the PRO1/PRO1X. You will need android adb / fastboot tools that officially can be found here (Windows / Linux / mAc)Important step BEFORE changing from Android initially!! If you want to ever be able to change the phone back to the state it had when you received it with stock Android, there is an important step that is needed before flashing any non android-based ROM, That is to backup the persist partition. If the device is unlocked and a recovery boot is present a fairly simple partition backup method (for Windows / Linux / mAc) can be found here. If the device is locked @mosen has kindly made a comprehensive guide here, though Linux only. That's whether device is locked or not. We have not (yet?) got a guide for Windows / mAc for locked devices, but until then see this post. (The suggestion with fastboot unfortunately does NOT work on neither the Pro1 nor the Pro1X though, so most likely we will need edl to do it), @steeb have reported that the detection of the Keyboard open/close on the Pro1X is gone when switching back to Stock after using the early UT ROM without this step!!. Pro1 (2019, Snapdragon 835): Stock Android Pie - Official distribution discussion and link AEX-9 - Community version, Link only AICP-S , and from aicp-rom.com - Bugged Official distribution discussion and link AICP-R , and from aicp-rom.com - Previously official distribution discussion and link AICP-Q - Community version, discussion with link AICP-P - Community version, Link only Droidian - Community version, Discussion and Link eos and from e- Discussion and link LineageOS 21.0 , and from LineageOS.org - Official distribution discussion and link LineageOS 20.0 , Previously official distribution discussion and link LineageOS 19.1 , Previously official distribution. now community maintained discussion LineageOS 18.1 - Previously official distribution. now community maintained discussion and link LineageOS 17.1 - Previously official distribution, now community maintained discussion and link LineageOS 16.0 - Previously official distribution, now community maintained discussion and link PostmarketOS - Maemo-link, thanks @Fxtecish Sailfish - Community version, discussion with link Ubuntu-touch - Community version, discussion with link LineageOS-MicroG an unofficial LineageOS fork with microG gapps, see their page DivestOS 20.0 official release for Pro1 (QX1000) and Pro1x (QX1050) (I even see more Pro1 community builds being mentioned in the comments here, I have no idea of the state of these) Pro1X (2022, Snapdragon 662): Flashing Stock Android in 'fastbootd' Mode (Windows/macOS/Linux) - Official distribution Stock Android 11. Official distribution. Android 11 without GMS-apps. Official distribution. LineageOS 21.0 , and from LineageOS.org - Official Distribution Discussion and Link LineageOS 20.0 , Previously official distribution. Discussion and Link Droidian - Community version, Discussion and Link Sailfish- Community version, discussion with link Ubuntu-touch - Community version, discussion with link LineageOS-MicroG an unofficial LineageOS fork with microG gapps, see their page eos and from e- Discussion and link DivestOS 20.0 official release for Pro1 (QX1000) and Pro1x (QX1050) I will try to keep this updated. If you know of missing link(s), to reasonably stable ROMs, send me a PM. Discussions on the ROMs should be kept in the respective threads, this is just an entry point @Justin have provided a step-by-step one on edl-flashing here (for linux). Back to the FAQ thread here. 5 26 Link to post Share on other sites
EskeRahn 5,459 Posted August 6, 2022 Author Share Posted August 6, 2022 I personally use the below batchfile on Windows to help myself doing things correctly, without forgetting something. Called with two parameters. [1] recovery image to flash and [2] the main zip to flash. Followed by other packages needed, e.g. GAPPS. LineageOS supply both as a pair, for other OS it might be different. @ECHO off if %2.==. goto :EOF ECHO * Wait for boot to bootloader to finish (or do manually holding VolDown+Power) adb reboot bootloader pause echo * sending %1 fastboot --set-active=a fastboot flash boot %1 REM fastboot reboot recovery does not work, so do manually: ECHO * Roll down to "Recovery Mode" with VolDown, and press Power to select. :REPEAT ECHO * Await recovery boot. Select "Apply update", "Apply from ADB" for flash of ECHO * %1 pause ECHO * If prompted (shortly after 47%%) tap "yes" to "...Install anyway" adb sideload %1 TimeOut 5 /nobreak>nul shift if %1.==. goto :NORM ECHO * Back to main menu, select Advanced, "Reboot to recovery". goto :REPEAT :NORM ECHO * From main menu, select Reboot. ECHO **DONE** Should now boot into the new rom 1 Link to post Share on other sites
Recommended Posts