The Following User Says Thank You to rainisto For This Useful Post: | ||
|
2012-05-14
, 12:54
|
|
Posts: 63 |
Thanked: 19 times |
Joined on May 2012
|
#32
|
I don't know why you can't move around it works for me when pressing 'esc' then 'i'. I just did it as user and as root.
The thing to delete is ^M, as stated a few times, in the end of most of the lines
Regards Dousan...
|
2012-05-14
, 13:03
|
|
Posts: 63 |
Thanked: 19 times |
Joined on May 2012
|
#33
|
|
2012-05-14
, 13:06
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#34
|
now i got this message after deleting all ^m : Write Error: permission denied
The Following User Says Thank You to Dousan For This Useful Post: | ||
|
2012-05-14
, 13:33
|
|
Posts: 63 |
Thanked: 19 times |
Joined on May 2012
|
#35
|
|
2012-05-15
, 13:06
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#36
|
Hi ejasmudar,
Thanks for sharing your work. I've noticed you're using a sleep command to update the screen and this is not ideal for power consumption. If it helps you to improve it in a future version here is info on the recommended way:
http://harmattan-dev.nokia.com/docs/...heartbeat.html
cheers
A couple more things:
- in the imager.py, the line "#!/usr/bin/python" needs to be the first line. Then you will be also able to invoke it directly.
- in the main.sh, line 23 is not needed.
zip had lot of ^M dos line-endings that I had to clean out before using.
|
2012-05-15
, 13:14
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#37
|
|
2012-05-22
, 20:23
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#38
|
|
2012-05-25
, 14:10
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#39
|
|
2012-05-25
, 14:57
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#40
|
looks like your source has been commercialized : http://store.ovi.com/content/279408
its frustrating when someone takes open-sourced work and commercializes it without giving due credit to the original devs.
Tags |
harmattan, lowpowerscreen |
|
# sed -i -e 's/^M//g' /usr/bin/USbS.sh