SYSTEM NOTICE: Just a heads up, we are doing routine system maintenance on the site. Uploads will be disabled during this time. The maintenance may take up to 24 hours. Thank you for your understanding and patience.
UPDATE! Original flashable zip have been lost. It seems like the OP have decided to keep the file private for themself. Feel free to DM me on Discord: KevinTaswin[hashtag]6461 if you have one, I'll archive it ASAP.
This archive is NOT a classic flashable zip ROM that you might commonly encounter. Use 7-Zip or WinRAR or any other archive decompressing program to extract this file. Copy it over to the phone and restore to this image by selecting Restore option in TWRP.
Following items are removed to extend usable user space on /data partition:
1. /system_root/system/fonts/NotoColorEmoji.ttf
2. /system_root/system/etc/permissions/*audiofx.xml
3. /system_root/system/etc/permissions/*updater.xml
4. /system_root/system/media/bootanimation.zip
5. /system_root/system/priv-app/AudioFX
6. /system_root/system/priv-app/SoundPicker
7. /system_root/system/priv-app/Updater
8. /system_root/system/product/etc/permissions/*contacts.xml
9. /system_root/system/product/etc/permissions/*dialer.xml
10. /system_root/system/product/etc/permissions/*maps.xml
11. /system_root/system/product/etc/permissions/*eleven.xml
12. /system_root/system/product/etc/sysconfig/*desclock.xml
13. /system_root/system/product/etc/sysconfig/*messaging.xml
14. /system_root/system/product/app/DeskClock
15. /system_root/system/product/app/Etar
16. /system_root/system/product/app/ExactCalculator
17. /system_root/system/product/app/Jelly
18. /system_root/system/product/app/LatinIME
19. /system_root/system/product/app/messaging
20. /system_root/system/product/app/Recorder
21. /system_root/system/product/app/Webview
22. /system_root/system/product/overlay/AccentColor*
23. /system_root/system/product/overlay/Lineage*Accent
24. /system_root/system/product/overlay/Lineage*Font
25. /system_root/system/product/media/audio/alarms
26. /system_root/system/product/media/audio/notifications
27. /system_root/system/product/media/audio/ringtones
28. /system_root/system/product/priv-app/
29. /system_root/system/product/priv-app/Contacts
30. /system_root/system/product/priv-app/Dialer
31. /system_root/system/product/priv-app/Eleven
32. /system_root/system/system_ext/etc/permissions/snap.xml
33. /system/system_ext/priv-app/Gallery2
34. /system/system_ext/priv-app/Snap
WARNING: I'm not responsible in the case of permanent data loss or getting hard brick. Do it at your own risk; Optimal configuration that I intented it to be is as follow:
• If you the kind of guy that perfectionist (As I sure do) you'll need to flash your phone to Stock Fastboot Image to be able to partition this precisely.
• Then partition /system to 1.59 GB (Free space: 266 KB) and 12.49 GB for /data by executing the following commands:
adb push mkfs.ext4 /sbin
adb push parted /sbin
adb shell
chmod 777 /sbin/parted
chmod 777 /sbin/mkfs.ext4
parted /dev/block/mmcblk0
unit b
p free
rm 46
rm 45
mkpart system ext4 620756992 2336300812
name 45 system
set 45 msftdata on
mkpart userdata ext4 2336300813 15757993471
y
i
name 46 userdata
set 46 msftdata on
quit
mkfs.ext4 /dev/block/mmcblk0p45
y
mkfs.ext4 /dev/block/mmcblk0p46
mount /dev/block/mmcblk0p45 /system_root
mount /dev/block/mmcblk0p46 /data/media
exit
adb push [FILE_LARGER_THAN_1.6_GB] /sdcard
Extra notes:
• The boot image isn't pre-patched with Magisk.
• Bootatnimation and Emoji can be re-added later by copying bootanimation.zip and NotoColorEmoji.ttf to its respective locations (As if its included prebuilt) on SUI Magisk Module folder (For example).
• GBoard, Trichrome Library and split apk installer (X-plore or SAI) also the Android System WebView itself need to be installed via pushing the apk files over USB or SD Card on first-time device setup. Download the necessary apk files from site like apkmirror.com.
Additional Information:
Nothing has been added and "-mfb=273 -md=1024m" parameters are used during compression.
This project made independently with zero intervention from other entities. All credits goes to each single respective entity for providing their time and effort and delivering amazing work to the public:
• lineage-18.1-20220713-UNOFFICIAL-Z00L by markkiths.
• GAppsCore by NikGApps.