Goldfish 2.6.29 Kernel Sources. - Hero, G2 Touch Android Development

Hi,
As promised some time ago: http://www.multiupload.com/0ELOUB4X6A
The 2.6.29 sources I have been using to compile the kernel.
Happy downloading.

Thanks a lot for this.

No worries. Hopefully the GPL police will stop annoying me

thanks, very nice

Thanks for share.
btw, what patch did you done in this src?

felata: diff it with vanilla sources...
feeyo: as i'm one of called by You as "gpl cops" - i'll try to stop annoying You
thanks for yours contribution!

essential files are missing....this *might be* goldfish sources, but it definitely wasnt patched for the hero..

?
What's the point in that file?
Just pull a head from http://android.git.kernel.org/?p=kernel/msm.git;a=shortlog;h=refs/heads/android-msm-2.6.32

adwinp said:
?
What's the point in that file?
Just pull a head from http://android.git.kernel.org/?p=kernel/msm.git;a=shortlog;h=refs/heads/android-msm-2.6.32
Click to expand...
Click to collapse
WHAT?!? does that say .32 kernel? What is this?

bonesy said:
WHAT?!? does that say .32 kernel? What is this?
Click to expand...
Click to collapse
AOSP mainstream kernel, however we cant use it without heavy patching, because HTC phones need proprietary libraries that only HTC has.

blackplatypus said:
AOSP mainstream kernel, however we cant use it without heavy patching, because HTC phones need proprietary libraries that only HTC has.
Click to expand...
Click to collapse
Those drivers you can pull out of your phone easily.

Feeyo said:
Those drivers you can pull out of your phone easily.
Click to expand...
Click to collapse
Nope.
He was referring to the board-hero etc.

Related

[SOLVED/patch included] vncserver for android: need help patching kernel

