Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
hardcore
Old
(Last edited by hardcore; 9th October 2012 at 02:28 PM.)
#1  
Senior Member - OP
Thanks Meter 8039
Posts: 3,434
Join Date: Sep 2006

 
DONATE TO ME
Thumbs up [KERNEL] SpeedMod S3 ICS [K1-8 ExFAT] [K1-6B ROOT BRIGHTNESS+]

Hi guys,

This is the SpeedMod kernel for the Samsung Galaxy S3 GT-I9300.

SpeedMod's core features are:
- Super stable: No undervolting, overclocking or potentially unstable modifications
- Fast and smooth: Compiler and code optimizations
- Excellent battery life: Remove unecessary logging and debugging

>>> CLICK HERE for more info and the DOWNLOAD links.

>>> CLICK HERE for the Frequently Asked Questions list.

Current features:

Root:
- Automatically installs root (SuperUser and su) but can be disabled

Screen and misc tweaks:
- Auto-brightness increased slightly (in low-to-mid light)
- MDNIE screen sharpness and color tuning (improves text readability)
- init.d, TUN, CIFS, IPV6 Privacy support

Performance:
- CPU governor tweaks: increase responsiveness
- IO tweaks
- Read ahead tweaks
- Compiled with optimizations using Codesourcery GCC toolchain
- Optimized GPU DVFS
- ARM CPU topology support
- SCHED_MC multi-core aware scheduler

Turned off unnecessary logging for better smoothness and efficiency:
- Disabled Android Debug Logger / logcat
- Disabled Samsung debug
- Disabled various kernel debugging, statistics and tracing options

Known issues:
- Proprietary ExFAT modules are not included (currently no plans to)
(You don't need ExFAT unless you use a 64GB MicroSD. Even then you can still format it as FAT32.)

>>> CLICK HERE for the CHANGELOG.

Instructions on how to enable logcat and disable auto-root are in the 3rd post (below).

>>> CLICK HERE for the DOWNLOAD links.
The Following 128 Users Say Thank You to hardcore For This Useful Post: [ Click to Expand ]
 
hardcore
Old
#2  
Senior Member - OP
Thanks Meter 8039
Posts: 3,434
Join Date: Sep 2006

 
DONATE TO ME
Reserved for future use.
The Following 13 Users Say Thank You to hardcore For This Useful Post: [ Click to Expand ]
 
hardcore
Old
(Last edited by hardcore; 3rd August 2012 at 04:27 AM.)
#3  
Senior Member - OP
Thanks Meter 8039
Posts: 3,434
Join Date: Sep 2006

 
DONATE TO ME
Here is how to change some of the kernel configurations:

[HOW TO ENABLE LOGCAT]

If you are a developer or want to re-enable logcat for whatever reason, do this:

adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system

[HOW TO DISABLE AUTO-ROOT]

Create a file called ".noautoroot" in either /system or /data. This will disable the auto root installation. This example, shows how to remove root completely:

adb root
adb shell
mount -o remount,rw /system
rm /system/xbin/su
rm /system/app/Superuser.apk
rm /data/app/Superuser.apk
touch /system/.noautoroot
mount -o remount,ro /system
sync
reboot

[HOW TO RE-ENABLE AUTO-ROOT]

adb root
adb shell
mount -o remount,rw /system
rm /system/.noautoroot
mount -o remount,ro /system
sync
reboot
The Following 14 Users Say Thank You to hardcore For This Useful Post: [ Click to Expand ]
 
DocRambone
Old
#4  
Recognized Developer
Thanks Meter 2366
Posts: 6,327
Join Date: Jan 2010
Location: Stockholm

 
DONATE TO ME
Nice
The Following User Says Thank You to DocRambone For This Useful Post: [ Click to Expand ]
 
SupaDuckie
Old
#5  
Senior Member
Thanks Meter 16
Posts: 158
Join Date: Jul 2010
Nice, to see you here loved your work with the s1
 
avetny
Old
(Last edited by avetny; 9th July 2012 at 11:11 PM.)
#6  
avetny's Avatar
Senior Member
Thanks Meter 1265
Posts: 4,019
Join Date: Jul 2010
Location: Private Island.

 
DONATE TO ME
Low benchmark's
Good battery life.
 
knights.JayTana
Old
#7  
knights.JayTana's Avatar
Senior Member
Thanks Meter 591
Posts: 1,038
Join Date: Jun 2011
Location: Davao City
Another great Dev... Welcome Hardcore...


ROM: MIUI-India v?
Kernel: Siyah 1.5b3
 
ksr007
Old
#8  
ksr007's Avatar
Senior Member
Thanks Meter 2058
Posts: 748
Join Date: Apr 2011
Location: Hanoi

 
DONATE TO ME
will try and feed back soon...
email : luuvusunbae@gmail.com
Hit Thanks Button for me
http://forum.xda-developers.com/show....php?t=2174644


Donate for me if you like my work

 
anukilimanoor
Old
#9  
anukilimanoor's Avatar
Senior Member
Thanks Meter 282
Posts: 465
Join Date: Feb 2011
Location: Monaghan

 
DONATE TO ME
Nice to see this...

If you like my work please consider a donation...

The Following User Says Thank You to anukilimanoor For This Useful Post: [ Click to Expand ]
 
micmaccc
Old
#10  
micmaccc's Avatar
Senior Member
Thanks Meter 21
Posts: 242
Join Date: Apr 2010
Question ExFAT

Quote:
Originally Posted by hardcore View Post
Known issues:
- Proprietary ExFAT modules are not included (currently no plans to)
why no support..?
regards,


GT-N7100

The Following User Says Thank You to micmaccc For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...