Jump to content

CyanogenMod 6 port for Pulse


Recommended Posts

Guest Yohimbin
Posted

Hello world!

Has somebody here the problem with certain apps,what are stopping unexpectedly?(e.g. XiiaLive, MSN Talk...)This problem came up with the update of CM's,and i don't know,why...I've tried reinstall these apps,but the problem is not solved.Thx,if someone has help.

Posted

for the beta_20 version i patched boot_flb_0_20.zip with 691 max and it worked perfektly.

the beta_30 version works also perfect for me, but with CM6_0.3.oc.kernel.patched_signed.zip i cant even boot.

maybe its right to try out a version with a lower speed.

Posted

How do I install this, is it just to flash this as any 2.1 rom with clockwork recovery?

Posted
How do I install this, is it just to flash this as any 2.1 rom with clockwork recovery?

Instructions

These instruction are only for release 0.3 and later. For earlier releases you must use fastboot.

1. Install Clockwork recovery image if you haven't already. Clockwork (AmonRA's recovery will not work).

2. Download both the rom zip file and the gapps zip file.

3. Copy both zip files to your sd card. This can be done my removing the sd card and putting it into a pc, or mounting it while it is in the phone, or using 'adb push <file> /sdcard/'.

4. Reboot into recovery.

5. Make a nandroid backup so you can revert if necessary.

6. Install first the rom using the install update from sd card option.

8. Next install GApps the same way.

9. If you were not previously using a CyanogenMod rom you MUST wipe /data/.

10. Reboot.

Posted
froyo apps to sd is disabled by choosing storage as phone?

Settings/CyanogenMod settings/Application settings/

Allow application moving -> NO

Install location -> Internal

and

DT a2sd move default the apps to SD-EXT

Posted

My battery drains so quick on this CM6, without hardly any apps running :P

Guest totiadrenalin
Posted (edited)
Toti, I really don't think someone is deleting your posts. That would require one of the mod's, and I can only imagine it happening if you are being a complete jerk or putting up bad code to mess people up (in which case I think the mods would ban you).

Is it possible there is some other explanation for your missing post? I know that it has happened for me that I really thought I had hit "send" only to discover I had only hit "preview" before closing that window. But my point is, there might just be something else going on.

Now I ahave the answer for my missing post.

It was a friend of mine.

I accidentally hit save password, wile I was surfing on his home PC.

And he made a donkey of me.

Soerry guys.

I'm trully sorry for that post.

Edited by totiadrenalin
Guest totiadrenalin
Posted (edited)
My battery drains so quick on this CM6, without hardly any apps running :P

The reason is the to high overclock of the CPU, combined with compcache.

We don't need that fast cpu.

600MHZ is the ideal CPU freq.

Fast enough to handle the compcache, but slow enough to save the battery live.

And one more thing.

The compcache is useless without the backing swap.

Because only after the swap activates we can keep more the one application runing in background cached, when we hit the red button.

Even the Linux swap will be good enough.

Use the Swapper2.apk application.

Don't use my script for now, because I forgot that if I reswap the ramzswap0 during the os initalize, it will confuse the system, and overload the CPU all of the time.

Or just delete the lines where you find ramzswap0.

Edited by totiadrenalin
Guest goce.nakov
Posted
The reason is the to high overclock of the CPU, combined with compcache.

We don't need that fast cpu.

600MHZ is the ideal CPU freq.

Fast enough to handle the compcache, but slow enough to save the battery live.

And one more thing.

The compcache is useless without the backing swap.

Because only after the swap activates we can keep more the one application runing in background cached, when we hit the red button.

Even the Linux swap will be good enough.

Use the Swapper2.apk application.

Don't use my script for now, because I forgot that if I reswap the ramzswap0 during the os initalize, it will confuse the system, and overload the CPU all of the time.

Or just delete the lines where you find ramzswap0.

I don't have swap partition or swapper2 or OC cpu ...only compcache and I'm still running Nimbuzz and browsing and listening to music.

Posted

Can somebody tell me why i am unable to find certain apps in the market . apps like Adobe flash, adobe Air, text to speech extended etc.

some of the apps that i can't find on this CM6 build, were available to me when i was running FLB 1.7.... so whats the actual problem here

Guest totiadrenalin
Posted

TOM G

Here ios the missing code for the backing swap.

modprobe ramzswap;

rzscontrol /dev/block/ramzswap0 --backing_swap=/dev/block/mmcblk0p3 --memlimit_kb=14688 --init;

swapon /dev/block/ramzswap0;

sysctl -w vm.swappiness=30;

You just need to put this code in the same init file where is the code that initalize the compcache.

Guest starkos
Posted
TOM G

Here ios the missing code for the backing swap.

modprobe ramzswap;

rzscontrol /dev/block/ramzswap0 --backing_swap=/dev/block/mmcblk0p3 --memlimit_kb=14688 --init;

swapon /dev/block/ramzswap0;

sysctl -w vm.swappiness=30;

You just need to put this code in the same init file where is the code that initalize the compcache.

Not sure what version of compcache is in this rom, but in later versions of compcache they removed the ability to use a backing swap I believe.

Guest martinmax
Posted (edited)

Im facing a issue , i cant recive phone calls it say line busy , ive tried on 2G/3G network , its the same . Someone else facing this issue ?

