See https://github.com/adil192/SamsungAppsPatcher for the updated version of this guide. This gist is now unmaintained, but may work on other operating systems.
(Same as the above link.)
See https://github.com/adil192/SamsungAppsPatcher for the updated version of this guide. This gist is now unmaintained, but may work on other operating systems.
(Same as the above link.)
import 'dart:io'; | |
import 'dart:math'; | |
typedef Section = ({String title, String content}); | |
/// Runs a command like | |
/// `tts --text "hello" --model_name "tts_models/uk/mai/glow-tts" --vocoder_name "vocoder_models/uk/mai/multiband-melgan" --out_path hello.wav` | |
Future<void> tts(int i, Section section) async { | |
final escapedContent = section.content.trim().replaceAll('\n', ' '); | |
final escapedTitle = section.title.trim().replaceAll(RegExp(r'\W'), '_'); |
(roughly following instructions from this comment chain: https://www.reddit.com/r/linux4noobs/comments/kkvpm3/comment/hl3asj5/)
https://pkg.authy.com/authy/stable/2.2.2/win32/x64/authy-2.2.2-full.nupkg
npm i -D electron
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<!-- Device trees --> | |
<project path="device/samsung/gts7lwifi" | |
name="adil192/android_device_samsung_gts7lwifi" | |
remote="github" | |
revision="lineage-17.1" /> | |
<project path="device/samsung/sm8250-common" |
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<!-- Device trees --> | |
<project path="device/samsung/r8s" | |
name="adil192/android_device_samsung_r8s" | |
remote="github" | |
revision="lineage-18.1" /> | |
<project path="device/samsung/exynos990-common" |