![]() |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Hope this helps Kind regards Qosmio |
Re: * The Truly Epic Maemo 5 MODs Thread *
can any1 point me in the direction of how to add a lock screen & keys icon on my homescreen?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
LockSliderLeft.png LockSliderRight.png and LockSliderThumb.png in usr/share/themes/YOUR THEME/images |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
It only boosts the sound for the earphone, not the builtin speakers :( |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
You could use Queen Beecon, with the following command: Code:
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"locked" | echo ""http://forums.internettablettalk.com...ad.php?t=49982 EDIT: Changed the code to the one from the DCE wiki Kind Regards, D4rKlar |
Re: * The Truly Epic Maemo 5 MODs Thread *
anyone can create gurly desktop icon?something like what miss_carrot created the bunny desktop icon?..thanx in advance
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Cheers..... |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
No problem mate, firstly have you got an icon you'd like to use?
I'd use a largeish icon, like one which is at least 256x256 pixels, rename it to lock.png and using filebox copy and paste it to /home/user/.queen_beecon (that stops it showing up in your images folder). Then copy the command below (highlight it and ctrl-c). Code:
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"locked" | echo ""Next edit the widget (press desktop until you're in edit mode, then hit the spanner icon on the widget). Once you're in there in the top row select Type:'snippet' Show:'Visible' Status:'Enabled' (leave command selection for the minute). Next set size to about 100 width and 100 height (for now, you can edit this later). Next row Hide Background:Yes Hide Click Background:Yes Next delete every bit of writing you can find to delete in the white boxes you can see all the way down. Now go back up to Command Title Settings In that box write the name of your icon, lock.png. Set Scale to Fit, and Position Center. Two rows under that hit Position (the one with Title above it), and set it to hidden. Also set the results position to 'hidden', and Frames to 'disabled'. Under update policies, MAKE SURE THE ONLY ONE THAT IS SET TO YES IS CLICK. Then Click on add command on the right, paste the above command (ctrl-v) and give it the name 'Lock'. Now scroll aaaaall the way back up to the top, and under 'Command Selection' select 'Lock' Now hit save and run and you're good to go ;) I know this looks long but once you've done it a few times it literally takes minutes from start to finish, most of the bits will already be filled in correctly anyway. I haven't tested the above command but if you run into any trouble let me know, Kind Regards, D4rKlar EDIT: Lock icons here. |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
downloaded from a free font site |
Re: * The Truly Epic Maemo 5 MODs Thread *
/usr/share/hildon-desktop
transitions.ini to change and beautify the UI when it does stuff like pop out the statusarea. Prettiest ones are the ones leetut said: just change 'sequenced = 0' to 'sequenced = 1' and 'duration = 250' to 'duration = 1200' the duration (speed) can be set how ever you like, higher number = faster movement (or slower, cant remember!) (thanks to megaexer for explaining this to me) (also dont EVER change 'snap_grid_size = 4' to zero, cos doing that bricked me!) Other ones are: App_close, make it around 850 popup sliding subview just explore. be careful and dont put anything to 0! Is there a way for SMSes to appear like the yellow ribbon first? |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Well the quickest/easiest way to create 'buttons' is by using the Desktop Command Execution Widget, which is what QB's based on.
http://i55.tinypic.com/2hzl5qw.png To select a profile via buttons like I've got on the bottom left: Set the title to whatever you want, but put blank spaces after it so that the results don't show up in the button box- you'll see what I mean! Set to only update on click, add new command and to set a kernel profile use: Code:
echo "/usr/sbin/kernel-load /usr/share/kernel-power-settings/ideal" | sudo gainrootGlad the lock worked mate! Kind Regards, D4rKlar |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
How can I change the sound effects to sound louder?
|
Re: * The Truly Epic Maemo 5 MODs Thread
Quote:
http://talk.maemo.org/showthread.php?t=63997 or these http://talk.maemo.org/showthread.php?t=65741 http://talk.maemo.org/showthread.php?t=62701 |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Code:
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freqTo check minimum: Code:
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freqand for current it's Code:
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freqKind Regards, D4rKlar |
Re: * The Truly Epic Maemo 5 MODs Thread *
Anyone know how to change the tablet picture in the start menu if you have cell modem ui installed?
I tried using the same approach to changing the other start menu files: - put a 48x48 file in hildon folder, - put the name of that file in the relevant part of the systemui.xml file in etc/systemui. The systemui.file does not have a section for cell modem but there is a cell modem file in etc/systemui. The etc/systemui folder does contact a separate cell modem file. In that file there are about four of five icon files. Not sure what they are about but I replaced all of them with the name of the file I want to use and now I am left with a blank image. |
Re: * The Truly Epic Maemo 5 MODs Thread *
Can someone give me the original transitions.ini?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
1 Attachment(s)
@ tHMZ here you go..
|
Re: * The Truly Epic Maemo 5 MODs Thread *
I'm trying to change the png icon for the recaller widget. I have changed both 48x48 folder and scalable but it doesn't change. I have re-booted. Do I have to change something else because of it being a widget, or have I missed another folder that needs to be changed. Anyone know?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Hope that helps! Kind Regards, D4rKlar |
Re: * The Truly Epic Maemo 5 MODs Thread *
Thanks alot. Didn't think to look in there. Can I ask you another quick question D4rKlar. I also can't find htop icon. Do you know where that is? Thanks
Or anyone? By the way D4rKlar, I'm loving your M4riNa D4rK theme and icon set. It's tidy. |
Re: * The Truly Epic Maemo 5 MODs Thread *
Thanks bigears5000, always appreciated.
The htop icon is just thrown in there, no path in the .desktop either but it is a 32x32 size icon (called htop.png) if that helps... which it may not! If you've looked everywhere else Pixmaps is another place they love to hide ;) Kind Regards, D4rKlar |
Re: * The Truly Epic Maemo 5 MODs Thread *
1 Attachment(s)
Ok. Done it. Thanks for all your help. Much appreciated.
|
Re: N900 MODs - share your MODs!!
In the clip dots are bigger ... i thought that the problem is size so i resize the PNG files but so is the distance betwin dots ... so now i have big enough dots but so is the distance ... where am i mistakin
|
Re: N900 MODs - share your MODs!!
Quote:
I have no idea what you're actually trying to mod here by the way Kind Regards, D4rK |
Re: * The Truly Epic Maemo 5 MODs Thread *
HI. question for someone is this the name of the png that controls the volume (slider on the different volume controls) ,,VSliderThumb
|
Re: * The Truly Epic Maemo 5 MODs Thread *
2 Attachment(s)
Hello fellow modders. I'm faily sure that I am not the first person to find this, but I haven't seen it before. So I thought if I haven't seen it before, then some others probably won't have seen it either. Thought that I would post it to maybe give people some inspiration and also to show what can be achieved with some skins, wallpaper and themes. Hope this inspires someone else, like it has me. http://www.istyles.com/nokia-nokia-n...l?page=0#32611
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Love it, what a great idea thanks for pointing that out mate! :D
Kind Regards, D4rKlar |
Re: * The Truly Epic Maemo 5 MODs Thread *
I want to make the app-choose screen to have no blur, what do I change?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Code:
# Blurring of the home viewD4rKlar |
Re: N900 MODs - share your MODs!!
Code:
<menuitem priority="20" name="Reboot">Hi, I have edited my file as above and I get the Reboot option in the Power button menu, but the phone doesn't reboot. It tries to reboot but stops on the 'holding hands' screen and then shuts down. It starts up fine if I do the usual long press on the power button. No one else seems to be having this problem. Can anyone help? Thanks. |
Re: * The Truly Epic Maemo 5 MODs Thread *
Hi
Same issue as Jamil. Any ideas? |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
... except it doesn't. I just tried it again. What a crock! |
Re: TextInputProgress.png (MikroB loadingbar)
Quote:
Never mind it guys, i found it ... sorry for the bother i caused :D |
Re: * The Truly Epic Maemo 5 MODs Thread *
Hi guys and girls. Im getting sick of the "location name" on my OMWeather widget, is it possible to remove the location name "Evenes"? (See OMWeather widget at picture if you dont understand me. )
http://i98.photobucket.com/albums/l2...enshot04-1.png - Futtawuh |
Re: * The Truly Epic Maemo 5 MODs Thread *
@f2thak, thank, was able to add the button, as you said didn't included the soft touch button in the code, but am curious as to what these will do to my system?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
5 Attachment(s)
My Mods
i builded a rom with all of that |
Re: * The Truly Epic Maemo 5 MODs Thread *
4 Attachment(s)
more screen shots
|
| All times are GMT. The time now is 15:29. |
vBulletin® Version 3.8.8