thanks for sharing it dude
This is the kernel I compiled with SD and SDHC support for E6/E6e. I don't have E6 to test, so shantanu tested it ... He said it worked on his phone.
I don't know more details, but I think USB storage, VR and camera should work fine ...
4shared.com - online file sharing and storage - download E6e_SD_and_SDHC_patch_by_epinter.zip
Last edited by epinter; 08-23-2009 at 12:26 AM.
thanks for sharing it dude
E6 : R533_G_11.81.20R_BLACKANGEL_V9
A1200 : R541_G_11.52.16R_NIGHTANGEL
HTC ELFIN : MY OWN COOKED DARIUS 6.5 ROM
SAMSUNG GALAXY APOLLO WITH 2.1 ROOTED
SONY ERICSSON X10 MINI WITH 2.1 ROOTED
MILESTONE ROOTED WITH MIUI
"GONE FOREVER TO MAKE A COME BACK"
Join the Milestone bootloader cracking BOINC project! - http://forum.xda-developers.com/showthread.php?t=883376
how to install this file ?????
dude flash it normally just like other f/w
E6 : R533_G_11.81.20R_BLACKANGEL_V9
A1200 : R541_G_11.52.16R_NIGHTANGEL
HTC ELFIN : MY OWN COOKED DARIUS 6.5 ROM
SAMSUNG GALAXY APOLLO WITH 2.1 ROOTED
SONY ERICSSON X10 MINI WITH 2.1 ROOTED
MILESTONE ROOTED WITH MIUI
"GONE FOREVER TO MAKE A COME BACK"
Join the Milestone bootloader cracking BOINC project! - http://forum.xda-developers.com/showthread.php?t=883376
Hey! Can you please, please compile this SDHC support as kernel module and put it somewhere? I don't want to install new firmware, but I would like the modules.
What toolchain did you use to compile the kernel? My cygwin-based one wont compile it...
And another request, if you could compile everything from kernel as module - I'm most interrested in crypto support (cryptoloop), then I could develop "wallet" software for this phone. Also all FS 's would be very very useful.
But just... if you please, just compile everything you can as module and put somewhere on the net, that would greatly help in some development. You can also try patching kernel for SDIO support and compiling as module...![]()
please help i want to buy sdhc but how i know that dealer give me sdhc card
SDHC support isn't a new module or driver, it's a modification of existing code. If you want SDHC support, you must change your kernel (to change the kernel you don't need to change the firmware if your firmware is compatible).
I don't know any SDIO stack for kernel 2.4...
Crypo support it's easy to build, but I think a wallet software will be better with something controlled in userspace, like a file encrypted with gpg. Because you can have problems like the loop device active and mounted after your wallet software exit...
In my option, cryptoloop it's good to protect specific directories and files.
Yes, but can't you compile this *new, modified* code part as module? Like it should be some kind of SD card driver, which is patched, and then compiled as module. Should be fine.
Cryptoloop would be controlled by userspace, yes. And yes, I could do it 100% userspace (and did, with aespipe + tar), but we don't want to save unencrypted data to SD card - can be easily recovered. Only cryptoloop gives 100% safety.
Pleaase?
Or at least tell what toolchain did you use, only working one I found was for windows+cygwin. And that can't compile kernel nor any module... preferably one for linux.
Sorry, I forgot to say the toolchain:
http://ezxdev.org/qtopia/sdk/old/arm-linux-ezx.tar.bz2
I compiled loop-aes and it's fully working using patched losetup (tested with a fat filesystem. I will post here soon.
I think the module will compile, but you wont be able to load in your phone (the sdhc isn't a separated driver), without change the whole kernel...
I know cryptoloop is controlled, what I said was if the userspace fail, the data will be easily accessible.
Last edited by epinter; 08-24-2009 at 05:48 PM.