Edited by martinmax
Posted
TOM G

Here ios the missing code for the backing swap.

modprobe ramzswap;

rzscontrol /dev/block/ramzswap0 --backing_swap=/dev/block/mmcblk0p3 --memlimit_kb=14688 --init;

swapon /dev/block/ramzswap0;

sysctl -w vm.swappiness=30;

You just need to put this code in the same init file where is the code that initalize the compcache.

I didnt write the init script and I dont plan on changing it. The init script is standard cm6. It has always been there (in the previous builds) it just needed the kernel module in the correct place to enable it.

Guest sreeramu
Posted

For Using default APP2SD of 2.2 what are the partition to be done in SD card....?

Guest MarcusHenrique
Posted

It's official. Starkos OC kernel won't boot for me at all.

Can someone make an 692mhz kernel and upload it pls? It'll be great for many of us. :P

Posted

I have a dumb problem with the CM6 (or the 2.2 generally).

The thing is that it combines my contacts even if they are totally different. Is there a way to sop this before sync the contacts on the phone, cause it wouldn't separate when they are 20 or more...

Tnx.

Guest totiadrenalin
Posted (edited)
It's official. Starkos OC kernel won't boot for me at all.

Can someone make an 692mhz kernel and upload it pls? It'll be great for many of us. :P

Guys.

We don't need 690 or 710 or 7...MhZ

All we need is fast enough CPU.

Nothing more then 620MhZ

Not only the speed of the CPU is important here.

What about the cache? - CPU CACHE MEMORY

and fsb?

and battery drain.

Big Bear say it once.

We don't need very fast cpu.

If the CPU speed is too high, then most of the time it will work for nothing.

If you think that the linpack result is the most important, then you are in great confusion.

Best regards

TOTI

EDIT:

Use setcpu application and set the frequency to 614400.

And use the swapper2 application and active the swap partition on boot.

You will notice that the Phone is much, much, much, M U......CH more responsible and fast then if you use only compcache and the ultimate CPU frequency, but without swap.

And in time you will notice that the battery is discharging much slower then with the max CPU freq.

Edited by totiadrenalin
Guest starkos
Posted
It's official. Starkos OC kernel won't boot for me at all.

Can someone make an 692mhz kernel and upload it pls? It'll be great for many of us. :P

Hey, can you answer my previous question of whether you have used an oc'd kernel before on any rom & what speeds you used (assuming you had a play with SetCPU)?

Guest TehOsiris
Posted

dont mean to argue

but

simple example:

mp3 playback, browsing the web, downloading email, suddenly getting an important call

what would you prefer?

1)having 80% cpu load from the mp3 alone 15second freezelag before you can asnwer the call

OR

2)having 80% from all of the above and be able to instantly answer the phone?

vote #2

Guest -=GriM=-
Posted

On 0.3 battarey eat very quick!!! I install SetCPU and see that ondemand don't work at all. It always 528 Mhz. Tom please help!

Early (on FLB 1.7) I can serfing in internet 4-5 hours but now it max 1-1,5 hours.

Posted

If the CPU speed is too high, then most of the time it will work for nothing.

Best regards

TOTI

Guest starkos
Posted (edited)
On 0.3 battarey eat very quick!!! I install SetCPU and see that ondemand don't work at all. It always 528 Mhz. Tom please help!

Early (on FLB 1.7) I can serfing in internet 4-5 hours but now it max 1-1,5 hours.

Thta's how it has always pretty much been, only really ever idles at the min clock speed when the phone is sleeping/screen off. If you just don't touch anything whilst in SetCPU you should eventually see the clock speed go down then it will go back up to 528Mhz, it's always been this way.

Regarding battery life, most times when you flash a new rom it will mess the battery stats up. I usually leave the phone to run down, put it on charge for about 4 hours, reboot in to Amon RA recovery (phone still connected to power supply) & wipe battery stats from within the recovery. Then reboot the phone, allow it to fully load & leave it connected for about 15mins, if it's on 100% disconnect it. If the battery suddenly drops a few % quite quickly then put back on charge for another 30 mins or so. This is what I do & find I get reasonable battery life.

Edited by starkos
Guest totiadrenalin
Posted
Thta's how it has always pretty much been, only really ever idles at the min clock speed when the phone is sleeping/screen off. If you just don't touch anything whilst in SetCPU you should eventually see the clock speed go down then it will go back up to 528Mhz, it's always been this way.

Regarding battery life, most times when you flash a new rom it will mess the battery stats up. I usually leave the phone to run down, put it on charge for about 4 hours, reboot in to Amon RA recovery (phone still connected to power supply) & wipe battery stats from within the recovery. Then reboot the phone, allow it to fully load & leave it connected for about 15mins, if it's on 1000% disconnect it. If the battery suddenly drops a few % quite quickly then put back on charge for another 30 mins or so. This is what I do & find I get reasonable battery life.

Yes.

I do agree with you.

First of all.

You don't need to do all of this stufs.

Just after flashing the new rom, wipe the battery stats.

And then fully recharge the phone turned off.

That's all you need.

And at least twice a month you should fully discharge the battery until the phone turn off it self.

and then recharge it turned off.

Posted
And at least twice a month you should fully discharge the battery until the phone turn off it self.

and then recharge it turned off.

What is your reasoning for that?

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.