Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/xda-rom-downloader
A library and CLI front-end to download the latest ROM from the xda thread of your choice, providing that ROMs are in the download section for the forum
https://github.com/fluffynuts/xda-rom-downloader
Last synced: 5 days ago
JSON representation
A library and CLI front-end to download the latest ROM from the xda thread of your choice, providing that ROMs are in the download section for the forum
- Host: GitHub
- URL: https://github.com/fluffynuts/xda-rom-downloader
- Owner: fluffynuts
- License: bsd-2-clause
- Created: 2015-03-12T07:19:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T12:05:41.000Z (over 9 years ago)
- Last Synced: 2024-10-12T07:07:33.162Z (3 months ago)
- Language: C#
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xda-frequently-updated-rom-downloader
A library and CLI front-end to download the latest rom from the XDA thread of your choice
Usage:
xda-rom-downloader -p {project id} -o
eg
xda-rom-downloader -p 8923 -o C:\where\I\Like\To\Keep\RomsWhat it will do:
1) try to find the latest nightly zip download link at the download section for the
project you specify by id
2) follow that link to the download page
3) grab the md5sum for the zip
4) attempt to download the zip (can resume if interrupted)
- you even get live download progress (% complete, speed, eta)
5) verify that what it downloaded matches the md5sum on the download page
- if not, it deletes the output and shows an errorPersonally, I have this in a scheduled task that runs at 6 am on my pc so
I can just browse to my pc with FX File Explorer and copy the zip to my
phone to flash at my convenience. I use this to keep up to date with the unofficial
i9300 cm12.1 rom.