Skip to content

Commit

Permalink
add android related files
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn111 committed Apr 24, 2024
1 parent 0258b82 commit 7ec4b07
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
107 changes: 107 additions & 0 deletions collections/android/termux/REAMDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
---
theme:
override:
footer:
style: template
center: "Enable Linux Power with Android"
right: "{current_slide} / {total_slides}"


---

Outline
---

- termux - an Android terminal emulator and Linux environment app
- scrcpy - "screen copy" mirrors Android devices
- scrcpy desktop

-----
<!-- end_slide -->

# Android is Linux-based

- Android 啟動過程 - init 進程 https://hackmd.io/pJpAeKAeRea0VIW3oI-mXw?view
- https://hackmd.io/@AlienHackMd/BkvyAzNf9
- The Generic Kernel Image (GKI) project
- kernel module interface (KMI)
- bionic libc (native part) - ndk
- BSD license / Small size / Speed
- android runtime (java part) - sdk
- adb (android debug bridge) shell

-----
<!-- end_slide -->

# termux application (main parts)


-----
<!-- end_slide -->

# termux packages

- termux file system layout
- https://github.com/termux/termux-packages/wiki/Termux-file-system-layout

-----
<!-- end_slide -->

## proot

-----
<!-- end_slide -->

## supprot distros

-----
<!-- end_slide -->

## other repos

- tut
- termux-root
- termux-x11

-----
<!-- end_slide -->


# termux api
- termux-sms-send

-----
<!-- end_slide -->



### other plugins
- Termux:API
- Termux:Boot
- Termux:Float
- Termux:Tasker

-----
<!-- end_slide -->

### build app in termux
https://sdrausty.github.io/docsBuildAPKs/
https://gist.github.com/tmatz/817bf03433e059bf89c63dc33f286ccb

## termux-setup-storage

## termux- services / runit

```
pkg install termux-services
```

## ssh




https://blog.csdn.net/Billhe_zju/article/details/122706171


## termux-docker

0 comments on commit 7ec4b07

Please sign in to comment.