Project Samsung S7 LineageOS

From JoBaPedia
Revision as of 15:04, 7 September 2019 by Joachim (talk | contribs) (→‎Get ADB)
Jump to navigation Jump to search

Samsung S7 LineageOS

Preparation

Get ADB

mkdir ~/LineageOS
cd ~/LineageOS
wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip
unzip platform-tools-latest-linux.zip
echo '
 if [ -d "$HOME/LineageOS/platform-tools" ] ; then
   export PATH="$HOME/LineageOS/platform-tools:$PATH"
 fi' >> ~/.profile
. ~/.profile
adb version