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 ;)

DJJonosound 2013-09-26 06:29

Re: [N9][WIP] iOS7 Full Theme
 
Anyone know how to fix this?
http://i.imgur.com/HkzMMlR.png

Ancelad 2013-09-26 06:39

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

Originally Posted by DJJonosound (Post 1376851)
Anyone know how to fix this?
http://i.imgur.com/HkzMMlR.png

http://talk.maemo.org/showpost.php?p...postcount=7134

Suresh kumar 2013-09-28 07:54

Re: [N9][WIP] iOS7 Full Theme
 
i want ths theme plz giv link

DJJonosound 2013-09-28 08:27

Re: [N9][WIP] iOS7 Full Theme
 
New images on the way for the first post.

Quote:

Originally Posted by Suresh kumar (Post 1377342)
i want ths theme plz giv link

Calm down mate, I still need permission for the icons and need to finish the theme before I can give a download link. [WIP] in the title means Work In Progress.

almamo 2013-09-28 09:29

Re: [N9][WIP] iOS7 Full Theme
 
@DJJonosound: Not a fan of the iOS7 design, but wow your N9 theme looks amazing!

Van-ess 2013-09-28 11:40

Re: [N9][WIP] iOS7 Full Theme
 
If you need testers I'm ready to help! Have native kernel.

zaidk9 2013-09-28 11:57

U can even add sound when tapped on an icon..
U can add third party icons like them... They arent themes but manually u can do it!!!
http://talk.maemo.org/showpost.php?p=1355014
http://talk.maemo.org/showpost.php?p=1351341

DJJonosound 2013-09-28 12:06

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

Originally Posted by Van-ess (Post 1377370)
If you need testers I'm ready to help! Have native kernel.

Maybe soon.. cant redistribute without permission from the maker of the icons. ;)
Quote:

Originally Posted by zaidk9 (Post 1377374)
U can even add sound when tapped on an icon..
U can add third party icons like them... They arent themes but manually u can do it!!!
http://talk.maemo.org/showpost.php?p=1355014
http://talk.maemo.org/showpost.php?p=1351341

Nice idea.. but I am pretty sure iOS7 doesnt have that.. if I was to try and make it any closer to iOS7 I would be working on making a live wallpaper :P No idea how to do that though! ;)

lorenzo 2013-09-28 12:14

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

Originally Posted by DJJonosound (Post 1377376)
Nice idea.. but I am pretty sure iOS7 doesnt have that.. if I was to try and make it any closer to iOS7 I would be working on making a live wallpaper :P No idea how to do that though! ;)

try talk with vesuri, he made it in home screen settings

DJJonosound 2013-09-28 12:18

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

Originally Posted by lorenzo (Post 1377379)
try talk with vesuri, he made it in home screen settings

Just sent him a PM.. hopefully its not to difficult and is able to be implemented in a theme pack :D

Edit: Just checked the last time he was on the forums, 23-6-13.. maybe a while before he gets back to me :(

dannejanne 2013-09-29 20:13

Re: [N9][WIP] iOS7 Full Theme
 
So your theme will alter the typeface even on the low power screen? I like that sexy thin font though it must look kind of jaggy on our low resolution pentile amoled screens.

DJJonosound 2013-09-30 07:22

Re: [N9][WIP] iOS7 Full Theme
 
It actually looks decent most of the time, although when using bold text it seems to be a bit odd. Working on fixing that. Also, the theme does not alter the font, you need to install the font and make it the default using the font changer app from the app store. I dont think it is possible to include fonts in themes. On a side note, since the font is from apple, and I just copied it off my mac, I dont know if I am able to distribute.

DJJonosound 2013-10-06 08:26

Re: [N9][WIP] iOS7 Full Theme
 
I have a few third party icons to add.. although I have no idea how to get them to work. Can anyone help with this?

MK99 2013-10-06 16:58

Re: [N9][WIP] iOS7 Full Theme
 
You need to know where original icon locating.(/bath/to/) Then just copy your icon on it by script on theme.deb
Also remember take backup from original icon because uninstallation must restore it...

DJJonosound 2013-10-09 09:18

Re: [N9][WIP] iOS7 Full Theme
 
Probably wont do third party icons then, seems like too much of a hassle.

On another note, I need a couple of testers to test the theme out for me! :D

STRANG3R 2013-10-09 11:03

Re: [N9][WIP] iOS7 Full Theme
 
if the theme is same as 1st page then please make clear font because its not properly visible. :D:D:D:D:D

DJJonosound 2013-10-09 11:32

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

Originally Posted by STRANG3R (Post 1379573)
if the theme is same as 1st page then please make clear font because its not properly visible. :D:D:D:D:D

Its been fixed to be made more visible, just haven't updated screenshots :)

Anyone up for testing? I need to see if it works properly on other peoples devices. ;)