edit: problem solved, patch attached. i also made an update.zip with the new kernel, see here.
there is a vncserver for android out there. so far it works fine, but there is no keyboard or mouse control for the host (android). this being a kernel limitation it can be patched. unluckily for us the patch is available only for the magic kernel version 2.6.23, not for the hero kernel version 2.6.27. i would kindly ask all the developers out there to have a look at the links below, and at least comment about the possibility to "port" (don't know the right expression) the patch to the heros kernel, or teknologists version. i can do the compiling and testing myself, just need someone to have a look at the patch, this is way beyond my skills for now. just compiled the teknologist kernel successfully, as my first compiled kernel ever!
the vncserver project
the patch
htc kernel source
teknologist kerne git
thank you in advance.
i think i managed to apply the patch manually, once i looked into it it turned out that there where only a few lines in 3 files, plus one completely new file, so it seemed pretty easy. yet to be tested, but first i figure out why the kernel won't boot at all, not even with teks sources...
so stay tuned for the kkernel, with full vnc support!
kendong2 said:
i think i managed to apply the patch manually, once i looked into it it turned out that there where only a few lines in 3 files, plus one completely new file, so it seemed pretty easy. yet to be tested, but first i figure out why the kernel won't boot at all, not even with teks sources...
so stay tuned for the kkernel, with full vnc support!
Click to expand...
Click to collapse
I thought Tek's kernel was based on the GSM hero kernel, not the CDMA one, which might be one of the reasons.
thecodemonk said:
I thought Tek's kernel was based on the GSM hero kernel, not the CDMA one, which might be one of the reasons.
Click to expand...
Click to collapse
uhm, i have only the gsm hero, no cdma in germay...
anyway, i forgot the --base 0x19200000 in my script, so the boot.img was faulty. it is working now, fbvncserver recieves keyboard inputs, but mouse does not do anything
maybe i can figure that out somehow, already posted in google code of the project.
i will release an update.zip this afternoon, containing the kernel and fbvncserver for easy installation, but now i gotta get some sleep
kendong2 said:
i will release an update.zip this afternoon, containing the kernel and fbvncserver for easy installation, but now i gotta get some sleep
Click to expand...
Click to collapse
who needs sleep anyway here's the kkernel-1.0
could one of the mods please set a [SOLVED] in front of the titel? if i am supposed to do this myself please tip me of how, i don't get it...
Great work. Will you share the Patch ?
kendong2 said:
could one of the mods please set a [SOLVED] in front of the titel? if i am supposed to do this myself please tip me of how, i don't get it...
Click to expand...
Click to collapse
You can do it editing your first post
i will, was going to do it tonight anyway, please be patient for a few more hours...
Lox_Dev said:
Great work. Will you share the Patch ?
You can do it editing your first post
Click to expand...
Click to collapse
patch is there. thx, i think i forgot to click on "go advanced" when i tried...
kendong2 said:
patch is there. thx, i think i forgot to click on "go advanced" when i tried...
Click to expand...
Click to collapse
Great thks a lot for the patch. I'll apply it to next community kernel release.
There's a fork of android-vnc that works without patching, android-vnc-server (both kbde and touch events).
rejser said:
There's a fork of android-vnc that works without patching, android-vnc-server (both kbde and touch events).
Click to expand...
Click to collapse
lol although it makes my work on the patch completely obsolete it sounds really good. i will look into that this evening, thanks for the hint.
nevertheless, it was interesting to find out how kernel-compiling and cross-compiling works, i actually had fun doing it
too bad, doesn't work for me
console output shows that keys are received, but no action
rejser said:
There's a fork of android-vnc that works without patching, android-vnc-server (both kbde and touch events).
Click to expand...
Click to collapse
thx for the hint, doesn't work for me either though... gonna try it with another kernel, but not before next week, having the gf over the weekend... no kernel baking then

[DEV] Hero 2.6.29 kernel source [UPDATED WITH INFO BEN#23]

Hi guys,
After some work on the kernel I've managed to solve the issues with the device becoming barely usable because it drops in speed.
UPDATE 2: OC fully working up to 710Mhz. Check my last commit for more info. DO NOT MAX OUT THE CPU SPEED, WILL FREEZE UR PHONE
zImage and wlan.ko for those who want to repack their own boot.img and try it out:
zImage #23
wlan.ko #23
Update.zip's:
For BeHero+ 1.2
For Legendary 1.3.5
What I've done so far to the kernel:
OC up to 710Mhz Use OverclockWidget NOT SetCPU
Swap notify support for Compcache with Ramzswap
Ext4 support
Ext4 in ext3/ext2 support
Cramfs support
Squashfs support
Cifs
..... more to come, Toastcfh will provide me with a working OC patch hopefully whenever he has time same goes with BFS backport
Keep this thread only for developing and testing!
Github for my work on the kernel: http://github.com/behnaam/HeRo-2.6.29-GoDmOdE
Github for the untouched original kernel source: http://github.com/toastcfh/CdMa-HeRoC-2.6.29
Good start points for kernel compiling: http://wiki.github.com/behnaam/HeRo-2.6.29-GoDmOdE/, http://wiki.github.com/loxK/android-msm-2.6.27-hero/ and http://wiki.cyanogenmod.com/index.php/How_to_build_a_kernel_port
Huge props to Toastcfh for being polite and providing us with this source and also helping us starving Hero users out If you want to donate to someone, donate to him!
This is CDMA kernel with settings for GSM hero ?
behnaam said:
http://htcpedia.com/forum/showthread.php?p=59996#post59996
READ MORE THERE.
THIS IS CrOnOs KERNEL WAS BUILT UPON, USE THE HERO CONFIG TO COMPILE
SORRY FOR THE CAPS LOCK BUT IM HAPPY TO SHARE THIS
Madprops to toastcfh and sorry cronos for spoiling ur hype i guess :/
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
wow, how did you guys manage that? based on the github name I'm guessing this is based on the cdma source, how did you guys make them compatible with the gsm hero?
Re: [DEV] Kernel .29 source
These are real, you know your our hero.
Nobody can argue with you.
Thank you
Hopefully this will stop the arguments and push development forward.
Love you all
Re: [DEV] Kernel .29 source
I hope you don't mind a non-developer jumping in.
Just wanted to give big props for making this available to other devs,... no messing,... no piss arsing about.
Definitely an excellent example of community spirit.
-------------------------------------
Sent from my HTC Hero
thanks alot! I cant wait to get working on this!
looking forward to the onslaught of ROMs coming this weekend!!!
anybody care to compile this kernel with the Overcklock patch and upload a signed update.zip, that would be great
Updated kernel git thats fully working:
http://github.com/toastcfh/CdMa-HeRoC-2.6.29
behnaam said:
http://htcpedia.com/forum/showthread.php?p=59996#post59996
READ MORE THERE.
THIS IS CrOnOs KERNEL WAS BUILT UPON, USE THE HERO CONFIG TO COMPILE
SORRY FOR THE CAPS LOCK BUT IM HAPPY TO SHARE THIS
Madprops to toastcfh and sorry cronos for spoiling ur hype i guess :/
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
Sorry to spoil guys. But this is not the cronos kernel
Feeyo said:
Sorry to spoil guys. But this is not the cronos kernel
Click to expand...
Click to collapse
Don't start further arguments, don't post if you have nothing of value to say. Until you release your so-called kernel sources, you'll have no way to prove that.
jaymac407 said:
don't post if you have nothing of value to say.
Click to expand...
Click to collapse
lol, irony
jaymac407 said:
Don't start further arguments, don't post if you have nothing of value to say. Until you release your so-called kernel sources, you'll have no way to prove that.
Click to expand...
Click to collapse
Jezus man. I am really unwanted in this forum. I am stating this is not the kernel sources where I build my rom on. The one I am using is goldfish sources with a few patches from me.
Feeyo said:
Jezus man. I am really unwanted in this forum. I am stating this is not the kernel sources where I build my rom on. The one I am using is goldfish sources with a few patches from me.
Click to expand...
Click to collapse
Feeyo, stick around, please! dont let the minority put you off!
It has happened before on XDA, lets not put off a talented dev so early into his rom dev career!
Ever wonder why some devs now live on other forums....
Lets all grow up a bit!
Just my 2p (no cents please, i'm british )
Feeyo said:
The one I am using is goldfish sources with a few patches from me.
Click to expand...
Click to collapse
so you broke into htc's server to steal the sdk emulator kernel source?
i agree...
Feeyo created a good stable and fast 2.1 rom and for that he is being treated as some kind of criminal (?!?!)
I hope you will stick around and create even more rockin' roms for us!!
minty1978 said:
Feeyo, stick around, please! dont let the minority put you off!
Click to expand...
Click to collapse
agreed, or find & new site & let everyone know where so we can follow.
this place is a hoot.
Could anyone apply the OC patch to this kernel please?
Feeyo said:
The one I am using is goldfish sources with a few patches from me.
Click to expand...
Click to collapse
For people who dont understand, he's saying that he hacked into HTC and stole the source code. So basically he claims to have hacked into an offline network and then multiple encrypted servers and downloaded the source code.
Look, just stfo from now on and stop bullshitting.
HTC screwed up, they accidentally uploaded a tarball with ALL devices kernel sources, when they uploaded the legend kernel source the first time and
some guys managed to download before it was removed.
shenshang said:
Look, just stfo from now on and stop bullshitting.
HTC screwed up, they accidentally uploaded a tarball with ALL devices kernel sources, when they uploaded the legend kernel source the first time and
some guys managed to download before it was removed.
Click to expand...
Click to collapse
OHHHHHHH I get it now!

[DEV] Froyo Compile for HTC

Hi guys,
I have fully compiled the Froyo Sources based on HTC Hero proprietary drivers.
Please note this is for the devs only and still needs some work to get working correctly.
I am sure any of the more experienced devs can do something with this
Download: http://www.multiupload.com/JPHT98SRD5
oh good news, what things are working(wifi, bleutooth...)?
wow, U R da man
is it only 36MB?
liljom said:
wow, U R da man
is it only 36MB?
Click to expand...
Click to collapse
Well, I suppose it is so light because it is just the /system partition and the boot.img, with no update-script and /data. Also, it doesn't have HTC apps, so...
Arasthel said:
Well, I suppose it is so light because it is just the /system partition and the boot.img, with no update-script and /data. Also, it doesn't have HTC apps, so...
Click to expand...
Click to collapse
and it is not even signed
I can not flash it
could somebody sign it?
liljom said:
and it is not even signed
I can not flash it
could somebody sign it?
Click to expand...
Click to collapse
Dude what dont you understand from my text in first post? DEV ONLY.
It needs some work. It will not boot up anyhow.
Feeyo said:
Hi guys,
I have fully compiled the Froyo Sources based on HTC Hero proprietary drivers.
Please note this is for the devs only and still needs some work to get working correctly.
I am sure any of the more experienced devs can do something with this
Download: http://www.multiupload.com/JPHT98SRD5
Click to expand...
Click to collapse
not working correctly doesn't mean that it doesn't work at all.
I understood, that it is for devs.
I just wanted to try it, even without working mic and so on. It is fun : )
But thank you very much for your work. I love your work. I use Cronos 1.7.1 right now, and it is an excellent work ; )
Feeyo said:
Dude what dont you understand from my text in first post? DEV ONLY.
It needs some work. It will not boot up anyhow.
Click to expand...
Click to collapse
In medicine that's called an addiction. In this case it's Flashophillia.
liljom said:
not working correctly doesn't mean that it doesn't work at all.
I understood, that it is for devs.
I just wanted to try it, even without working mic and so on. It is fun : )
But thank you very much for your work. I love your work. I use Cronos 1.7.1 right now, and it is an excellent work ; )
Click to expand...
Click to collapse
Well it does not boot up fully as it has some framework *.jar deps missing. I am sure some of the devs out here can fix that easily. and get it boot up correctly.
slovoflud said:
In medicine that's called an addiction. In this case it's Flashophillia.
Click to expand...
Click to collapse
lol
what kernel are you using?
Feeyo said:
Well it does not boot up fully as it has some framework *.jar deps missing. I am sure some of the devs out here can fix that easily. and get it boot up correctly.
Click to expand...
Click to collapse
great
can't wait
Great work Feeyo!
Froyo on Hero would be so awesome!
Are you not attempting it then Feeyo?
bonesy said:
Are you not attempting it then Feeyo?
Click to expand...
Click to collapse
Yes I am. But the more devs we have the faster/better it will be.
Sweet Thanks Feeyo, I will see what I can make of this
... freeyo <3 and thanks for all your work :-D

