and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

You need to sign in or sign up before continuing.
  1. 01 Jun, 2020 2 commits
  2. 27 May, 2020 1 commit
  3. 08 May, 2020 1 commit
  4. 03 May, 2020 1 commit
  5. 26 Apr, 2020 4 commits
  6. 25 Apr, 2020 1 commit
  7. 24 Apr, 2020 1 commit
  8. 23 Apr, 2020 5 commits
  9. 21 Apr, 2020 2 commits
  10. 25 Mar, 2020 2 commits
  11. 23 Mar, 2020 1 commit
  12. 04 Mar, 2020 1 commit
  13. 10 Feb, 2020 1 commit
  14. 06 Jan, 2020 2 commits
    • carlitros900's avatar
      unpack ramdisk with MTK header changing script mkbootimg_tools · 69c6e546
      carlitros900 authored
      Actually ramdisk packed by MTK (Mediatek) are not unpacked
      
      Mediatek prepend a 512 bytes partition header to filesystem, identified by magic 0x58881688 and with struct:
      
      typedef union
      {
          struct {
              unsigned int magic;
              unsigned int size;
              char name[32];
          } info;
          unsigned char padding[512]; // Pad up to 512bytes
      } mtk_header;
      
      Supress it in unpacking
      69c6e546
    • carlitros900's avatar
      dumpyara.sh: Add Topics to repos · 8bf40d57
      carlitros900 authored
      Tagging with topics is relevant for catalogation of repos in github.
      Add three topics: manufacturer, platform and name to the repos created by dumpyara.sh
      8bf40d57
  15. 03 Dec, 2019 1 commit
  16. 02 Nov, 2019 2 commits
  17. 25 Aug, 2019 2 commits
  18. 10 Aug, 2019 5 commits
  19. 09 Aug, 2019 1 commit
  20. 05 Aug, 2019 1 commit
  21. 04 Aug, 2019 1 commit
  22. 03 Aug, 2019 1 commit
  23. 28 Jul, 2019 1 commit