{"id":21475498,"url":"https://github.com/yuzukitsuru/openixcard","last_synced_at":"2025-04-04T17:05:34.558Z","repository":{"id":36974519,"uuid":"453009632","full_name":"YuzukiTsuru/OpenixCard","owner":"YuzukiTsuru","description":"Open Source Version of Allwinner PhoenixCard to Dump, Unpack, Flash Allwinner IMG Files on Linux","archived":false,"fork":false,"pushed_at":"2024-10-16T13:45:56.000Z","size":29628,"stargazers_count":191,"open_issues_count":3,"forks_count":29,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T16:04:48.991Z","etag":null,"topics":["allwinner","allwinner-soc","disk-image","embedded-linux","embedded-systems","filesystem"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YuzukiTsuru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-28T09:30:17.000Z","updated_at":"2025-03-23T15:49:41.000Z","dependencies_parsed_at":"2024-10-18T11:53:57.243Z","dependency_job_id":"2971646d-de0e-4168-bd4e-3bd9015eec4e","html_url":"https://github.com/YuzukiTsuru/OpenixCard","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FOpenixCard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FOpenixCard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FOpenixCard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzukiTsuru%2FOpenixCard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuzukiTsuru","download_url":"https://codeload.github.com/YuzukiTsuru/OpenixCard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217174,"owners_count":20903008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["allwinner","allwinner-soc","disk-image","embedded-linux","embedded-systems","filesystem"],"created_at":"2024-11-23T10:43:13.480Z","updated_at":"2025-04-04T17:05:34.536Z","avatar_url":"https://github.com/YuzukiTsuru.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenixCard\n\nOpen Source Version of Allwinner PhoenixCard to Dump, Unpack, Flash Allwinner Linux IMG Files on Linux\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/made-with-c.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com)\n\n[![CMake](https://github.com/YuzukiTsuru/OpenixCard/actions/workflows/cmake.yml/badge.svg)](https://github.com/YuzukiTsuru/OpenixCard/actions/workflows/cmake.yml)\n\n## About Android IMG File Supporting\n\u003e Android firmware will not support and will not adapt to support it in the future. Due to the large number of Android GKI, GMS, and GRF versions, it is impossible to cover all firmware versions, and Android firmware partitioning is very complex. There is no universal method to generate usable firmware, nor is there a fixed address to make it run. Even if it can be adapted, there will be situations where the functionality is unavailable like fastboot, GMS service and more.\n\u003e Finally, Android firmware modifications are often used to crack and modify firmware, and this project does not support such behavior\n\n## Usage\n\n```\n _____             _     _____           _ \n|     |___ ___ ___|_|_ _|     |___ ___ _| |\n|  |  | . | -_|   | |_'_|   --| .'|  _| . |\n|_____|  _|___|_|_|_|_,_|_____|__,|_| |___|\n      |_| \nCopyright (c) 2022, YuzukiTsuru \u003cGloomyGhost@GloomyGhost.com\u003e\n\nUsage: OpenixCard [options] input \n\nPositional arguments:\ninput           Input image file or directory path [required]\n\nOptional arguments:\n-h --help       shows help message and exits [default: false]\n-v --version    prints version information and exits [default: false]\n-u --unpack     Unpack Allwinner Image to folder [default: false]\n-d --dump       Convert Allwinner image to regular image [default: false]\n-c --cfg        Get Allwinner image partition table cfg file (use together with unpack) [default: false]\n-p --pack       pack dumped Allwinner image to regular image from folder (needs cfg file) [default: false]\n-s --size       Get the accurate size of Allwinner image [default: false]\n\neg.:\nOpenixCard -u  \u003cimg\u003e   - Unpack Allwinner image to target\nOpenixCard -uc \u003cimg\u003e   - Unpack Allwinner image to target and generate Allwinner image partition table cfg\nOpenixCard -d  \u003cimg\u003e   - Convert Allwinner image to regular image\nOpenixCard -p  \u003cdir\u003e   - pack dumped Allwinner image to regular image from folder\nOpenixCard -s  \u003cimg\u003e   - Get the accurate size of Allwinner image\n```\n\n## Download\n### ArchLinux\nOpenixCard Now available at [AUR](https://aur.archlinux.org/packages/openixcard) [#3](https://github.com/YuzukiTsuru/OpenixCard/issues/3#issuecomment-1135317155)\n```\nyay -S openixcard\n```\n\n### Other Linux\nYou can find the new release file:  \nhttps://github.com/YuzukiTsuru/OpenixCard/releases\n\n## Build from source\n\n```\n# Download the source code\ngit clone --recursive --depth 1 https://github.com/YuzukiTsuru/OpenixCard\n\n# Download the depends\nsudo apt install cmake build-essential automake autoconf libconfuse-dev pkg-config\n\n# Make build directory\nmkdir build\ncd build\n\n# Make\ncmake .. \u0026\u0026 make -j\n```\n\n\u003e Note: Ubuntu 20.04 compilation will report an error, This is caused by the bug of ar, you can compile and install the new version.\n\n```\nsudo apt-get install texinfo\n\nwget https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz \u0026\u0026 \\\n  tar xvf binutils-2.38.tar.xz \u0026\u0026 \\\n  cd binutils-2.38 \u0026\u0026 \\\n  ./configure --prefix=/usr/local \u0026\u0026 \\\n  make\n  \nsudo make install\n```\n\n## LICENSE\n```\nGNU GENERAL PUBLIC LICENSE Version 2, June 1991\n                       \nCopyright (c) 2022, YuzukiTsuru \u003cGloomyGhost@GloomyGhost.com\u003e\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License version 2 as\npublished by the Free Software Foundation.\n\nSee README and LICENSE for more details.\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzukitsuru%2Fopenixcard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzukitsuru%2Fopenixcard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzukitsuru%2Fopenixcard/lists"}