I just installed FXP024 and cant use modules, its normal ? Sorry for my English skills
Is there other way to OC processor ?
Maybe it is because there are some modules built in the kernel.
It's because kernel version changed to 2.6.29-FXP
Use hexeditor to add -FXP to version string in x8oc.ko module.
Related
i cant overclock my device with gingerxperia,its locked at 600 mhz
help please
nizoorox said:
i cant overclock my device with gingerxperia,its locked at 600 mhz
help please
Click to expand...
Click to collapse
i have same problem.
it let me check the OC box and click on overclock upto 8xx mhz when i exit settings and come back on it has reverterd back to 600 mhz. i also add OC module same problem i also use cpu master and that lock to 600mhz..
can no1 help
Raazax8 said:
i have same problem.
it let me check the OC box and click on overclock upto 8xx mhz when i exit settings and come back on it has reverterd back to 600 mhz. i also add OC module same problem i also use cpu master and that lock to 600mhz..
can no1 help
Click to expand...
Click to collapse
yes exact same problem for me,
i googled it and it says we have to upgrade kernel
Try copying OC module manually with Root Explorer.
Godra said:
Try copying OC module manually with Root Explorer.
Click to expand...
Click to collapse
done this. no good. this module i have found to work with every other rom i have use'd but no good for gxp
should not need custom kernal. if anything kernal cause more problem than good in this early stage of development
Are you using stock SE kernel or what?
Sent from my X8 using XDA App
nizoorox said:
i cant overclock my device with gingerxperia,its locked at 600 mhz
help please
Click to expand...
Click to collapse
@ALL with the problem.
Check your baseband in settings>>about phone.
it should read something like this >> M76XX-TSNCJOLYM-53404015
if it isn't, i'ved attached the latest X8 stock kernel. just unzip and flash with Flashtools.
Edit: I just realized you're using GingerXperia. this particular ROM checks your baseband and will not install unless you're on 015. so, this might not help. But, there's no harm in trying.
As a followup:
Since you're using GX ROM. that means you're, rooted, jitted and Xrecvr'd (CWM'd).
Next, is your bootloader unlocked? Did you load any of the custom Kernel? because if you did, the only overclockable Kernel right now is FXP OC Kernel.
The OC Module only work with the Stock Kernel.
if kernel doesnt support oc.you need to install oc module by yourself editing hw_config.sh and push the module to lib/modules.
The 'overclocking is a procedure that can hurt your loved x8 ergo follow this guide at your own risk!
requirements:
- Rooted
- Banda Basic x15
- SetCPU
1) Download x8oc V004 http://forum.xda-developers.com/atta...8&d=1302528982
2) Extract the file and copy it on the sd x8oc.ko
3) By RootExplorer x8oc.ko copied to / system / lib / modules
4) Always go through RootExplorer / system / etc, hold down the file menu and hw_config.sh which opens in selected Open Text Editor
5) At the beginning put this line
code:
insmod / system/lib/modules/x8oc.ko # x8 overclocking
6) Save the changes and restart the phone
hope i helped
xperiauser132 said:
if kernel doesnt support oc.you need to install oc module by yourself editing hw_config.sh and push the module to lib/modules.
Click to expand...
Click to collapse
As of now, there are no Custom KERNELS that support the OC, MDDI, UV and Gesture Modules, except the Stock KERNEL.
All Custom KERNELS, except FXP OC enabled KERNEL, have already embedded the aforementioned modules, except the OC module.
Most ROMS, except FXP, already have the Modules installed.
in short. Custom Kernels = no overclock
if you want OC and custom KERNEL then use FXP OC KERNEL.
The instructions provided above are for ROMS.
hi we got no custom kernal. my baseband has always been on xxx15 so no need to upgrade their for OC'ing. and to be honest we wouldn't even b able to have this rom on our phone if we didn't have that baseband.
@ nizoorox IGNORE everything the people have said to try and help. i already tried most of it anyway. no i am not unlock my bootloader and have custom kernal untill they are better developed.
NIZOOROX this is how we OC gingerXperia.. simple update to GingerXperia V010.
i did it last night and now i can overclock without doing anything special.
just go to cyanogen mod setting's - performance - cpu - then click overclock and select what Mhz you want t use
Hi everyone,
I need tun/tap driver to get openvpn working. I know some kernel/rom have that, like CM, neoblaze, djdroid etc. But I want to keep stock kernel with stock rom because I have tried every roms and the stock one satisfies me the best! But it only lacks tun driver !
Can somebody compile a tun.ko file working with the stock rom and kernel? Thank you.
I've tried and I don't think it's possible. tun.ko requires the kernel to export the symbol "outer_cache" which it does not. (only tegra kernel seems to be missing this as default...). It's an easy fix, but to use the generated module you would have to replace the kernel as well (to one that exports the required symbol)
Thank you for you answer.
I have tried to do that too and wasted 2 hours. I wonder if I do it right. I downloaded not the aosp kernel but the v20l kernel source from http://www.lg.com/global/support/opensource/opensource-detail.jsp?detailCustomerModelCode=LGP990. I used this tutorial http://stevechui.blogspot.com/2011/10/compiling-kernel-modules-tunko-for.html. But the Lg sources doesn't include the tegra folder.
ergoen, you seem to say that you managed to create a tun.ko file with a slightly modified stock kernel ? That would be what I search for.
just flash spica HP kernel SR2 and if you want flash the PP7. it does support tun.ko and cifs.ko already tried. good luck if you want to try (in his kernel it's not module but it's on built in driver)
i use vpn to my office with vpnc connection and it good to go
here is the link if you want to download vpnc connection
Code:
http://code.google.com/p/get-a-robot-vpnc/downloads/list
just download the vpnc connection.apk don't download anything else in there
Or try the Modaco custom kernel r26 with GR5. You can get a nearly stock phone with that.
ergosum said:
Thank you for you answer.
I have tried to do that too and wasted 2 hours. I wonder if I do it right. I downloaded not the aosp kernel but the v20l kernel source from http://www.lg.com/global/support/opensource/opensource-detail.jsp?detailCustomerModelCode=LGP990. I used this tutorial http://stevechui.blogspot.com/2011/10/compiling-kernel-modules-tunko-for.html. But the Lg sources doesn't include the tegra folder.
ergoen, you seem to say that you managed to create a tun.ko file with a slightly modified stock kernel ? That would be what I search for.
Click to expand...
Click to collapse
I can build a kernel based on stock source with tun enabled and provide a cwm flashable.
ergosum said:
Hi everyone,
I need tun/tap driver to get openvpn working. I know some kernel/rom have that, like CM, neoblaze, djdroid etc. But I want to keep stock kernel with stock rom because I have tried every roms and the stock one satisfies me the best! But it only lacks tun driver !
Can somebody compile a tun.ko file working with the stock rom and kernel? Thank you.
Click to expand...
Click to collapse
It's not possible to keep stock kernel and just add the modules as if... You have to recompile the whole kernel and flash it... So why doing this as other kernel based in stock sources are available? Install SR2 kernel from spica and it will be perfect. A you perhaps... Know if you change only kernel it won't affect your /system, so you ROM will be stock like...
Don't waste time trying to make things that have already been made and working.
You have to recompile the whole kernel and flash it... So why doing this as other kernel based in stock sources are available?
Click to expand...
Click to collapse
Because I tested other kernels and even if there are lots of improvement authors do, there are some bugs they introduce (ex: neoblaze => tethering not working, thanatos 4.2 => mybackuppro not working, cm7 => hdmi partialy working, djdroid => changements I don't like, etc) or changements I don't like. That's why I like the principle of using the stock rom/kernel as long as everything works.
I don't know about spica kernel, it's the only one I've not tried with swiftextreme. I will try it maybe later because restoring apps takes some time.
ergosum said:
Because I tested other kernels and even if there are lots of improvement authors do, there are some bugs they introduce (ex: neoblaze => tethering not working, thanatos 4.2 => mybackuppro not working, cm7 => hdmi partialy working, djdroid => changements I don't like, etc) or changements I don't like. That's why I like the principle of using the stock rom/kernel as long as everything works.
I don't know about spica kernel, it's the only one I've not tried with swiftextreme. I will try it maybe later because restoring apps takes some time.
Click to expand...
Click to collapse
Flashing kernel doesn't touch /data you don't need to restore apps.
NeoBlaze seems not working with 20L. swiftextreme works only with CM7.
Hey there,
i've just built tun.ko vor v20l stock kernel.
Added a "struct outer_cache_fds outer_cache" in tun.c to replace a missing symbol in the stock kernel.
Greetings
Thank you so much tantalus! Although today I just installed Django with spica kernel (so with tun), that file should be usefull to other people!
tantalus1983v2 said:
Hey there,
i've just built tun.ko vor v20l stock kernel.
Added a "struct outer_cache_fds outer_cache" in tun.c to replace a missing symbol in the stock kernel.
Greetings
Click to expand...
Click to collapse
Hi there.
How can I install this module?
I have the v20o stock kernel: will it work?
Thank you!
svetj said:
Hi there.
How can I install this module?
I have the v20o stock kernel: will it work?
Thank you!
Click to expand...
Click to collapse
OK, I've solved using Module Loader.
Using VPNC widget I get connected to cisco our vpn gatway.
Hope this help.
Bye
I noticed that the usual modules in GDX is not in placed in the latest release of DX, specifically MDDI for lag fix, does DX find it unnecessary to place modules because we already have custom kernels? or does the kernel have preset modules installed e.g. MDDI in it? or do I have to manually set the module, because DX preferred it to be optional? too many questions but this really bugs me.
I've just went to an CM 9.1 from the CM Website, as I love stable ROM's not trciked and laggy ones. I've flashed Semephore 1.3.0 Kernel and theoretically i should get the ability to OC my device, as the scripts were installed in the right folder. But even with and overclocking app i don't get a function more than 1 Ghz to OC. What else should i add to this ROM or what should I change? Or if this ROM is incompatible with semaphore's Kernel, please tell me.
Edit:
I found out. Semaphore kernel has built in Semaphore Script Manager and it's installed as a system app which can be accessed from the app menu.
Hi !
I decided to fix issue with wi-fi error (can't turn on) in squadzone kernel. :angel:
I use the driver uploaded by @AriaSatya_M , and now this oc kernel can be used on all stock roms!
From LC3 up to the lastest MK1 (pda version)
Enjoy overclocking !
Note:
Kernel values:
Min. > 112 Mhz
Max. > 1126 Mhz
Download:
Is this just the same kernel with the *.ko included, or is the kernel (boot.img) modified as well?
MrMateczko said:
Is this just the same kernel with the *.ko included, or is the kernel (boot.img) modified as well?
Click to expand...
Click to collapse
Same kernel + .ko + busybox + Auto SUperuser
what bug?i'm using squadzone's kernel and I haven't noticed a bug just curious
Hey MaDaLiNoSt
Do some searching in XDA and you'll be able to find a thread that shows you how to OC Adreno 200 GPU and improve Snapdragon S1 processors of which we have on the Mini 2!
Via the Internet
stock?
Is it stock only?
Hi all. I am not developing this phone anymore sice I buy a lumia. Other devs could continue with overclocking and building roms, but remember that this phone is an old phone, so do not expect that you will ever install android 5/6 on this mobile.
Request
Can Someone Max the oc value upto 1152 and also explain the procedure to flash this kernel
please
also is it for jenad or jena
can i install it over KSA Rom S6500DJPLD1