maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Noor (Quran app) working on the N900 (https://talk.maemo.org/showthread.php?t=44293)

noobmonkey 2010-04-22 22:51

Re: Noor (Quran app) working on the N900
 
Quote:

Originally Posted by MohammadAG (Post 623529)
Recitation is already implemented, not sure how to actually make into a package, it might be a bit hard to get this working side by side with the translations since they edit the whole .noor file.

Currently working on using Terminal (not a lot so won't be confusing) to change the language of the UI.
Code:

#!/bin/sh
CURRENT=run-standalone.sh cat /home/user/.noor | grep lang | grep -v \# | tail -c 3
echo "Supported languages:
 en (English - default)
 ar (Arabic)
 fa (Farsi)
 ml (Malayalam)
 ps (Pushto)
 tr (Turkish)
 nl (Dutch - Thanks to HtheB!)"
echo "Type the two letters of the language you want for the UI:"
read input_variable
sed -i s/lang\ \=\ $CURRENT/lang\ \=\ $input_variable/g /home/user/.noor

It isn't working well since it doesn't actually substitute the variables, instead it tries to changes lang = $CURRENT as it is, not as lang = en.
Will see how this goes.

Edit: One more thing, I didn't actually make noor, it's a PyGTK app made for linux, I just ported it, and qwerty12 helped loads with hildonization.

Looking up docs on how to change the Quran view to use kinetic scrolling (as in pygtkeditor and leafpad)


Sorry Mohammad, been stupidly busy this week :P (As you can tell by my absence from irc!) - will be on this sunday, more then happy to try and help if i can :|

MohammadAG 2010-04-22 22:58

Re: Noor (Quran app) working on the N900
 
Quote:

Originally Posted by noobmonkey (Post 623552)
Sorry Mohammad, been stupidly busy this week :P (As you can tell by my absence from irc!) - will be on this sunday, more then happy to try and help if i can :|

Thanks mate, you've been very helpful to me :)
Wish I could help in return as much as you helped :)

afaq 2010-04-25 17:36

Re: Noor (Quran app) working on the N900
 
Came across this today and opened it in my microB browser. Nice little applet type interface. Very user friendly.

http://www.quranexplorer.com/quran/

El Amir 2010-04-25 17:47

Re: Noor (Quran app) working on the N900
 
Quote:

Originally Posted by MohammadAG (Post 623529)
Looking up docs on how to change the Quran view to use kinetic scrolling (as in pygtkeditor and leafpad)

Great news! :) I really hope you get it to work!

nokiaqueen 2010-04-25 18:24

Re: Noor (Quran app) working on the N900
 
awesome..I'll try it out...is there an athan(azaan) app for the n900?

nokiaqueen 2010-04-25 18:37

Re: Noor (Quran app) working on the N900
 
Would it be possible to have this as a little widget displaying ayahs from the Qur'an? or maybe like ayah of the day sort of thing as a widget? I think that'd be cool :)

mohannad 2010-04-25 20:15

Re: Noor (Quran app) working on the N900
 
Quote:

Originally Posted by nokiaqueen (Post 627255)
awesome..I'll try it out...is there an athan(azaan) app for the n900?

Its under development :), http://talk.maemo.org/showthread.php?t=48797

Anwarboy11 2010-04-25 21:14

Re: Noor (Quran app) working on the N900
 
Nice its got translations, been wanting to read the quran with translations for a while now.

nokiaqueen 2010-04-26 03:21

Re: Noor (Quran app) working on the N900
 
Quote:

Originally Posted by mohannad (Post 627386)

yayyy looking forward to this...this is the first app I looked for as soon as I got my n900 and there was none around...good luck with developing it :) and thank you..I appreciate the work you're putting into it :)

MohammadAG 2010-05-07 00:24

Re: Noor (Quran app) working on the N900
 
Oh looky here, portrait mode
http://i41.tinypic.com/2m81mko.jpg

Still need help with kinetic scrolling and it should be perfect :)


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

vBulletin® Version 3.8.8