CSx
Github Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

📱 LineageOS


Open-source Android distribution (OS)

Samsung Galaxy Tab 3 10in (3G)

  • TWRP

    • Installation

      • Download Heimdall (link below)
    • Access TWRP (link below)

      • Volume Up + Power + Home button

      • Release for Samsung splash screen

    • No MTP/OTG Access

      Connect USB

      adb push /dir/rom.zip /sdcard

ROM Installation

  1. Try MTP/OTG or use adb

  2. Move ROM.zip to device storage (unzip not necessary)

  3. Install (or wipe then install)

  4. Wipe the cache afterwards (clears out the ROM)

Auto rotate issues fix

  • adb root

  • adb shell

  • vim system/build.prop

    ++ log.tag.launcher_force_rotate=VERBOSE
    ++ lockscreen.rot_override=true
    

Resources