Skip to content

Instantly share code, notes, and snippets.

# vs980
84993 # sepolicy: give radio access to tap2wake node
82445 # g2-common: init: Define TCP buffer sizes
78741 # g2: Enable multiple users max. 4
78740 # g2: Add voip_rx to fix VOIP mic usage
78424 # g2: Use QCOM_BIONIC not KRAIT_BIONIC
78064 # g2: Enable extended font support
84999 # g2: add usb charging mode
85006 # vs980: force getting eri from xml
85007 # Set System prop to allow proper Imsi handling
/*
* Copyright (C) 2010 OPPO, Inc.
* Author: Andy <[email protected]>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
/*
* Copyright (C) 2010 OPPO, Inc.
* Author: Andy <[email protected]>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="ssh://[email protected]:22123" name="gitlab" />
<remote fetch="git://codeaurora.org/quic/la/" name="caf" />
<project name="CyanogenMod/hudson" path="hudson" revision="master" />
<!-- vendor repos -->
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" />
packages/apps/Settings 8808eed7fbe586aba2bdd27cbd16932aa5199004 # CryptKeeper: lower minimum battery percentage needed to start encrypting
vendor/samsung 4844022a8467dc568bc539d0d49d4f3cec9b5e36 # msm8960-common: update adreno blobs and d2 camera
skip device/htc/m8 4aefb6c11e20e7a3e0064e3c2d72808d3037bb36 # revert disable libaudioamp
skip device/htc/m8 5873a7c7f7818672ec98eb9e55b38b8bd677a432 # amps
vendor/lge 52469ce40e8da760e0af3e128ab638fae2c572e4 # vs980: update adreno
vendor/lge 922bbb6d08c4d3eb4ae7e2de1fdb754544b4c6ad # vs980: Updated WV DRM libraries
packages/apps/Trebuchet c2d1f3ca0da84756d14c93357da3456b9719b78d # trebuchet: you get to rotate, and YOU get to rotate and YOU GET TO ROTATE
vendor/lge 1fa6cd561bf007e5333bca44106095405cdf2284 # g3: kangbang adreno from bacon
vendor/cm ebb96b01b83fb290a97f6afdf6fa5bfaa6532475 # ambient display for everyone
vendor/htc 9ce430dd3377cec564b26032a5f49670de87f4ab # m8vzw rilblobs
skip 81797 # install: disable signature checking on eng and userdebug builds
88258 # build: use the systems ccache by default
# vzw-specific
83315 # SignalStrength: adjust cdma signal strength threshold
85595 # apns-conf: remove default type from all vzw apns
85250 # RIL: Ignore CDMA IMS subscription via prop
# multiple filesystems
87995 # mount: use blkid to determine fstype
#!/bin/bash
version=12.0
if [ "$1" == "careful" ] || [ "$2" == "careful" ]; then
set -e
fi
if [ "$1" == "twrp" ] || [ "$2" == "twrp" ]; then
twrp=true
#!/bin/bash
printf '\x41\xa9\xe4\x67\x74\x4d\x1d\x1b\xa4\x29\xf2\xec\xea\x65\x52\x79' >> $1
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.4.104 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
# CONFIG_ARCH_USES_GETTIMEOFFSET is not set
CONFIG_GENERIC_CLOCKEVENTS=y
diff --git a/fs_mgr/fs_mgr.c b/fs_mgr/fs_mgr.c
index 87ee542..26d65a8 100644
--- a/fs_mgr/fs_mgr.c
+++ b/fs_mgr/fs_mgr.c
@@ -449,6 +449,8 @@ int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
int mount_errors = 0;
int first_mount_errno = 0;
char *m;
+ int cmp_len;
+ char *detected_fs_type;