maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Share your Widgets! (https://talk.maemo.org/showthread.php?t=59798)

techie 2010-08-10 06:06

Re: Share your Widgets!
 
@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.

Erazor 2010-08-10 09:16

Re: Share your Widgets!
 
Quote:

Originally Posted by techie (Post 781144)
@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 :D but now it workd o.O
without any changes :D

strange things are happening

but thx for the answer :)

Greetz
Erazor

gft2k1 2010-08-10 10:58

Re: Share your Widgets!
 
4 Attachment(s)
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..............:D

PipoXtreme 2010-08-10 12:58

Re: Share your Widgets!
 
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.

gft2k1 2010-08-10 13:43

Re: Share your Widgets!
 
Quote:

Originally Posted by PipoXtreme (Post 781544)
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..........:)

gft2k1 2010-08-10 14:03

Re: Share your Widgets!
 
Quote:

Originally Posted by PipoXtreme (Post 781544)
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.......:D

PipoXtreme 2010-08-10 14:35

Re: Share your Widgets!
 
1 Attachment(s)
here you can see the problem ->

techie should see which problem I have :)

techie 2010-08-10 14:47

Re: Share your Widgets!
 
Quote:

Originally Posted by PipoXtreme (Post 781633)
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

gft2k1 2010-08-10 14:53

Re: Share your Widgets!
 
Or change your theme ! :D

sacal 2010-08-10 16:58

Re: Share your Widgets!
 
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



All times are GMT. The time now is 20:44.

vBulletin® Version 3.8.8