maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Home screen settings (orientation/ background/ livewallpaper) (https://talk.maemo.org/showthread.php?t=82330)

wook_sf 2012-09-09 05:37

Re: Home screen settings (orientation/ background/ livewallpaper)
 
well, programming is not really easy task, especially if developer is not restricted to one platform + nobody gives any care for dev who codes directly for end users.
theres costs: time (reading, thinking, writing, testing, rewriting, fixing, testing...), hardware (doesn't matter what segment you're working with, you must have hardware to test on), software (usually IDE's, SDK's, API's....are not free...even not case with harmattan/meego, but to get knowledge about programming, one had to use commercial tools before)...
it's work just as any other and, indeed, as thedead said, it's enthusiastic to code on such platforms as harmattan if developer is not related to some higher source of incomes...
so, best way to support this enthusiasm is to give good feedback give ideas and such.
at least "thank you"...but that's too hard for some...and that's only reason why devs are not commonly seen in communities...+ why there's no many devs at all...

thedead1440 2012-09-11 11:47

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Since Vesuri hasn't started a thread yet, I think its better to inform people here that In Car Home Screen has been released to the Store already ;)

Direct link for whom search can't find it: http://store.ovi.com/content/311076

Schturman 2012-09-11 14:42

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by thedead1440 (Post 1264767)
Since Vesuri hasn't started a thread yet, I think its better to inform people here that In Car Home Screen has been released to the Store already ;)

Direct link for whom search can't find it: http://store.ovi.com/content/311076

Thank you ! Downloaded, installed and tested :)
I have a one request for this app... Vesuri, please, can you add automatic blanking OFF when this app starts ? Or at least add this to the setting of this app ?

For those who want to change Drive app to Waze, just run this command as ROOT:
Code:

sed -i 's/Exec=.*/Exec=\/usr\/bin\/single-instance \/opt\/waze\/bin\/waze/g' /usr/share/applications/nokia-drive-qml.desktop
If you want to restore to default, run this command as ROOT:
Code:

sed -i 's/Exec=.*/Exec=\/usr\/bin\/drive-qml/;s/#Exec=.*/#Exec=\/usr\/bin\/invoker --type=d --type=m \/usr\/bin\/drive-qml/g' /usr/share/applications/nokia-drive-qml.desktop
;)

P.S. It will be added to Tweak G in the next version..

Vesuri 2012-09-15 10:13

Re: Home screen settings (orientation/ background/ livewallpaper)
 
I'll put up a new thread for In Car Home Screen so let's not discuss it further here. However, since there are instructions I'd like to correct here, here goes:

Quote:

Originally Posted by Schturman (Post 1264861)
For those who want to change Drive app to Waze, just run this command as ROOT:
Code:

sed -i 's/Exec=.*/Exec=\/usr\/bin\/single-instance \/opt\/waze\/bin\/waze/g' /usr/share/applications/nokia-drive-qml.desktop

It doesn't make much sense to modify the .desktop files of applications since each application should have its own .desktop file and new ones can be created by the user if needed. If the point here is to modify the configuration of In Car Home Screen, either wait for a future version with a configuration UI in it OR just run the following command in the Terminal (as a normal user), assuming that the Waze application's .desktop file is called waze.desktop:

Code:

gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_
entry_path /usr/share/applications/waze.desktop

To reset back to Drive, use

Code:

gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_
entry_path /usr/share/applications/nokia-drive-qml.desktop


thedead1440 2012-09-15 10:26

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Or Gconfik can be used to modify /apps/meegotouchhome-incar/launcher/0/desktop_entry_path to the desired value for those who want a GUI instead while awaiting Vesuri to put it into one of the next versions :D

Schturman 2012-09-15 11:05

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Thanks to both of you ! :)

Kozzi 2012-09-16 20:37

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Here is something that I think could be added to HSS
Nebula effect:
http://www.professorcloud.com/mainsi...vas-nebula.htm


