Active Topics

 



Notices


Reply
Thread Tools
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#21
The N950 has an LCD screen, the N9 an OLED screen which stays on and shows the time (and, obviously, more).
 

The Following User Says Thank You to aRTee For This Useful Post:
caco3's Avatar
Posts: 560 | Thanked: 423 times | Joined on May 2010 @ Switzerland
#22
Do I understand it right, that this therefore only will work on a N9 but not an N950?
This basically means that I will not be able to create and use an app based on this since I can not test it on my device
Even if I am not able to use it myself, I would be willing to help to bring daily bible verses or other quotes onto that screen.
I made already several Python apps (see my signature), so have some experience
__________________
On N9 check out this:
CacheMe 4 the N9, a geocaching client / MiniBible, a bible viewer / TheWord brings daily bible verses onto your phone / BatteryGraph to monitor the battery drainage / doublepress2unlock to unlock your phone with a double press onto the power button / GPRS Data Usage to monitor your GPRS data usage /
and more...

On N900 check out this: SleepAnalyser to analyse your sleep movements / PasswordMaker a for a password generator
 
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#23
No, it canot be used with N950. Any text file with 1 (bible or other) quote per line can be used with this script.
__________________
My Device History:Nokia 3510 > SE T230 > Nokia 6600 > HP2210 > SE p910i > SE p990i > N95 > I-mate 9502 > itouch > Nokia N900 > ? N9
My apps for N900:
Conversation Modder

My apps for N9:
LockScreenQuotes
USbS


If you feel I have helped you, don't forget to press Thanks!
 
Posts: 19 | Thanked: 1 time | Joined on Nov 2011
#24
i get this error,

Traceback (most recent call last):
file "LockScreenQuote.py", line 82, in <module>
x.save('/home/user/LOCKSCREENQUOTES/.test.png')
file "/usr/lib/python2.6/dist-packages/PIL/Image.py", line 1433, in save
fp = __builtin__.open(fp, "wb")
IOErrorL [Errno 13] Permission denied: '/home/user/LOCKSCREENQUOTES/.test.png'
 
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#25
try
chmod a+w /home/user/LOCKSCREENQUOTES/.test.png
and if that doesn't help, post the response to
ls -l /home/user/LOCKSCREENQUOTES/.test.png
 
Posts: 19 | Thanked: 1 time | Joined on Nov 2011
#26
no such file in directory...
 
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#27
ok, then the output of
ls -ld /home/user/LOCKSCREENQUOTES

you can try this:
touch /home/user/LOCKSCREENQUOTES/.test.png

if that one fails, you have to fix ownership of the directory, if it works, do the above chmod a+w again.
 
Posts: 19 | Thanked: 1 time | Joined on Nov 2011
#28
how do i fix the directory ownership?
 
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#29
chown user.user [dirname]
__________________
If I said something useful, please hit the 'Thanks!' link related to that post.
 
Posts: 19 | Thanked: 1 time | Joined on Nov 2011
#30
all i can get is all
chown unknown user/group user.user
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:47.