Skip to content

Instantly share code, notes, and snippets.

@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 / 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"
@xenon92
xenon92 / README.md
Last active August 29, 2015 14:12
Patches to Resurrection Remix Lollipop source code for MSIM devices

Resurrection Remix ROM

Patches (android Lollipop)

####Fixes for Multi-SIM devices

  • 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 / frameworks_base.patch
Last active August 29, 2015 14:04
Patch: Android: Haptic vibration for softkeys for i9082
From aeed12accf9a8fa582343c35e846434401fc0a7b Mon Sep 17 00:00:00 2001
From: Shubhang Rathore <shubhang92@gmail.com>
Date: Thu, 24 Jul 2014 18:18:29 +0530
Subject: [PATCH] i9082: Add haptic feedback to back and menu softkeys
The default behavior of softkeys on stock ROM is to provide haptic
vibration on touch. This patch restores that behavior.
Change-Id: I3fc7c1e42da8688b54653413dca00fda9b59c171
@xenon92
xenon92 / packages_providers_MediaProvider.patch
Last active August 29, 2015 14:04
Patch: Android: Increase thumbnail size. Use higher quality images.
From 9e868ac70deb646120514132a5b00e7bb2d7ed2f Mon Sep 17 00:00:00 2001
From: Shubhang Rathore <shubhang92@gmail.com>
Date: Thu, 24 Jul 2014 19:54:10 +0530
Subject: [PATCH] Increase thumbnail size. Use higher quality images.
Samsung Galaxy Grand i9082 gets recognized as "normal" screen size.
But 5" screen size is quite big. Using 500dip is the same as
declared for "xlarge" screen size. There is no dimension declared
for "large" screen size.
@xenon92
xenon92 / README.md
Last active August 29, 2015 13:59
Patches for Carbon ROM Kitkat for i9082

Carbon 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 / 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"