[28.04.2012][DEV] Kernel source codes [RELEASED] Virtuous-S4A-2

primou-ics-3.0.16-e45af48.tar.gz
primou-ics-3.0.16-e361aa7.tar.gz
http://www.htcdev.com/devcenter/downloads
my github: HERE
kernel for test: HERE
V2:
- patched to 3.0.30
great news for the HTC One V-community?
mrmad23 said:
great news for the HTC One V-community...
Click to expand...
Click to collapse
Ya... only when we have developer for One V but I don't see any yet. We don't even have a custom recovery
well, it could be a starting point...
I can compile some good kernels,
but I will need testers since I do not have the device..
Whatsay??
Adi_Pat said:
I can compile some good kernels,
but I will need testers since I do not have the device..
Whatsay??
Click to expand...
Click to collapse
Please do... I will test it for sure.
ckpv5 said:
Please do... I will test it for sure.
Click to expand...
Click to collapse
Me too! Thanks.
Sent from my HTC One V using xda premium
Ok, I am downloading the sources now.. Will update you'll ..
I won't make a new thread till the kernel boots, I am mainly a Samsung dev so i am a bit new to HTC.. Anyways ..
Ill give you'll test kernels !
EDIT: The sources are downloaded , Exploring a few things, if time permits I will post a test build tonight or tomorrow early morning!
Cheers !
Someone please send me the kernel in stock ROM
One more thing, pull out a working config for me.
adb pull proc/config.gz
Adi_Pat said:
Someone please send me the kernel in stock ROM
One more thing, pull out a working config for me.
adb pull proc/config.gz
Click to expand...
Click to collapse
I'll upload in a short while
Here you go....
mdeejay said:
primou-ics-3.0.16-e45af48.tar.gz
primou-ics-3.0.16-e361aa7.tar.gz
http://www.htcdev.com/devcenter/downloads
Click to expand...
Click to collapse
will you make ics with sense for dhd fully functional with this kernel source????
i was waiting for fully function android 4.0 with sense...... but there was no ROM as of now.....
now only you are the ray of hope
ckpv5 said:
I'll upload in a short while
Here you go....
Click to expand...
Click to collapse
Ah! Thanks, now give me some time, I'll come up with something
Having some issue extracting initramfs from zImage, I am getting an empty directory.
Adi_Pat said:
Ah! Thanks, now give me some time, I'll come up with something
Click to expand...
Click to collapse
Take your time... will check this thread tomorrow...
Adi_Pat said:
Ah! Thanks, now give me some time, I'll come up with something
Having some issue extracting initramfs from zImage, I am getting an empty directory.
Click to expand...
Click to collapse
hey adi_pat,what say abt a little bit of company from me,eh?
Bring it on! One of my best fellow devs!
I got compiled zImage and modules, but I am not getting this initramfs thing.. Its usually built into zImage..
EDIT: Someone please test the compiled zImage and let me know
PS: Its a plain compiled kernel, let me know if it is booting.
Hello, i saw that you guys got source and thought that maybe an article on the XDA Portal would help get you guys some more dev support.
Link!
http://www.xda-developers.com/android/htc-one-v-ruu-and-kernel-source-released/
I wrote about the RUU as well Hope it helps!
can someone start cm9 port ?
To build CM9 you need to have a device tree which takes a while
Sent from my Desire S
n1kolaa said:
can someone start cm9 port ?
Click to expand...
Click to collapse
Can someone please test the kernel ? Without prompt user feedback how will we continue development ?
Testers please keep your stock kernel handy as a backup.
Adi_Pat said:
Can someone please test the kernel ? Without prompt user feedback how will we continue development ?
Testers please keep your stock kernel handy as a backup.
Click to expand...
Click to collapse
Downloaded the test kernel but I can only test and give feedback in next 9 hrs when I'm at home
Meantime, any info what we can expect from the test kernel ? Or you want to know if it boots ok ?
ckpv5 said:
Downloaded the test kernel but I can only test and give feedback in next 9 hrs when I'm at home
Meantime, any info what we can expect from the test kernel ? Or you want to know if it boots ok ?
Click to expand...
Click to collapse
Yeah I just need to know if it boots..
I'll go slow..

