• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Havoc-OS

Getting Started

To get started with the Havoc-OS sources, you'll need to get familiar with Git and Repo.

Create the Directories

You will need to set up some directories in your build environment.

To create them run:

   mkdir -p ~/bin
   mkdir -p ~/havoc

Install the Repository

Enter the following to download the "repo" binary and make it executable:

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo && chmod a+x ~/bin/repo

You may need to reboot for these changes to take effect. Now enter the following to initialize the repository:

   cd ~/havoc

To initialize your local repository, use this command:

   repo init -u https://github.com/Havoc-OS/android_manifest.git -b thirteen --git-lfs

To Sync the source:

  repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Building the System

Please note that if you are building on Mac OS X, you are required to install coreutils from MacPorts before you continue. Initialize the environment with the envsetup.sh script. Note that replacing "source" with a single dot saves a few characters, and the short form is more commonly used in documentation.

   . build/envsetup.sh
    brunch

Enter the number of the build you want to start and press enter

Applying for Maintainership

If you have successfully built for your device and want to apply for maintainership then drop in a message to SKULSHADY on Telegrams.

More Repositories

1

Devices

33
star
2

android_frameworks_base

Java
26
star
3

android_build

Makefile
21
star
4

android_vendor_havoc

Makefile
16
star
5

Havoc-OS.github.io

14
star
6

android_packages_apps_HavocSettings

Java
13
star
7

OTA

Havoc-OS OTA Automation
10
star
8

android_packages_apps_Settings

Java
7
star
9

android_packages_apps_ConfigCenter

Java
6
star
10

android_vendor_themes

Makefile
3
star
11

android_bionic

Assembly
3
star
12

android_bootable_recovery

C++
3
star
13

android_system_sepolicy

Makefile
2
star
14

android_packages_apps_Dirac

Java
2
star
15

XDA

1
star
16

android_packages_apps_Browser

Java
1
star
17

android_system_update_engine

C++
1
star
18

android_packages_apps_CustomDoze

Java
1
star
19

android_packages_apps_ThemePicker

Java
1
star
20

android_packages_apps_OmniStyle

Java
1
star
21

android_system_extras

HTML
1
star
22

android_system_memory_lmkd

C++
1
star
23

android_packages_overlays_ThemeIcons

Makefile
1
star
24

android_packages_apps_SettingsGoogle

HTML
1
star
25

android_device_qcom_sepolicy

Shell
1
star
26

android_hardware_qcom_camera

C++
1
star
27

android_kernel_configs

Python
1
star
28

Documentation

1
star
29

android_vendor_support

Java
1
star
30

android_vendor_qcom_opensource_cryptfs_hw

C
1
star
31

jenkins_manifest

1
star
32

android_packages_apps_WallpaperPicker

Java
1
star
33

android_hardware_qcom_sdm845_display

C++
1
star
34

android_hardware_qcom_power

C
1
star
35

android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9

C
1
star
36

android_packages_apps_FaceUnlockService

Java
1
star
37

android_external_gptfdisk

C++
1
star
38

android_art

C++
1
star
39

android_packages_apps_DeskClock

Java
1
star
40

android_hardware_lineage_livedisplay

C++
1
star
41

android_external_themelib

Kotlin
1
star
42

android_packages_apps_Email

Java
1
star
43

android_packages_apps_Gallery2

Java
1
star
44

android_prebuilts_tools-extras

Perl
1
star
45

android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9

C
1
star
46

android_hardware_qcom_bootctrl

C++
1
star