http://www.mediafire.com/file/o6e0y3l702vm44m/drowningkernel_7-5.zip
Boots @245-768 Interactive
Smartass 400-806 wake 120-320 screen off
Simple I/O scheduler
Swap enabled
built for liberty but SHOULD work on other CM msm7227 phones
drowningchild said:
http://www.mediafire.com/file/o6e0y3l702vm44m/drowningkernel_7-5.zip
Boots @245-768 Interactive
Smartass 400-806 wake 120-320 screen off
Simple I/O scheduler
Swap enabled
built for liberty but SHOULD work on other CM msm7227 phones
Click to expand...
Click to collapse
Thanks, installed and testing now,
Any chance of having this with a Wlan module attatched?
Boots and runs fine. But how do i know if Swap works?
adb shell
free
It should then display numbers where it says swap
Code:
free
total used free shared buffers
Mem: 298004 267124 30880 0 2156
Swap: 0 0 0
Total: 298004 267124 308800
bonesy said:
adb shell
free
It should then display numbers where it says swap
Code:
free
total used free shared buffers
Mem: 298004 267124 30880 0 2156
Swap: 0 0 0
Total: 298004 267124 308800
Click to expand...
Click to collapse
Code:
C:\android-sdk-windows\platform-tools>adb shell
# free
free
total used free shared buffers
Mem: 298004 294236 3768 0 2996
Swap: 0 0 0
Total: 298004 294236 3768
But i made a Swap-partition?
Im not sure what the command is to enable swap but you can download swapper2 off the market,go into advanced setings and use swap partition as opposed to swap.file
bonesy said:
Im not sure what the command is to enable swap but you can download swapper2 off the market,go into advanced setings and use swap partition as opposed to swap.file
Click to expand...
Click to collapse
Do you know what a good size for the swap would be?
Btw, kernel works great so far! WiFi is fully functional
or in terminal it should be
su
swapon -a "where swap partion is"
but swapper automates that
bonesy said:
Any chance of having this with a Wlan module attatched?
Click to expand...
Click to collapse
if i knew i would, sorry i have the htc liberty so i do not really know much about legend/espresso
drowningchild said:
or in terminal it should be
su
swapon -a "where swap partion is"
but swapper automates that
Click to expand...
Click to collapse
Using Swapper right now, thanks.
Have used this on my phone for most of the day now, working great. No freezes, camera, WiFi, etc. working.
I used it on Stock Legend and it's working fine.
Thank you.
Sent from my HTC Legend using Tapatalk
How is the aufs enabled? I tried aufs --enable but it didn't work.
can u post the modified sources too please?
I have compiled the legend wifi modules (wilink_6_1_0_0_115) for drowningchild´s 2.6.35.13 kernel.
It works great on cm7. No reboots.
wifi modules: http://www.mediafire.com/?3ib31bmkbzd65eh
kernel: http://forum.xda-developers.com/showthread.php?t=970543
thanks for the wlan drivers, bro! should've found this thread much earlier. anyway, i zipped your driver & drowningchild's latest kernel (see attached) from the links you posted. works well on cm7.0.3! i'm on min=122/max=806, smartass2 governor & default compcache. will try this combo on the nightlies when i have time. thanks again!
Is this kernel working on Sense ROMs?
I have tried it in my NewSense rom and i got bootloops.
maxq1 said:
thanks for the wlan drivers, bro! should've found this thread much earlier. anyway, i zipped your driver & drowningchild's latest kernel (see attached) from the links you posted. works well on cm7.0.3! i'm on min=122/max=806, smartass2 governor & default compcache. will try this combo on the nightlies when i have time. thanks again!
Click to expand...
Click to collapse
I've got reboots with this kernel. Is it already overclocked perhaps?
ogo2 said:
Is this kernel working on Sense ROMs?
I have tried it in my NewSense rom and i got bootloops.
Click to expand...
Click to collapse
it's specifically for cm7 roms only, afaik...
qzem said:
I've got reboots with this kernel. Is it already overclocked perhaps?
Click to expand...
Click to collapse
it's oc'd to 768 by default. whadya flash, my bastardized zip ? tosha's? or the one in the first post? flashed mine on 7.0.3 with no problems. i see you've made a post about it on the nightlies thread. i'll post a reply there instead...
Related
If you do not know what is this about and do not have any problems, leave the scripts alone and go on with your life.
Click to expand...
Click to collapse
Attached.
1a. Fixed zram.zip for franco kernels v18/v19
Fixed by removing the 00remount script from /system/etc/init.d, since it messes up with boot on phones with DT's apps2sd (and probably other similar scripts) - a2sd fails to mount sd-ext partition, phone "hangs" on LG logo.
If you are already stuck after flashing franco's original zram.zip due to this issue, then go to recovery, mount /system there, and
Code:
> adb shell
# rm -f /system/etc/init.d/00remount
# exit
> adb reboot
Alternatively, flash remove-zram.zip and reboot. This will remove ZRAM altogether.
There is no ZRAM support on franco's 2.6.35.x (v1) kernels, flashing this there is absolutely useless
Click to expand...
Click to collapse
1b. remove-zram.zip: Removes ZRAM. Deletes the following files if they exist:
Code:
/system/bin/zramconfig
/system/etc/zram.sh
/system/etc/init.d/00remount
/system/etc/init.d/00zram
2. remount-noatime.zip
Remounts all your filesystems with noatime,nodiratime options (potential I/O speedup). Taken from the original zram.zip and renamed to 98remount so that it comes after all other stuff is done.
3. remount-noatime-nobarrier.zip
Same as above, plus remounts ext4 with barrier=0 option for users with sd-ext on ext4. (potential I/O speedup)
Q: What is zram?! I do not understand what is this about!
A: Read the red warning.
Q: How can I find whether my kernel supports ZRAM?
A: Use the shell.
Code:
# zcat /proc/config.gz | grep ZRAM | grep -v ^#
CONFIG_ZRAM=y
Q: What is noatime, nodiratime, barriers?
A: Google it!
Q: I deleted the 00remount script as advised in recovery, but still have issues with A2SD not mounting my sd-ext!
A: If you are using CM7 ROM, then delete /system/etc/init.d/05mountsd as well. (Rename to _05mountsd or whatever else that does not start with digits should do as well.)
Em a newbie.... just asking ... is this improves battery life?
>>Sent from my LG-optimus One™ using XDA Premium App® Rom -void forever with franco kernel v19
samcad said:
em a newbie.... Just asking ... Is this improves battery life?
Click to expand...
Click to collapse
no!
1234567890
samcad said:
Em a newbie.... just asking ... is this improves battery life?
>>Sent from my LG-optimus One™ using XDA Premium App® Rom -void forever with franco kernel v19
Click to expand...
Click to collapse
As the doctor already mentioned... THis script is for those who get issues with boot up of their OS..!! Read the FIRST POST...!!
If your phone is working fine then this is not for you...!!!
Good one.
Prepare for 40 thousand posts asking if this script makes coffee and cleans the house for you.
imiki2421 said:
As the doctor already mentioned... THis script is for those who get issues with boot up of their OS..!! Read the FIRST POST...!!
If your phone is working fine then this is not for you...!!!
Click to expand...
Click to collapse
I have read it... but m just knowing anyway in improving in this script
>>Sent from my LG-optimus One™ using XDA Premium App® Rom -void forever with franco kernel v19
franciscofranco said:
Prepare for 40 thousand posts asking if this script makes coffee and cleans the house for you.
Click to expand...
Click to collapse
My /dev/null is ready
And does it make coffe? )
Sent from my LG-P500 using XDA App
Fresh installed 6.5.7 then fk19 then revised zram then noatime then dt a2sd (rebooting in between ofc) and got stuck again after flashing a2sd.
Got in recovery and deleted the 2 scripts from init.d via adb then reboot. It rebooted ok and I thought yeeah we're done. I did another reboot afterwards and it stuck again.
Trying to figure out what to try next. That's a way to spend my vacations lol
See adb logcat
I'll be the first. Does it make coffee and clean the house for me?
Btw glad your hissy fit is over. Good to have you back.
Sent from my LG-P500 using XDA Premium App
Testing -> remount-noatime-nobarrier.zip
I had no problems, just testing that for noatime, no barrier
franciscofranco said:
Good one.
Prepare for 40 thousand posts asking if this script makes coffee and cleans the house for you.
Click to expand...
Click to collapse
rofl, youre kinda, funny you know that?
Lawful123 said:
Btw glad your hissy fit is over. Good to have you back.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
totally out of topic!!!!
but I HAD to rotfl! ...hissy fit.... LOL!
Is there anyway to remove ZRAM after installing the original ZRAM?
I have been following franco kernel since v16.
Now i'm using V19.1.. and i have installed ZRAM for the first time after flashing 19.1
My phone has random reboots and i guess the sole cause is ZRAM.
Is there anyway to disable ZRAM? THANKS!
NOTE: I have tried to revert back to v19 but same issue.. random reboots.
kutysam said:
Is there anyway to remove ZRAM after installing the original ZRAM?
Click to expand...
Click to collapse
Delete the installed files. See the ZIP for which ones.
kutysam said:
Is there anyway to disable ZRAM? THANKS!
NOTE: I have tried to revert back to v19 but same issue.. random reboots.
Click to expand...
Click to collapse
Delete /system/etc/init.d/00zram
Finally, I very much doubt that zram is causing reboots for you. It is merely a swap.
dr. I´m using Juwe11 RamScript, as far as I can see theres no duplicate stuff between your last script and his so i can use both, but my question is if its better that your script runs after him, now yours run first because of the files name.
Roqu3 said:
dr. I´m using Juwe11 RamScript, as far as I can see theres no duplicate stuff between your last script and his so i can use both, but my question is if its better that your script runs after him, now yours run first because of the files name.
Click to expand...
Click to collapse
Does not matter at all in which order they run...
Added remove-zram.zip; self-explanatory.
dr.notor said:
Added remove-zram.zip; self-explanatory.
Click to expand...
Click to collapse
So it will increase quadrant score? (lol)
**** Do Not Repost! Link back to this thread! ****
*** Update: This works on Thrill/Optimus 3D. There are seperate kernel modules for Froyo/GingerBread/CyanogenMod kernels***
Here ya go... I prefer this method rather than hard coding changes in the kernel. Assuming you have both kernel modules extracted to /sdcard
Switch to root
Code:
$ su
Copy files from sdcard to /system/lib/modules directory - You only do this once
Code:
# cp /sdcard/symsearch.ko /system/lib/modules/symsearch.ko
# cp /sdcard/opperator.ko /system/lib/modules/opperator.ko
Load modules, always do symsearch.ko first - You do this every time you reboot
Code:
# insmod /system/lib/modules/symsearch.ko
# insmod /system/lib/modules/opperator.ko
Set Frequency - You do this when you want to change frequency - in hz, that's 6 additions Zero's to make Mhz
Code:
# echo 1188000000 > /proc/opperator
This uses SYMSEARCH by Skrilax_CZ
https://github.com/SkrilaxCZ
Inspired by Milestone Overclock by Tiago Sousa, but totally rewritten for omap kernel 2.6.35-7 and above.
http://code.google.com/p/milestone-overclock/
This is a stripped down version. I'm working on a fully featured version, that will allow you to play with voltage as well. There are some hurdles to overcome before that is ready for prime time... In the mean time, lets see what stock voltage can do... 1188 is my sweet spot on stock voltage, what is yours? I get up to 1235 without reboots, or real noticeable lags but the linkpacks are all over the place, where it stays in the 80's at 1188. And remember, the number is in hz a.k.a. cycles per second, so to get Mhz, you must add 'Six Zeroes' to the end of your desired Mhz.
* Note2Devs: Feel free to put this in your ROM, but please do credit me for the Overclock in your release, and link back to this thread. You can also post a link to your ROM here as a way to make myself and other aware of it. Thanks...
* Echts shows us how he integrate's the module into his own ROM. TY, Echts...
http://forum.xda-developers.com/showpost.php?p=19542521&postcount=52
* Thanks to greenbats for helping figure out the O3D gingerbread kernel issue!
** And don't ask to put it in an app. I won't be happy about that. I'm serious! **
Here go some of my Recording Engineer work...
http://www.youtube.com/watch?v=Je8K_hCej3s
http://www.youtube.com/watch?v=yfBfcdSL1pc
http://www.youtube.com/watch?v=iIU8DO4rdKI
http://www.youtube.com/watch?v=msavF7LIdvY
Essentially, hardware wise, the Thrill has exactly the same specs as the Optimus 3D ? I mean, CPU wise.
It's the same hardware
omgomg said:
Essentially, hardware wise, the Thrill has exactly the same specs as the Optimus 3D ? I mean, CPU wise.
Click to expand...
Click to collapse
Yes, give this a go on the O3D, the module is actually compiled against the cyanogenmod cosmo kernel, which is really for the O3D. Should work.
for test \
How do I install this on the optimus 3D?
greenbat said:
How do I install this on the optimus 3D?
Click to expand...
Click to collapse
No real installing... It's just the modules... You can throw them in /system/lib/modules, and then use an init script to load them up, then set the frequency, but don't do that until you know what works *STABLE* for you.
If you have a favorite ROM, let the dev know about this, and maybe they'll integrate it.
I'm not sure if custom kernels like acurateam's might be too different to work properly at this point. But it won't hurt to try. Just don't start loading it at boot right away.
tekahuna said:
No real installing... It's just the modules... You can throw them in /system/lib/modules, and then use an init script to load them up, then set the frequency, but don't do that until you know what works *STABLE* for you.
If you have a favorite ROM, let the dev know about this, and maybe they'll integrate it.
I'm not sure if custom kernels like acurateam's might be too different to work properly at this point. But it won't hurt to try. Just don't start loading it at boot right away.
Click to expand...
Click to collapse
Thanx for your advice and Great find!!!
I have send your xda link to acura. Hopefully he can integrate it.
greenbat said:
Thanx for your advice and Great find!!!
I have send your xda link to acura. Hopefully he can integrate it.
Click to expand...
Click to collapse
I didn't find this. I made it! First OC'd OMAP4 period! Unless you count RAZR's... hah
Great invention
tekahuna said:
I didn't find this. I made it! First OC'd OMAP4 period! Unless you count RAZR's... hah
Click to expand...
Click to collapse
Great invention and congratulations!
Great job.... we use to use this type of script in motorola defy and moto bravo. It was easier with those because of the 2nd init recovery booting.
Sent from my LG-P925 using XDA App
tekahuna said:
**** Do Not Repost! Link back to this thread! ****
Here ya go... I prefer this method rather than hard coding changes in the kernel. Assuming you have both kernel modules extracted to /sdcard
Switch to root
Code:
$ su
Copy files from sdcard to /system/lib/modules directory - You only do this once
Code:
# cp /sdcard/symsearch.ko /system/lib/modules/symsearch.ko
# cp /sdcard/opperator.ko /system/lib/modules/opperator.ko
Load modules, always do symsearch.ko first - You do this every time you reboot
Code:
# insmod /system/lib/modules/symsearch.ko
# insmod /system/lib/modules/opperator.ko
Set Frequency - You do this when you want to change frequency - in hz, that's 6 additions Zero's to make Mhz
Code:
# echo 1188000000 > /proc/opperator
Is it possible for you to change this into a scriptmanager file?
Click to expand...
Click to collapse
Type this in scriptmanager shell.
greenbat said:
tekahuna said:
**** Do Not Repost! Link back to this thread! ****
Here ya go... I prefer this method rather than hard coding changes in the kernel. Assuming you have both kernel modules extracted to /sdcard
Switch to root
Code:
$ su
Copy files from sdcard to /system/lib/modules directory - You only do this once
Code:
# cp /sdcard/symsearch.ko /system/lib/modules/symsearch.ko
# cp /sdcard/opperator.ko /system/lib/modules/opperator.ko
Load modules, always do symsearch.ko first - You do this every time you reboot
Code:
# insmod /system/lib/modules/symsearch.ko
# insmod /system/lib/modules/opperator.ko
Set Frequency - You do this when you want to change frequency - in hz, that's 6 additions Zero's to make Mhz
Code:
# echo 1188000000 > /proc/opperator
Is it possible for you to change this into a scriptmanager file?
Click to expand...
Click to collapse
What I'd really like is for the ROM making dev's to come to a consensus as to how to integrate this... Mainly, the best place to throw the script that does this at boot on these phones. I know how we did it on droid X, but I haven't dug deep enough into this phone just yet to be sure... I'll update the OP as methods improve and I get more feedback.
Click to expand...
Click to collapse
Or use callmearia kernel and make script for system/etc/init folder... havent tried his kernel but it should support the script at boot up. Acura roms should work that way too.
The way most roms use overclock is the init script that starts at boot...
Sent from my LG-P925 using XDA App
rdannar said:
Great job.... we use to use this type of script in motorola defy and moto bravo. It was easier with those because of the 2nd init recovery booting.
Sent from my LG-P925 using XDA App
Click to expand...
Click to collapse
Those would have been based on Milestone Overclock... Which is where I gained most of my knowledge by contributing to getting the droidx/2 side of things working. MO's method of manipulating frequency and voltage no longer works on OMAP4, or rather kernel 2.6.35+... I had to come up with a new way of doing things, which didn't fit well under the existing framework of MO. So, I started from scratch... This is just the tip of the iceberg... Basic, basic, basic...
i get insmod: init_module /system/lib/modules/symsearch.ko failed (exec format error).
What am i doing wrong?
I also get the same error: insmod: init_module '/system/lib/modules/symsearch.ko' failed (exec format error)
Is it because I have gingerbread?
Must I use froyo?
borelis said:
i get insmod: init_module /system/lib/modules/symsearch.ko failed (exec format error).
What am i doing wrong?
Click to expand...
Click to collapse
Both O3D's, huh? What kernel are you running? give me output of
# dmesg
and
# busybox uname -a
And if it's acurateam, a link to their kernel source
tekahuna said:
What kernel are you running? give me output of
# dmesg
and
# busybox uname -a
And if it's acurateam, a link to their kernel source
Click to expand...
Click to collapse
"LINK Boot_2.0 More RAM, No Lags, More Speed.." from acura. Think he uses stock kernel. Im on GB by the way.
Outputs is a bit over my head. Tell me how and i´ll provide it for you.
Hi All,
I'd need someone to test ICS touchscreen drivers for 80G9. I patched them "blindly" as I don't have a 80, it would be nice if some could test them and confirm that patches are working.
If someone is up to it, here is how to test:
Install my ics build.
unzip the attached file to a directory
boot ics.
get list of loaded modules, please report what is written there to this thread.
Code:
adb shell lsmod
push kernel module:
Code:
adb push cypress-tma340.ko /lib/modules
adb push tr16c0-i2c.ko /lib/modules
reboot:
Code:
adb shell reboot_into sde
Test touch screen and report here if it works.
Thanks!
LeTama
lsmod:
Code:
Module Size Used by Not tainted
btwilink 2696 0 - Live 0xbf027000
hso 25266 0 - Live 0xbf01a000
usbserial 24035 0 - Live 0xbf00e000
tr16c0_i2c 3860 0 - Live 0xbf008000
cypress_tma340 11232 0 - Live 0xbf000000
works great
any chance for a git repo with your work?
i also tried to compile ICS on my own but couldnt get around the crashing servicemanager.
a1Pha said:
works great
any chance for a git repo with your work?
i also tried to compile ICS on my own but couldnt get around the crashing servicemanager.
Click to expand...
Click to collapse
So it works for you? Great news! I'll update my build then...
Both modules are loaded, do you know which one is in use ?
Regarding repo, well, I'm far from having a structured build. It's currently a mix of stock firmware+ics for panda with few patches for surface flinger and wifi+binaries for 3D from TI Gingerbread
I can give you the few diffs I have if you want...
rmmod tr16c0_i2c doesnt have any effect while rmmod cypress_tma340 kills my touch functionality.
so i guess cypress_tma340 is used
yeah, diffs + config from kernel & ics would be very very great
a1Pha said:
rmmod tr16c0_i2c doesnt have any effect while rmmod cypress_tma340 kills my touch functionality.
so i guess cypress_tma340 is used
yeah, diffs + config from kernel & ics would be very very great
Click to expand...
Click to collapse
Thanks for the test. We'll see if tr16c0_i2c is used on others...
Here are my diffs, raw, with lots of traces commented not used anymore. On kernel side, it has the ram_console on top of the touchscreens changes.
Location for ram console is poor as it is, I did put it there because I was experimenting 3.0 drivers. 0x9EEE0000 is better if you want to keep it. Config is the same as archos with extended dmesg (CONFIG_LOG_BUF_SHIFT=17).
Last point, 3D driver binaries are from there:
git://git.omapzoom.org/device/ti/proprietary-open.git, refs/heads/gingerbread
need to delete this..
jpacleb85 said:
need to delete this..
Click to expand...
Click to collapse
Obsolete now...
i meant that i need to delete that post.. sorry
jpacleb85 said:
i meant that i need to delete that post.. sorry
Click to expand...
Click to collapse
Yes, understood later... No problem!
Okay, here's what you get:
[Update 5]
Change 150MHz fuse for stability at that speed
Reset mpu vdd to proper max
Remove touchscreen msgs from dmesg
Added OMAP_C4_MPUOSWR for GPU power down
Added OMAP_IPU_DEEPIDLE
Added Google Snappy compression and a jillion ZRAM tweaks
Added USB fast charging - See below for instructions. Look for a homescreen toggle some time tomorrow.
[Update 4]
MinMax Governor
memcpy and memmove tweaks (hopefully for speed!)
ZRAM Swap - You need to enable this. See below.
InteraciveX Governor.
[Update to Version 3]
SLQB Memory Manager
Random Tweaks/Cleanup
Change OC range to 150MHz-1.35GHz
Bump OC on GPU to 448 (I tried 512, it didn't like it when I ran stress tests.)
[Version 3 Update]
Lulsactive Governor
Lazy Governor
Pegasus Governor
BFQ Scheduler
Updated VR and Simple Schedulers
Fixed Lagfree Governor
[Version 2 Update]
CIFS Support
NTFS Support
init.d support - you need to create the directory (/system/etc/init.d)
Overclock up to 1.3GHz
Various I/O Tweaks
dm-cache
VR Scheduler
Simple Scheduler
Smartass2 Governor
Lagfree Governor
External SDCard mounted to /sdcard2
I do not know how much more I will do on this, it runs very nice for me now.
This is a stock kernel, it will not run AOSP/AOKP/CM. Sorry.
May contain one or more of the following ingredients: Metallice, Ziggy, imoseyon, faux123, xoomdev, peanut products, hainesca, Ezekeel, milk products, chad0989, DerTeufel, zachariasmaladroit, and various other non-allergenic components.
Enjoy!
D
Dev-Host: Stock Kernel
Goo.im: Stock Kernel
MD5: 17fa1d6d7c6878a26416e88801854021
Dev-Host: AOSP/CM/AOKP Kernel
Goo.im: AOSP/CM/AOKP Kernel
MD5: 3e4645e8c3117bc56dbd1fb058a0d472
To enable ZRAM: Go into adb shell and issue this command: zram enable
To enable fast charge: In adb shell: echo 1 > /sys/kernel/fast_charge/force_fast_charge - THERE IS NO PC CONNECTION WHILE THIS IS ON!
To disable fast charge: In terminal emulator: first: su, then: echo 0 > /sys/kernel/fast_charge/force_fast_charge
.
My Git
awesome!! quick question tho....theres anyway we can add native cifs support for this kernel? thanks
Sent from my GT-P3113 using XDA
statuzz said:
awesome!! quick question tho....theres anyway we can add native cifs support for this kernel? thanks
Sent from my GT-P3113 using XDA
Click to expand...
Click to collapse
I'll see what I can do.
D
.
your awesone
Thank you soo much for this. Your hard work is greatly appreciated.
Thanks for your work! Also, is NTFS support for the microsd card possible or kernel related? Please reply. Thanks!
Any chance of clocking the gpu at 512 MHz. It makes my nexus more responsive and I don't notice any negative effect on battery.
Sent from my Galaxy Nexus using xda premium
Thanks for all your hard work! I look forward to seeing what else you come up with!
One thing I desperately need is mass storage support. However, I am not asking that of you (IDK for sure if that would involve the kernel or the ROM or both, anyway). I would like some help with my ad hoc solution. I have this program NetDrive that can mount an FTP connection as a local drive, which is great in conjunction with FTPDroid as a replacement for mass storage. My only problem is that I cannot use FTPDroid where there is no Wi-Fi, so at home I have to use cyansmoker's Alt Mounter, which only sets up FTP for /sdcard. So, is there any chance you could set the kernel to mount the external SD card within the /sdcard folder (I know there are some ROMs for other devices that mount it under /sdcard/sd)?
Do we use Odin or CWM to load the kernel? Which app do u use to overclock. Just receives my tab today
Sent from my SPH-D710 using XDA
I flashed this kernel and all works well. But my tab is running hot, I guess I should have asked before flashing.
------------------------------------------------------------
"init.d support - you need to create the directory (/system/etc/init.d)"
"Overclock up to 1.3GHz"
-----------------------------------------------------------
Do I create a file called init.d under /system/etc or a folder called init.d under /system/etc
I have the paid version of Tegrak installed, is this how I would change the OC parameters or do I use another method.
Without doing anything Tegrak reports that I am running at 1.3GHZ.
Thanks in advance...
toanau said:
Do we use Odin or CWM to load the kernel? Which app do u use to overclock. Just receives my tab today
Sent from my SPH-D710 using XDA
Click to expand...
Click to collapse
Clockwork, I use system tuner.
D
bark777 said:
I flashed this kernel and all works well. But my tab is running hot, I guess I should have asked before flashing.
------------------------------------------------------------
"init.d support - you need to create the directory (/system/etc/init.d)"
"Overclock up to 1.3GHz"
-----------------------------------------------------------
Do I create a file called init.d under /system/etc or a folder called init.d under /system/etc
I have the paid version of Tegrak installed, is this how I would change the OC parameters or do I use another method.
Without doing anything Tegrak reports that I am running at 1.3GHZ.
Thanks in advance...
Click to expand...
Click to collapse
It is a folder. There are many program, I use system tuner.
D
.
Added CIFS and NTFS.
D
.
dsb9938 said:
Added CIFS and NTFS.
D
.
Click to expand...
Click to collapse
thanks for your hard work @dsb9938!! can u also provide the cifs.ko as well?? thanks again and really appreciated what u doing
statuzz said:
thanks for your hard work @dsb9938!! can u also provide the cifs.ko as well?? thanks again and really appreciated what u doing
Click to expand...
Click to collapse
Modules are built in.
D
.
My friends, let me congratulate this dev for his awesome work.
I got my tab today, rooted it, flashed this kernel with CWM and the gadget is running great . I am using SetCPU-
I also installed Nova Launcher.. running great
Im amazed we can do all this the first day with a $249 tab
BTW, somebody asked for storage support. I am using the media connection and transfer files this way. No big deal .. you can see both SD´s.
Cheers
bark777 said:
I flashed this kernel and all works well. But my tab is running hot, I guess I should have asked before flashing.
Click to expand...
Click to collapse
Mine runs warm along the left side (holding in portrait) even with the stock kernel.... curious to feel this kernel after.
So I installed the kernel and my microsd is not mounted as /sdcard2. What am I missing?
slopokdave said:
Mine runs warm along the left side (holding in portrait) even with the stock kernel.... curious to feel this kernel after.
So I installed the kernel and my microsd is not mounted as /sdcard2. What am I missing?
Click to expand...
Click to collapse
What does it say for kernel version under About Device?
D
.
dsb9938 said:
What does it say for kernel version under About Device?
D
.
Click to expand...
Click to collapse
Nevermind! I see it now. Had to backup a couple directories, I was looking at the old mnt/extSdcard, it's still there.
So how does this help with using it for app storage? Or, does it? Thanks!!!!
hey guys,
i know it may sound like a noob question but how can i set swappiness?
i flashed 'x8EnableSwapPartition', tryed to change swappiness in this script, but still 20..
then i tryed to set swappiness via hw_config.sh: still 20..
i feel like i'm going crazy
You're on custom kernel? If you are, there's a guide here. Try searching for that if you haven't.
Please give credit where credit is due..
If you can't even search how can I help you??
sorry, but there is no working guide...
its not the first time i used swap, but it always worked... well, actually it works but just about 14-18 MB due to 20 swappiness
and yes, of course i'm running a custom kernel
Install SetXperia from the PlayStore.
With it you can control cpu, swap and loads of really great extras.. You can even set a swap file @ boot and yes, swappiness..
thanks, it works
but there has to be another way to set swappiness, like in other roms too, without an app
laufersteppenwolf said:
thanks, it works
but there has to be another way to set swappiness, like in other roms too, without an app
Click to expand...
Click to collapse
yeah... it worked...
after reboot: 'can't get root access'... but superuser allows root...
anyone an idea to set it via script at boot?
Push SetXperia into system apps and set permissions and owner same as others..
laufersteppenwolf said:
thanks, it works
but there has to be another way to set swappiness, like in other roms too, without an app
Click to expand...
Click to collapse
sysctl -w vm.swappiness=x
where x is the value in which 0<x<100
and where do i have to add this line? hw_config ?
laufersteppenwolf said:
and where do i have to add this line? hw_config ?
Click to expand...
Click to collapse
create a new init.d script & name it to 15swappiness or anyname you want as long as there is number in front
Example:
#!/system/bin/sh
# Set swappiness to 40
sysctl -w vm.swappiness=40