adbToolbox [macOS] [tool] [twrp-bootloader-root] - Google Pixel 3 Guides, News, & Discussion

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.0 - stable

Related

[SPLASH1] Sketchy Android.

Hi all, this is my first splashscreen image.
Download from attachments and extract, preview here:
{
"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"
}
How to install:
1) Open CMD
2) Navigate to the folder where you stored the splash1.img
3) Reboot the phone in Fastboot Mode
4) Type the following command in CMD: fastboot flash splash1 splash1.img
5) Reboot
Done. Enjoy the few seconds you can see it while booting the phone. ^^
nice drawing bro
thanks k0sh
screen shot????
On the first post, you can see it.
Sent from my HTC Wildfire using XDA App

[GUIDE] How To Install in Recovery LG L1 II E410/11/15

How To Install in Recovery
E410/11/15
{
"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"
}
Requirements:
LG L1 II bootloader unlocked (How to unlock here)
Terminal Emulator
recovery-L1II here
steps:
Download the recory-L1II ( link above)
Download some recovery CWM , CWM TOUCH,Philz RECOVERY
Unpack zip the chosen recovery in "internal memory" (/sdcard) They must have the "recovery.img" on this route
Unpack "recory-L1II" in "internal memory" (/sdcard)
Open the terminal and run these commands
su
cd sdcard
sh recovery.sh
Done

[Boot Animation]Watch Dogs v3.0 Boot Animation

{
"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 is not created by me This is created by Christian Tailor,the author of the Marvel / DC Character Loop.
www.christiantailor.co.uk
http://www.ninedekay.com/
Source Page
https://forum.xda-developers.com/nexus-4/themes-apps/boot-animation-watchdogs-v2-1-t2733053
Requirements
Bootloader Unlocked With A Custom Recovery Flashed In It
Installation Procedure
Download boot animation from this thread,
Go to recovery and flash this zip
reboot and Enjoy
Note: May not work with Flyme OS
Download Link
https://drive.google.com/open?id=0Bz6Fq2POoJTlNDhkVGZUaGlfbkU
Do Not Forget To Press Thanks If You Like It
Regards
Murtaza Piplod
Adding sound is still a mess.

What is the recovery.img file for AOKP nightly ?

I'm about to install AOKP ROM for my Asus Zenfone 2 (1080p)
couldn't find my device on AOKP devices page
but in an another page :
{
"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"
}
and found ota rom file and recovery.img file
do I just copy ota rom file and install the rom directly from the phone(my phone installs Ota updates that way)
or I need to flash that "recovery.img" as a custom recovery"??
I did install AOKP ROMs on other devices but they didnot work with their recovery.img
I had to use TWRP instead (I'm also aware of unlocking bootloader for my Asus)

Question Masgisk patched boot.img won't write

Sorry for the trouble. I have the Magisk patched boot.img file back on my computer. I attempt to flash it and it won't write.
{
"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"
}
Any suggestions on how to fix this?
You're trying to write boot in fastbootd.
Try
Code:
adb reboot bootloader
instead of fastboot first
craznazn said:
You're trying to write boot in fastbootd.
Try
Code:
adb reboot bootloader
instead of fastboot first
Click to expand...
Click to collapse
I love you Craznazn. You are my hero. Thank you, thank you.

Categories

Resources