Skip to content

Instantly share code, notes, and snippets.

View axsddlr's full-sized avatar
🎯
Focusing

Andre Saddler axsddlr

🎯
Focusing
View GitHub Profile
@axsddlr
axsddlr / local_manifest
Created June 23, 2013 06:51
My Local_manifest for PA
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="packages/apps/DashClock" name="ayysir/packages_apps_DashClock" remote="bitbucket" revision="jb4.2" />
<project path="hardware/samsung" name="CyanogenMod/android_hardware_samsung" remote="github" revision="cm-10.1" />
<project name="ParanoidAndroid/android_frameworks_base" path="frameworks/base" remote="github" revision="jellybean-legacy" />
<project name="ParanoidAndroid/android_packages_apps_Settings" path="packages/apps/Settings" remote="github" revision="jellybean-legacy" />
<project path="vendor/pa" name="ayysir/android_vendor_pa" remote="bitbucket" revision="jellybean" />
<project name="CyanogenMod/android_vendor_cm" path="vendor/cm" remote="github" revision="cm-10.1" />
<project name="AOSPA-slickrick/android_system_core" path="system/core" remote="github" revision="cm-10.1" />
<project path="system/extras" name="Evervolv/android_system_extras" remote="github" revision="jellybean" />
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
}
}
apply plugin: 'android'
/*
* Copyright 2013 Fancy Updater (Boy Petersen & Parthipan Ramesh)
* Copyright 2014 PAEK Updater Andre "ayysir" Saddler
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
From aba17bad720d05543aaca27bf0364370a06390f8 Mon Sep 17 00:00:00 2001
From: myfluxi <linflux@arcor.de>
Date: Sun, 23 Feb 2014 07:19:12 -0500
Subject: [PATCH] msm: mdss: Display gamma control
TODO: confirm rgb channels, identify other tunables, cleanup,
apply values without switching screen (off and) on.
sysfs: /sys/devices/qcom,mdss_dsi_jdi_command_ors.69/*
From 4bec0cfd819192a9927b642e8e099cbf4ce32223 Mon Sep 17 00:00:00 2001
From: Andre Saddler <dresadd09691@gmail.com>
Date: Sun, 23 Feb 2014 07:19:12 -0500
Subject: [PATCH] FFC: restore old implement abit
---
drivers/power/smb349_charger.c | 42 ++++++++++++++++++++++++++++++++++++++++++
drivers/usb/dwc3/dwc3_otg.c | 8 ++++++--
drivers/usb/otg/msm_otg.c | 42 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 90 insertions(+), 2 deletions(-)
From 1173fb6012c082e683bf155645d56a1cc37012c3 Mon Sep 17 00:00:00 2001
From: Andre Saddler <dresadd09691@gmail.com>
Date: Sun, 23 Feb 2014 07:19:12 -0500
Subject: [PATCH] Make only S2s hook available
--
S2S: change sysfs to sweep2sleep directory
---
drivers/input/touchscreen/sweep2wake.c | 58 ++++++++++------------------------
1 file changed, 16 insertions(+), 42 deletions(-)
@axsddlr
axsddlr / NPE
Created February 25, 2014 03:20
02-24 22:18:54.363 13639-13639/com.ayysir.paek E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.ayysir.paek, PID: 13639
java.lang.NullPointerException
at com.ayysir.paek.tools.features.KernelControl.onCreateView(KernelControl.java:98)
at android.support.v4.app.Fragment.performCreateView(Fragment.java:1500)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:927)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1104)
at android.support.v4.app.BackStackRecord.run(BackStackRecord.java:682)
at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1467)
at android.support.v4.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:472)
/*
* Copyright © 2014 Andre "ayysir" Saddler
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
public static int latest_version;
// Cpu Information
public static String[] available_frequencies = new String[] {"96000", "192000","300000", "652800", "1036800", "1267200", "1574400", "1728000", "1958400", "2265600", "2342400", "2419200", "2496000"};
public static String[] available_governors = new String[] {"intelliactive", "interactive", "conservative", "ondemandplus", "userspace", "wheatley", "powersave", "ondemand", "performance"};
// Cpu Information
public static String min_freq;
public static String max_freq;
public static String screen_on_min;