[Kernel][Source]P6-U06 JellyBean Kernel-3.0.8 - China Version - Huawei Ascend P6, Mate

Today was released the source of the China version kernel
Can be downloaded here: http://consumer.huawei.com/cn/mobil...pport/downloads/detail/p6-u06-cn.htm?id=16381
Great new, but we need to support to unlock the bootloader

S34Qu4K3 said:
Today was released the source of the China version kernel
Can be downloaded here: http://consumer.huawei.com/cn/mobil...pport/downloads/detail/p6-u06-cn.htm?id=16381
Great new, but we need to support to unlock the bootloader
Click to expand...
Click to collapse
This is good, hopefully we can get some underclocking and some kernel governors on this beast of a phone

And most important, battery and wifi tweaks. There are the weakeness of this phone (i think)
Sent from my HUAWEI P6-U06 using xda app-developers app

S34Qu4K3 said:
Today was released the source of the China version kernel
Can be downloaded here: http://consumer.huawei.com/cn/mobil...pport/downloads/detail/p6-u06-cn.htm?id=16381
Great new, but we need to support to unlock the bootloader
Click to expand...
Click to collapse
Link is Dead

GuneetAtwal said:
Link is Dead
Click to expand...
Click to collapse
Here you got it, in my git repo: https://github.com/S34Qu4K3/P6-U06-JellyBean-Kernel-3.0.8---China-Version

S34Qu4K3 said:
Here you got it, in my git repo: https://github.com/S34Qu4K3/P6-U06-JellyBean-Kernel-3.0.8---China-Version
Click to expand...
Click to collapse
are you able to compile it ...?, how to get default device config file, adb pull /proc/config.gz gives file does not exists.
Latest Download Path : http://download-c.huawei.com/download/downloadCenter?downloadId=16381&siteCode=cn
Edit:
i am able to find default config for this kernel in this path :
/kernel/arch/arm/configs/hisi_k3v2oem1_defconfig

New modules CIFS/USB Ethernet
sreeramu said:
are you able to compile it ...?, how to get default device config file, adb pull /proc/config.gz gives file does not exists.
Latest Download Path : http://download-c.huawei.com/download/downloadCenter?downloadId=16381&siteCode=cn
Edit:
i am able to find default config for this kernel in this path :
/kernel/arch/arm/configs/hisi_k3v2oem1_defconfig
Click to expand...
Click to collapse
Thanks, got my Trendnet TU2-ET100 USB ethernet adapter working (modules attached)
And, CIFS support
oh, and ext3 filesystem also
Modules to be placed in /system/lib/modules are attached for kernel version 3.0.8-00788-g5d19ba2

build.prop
Nees to recompile for ext3 journaled

Related

Froyo standard JPM kernel with su from Superuser apk included

