Extract "Boot img" From Any Android Phone Without Root

Поделиться
HTML-код
  • Опубликовано: 19 авг 2024
  • Welcome to Craxoid. Today in this video I will show you How can you extract and find boot.img , system.img , recovery.img file of any android phone without rooting. In this video i have shown two methods to find boot.img, recovery.img and system.img file of any android phone easily.
    CODE :
    dd if=/dev/block/***** of=/sdcard/boot.img
    dd if=/dev/block/***** of=/sdcard/recovery.img
    dd if=/dev/block/***** of=/sdcard/system.img
    adb pull /sdcard/boot.img
    adb pull /sdcard/recovery.img
    adb pull /sdcard/system.img
    📺 Subscribe To My Channel ✌️
    www.youtube.co...
    😍 Follow Craxoid On Social Media:
    👉Facebook: / officialcraxoid
    👉Twitter: / officialcraxoid
    👉Instagram: / officialcraxoid
    👉Contact on officialcraxoid@gmail.com
    🎬 Some Recommended Videos For You:
    ✅ Watch How to Unlock Bootloader Of Any Xiaomi Phone
    • Officially Unlock Boot...
    ✅ Install TWRP Redmi Note 9 Pro
    • Install TWRP Recovery ...
    ✅ Install Orange Fox Recovery Project On Xiaomi Redmi Note 8
    • [2021] Install Orange ...
    ✅ INSTALL PITCHBLACK CUSTOM RECOVERY ON REDMI NOTE 5 PRO
    • MIUI 11 INSTALL PITCHB...
    ✅ TWRP RECOVERY FOR REDMI NOTE 7 PRO
    • [2023] BEST TWRP RECOV...
    ✅ Watch How To Repair Bricked Mobile At Home
    • [2023] Unbrick Dead Br...
    ✅ Watch How To Root Any Phone Easily
    • [GUIDE 2021] ROOT MIUI...
    ✅ Six Method To Fix IDM Extension Download Problem
    • Video
    ✅ Watch How to Flash ROM On Any Samsung Phone
    • [2021] INSTALL STOCK R...
    ✅Watch How To Install Google Camera Without TWRP & ROOT
    • [2021] INSTALL Camera2...
    ✅ Watch How To Delete Custom Recovery TWRP
    • How To Remove TWRP and...
    ===================================================
    Download ADB setup:
    bit.ly/adbsetu...
    ===================================================

Комментарии • 99

  • @mr_hero_118
    @mr_hero_118 3 года назад +59

    Even my 9 years old brother know this way.tell me how to extract boot.IMG when we have not any ROM(whitout root).for example my pantech im100 smartphone have not any official ROM.

  • @P5YcHoKiLLa
    @P5YcHoKiLLa 3 года назад +23

    This will NOT work with "any" phone, most official roms now use .bin files, those cannot be opened in a typical zip file manager, you have to use an unpacker with python

    • @lev1cpm390
      @lev1cpm390 3 года назад

      do you know how? pls

  • @user-ro1cc8tz6d
    @user-ro1cc8tz6d 3 года назад +15

    3:53 I'm rooting a device with a broken screen and this helped me so much! Deepest thanks!

  • @m.shanebritton7830
    @m.shanebritton7830 Год назад +16

    There is no universal mehod which can pull the boot.img from "any Android phone" without root. While your method is useful on a vast number of Android-based mobile devices, there are likewise a considerable number of devices for which factory firmware packages or stock ROMs are simply not available. On such devices, absent having root access or a proprietary firmware dumping tool, obtaining the stock boot.img isn't possible. Though I take issue with the term "any" Android phone in your video title, I nevertheless commend you for a very informative video.

  • @davidtaber3856
    @davidtaber3856 3 года назад +4

    This phone has already been unlocked -- since I'm trying to use Magisk to root the phone, I need the boot.img and this video does NOT tell you how to do it

  • @pierrebohm4950
    @pierrebohm4950 3 года назад +5

    You are not be able to access /dev/* tree without root privileges on device. (Title of your video is not correct, my dear! --> "Extract "Boot img" From Any Android Phone Without Root"). Furthermore your phone is already flashed with TWRP.

    • @fratlows
      @fratlows 3 года назад +1

      I thought so... He didn't extract stock recovery right.. He just extracted twrp recovery

    • @fratlows
      @fratlows 3 года назад

      Do you know any other method

  • @cyrusquinto901
    @cyrusquinto901 3 года назад +3

    i cant find "system" and "system.img" in the partition back up at TWRP. your "system.img" is the same thing?

  • @Kendra_Vlog
    @Kendra_Vlog Год назад +1

    This method work only in BML mobile device.

  • @HoneySingh-oy1qo
    @HoneySingh-oy1qo 3 года назад +1

    My realme 5 stuck in logo.recovery mode not open.but bootloder is open condition. .how to fix it?No flash tool for my realme 5 device.plz help.😭😭😭😭🙏🙏🙏🙏

  • @ja.935g67
    @ja.935g67 3 года назад +3

    What of stock rom is not available anywhere?

  • @urbanx_xknight
    @urbanx_xknight 3 года назад +1

    when i did the dd command it says Permission denied

  • @tedbowman965
    @tedbowman965 Год назад +2

    Can you decompile any Rom by converting it to a zip and using zip to extract/decompile it?!??!
    That blew my mind.

  • @atulsaxena109
    @atulsaxena109 3 месяца назад

    I'm unable to download stock ROM for Vivo 75 5G. Any help?

  • @juanordonez2755
    @juanordonez2755 9 месяцев назад

    No one ever who went through all the trouble to install twrp is gunna need this video. Why make a video without root when installing twrp is just as much work if not more 🤔 this is just for the views

  • @shivajighuge888
    @shivajighuge888 3 года назад

    Why is showing me permission denied

  • @ramakeswani5828
    @ramakeswani5828 3 года назад +1

    Please answer -
    Instead of giving commands in ADB ; can I give same commands in twrp terminal ???

  • @rohanrazib708
    @rohanrazib708 2 года назад +1

    one question, why did u got access for /dev/block/**** without having root access? I hope u will answer. thanks for the useful video.

  • @philippedenis9481
    @philippedenis9481 Год назад

    For some android devices, there is no stock rom downloadable. So, I suppose that for those devices, it is unpossible to extract boot img.

  • @pbergonzi
    @pbergonzi 3 года назад +2

    While this is a helpful video for what it does, the title is misleading in that it does not extract boot.img from the phone--it extracts it from a downloaded rom, thus no way to get boot.img without a downloaded rom, or someone else's copy.

    • @danz3rgaming640
      @danz3rgaming640 2 года назад

      It d
      Said in first few seconds download stock rom

  • @whatsmyname4012
    @whatsmyname4012 3 года назад +1

    So..what if i dont have pc?

  • @shivajighuge888
    @shivajighuge888 3 года назад

    I fall the same method but when i patch with magisk it show fail and unpack boot.img plzee solve why

  • @int16_t
    @int16_t 2 года назад

    So you did not even verified if boot.img is certaintly an android boot image with `file`?

  • @hansdegroot652
    @hansdegroot652 3 года назад

    twrp does not install. and the title says get the boot.img of your phone . you seem tot have downloaded a firmware file. This is not the same. I cannot find my stock rom thats why I need to rip it from my phone that is not yet rooted (but unlockwed)

  • @jimmisatha4
    @jimmisatha4 3 года назад +1

    Excellent tutorial, but I recently bought Doogee N30 which doesn't have gyroscope, so I want to root it to install a virtual one, but I do not have the Rom file or recovery..... What can I do?

  • @rdnkenki
    @rdnkenki Год назад

    I have a moxee mh-t6000 and there's no firmware download available. It's running android 11 go firmware. I have unlocked bootloader and used dsu side loader app! I have ran several android 12 gsi.. I need root tho

  • @mina9128
    @mina9128 Год назад

    I would like to install a modified ROM and install twrp, and because after installing the modified ROM, before booting, I must erase twrp and restore the original recovery. When extracting the original ROM files, use the recovery.img file??

  • @randomnobody660
    @randomnobody660 3 года назад +1

    Ehhh how did you do the 2nd half? You do ```adb shell``` and somehow is logged in as root (as one can tell from the #)?
    I do the same and I'm not root (as one would expect) with a '$' and hence permission denied.

    • @urbanx_xknight
      @urbanx_xknight 3 года назад

      boot as recovery mode will give u the $ but i still getting the same

  • @aaqibkhan6428
    @aaqibkhan6428 3 года назад

    Broo need help
    I flash boot.img magisk patch but device gone in loop but when i flash stock boot it start i want to root my realme 3 rmx 1821

  • @exokai6421
    @exokai6421 5 месяцев назад

    I didn't understand something, is this boot.img file the rom that contains the original software of the phone? (like if i installed a costum rom and i want to switch back to the original i use this image on odin?)

  • @Douglas_Mutale
    @Douglas_Mutale 4 месяца назад

    Can you do that with Infinix android 13 want to downgrade to android 12 or 11

  • @itsbeige8777
    @itsbeige8777 3 года назад +3

    Hi there! I tried following this tutorial so that I can get recovery.img of my Realme 5i Device (RMX2030). Upon typing the "dd if=/dev/block/mmcblk0p16 of=/sdcard/recovery.img", it returns "/dev/block permission denied". I have also gone through some forums from unfortunately cannot find an answer. Please tell me if you can help. Thanks in advance!

  • @run1492
    @run1492 3 года назад

    I have a chinese tablet that has its own recovery system, and the provider does not offer the firmware file... The recovery, of course, is different from TWRP, and I cannot install it as no TWRP exists for that tablet. Can I obtain the boot log or partition information from any application or alternative method, to be able to know how to dump to boot.ini ?!

  • @soemoeaung7625
    @soemoeaung7625 Год назад

    Yea right.... always the TWRP in the end it's becoz that fking thing dont available for my phone alright???

  • @moisecompaore3725
    @moisecompaore3725 Год назад

    It’s possible to used there files whit sd Card if i delet boot.img of System ?

  • @-._.-_-_-._.-_-_-._.-
    @-._.-_-_-._.-_-_-._.- 2 года назад

    Do I need the the same firmware versions boot.img or can we use firmware that's available online? My firmware version is updated which is v549 but online I can find only v466 will it work please reply 🙏

  • @twinsatha2
    @twinsatha2 3 года назад

    Oh my god! Thank you very much! Is there another way to find the specific location of Boot.img ? I can't install any custom recovery... This chinese phone does not support anything... (Dooogee N30)

  • @Memozit
    @Memozit 2 года назад

    but i have recovery rom

  • @djdjje
    @djdjje 3 года назад

    Hey, I have the same PowerShell output, making me think all went well but there's nothing on the folder.
    edit: it is on the internal storage of the phone but it has 0 bytes

    • @ND-hp2ki
      @ND-hp2ki 2 года назад

      Wait what? It's not in the adb install folder?

  • @fratlows
    @fratlows 3 года назад

    Color os of realme XT didn't have a recovery.img within it...
    How could I extract that? Please say

    • @ashleyweaver4242
      @ashleyweaver4242 2 года назад

      Do you know how to locate recovery.img in ES File Explorer??? Have already renamed, copied, and can't find the permanent file it's in now even after doing the intial step by step twrp--->root--->etc. PLEASE HELP :(((

  • @user-cn1zj5nc8o
    @user-cn1zj5nc8o 9 месяцев назад

    Come on Bro!!! You trying to educate, or be click bait? This is far from universal! Is this your second phone or what?

  • @Ananth__
    @Ananth__ 3 года назад +2

    Hey bro will the second method work for nougat?

    • @Craxoid
      @Craxoid  3 года назад

      Yes

    • @Ananth__
      @Ananth__ 3 года назад

      @@Craxoid thank you bro

  • @FR4M3Sharma
    @FR4M3Sharma 3 года назад +3

    You also have pulled boot.img instead of Recovery in the second step, where you showed how to pull the recovery.img because you didn't put the corect partition.

    • @Craxoid
      @Craxoid  3 года назад +1

      I have shown by extracting and pulling both boot and recovery img . Please watch full video 🙂

    • @FR4M3Sharma
      @FR4M3Sharma 3 года назад

      @@Craxoid i did watch the full video, that's why i'm saying you didn't put the correct partition the second time i.e. When you pulled recovery.img thatvmeans you pulled boot.img and named it recovery.img. 😂

    • @Craxoid
      @Craxoid  3 года назад

      @@FR4M3Sharma 8:56 Watch from here. I have extracted recovery img file as well but mistakenly i said "i have extracted boot img " instead of recovery img.

  • @Lqrzu
    @Lqrzu Год назад

    Bro i dont understand anything ur saying

  • @jeyakumarp5950
    @jeyakumarp5950 3 года назад

    can install TWRP recovery in non bootable android device?

  • @hasnainsam
    @hasnainsam 3 года назад

    Please help me. My samsung s10 fastboot rom.?

  • @dimiendelequina318
    @dimiendelequina318 3 года назад

    how can i get my stock rom?

  • @halochannel6824
    @halochannel6824 Год назад

    All Arab blog can't understand

  • @HeangEchheang
    @HeangEchheang 11 месяцев назад

    Can oppoA55 root? Please tell me brother❤

  • @flashpubg7110
    @flashpubg7110 2 года назад

    Sir kya hum is boot. Img to root ke liye use kr skte hai

  • @jasonperry3626
    @jasonperry3626 6 месяцев назад

    This is total bs your just renaming the same thing to recovery.img and system.img

    • @jasonperry3626
      @jasonperry3626 6 месяцев назад

      All you have to do is look at the log to see system and recovery are different blocks

  • @Mn.D
    @Mn.D 3 года назад

    An quick question, the stock rom that i have right now just show some archives and an .pac archive. My question is, how do i open that type of archive? (The stock rom i have is from an smartphone Multilaser G).

    • @gheloan4266
      @gheloan4266 3 года назад

      I'm also having that same problem right now. When I did the first step in this video, the system said the file would be unusable if I were to overwrite its file extension from .pac to .zip.

    • @Mn.D
      @Mn.D 3 года назад +1

      @@gheloan4266 Yeah the method he shows didn't work for me either. But I found out that the .pac contains all the files that the Android have (including the .img's files). To "unpack" the .pac file, you need an program that unpack it (like Pac_Unpacker). So just search in YT Pac File Unpacker Tutorial, download it and then select your .pac file and press unpack after.

    • @gheloan4266
      @gheloan4266 3 года назад +1

      @@Mn.D So, all I need is that Pac Unpacker app to solve my problem? I just wanna extract the boot.img file to root my device using Magisk.

    • @Mn.D
      @Mn.D 3 года назад +1

      @@gheloan4266 Thats pretty much it, the unpacker is going to extract the .PAC file and is going to have everything you need to root your device.

    • @gheloan4266
      @gheloan4266 3 года назад +1

      @@Mn.D Hey, man. I just got my device rooted because of your tip. Thank you so much.

  • @abdulmaleek7923
    @abdulmaleek7923 3 года назад

    How to patch boot img

  • @okprajwal
    @okprajwal 3 года назад +2

    Please Revenge A11 review for ginkgo

    • @Craxoid
      @Craxoid  3 года назад

      Ok sure ✌️

  • @Psychoselfish
    @Psychoselfish 2 года назад +1

    sir i want realme 5 mx1911 boot image

    • @Psychoselfish
      @Psychoselfish 2 года назад +1

      Realme 5 RMX1911 boot image give in description sir

    • @Psychoselfish
      @Psychoselfish 2 года назад

      Please help sir please

  • @jossuacastrillo1491
    @jossuacastrillo1491 3 года назад

    thanks ma men, it helps

  • @dynamicgaming285
    @dynamicgaming285 2 года назад

    Hlo sir plz give me realmi 3i c.21 boot img file

  • @kppgaming2009
    @kppgaming2009 Год назад

    2:34

  • @airytjn5201
    @airytjn5201 3 года назад

    Please my phone boot img dounlod please bro ..model number. Oppo a5s

  • @atik8878
    @atik8878 3 года назад

    thanks bro......literally it helped me a lot

  • @HenzuKh
    @HenzuKh 8 месяцев назад

    Thank you so much

  • @mugentensu63
    @mugentensu63 3 года назад

    pleast boot.img for oppo f3 plus

  • @nkrihargamati6504
    @nkrihargamati6504 3 года назад

    Can i use cmd for this tutorial ??

  • @lenied
    @lenied Год назад

    thaks you men

  • @Oblivion15
    @Oblivion15 Год назад

    Thaks u sir

  • @lhamagedon
    @lhamagedon 3 года назад

    Just simply download your stock Rom from the internet. LOL
    Not helpful at all

  • @halochannel6824
    @halochannel6824 Год назад

    Annoying

  • @SomebodyWithoutDreams
    @SomebodyWithoutDreams Год назад

    No works

  • @MKhalidkhan7
    @MKhalidkhan7 3 года назад

    gd

  • @bahrommuminov9924
    @bahrommuminov9924 Год назад

    Yiban