Reborn from regalstreak's project skadoosh 😏
First, Look for your Desired Sources from the Project Download Site Section.
If you want me to add more sources and upload them for you, make sure you do the followings:
- Fork this Repository,
- Edit "compress.bash" and Replace only 3 elements.
- Go to line #16. After 'name=', Enter Name of the ROM. (No Spaces Please.)
- Example: CyanogenMod, SlimRoms, ResurrectionRemix or DND, etc.
- Go to line #20. After 'manifest=', Enter GitHub Manifest link.
- Go to line #24. After 'branch=', Enter the Branch name.
- Example: cm-14.1, Lineage-15.1, or nougat, etc. from the Repo.
Then create a pull request and submit. That's all. 💖
All the repositories related to "darwin" is trimmed down. Meaning, these sources are not directly buildable in MacOS. If you use one, be sure to clone any darwin-related repository before build.
These Files are Continuously uploading into Server. Keep an eye on this.
Now, Only Marshmallow, Nougat & Oreo Branchs are Available for Download
ROM Name | Individual Source Download Link | Download Counts |
---|---|---|
AICP | https://tinyurl.com/wewagpd | |
AOKP | https://tinyurl.com/urtrc2f | |
AOSP | https://tinyurl.com/rbrtwtj | |
CarbonROM | https://tinyurl.com/sfkxes5 | |
CesiumOS | https://tinyurl.com/wdsunwg | |
crDroid | https://tinyurl.com/rbla8bm | |
DirtyUnicorns | https://tinyurl.com/vpgr7fl | |
DotOS | https://tinyurl.com/ss5nxec | |
LineageOS | https://tinyurl.com/taq329v | |
MoKee | https://tinyurl.com/rh2qdur | |
ResurrectionRemix | https://tinyurl.com/swbkqm3 | |
SlimRoms | https://tinyurl.com/wbauqdk | |
TeslaRom-N | https://tinyurl.com/sbl52cv | |
TeslaOS (oreo) | https://tinyurl.com/ugkcyo7 | |
TipsyOs | https://tinyurl.com/vbyau3o | |
XenonHD | https://tinyurl.com/u38w2v4 |
https://androidfilehost.com/?w=files&flid=270268
- First you will have to join the archive parts into one big archive. Download all the parts. Then put all parts in one folder.
- Verify the integrity md5sum of parts by
md5sum -c *.md5sum
- Join them by
cat *.tar.xz.* > yourbigarchivename.tar.xz
- Now
cd
to the folder where you have joined the downloaded parts. Extract it using
tar xvJf yourbigarchivename.tar.xz -C "/path/inside/your/project/dir/"
- To use these sources, you will have to extract them as mentioned above.
You should get a
.repo
folder. In the same folder itself (not inside .repo but the folder that contains .repo), you will have to update the local work tree. You can update it by using
repo sync -c -q --force-sync --no-clone-bundle --no-tags -j16
- The above command will help you to use minimum data/internet as it does not download extra tags or clone bundles. If you do not want to use data at all, you can use below command, which will not fetch anything from the internet.
repo sync -c -q --force-sync --no-clone-bundle --optimized-fetch --prune --no-tags -j16 --local-only
Happy Coding! 🤗
Join my Telegram Channel for Instant Update of All Old & New Uploaded ROM Sources at @tranSKadooSH
And files are being Uploaded using free account from CircleCI. So, only a few variant of ROMs can be uploaded in a week.