I did that for myself but it could be useful, so why not share it!
This is the standard Froyo JPM kernel build from sources
It contains the su binary which calls Superuser.apk
Download this app from the market, and you're all set ^^
If you want a Froyo phone rooted cleanly and still secure, that's it.
Kernel to flash as PDA using Odin with 803.pit
Kernel sources:
http://github.com/project-voodoo/samsung_kernel_sources_gt-i9000/tree/froyo
Superuser app:
http://forum.xda-developers.com/showthread.php?t=682828
If you need more info, just ask
PS: I'm not sure every apps are happy with the need to call su from /sbin, which is in the ramdisk.
At least you can do everything you want from adb, and once you're root there is no limit
thank you very much.
You're always so kind!!!
Great! Gonna try JPM tomorrow.
Sent from my GT-I9000 using XDA App
How is this different from Chainfire's method? What is the advantage of using this over that? Thanks
Sent from my GT-I9000 using XDA App
ed10000 said:
How is this different from Chainfire's method? What is the advantage of using this over that? Thanks
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
The difference is that Chainfire uses the Samsung compiled kernel, while this one is compiled from GPL sources. Should be no differences, but for some reason this kernel is a lot bigger than the Samsung one. Anybody know why? Compiler options?
RyanZA said:
The difference is that Chainfire uses the Samsung compiled kernel, while this one is compiled from GPL sources. Should be no differences, but for some reason this kernel is a lot bigger than the Samsung one. Anybody know why? Compiler options?
Click to expand...
Click to collapse
Interesting I also would like to know what's the difference before I try to flash it on my SGS.
By the way, thanks to supercurio, RyanZA and all the developers
main diff for me is this is just a rooted kernel. it doesn't come with other goodies like superuser, and more imptly the e2 recovery which means i cna't do apply update.zip from the recovery mode using this kernel.
but i look forward to supercurio on the voodoo fix
supercurio said:
PS: I'm not sure every apps are happy with the need to call su from /sbin, which is in the ramdisk.
At least you can do everything you want from adb, and once you're root there is no limit
Click to expand...
Click to collapse
So with this, su is in sbin instead of system/xbin. Can we not move it/copy it to xbin if necessary? Is this a big deal?
Tyxerakias said:
So with this, su is in sbin instead of system/xbin. Can we not move it/copy it to xbin if necessary? Is this a big deal?
Click to expand...
Click to collapse
Yes you can. In fact, CF-Root does exactly that... it also contains all files in /sbin and /res, but at first boot install them to /system.
Chainfire said:
Yes you can. In fact, CF-Root does exactly that... it also contains all files in /sbin and /res, but at first boot install them to /system.
Click to expand...
Click to collapse
Yes that's it
This kernel does no special action ^^ it's just JM2 compiled from sources (presumably the same as Samsung's compiled) with an added file in /sbin
It's a bigger because for some reason the modules are quite big once compiled, they're probably not fully stripped and... because I included the ext4 kernel modules
hey ...
did u use z4build to implement ext4 support?
or can i run it and then use update.zip (z4mod) for ext4?
quick reply would be great ... just flashed to http://forum.xda-developers.com/showthread.php?t=796987
ty and big up fi di work u done!!!
EDIT: z4mod still not available should have read more posts before posting lol ... sorry
is ur ramdisk compatible with froyo JPM?
dt9394 said:
is ur ramdisk compatible with froyo JPM?
Click to expand...
Click to collapse
Sorry i don't understand your question
Hi sir,
I download the ramdisk voodoo provide from http://project-voodoo.org/downloads/Voodoo-beta4-GT-I9000-ramdisk.tar.bz2 and compile it with official JPM source code. So far no problem during compilation. But I know the ramdisk /lib/module/ file is slightly different from what i extract from official zImage.
So my question is, is your ramdisk compatible with froyo source code from samsung?
thanks,
dt9394 said:
Hi sir,
I download the ramdisk voodoo provide from http://project-voodoo.org/downloads/Voodoo-beta4-GT-I9000-ramdisk.tar.bz2 and compile it with official JPM source code. So far no problem during compilation. But I know the ramdisk /lib/module/ file is slightly different from what i extract from official zImage.
So my question is, is your ramdisk compatible with froyo source code from samsung?
thanks,
Click to expand...
Click to collapse
Hello !
For Froyo stuff, now everything is on github http://github.com/project-voodoo .
I transformed Voodoo in a complete source-based distribution and you have all the tools included here to do so
Thanks you supercurio!!!!!!!!!!!! voodooo!!!!!!!!!!!!! git clone it now
dt9394 said:
Thanks you supercurio!!!!!!!!!!!! voodooo!!!!!!!!!!!!! git clone it now
Click to expand...
Click to collapse
I made a new thread after your request (and some on IRC too!)
http://forum.xda-developers.com/showthread.php?t=813955

[Q] CIFS support module