Starfield v2:
http://www.chiptune.com/starfield/starfield.html

here the view is set according to left-center-right, it would be awesome for homescreen to show left view on event, center on launcher and right-view for switcher. I think HSS has this already but it just switch back to center-view after the transition.

genchigenbutsu 2012-09-18 02:33

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Any news on what features will be in the next update Vesuri?

Is it possible to have the battery percentage next to the battery icon? I know there are other mods out there that do this but they seem to be a bit buggy, and this app has probably been the most polished I've experienced on the N9.

efion 2012-09-18 04:25

Re: Home screen settings (orientation/ background/ livewallpaper)
 
@Vesuri,
Any plan to merge HSS and Unlock the rotation of most stock applications ?

Vesuri 2012-09-18 12:22

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by genchigenbutsu (Post 1268204)
Any news on what features will be in the next update Vesuri?

At least a fix to "custom operator name" with certain languages (Chinese, for example) and fixes to some translations.

Quote:

Originally Posted by genchigenbutsu (Post 1268204)
Is it possible to have the battery percentage next to the battery icon?

No, it isn't. That'd have to be hacked into system-ui.

Quote:

Originally Posted by genchigenbutsu (Post 1268204)
I know there are other mods out there that do this but they seem to be a bit buggy, and this app has probably been the most polished I've experienced on the N9.

Thanks :). That's mostly because it doesn't touch things that shouldn't be touched. Doing things like "unrestricted system-ui" is certainly possible, but that's about modifying and replacing system components entirely. It allows "anything" to be done but comes with the cost of needing the developers to maintain consistency and quality.

Quote:

Originally Posted by efion (Post 1268230)
@Vesuri,
Any plan to merge HSS and Unlock the rotation of most stock applications ?

No. It's a modification to libmeegotouch and requires replacing a system component completely, just like "unrestricted system-ui".

genchigenbutsu 2012-09-19 08:40

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Thanks for the reply. Didn't think you could put the percentage in the status bar, it was just hopeful thinking since you were able to change the operator name.

Dragoss91 2012-09-26 15:02

Re: Home screen settings (orientation/ background/ livewallpaper)
 
where can i find the changelog ? Today i got an update to 2.0.2 :)

Chinoman10 2012-09-26 16:07

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by Dragoss91 (Post 1272500)
where can i find the changelog ? Today i got an update to 2.0.2 :)

Same here!

Later,
Chinoman10.

MarcAnton 2012-09-26 18:09

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by Dragoss91 (Post 1272500)
where can i find the changelog ? Today i got an update to 2.0.2 :)

open nokiastore :D see changelog :eek:

Markk 2012-09-26 19:59

Re: Home screen settings (orientation/background/livewallpaper)
 
Quote:

Originally Posted by efion (Post 1183443)
Is there any fix for unsynchronize icons and icon names when it turn from portrait to landsape VV. You know, the moment when the icons is in fix position, but the icon names blanks for a while.

Is this fixed already? I noticed the icon text/names will remain visible when turning just after reboot, but as soon as you turn in the "Open Applications" or feeds screen, they'll disapear while turning again :(

Vesuri 2012-09-26 22:33

Re: Home screen settings (orientation/background/livewallpaper)
 
Quote:

Originally Posted by Markk (Post 1272639)
Is this fixed already? I noticed the icon text/names will remain visible when turning just after reboot, but as soon as you turn in the "Open Applications" or feeds screen, they'll disapear while turning again :(

Home Screen Settings still cannot fix home screen bugs, as I explained in post #30:

Quote:

Originally Posted by Vesuri (Post 1185040)
These are problems in the home screen itself and cannot be fixed by a third party application. (The problems have not been fixed because switching between portrait and landscape is not officially supported and thus no time has been spent in making it perfect.)


Diggler 2012-09-27 10:39

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Once there was an application available where you could change swipe functionality. For example; Swipe left - App mgr, Swipe Right - Event Screen etc.
In my mind this was the Home Screen Settings app where you could do this. Question; Has this functionality been removed due to OS upgrades or am I thinking about another app? Is this still possible to achive with PR1.3?

