Jump to content

looks like t-mobile have released the 2.1 source at last


Recommended Posts

Posted
You mean in an ideal case you can read/write the class6 card with 2/6 MBps, right? Most of the time you just can't, at least that's what I've experienced with my class4 SD (not reaching the expected speeds most of the time).

Anyways, speed of zipping vs speed of SD write/read, that is the question :lol:

Yes, and I guess, at 528 MHz, zip is faster

Guest MikeRame
Posted (edited)
WiFi works :lol:

Nice :) What's next? See if JIT is stable now?

Edited by MikeRame
Posted (edited)
WiFi works :lol:

:) Thats what I try to do, can you please tell me the exact compilation instructions? because if I type

make ARCH=arm CROSS_COMPILE=/home/attila/pulse/toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-

It asks about different architecture options

Edited by gusthy
Guest Totyasrác
Posted
WiFi works :lol:

post-697226-1284407460_thumb.png

Want it :)

Camera issue? Video playback? C'mooooooooon :(

Guest DanWilson
Posted
Want it :lol:

Camera issue? Video playback? C'mooooooooon :)

Nahh. Overclock, SWAP and USB Host / Multi-Touch, then camera and video fix.

Posted
WiFi works :lol:

post-697226-1284407460_thumb.png

flib can u tell me what causes baseband to be unknown? i happen to get that alot when constructing update.zip's :/

Posted (edited)

Yeah compcache sounds like a really bad idea on a small cpu running garbage collected VMs...

I propose a new poll:

What caused T-Mobile to develop such a generous policy of releasing source code?

a ) The petition, of course.

b ) Realisation of their legal obligations under the GPL.

c ) It's a trap!

Edited by Stevos
Posted
Yeah compcache sounds like a really bad idea on a small cpu running garbage collected VMs...

I propose a new poll:

What caused T-Mobile to develop such a generous policy of releasing source code?

a ) The petition, of course.

b ) Realisation of their legal obligations under the GPL.

c ) It's a trap!

I think,

d ) An organization as big as T-Mobile works random ways, and now this happened without any reason

Guest DanWilson
Posted
Yeah compcache sounds like a really bad idea on a small cpu running garbage collected VMs...

I propose a new poll:

What caused T-Mobile to develop such a generous policy of releasing source code?

a ) The petition, of course.

b ) Realisation of their legal obligations under the GPL.

c ) It's a trap!

C) its-a-trap.jpg

Posted
I think,

d ) An organization as big as T-Mobile works random ways, and now this happened without any reason

Yeah, maybe they use those management decision dice

1) Ignore customers

2) Release OS version through regional subsidiary

3) Play for time

4) Remove previously released OS

5) Release a new phone to distract customers

6) Release source code

We got lucky when they rolled a 6. I'm waiting for another 4 when they realise they accidentally released non-GPL driver code or something :lol:

It's too late, we have you now!

Posted

Whoooop, it is compiling, the command was correct, I had to "touch .config" :lol:

Posted (edited)
:lol: Thats what I try to do, can you please tell me the exact compilation instructions? because if I type

make ARCH=arm CROSS_COMPILE=/home/attila/pulse/toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-

It asks about different architecture options

The command is right. Did you load the config into "make menuconfig" before building? I did that and it added a load of things to the top of the config which gave me the same issue you are seeing. To fix it I just pulled the config from my phone, renamed to .config and copied into the kernel folder. then made it. Oh I added -j4 to the end of the line to use all 4 cores of my CPU... compiled the kernel in a matter of minutes.

Edited by flibblesan
Posted
Nahh. Overclock, SWAP and USB Host / Multi-Touch, then camera and video fix.

+1.

Posted
The command is right. Did you load the config into "make menuconfig" before building? I did that and it added a load of things to the top of the config which gave me the same issue you are seeing. To fix it I just pulled the config from my phone, renamed to .config and copied into the kernel folder. then made it. Oh I added -j4 to the end of the line to use all 4 cores of my CPU... compiled the kernel in a matter of minutes.

Shouldn't that be -j8? I thought it was 2 x No. of cores...

Posted (edited)
The command is right. Did you load the config into "make menuconfig" before building? I did that and it added a load of things to the top of the config which gave me the same issue you are seeing. To fix it I just pulled the config from my phone, renamed to .config and copied into the kernel folder. then made it. Oh I added -j4 to the end of the line to use all 4 cores of my CPU... compiled the kernel in a matter of minutes.

Thank you.

Yes, finally this was what I was doing, plus touch .config.

First I did it without touching, and it started manual config.

Next I tried the menuconfig method.

Now it is compiling with this poor old netbook, my other machine is in service :lol:

Edited by gusthy
Posted (edited)
Shouldn't that be -j8? I thought it was 2 x No. of cores...

Hm, I only thought you would do 2x when you have hyperthreading.

edit: -j N where N is the number of threads. I'm on AMD.. -j4 seemed right :s

Edited by flibblesan
Posted
Hm, I only thought you would do 2x when you have hyperthreading.

edit: -j N where N is the number of threads. I'm on AMD.. -j4 seemed right :s

Oh right cool, cheers for clearing that up ha :lol:

Guest racingclub
Posted
Sadly I don't know how to compile kernels.

Compcache definitely slows the phone down (think about it.. the already slow CPU has to compress ram every time it's written). Swap is much better for us. Infact most G1 users disable compcache.

not sure about that, seems to be a decent split between swap & CC on the CM forums.

I run my G1 with CC as it seems to perform better for me versus 32mb of swap on a decent class6 card.

Posted (edited)
Fibble, did you add swap option?

Yes. And later I'll read up on compcache and see if I can add it.

Edited by flibblesan
Posted
Yes. And later I'll read up on compcache and see if I can add it.

It is not very complicated, but a bit more work, you should compile a kernel module against the kernel.

Posted (edited)

I think we dont need compcache (only).

Compcache reduces available RAM by 25%. - We have very small ram size by default, so reduces with 25%.....

Swap needs fast SD cards, Class 6 or better. (if you have C2, C4 card, dont try it, its slow down your phone and posibble kill the card!!!)

Compcache plus Swap is the best option. Its reduces the ram only by 15% and have the swap's benefits.

Edited by hungary
Posted
I think we dont need compcache (only).

Compcache reduces available RAM by 25%. - We have very small ram size by default, so reduces with 25%.....

Swap needs fast SD cards, Class 6 or better. (if you have C2, C4 card, dont try it, its slow down your phone and posibble kill the card!!!)

Compcache plus Swap is the best option. Its reduces the ram only by 15% and have the swap's benefits.

I think we dont need flame over CC versus swap (az all), I recommend to stop it.

(The information you shared is from Wikipedia and not really correct. I repeat, MCR uses CC and very many people used it without even noticing it.)

Posted
I think we dont need compcache (only).

Compcache reduces available RAM by 25%. - We have very small ram size by default, so reduces with 25%.....

Swap needs fast SD cards, Class 6 or better. (if you have C2, C4 card, dont try it, its slow down your phone and posibble kill the card!!!)

Compcache plus Swap is the best option. Its reduces the ram only by 15% and have the swap's benefits.

Maybe dumb question but is it possible to add swap to data partition (faster memory)?

Guest Totyasrác
Posted
(The information you shared is from Wikipedia and not really correct. I repeat, MCR uses CC and very many people used it without even noticing it.)

Remember - with Cupcake we had more of free RAM than we have with Eclair (and Froyo with Eclair partitioning) :lol:

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.