Active Topics

 



Notices


Reply
Thread Tools
Posts: 395 | Thanked: 255 times | Joined on Nov 2010
#71
Just one question, when the app would be ready? (approximately)

To install via extras.

Grettings.
 
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#72
Originally Posted by neboja View Post
no one seems to read my post dough....
i read it, the one about avatar, right?
I am trying to get the rest of the issues worked out before I move into that, because, IMO it might be difficult to get avatar working without manual cropping of pic. Let us see.
Originally Posted by s4br0s0 View Post
Just one question, when the app would be ready? (approximately)

To install via extras.

Grettings.
I am trying to get the app into extras-devel, but there are some problems as they expect me to have a complete environment with SDK setup, while all I have is my N900 to develop the scripts.
Again, Let us see.


BTW, I have uploaded repacked themes to the wiki. All themes downloaded from the wiki should work now. I do not guarantee that themes downloaded from the actual thread may work. If a theme does not work, please drop in a request to get it repacked.
__________________
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!
 

The Following 3 Users Say Thank You to ejasmudar For This Useful Post:
neboja's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#73
Originally Posted by ejasmudar View Post
i read it, the one about avatar, right?
I am trying to get the rest of the issues worked out before I move into that, because, IMO it might be difficult to get avatar working without manual cropping of pic. Let us see.
yes... as i was saying about that: there, you already picked and cropped image for avatar.... i suggested that because, i think that you can just use that info, and find where ever it is in the system.... and implement it back into your app (a lot simpler)
cheers and keep up the work
 
Posts: 87 | Thanked: 14 times | Joined on Feb 2010
#74
I am not able to change the background color... plzzz help...
 
cutehunk04's Avatar
Posts: 472 | Thanked: 195 times | Joined on Jun 2010 @ India, Mumbai
#75
i am not being able to change the name..but success in changing the color of the background
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#76
You should take a look at my AwOken Icon Theme apps source. I have gone by the same path as you. Starting with bash, then start using zenity and now PyQT.

What i have done is simply making an GUI in QT Developer then convert it to python with "pyuic4 -x awoken.ui -o awoken.py" and lastly make the buttons in the UI call an bash script.

So i am basically still using bash for my app.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following User Says Thank You to AlMehdi For This Useful Post:
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#77
lol, cool hunk and cute hunk eh? Wonder where the hot ugly hunk is...

Originally Posted by CooL_HunK View Post
I am not able to change the background color... plzzz help...
Which theme are you using? I will check it out and try to fix it. Are other options working?

Originally Posted by cutehunk04 View Post
i am not being able to change the name..but success in changing the color of the background
As I have answered a few posts back, if the theme does not show our name by default, the 'Change Name' option will not add it. It will only change the name IF it is already there.
__________________
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!
 

The Following User Says Thank You to ejasmudar For This Useful Post:
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#78
Originally Posted by AlMehdi View Post
You should take a look at my AwOken Icon Theme apps source. I have gone by the same path as you. Starting with bash, then start using zenity and now PyQT.

What i have done is simply making an GUI in QT Developer then convert it to python with "pyuic4 -x awoken.ui -o awoken.py" and lastly make the buttons in the UI call an bash script.

So i am basically still using bash for my app.
Haha, nice to know I have a kindred spirit. Thanks for the tip in how to proceed. I will look into it and, i hope you wont mind me asking a few doubts now and then

BTW, is there any way to generate the .changes file from n900 itself as I need it to upload to extras-devel?
__________________
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!
 

The Following User Says Thank You to ejasmudar For This Useful Post:
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#79
Originally Posted by ejasmudar View Post
Haha, nice to know I have a kindred spirit. Thanks for the tip in how to proceed. I will look into it and, i hope you wont mind me asking a few doubts now and then

BTW, is there any way to generate the .changes file from n900 itself as I need it to upload to extras-devel?
I never though it would be as easy as it was. I didn't take me more than a couple of hours to get the grip of it. Python is very sensitive on the tabulature but other than that it was very straight forward.

Hmm.. i am always doing that on my desktop that runs Ubuntu. But basically it should be possible on the n900 as well. You might need build-essentials installed though but i don't know if it exist for the n900.

I found this though: http://repository.maemo.org/pool/mae...sso1_armel.deb

All i do to build the package is "sudo dpkg-buildpackage -sn -S" in the same directory i have the source. It will then generate the changes, dsc and tar.gz files. Then i just ship it off to autobuilder (extras-assistant) and the repos.

You can find the source of AwOken here


And i would be more than happy to answer questions. I am always monitoring twitter so there might be the best place.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums

Last edited by AlMehdi; 2011-03-11 at 10:38.
 

The Following User Says Thank You to AlMehdi For This Useful Post:
Posts: 19 | Thanked: 0 times | Joined on Feb 2011
#80
Hi,

thanks for the great app! I'm having a little problem accessing portrait mode for this though, I have installed it within the app, but I'm not sure how to get it working?

Thanks.
 
Reply

Tags
conversations, modding


 
Forum Jump


All times are GMT. The time now is 15:38.