Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: PJ-Oscheh/LineageOS-Installer

LineageOS Installer 2.0

09 Jan 03:06
Compare
Choose a tag to compare
Pre-release

This release is completely revamped; the old code was scrapped and this new application was built from the ground-up. The installation scripts remain mostly the same but with some enhancements (e.g.: no more unnecessary timers, automatically boot TWRP). There should be no more issues starting the application either; a new set up application is included after you extract the zip below. It will automatically set up the scripts and the application it self (which is the normal Visual Studio publish installer thing)

What's new in this release:

  • Use of proper Material Design
  • No more message box forms
  • Less forms, proper names for forms (Instead of "Form1.vb, Form2.vb ..." we have "checkADB.vb, install.vb, etc; the only improper name is the first form, Form1.vb.)
  • An "Open in Browser" button when downloading files.
  • New Icons for the taskbar (I'm not an artist, but I suppose they're better than nothing)
  • A progress bar on the installation screen (this will be further improved later on)
  • Begin a Language Select screen (but it is not finished... and I started by hardcoding again... whoops. I'm going to scrap that at go to strings [finally!])
  • Automatic ADB Check (Although it does not check if the device is authorized or not; an automatic check for this will come in the next minor version)
  • A file check takes place before the installation. This checks for the LineageOS zip, TWRP img and GApps zip. It also checks to ensure the required installation scripts are present.
  • Probably some other stuff.

Issues:

  • Flat Buttons are pre-highlighted (except for "Change "Language" for some reason). They still work as expected.
  • On install.vb, most of the UI is invoked. This seems to be ok for now although I'll see if I can find a better solution to this.

This is, of course, the very first release of 2.0. I am focusing on stability, but there may be a minor bug or two, but I've flashed my Nexus 7 2013 WiFi and it worked just fine.

This is still only for devices with that use the standard flashing method, like Nexus devices or OnePlus devices. Samsung, HTC, LG and almost every other device type that has an unlocking website (or different unlocking procedure) will not work with this installer!

LineageOS Installer v1.4.1

07 May 00:06
Compare
Choose a tag to compare
Pre-release

This release may fail to start past the first form. If this is the case, please build from the source

The LineageOS Installer allows a user to install LineageOS to their device with minimal interaction with their PC or phone (or tablet).

How to use:

ENSURE YOU HAVE THE MICROSOFT .NET FRAMEWORK INSTALLED

  1. Download LineageOS-Installer.1.4.1.zip below.
  2. Extract the zip, and open install.bat in the extracted folder.
  3. Navigate to C:\Tools\LineageOSInstaller and open LineageOS Installer.exe.

NOTE: If you have file extensions disabled, you won't see the .exe extension in LineageOS Installer. However, I would highly suggest enabling them as it will make the instructions in the installer clearer, as all files are followed up by their extension (e.g.: .zip, .img)