Notices


Reply
Thread Tools
Posts: 8 | Thanked: 0 times | Joined on May 2010
#91
I have updated the latest version as well, and expecting the grouping ringtone... it is really a nice app in N900.....
 
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#92
Just updated and css works perfectly in the latest version. Here's my css setting:

Landscape Mode: font is 29px


Portrait Mode: Remove phone button to save space, font is 27px

Last edited by sony123; 2010-06-29 at 08:20.
 
Posts: 229 | Thanked: 36 times | Joined on Jan 2010 @ Bulgaria
#93
Hello everyone.
I have strange problem - when I want to add ring tone to specific group I can use only .wav files. No possibility to use mp3.
Has anyone same problem?

Thanks in advance!
Regards. ;-)
 
Posts: 10 | Thanked: 3 times | Joined on Jun 2010 @ San Marino
#94
Originally Posted by jorjino View Post
Hello everyone.
I have strange problem - when I want to add ring tone to specific group I can use only .wav files. No possibility to use mp3.
Has anyone same problem?
Thanks in advance!
Regards. ;-)
Read the first post!!

"Some important notes:
The ring tone by contact group is very experimental.
Only wav files can be used as ring tones (I will write instructions on how to convert mp3 files on the device later on)"
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#95
Originally Posted by sony123 View Post
Just updated and css works perfectly in the latest version. Here's my css setting:

Landscape Mode: font is 29px


Portrait Mode: Remove phone button to save space, font is 27px
This is great. Could you send your modified file to OP to be uploaded to the extra-devel for everyone to enjoy?
 
Posts: 229 | Thanked: 36 times | Joined on Jan 2010 @ Bulgaria
#96
Originally Posted by McRae View Post
Read the first post!!

"Some important notes:
The ring tone by contact group is very experimental.
Only wav files can be used as ring tones (I will write instructions on how to convert mp3 files on the device later on)"
Sorry, my fault. Of course I red first post, but did not see this. Anyway...
 
Posts: 9 | Thanked: 1 time | Joined on Dec 2009
#97
Originally Posted by McRae View Post
Read the first post!!

"Some important notes:
The ring tone by contact group is very experimental.
Only wav files can be used as ring tones (I will write instructions on how to convert mp3 files on the device later on)"
If only there was an n900 file converter app to convert the files in phone. All my ringtones are in AAC format from when I had an N95 not at home to be able to convert
 
Posts: 200 | Thanked: 15 times | Joined on Dec 2009 @ São Paulo - Brasil
#98
Yes, good job! But mp4, aac, or mp3 support for the ringtones would really cool!
Way to go!
 
Posts: 6 | Thanked: 1 time | Joined on Jun 2010
#99
installed without problem but cant add contacts,get an red and green area and thats it, how to add contacts,thanks
 
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#100
contact_landscape.css
Code:
QPushButton {
    border: 2px solid black;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1.4,
                                   stop: 0 #505050, stop: 1 #000000);
    margin: 2px;
    color: white;

    font-size: 29px;
    height: 70px;
}

QPushButton:pressed {
    color: black;
    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                   stop: 0 #ffffff, stop: 1 #ffff00);
}

PhoneButton {
    background-image: url(:/images/call48);
    background-position: center left;

    padding-left: 50px;
    text-align: left;

    width: 500px;
}

PhoneButton[context="Home"] {
    image: url(:/images/home48);
    image-position: center right;
}

PhoneButton[context="Work"] {
    image: url(:/images/work48);
    image-position: center right;
}

MobilePhoneButton {
    background-image: url(:/images/mobile48);
    background-position: center left;

    padding-left: 50px;
    text-align: left;

    width: 500px;
}

PhoneSkypeButton {
    width: 90px;
    max-width: 90px;

    background-image: url(:/images/skypecall48);
    background-position: center center;
}

SMSButton {
    width: 90px;
    max-width: 90px;

    background-image: url(:/images/sms48);
    background-position: center center;
}

SkypeButton {
    padding-left: 50px;
    text-align: left;
    background-image: url(:/images/skype48);
    background-position: center left;
}

EmailButton {
    padding-left: 50px;
    text-align: left;
    background-image: url(:/images/email48);
    background-position: center left;
}
contact_portrait.css
Code:
QPushButton {
    border: 2px solid black;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1.4,
                                   stop: 0 #505050, stop: 1 #000000);
    margin: 2px;
    color: white;
    font-size: 27px;
    height: 70px;
}

QPushButton:pressed {
    color: black;
    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                   stop: 0 #ffffff, stop: 1 #ffff00);
}

PhoneButton {
    background-image: url(:/images/call48);
    background-position: center left;

    padding-left: 50px;
    text-align: left;

    width: 500px;
}

PhoneButton[context="Home"] {
    image: url(:/images/home48);
    image-position: center right;
}

PhoneButton[context="Work"] {
    image: url(:/images/work48);
    image-position: center right;
}

MobilePhoneButton {
    background-image: url(:/images/mobile48);
    background-position: center left;

    padding-left: 50px;
    text-align: left;

    width: 500px;
}

PhoneSkypeButton {
    width: 0px;
    max-width: 0px;
    border: 0px solid black;
}

SMSButton {
    width: 66px;
    max-width: 66px;

    background-image: url(:/images/sms48);
    background-position: center center;
}

SkypeButton {
    padding-left: 50px;
    text-align: left;
    background-image: url(:/images/skype48);
    background-position: center left;
}

EmailButton {
    padding-left: 50px;
    text-align: left;
    background-image: url(:/images/email48);
    background-position: center left;
}
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:42.