Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
tkymgr
Old
(Last edited by tkymgr; 8th October 2012 at 02:29 PM.)
#1  
tkymgr's Avatar
Member - OP
Thanks Meter 332
Posts: 76
Join Date: Nov 2010
Location: Narashino

 
DONATE TO ME
Wink [KERNEL][ARC/ARCS]KTG anzu Kernel v1.52 for 4.1.B.0.587

For Official ICS,Aiming to work more smoothly

KTG anzu Kernel v1.52 (team KTG presents - tsuyo.Kou,Thjap & tkymGr)

new kernel is tuned wonderfully by Sony Mobile.
so, I tried to modify a little bit based on this source code
and,according to the LT18 ROM, I fixed the "/system/vendor" partition is not to be independent
  • kernel patch 2.6.32.59
  • added battery 0% issue patch (not test)
  • added 2 way call recording patch
  • enabled ext4
  • enabled CIFS with utf-8
  • OC/UV with VDD interface(exclude own overclock code)
  • BFQ I/O Scheduler with autogroup
  • SIO & VR I/O Scheduler
  • FM Radio fix
  • compiled with linaro toolchain 4.6.3

Quote:
How to flash
use next command:
> fastboot flash boot KTG_anzu_v1.52.elf

after flash kernel, flash WiFi Driver by CWM Recovery
KTG_anzu_v1.52(arc / arc S)
KTG_urushi_v1.52(ray)

Kernel Sources

older version
KTG_anzu_v1.51a(arc / arc S)

KTG_anzu_v1.50b(arc / arc S) fixed green LED lighting issue
KTG_hallon_v1.50b(neo) fixed green LED lighting issue
KTG_urushi_v1.50b(ray) fixed green LED lighting issue

KTG_anzu_v1.50a(arc / arc S) fixed CWM Recovery issue
KTG_hallon_v1.50a(neo) fixed CWM Recovery issue
KTG_urushi_v1.50a(ray) fixed CWM Recovery issue

KTG_anzu_v1.50

----------------------------------------------

KTG anzu Kernel v1.4 (team KTG presents - tsuyo.Kou,Thjap & tkymGr)
  • added battery 0% issue patch
  • added 2 way call recording patch
  • enabled ext4
  • added vzalloc & vzalloc_node function.
  • modified WiFi driver(remove vzalloc)
  • update kgsl driver (ported from primou-ics-3.0.16)

plz report the condition of the battery drain

ICS_anzu_KTG tuned_V1.4 not available

ICS_anzu_KTG tuned_V1.41

ICS_anzu_KTG tuned_V1.42 for nand backup&restore test

----------------------------------------------

KTG anzu Kernel v1.3 (team KTG presents - tsuyo.Kou,Thjap & tkymGr)
  • deleteded SLQB allocator[thx LeeDroid]
  • added autogroup patch
  • fixed 2D Drawing (test plz)
  • fixed touch driver(feel so good!!) from 4.1.B.0.479
  • fixed WiFi driver from 4.1.B.0.479
  • linux kernal base is 2.6.32.14

ICS_anzu_KTG tuned_V1.3

----------------------------------------------

KTG anzu Kernel v0 (team KTG presents - tsuyo.Kou,Thjap & tkymGr)
  • added zram swapping
  • modified 2D Drawing (more smooth! ported from sources HTC One V)
  • added SLQB allocator[thx LeeDroid]
  • modified touch driver[thx FXP] and merged 4.1.B.0.431
  • added tinyrcu
  • added & modified cpu frequency governor
    • Performance,PowerSave,UserSpace,OnDemand, Interavtive,
    • Conservative,Lagfree,Smartass,SCARY,BrazilianWax,M inMax,
    • InteracviveX,SavagedZen,Smartass2,Smoothass
  • added I/O scheduler(BFQ/VR/SIO)
  • added CPU OC/UV and vdd level
  • using ramdisk[thx DooMLoRD]

ICS_anzu_KTG tuned_V0

source
source base is 4.1.B.0.431

-------------------------------------------------------------------------
Hi all,

I found software rendering patches on the web site of Linaro

now I have been using the Official ICS ROM, there is a very laggy, such as scrolling

but, after applying this patch, now works quite smoothly

to developper, let's try to patch

my dedexed and patched framework.jar(from official ics rom)

using this framework.jar, whether work with other rom I do not know

Cheers,

---------------------------------------------------------------

