o-ksi-d / Pdos-PdAndro

Android terminal PDOS

Home Page:http://pdos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android armeabi-v7a (32bit ARM) apk for PDOS

The source code is Public Domain except the gradle directory and gradlew.*

The application requires a hardware keyboard attached to your smartphone.

This app will create 2 files in your "Download/" folder (hi.txt and pcomm.arm)

How to use it

After message "please enter a command" enter: pcomm.exe

screen

Developement

If you want to make change to the APK, you need to sign it before install it :

zip -r app.zip ./app/
 
mv app.zip app.apk

keytool -genkey -keyalg RSA -alias mykeystore -keystore mykeystore.jks -storepass 12345678 -validity 360

apksigner sign --ks release.jks app.apk

https://docs.oracle.com/en/java/javase/12/tools/keytool.html

https://developer.android.com/studio/command-line/apksigner

About

Android terminal PDOS

http://pdos.org

License:Other


Languages

Language:C 95.5%Language:Kotlin 2.7%Language:Assembly 1.4%Language:CMake 0.4%