[Q] Cifs.ko , anyone working on compile it?

Hi!
As a lot of people out there, I'm really waiting for one thing: a cifs.ko kernel module to allow my ouya add CIFS/SMB network shares.
It should be interesting to compile it, because we could have all our stuff around our network (in my particular case, on my NAS).
I found out, that there is a possibility to compile it from the Ouya kernel's public source: https://github.com/ouya/ouya_1_1-kernel as it has the cifs code on github, so I supose that it shouldn't be hard to compile it (I'm not so good compiling the kernel).
Is anyone working on this module?
I'm waiting for this module aswell
So... nobody is working on it? :crying:
I'll whip up a kernel with support tomorrow.
Sent from my SCH-I545 using Tapatalk 4 Beta
invisiblek said:
I'll whip up a kernel with support tomorrow.
Sent from my SCH-I545 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Any news on this?
Kaos2K said:
Any news on this?
Click to expand...
Click to collapse
I *had* compiled a kernel with support for it but when i synced the current commit now it wont compile cleanly....nor will reverting back to the previous commit fix it ( comes up with the same error )
HTCdemon said:
I *had* compiled a kernel with support for it but when i synced the current commit now it wont compile cleanly....nor will reverting back to the previous commit fix it ( comes up with the same error )
Click to expand...
Click to collapse
Ouch. I wish i had the knowledge to help you with that :/
Hopefully someone much more savvy than I can put this together
moku160 said:
Hopefully someone much more savvy than I can put this together
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2347214
done
IncognitoMan said:
http://forum.xda-developers.com/showthread.php?t=2347214
done
Click to expand...
Click to collapse
thx this helps
IncognitoMan said:
http://forum.xda-developers.com/showthread.php?t=2347214
done
Click to expand...
Click to collapse
nice! any plans for adding init.d support as well? i need my usb stick to be auto mounted at startup or otherwise my link2sd-apps won't work...
I have a question...
is it possible to install cif modules without use a custom rom?

Categories

Resources