if you create a ROM to compile the android source codes, you have to do apply this patch to source codes.

if you want to apply to compiled framework.jar,

step1: decompile a framework.jar

Code:
$ java -jar baksmali.jar framework.jar
step2: replace source file
replace next two files
Code:
/android/app/ActivityManager.smali
/android/view/HardwareRenderer.smali
step3: recompile a framework.jar

Code:
$ java -jar smali.jar out -o classes.dex
step4: using 7zip, replace classes.dex in framework.jar

step5: added next line in your build.prop
Code:
ro.nohardwaregfx=true
if you want to disable software rendering, edit your build.prop follow
Code:
ro.nohardwaregfx=false
Knowledge issues:
when enable software rendering, Chrome beta not work.
because Chrome beta require hardware acceleration

Good luck
Attached Files
File Type: 7z smali-patch.7z - [Click for QR Code] (5.9 KB, 1696 views)
Goro Tsukiyama

If you like my work, Feel free to buy me a cool beer

http://www.gorochan.net
The Following 113 Users Say Thank You to tkymgr For This Useful Post: [ Click to Expand ]
 
Monipeev
Old
(Last edited by Monipeev; 11th May 2012 at 07:44 AM.)
#2  
Monipeev's Avatar
Senior Member
Thanks Meter 48
Posts: 376
Join Date: Apr 2010
Location: Sofia
How to install this patch? Write in post. :)

I downloading from phone, but not suported. Now i download from computer and extract with winzip, than put it to system/framwork with permision rw-r-r.

Sent from my LT18i using xda premium
Xperia T and Xperia Arc S
 
Juztapose
Old
#3  
Member
Thanks Meter 3
Posts: 76
Join Date: Jan 2011
w8 4 devs
 
doomed151
Old
(Last edited by doomed151; 11th May 2012 at 10:46 AM.)
#4  
doomed151's Avatar
Senior Member
Thanks Meter 1838
Posts: 1,225
Join Date: Dec 2009
Location: Johor Bahru

 
DONATE TO ME
Just gave this a try. It works well, Twitter and menu scrolling are noticeably smoother.

May I know what exactly is patched within framework.jar?

Edit: Never mind, decompiled it myself and saw what has been changed. Interesting to say the least.
Samsung Galaxy Nexus
Sony Ericsson Xperia arc
Sony Ericsson Xperia X10i
HTC Wildfire

If I don't reply to your PM, it simply means that I've nothing useful to say.
Looking for a nice gapps package for your favorite 4.2 ROM? Well, check this out.
The Following User Says Thank You to doomed151 For This Useful Post: [ Click to Expand ]
 
timpot07
Old
#5  
timpot07's Avatar
Senior Member
Thanks Meter 35
Posts: 325
Join Date: May 2011
Works well on arc (562).. Thanks bro..
 
kormatoes
Old
#6  
kormatoes's Avatar
Recognized Contributor
Thanks Meter 3920
Posts: 4,700
Join Date: Apr 2011
Location: newcastle upon tyne ne5

 
DONATE TO ME
Looks like its worth a look nice find

Sent from my Xperia neo using XDA Premium HD app
 
elroysk
Old
(Last edited by elroysk; 11th May 2012 at 03:56 PM.)
#7  
elroysk's Avatar
Member
Thanks Meter 15
Posts: 96
Join Date: Apr 2009
Need to change something in build.prop such as: 'ro.nohardwaregfx = true' or others ?

-------------------------

problem solved
SonyEricsson Xperia Arc S

Xperia T ICS Rom V7.1.4

Vengeance v1.38
BB:85
 
SiL3nTKiLL
Old
#8  
Senior Member
Thanks Meter 65
Posts: 1,930
Join Date: Jun 2006
downloading
Phones:
1. Galaxy S2 Skyrocket
2. iPhone 4S
Tabs:
Apple iPad 2
Galaxy Tab 10.1

 
trenje
Old
#9  
Senior Member
Thanks Meter 15
Posts: 108
Join Date: Feb 2010
Location: Belgrade
How can we implement this in latest miui rom? I will try this on Arconium ICS now.
 
simonsy
Old
(Last edited by simonsy; 11th May 2012 at 05:38 PM.)
#10  
Member
Thanks Meter 6
Posts: 39
Join Date: Dec 2008
How to install this? I replaced old framework.jar , but i noticed that there is also a file framework.dex , i'm on stock rom, so i have to do something else?

 
Post Reply+
Tags
ics
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...