Someone has the ROM file "lineage-14.1-20170514-UNOFFICIAL-LegacyXperia-mango.zip " to download? the site its down. thanks in advance
Upload limit here is 20.00 MB so I had to use an external provider. The only one I know which works without registration is framadrop.org but the maximum expiration is 60 days. So the following link is just 60 days valid from today on:
https://framadrop.org/r/Ybi3jQ3FNW#yGFk0FEHRRNM2a9Pu/KHmiPHXfK8NDIvct9Bn0OHJOc=
Happy hacking!
Edit:
File hosted by
@MontiMcFLy:
http://montimcfly.de/sk17i/
My install notes to flash this ROM under Debian GNU/Linux:
###### LineageOS
-
https://forum.xda-developers.com/xp...alling-lineage-os-14-xperia-mini-pro-t3559424
-
https://forums.oneplus.com/threads/closed-solved-twrp-unale-to-mount-storage-help.544878/
1. Install ADB and Fastboot:
```
apt update && apt install android-tools-adb android-tools-fastboot
```
2. Check fastboot connection:
```
$ fastboot devices
```
If you get `no permissions fastboot` or `<waiting for device>` try again with root rights.
3. Download custom Rom:
https://basketbuild.com/devs/AdrianDC/LegacyXperia/mango/LineageOS-14.x
4. Install LineageOS 14.1 Rom (Android 7.1.2)
4.1. External memory card is required to install the rom (Ext4 only 1 partition). At least around 4gb, must be very fast (Class 10 u3), and should be at around 8gb if possible. All apps, data, etc will go here.
4.2. Flash boot.img in fastboot mode (ski17i powered off, plugging in USB cable while pressing volume-up, blue LED will indicate fastboot mode):
```
fastboot flash boot boot.img
fastboot reboot
```
Press volume rocker continuously during boot to access recovery system.
4.3. Wiping
Select "Wipe" -> "Format Data" (type `yes`) -> "Reboot Sytem" (as suggested)
Press volume rocker continuously during boot to access recovery system.
"Wipe" -> "Swipe to Factory Reset" -> "Back" -> "Advanced Wipe" -> select "System" -> "Swipe to Wipe" -> 3x back
4.4. Flashing
"Advanced" -> "ADB sideload" -> select "Wipe Dalvik Cache" and "Wipe Cache" -> "Swipe to Start Sideload" -> connect USB cable -> via terminal:
```
adb sideload lineage-14.1-20170514-UNOFFICIAL-LegacyXperia-mango.zip
```
5. Reboot into LOS, may take a while for the first time, ignore warnings.