![]() |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Quote:
Code:
/sbin/reboot Quote:
Quote:
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
You do NOT have to uninstall the manually installed version first.
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
thanks for the .deb very easier |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Hi
I understand this take a place of operator logo image and if i have oplogo image activated on the screen I can't to adding you tweak ? thanks |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
It will simply replace your operator's logo in that case.
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Aww man, cant we have both :( |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Quote:
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Well, i'm actually rewriting the whole thing in C++/Qt to go easy on RAM. So while i'm at it, i'll add a gui for configuration.
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
good news :)
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
This is really great idea ... there is few things that I am looking very often, 1. Date, 2. Battery state and 3. Idle state power consumption (as mA, by Battery Usage apps) ... well, is it possible to add idle power consumption too ? - that's because I really like to be on 8-12 mA level constantly ... well, RAM and used spaces are not in my interest, it is rare that I check them (just me) ...
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
The C++ version will be totally format-string based, and i plan adding networking info and power usage info from hal.
|
Done project skeleton in c++, buildsystem works.
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Hmmmm, it does not appear on my stand-by screen and there is no any icon (and no GUI either) .. so what I did wrong - I just downloaded your deb and run it ... should I install it through terminal ? ... I had LPMC (I tried both, with pic and with no pic), and then I uninstalled too (to check does it make any problem for your apps) ...
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Just add for my previous message (just on the above of this message) ... hope that it help you to improve your apps, as I think still that it is a great idea ... well, after uninstalling your apps, because it did not work - my screen clock is back to original (it was red) and the pic that I used under clock, is a little left now - at least, I think so (I reinstalled LPMCustomizer after removing your app and I put a pic back under that clock and i think that position is not the same any longer) ...
Btw, I tried to install your apps through terminal too (it did not work on that way either) ... Well, I am a volunteer to test your apps again (I prefer deb), if you think that you have made some changes that might make it work properly ... I wish to have your apps in my phone ... so keep smiling there ... |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
root@n9:/etc/init/apps$ lpsmagic
Traceback (most recent call last): File "/usr/bin/lpsmagic", line 14, in <module> import gconf ImportError: No module named gconf this is probably your problem, too, jaripi. you need to add python-gconf as a prereq to the deb. for now, you can do: Code:
apt-get install python-gconf |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Strange, hmm maybe i did some stupid thing in the deb :)
Anyway your modifications are backed up during install and restored during uninstall. |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
{instead of rebooting} |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
FUUUUUUUUUUUUUUUUUUUUUUUUUUUUU Will fix asap |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
What is the refresh command guys?
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
the image will refresh by itself once per minute. if you want to refresh manually, go into /home/user/ls-magic and type "python ls-magic.py".
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
actually in the deb, file is a python daemon, so you cannot force it to refresh. It uses more RAM, but uses very little CPU.
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
I'm sad to say that it does not work. I downloaded the .deb, installes (it got dependencies automatically), rebooted twice.
Have I missee something? Vlad |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Vlad: wait for it. It takes a while to show up as it's set lowest priority.
if you are having trouble open up terminal and type Code:
lpsmagic |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Nevermind did not install the dependency, thought it was added to deb.
Works after I installed python-gconf. Maybe it should be added to dependencies? Thanks! |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
I was making testing for other reasons today ... and I disabled developer mode (restarted too) for a moment, then re-enbled it and restarted again, but your apps did not pop up any longer - is it a normal behaviour ? - do I need to reinstall it every time after I disable Developer mode (there is a real reason why I make it occasionally, for testing purpose ... nothing to do with your apps) ...
Btw, if I write in terminal now: "lpsmagic" ... it will answer: "sh: lpsmagic: not found" .. Well, a positive side is that my clock is red again ... (laugh) |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Well, I just reinstalled it and it works again ... this time I installed it through "Filebox" ... a last time I did it through terminal (because I was trying to find out how I can get it work) ... btw, it seems that can not use any pic by LPMCustomizer on the same time or it will NOT pop up ...
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
@jaripi, because lpm customizer uses the same way we do for displaying image..
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
umm, because it may look like anything? I don't feel comfortable with pil anyways. I'm rewriting in C++/Qt -> QPainter
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Btw, you should consider to have a space between all icons and characters - I feel that the first characters after each icon would be more clear on that way ... and also the load numbers are too close each other ... Further: did you update your deb ? ... if not, you should add installation instruction what was instructed by "wolke" (add first Python-gconf through terminal by "apt-get install python-gconf") ... |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
im gonna spread out my image, but have the same amount of white.
as long as the same number of pixels are fired up, power usage should be precisely the same, right? i.e.: there arent pixels that are more expensive than others, and no advantage to having contiguous-pixels lit up as opposed to spread-out-pixels. |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Nice work! I was wondering if it would be possible to add next active alarm time as one of the things shown?
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
You could create a wiki page somewhere to ask for info to be available. The infos i plan for right now are:
- the ones displayed now - ip on any interface - power consumption Next version will be fully configurable via configfile, and maybe next one scriptable via js (i'll export QPainter and some other utility functions). That means you will be able to fully customize your lps image. Next version will also consume less CPU & RAM because it's in C++. If you are excited and want me to code like a valkyrie on acid (?!) donate and support my need of red-bull and/or beer http://admiral0.it/donate.html PS I've updated deb to 1.1, no more dependency problems-> install, reboot and wait. |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
Quote:
Quote:
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
@wolke be careful, modifying an executable in aegis normal mode will trigger malf. I've learnt it the hard way.
Will put sources on github asap. @slarti If there is a way to get it in a non expensive way yes. |
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Wolke, yes, you are right, same amount of pixels turned on = same power consumption, so spreading out is a good way to have a bigger image with same low power consumption.
|
Re: [ANNOUNCE] System Info and date on standby screen - MOD - ls-magic
Quote:
I think you also need to do: Code:
/sbin/initctl restart xsession/sysuid |
All times are GMT. The time now is 18:24. |
vBulletin® Version 3.8.8