Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.98 KB

README.md

File metadata and controls

60 lines (48 loc) · 1.98 KB

ROM Build Script With Telegram Notifier (Can Use in Crave)

How to use

  • Fork This Repo
  • Then, Setup Your Configuration Here
  • After that, Run this command below inside your rom project folder
# Change yourUsername with your github username
wget https://raw.githubusercontent.com/yourUsername/build_script/main/jembod.sh
bash jembod.sh | tee hiya.txt

Set Configuration

Open jembod.sh with your preferred IDE or text editor and change according your preference.

All here are important

TZ
Is your Timezone
eg. Asia/Jakarta

romcuy
Is rom name that you want to build. Dont fill with any symbol, Only Alphabet & Number
eg. Afterlife RisingOS LineageOS21 or whatever

id_ch
Is your Telegram channel id, Add -100 before your id.
eg. your channel id is 1234567890, then it will be -1001234567890

id_owner
Is your Telegram id
eg. 1234569890

dcdnm
Is your device codename
eg. rosemary garnet X00TD or whatever

botuname
Is your bot username without @
eg. zbuild_bot

btoken
Is your bot token from BotFather

lmfests
Is Github link to your local_manifests
eg. https://github.com/ctrhyz/local_manifests

blmfests
Is branch of your local_manifests
eg. main testing master or whatever

admfests
Is link to android_manifest of rom source, can get in docs of rom
eg. https://github.com/AfterlifeOS/android_manifest.git https://github.com/RisingTechOSS/android

badmfests
Is branch of android_manifest from rom source
eg. 14 lineage-21 fourteen udc or whatever

jembod
Is command to build rom
eg. mka bacon rise b goafterlife <device-codename> or whatever