fix key messages (Google Key) on cubot X19 - Miscellaneous Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
fix key messages (Google Key) on cubot X19
This method worked for me to get rid of the key messages «(Google Key)» . With adb platform tools use this command prompt
the you need to be installed
adb driver
How to install Best Android ADB Driver on your computer​- download adb.zip (Attached file) unzip to your computer desktop
- Open a command prompt inside a folder adb. right mouse button l menu, select to open a command window
- copy and paste command [adb devices] (Check Device by Sending below Command)
Example of making sure to connect to the phone
Code:
adb devices
Code:
adb shell pm uninstall -k --user 0 com.mediatek.factorymode
Restart the device
NEXT
[GUIDE] CUBOT X19​

Related

Rightclick Droid

Always wanted to install a apk or move a file to your phone in 1 click without a usb cable?
Now it's possible
I made a few simple scripts and made a installer for those.
Just rightclick a file and go to "send to" and then you can choose to send it to your sdcard or install it(apk).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download: http://seahorsepip.us/Rightclickdroid.exe
ADB Wireless is Required: https://play.google.com/store/apps/details?id=siir.es.adbWireless
How to install:
1. install adb wireless on your phone
2. start adb wireless
3. run Rightclickandroid.exe
4. edit the "device" value to be the same as the value shown at adb wireless
5. save and close notepad
6. done!
7. to change the device value you can just run Rightclickandroid.exe again
Notes:
-Only supports one file, instead of multiple(will be implented in next version)
-Theres no progress window or notification on your phone
-Only accepts files from the windows drive so no other partitions or usb drives
I hope you like it ^^

[TOOL] [LINUX/MAC] Nexus Tools 2.4 (Featured by XDA)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot for Mac OS X and Linux. The script does not need to be downloaded, simply copy and paste this command into the terminal and run it to install Nexus Tools:
Code:
bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)
and this command to un-install Nexus Tools:
Code:
bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)
These commands will download the selected script and run it. The script will download the files it needs during runtime, so it requires an internet connection. The script works on both Mac OS X and Linux (as long as the curl package is installed).
Nexus Tools requires sudo privileges to install/uninstall the adb and fastboot tools to /usr/bin, so they can be run without typing the full directory. Nexus Tools is licensed under the GPLv3 license.
GitHub Project
XDA News Article

[TOOL] ADB and Fastboot 29.0.2 portable with drivers (Windows) (29 aug 2019)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I decided to release latest version ADB and Fastboot since others were pretty outdated.
This will also save your time from downloading entire SDK if you have slow speed
ADB and Fastboot Version: 29.0.2-5738569
Notes:
If you want to add it in PATH, you must do it manually. I could make a batch file but I won't because i'm afraid it will break your enitre PATH
How to use:
Install ADB drivers if you haven't already.
Go to Drivers and open DPInst_x64 if your Windows is 64-bit or DPInst_x86.exe if your Windows is 32-bit
To install appropriate OEM drivers, you might want visit the page which includes links to OEMs
https://developer.android.com/studio/run/oem-usb.html#InstallingDriver
And don't forget to disable Driver Signature Verification if you are using Windows 8 and above
https://www.howtogeek.com/167723/ho...8.1-so-that-you-can-install-unsigned-drivers/
Open the ZIP and extract the files to your desired folder
Open Launcher.bat and type straight forward. It's portable
Download:
https://drive.google.com/file/d/1n_UYgi2AZPTIsvSZ7lz9EBBEs-cHeND6/view
https://www.androidfilehost.com/?fid=1899786940962572143

ADB Explorer

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ADB Explorer​
So basically this is ADB wrapped in a fluent UI, written in C# on WPF. So Windows only.
Latest version: v0.7.4 (beta)
Connect Android devices over USB / WiFi (manual & mDNS)
Browse and manage the file system, including push, pull, delete, rename, move, and copy
Install / Uninstall APKs from the device / PC, browse installed apps
Optional recycle bin to store deleted files on the device until you're sure about permanent delete
Drive view - acts like 'This PC' on Windows and displays usage and capacity of important locations
Enable root if your device supports that to enable some root features
All file operations are organized in a queue with progress usually available for push and pull
And more!
Check it out on GitHub (link to Microsoft Store inside): https://github.com/Alex4SSB/ADB-Explorer

[TOOL] ADB Installer Script

ADB Installer Script​A simple Python script for installing ADB (Android Debug Bridge) on Windows and Linux systems, and automatically adding ADB to the system's PATH.
Windows Usage: Download, and run the executable with Admin permissions.
Linux Usage: Download, install Python, cd into downloaded folder, run pip3 install -r requirements.txt and finnaly execute python3 main.py or python3 gui.py if you want.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:​
Free & OpenSource
Mantained
Windows & Linux
Automatic path adding
Click to expand...
Click to collapse
System Requirements: Windows 8.1 and above or Linux distribution which can run Python 3.x
DOWNLOAD LINK HERE!​

Categories

Resources