Установка twrp mac os

Скачать и установить Fastboot и ADB на Mac

В данной статье рассмотрим как на ваш MacBook или iMac (MacOS), установить утилиты ADB и Fastboot для работы с Android.

Несмотря на то, что операционная система macOS является №2 по распространенности, но вот доступных инструкций как в ней работать с Android очень мало, если быть точнее управление устройством с помощью ADB и прошивка смартфонов и планшетов с помощью Fastboot.

Скачать ADB и Fastboot для macOS

Для того чтобы скачать и установить самую свежую версию утилит ADB и Fastboot для Android, вам необходимо перейти на официальный сайт разработки Android developer.android.com и скачать архив для MACOS.

Подготовка ADB и Fastboot к работе в MacOS

  • После того как архив будет загружен переходим в Finder и извлекаем содержимое, после чего, можете переместить папку platform-tools например в Документы.
  • Далее переходим в Launchpad, находим и запускаем программу Terminal.
  • В Terminal-e вам необходимо перейти в папку platform-tools, где уже находятся ADB и Fastboot. Выполнить это возможно с помощью команды для перемещения cd , но для того чтобы понять в какой именно сейчас вы папке находитесь, используйте команду ls .
  • После того как вы окажитесь в папке platform-tools проверяем работу утилит ADB и Fastboot, для это пишем команды следующим образом ./adb или ./fastboot

Если ниже появился вывод информации по использованию утилит, значит все работает правильно.

Включаем отладку по USB на Android

  • Теперь вам необходимо включить «отладку по USB» на Android и подключить к маку, чтобы проверить окончательно, все ли работает нормально, а также видит adb или fastboot ваше устройство.
  • Если ваш смартфон или планшет Android включен в обычном режиме пишем ADB команду:

Если после List of devices attached появился набор букв и цифр и рядом написано device, значит вы сделали все правильно.

Если устройство в режиме Fastboot, то вводим команду:

Для работы с ADB и Fastboot в MacOS в начале нужно всегда указывать ./ :

./adb devices

./adb reboot

./fastboot erase recovery

Все готово, теперь вы можете использовать ADB и Fastboot также как делали это в Windows.

Более подробно о командах ADB вы можете узнать в статье:

Подробно как прошивать Android устройства с помощью Fastboot:

P.S Если не охота каждый раз писать ./

Откройте Finder и нажмите комбинацию клавиш CMD + Shift + G, появиться окно перейти, вставьте путь /bin и нажмите OK.

Скопируйте файл adb и fastboot в папку bin!

Вот и все! Больше статей и инструкций читайте в разделе Статьи и Хаки Android. Оставайтесь вместе с сайтом Android +1, дальше будет еще интересней!

Источник

Установка twrp mac os

    Важно. Если у вас китайский аппарат (не путать с прошивкой) нельзя при заблокированном загрузчике устанавливать на него глобальные прошивки.
  • Установка прошивок при заблокированном загрузчике
  • Установка через XiaoMiTool

