| Advertisements |
How can I connect my "Android Terminal" extension to my Android phone?
First, connect your Android device to the computer with a USB cable. Then make sure the developer mode is enabled on your Android device. To enable developer mode, you'll need to access the Developer Options in the device settings. Here's how you can do it:
Now, click the action button in the browser toolbar area. You may find the icon within the "extensions" popup. A fresh "Terminal" window will appear. Select the "Open Terminal" option and grant permission for the extension to access the USB device. Next, inspect your Android phone to confirm the connection. Your Android device will display a public key's fingerprint associated with the extension. If you plan to use this tool frequently, select the "Remember this key" option and authorize the connection. The extension will launch a new terminal where you can confirm access by entering the "uname -a" command and pressing the Enter key.
If you require an additional terminal, use the keyboard shortcut Ctrl/Command + Shift + S. You can open as many terminals as necessary. To close a terminal, input "exit" and hit Enter. Any closed sessions will be automatically removed.
recommended "2FA (Two Factor Authentication)" extension for Chrome, and Edge browsers.
2FA (Two-Factor Authentication) is an Aegis-compatible browser extension for managing TOTP and HOTP codes. It stores your tokens in an encrypted Aegis database file on your device instead of browser storage, making it easy to sync across devices with any file-sharing service. The database uses the same strong encryption as Aegis Authenticator and is fully compatible with the Aegis Android app. You can create, edit, organize, and delete tokens, customize their details and icons, and use keyboard shortcuts for faster access. Read more here.
Supported keyword shortcuts
What's new in this version?
Please check the Logs section.
Is it safe to save the public key on my Android device?
By saving the public key generated by this extension when you initially connect it to your Android device, you can open terminals when your USB is connected without the need to reconfirm the communication each time. If you no longer require these keys, you can revoke all public keys within your Android developer menu.
The extension stores the generated public and private keys in the private IndexedDB storage. It's important to note that this storage will be deleted if you uninstall the extension from your browser. You will need to allow the new key after the first connection is established.
Can I send files to my Android device with this extension?
While the connection is live, you can transmit multiple files simultaneously. To accomplish this, press Ctrl/Command + Shift + Z to browse your files. Choose all the files you wish to send to your Android device, and then specify the destination path on the phone. The default directory for this is "/storage/emulated/0/Download/." The extension will provide progress updates on the file transfer within the notification area of the page.
Can I use this extension to take screenshot of the Android device directly in my Desktop computer?
During an active communication session, use the Ctrl/Command + Shift + C keyboard shortcut. The extension will capture a screenshot of the current display. If your Android device is locked, the screenshot will be taken from the lock screen. The image will be saved in PNG format in the default download directory of your browser.
How can I see the list of installed packages on my Android device?
To view a list of all installed packages on an Android device, you can use the pm (package manager) command in the terminal. Open a terminal or shell on your Android device, and then use the following command:
pm list packagesCan I use this extension to archive a package and its stored data into my desktop computer?
Yes, you can use this extension to archive a package and its stored data to your desktop computer. Here's how you can do it: Open a shell window on your Android device. Type the backup command with the appropriate options to create an archive of the package and its data. For example:
bu backup -apk -obb -shared -all -f /storage/emulated/0/backup.adb com.example.packageIs it possible to back up packages for multiple users when the multiple profiles feature is enabled on a Pixel device?
You can use the "bu" command with the "-user" argument for backing up packages for different users. However, it's crucial to ensure that your Android device supports this feature. You can test this by opening multiple terminals, running "logcat" in one view, and then executing the "bu backup" command with the "-user" argument to check if any errors appear in the Android log view. Also, check "bu help" for more info about supported arguments.
When I try to connect to my phone I get "Failed to execute 'claimInterface' on 'USBDevice': Unable to claim interface." error. How can I fix it?
It means that you already have an active ADB server. run adb kill-server on a terminal to release the server.
Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.
| Permission | Description |
|---|---|
| storage | to keep internal preferences |