Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Ulverinho
Old
(Last edited by Ulverinho; 22nd March 2012 at 07:41 PM.)
#5981  
Ulverinho's Avatar
Senior Member
Thanks Meter 34
Posts: 238
Join Date: Mar 2010
Location: Odessa
Oh, thanks Cat =)) I got wrong the post from Lavell7298, read between the lines)
I'll try SetCPU or Tuner if performance will be not enough.
My Senny is:

Device: HTC Sensation
Carrier: Kyivstar
Recovery: 4EXT Recovery Touch 1.0.5 RC
ROM: Latest Elegancia Sense 4.1 ROM, FW 3.33
Kernel: SebastianFM 1,5 Ghz
 
tpaxadpom
Old
#5982  
Member
Thanks Meter 3
Posts: 90
Join Date: Oct 2009
I just tried latest bricked kernel and want to go back to Sebastian kernel. How do I do that? Where can I find the optimized Sebastian kernel for Elegancia ROM?
 
Ulverinho
Old
#5983  
Ulverinho's Avatar
Senior Member
Thanks Meter 34
Posts: 238
Join Date: Mar 2010
Location: Odessa
http://forum.xda-developers.com/show....php?t=1424345

Wipe cache and dalvik before and after installing Seb's kernel.
My Senny is:

Device: HTC Sensation
Carrier: Kyivstar
Recovery: 4EXT Recovery Touch 1.0.5 RC
ROM: Latest Elegancia Sense 4.1 ROM, FW 3.33
Kernel: SebastianFM 1,5 Ghz
The Following User Says Thank You to Ulverinho For This Useful Post: [ Click to Expand ]
 
tpaxadpom
Old
#5984  
Member
Thanks Meter 3
Posts: 90
Join Date: Oct 2009
Thanks Odessafile.

Одесса мама.

---------- Post added at 11:52 AM ---------- Previous post was at 11:51 AM ----------

Quote:
Originally Posted by Ulverinho View Post
http://forum.xda-developers.com/show....php?t=1424345

Wipe cache and dalvik before and after installing Seb's kernel.
On the first page it says Sebastian's kernel has been hex edited. Should I be worried about installing stock Seb's kernel?
 
Wally72
Old
#5985  
Wally72's Avatar
Senior Member
Thanks Meter 701
Posts: 1,113
Join Date: Jul 2011
Location: York, Pa
Quote:
Originally Posted by Ulverinho View Post
Oh, thanks Cat =)) I got wrong the post from Lavell7298, read between the lines)
I'll try SetCPU or Tuner if performance will be not enough.
As far as i know...(but i could b wrong) by installing STP or SetCPU, dual core kicks in. Performance and stability is based on the settings u set at boot, if...again "if", ur phone likes the settings u originally set it for.

BTW...i flashed Sebastian's newest and i love it! I think imma roll with this one for while!


Sent from my HTC Sensation 4G using XDA Premium App
Current Device:

(TMO) Samsung Galaxy Note 2

Tablet:

Samsung Galaxy Note 10.1 (N8013)
 
Ulverinho
Old
#5986  
Ulverinho's Avatar
Senior Member
Thanks Meter 34
Posts: 238
Join Date: Mar 2010
Location: Odessa
Quote:
Originally Posted by Wally72 View Post
As far as i know...(but i could b wrong) by installing STP or SetCPU, dual core kicks in. Performance and stability is based on the settings u set at boot, if...again "if", ur phone likes the settings u originally set it for.

BTW...i flashed Sebastian's newest and i love it! I think imma roll with this one for while!


Sent from my HTC Sensation 4G using XDA Premium App
Yep, so it is. BTW kernel is very good.

One question to our devs. In Seb's theme there is a script

Code:
#!/system/bin/sh
 if [ ! -f /sys/block/mmcblk0/queue/scheduler]
 then
 sleep 60
 fi
 echo "null" > /sys/block/mmcblk0/queue/scheduler
 if [ ! -f /sys/block/mmcblk1/queue/scheduler]
 then
 sleep 60
 fi
 echo "null" > /sys/block/mmcblk1/queue/scheduler
 if [ ! -f /sys/block/mmcblk1/queue/scheduler]
 then
 sleep 60
 fi
 echo "null" > /sys/block/mmcblk1/queue/scheduler
 if [ ! -f /sys/block/mmcblk0/queue/read_ahead_kb]
 then
 sleep 60
 fi
 echo "3072" > /sys/block/mmcblk0/queue/read_ahead_kb
 if [ ! -f /sys/block/mmcblk1/queue/read_ahead_kb]
 then
 sleep 60
 fi
 echo "3072" > /sys/block/mmcblk1/queue/read_ahead_kb
 if [ ! -f /sys/devices/virtual/bdi/179:0/read_ahead_kb]
 then
 sleep 60
 fi
 echo "3072" > /sys/devices/virtual/bdi/179:0/read_ahead_kb
