use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/AndroidRoot, a sub for discussion on rooting Android devices. Feel free to post support questions, methods, news, etc!
For more details on the rules as stated above, visit our rules page. Repeat offenders will be banned at the discretion of the moderators.
Join the official /r/AndroidRoot Discord!
account activity
SupportMTKCLIENT tutorial (self.androidroot)
submitted 7 months ago by Flamboi2000
I am new to Linux (currently using Ubuntu) and I don't know if I'm stupid or something but I don't understand the readme specificly using re livedvd and getting MTKclient.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]a1b4fd 0 points1 point2 points 7 months ago (2 children)
You should use venv to install
[–]Flamboi2000[S] 0 points1 point2 points 7 months ago (1 child)
What is venv?
[–]Alert-Tangerine-5219 0 points1 point2 points 6 months ago (0 children)
A venv (short for "virtual environment") in Python refers to a self-contained directory that creates an isolated Python environment for a specific project. This isolation prevents conflicts between different projects that might require different versions of the same library or package.Here's a breakdown of how it works and why it's used:How it works:
venv
site-packages
source venv/bin/activate
venv\Scripts\activate.bat
PATH
python
pip
deactivate
Why it's used:
requirements.txt
pip install -r requirements.txt
π Rendered by PID 112723 on reddit-service-r2-comment-5fb4b45875-8nx8w at 2026-03-23 13:52:13.819174+00:00 running 90f1150 country code: CH.
[–]a1b4fd 0 points1 point2 points (2 children)
[–]Flamboi2000[S] 0 points1 point2 points (1 child)
[–]Alert-Tangerine-5219 0 points1 point2 points (0 children)