Search results


  1. M1cha

    Repartitioning Of Mi2s

    you can use my core packages. they contain everything but the ROM itself(which is what makes fastboot packages big): http://forum.xda-developers.com/mi-2/orig-development/flashtools-miflash4linux-recovery-qdl-t3036730 the downside is that you have to manually fix your filesystems using TWRP.
  2. M1cha

    Android 6.0 Source Code Released!!!

    When doing this keep in mind this is nothing you learn in the 2h free time you have each weekend. actually developing and improving new software is very different from using and adapting/porting existing source code.
  3. M1cha

    [rom] Cm12.1 For Aries By M1cha

    my screen cracked(again) and I bought a replacement. This time I got one with a synaptics digitizer. dunno if that's good or bad :D
  4. M1cha

    [rom] Cm12.1 For Aries By M1cha

    I'm quite happy about some help after working alone on CM for 3 years. great work :)
  5. M1cha

    [rom] Cm12.1 For Aries By M1cha

    if you share your code I can pull the change :)
  6. M1cha

    [rom] Cm12.1 For Aries By M1cha

    I seriously have no idea how to debug it. what does "weak" mean anyway? It seems @bugers is working on it.
  7. M1cha

    [rom] Cm12.1 For Aries By M1cha

    Great find ;) I first tried 3.18 but that seems to be incomplete(usb doesn't fully work and there are a few instabilities). Now I'm back to 3.10 and the porting progress is fine so far.(full arch code except secure irqs, and PMU - pmic(battery,charging etc), and usb are working already)...
  8. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    If users or developers wanna chat or just read what other EFIDroid devs are up to, u can join the slack community :) http://efidroid.appspot.com/
  9. M1cha

    {FIX} "Can't write on SD / Insert SD card" after wiping /sdcard

    well using TDB isn't a good idea these days because many ROM's just don't support it at all. You should install TWRP, recreate all filesystems, and install your favorite ROM again.(backup and restore data if that's important, but if your installation is broken that could lead to bootloops again).
  10. M1cha

    {FIX} "Can't write on SD / Insert SD card" after wiping /sdcard

    did you recreate all filesystems? also, which ROM are you using?
  11. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    thx :) I just saw that I created this thread at Feb 24, 2014 :D also, all three links are working for me ;)
  12. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    just another video ;) https://plus.google.com/u/0/+MichaelZimmermann/posts/Q2tFwdSyyfD
  13. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    u don't need any bootloader(but the standard one) to do such things. Everything is possibe but it's very complicated because on qcom devices u need to communicate with the modem which is done by closed source userspace binaries. Also the device probably would consume way more more than in...
  14. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    project has been renamed to EFIDroid now :)
  15. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    now, the bootmanager app works too :D Seriously, who saw dat UI on a phone before? XD Now I need to implement persistent storage so u can actually configure the whole thing and save some settings.
  16. M1cha

    [dev] Opensource (multiboot) Bootloader: Efidroid (formerly Grub4android)

    status update: - Build system: Done - LK: can be compiled as a library, used by UEFI - UEFI: boots, console, MMC, Display working, can boot to UEFI shell or GRUB. Next steps?: - improve rendering speed (using NEON) - improve MMU mappings and automatically import them from LK - add support for...
  17. M1cha

    Latest Version Of Miflash?

    yes but afaik they replaced it with this: http://en.miui.com/thread-92720-1-1.html I'm not sure if it's replacement though because I've never actually tried it and I don't know if it can flash DLOAD packages.
  18. M1cha

    [rom] Cm12.1 For Aries By M1cha

    you don't need to. the whole sense of unified storage is to remove this partition.
  19. M1cha

    [rom] Cm12.1 For Aries By M1cha

    Wipe > Advanced Wipe > select a partition > select change filesystem that should work.
  20. M1cha

    [rom] Cm12.1 For Aries By M1cha

    u can do that using TWRP.