[TOOL] [LINUX/MAC] Nexus Tools 2.8 (Featured by XDA) - Nexus 5X General

{
"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 ADB/Fastboot:
Code:
bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)
and this command to un-install Nexus Tools:
Code:
bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)
Nexus Tools requires sudo privileges to install/uninstall the adb and fastboot tools to /usr/local/bin, so they can be run without typing the full directory. Nexus Tools is licensed under the GPLv3 license, and the source code is at the GitHub project below.
If you have a problem with Nexus Tools, leave a reply below or as an issue on the GitHub project!
GitHub Project
XDA News Article

added to index
[INDEX] LG NEXUS 5X Resources Compilation Roll-Up

This is a basic script and not specific to Nexus devices. @corbin052198 please contact me for further information.

Related

(Tut) Fix insufficient app storage error

Warning: I am not responsible for any thing happening to you or your phone
This should work on any phone and doesn't require root
1. Download and install Android SDK and Java development kit
2. Start up an elevated command prompt and type in cd C:\Program Files (x86)\Android/android-sdk\platform-tools or if that doesn't work cd C:\Program Files (x86)\Android\platform-tools
3. Make sure USB debugging is on then plug your phone into the computer
4. Go back to your command prompt and type in adb shell pm getInstallLocation then type adb shell pm setInstallLocation 2
5.Reboot. Now hopefully the error should be gone its been working for me so far
Credits- ganshani.com/2012/01/11/fix-insufficient-storage-avalible-on-android/
Sent from my R800i using Tapatalk
Right on, but most people already know how to do that. If you would of bothered to search you would have known jus sayin
Sent from my R800a using XDA App
^
Sent from my R800x using xda premium
{
"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"
}
double facepalm

[UTIL] MT65xx Image Tool

MT65xx Image Tool 0.3.1 [Beta] (20.08.2014)
{
"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"
}
This program is intended for editing of files of a boot and recovery images for devices on the MT65xx platforms. The program is developed on the basis mkbootimg tool for the MT65xx platforms.
Attention!
The program is provided "AS IS"!
If you do not understand something, it is better not use this program, otherwise you risk damaging your device.
Program features:
splitting of the boot image and recovery image on the components:
kernel and CPIO-archive containing the file system Root (RAM-disk), and reverse merging;
build a boot image and recovery image from custom kernel files and CPIO-archive with RAM-disk;
edit the following parameters of the image:
command line passed to the kernel;
name of the image;
physical address of the kernel boot;
physical address of the boot RAM-disk.
experimental feature to enable or disable the protection in the boot image (parameter "ro.secure" from the file "/default.prop" in the root file system).
Tested on devices:
Philips Xenium W8510 (MT6589);
Philips Xenium W732 (MT6575).
Download:
Windows-version:
View attachment 2935584
Linux-version (tested on Fedora Linux with shell KDE):
View attachment 2935585

Cyanogenmod 14.1 with Realtek Drivers Support for Alfa AWUS036H Wireless USB Adapters

Hello guys,
I have great news I have successfully managed to compile CM 14.1 for the Motorola Nexus 6 (shamu) with Realtek drivers support (RTL8187). It's now possible to use your Alfa wireless USB adapter with your phone in a chrooted Linux environment with the help of Linux deploy (Don't forget that USB OTG though )
Firstly start Linux deploy and VNC into your installed distro (mine's kali) then run the following command
Code:
airmon-ng
(having installed aircrack-ng through apt-get as well as pciutils first)
Here is what we get:
{
"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"
}
Unbelievable!:laugh: We get a second interface (wlan1) meaning our wireless USB adapter's been detected. So basically it's possible to put our adapter into monitor mode by running:
Code:
airmon-ng start wlan1
then finally running:
Code:
airodump-ng wlan1mon
HOW AMAZING IS THAT?:good:
It's as if you were using your own computer.
Enjoy!:good:
Downloads
Cyanogenmod 14.1:
https://www.androidfilehost.com/?fid=457095661767144301
OpenGapps:
http://opengapps.org
(I usually use the micro package but you're free to choose whatever you prefer. Also just a brief reminder ARM>Android 7.1>*choose variant*)

adbToolbox [macOS] [tool] [twrp-bootloader-root]

This software is thought for Android users that use a macOS (or OS X) system. It semplify easy or not action you can perform with Android-Debug-Bridge (ADB).
{
"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"
}
Basic Commands
reboot
reboot recovery mode
reboot bootloader mode
reboot download mode
Modding Commands
Unlock bootloader
Lock bootloader
Flash recovery.img
Flash zip file
Push files from Mac to Android
Other Commands
Install APK
Uninstall APP
Download
Download page
V.3.2 - stable
Cool tool! Will there be a Linux version in the works by chance?
Sent from my Pixel 2 XL using Tapatalk
thewraith420 said:
Cool tool! Will there be a Linux version in the works by chance?
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Hi, actually I don't have linux installed, and I don't know if I'll build the tool for linux system.
But I'll speak about it with my new team!
I'm going to add a new function: AUTO-ROOT button with Magisk

[KERNEL][Tiramisu]KernelSU For MI 8 SE(sirius/xmsirius)

{
"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"
}
KernelSU​
Code:
CAUTION
Only support Android 13 based on LineageOS sources(eg.Crdroid)
Based on AOSP will have some problems
!!! Not support MIUI !!!
Introduction
Code:
Q: What is KernelSU?
A: KernelSU is a kernel-based root solution for Android
Q: How different from Magisk?
A: Only App that is granted root permission can access `su`, other apps cannot perceive su.
Installation
CI Repo: link here
Code:
1.Go to CI repo and follow the steps to build or download on Release
2.Flash it on your Recovery
3.Install KernelSU manager and check it~
Notes
Code:
Please grant root access in KernelSU Manager by yourself, as the app cannot sense its presence, so it will not actively ask for root authorization
KernelSU can coexist with Magisk
You need to flash KernelSU again when update your rom version
Credits
Thanks for Weishu to Developed it
Thanks to okiineko for help with porting to 4.9.y kernel
Source Code: https://github.com/SakuraNotStupid/android_kernel_xiaomi_sdm710
非常感谢大佬

Categories

Resources