Thanks

thedead1440 2012-09-27 10:42

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by Diggler (Post 1272885)
Once there was an application available where you could change swipe functionality. For example; Swipe left - App mgr, Swipe Right - Event Screen etc.


The app you are referring to is Swipe Manager and NOT HSS...

IIRC it stopped working with pr1.3...However I may be wrong...Check it out from the Store...

Diggler 2012-09-28 14:46

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by thedead1440 (Post 1272886)
The app you are referring to is Swipe Manager and NOT HSS...

IIRC it stopped working with pr1.3...However I may be wrong...Check it out from the Store...

That's the name, thank you! I will need to check. I really miss to be able to configure that.

tiiagoFernandez 2012-10-02 00:14

Re: Home screen settings (orientation/ background/ livewallpaper)
 
In need of a setting to lockscreen wallpaper...

thedead1440 2012-10-02 04:02

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by tiiagoFernandez (Post 1275053)
In need of a setting to lockscreen wallpaper...

:confused: cant you simply change that from settings->wallpaper

tiiagoFernandez 2012-10-02 14:01

Re: Home screen settings (orientation/ background/ livewallpaper)
 
But will it be full? Like portrait and landscape

tiiagoFernandez 2012-10-02 18:13

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by thedead1440 (Post 1275106)
:confused: cant you simply change that from settings->wallpaper

I tried now, it didnt work.. :/
Im using Quick Tweak to do this but it would be great if this app did it too :)

Vesuri 2012-10-03 13:41

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by tiiagoFernandez (Post 1275447)
I tried now, it didnt work.. :/
Im using Quick Tweak to do this but it would be great if this app did it too :)

Could you explain what exactly are you looking for?

Setting the lock screen background image is standard Harmattan operating system functionality. It definitely does work. There is no need to have the same setting in an another application. (Also, "Home Screen Settings" is not "Lock Screen Settings".)

tiiagoFernandez 2012-10-03 13:43

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by Vesuri (Post 1275836)
Could you explain what exactly are you looking for?

Setting the lock screen background image is standard Harmattan operating system functionality. It definitely does work. There is no need to have the same setting in an another application. (Also, "Home Screen Settings" is not "Lock Screen Settings".)

I mean doing the Lockscreen landscape background.
It can be achieved by QuickTweak.

Like, having one image, then rotate and see the rest of the image instead of black.

Vesuri 2012-10-03 18:01

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by tiiagoFernandez (Post 1275837)
I mean doing the Lockscreen landscape background.
It can be achieved by QuickTweak.

Indeed. That requires modifications to Harmattan operating system files, which is something applications should not do for various reasons. Those willing to make (potentially dangerous) modifications to their system are of course free to do so and for that purpose QuickTweak is probably a suitable tool, but users of such modifications need to be aware of the risks and consequences.

So, in short: The lock screen is not a part of the home screen and by that reason alone is beyond the scope of Home Screen Settings. Also, this requires modifications to system files, which is not allowed in Store applications (and is also something a "consumer" application should not do).

tiiagoFernandez 2012-10-03 22:07

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by Vesuri (Post 1275949)
Indeed. That requires modifications to Harmattan operating system files, which is something applications should not do for various reasons. Those willing to make (potentially dangerous) modifications to their system are of course free to do so and for that purpose QuickTweak is probably a suitable tool, but users of such modifications need to be aware of the risks and consequences.

So, in short: The lock screen is not a part of the home screen and by that reason alone is beyond the scope of Home Screen Settings. Also, this requires modifications to system files, which is not allowed in Store applications (and is also something a "consumer" application should not do).

Got it :D
Thanks, i will use both then :)
One for each function.

XiliX 2012-10-16 16:09

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Hi Vesuri!
could it be possible to implement extra colorschemes to the sine background? Im thinking of something to choose the fore and background colors in the settings screen, this way everyone can set their own color to it :) Thanks!

