Jump to content

Pulse Mini Kernel Source


Guest rjm2k

Recommended Posts

As spotted by Spook Tooth here http://android.modaco.com/content-page/311...arrive/page/20/

the 2.1 kernel source for the pulse mini has been released by t-mobile uk, this might make it possible to build a custom 2.1 kernel for the original pulse, useful until the proper source gets released. It might even make the port to froyo easier...

I can't extract the contents - keep getting "End-of-central-directory signature not found" errors. Anyone else?

Link to comment
Share on other sites

Guest rjm2k
I can't extract the contents - keep getting "End-of-central-directory signature not found" errors. Anyone else?

i can open it ok, try downloading again or a newer rar util

Link to comment
Share on other sites

i can open it ok, try downloading again or a newer rar util

Tried again with firefox and chromium. I'm going to guess it's a problem related to my testing of maverick meerkat.

Link to comment
Share on other sites

Guest Azurren
if pulse mini got 2.2 i would probably downgrade

Well actually the pulse mini is better in every aspect apart from the screen size (Which if you have small thumbs really doesn't make a difference. The screen is not noticeable small unless you compare)

Link to comment
Share on other sites

Guest gusthy
Well actually the pulse mini is better in every aspect apart from the screen size (Which if you have small thumbs really doesn't make a difference. The screen is not noticeable small unless you compare)

it is resistive for mini, capacitive for pulse. with 2.1, big pulse's screen is not worse than iphone screen...

and it is 2.8 inch for mini, 3.5 for pulse, that means the screen size is 50% bigger, it is relevant...

Link to comment
Share on other sites

Guest gusthy
Pulse screen doesnt compare to even an iPhone 2g really...

Here is my wife's iphone 3g in my hand, and this pulse device.

I tried them simultaneously (important, that pulse runs 2.1, with 1.5 it is ab other story).

apart from multitouch there is no big difference.

Link to comment
Share on other sites

Guest Tom G
I can't extract the contents - keep getting "End-of-central-directory signature not found" errors. Anyone else?

Its not a zip.

file Pulse\ Mini\ TMO\ source\ code.zip

Pulse Mini TMO source code.zip: POSIX tar archive (GNU)
The first tarball contains 2 bzipped tarballs
 tar -xvf ../Pulse\ Mini\ TMO\ source\ code.zip

huawei_archive_0507/

huawei_archive_0507/huawei_external_fuse.tar.bz2

huawei_archive_0507/huawei_kernel.tar.bz2

ls -lh huawei_archive_0507/

total 57M

-rw-r--r-- 1 tom users  71K May  6 16:34 huawei_external_fuse.tar.bz2

-rw-r--r-- 1 tom users  57M May  5 23:21 huawei_kernel.tar.bz2

I'm not sure why the fuse source is included.

A quick run of grep shows that the kernel code looks like it also includes the U8220 customisations. I haven't compiled it yet, but I will give it a try.

Link to comment
Share on other sites

Guest gusthy
Its not a zip.

file Pulse\ Mini\ TMO\ source\ code.zip

Pulse Mini TMO source code.zip: POSIX tar archive (GNU)
The first tarball contains 2 bzipped tarballs
 tar -xvf ../Pulse\ Mini\ TMO\ source\ code.zip

huawei_archive_0507/

huawei_archive_0507/huawei_external_fuse.tar.bz2

huawei_archive_0507/huawei_kernel.tar.bz2

ls -lh huawei_archive_0507/

total 57M

-rw-r--r-- 1 tom users  71K May  6 16:34 huawei_external_fuse.tar.bz2

-rw-r--r-- 1 tom users  57M May  5 23:21 huawei_kernel.tar.bz2

I'm not sure why the fuse source is included.

A quick run of grep shows that the kernel code looks like it also includes the U8220 customisations. I haven't compiled it yet, but I will give it a try.

maybe you are right that it contains pulse sources. I guess it because the pulse

2.1 config (config.gz on the phone) shows that all the drivers have been renamed from 8220_xx to huawei_xx, probably they unified them.

it would be interesting to compile this kernel against the pulse config.

edit: i mean /proc/config.gz

Edited by gusthy
Link to comment
Share on other sites

Guest BigBearMDC
maybe you are right that it contains pulse sources. I guess it because the pulse

2.1 config (config.gz on the phone) shows that all the drivers have been renamed from 8220_xx to huawei_xx, probably they unified them.

it would be interesting to compile this kernel against the pulse config.

edit: i mean /proc/config.gz

Thats what I will do ;)

Link to comment
Share on other sites

Guest gusthy
Thats what I will do ;)

fine, then I dont start with it :(

hey waiter, a piece of swap with compcache sauce ordered! for dessert, multitouch please!

lol lol lol

Link to comment
Share on other sites

Guest BigBearMDC
fine, then I dont start with it ;)

hey waiter, a piece of swap with compcache sauce ordered! for dessert, multitouch please!

lol lol lol

Waiter: Oh, sorry Mister, we're out of multitouch :(

But I could offer you a piece of force closes.

We have much of them in stock...

Link to comment
Share on other sites

Its not a zip.

file Pulse\ Mini\ TMO\ source\ code.zip

Pulse Mini TMO source code.zip: POSIX tar archive (GNU)
The first tarball contains 2 bzipped tarballs
 tar -xvf ../Pulse\ Mini\ TMO\ source\ code.zip

huawei_archive_0507/

huawei_archive_0507/huawei_external_fuse.tar.bz2

huawei_archive_0507/huawei_kernel.tar.bz2

ls -lh huawei_archive_0507/

total 57M

-rw-r--r-- 1 tom users  71K May  6 16:34 huawei_external_fuse.tar.bz2

-rw-r--r-- 1 tom users  57M May  5 23:21 huawei_kernel.tar.bz2

I'm not sure why the fuse source is included.

A quick run of grep shows that the kernel code looks like it also includes the U8220 customisations. I haven't compiled it yet, but I will give it a try.

Thanks for the pointer.

Strange - you think file-roller would use the MIME info..

Link to comment
Share on other sites

Guest BigBearMDC
Thanks for the pointer.

Strange - you think file-roller would use the MIME info..

I extracted it with WinRAR and wine...

Edited by BigBearMDC
Link to comment
Share on other sites

Guest Simon O
adb pull /proc/config.gz /pulse_config

;)

2.1_rmb2_config.gz - RMB2 config (.29)

2.1_tmo_config.gz - T-Mobile config (.29)

Ok I might have done something wrong as the t-mobile config is .27 for some reason. fixed

Both files are identical so it's clear that Huawei have used the same kernel config for the U8220 and the U8230 2.1 roms.

Edited by flibblesan
Link to comment
Share on other sites

Guest BigBearMDC

hope it helps

Thanks ;)

Compiling it right as we speak.

Don't worry, it should work with the RBM2 config also.

Edited by BigBearMDC
Link to comment
Share on other sites

Guest Simon O
Thanks ;)

Compiling it right as we speak.

Don't worry, it should work with the RBM2 config also.

Well my phone will be flashed many times today as I'm working on my ROM so I don't mind putting t-mobile back on for a bit.

Link to comment
Share on other sites

Guest BigBearMDC
Compile fails with a bunch of undefined references in the usb drivers.

Yeah just saw that =/

Port them from the .27 source?

Link to comment
Share on other sites

Guest gusthy
Waiter: Oh, sorry Mister, we're out of multitouch :(

But I could offer you a piece of force closes.

We have much of them in stock...

Oh, sorry, then rather vanilla ice cream, probably vanilla contains less FCs... I am genetically FC-sensitive ;)))

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.