Skip to content

Instantly share code, notes, and snippets.

phablet@ubuntu-phablet:~$ sudo test_sensors
library "/system/lib/hw/sensors.oem.so" not found
libsensor_add_waiting_client adding cb 0
Hardware module ID: sensors
Hardware module Name: Qualcomm Sensors Module
Hardware module Author: Qualcomm Inc.
Hardware module API version: 0x1
Hardware HAL API version: 0x100
Poll device version: 0x1000001
API VERSION 0.1 (legacy): 0x1
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project
path="device/asus/deb"
name="ubports/android_device_asus_deb"
remote="ubp" />
<project
path="device/asus/flo"
name="ubports/android_device_asus_flo"
git diff
diff --git a/arch/arm/configs/cyanogen_flo_defconfig b/arch/arm/configs/cyanogen_flo_defconfig
index eaf95c6..c5a999d 100644
--- a/arch/arm/configs/cyanogen_flo_defconfig
+++ b/arch/arm/configs/cyanogen_flo_defconfig
@@ -44,16 +44,18 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
-CONFIG_LOCALVERSION="-cyanogenmod"
diff --git a/deb/deb-vendor.mk b/deb/deb-vendor.mk
index 782d9ed..231543a 100644
--- a/deb/deb-vendor.mk
+++ b/deb/deb-vendor.mk
@@ -22,10 +22,6 @@ PRODUCT_PACKAGES := \
VisualizationWallpapers \
librs_jni
-# Publish that we support the live wallpaper feature.
-PRODUCT_COPY_FILES := \
@doniks
doniks / covidmap.R
Created October 24, 2020 19:50 — forked from mschnetzer/covidmap.R
Entwicklung der Covid-Pandemie in Österreichs Bezirken (https://twitter.com/matschnetzer/status/1319904508386942976)
library(tidyverse)
library(sf)
library(gganimate)
library(transformr)
library(lubridate)
library(msthemes) # https://github.com/mschnetzer/msthemes
# Import online map
bezirke <- st_read("https://raw.githubusercontent.com/ginseng666/GeoJSON-TopoJSON-Austria/master/2017/simplified-99.9/bezirke_999_geo.json") %>%
mutate(iso = as.numeric(iso))