MFaroTusino 2012-10-16 16:39

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by XiliX (Post 1281317)
Hi Vesuri!
could it be possible to implement extra colorschemes to the sine background? Im thinking of something to choose the fore and background colors in the settings screen, this way everyone can set their own color to it :) Thanks!

These can be changed by editing gconf keys. If you install gconfik, it will provide you a GUI to view and edit these keys. All aspects of the sine colour scheme can be modded

mad_soft 2012-10-24 08:28

Re: Home screen settings (orientation/ background/ livewallpaper)
 
could it be possible to import or add more live wallpapers from android or another source?
What files are livewallpapers or howto create new livewallpapers?
could it be possible to have gingerbread live wallpaper?

JadHusin 2012-10-30 11:10

Re: Home screen settings (orientation/ background/ livewallpaper)
 
1 Attachment(s)
Hey, I'm using the home screen settings app on my N9 and also using 3 different wallpaper on N9. I applied the starfield live wallpaper but it only appears on the feed home screen, not on the apps and multitasking home screen :/

thedead1440 2012-10-30 12:11

Re: Home screen settings (orientation/ background/ livewallpaper)
 
You mean you are using the 3 different wallpapers tweak from N9QTweak? If so, you can't mix these two...Its a recipe for trouble ;)

dann9 2012-11-05 09:16

Re: Home screen settings (orientation/ background/ livewallpaper)
 
hi! some of you has some problem with the alarm?

i have notice that : if image background is set alarm doesent work, but if blur radius is set to 0 and brightness is set to 100% alarm works fine.



in this thread we talk abut alarm Behaviour http://talk.maemo.org/showthread.php?t=86814&page=2

phamgia 2012-11-17 05:58

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Hi, I have a request in the next update. Can you please add an option to auto-rotate the standby screen too (the clock and whatever on the standby screen)?Or if anyone knows how to do it manually, please advice. Thank you very much.

justadude 2012-11-19 12:04

Re: Home screen settings (orientation/ background/ livewallpaper)
 
@Vesuri

I sent PM about feature request. Let me know what you think please. Take care.

Vesuri 2012-11-19 18:01

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Quote:

Originally Posted by dann9 (Post 1290438)
i have notice that : if image background is set alarm doesent work, but if blur radius is set to 0 and brightness is set to 100% alarm works fine.

There is no way these settings can affect the alarm. What you're seeing is purely a coincidence. Home Screen Settings does not affect the alarm in any way.

Quote:

Originally Posted by phamgia (Post 1295181)
Can you please add an option to auto-rotate the standby screen too (the clock and whatever on the standby screen)?

Sorry, no. This was explained in post #185.

Quote:

Originally Posted by justadude (Post 1295869)
I sent PM about feature request. Let me know what you think please.

Don't worry, I haven't forgotten your feature request or the project in general. There has been a lot going on lately personally and professionally so my spare time has been extremely limited. I'm hoping to have some more free time in the future.

coderus 2012-12-08 17:27

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Christmas snowfall live background will be nice ... =)

eneitten usr XD 2012-12-08 20:58

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Accelerometer enabled snow globe plis guys would really make my Christmas since I have the n9 the n900 had awesome walls but snowglobe would be cool maybe even with a sound toggle we would add whatever xmas song we would like....

I Like to dream is how I've got these awesome Maemo devices
But fir now I'll be happy with all the work on the n9 thanks to all
happy holidays
Gotta fix my n900 USB make me sad

unoace 2012-12-10 10:08

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Animated wallpaper that goes with the weather conditions? Sync with the weather app on the notification feed.

Imal 2012-12-19 11:52

Re: Home screen settings (orientation/ background/ livewallpaper)
 
Someone already had this problem ?
I don't know if I already repaired it, but how do I fix this??




http://img14.imageshack.us/img14/464...1120154141.png


All times are GMT. The time now is 11:07.

vBulletin® Version 3.8.8