- Fork https://github.com/FlokoROM/OTA and https://github.com/FlokoROM/packages_apps_Updater
- Modify
updater_server_url
to your Updater repo, inpackages_apps_Updater/res/values/strings.xml
- https://github.com/FlokoROM/packages_apps_Updater/blob/10.0/res/values/strings.xml#L33
- DO NOT modify filename from
{device}.json
(it will be automatically replaced in system), just change link to your repo.
- add this in your local_manifests to enable Updater
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Mastodon Ancient | |
@namespace gist.github.com/lindwurm/133482d8f4ddb257509defba398f3095 | |
@version 1.0.2 | |
@description Ancient style theme of mastodon | |
@author lindwurm | |
==/UserStyle== */ | |
@-moz-document domain("mstdn.maud.io") { | |
:root { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* six-columns */ | |
@media (min-width: 2561px) { | |
.columns-area > div { | |
width: 16.667%; | |
max-width: 16.667%; | |
} | |
} | |
/* five-columns */ | |
@media (min-width: 1921px) and (max-width: 2560px) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd prebuilts_bromite/app | |
TAGNAME=$(echo $(curl -s https://api.github.com/repos/bromite/bromite/releases/latest | grep "tag_name" | cut -d : -f 2 | tr -d \",)) | |
BASEURL=https://github.com/bromite/bromite/releases | |
curl -H 'Accept: application/octet-stream' -L \ | |
-O ${BASEURL}/download/${TAGNAME}/arm_ChromePublic.apk \ | |
-O ${BASEURL}/download/${TAGNAME}/arm64_ChromePublic.apk \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[IMG]https://lindwurm.neocities.org/img/floko/flokowall_v4_mini.png[/IMG] | |
[SIZE="3"] | |
[QUOTE] | |
[SIZE="4"][B]Your warranty is now void.[/B][/SIZE] | |
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. | |
Please do some research if you have any concerns about features included in this ROM before flashing it! | |
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you. | |
[/QUOTE] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* enlarge custom emoji. from: https://mstdn.maud.io/@unarist/99773019918049096 */ | |
/* note: :only-child won't count text nodes */ | |
p > .emojione[alt^=":"]:only-child { | |
width: 10em; height: 10em; margin: 0; | |
} | |
.status__content p .emojione { | |
width: 5em; height: 5em; margin: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 99% 672/675] including vendor/xiaomi/sm8250-common/Android.mk ... | |
[ 99% 673/675] including vendor/xiaomi/umi/Android.mk ... | |
[ 99% 674/675] finishing build rules ... | |
FAILED: | |
frameworks/av/services/camera/libcameraservice/tests/Android.mk: error: "cameraservice_test (NATIVE_TESTS android-arm64) missing libcameraservice (SHARED_LIBRARIES android-arm64)" | |
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build. | |
frameworks/av/services/camera/libcameraservice/tests/Android.mk: error: "cameraservice_test (NATIVE_TESTS android-arm) missing libcameraservice (SHARED_LIBRARIES android-arm)" | |
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build. | |
build/make/core/main.mk:972: error: exiting from previous errors. | |
04:34:52 ckati failed with: exit status 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[IMG]https://lindwurm.neocities.org/img/floko/flokowall_v3.png[/IMG] | |
[SIZE="3"] | |
[QUOTE] | |
[SIZE="4"][B]Your warranty is now void.[/B][/SIZE] | |
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. | |
Please do some research if you have any concerns about features included in this ROM before flashing it! | |
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you. | |
[/QUOTE] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lindwurm@mashiro:~$ timedatectl | |
Local time: Sun 2019-08-25 12:04:30 UTC | |
Universal time: Sun 2019-08-25 12:04:30 UTC | |
RTC time: Sun 2019-08-25 12:04:30 | |
Time zone: Etc/UTC (UTC, +0000) | |
System clock synchronized: yes | |
systemd-timesyncd.service active: yes | |
RTC in local TZ: no | |
lindwurm@mashiro:~$ timedatectl list-timezones | grep -i tokyo | |
Asia/Tokyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[18.04] non-ccache: 02:08:15 (hh:mm:ss) | |
[16.04] non-ccache: 02:14:07 (hh:mm:ss) | |
[18.04] with-ccache: 35:56 (mm:ss) | |
[16.04] with-ccache: 42:17 (mm:ss) | |
[18.04] non-ccache: 02:05:44 (hh:mm:ss) | |
[16.04] non-ccache: 02:24:34 (hh:mm:ss) | |
[18.04] with-ccache: 35:50 (mm:ss) | |
[16.04] with-ccache: 41:33 (mm:ss) |
NewerOlder