Active Topics

 



Notices


Reply
Thread Tools
Posts: 208 | Thanked: 220 times | Joined on Apr 2010
#31
@gft2k1
Feel free to post, looks nice

@PipoXtreme
You will need to replace sudo with rootsh in .OCCP file

@Erazor
You have 250 in list of avoid frequencies,you need to remove it from there so that cpu can use it.More information can be found in the overclock thread.
__________________
With Linux-powered N900..ANYTHING is possible
 

The Following User Says Thank You to techie For This Useful Post:
Erazor's Avatar
Posts: 160 | Thanked: 33 times | Joined on May 2010
#32
Originally Posted by techie View Post
@Erazor
You have 250 in list of avoid frequencies,you need to remove it from there so that cpu can use it.More information can be found in the overclock thread.
OMFG so please don't lol @ me but now it workd o.O
without any changes

strange things are happening

but thx for the answer

Greetz
Erazor
 
Posts: 101 | Thanked: 30 times | Joined on Jul 2010
#33
Thanks to techie, this is my last version of OCCP (with code ) who change the color of displayed temperature, frequency, battery and rootfs in according to status..............
Attached Images
   
Attached Files
File Type: txt beecon_OCCP_Color_Status_temp+freq+batt+root.txt (3.2 KB, 345 views)
 

The Following 5 Users Say Thank You to gft2k1 For This Useful Post:
Posts: 195 | Thanked: 16 times | Joined on Feb 2010 @ Switzerland
#34
with the code there is something strange.. when I'm import it to the buffer the code doesn't look like before with the other code's from techie and the widget doesn't work as well.
__________________
(n900 _Switzerland)
 
Posts: 101 | Thanked: 30 times | Joined on Jul 2010
#35
Originally Posted by PipoXtreme View Post
with the code there is something strange.. when I'm import it to the buffer the code doesn't look like before with the other code's from techie and the widget doesn't work as well.
If you have only this widget on dektop you must delete the file ".queen_beecon" in /home/user on your N900 with CuteExplorer or Open SSH Server and recreate the widget from zero before import it to buffer, otherwise Queen Beecon Widget create a duplicate of your current widget with another ID.

The code doesn't look like the others from techie because i made some modifications for change color status..........
 
Posts: 101 | Thanked: 30 times | Joined on Jul 2010
#36
Originally Posted by PipoXtreme View Post
with the code there is something strange.. when I'm import it to the buffer the code doesn't look like before with the other code's from techie and the widget doesn't work as well.
Another thing:

You have rootsh 1.5 installed, right?
You must replace all "sudo" with "rootsh" in your .OCCP file in /home/user on your N900 otherwise the widget work for someone but don't for all. This is a know issue with rootsh app and require a modifications of sudoers file but THIS IS HIGHLY NOT RECOMMENDED but if you want to reflash your N900.......
 
Posts: 195 | Thanked: 16 times | Joined on Feb 2010 @ Switzerland
#37
here you can see the problem ->

techie should see which problem I have
Attached Images
 
__________________
(n900 _Switzerland)
 
Posts: 208 | Thanked: 220 times | Joined on Apr 2010
#38
Originally Posted by PipoXtreme View Post
here you can see the problem ->

techie should see which problem I have
Update to 1.0.2 from devel that should fix it now
__________________
With Linux-powered N900..ANYTHING is possible
 

The Following User Says Thank You to techie For This Useful Post:
Posts: 101 | Thanked: 30 times | Joined on Jul 2010
#39
Or change your theme !
 
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#40
Multiboot 0.2.5 and autoloading bq27x00_battery.

For those like me that are running OCCP widget and titan's power37 or 39 with multiboot 0.2.5, there is the need of loading bq27x00_battery module after every reboot.

As Jay-C, the author of multiboot stated here there are problems autoloading that module.

So for those interested i have added some lines of code to the /home/user/.OCCP file to autoload the bq2700_battery module so that the temperature is displayed in the OCCP widget:

Code:
QBW_REMEMBER_ME=${7}
if [ "$(cat /sys/class/power_supply/bq27200-0/temp)" == "" ] ; then
  sudo modprobe bq27x00_battery > /dev/null ;
fi
if [ "$QBW_REMEMBER_ME" -eq 3 ] ; then
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:09.