for setting SD cache. Currently it is 128? Found a script in /system/etc/, called 95SDbuffer - it means to do the same or what?

With script from kernel thread I get error of "if is inconsistent", but so far I see for each "if" there is "fi" so dunno...

Just wanna get an advice how to change cache size...
My Senny is:

Device: HTC Sensation
Carrier: Kyivstar
Recovery: 4EXT Recovery Touch 1.0.5 RC
ROM: Latest Elegancia Sense 4.1 ROM, FW 3.33
Kernel: SebastianFM 1,5 Ghz
 
Catpoule
Old
(Last edited by Catpoule; 22nd March 2012 at 10:22 PM.)
#5987  
Catpoule's Avatar
Senior Member
Thanks Meter 459
Posts: 1,183
Join Date: Aug 2011
Location: Saint Claude
Quote:
Originally Posted by Wally72 View Post
As far as i know...(but i could b wrong) by installing STP or SetCPU, dual core kicks in. Performance and stability is based on the settings u set at boot, if...again "if", ur phone likes the settings u originally set it for.

BTW...i flashed Sebastian's newest and i love it! I think imma roll with this one for while!


Sent from my HTC Sensation 4G using XDA Premium App
hi guys !

i flashed bricked kernel and i asked show about it. he said that Cpu 1 is normally offline ,only cpu 0 runs but there are some overclocked apps like SETCUP that forces cpu 1 to run all the time ; tahts' causes a lot of battery drain and getting hot ....but, normally , cpu1 is offline and doesn't run all the time like cpu 0. if you use system tuner pro, then you can enbale force dual cpu ou disable it ....
I opened my system tuner app and i can confirm that cpu1 is always offline if i don't force it by checkin the option ....... or maybe it runs only when needed ...
maybe you could have a look on his thread in the last pages ....
______________
SAMSUNG GALAXY NOTE II
Rom: OMEGA 9.1
Kernel: Stock


The Following User Says Thank You to Catpoule For This Useful Post: [ Click to Expand ]
 
dublinz
Old
#5988  
dublinz's Avatar
Senior Member
Thanks Meter 600
Posts: 1,258
Join Date: Mar 2011
Location: Dublin
Here is my battery statistic with Anthrax kernel 4.2 (Day one)
Attached Thumbnails
Click image for larger version

Name:	2012-03-22_20-13-26.jpg
Views:	139
Size:	20.3 KB
ID:	960370   Click image for larger version

Name:	2012-03-22_20-13-37.jpg
Views:	141
Size:	26.2 KB
ID:	960371  

Anthrax the Forbidden Kernel 4 Qualcomm based
CPU Min 384; CPU Max 1080 ; Governor ndemand ; IO Scheduler: SIO
HBOOT 1.29.1000
Radio 11.24A.3504.31_M
Firmware: 3.33
ROM Elegancia 5.x Thanx to V6 Maniac
Anker 1900
 
Wally72
Old
#5989  
Wally72's Avatar
Senior Member
Thanks Meter 701
Posts: 1,113
Join Date: Jul 2011
Location: York, Pa
Quote:
Originally Posted by Catpoule View Post
hi guys !

i flashed bricked kernel and i asked show about it. he said that Cpu 1 is normally offline ,only cpu 0 runs but there are some overclocked apps like SETCUP that forces cpu 1 to run all the time ; tahts' causes a lot of battery drain and getting hot ....but, normally , cpu1 is offline and doesn't run all the time like cpu 0. if you use system tuner pro, then you can enbale force dual cpu ou disable it ....
I opened my tuner tuner app and i can confirm that cpu1 is always offline if i don't force it by checkin the option or maybe it runs only when needed ...
maybe you could have a look on his thread in the last pages ....
+1 friend. Now remember that second core only moves when in need of extra power. Therefore...i think its safe to have it on line just in case that extra kick is needed. Performance like that is excellent, but, thats only my opinion. Kernel topic is kind of a touchy subject because what could work for me, might not work for u, and viceversa! Thx for ur info...everyday i learn.

Sent from my HTC Sensation 4G using XDA Premium App
Current Device:

(TMO) Samsung Galaxy Note 2

Tablet:

Samsung Galaxy Note 10.1 (N8013)
 
deepdownnyc
Old
#5990  
Junior Member
Thanks Meter 3
Posts: 22
Join Date: Nov 2008
Default donation

Here you go guys.....thanks for all the hard work.

Transaction ID # 78R17238BG147321X

 
Post Reply+
Tags
awesome, battery friendly, best rom, elegancia, elegant, eye candy, fastest, good, phenomenal, sensation, sense 4.0, sense 4.1, steve0007, sweep2sleep, sweep2wake, t-mobile, wifi calling
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...