How to install Apk's without developer mode on chromebook
Linux terminal Chrome flag
chrome://flags/#crostini-container-install
Performance Boost Chrome flags
chrome://flags/#crostini-gpu-support
chrome://flags/#scheduler-configuration
HONEYGAIN
https://r.honeygain.me/RAGEF0B06D
Linux commands
Code 1: sudo apt-get install android-tools-adb -y
Code 2: adb connect 100.115.92.2:5555 OR adb start-server
Code 3: adb install “filename.apk”
ERRORS
"more than one device/emulator” ➜ Code 4: adb -s emulator-5554 install filename.apk
“Permission Denied” OR “Command Not Found” ➜ Code 5: adb start server ➜ "AFTER RESTART THE TERMINAL AND RUN" ➜ Code 2: adb connect 100.115.92.2:5555
“kill the server”➜ Code 6: adb kill-server "AFTER CLOSE THE TERMINAL AND START FROM CODE 1"
“No such file or directory” ➜ Check the filename OR Check if the file is in the Linux folder
Code 10: cat /etc/debian_version
Comments
Post a Comment