Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylertemp/droidsailizedicon
The Android icons in SailfishOS style
https://github.com/tylertemp/droidsailizedicon
Last synced: about 2 months ago
JSON representation
The Android icons in SailfishOS style
- Host: GitHub
- URL: https://github.com/tylertemp/droidsailizedicon
- Owner: TylerTemp
- Created: 2014-10-24T01:02:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T04:38:03.000Z (about 8 years ago)
- Last Synced: 2023-02-26T15:22:35.939Z (almost 2 years ago)
- Language: Python
- Size: 5.24 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DroidSailizedIcon
=================Introduce
---------(For Chinses version, please read `README_zh_cn.md`)
(中文版请阅读 `README_zh_cn.md`)
Tired of the ugly android icon on your Jolla?
DroidSailzedIcon provides the SailfishOS style icons of Android applications
for you Jolla Phone.Only some icons are provided so far. If you're interested in this, please help
me make it better.Usage
----------**Use it directly on Jolla Terminal:**
1. Open Jolla Terminal and enter the superuser mode:
```bash
devel-su
Password: # enter your developer mode password
```2. run this command:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/DroidSailizedIcon/master/cp.py)"
```It will backup the original icons and change it into the new icons
If you want to undo the change, do(in developer mode)
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/DroidSailizedIcon/master/cp.py)" restore
```If you don't want to back original icons up, do(in developer mode)
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/DroidSailizedIcon/master/cp.py)" copy
```Development
----------If you're interested in this project, please put your icon into `apkd` folder
For those png files made by yourself, please name it in `mit_files.txt`
If you want an icon which is not contained in this project, and you don't know how to Photoshop, please email that icon file to me at [[email protected]](mailto:[email protected])
License
---------Any png files listed in `mit_files.txt` is under [MIT-LINCENSE](https://github.com/angular/angular.js/blob/master/LICENSE).
Any other png files should never used for a business purpose.