Если каким то образом окирпичили девайс, можно прошить прошивкой для своей версии девайса через

  • Тест-пойнт
  • В теме нет куратора. Если в теме есть пользователь, желающий стать Куратором и соответствующий Требованиям для кандидатов, он может подать заявку, создав новую тему в разделе Хочу стать Куратором (предварительно изучив Правила и рекомендации для Кураторов).
    До назначения куратора, по вопросам наполнения шапки, обращайтесь к модераторам раздела через кнопку под сообщениями, на которые необходимо добавить ссылки.

    Читайте также:  Поменять права linux chown

    Сообщение отредактировал destroyer71 — 14.09.21, 19:29

    Пока что батники и рекавери. Получу девайс, будут модемы.
    https://yadi.sk/d/eCVRp-2S3ZjFxa
    Добавлю русский вариант en.miui.com с оф.прошивками :
    http://ru.miui.com/thread-11407-1-1.html
    А по этой ссылке есть ещё и китйская девелоперка :
    http://en.miui.com/forum-204-1.html

    Сообщение отредактировал babay911 — 17.08.18, 13:07

    Сообщение отредактировал panin — 17.08.18, 10:36

    Источник

    [Q] Using TWRP on Mac — How do I mount to load a ZIP and install (when fully wiped)??

    Hog Milanese

    Member

    Made the mistake of wiping all data on my SGS3 (AT&T), rooted, etc.

    I’m in TWRP (2.3.3.1) and I want to load a new ROM .zip file via USB cable from my Macbook (OSX).

    How can I do this?? Tried mounting internal storage, but nothing happened. I’m basically bricked until I can get another Zip on the phone! Help please!!

    CyaN1de

    Senior Member

    You dont have a backup on the phone you can restore or a rom you downloaded that you can flash?

    If you have odin (if available for mac) you can use that to put an odin flashable rom onto the phone.

    ˙ıııs ʎxɐlɐb bunsɯɐs ʎɯ ɯoɹɟ ʇuəs

    Hog Milanese

    Member

    Odin isn’t available for Mac.

    I have ROMs to install, but they’re on the Mac, and not on the phone. it is wiped (except for the TWRP recovery).

    Alexandre-P

    Senior Member

    ODIN is not available for MacOS X, but you can use another software called Heimdall (http://www.glassechidna.com.au/products/heimdall/) to flash a stock ROM into your phone.

    Another way to make a (custom) ROM available to flash in TWRP would be to use a microSD card. Use a microSD card reader connected to your computer, and copy your desired ROM into the microSD card. Then, place the microSD card into your phone. TWRP should be able to read the content of your microSD card, and flash the ROM.

    Finally, a third way — I never used that, though — would be to use ADB sideload capability to sideload a ROM into your phone using ADB. More info about this in the TWRP site (http://teamw.in/ADBSideload).

    I don’t think you can USB mount your phone into your computer and manage the internal and external storages from your computer while in TWRP.

    Источник

    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

    In this post, I will guide you to properly install ADB binaries on your MacBook with a straightforward method. And then, you will learn to install TWRP Custom Recovery on your Android phone using a macOS Terminal. If you are a MacBook user and at the same time, using an Android phone, this guide is for you. You might have been sticking somewhere to connect your Android phone to macOS in the Fastboot Mode. I, too, tried to unlock the bootloader of my Android phone using my MacBook but failed several times. Finally, I got a simple solution for everyone who uses MacBook and Android. Read ahead; I will use the easiest way and will provide automatic updates using Homebrew.

    Advanced Features That Makes Xnspy The Best Monitoring App

    Google Camera port (ZGcam) for Samsung Galaxy phones (Exynos models)

    How to properly install YouTube Vanced on rooted devices (using SAI + Lucky Patcher)

    How do SMM Panels work?

    You might have tried the manual installation of ADB binaries on your macOS. The manual installation is quite tricky and is not friendly for novice users. So, the first time users will find my guide easy as this is an excellent solid tutorial on how to setup ADB for Mac.

    Why ADB and TWRP on macOS?

    If you are an Android enthusiast and want to unlock the bootloader of your Android phone, install TWRP and root, this guide is for you. ADB means Android Debug Bridge, which is a link between your Android phone and PC. ADB files are required when your phone is in Fastboot Mode, and you want to flash something on your device using Fastboot command.

    Using ADB binaries, you can put some command on your macOS terminal and install TWRP Custom Recovery using the tutorial below. After that, with TWRP, you can flash anything compatible with your phone.

    In Windows operating system, it’s very easy to install ADB as it only requires to copy the files to C Drive. But in Mac, you might find it difficult. So, here, I am making the thing easy for you. Read ahead; there are some tools to download. I have provided the official download links for each tool. This post has a tutorial with all of the required installation steps to get ADB on macOS.

    Читайте также:  Как изменить цвет windows media player

    Step #1: Download Android File Transfer DMG for macOS

    The first thing you need to install on your macOS is the Android File Transfer application. It is an official software by Google for the Apple users to browse and transfer files between your Mac computer and your Android device.

    Unlike Windows, macOS doesn’t require a separate Android USB Driver for each device. For example, if you are using a Xiaomi phone and want to install a custom recovery on Fastboot, you need to have a Mi Flash tool or Mi PC Suite installed on your Windows PC. But in macOS, the Android File Transfer act as a USB Driver for any Android device. You can say it a universal USB Driver for Android in macOS.

    Therefore, download the Android File Transfer DMG file from the link given below and install it on your MacBook or Mac PC.

    (Supports macOS 10.7 and higher.)

    How to install Android File Transfer on macOS?

    1. Download the Android File Transfer app.
    2. Open AndroidFileTransfer.dmg.
    3. Drag Android File Transfer to Applications.
    4. Use the USB cable that came with your smartphone box and connect it to your MacBook or Mac PC.
    5. Double click Android File Transfer.
    6. That’s it. You can now see all the files and folders of your Android device on your Mac.

    Step #2: Install Homebrew on macOS

    Homebrew for Mac is the missing package manager for macOS. It installs the stuff you need that Apple didn’t. Homebrew installs packages to their own directory and then symlinks their files into /usr/local.

    In our case, Homebrew will install the Android platform-tools most easily on your Mac and will provide automatic updates. Follow the tutorial:

    (Make sure your Mac is connected to the internet.)

    1. Open the Terminal app on your Mac.
    2. Paste the following command in macOS Terminal prompt:
    3. Check the screenshot below!
    4. Hit Enter button, and your Homebrew installation should start now!
    5. You should see the following screen on your Mac:

    You will see an Updates Available notification on the top right corner of your Mac. Click on Install , as shown in the screenshot above.

    The system will automatically install Homebrew. Just wait for 2-4 minutes till you see installation is successful!

  • Exit!
  • Now, you are done with the Homebrew installation part. The next step is to install ADB using Homebrew!
  • Step #3: How to setup ADB using Homebrew on macOS

    (Make sure your Mac is connected to the internet.)

    Once you are done with installing Homebrew, you can follow the step below to setup ADB binaries on your macOS using the same Terminal.

    1. Open the Terminal again.
    2. Enter the following command to install ADB on macOS:
    3. Homebrew will download and install the Android platform-tools automatically from Google’s server.

    Please wait for some time until you see the successfully installed message in the Terminal, as shown below:

  • So, you are done with installing ADB on Mac using Homebrew.
  • The next step is to verify your device and flash the TWRP image file. Read ahead!
  • Step #4: Install TWRP on Android using Mac

    TWRP (TeamWin Recovery Project) is actually a third-party and the first touch-enabled custom recovery for the Android devices which allows the users to install the third-party software including the custom ROMs, kernels, and mods. Also, it enables a user to wipe/flash the device partitions as well as to backup/restore the software.

    Dee’s Troy is now leading the project along with other developers responsible for maintaining the individual device support. Presently, TeamWin officially supports over 100 Android devices from various manufacturers. Individual developers are handling the unofficial ports/development for the specific Android devices.

    Prerequisites #1

    You must be having the following requirements to be fulfilled before you head down to install the TWRP recovery on Android using Mac.

    1. It’s highly recommended that you must have a full backup of your device before flashing TWRP. You can do the backup on Android phones following our guide.
    2. Be sure that your phone is charged at least 50-60% so that you can avoid sudden shutdowns during the process.
    3. You need to download and install Android File Transfer DMG on your Mac.
    4. Check out:Table of all ADB & Fastboot Commands for Android (Windows / Mac / Linux)
    Читайте также:  Как откатить билд windows 10

    Prerequisites #2

    • You need to enable USB Debugging mode to connect your Android phone to computer.

    → (Settings > About Phone > Build number > Tap it 7 times to become developer; Settings > Developer Options > USB Debugging).

    (Click to enlarge the images)

    1. Now, open the Terminal app on your Mac.
    2. Connect your device to PC using official USB cable (provided by device brand). You should change the USB mode to “file transfer (MTP)” mode. Some device may or may not required this, but for compatibility, it’s always good to select MTP mode.
    3. In Terminal, type “adb devices” and hit enter to launch the ADB daemon.
    4. On your device screen, you will see a prompt to allow or cancel USB Debugging access.
      Tap on “OK” to allow USB debugging. You may check the “Always Allow for this computer” option if you never want to see this pop-up again.
    5. Exit!

    Note: Initially, you must enable OEM unlocking and then unblock the bootloader of your device. Please do research the community forum about how to unlock your phone, in case your smartphone comes with a factory locked bootloader. After that, get back to this TWRP tutorial.

    Download TWRP Recovery Image

    In order to make your effort easy, we have attached the links to all the supported Android manufacturers. You may just need to click on your device’s manufacturer name and then download the TWRP recovery for your device.

    Once you are done with the downloading of the TWRP recovery for your respective Android device, you need to follow the instructions to install the recovery using macOS.

    How to install TWRP on Android using macOS (Tutorial)

    1. Download the TWRP recovery image (*.img) for your Android device on your Mac.
    2. Copy the image file to the Desktop of your macOS.
    3. Now Boot your Android phone into the bootloader/fastboot mode.
    4. Connect it to the PC with the help of the USB cable (preferably the one provided by the company).
    5. Open the Terminal application on your Mac.
    6. Make sure that your device is being detected properly using the following command:
    7. The command will return a unique device ID right with the ‘ fastboot ’ message, as shown below:
    8. Type the following command and do not HIT enter or return button.
    9. After writing “ fastboot flash recovery ,” drag the TWRP image file from the desktop and drop it to the Terminal . Check the screenshot below for better understanding:
    10. After dropping the IMG file, it should appear like the screenshot below:

    Finally, hit the enter/return button to install TWRP on your Android device. You should see the following message on your Terminal:

    Android Devices with A/B partition system , such as the Google Pixel/Pixel 2, Moto Z2 Force, Mi A1, and Mi 9T Pro, will not be supporting direct flashing. So you will need to boot TWRP for such devices using the following command:

  • Remember to drop the TWRP image in the same way you did in step 10 of this section.
  • Finally, hit the enter/return button to boot your device into TWRP mode.
  • So this is how you can install TWRP recovery using Fastboot on Mac, which will be working for the majority of Android devices.

    Conclusion

    It’s done with the installing of the TWRP recovery on your Android devices on macOS, and now you can go ahead as well as flash the Custom ROM such as LineageOS and Pixel Experience. You are now able to use it to root your Android phone by flashing Magisk or SuperSU.

    We hope you now have explicit knowledge about how to download and install TWRP recovery on Android devices using Mac. If you have any further queries, kindly leave them down in the comment box.

    Источник

    Оцените статью