maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [Development Halted][N9] iOS7 Full Theme (https://talk.maemo.org/showthread.php?t=91450)

DJJonosound 2013-09-25 02:53

[Discontinued][N9] iOS7 Full Theme
 
https://openrepos.net/sites/default/...screenshot.png
iOS 7 theme for Harmattan

I really like iOS7’s design. So I made a harmattan theme. Hopefully this will be the most full iOS7 theme out. Have a [reasonable] suggestion of something that should be added? Tell me :)

Disclaimer:
I am not responsible for damage this may cause. Install at your own risk.
Credits:
MK99 - consultations (lock screen)
Ancelad - lots of consultations (a lot of things, wouldn’t of been possible without him)
Info:
Version 1.0, has most of the UI done fairly well. Some elements still need a bit of sprucing up. Icons are good. Some need to be changed. A few 3rd party icons are supplied in /meegotouch/icons/3rd party/. You need to install them yourself. Still many buggy parts.
Known Bugs:
Please do not bother me about these. I know about them and are going to fix them sometime.
- Terminal text spacing is horrible. I am not sure how to fix this. Use SSH.
- Some icons are not shown in the settings app. I know its horrible, I am still trying to figure out the names.
- Music player playlist has white text. Impossible to see. Don't know the tag to change it.
Screenshots:
http://i.imgur.com/ClEwBHJ.png
https://openrepos.net/sites/default/...hot-colors.png
Download:

READ CAREFULLY
Font files are included in the deb file. The deb install will install a font folder in /home/user/MyDocs/Fonts. This contains the helvetica font. Using >>>font manager<<< (link) in the app store, set Helvetica Neue Ultralight as the default font for the first 2 categories. THE FONT NEEDS TO BE INSTALLED FOR SOME ELEMENTS TO WORK CORRECTLY. Once the font is installed, apply the theme using the theme settings application of your choice.
Download from OpenRepos
Here is a download link to the image. Apply with home screen settings or N9QT if it does not automatically work :)
Color Variants:
There are 3 other color variants of the theme available. The link has zip files for red, green, yellow, and the default blue. Unzip to /usr/share/themes/Full iOS7 theme/. It will replace the files, so if you want to revert, just unzip the blue files to the directory. I wont make a deb for these because it would remove the original pictures on uninstall, meaning the theme would be missing statusbar, app headers, and backgrounds.
https://www.dropbox.com/sh/lzy3l6lvrkgkp23/OvQ8BWxZeW

Have fun :)

zaidk9 2013-09-25 07:49

Will u add third party app icons???

DJJonosound 2013-09-25 12:13

Re: [N9][WIP] iOS7 Full Theme
 
If you can tell me how, and I can find the appropriate icon templates and icon files, maybe sometime :P

DJJonosound 2013-09-25 12:20

Re: [N9][WIP] iOS7 Full Theme
 
aaaannndddd reboot loop..
http://3.bp.blogspot.com/-i7J9TcAFbC...0/Leo+Sims.png
We have gone too deep!

My question to all those willing to help now: does anyone know how to center the clock on the lock screen without reboot looping it?

Kozzi 2013-09-25 12:32

Re: [N9][WIP] iOS7 Full Theme
 
If I remember correctly, you can't.

Suggestion, it's possible to add shadow to icons on homescreen (ie. Faenza), perhaps you could create a shadow for icons name and have it aligned beneath the titles for better readability :)

EDIT. btw the theme looks really nice

DJJonosound 2013-09-25 12:58

Re: [N9][WIP] iOS7 Full Theme
 
Thanks, I did however find it was awkward to have that because I usually use an application called blackblok which makes spaces. (It left just a shadow) Also iOS7 looks rather clean. I think I might just find the CSS document to make the text black.. Hopefully..

MK99 2013-09-25 13:53

Re: [N9][WIP] iOS7 Full Theme
 
Quote:

Originally Posted by DJJonosound (Post 1376681)
My question to all those willing to help now: does anyone know how to center the clock on the lock screen without reboot looping it?

Do you mean like this?

http://pastebin.com/h6N0aJ3r
https://www.dropbox.com/s/nfp1ryl7tl...0925164553.png

DJJonosound 2013-09-25 13:57

Re: [N9][WIP] iOS7 Full Theme
 
Yep, thanks man.
Do you mind sharing how to import this in?
I have caused myself 4 reboot loops as previously mentioned trying to do this :P
@MK99

MK99 2013-09-26 05:32

Re: [N9][WIP] iOS7 Full Theme
 
Just copy these values to:
YOUR_THEME/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css

Code:

LockScreenHeader ScreenLockClockStyle#LockScreenHeaderClock {
    time-format: "%R";
    horizontal-align: center;
}
 
LockScreen MLabelStyle#LockScreenHeaderClockLabel {
    font: $FONT_FAMILY_LIGHT 8.5mm;
    color: #ffffff;
}
 
LockScreen MLabelStyle#LockScreenHeaderClockLabel.Portrait {
    padding-right: 3mm;
    preferred-size: 54.mm 8.5mm;
    minimum-size: 54.mm 8.5mm;
    maximum-size: 54.mm 8.5mm;
}

LockScreen MLabelStyle#LockScreenHeaderClockLabel.Landscape {
    preferred-size: 85.4mm 8.5mm;
    minimum-size: 85.4mm 8.5mm;
    maximum-size: 85.4mm 8.5mm;
}
 
LockScreen DateStyle {
    date-format: "%a %e.%m";
    horizontal-align: center;
}
 
LockScreen MLabelStyle#DateLabel {
    font: $FONT_FAMILY normal 5mm;
    color: #ffffff;
}
 
LockScreen MLabelStyle#DateLabel.Portrait {
    padding-right: 3mm;
    preferred-size: 54.mm 5mm;
    minimum-size: 54.mm 5mm;
    maximum-size: 54.mm 5mm;
}
LockScreen MLabelStyle#DateLabel.Landscape {
    preferred-size: 85.4mm 5mm;
    minimum-size: 85.4mm 5mm;
    maximum-size: 85.4mm 5mm;
}


Ancelad 2013-09-26 06:05

Re: [N9][WIP] iOS7 Full Theme
 
:D Also making theme for N9... Reboot-loops are inevitable... But I'm using backupmenu, so - no problems ;)


All times are GMT. The time now is 05:39.

vBulletin® Version 3.8.8