szymeczek34 2013-10-09 12:39

Re: [N9][WIP] iOS7 Full Theme
 
I might test it for you.

zaidk9 2013-10-09 12:41

Send me a pm
it would be much better if it would be integrated to theme changer ;)

DJJonosound 2013-10-09 21:32

It does intergrate with it.. I think all themes do.. I will send you guys a PM when I get back to my laptop and iron out some bugs later :) A really derpy bug just appeared out of the blue :(

efion 2013-10-11 11:51

Re: [N9][WIP] iOS7 Full Theme
 
Would you mind taking picture the keyboard? Or the files maybe? ;)
Thanks

DJJonosound 2013-10-12 01:57

Re: [N9][WIP] iOS7 Full Theme
 
Here we go.. Just need to add a grey outline below the keyboard and adjust the keypress image and its all done :D
http://i.imgur.com/UPiT3eU.png

shivam_dhiman 2013-10-12 02:56

Re: [N9][WIP] iOS7 Full Theme
 
Hi can anyone tell me how to download it...???

DJJonosound 2013-10-12 03:37

Re: [N9][WIP] iOS7 Full Theme
 
Its a work in progress.. Download link isnt available yet as I am not finished. I am updating and asking people how to do things. The only people who have the link are the few that are testing it for me :)

DJJonosound 2013-10-13 10:28

Re: [N9][WIP] iOS7 Full Theme
 
http://i.imgur.com/XU15mfs.png
The bluetooth and internet had their black backgrounds removed, but how do I do it to the transfers dialogue?

mcbook 2013-10-16 07:42

Re: [N9][WIP] iOS7 Full Theme
 
Hey, which font did you use for the lockscreen clock ?

DJJonosound 2013-10-16 07:56

Re: [N9][WIP] iOS7 Full Theme
 
Helvetica Neue Ultralight. Pretty sure its the standard iOS7 typeface. The font will be supplied with the theme eventually. If you own a mac however, you should be able to extract the font from the typeface group.

mcbook 2013-10-16 08:03

Re: [N9][WIP] iOS7 Full Theme
 
would you mind telling me what I'd have to do to use this font for the lockscreen clock

I used the css template from page 1 to change the clock style and positioning....

where does the font file go and what do I change in the css file?

I have a mac....

edit: found HelveticaNeue.dfont on my mac...
edit:2 extracted ttf files from dfont file...
edit:3 copied to N9 and updated font cache...

DJJonosound 2013-10-16 09:10

Re: [N9][WIP] iOS7 Full Theme
 
usr/share/themes/blanco/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css
Its either blanco or base, take a look with fileboxroot (Tweak in n9qt, requires filebox) Then make a backup of libsysuid-screenlock-nokia.css, then edit it. If you already have that code added in, just change wherever it says "$font-family-light" or "$font-family" to "Helvetica Neue Light/Ultralight/Whateveryouareusing", reboot and it should all work.

I take no responsibility if your device breaks :P

Lucazz990 2013-10-16 09:18

Is this compatible with unrestricted system ui and power menu? :) thanks for your effort!!


All times are GMT. The time now is 01:03.

vBulletin® Version 3.8.8