posted based on udemy video -
Android OS Internals
๐
Helps us to find the modules within AOSP.
List all modules.
Go to the directory containing a module.
> gomod Launcher3
# Launcher3 ์์น๋ก ์ด๋ํด์ค๋ค.
List the path of module
> pathmod Calendar
# Calendar ์์น ๊ฒฝ๋ก๋ฅผ ์ถ๋ ฅํ๋ค.
List the path of module apk
> outmod Calendar
# Calendar.apk ๊ฒฝ๋ก๋ฅผ ์ถ๋ ฅํ๋ค.
Install a Module into the device
> installmod Calendar
# Calendar.apk๋ฅผ ๋ค์ด๋ฐ๋๋ค (adb ์๋ค๊ณ ๊ฐ์ )
Refresh the module information