{"id":20839069,"url":"https://github.com/j-m-li/pdos-pdandro","last_synced_at":"2025-10-24T11:01:47.081Z","repository":{"id":61564534,"uuid":"552488600","full_name":"j-m-li/Pdos-PdAndro","owner":"j-m-li","description":"Android terminal PDOS","archived":false,"fork":false,"pushed_at":"2024-06-27T08:18:35.000Z","size":5009,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-19T21:12:04.922Z","etag":null,"topics":["android-application","apktool","public-domain"],"latest_commit_sha":null,"homepage":"http://pdos.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j-m-li.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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-10-16T17:54:38.000Z","updated_at":"2024-08-19T21:12:17.776Z","dependencies_parsed_at":"2024-08-21T19:34:19.432Z","dependency_job_id":null,"html_url":"https://github.com/j-m-li/Pdos-PdAndro","commit_stats":null,"previous_names":["j-m-li/pdos-pdandro"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-m-li%2FPdos-PdAndro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-m-li%2FPdos-PdAndro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-m-li%2FPdos-PdAndro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-m-li%2FPdos-PdAndro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-m-li","download_url":"https://codeload.github.com/j-m-li/Pdos-PdAndro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225110536,"owners_count":17422411,"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":["android-application","apktool","public-domain"],"created_at":"2024-11-18T01:12:16.659Z","updated_at":"2025-10-24T11:01:46.787Z","avatar_url":"https://github.com/j-m-li.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n### UPDATE : the latest version is available here : [github.com/robertapengelly/Pdos-PdAndro](https://github.com/robertapengelly/Pdos-PdAndro)\n\n# Android armeabi-v7a (32bit ARM) apk for [PDOS](https://pdos.org)\n\nThe source code is Public Domain except the gradle directory and gradlew.*\n\n## The application works best with a hardware keyboard attached to your smartphone.\n\nThis app will create 2 files in your \"Download/\" folder (hi.txt and pcomm.arm)\n\n\n![screen](doc/screen.jpg)\n\n\n## Modify an APK\n\n\nScript to modify an Android APK under Debian :\n```\necho sudo apt install zip apksigner zipalign\n\necho download bcprov-*.jar\nfirefox https://www.bouncycastle.org/download/bouncy-castle-java/\n\ncp app-release.apk original.zip\nrm -rf ./app\nunzip original.zip -d app\necho assume that the new files are in the ./new directory\ncp -r ./new/* ./app/\n\n(cd app \u0026\u0026 zip --exclude resources.arsc -r ../app.zip * \u0026\u0026 zip -0 ../app.zip resources.arsc)\n \nmv app.zip app_tmp.apk\n\nif [ ! -f cert.bks ]; then\n keytool -genkey -keyalg RSA -alias cert -keystore cert.bks -storepass 12345678 -validity 36000 -storetype BKS -provider org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath ~/Downloads/bcprov-jdk18on-1.78.1.jar\nfi\n\nrm -f app.apk\n\nzipalign -p 4 app_tmp.apk app.apk\n\necho PASSWORD is 12345678\napksigner sign --min-sdk-version 16 --ks cert.bks app.apk\n\napksigner verify app.apk\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-m-li%2Fpdos-pdandro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-m-li%2Fpdos-pdandro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-m-li%2Fpdos-pdandro/lists"}