- bluez
- bluez-utils
- pulseaudio-bluetooth
Edit /etc/bluetooth/main.conf, uncomment following lines
| import os | |
| import re | |
| import sys | |
| import zlib | |
| from struct import unpack | |
| OFFSET = 0x6B4 | |
| """ |
This extractor allows you to read the image content without owning an Onyx Boox device
Please use a Debian based linux device to run the script. Please follow the steps below:
MODEL column of your desired devicedownload.sh, and replace DEVICE_NAME with your name of your desired devicedownload.sh##git mergetool
In the middle file (future merged file), you can navigate between conflicts with ]c and [c.
Choose which version you want to keep with :diffget //2 or :diffget //3 (the //2 and //3 are unique identifiers for the target/master copy and the merge/branch copy file names).
:diffupdate (to remove leftover spacing issues)
:only (once you’re done reviewing all conflicts, this shows only the middle/merged file)
| ro.secure=0 | |
| ro.allow.mock.location=1 | |
| ro.debuggable=1 | |
| persist.sys.usb.config=adb | |
| ro.adb.secure=0 |
| #!/bin/bash | |
| ## | |
| ## --exclude takes one pool or a comma seperated list of pools | |
| ## | |
| ## Example: scrub-all.sh --exclude rpool | |
| ## Example: scrub-all.sh --exclude rpool,tank-foo,tank-bar | |
| ## | |
| EMAIL_RECIPIENT="[email protected]" |
| #!/usr/bin/env sh | |
| # Download lists, unpack and filter, write to stdout | |
| curl -s https://www.iblocklist.com/lists.php \ | |
| | sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \ | |
| | xargs wget -O - \ | |
| | gunzip \ | |
| | egrep -v '^#' |