[Tutorial] How to create a custom signed vbmeta.img for Unisoc using AVBtool
[Tutorial] How to create a custom signed vbmeta.img for Unisoc using AVBtool
(29-09-2021, 03:30 PM)Gargoyle This possibility occurred to me only when I put it into service, so I will not try it now, but it would mean that it is immortal, like Xiaomi ?
(13-10-2021, 12:11 PM)RashGift How do I install python on Linux?
sudo apt update
sudo apt install python2.7 python-pip(13-10-2021, 12:37 PM)RashGift I'm the requirements
For windows users, download python and open ssl and add both to PATH
Wgay does that mean?
(14-10-2021, 10:37 AM)X3non(13-10-2021, 12:11 PM)RashGift How do I install python on Linux?
Code:sudo apt update sudo apt install python2.7 python-pip
1. refreshes the repositories
2. installs python 2.7 and pip for it
(14-10-2021, 10:39 AM)X3non(13-10-2021, 12:37 PM)RashGift I'm the requirements
For windows users, download python and open ssl and add both to PATH
Wgay does that mean?
when installing python, during the setup process, tick the checkbox to "add to path"
for openssl, you'll have to manually add it path
see "Add OpenSSL to your PATH" @ https://medium.com/swlh/installing-opens...992e26f6a1