LineageOS 14.1

LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Disclaimer
Installation
If you are installing custom ROM for the first time ever:
1. MAKE THE BACKUP OF ALL YOUR DATA!
2. UPDATE THE TABLET TO LATEST MARSHMALLOW ROM VIA ODIN!
Generic installation procedure:
1. MAKE THE BACKUP OF ALL YOUR DATA!
2. DOWNLOAD THE ZIP(S)
3. INSTALL A COMPATIBLE RECOVERY
4. WIPE YOUR DATA (FACTORY RESET)
5. FLASH LINEAGEOS
6. FLASH THE GOOGLE APPS PACKAGE (OPTIONAL)
7. REBOOT
NOTE: To have seamless OTA updates, it is REQUIRED to flash TWRP 3.2.3-1 or newer (build date 25.10.2018 or newer)!
One-time migration to official builds without losing your data:
1. DOWNLOAD MIGRATION SCRIPT
2. BOOT RECOVERY AND UNLOCK YOUR DATA PARTITION IF IT IS ENCRYPTED
3. FLASH THE MIGRATION SCRIPT
4. FLASH THE OFFICIAL ROM
5. WIPE DALVIK AND CACHE
6. REBOOT
NOTE: If modem and RIL stops working after migration, then it is MANDATORY TO FLASH THE LATEST MARSHMALLOW STOCK ROM VIA ODIN and perform a clean installation of LineageOS!
Going back to unofficial builds without losing your data (if necessary):
0. DOWNLOAD MIGRATION SCRIPT
1. BOOT INTO RECOVERY, UNLOCK THE DATA PARTITION IF IT ENCRYPTED AND ATTACH USB CABLE
2. PUSH THE MIGRATION SCRIPT TO THE TABLET:
3. OPEN ADB SHELL ON PC AND PERFORM THE MIGRATION:
4. FLASH THE UNOFFICIAL ROM
5. WIPE DALVIK AND CACHE
6. REBOOT
Downloads / Changelogs
ROM
su addon
Google Apps (GApps)
Changelogs (Mirror)
Changelogs (Official)
Credits
Android Open Source Project (AOSP)
LineageOS Project
Team Exynos5420
@Barracuda77777, @UpInTheAir, @crpalmer
@eousphoros, @nvertigo67, @Nexorrr
and all the supporters, testers and advisors
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Installation
If you are installing custom ROM for the first time ever:
1. MAKE THE BACKUP OF ALL YOUR DATA!
2. UPDATE THE TABLET TO LATEST MARSHMALLOW ROM VIA ODIN!
Generic installation procedure:
1. MAKE THE BACKUP OF ALL YOUR DATA!
2. DOWNLOAD THE ZIP(S)
3. INSTALL A COMPATIBLE RECOVERY
4. WIPE YOUR DATA (FACTORY RESET)
5. FLASH LINEAGEOS
6. FLASH THE GOOGLE APPS PACKAGE (OPTIONAL)
7. REBOOT
NOTE: To have seamless OTA updates, it is REQUIRED to flash TWRP 3.2.3-1 or newer (build date 25.10.2018 or newer)!
One-time migration to official builds without losing your data:
1. DOWNLOAD MIGRATION SCRIPT
2. BOOT RECOVERY AND UNLOCK YOUR DATA PARTITION IF IT IS ENCRYPTED
3. FLASH THE MIGRATION SCRIPT
4. FLASH THE OFFICIAL ROM
5. WIPE DALVIK AND CACHE
6. REBOOT
NOTE: If modem and RIL stops working after migration, then it is MANDATORY TO FLASH THE LATEST MARSHMALLOW STOCK ROM VIA ODIN and perform a clean installation of LineageOS!
Going back to unofficial builds without losing your data (if necessary):
0. DOWNLOAD MIGRATION SCRIPT
1. BOOT INTO RECOVERY, UNLOCK THE DATA PARTITION IF IT ENCRYPTED AND ATTACH USB CABLE
2. PUSH THE MIGRATION SCRIPT TO THE TABLET:
Code:
adb push migration.sh /migration.sh
Code:
chmod +x /migration.sh
sh /migration.sh unofficial
5. WIPE DALVIK AND CACHE
6. REBOOT
Downloads / Changelogs
ROM
su addon
Google Apps (GApps)
Changelogs (Mirror)
Changelogs (Official)
Credits
Android Open Source Project (AOSP)
LineageOS Project
Team Exynos5420
@Barracuda77777, @UpInTheAir, @crpalmer
@eousphoros, @nvertigo67, @Nexorrr
and all the supporters, testers and advisors
Last edited: