Recent content by SoulInferno

  1. S

    Post [BETA][DUK] TWRP 3.1.1-1 [+ROOT]

    Wow that was faster than I could learn to do it. Great job. May I ask how you got the important informations to build this? Did you inject su into the image to gain root and then read all the detailed data through terminal or adb or root file explorer? Just asking cause i train my brain more...
  2. S

    Post Amazon echo dot 2/locked hardware

    regarding informations on vanderport.com blog, there are some research done about rooting amazon echo devices. One of them mentions a jtag method / emmc extender root boot that may could work... ..interesting.
  3. S

    Post TWRP / Root - Honor 8 Pro

    I attached a terminal console output from: cat /proc/* If someone wants to assist in generating our BoardConfig.mk your welcome. My Idea is to take the device tree from Huawei Mate 9 where tkkg1994 already build a similiar device tree to ours with our hisilicon device. Except that we don't have...
  4. S

    Post TWRP / Root - Honor 8 Pro

    I was on vacation for twelfth days and therefore I couldn't go further with researching. Now I am back and as far as I get my pc working again I will continue my research/work. I also got an offer for assisting me with building of the correct twrp. Before the vacation I was able to analyze the...
  5. S

    Post Stock Firmware for DUK-L09

    You could search Google with this search parameters: DUKE-L09 firmware. You should be able to find a russian or similar model firmware package from easy-firmware. As of now I couldn't verify if this site is legit or if this firmware is downloadable. Use at your own risk! Good luck for now...
  6. S

    Post [Request] Themes&Wallpapers

    If you still be interested in getting those themes and wallpapers then please tell me which cloud or download service you prefer. I will then upload it there again. I cannot upload to the following services: services and / or clouds that i need to register for first and / or have insufficient...
  7. S

    Post TWRP / Root - Honor 8 Pro

    Hi, just some information update on my work in progress: I extracted the firmware using huawei update extractor from xda member "worstenwood" ((Thanks!!)). But i am stuck there because then i need to unpack the "system.img" file. Tried that with ext4_unpacker with no luck because it is telling...
  8. S

    Post [Q&A] [DEV]How to compile TWRP touch recovery

    Is there any way to extract all the needed data for making a new device tree for twrp for a new device (DUK-L09 / Honor 8 Pro) from the firmware image as there is no twrp or root access possible yet and that is why i want to start to learn. Your guide on your website is very !! helpful. But i do...
  9. S

    Post [TOOL] Huawei Update Extractor [UPDATED: v0.9.9.5] | OPEN-SOURCE LIBRARY

    Hi, first i want to thank you for this great tool. It helps a lot. Second i want to kindly request full support for the new huawei/honor device DUK-L09 (Honor 8 Pro Honor V9). I urgently need the correct images to be able to extract some important system information like the partition sizes and...
  10. S

    Post [Request] Themes&Wallpapers

    Should be working fine. Tested it again from my second Internet connection. The page is loading a bit slowly... Sorry for that. Oh I forgot to mention you need to press the blue button on the page "Herunterladen" that means download. ;) best regards Soul Inferno
  11. S

    Post [Request] Themes&Wallpapers

    You can find the Themes in this 7 zip archive under the folder "HWThemes" and the wallpapers under the folder "Magazine-Unlock". Originally taken from the European version of the DUK-L09. http://boxdrop.hopto.me:5000/sharing/SR1Wmh7ya 63 MB Package unzipped around 120MB.
  12. S

    Post Memory type Honor 8 Pro

    I can confirm that my DUK-L09 has also no UFS memory. Bought mine from O2 Telefonica Store in Germany with a MyHandy contract.
  13. S

    Post TWRP / Root - Honor 8 Pro

    Okay, so if under any circumstances i am able to compile the recovery for the Honor 8 pro i need to mention all sources to get it to official twrp branch. But that's future music. Until now it's my first big compiling try then.. Just asking you if you may could grant me access to mention you...
  14. S

    Post TWRP / Root - Honor 8 Pro

    This sounds amazing. Maybe we can extract Partition sizes from the firmware and build TWRP from source with it. Also I need to know from where you got firmware? I got a answer from Huawei already but they link me back to hihonor.com with a standard message that I could download it there but I...
  15. S

    Post TWRP / Root - Honor 8 Pro

    I have written an email to Huawei asking them to get a download link to stock firmware. With this firmware we should be able to pick the needed images and build.prop if we can extract them from the firmware. I am totally noobish in programming language and also in compiling but maybe I can...