Jump to content

CyanogenMod 6 port for Pulse


Recommended Posts

Posted
2nd..

The compcache is included in the Tom's github, but there's error when try to compile.

I don't know how to upload the working one on the github?

I haven't put anything related to CM6 on github. Anything there is from the AOSP project. AFAIK everything on github compiles correctly if the build environment is properly configured. It works for me. :)

Battery is a bit strange. Yesterday after 8 hours of light use I still had 90% battery. The day before with the same use the battery was flat.

On the camera problems. The problem isn't in the CyanogenMod changes, the AOSP camera app also fails, so it must be somewhere in the AOSP code (the CyanogenMod camera is based on AOSP but has some changes). I will look into it at some times, but it is fairly low priority considering other camera apps work fine.

Guest totiadrenalin
Posted (edited)
I haven't put anything related to CM6 on github. Anything there is from the AOSP project. AFAIK everything on github compiles correctly if the build environment is properly configured. It works for me. :)

Battery is a bit strange. Yesterday after 8 hours of light use I still had 90% battery. The day before with the same use the battery was flat.

On the camera problems. The problem isn't in the CyanogenMod changes, the AOSP camera app also fails, so it must be somewhere in the AOSP code (the CyanogenMod camera is based on AOSP but has some changes). I will look into it at some times, but it is fairly low priority considering other camera apps work fine.

TOM.

The problem with the battery is because something in the CM6 rom is setting the CPU scaling_governor to performance.

It doesn't matter if u use yours kernel or the flibble's oc kernel.

The problem is somewhere in the android it self.

SO I made a script that set's the scaling_governor to ondemand.

it's very easy job. even without any script

just type this line in /system/etc/init.d/99complete

(echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufeq/scaling_governor )

This will set the scaling_governor to ondemand each time the phone is rebooted.

Will you please add this to your next release?

Because this with the battery is very annoying issue.

For now if people want to extend there battery live can use my script.

It's not a exactly a script but set of binary files.

EDIT:

Here is the working compcache

unzip and replace the /external/compcache/ with this.

compcache_0.5.4.tar.gz

Edited by totiadrenalin
Guest totiadrenalin
Posted

Just type CameraServiceTest in the terminal

And you will get the picture.

I have nothing else to say.

Guest lilim_ac
Posted
Just type CameraServiceTest in the terminal

And you will get the picture.

I have nothing else to say.

what is this for??

and where is the external/compcache?

and what is the benefit using this while we already have swap?

Posted
TOM.

The problem with the battery is because something in the CM6 rom is setting the CPU scaling_governor to performance.

It doesn't matter if u use yours kernel or the flibble's oc kernel.

The problem is somewhere in the android it self.

SO I made a script that set's the scaling_governor to ondemand.

it's very easy job. even without any script

just type this line in /system/etc/init.d/99complete

(echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufeq/scaling_governor )

This will set the scaling_governor to ondemand each time the phone is rebooted.

Will you please add this to your next release?

Because this with the battery is very annoying issue.

For now if people want to extend there battery live can use my script.

It's not a exactly a script but set of binary files.

EDIT:

Here is the working compcache

unzip and replace the /external/compcache/ with this.

2 questions:

- where is /external/compache? can't see such a directory in rootexplorer

- does compache make much of a difference?

Guest Sh4d0w940
Posted
2 questions:

- where is /external/compache? can't see such a directory in rootexplorer

- does compache make much of a difference?

Maybe if you have overclocked your pulse it would help, but I think compcache is not perfect for our phone.

It uses more cpu while the pulse's cpu is not very fast and since a lot of people use swap that should be enough for the ram shortage.

Sh4d0w940

Guest Epic-Emodude
Posted

Hi,

I know that theres a way of flashing all the different things to get this with A2SD and Overclock/Swap, but is there a custom ROM with all these included?

Thanx

Aaron

Posted
The problem is somewhere in the android it self.

The problem is that I left a line out of the init.rc. In the official huawei roms and the aosp rom the scaling_governor is set by init.qcom.sh. In CM6 I didn't include init.qcom.sh, but I should have added a line to init.qcom.rc to set it. It will be set correctly in the next release. Thanks for identifying the problem. :)

Posted
The problem is that I left a line out of the init.rc. In the official huawei roms and the aosp rom the scaling_governor is set by init.qcom.sh. In CM6 I didn't include init.qcom.sh, but I should have added a line to init.qcom.rc to set it. It will be set correctly in the next release. Thanks for identifying the problem. :)

