Skip to content

Instantly share code, notes, and snippets.

View androidlover5842's full-sized avatar

androidlover5842 androidlover5842

  • Third planet near to the sun
View GitHub Profile
@androidlover5842
androidlover5842 / Travis CI local install
Created March 18, 2017 14:01 — forked from jarun/Travis CI local install
How to install Travis CI locally on Ubuntu 16.04
sudo apt install ruby ruby-dev
sudo gem install travis
# install path: /var/lib/gems/
@androidlover5842
androidlover5842 / kexec-melius.patch
Created September 29, 2016 21:11
Experimental Kexec hardboot patch for Melius
From 60ee12283c6be1540135f8470ae42f85cc4baebe Mon Sep 17 00:00:00 2001
From: Mike Kasick <mike@kasick.org>
Date: Sat, 7 Jul 2012 19:00:47 -0400
Subject: [PATCH] Add and enable kexec hardboot support.
Consists of squashed commits from:
https://github.com/mkasick/android_kernel_samsung_jfltespr.git
commit 750bb80f2854d6af5273e55ea179a4c60b2d9efc
Author: Mike Kasick <mike@kasick.org>
@androidlover5842
androidlover5842 / icu.diff
Created February 20, 2016 08:51 — forked from Flex1911/icu.diff
Compat for icu in Android 5.0 for support some old drivers
diff --git a/icu4c/source/common/ucnv.c b/icu4c/source/common/ucnv.c
index 5cf4d15..3701f30 100644
--- a/icu4c/source/common/ucnv.c
+++ b/icu4c/source/common/ucnv.c
@@ -2914,6 +2914,75 @@ ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){
return FALSE;
}
}
+
+U_CAPI void U_EXPORT2 ucnv_setToUCallBack_48 (UConverter * converter,