![]() |
Re: Share your Widgets!
Here you go:
Code:
: not foundacl.sh: line 4: |
Re: Share your Widgets!
Please be more specific than "it opens conky".Does it open conky with my configuration or the default one.
The zip was recently updated,are you sure you are using the new one? |
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
1 Attachment(s)
Ok thanks.
For those having problem with conky widget, replace the script with the attached one (remove .txt extension) in /home/user/ and report back. Problem seems to be N900-specific Code:
#!/bin/sh |
Re: Share your Widgets!
@techie one question to this new orientation feature in queen beecon widgets, would it be possible for you to tweak your conky cmd/script widget to rotate and bring up conky wondows to fit the orientation the phone is in, portrait/landscape?
Maybe to much work but would be nice if you could (don´t know if it´s doable at all ;) (Was originally posted in the QBW thread, but removed and posted here instead. More relevence here). |
Re: Share your Widgets!
Quote:
A newer build of conky might make this possible but even then the configuration files will need to be adjusted accordingly for portrait display. |
Re: Share your Widgets!
Thanks for the answer techie, that makes sense, just would've been nice ;)
|
Re: Share your Widgets!
I'm looking to get just the temperature displayed in a beecon widget. What do I need to edit from this widget to just get the temperature displayed? The 'Command'? Does anyone have an example command they could share?
|
Re: Share your Widgets!
Quote:
Code:
echo `cat /sys/devices/platform/omap34xx_temp/temp1_input` °C Code:
echo `cat /sys/class/power_supply/bq27200-0/temp` °C Code:
sudo gainroot To get it to load on boot Code:
echo bq27x00_battery >> /etc/modules |
Re: Share your Widgets!
Code:
echo `cat /sys/class/power_supply/bq27200-0/temp` °C Code:
sudo gainroot To get it to load on boot Code:
echo bq27x00_battery >> /etc/modules Wow, thanks a ton! That was easier than I expected to implement. I was a bit intimidated by Queen Beecon and still have a lot to learn, but this was pretty easy to get working! Thanks again |
Re: Share your Widgets!
Quote:
Code:
~ $ sh /home/user/acl.sh 2 5 id conky boots up your version ,have tryed your new acl.sh file but still widget not working ! |
Re: Share your Widgets!
techie is sorting the conky widget out , i have helped him with some stuff so hopefully he will sort problem soon !!
thanks techie your a legend ! ! |
Re: Share your Widgets!
anything new? :) :)
|
Re: Share your Widgets!
1 Attachment(s)
I updated the previous post with the script.
Anyways I added the option to launch my all 3 configurations of conky from the power menu so thought I should share this as well.:) Put the files accordingly J_Conky.desktop in /usr/share/applications/hildon/ Conky.sh in /home/user/ ACL.xml in /etc/systemui/ You may optionally use an icon.Put it in hicolor folder I am going away and even though I will try as much to visit these forums I probably won't be able to post anything new I'm afraid:( Will keep the index updated though, so let's see what you guys have to share:D |
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Is there any way to run a command to just get the temperature, like if I just wanted to just make my another new queen bee-con widget?? If there is can you tell me the command?
|
Re: Share your Widgets!
Quote:
Code:
echo `cat /sys/class/power_supply/bq27200-0/temp`°C |
Re: Share your Widgets!
hello,
I have the overclock widget set-up but within temperature i only see 'C' when i enter - root modprobe bq27x00_battery i get - FATAL: Module bq27x00_battery not found. any ideas? edit - got it working, i had kernel installed but didnt reboot :) |
Re: Share your Widgets!
Quote:
Code:
|
Re: Share your Widgets!
i have a problem i keep on getting WARNING!bad cum check! i'm using the latest queen beecon
|
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Is it possible to fix what I have said, or not? Leave one parameter Mem without these symbols in front http://s016.radikal.ru/i334/1105/d5/efc4d82bdcdb.png
|
Re: Share your Widgets!
Since a restoration using Backupmenu, my widget displays temperatures between 250 and 380 °C. It's pretty hot, yes.
I used the following code but it did not solve the issue. Code:
sudo gainroot I'm using a modified version of the ideal profile (increased max limit from 850 to 900 MHz). Of course, when triggering the "Temperature" mode of the widget, the temperature is considered too high, so the max clock is set to 600 MHz. When triggering the "Ideal" button (corresponding to my modified ideal profile), it works but I can't benefit from the dynamic switch depending on temperature. Perhaps I could delete some config files for my kernel to reset it? I don't even know where the modified profiles are stored. Thanks in advance! |
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Oh, thanks for your answer!
So do you know how I should edit the widget to make it take into account 0.1 grades instead of grades? Currently I think the widget is still made for grades, so when it detects a temperature ranging between 200 and 300 units, it must say "Whoo hoo mate, your phone is burning; you wan't me to overclock the CPU? No way!" I'm speaking about the "Temperature" button of the widget. |
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Well, this one. Sorry, this is the first of the thread so I did not think about the others further in the thread. My fault! :p
I use the version with battery indicator and min freq/max freq. |
Re: Share your Widgets!
4 Attachment(s)
Quote:
STEP 1 Code:
root Quote:
STEP 2 Then, insted of importing that beecon_OCCP.txt or other beecon_OCCPsomethingsomething.txt file from this thread you should import one of the files I attached to this post (instruction is in http://talk.maemo.org/showpost.php?p...8&postcount=30 ). The change I made is: Code:
echo -e "TEMPERATURE : <span font = \\"14\\"><b>`cat /sys/class/power_supply/bq27200-0/temp` C</b></span> Code:
echo -e "TEMPERATURE : <span font = \\"14\\"><b>`awk '{ print $1/10}' < /sys/class/power_supply/bq27200-0/temp` C</b></span> |
Re: Share your Widgets!
misiak, marry me now. Please.
It works perfectly. Many thanks for your help, I have to admit I did not expect such detailed and quick answers. I would never have found how to solve the problem myself. Conky displays temperature in a 200-400 range, but to be honest, it does not matter because now I know that I have to put a decimal in there. For the Queen Widget, the problem was more important because of the overclock automation which was no longer possible. :) |
Re: Share your Widgets!
Quote:
the default.png from the first post is not compatible with these codes.... please share the default.png or do i have to make one myself... |
Re: Share your Widgets!
Quote:
TEMP=$(( $TEMP / 10 )) is the right one |
Re: Share your Widgets!
Quote:
Code:
FILE_TEMP=`cat /sys/class/power_supply/bq27200-0/temp` |
Re: Share your Widgets!
Olaaa
Thx al ready i only get a bad checksum error? i follow the normal guide i know direct importing the file give those errors. what do i wrong this time :D thx |
Re: Share your Widgets!
Quote:
Quote:
thank you for the info!! |
Re: Share your Widgets!
Quote:
|
Re: Share your Widgets!
Quote:
Code:
awk '{ print $1/10}' </sys/class/power_supply/bq27200-0/temp |
Re: Share your Widgets!
Quote:
Code:
awk '{ print $1/10 " °C"}' </sys/class/power_supply/bq27200-0/temp |
Re: Share your Widgets!
Quote:
Edit: ok, I got it. In stock virtual keyboard in symbols&numbers screen after clicking "shift" it's on "0" key :D (easy ^^) |
All times are GMT. The time now is 10:26. |
vBulletin® Version 3.8.8