Hello,
I would like to use cifsmanager apps but I see that our kernel doesn't have the proper module built in.
I just updated the kernel and modules using the latest available in the the kernel build service (following the incremental updates guide):
http://xdandroid.com/wiki/Incremental_Updates
but I'm not able to insmod the module.
I also tried to manually download the cifs.ko module and to load it telling to cifsmanager app where the module is, but I continue to receive the same error, no such device, like if the module isn't loaded correctly.
How can I solve this problem?
Thank you
Why not just use adb...? I don't see the need for CIFS.
If you can figure out how to get CIFS working, we can look about implementing it mainline.
Have you tried insmodding it after cp'ing the .ko file to /lib/modules?
ok thank you,
I tried to load the module using adb, but I think I'm using a wrong file because when I try to load it insmod return me the "invalid module format" output.
I'm using the kernel downloaded here:
http://zimages.googlecode.com/files/htc-msm-linux-20110914_084441-package.tar.bz2
somebody can tell me if is there a module that I can use with this kernel?
thank you
Caio said:
ok thank you,
I tried to load the module using adb, but I think I'm using a wrong file because when I try to load it insmod return me the "invalid module format" output.
I'm using the kernel downloaded here:
http://zimages.googlecode.com/files/htc-msm-linux-20110914_084441-package.tar.bz2
somebody can tell me if is there a module that I can use with this kernel?
thank you
Click to expand...
Click to collapse
Where did you get the module from...? Our kernel is probably not equipped with that module.
Caio,i've sent you a pm,let me know if it works,so i'll maybe push it in the mainline kernel
I downloaded the module on a thread of HTC Diamond's...can someone link me a module that could work with this kernel?
Or is there another way I can use to mount my samba share on my android?
thank you
Caio said:
I downloaded the module on a thread of HTC Diamond's...can someone link me a module that could work with this kernel?
Or is there another way I can use to mount my samba share on my android?
thank you
Click to expand...
Click to collapse
Did you miss helicopter88's PM? He built you a kernel that should have the module built into it...
arrrghhh said:
Did you miss helicopter88's PM? He built you a kernel that should have the module built into it...
Click to expand...
Click to collapse
Failed to boot,pheraps my fault or too much oc..
Later i'll make a stock kernel
Here's the module http://www.mediafire.com/?w6fp94b464cktkc
So you can put it somewhere and insmod it
well, i have the same problem, can anyone solve it?
helicopter88 said:
Here's the module
So you can put it somewhere and insmod it
Click to expand...
Click to collapse
sadly to say that, but the files had been removed
Here's the module..
thanks for your reply, but seems no luck, it just says "invalid module format" when insmod (using the FRX07.1)
ZSaberLv0 said:
thanks for your reply, but seems no luck, it just says "invalid module format" when insmod (using the FRX07.1)
Click to expand...
Click to collapse
Pheraps I should make it from original xdandroid source..
Here's another one
http://www.mediafire.com/file/wsw6tlah3lzp3gs/cifs.ko
helicopter88 said:
Pheraps I should make it from original xdandroid source..
Here's another one
http://www.mediafire.com/file/wsw6tlah3lzp3gs/cifs.ko
Click to expand...
Click to collapse
Didn't you just say it was some simple config flag?
Make use of that "recognized developer" insignia you throw around there and commit something . (Or at least post something to the ML!!)
still doesn't work, shows the same message when insmod or insmod -f
btw, the kernel is modules-2.6.27.46-01356-gd4c73bd.tar.gz, maybe you should build a complete one? (well, i have never played with linux kernel...)
ZSaberLv0 said:
still doesn't work, shows the same message when insmod or insmod -f
btw, the kernel is modules-2.6.27.46-01356-gd4c73bd.tar.gz, maybe you should build a complete one? (well, i have never played with linux kernel...)
Click to expand...
Click to collapse
Assuming his patch is accepted, it will get committed mainline. It's a quite simple change to how the kernel is built.
arrrghhh said:
Assuming his patch is accepted, it will get committed mainline. It's a quite simple change to how the kernel is built.
Click to expand...
Click to collapse
I think phh had an issue with the patch submitted. I have a patch to commit soon so i can look into this. One question i have is how do yall plan to load the module? Does the app insmod it ? or does it expect the module to be built into the kernel?
[ACL] said:
I think phh had an issue with the patch submitted. I have a patch to commit soon so i can look into this. One question i have is how do yall plan to load the module? Does the app insmod it ? or does it expect the module to be built into the kernel?
Click to expand...
Click to collapse
I think people just want the module available in the 'modules`uname-r`.tar.gz' file. That way they at least have the option of insmodding it...(*.user.conf etc) who knows what they want to do with it afterwards - I guess access their phone on a LAN from their PC?
just want to mount my share folder from my PC to Android, so that i can use the shared files online without copy-paste (it'll be quite annoying by copy-paste, especially when you want to edit file, because you must upload it after editing)
in short, same as Caio, just want to use cifsmanager, and it says "no such device"
ZSaberLv0 said:
just want to mount my share folder from my PC to Android, so that i can use the shared files online without copy-paste (it'll be quite annoying by copy-paste, especially when you want to edit file, because you must upload it after editing)
in short, same as Caio, just want to use cifsmanager, and it says "no such device"
Click to expand...
Click to collapse
The fixed patch has been sent to Mailing List,now let's see if it gets approved..

CIFS.ko for stock 4.0.4 [updated for IMM76I]

#compiled new cifs.ko, md4.ko, nls_utf8.ko for the new
IMM76I build
kernel number
3.0.8-gda6252b
attachment "cifs_gda6252b.zip"
------------------------------------------------------------------
hi there, i have compiled modules for CIFS to work on the stock 4.0.4 kernel.
kernel number must match "3.0.8-g034fec9"
in the attached zip,
here are the list of files.
cifs.ko
md4.ko
#above 2 are required to have it work
#here are native language support.
nls_utf8.ko
nls_cp932.ko
nls_cp936.ko
nls_cp950.ko
#above cp9xx are support for chinese characters.
nls_euc-jp.ko
#above is support for japanese letters.
thank you.
additional notes.
apparently you do not need any other native language support apart from utf8
the trick is, during the mounting process, you will need to specify the "iocharset=utf8" under options.
eg
"mount //192.168.15.123/a /home/b/c -t cifs -o username=d,password=e,uid=f,gid=g,iocharset=utf8"
for cifs manager, just put "iocharset=utf8" under the Options, and you should be able to see all different charsets.
do remember you will need to load the nls_utf8.ko
once you have the module install,
you can use cifs manager to manage your mounts.
(you can also set cifs manager to load this module for you).
Thanks, I'll give it a try later today.
soloxp said:
Thanks, I'll give it a try later today.
Click to expand...
Click to collapse
make sure that you have the correct stock kernel.
must match "3.0.8-g034fec9" else insmod will fail.
if anyone of you are running other version of kernel, i can try compile if for you as well, but let me know your kernel version.
do note, i have not tried compiling for other version, it might and might not work.
qwerp_ said:
must match "3.0.8-g034fec9" else insmod will fail.
if anyone of you are running other version of kernel, i can try compile if for you as well, but let me know your kernel version.
Click to expand...
Click to collapse
I've got the ICS 4.0.4 OTA update (IMM76D) to my Nexus S and it says "kernel 3.0.8-g6656123".
Any chance of getting a build for this one?
http :// dl.dropbox.com/u/11754796/imm74d.png
chrkad said:
I've got the ICS 4.0.4 OTA update (IMM76D) to my Nexus S and it says "kernel 3.0.8-g6656123".
Any chance of getting a build for this one?
http :// dl.dropbox.com/u/11754796/imm74d.png
Click to expand...
Click to collapse
here you go.
give it a try.
for stock Nexus S kernel "3.0.8-g6656123"
files included are
cifs.ko
md4.ko
nls_utf8.ko
Samba (CIFS) kernel modules for ICS 4.0.4 (IMM76D) kernel 3.0.8-g6656123.
qwerp_ said:
give it a try.
for stock Nexus S kernel "3.0.8-g6656123"
Click to expand...
Click to collapse
Thanks!
I confirm these work great on ICS 4.0.4 with "kernel 3.0.8-g6656123"
Awesome!
On my galaxy Nexus stock doestn work cifs manager said cannot access a needed shared library
Noob question, what is CIFS?
Enviado do meu Galaxy Nexus usando o Tapatalk
Guto ViP said:
Noob question, what is CIFS?
Click to expand...
Click to collapse
Common Internet File System, is another name for SMB (Server Message Block) also known as Samba. It's most commonly used in Microsoft Windows networks for providing shared network access to files, printers and other services.
These modules allows you to mount a shared directory from your windows computer, on your phone.
I use it to watch movies and play Mp3 on my phone, which is stored on my (windows) media server.
aplatas said:
On my galaxy Nexus stock doestn work cifs manager said cannot access a needed shared library
Click to expand...
Click to collapse
this is the shared library cifs manager is complaining about.
hence you need to download and insmod it.
note. you will need to be rooted to do this.
qwerp_ said:
this is the shared library cifs manager is complaining about.
hence you need to download and insmod it.
note. you will need to be rooted to do this.
Click to expand...
Click to collapse
I am root, now the module is loaded but When i mount cifs manager said the error No such file or directory this is extrange because On my old Nexus S works
aplatas said:
I am root, now the module is loaded but When i mount cifs manager said the error No such file or directory this is extrange because On my old Nexus S works
Click to expand...
Click to collapse
did you load both
cifs.ko and md4.ko
?
both is required to have it work.
qwerp_ said:
did you load both
cifs.ko and md4.ko
?
both is required to have it work.
Click to expand...
Click to collapse
Thanks, the problem it was that the md4.ko it wasn't loaded
qwerp_ said:
did you load both
cifs.ko and md4.ko
?
both is required to have it work.
Click to expand...
Click to collapse
thanks, works well.
Any idea how to get CIFS running on Galaxy Nexus 4.1.1?
funkdified said:
Any idea how to get CIFS running on Galaxy Nexus 4.1.1?
Click to expand...
Click to collapse
In case you didn't see [OP] created a new thread for 4.1.1 here
qwerp_ said:
make sure that you have the correct stock kernel.
must match "3.0.8-g034fec9" else insmod will fail.
if anyone of you are running other version of kernel, i can try compile if for you as well, but let me know your kernel version.
do note, i have not tried compiling for other version, it might and might not work.
Click to expand...
Click to collapse
Hello,
could you compile it for the kernel version 2.6.34.
( I have a Zenithink ZT 280 C91 with ICS 4.0.3)
regards
-janez
cifs help
Hi,
hoping you can help me out. i have an android tv box that id love to get cifs running on so i can use mount manager and download direct to my nas disk. could you possibly compile these modules for the following kernel???
$ cat /proc/versionLinux version 3.0.8 ([email protected]) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-50)
) #8 PREEMPT Wed Sep 12 11:07:28 CST 2012
[email protected]:/ $
Thanks in advance for your help!!!

