Skip to content

Instantly share code, notes, and snippets.

@xenon92
xenon92 / README.md
Last active August 29, 2015 13:59
Patches for Resurrection Remix Kitkat for i9082

Resurrection Remix ROM

Patches (android Kitkat)

####Samsung Galaxy Grand Duos GT-i9082

  • The path of the patch is mentioned in the file name of the patch
  • Patches can be merged using "git am filename.patch"
@xenon92
xenon92 / steps_to_translate_strings.md
Last active July 7, 2017 10:47
Steps to Translate Resurrection Tools
@xenon92
xenon92 / fix_vibration_s2vep_rr_kk.patch
Last active January 4, 2016 16:19
Patch frameworks/base rebased on Resurrection Remix Kitkat to fix vibration on Galaxy S2 Plus - credits to beastaki23 at XDA
diff --git a/services/java/com/android/server/VibratorService.java b/services/java/com/android/server/VibratorService.java
index 64fffb7..581af0c 100644
--- a/services/java/com/android/server/VibratorService.java
+++ b/services/java/com/android/server/VibratorService.java
@@ -1,18 +1,18 @@
/*
- * Copyright (C) 2008 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
@xenon92
xenon92 / RR_changelog.md
Last active January 4, 2016 02:39
Official Resurrection Remix Kitkat Changelog
@xenon92
xenon92 / fix_camera_sdcard_access.patch
Last active January 3, 2016 18:19
Patch to Resurrection Remix Kitkat packages/apps/Camera2 to fix external sd card access to camera
From eb128dca125bd9fd63ebd8a0b6ca78a1c1636d07 Mon Sep 17 00:00:00 2001
From: Shubhang <shubhang92@gmail.com>
Date: Sun, 19 Jan 2014 12:35:38 +0530
Subject: [PATCH] fix external sd card access to i9082
---
src/com/android/camera/StorageEnvironment.java | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/src/com/android/camera/StorageEnvironment.java b/src/com/android/camera/StorageEnvironment.java
@xenon92
xenon92 / TODO_RR_ROM_source.txt
Last active January 3, 2016 14:59
TODOs, ideas and suggestions for Resurrection Remix ROM
- DONE - ability to move clear all button
- DONE - Active display
-------------------
- DONE - Persist battery indicator across reboots
- DONE - Add ability to quick unlock
- DONE - Move navigation bar height
- DONE - Reorder menu - integrate features under 'interface'
@xenon92
xenon92 / fix_duplicate_day.patch
Last active January 3, 2016 09:29
Patch for Carbon ROM Kitkat - SystemUI (frameworks/base)
From fe062dc1ed611b156e40cf388281b56e8a97cb47 Mon Sep 17 00:00:00 2001
From: Shubhang <shubhang92@gmail.com>
Date: Thu, 16 Jan 2014 00:58:55 +0530
Subject: [PATCH] SystemUI: fix duplicate day in notification pulldown header
showing the "day of the week" once is enough in the 1st line.
this removes the 2nd "day of the week" in the 2nd line.
Change-Id: Ia8258eceb8a5921b6b3d194e0bb7b72408ce9a5a
---
From 7d8e04995d6637809528211d40cc6562e1cf5b5f Mon Sep 17 00:00:00 2001
From: Shubhang <shubhang92@gmail.com>
Date: Mon, 13 Jan 2014 12:48:11 +0530
Subject: [PATCH] Fix compilation with Linaro toolchain 4.7
- GT-I9082
- fix error: piggy.gzip.o: unknown CPU architecture
- fix error: lib1funcs.o: unknown CPU architecture
- original credit to codeworkx
@xenon92
xenon92 / fix_SystemUI_autobrightness.patch
Last active June 17, 2017 15:59
Patch for Carbon ROM KitKat 4.4.2 to fix SystemUI FC on tapping settings gear for autobrightness (frameworks/base)
From 1a1885957db9200be7f4d4e9dfaa84c88b6565c6 Mon Sep 17 00:00:00 2001
From: Shubhang <shubhang92@gmail.com>
Date: Tue, 31 Dec 2013 14:41:27 +0530
Subject: [PATCH] fb: fix SystemUI crash on autobrightness settings
Change-Id: I8bf4b8296c7d4d92d7e262c33371e2befbf04022
---
.../SystemUI/src/com/android/systemui/settings/BrightnessDialog.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@xenon92
xenon92 / README.md
Last active December 31, 2015 14:49
Fix Broadcom RIL on SlimKat

SlimKat ROM

Patch (android Kitkat)

  • This patch fixes the RIL in the SlimKat source for broadcom device Samsung Galaxy Grand Duos GT-i9082
  • Without this patch, outgoing and incoming calls don't work
  • The path of the patch is mentioned in the file name of the patch
  • Patch can be merged using "git am filename.patch"