Recent content by XDASumiaki

  1. X

    Post Windows Phone Internals updated to version 2.4

    That nice and delicious. ;) If you un-plug the usb cable, you can still re-plug, and your OS ill connect it and you can try to repair the partitions, if you remove the battery, thats the real end of the story. Next thing you can do is emmc reflash with external adapter, thats a lot of work. I...
  2. X

    Post Windows Phone Internals updated to version 2.4

    What is this error code at Windows Mobile 10 update: 0x800f8003, i cant update my win10 to the latest on 640xl, i flashed back the system from backup, relocked the bootloader, encryption and stole protection and insider are switched off ---------- Post added at 08:58 PM ---------- Previous post...
  3. X

    Post A quick tutorial of installing Windows RT 8.1 on recent Lumia

    Imbushuo!!!!!! Can you show how did you make touch work, everything works fine on 640xl but touch doesnt, but the driver is running, reg config also applyed, tried different settings too but nothing happened. PLEASE HEEEEEELP
  4. X

    Post A quick tutorial of installing Windows RT 8.1 on recent Lumia

    I have 640XL, touch doesnt work, im trying in another way again.
  5. X

    Post Boot Shim (ELF Loader) / Little Kernel for select Lumia models

    This tool is for Gods. I appreciate this project. I had no time and got bored, I bootstrapped Linux kernel from grub2 succesfully on l640xl, but I abandoned it.
  6. X

    Post A quick tutorial of installing Windows RT 8.1 on recent Lumia

    Seems like, didnt found winload.efi, or the boot partition. + Make sure you have GUID on EFIESP / MAIN / DPP whatever. If you dont know how to use windows built in tools, I cant help further. ---------- Post added at 02:44 AM ---------- Previous post was at 02:16 AM ----------[COLOR="Silver"]...
  7. X

    Post Windows Phone Internals updated to version 2.4

    XD Thor2 has an option to do this: Removes secure boot configuration policy: thor2.exe -mode rnd -remove_sbcp -skip_gpt_check -skip_com_scan Ever someone managed to get this work? Because i couldnt... I now try it with unlocked bootloader... This is the function to remove the bootloader's...
  8. X

    Post A quick tutorial of installing Windows RT 8.1 on recent Lumia

    I knew this solution... so they cant make general Qualcomm drivers never. Device specification is nightmare. Better get a hammer and deepmagic :)
  9. X

    Post GRUB2 for lumias

    If I got it to work somehow, Im actually compiling a new kernel from Sony M2 D2305 src (mss8226 /cortex a7 same as Lumia 640), a set up kernel konfig with a limited functionality and and minimum settings, if it doesnt work i have sources from anothers (MotoG 2013, some LG, Samsung Galaxy Grand...
  10. X

    Post Windows Phone Internals updated to version 2.4

    What I mean:) The Bootloader Secure Policy... managed by the Nokia bootmanager app in the UEFI image (chain of trust with certification whats hardcoded in the app sooooooo interesting)....and the Secure Boot implemented in the UEFI platform. I dont know how to unlock this, but I should. This...
  11. X

    Post Windows Phone Internals updated to version 2.4

    Wpinternals dont unlock boot manager security chain? Im the guy who is trying to develop Android for Lumia-s! I actually got hard work with this GNU grub, i have got this to work on SDcard, I can totally replace the EFIESP files and boot ot from grub in safe to test Windows Bootloaders and to...
  12. X

    Post GRUB2 for lumias

    In theory yes, bcs ARMv8 > ARMv7 (backwards compatible platform), But im not sure, you can give it a chance you wont lose nothing with it...just first backup the EFIESP partition files for sure, if you make damage you phone thats not my responsibility, its your own risk. If you compile a GNU...
  13. X

    Post GRUB2 for lumias

    In the root of Windows folder... WITH enable debugging sure! :)
  14. X

    Post GRUB2 for lumias

    Ye because the UEFI image's NokiaBootMgrApp verify the integriti of bootarm.efi, and who knows whats more. ---------- Post added at 05:06 PM ---------- Previous post was at 05:04 PM ---------- SD is need to be handled by another storage driver I think... ---------- Post added at 05:43 PM...
  15. X

    Post Windows Phone Internals updated to version 2.4

    Holy moly Ye fk my life, I cant believe this MS how pro. Also I realized I really cant run directly the .efi by passing it to the machine to handle, not that simple as I though, I will figure out why, but I may think what causes this. Thanks this inform too, WinBootMgr sucks really hard. By...