[KERNEL][ICS][P1/L/N] Kanged Gummy Kernel 1.0 Released

Information​This kernel is forked from the CyanogenMod Kernel and i have added a few additional changes of my own and more to come. My builds of AOKP and Gummy have this kernel pre-installed with the Kanged Gummy Kernel but when i release 1.0 it will have a few more tweaks so you would need to upgrade.
There will be 4 files you can download. The boot.img and zImage can both be flashed using Heimdall. The Flashable zip and Odin tar.
Bugs​
Deep Sleep works but when using LiveOC it does not so i recommend only using this when playing games or maybe make a script to disable this when you device locks in the time being.
Differences​
LiveOC
More Frequencies (100MHz, 200MHz, 400MHz, 600MHz, 700MHz, 800MHz, 900MHz, 1000MHz, 1100MHz, 1200MHz, 1300MHz, 1400MHz)
Lulzactive v2 Governor (My preferred choice)
Tiny shmem
Working on more!
Using Features In The Kernel​LiveOC​Here is information on it This is configurable using a tool known as NSTools on the PlayStore. When using this 100% means the bus frequency is at 100% try not to get confused. So 100% of 100MHz would be 100MHz so if you increase it to 120% so it would be 120% of 100MHz would be 120MHz and this value applies to all CPU frequencies, GPU ect.
Lulactive​This is like other governors for the CPU and can be configured using applications like Voltage Control, SetCPU, NSToolsand built-in tools from CM9/10 and AOKP ect.
Downloads​
All Devices - http://goo.im/devs/henryedwardrose/Kernel/ICS
P1 - zImage - Boot.img - Flashable.zip - Odin.tar
P1L - zImage - Boot.img - Flashable.zip - Odin.tar
P1N - zImage - Boot.img - Flashable.zip - Odin.tar
Installation​
zImage or boot.img​
Use command line tool known as 'heimdall' (for people comfortable with the command-line)
Flashable.zip​
Installed using CWM (the easiest methord)
Odin.tar​
Put this file in the PDA section on Odin (Windows only)
Special Thanks​The TE4M - Nice work on developing the kernel and getting our device officially supported by CyanogenMod!
Dizgustipated - Nice Guy, Excellent Roms and Kernel!
Technomancer - The Guy who originally ported CM7 to our tab
Sources​My Github
Building​You can build this kernel yourself in two ways
The First Methord​Is by adding it into your manifest in your android build environment which supports integrated kernel building like CM9/10 and AOKP.
If you want it in your own Rom then simply just perform the regular build commands
If you just want to build a boot.img then apply the following commands
source build/envsetup.sh
lunch cm_p1-userdebug (change this depending on what device you would like to build)
make out/target/product/p1/boot.img
Click to expand...
Click to collapse
The Second Methord​Before the integrated kernel building system you used to build a kernel outside of this in it own separate environment so i have made it possible without have to download the android build environment to build any kernel for this device and you just have to run a build script and tell it what device you want to make.
Firstly you want to use the following commands
mkdir Kernel
cd Kernel
repo init -u https://github.com/henryedwardrose/Kernel_Manifest.git -b master
repo sync
Click to expand...
Click to collapse
Ok when synced you will see that there are three directories. Two of which are what you need. The 'Files' directory
is where all of the other files go that are necessary to build the kernel. The build.sh is a nice bash script which
you can open and easily understand what commands are being executed and how the files are being used.
Anyways here's how you build:
Firstly in the terminal go to the Files directory
cd Files
Click to expand...
Click to collapse
Now run this following command to extract the ramdisks (you only have to do this when i have uploaded a new ramdisk)
./RUNAFTERSYNC.sh
Click to expand...
Click to collapse
Then you want to build the kernel and at the end you will end up with the following flashable files 'zImage,
boot.img, .tar, .zip'
Now you need to initiate the building process
./build.sh
Click to expand...
Click to collapse
Now follow the commands on screen and you will end up with the kernel located in the out directory and you can flash
via Heimdall (zImage and Boot.img), Odin (.tar) and CWM (.zip)
Enjoy!
Thanks for you work...
Please build for all model (P1,P1l,P1N, P1C)..
a-vista said:
Thanks for you work...
Please build for all model (P1,P1l,P1N, P1C)..
Click to expand...
Click to collapse
oops! forgot this information lol :silly: Of course, well except for P1C atm
thanks for kernel. love your work bro.
i flashed on my p1. im trying and write back here for bugs etc.
can someone post some screen shots..???? PLEASEEE...
[email protected] said:
can someone post some screen shots..???? PLEASEEE...
Click to expand...
Click to collapse
ScreenShots from what???
This is a kernel, nothing changes visually...
Just performace, battery..etc..
hi
thanks again your work.
i tried kernel but it doesnt going into DEEP SLEEPtab working always 1200.
my options is smartassv2 and sio.
Used this kernel can be used camera 360 ?
It feels smooth indeed. Quadrant score at 1300 MHz with Cm9 is around 2600-2700.
Kernels includes CWM right? I wonder if I can have this on my P1000N stock GB 2.3.3.
Sent from my HTC Desire S
Hi henry.
My tab is p1000 and im on your aokp milestone 6 (not the rebuild 1). I decided to update my kanged gummy kernel to 1.0 as suggested in the op. I tried the zip for p1 using cwm recovery, and my tab was stucked to the samsung logo. Cant go to recovery too. So i decided to use the .tar in odin, and its now perfectly.
Just a heads up that there maybe something wrong with the zip version. But neverrtheless, thanks for this wonderful kernel!
I have a p1 too and i have download cwm file i have instal it with no issue.
Maybe a wrong download ?
@Henry,
with rebuild 1 kernel is the latest kernel or i have to redownload and install ?
Thank's
Hope someone can upload it to other sites. Rapishare really sucks.
Sent from my GT-N7000 using xda premium
MarlX said:
Kernels includes CWM right? I wonder if I can have this on my P1000N stock GB 2.3.3.
Sent from my HTC Desire S
Click to expand...
Click to collapse
Yes it does, yer you can and will install but it will NOT boot unless you have ICS on your device.
vince_junior said:
Hi henry.
My tab is p1000 and im on your aokp milestone 6 (not the rebuild 1). I decided to update my kanged gummy kernel to 1.0 as suggested in the op. I tried the zip for p1 using cwm recovery, and my tab was stucked to the samsung logo. Cant go to recovery too. So i decided to use the .tar in odin, and its now perfectly.
Just a heads up that there maybe something wrong with the zip version. But neverrtheless, thanks for this wonderful kernel!
Click to expand...
Click to collapse
Thank you for your report its always appreciated It has worked for me and i have a p1 but i will test it soon again to see if i have any issues
chickygamon said:
I have a p1 too and i have download cwm file i have instal it with no issue.
Maybe a wrong download ?
@Henry,
with rebuild 1 kernel is the latest kernel or i have to redownload and install ?
Thank's
Click to expand...
Click to collapse
There is no need to install it but if you install this one it won't hurt its the same.
Gpsrisk said:
Hope someone can upload it to other sites. Rapishare really sucks.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I will upload it to goo.im soon but working on jb atm
henryedwardrose said:
I will upload it to goo.im soon but working on jb atm
Click to expand...
Click to collapse
Wow!
New Link
Hey, Uploaded All files to Here now;
http://goo.im/devs/henryedwardrose
Click to expand...
Click to collapse
enjoy!
henryedwardrose said:
Hey, Uploaded All files to Here now;
enjoy!
Click to expand...
Click to collapse
Something wrong with goo.I'm server. ?
Sent from my GT-P1000 using Xparent ICS Tapatalk 2
well this sucks all links are broken
tohno said:
well this sucks all links are broken
Click to expand...
Click to collapse
Goo.im are down atm i am going to upload them again when they are back up. In the mean time i am working on a few things and i may rebuild the kernel with gcc 4.6 check the op are the links still working on rapidahare?
Sent from my GT-P1000 using xda app-developers app