When is next release btw? :)

Great work :)

Guest Epic-Emodude
Posted

Just flashed this caus I screwed up my FLB-mod 2 ness, and this is like 1000x better than I expected. Its awesome. Havent found any bugs so far,

Thanx TOM G!

Guest shamikebab
Posted
Try wiping data (or deleting /data/misc/wifi & /data/system/wpa_supplicant will probably do). If that doesn't do it I would be looking at the router settings.

TOM G how do i delete /data/misc/wifi & /data/system/wpa_supplicant

Posted (edited)
TOM G how do i delete /data/misc/wifi & /data/system/wpa_supplicant

adb shell rm -rf /data/misc/wifi

adb shell rm -rf  /data/system/wpa_supplicant

It should recreate them correctly after a reboot.

Edited by Tom G
Guest totiadrenalin
Posted (edited)
2 questions:

- where is /external/compache? can't see such a directory in rootexplorer

- does compache make much of a difference?

/Android_source/external/compcache/

Edited by totiadrenalin
Guest jamielockeymusic
Posted

hello!

anyone know how to save battery on CM6?

i used the setCPU app and set to on demand, battery life, stil sucked :)

and i have alos flashed the on demand script ( dont know the prper wording for it) was posted on page 30, but this doesnt seemed to have helped either?

any other options?

Guest flip360
Posted (edited)

maybe try turning off 3G/2G data service (when not in use) and Background Data service (when not hunting for apps in the market). Also Wifi constantly on is a no no :)

mine has 2-3 days with that kind of regime.

Edited by flip360
Guest jamielockeymusic
Posted
maybe try turning off 3G/2G data service (when not in use) and Background Data service (when not hunting for apps in the market). Also Wifi constantly on is a no no :)

mine has 2-3 days with that kind of regime.

i never have 3g/2g on, only have wifi on like a few times in the day, and where is the "background data service found"? :)

thanks for some help!

Guest totiadrenalin
Posted (edited)
hello!

anyone know how to save battery on CM6?

i used the setCPU app and set to on demand, battery life, stil sucked :)

and i have alos flashed the on demand script ( dont know the prper wording for it) was posted on page 30, but this doesnt seemed to have helped either?

any other options?

Ham?

34Hours and my battery charging state is 46%

so I guess that your problem is somewhere else?!

Edited by totiadrenalin
Guest totiadrenalin
Posted
hello!

anyone know how to save battery on CM6?

i used the setCPU app and set to on demand, battery life, stil sucked :)

and i have alos flashed the on demand script ( dont know the prper wording for it) was posted on page 30, but this doesnt seemed to have helped either?

any other options?

What kernel do you use?

the flb_oc_swap

or the TOM's kernel?

Posted

huh 34 hours and you have 46% strange

then I have problems with my batery

evry day I put it on the charge and my batery goes for 10 hours down to 0%

What could it be the batery or somthing with overclocking?

Guest flip360
Posted
i never have 3g/2g on, only have wifi on like a few times in the day, and where is the "background data service found"? :)

thanks for some help!

Settings/Acounts and Sync/Backround Data :)

Guest InstantWater
Posted (edited)

Can someone tell me where is the Market? Because I can't find it in the menu.

Thanks.

p.s.: camera works for anyone?

Edited by InstantWater
Guest Epic-Emodude
Posted
Can someone tell me where is the Market? Because I can't find it in the menu.

Thanks.

p.s.: camera works for anyone?

You have to flash Gapps. Search in this thread for Gapps and find the Pulse Gapps that Flibblesan posted and download and flash that.

And yes camera works

Guest totiadrenalin
Posted

Is anybody else experience the media issue?

The media applications can not scan the media on my sdcard.

This isn't happening with the cp6_port_beta10

only with the new beta20.

So, there's something wrong with the new cm6 ported rom.

?!?!?!......?

Guest InstantWater
Posted
You have to flash Gapps. Search in this thread for Gapps and find the Pulse Gapps that Flibblesan posted and download and flash that.

And yes camera works

Okay, I've found and flashed Gapps. BUT, I can surf the web with the browset, but I'cant set my google account because it can't connect to the server . but why?

And camera don't works :'(

I've flashed 0.60 in fastboot mode. Should I use the previously mentioned flashable zip?

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.