Cifs modules

update, it's been a while and while I'm back, I noticed cifs and md4 are not available for the rom I'm currently running... so updated modules are below
Definitely not a developer. But I like to tinker and mod. Since I updated to JB I haven't been able to find cifs.ko or md4.ko
So I decided to compile them myself.
Hope this helps somebody. I'll try to keep these up to date as new kernel's become available.
cifs.ko & md4.ko when loaded allow cifs (aka samba, windows) network shares to be mounted and viewable as local media
Root is required
I recommend coping the files to /system/lib/modules
Modules can be loaded from cmd line
insmod /system/lib/modules/cifs.ko
insmod /system/lib/modules/md4.ko
These can also be used by cifs manager which is available in the app store
just tell the app where you have stored the files on your device
cifs.ko & md4.ko : Compiled for TF300 with JB Kernel 10_4_2_9
http://www.mediafire.com/?j71gn5ar7har90t
cifs.ko & md4.ko : Compiled for TF300 with JB Kernel 10_6_1_15_3
http://www.mediafire.com/?fp7kk3i82q998ey
cifs.ko & md4.ko : Compiled for TF300 with JB Kernel 10_6_1_27_1
Please note this set is untest, I'm not running this kernel yet
http://www.mediafire.com/?en4kun1rmmb1zsw
KAD
Im your guinee pig
Some people might not know how to install this, if you wanna update the OP.
Sent from my ASUS Transformer Pad TF300T using XDA Premium HD app
keynith said:
Im your guinee pig
Some people might not know how to install this, if you wanna update the OP.
Sent from my ASUS Transformer Pad TF300T using XDA Premium HD app
Click to expand...
Click to collapse
Thanks, first post updated with a few instructions
Was just looking for this!!!! Thanked!
I've compiled the CIFS modules (cifs.ko and md4.ko) for 10.4.2.13 in case anyone is looking for them.
How about 10.4.2.17?
Kwen said:
How about 10.4.2.17?
Click to expand...
Click to collapse
I couldn't get the kernel source from Asus.
The .tar.gz file inside the .rar file seems to be broken.
EnF70 said:
I couldn't get the kernel source from Asus.
The .tar.gz file inside the .rar file seems to be broken.
Click to expand...
Click to collapse
I've been away from the community for a short time working on a sigma bassed project, I'll see if I can get the new source and compile new modules
KAD79 said:
I've been away from the community for a short time working on a sigma bassed project, I'll see if I can get the new source and compile new modules
Click to expand...
Click to collapse
I seem to be having some difficulty with the official source code for 4.2.17, seems there's a lot of stuff missing,
maybe I'll try the repository from untermensch
but the compiled modules from 4.2.9 still load just fine
Cifs & Md4 module from firmware 10.4.2.17....moved on : http://forum.xda-developers.com/showthread.php?t=1953808 !
this worked great on hydro (minus the occasional hiccup), which one should we be using on cm10 (i want to use Paranoid, know it's based off of cm10).
thanks guys
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
pendragon11 said:
this worked great on hydro (minus the occasional hiccup), which one should we be using on cm10 (i want to use Paranoid, know it's based off of cm10).
thanks guys
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
How about you try and let us know
the first set of modules I compiled has successfully loaded on verious kernel versions
official
Hydro
several Rom's from surdu_petru
and even with the kernel from untermensch
what I haven't tried is CM10 or AOKP
Going to make the jump soon, I'll keep you posted
Sent from my VS910 4G using Tapatalk 2
bump, updated modules above

Categories

Resources