Show off your Maemo 5 (((N900)) screenshots
The Theme Section
Discover our Theme Collections; Share your Art Works with community; Or just let us help you with your Problems!
by Mr Pingu » 12 Mar 2011, 14:36
-
Symbian Freak
-
Posts: 3655
Joined: 07 Mar 2009, 13:55
Location: The Netherlands
Phone model: Nokia N900@805mhz
Firmware: PR 1.3.1 + CSSU-Thumb2
by wook » 12 Mar 2011, 15:37
Hehehehehe, bro, i loose data from time to time
lolz
both hdd's are fine
nothing to worry about
both hdd's are fine
nothing to worry about
-
.: [ VIP ]:.
-
Posts: 11893
Joined: 01 Apr 2008, 13:31
Location: rajvoSa.ba
Phone model: N9, E7 & C6-01, N97 mini, 6630
Firmware: 1.2,PR2.1,PR 1.1,v12.0.110,6.03.40
by Nomi » 12 Mar 2011, 17:55
hey nice work bro now i want that we must start new thread that contain all type of widget what u think about it ??
HAPPINESS COMES TO THOSE WHO TRUST IN IT
((((((((The Only Thing More Terrifying Than Being Alone
Is Discovering That You'Re Not.)))))))))))))))))
((((((((The Only Thing More Terrifying Than Being Alone
Is Discovering That You'Re Not.)))))))))))))))))
-
Veteran
-
Posts: 480
Joined: 04 Oct 2006, 11:26
Location: Pakistan
by Mr Pingu » 12 Mar 2011, 18:46
Nomi wrote:hey nice work bro now i want that we must start new thread that contain all type of widget what u think about it ??
Yes
overclock buttons
first make sure you have power kernel installed and also kernel power settings. I believe both can be found in the extras or extras-devel.
Then get used to overclocking in x terminal. I will give one example
- Code: Select all
sudo gainroot
kernel-config load lv
kernel-config limits 250 850
kernel-config save myconfig
To test and load your just made configuration type this
- Code: Select all
kernel-config load myconfig
kernel-config show
Now to make a nice button on desktop to apply this overclock profile:
1. create a new QBW
2. edit size to your likings I use 90*60
3. set hide background to know
4. edit the =0 line to your png or remove this and set a color
5. scroll down to command title setting and remove the png path or set to hidden. then change font to your liking and set it to outline in center.
6. set command results all to hidden.
7. add new command and name it to how you want it eg 850 mhz, myconfig
8. the following command needs to be added
- Code: Select all
sudo kernel-config load myconfig
note: myconfig can also be any other profile eg lv, ulv, or ideal!
more instructions/commands are coming.
Nomi, are you also registered at maemo.rog?
-
Symbian Freak
-
Posts: 3655
Joined: 07 Mar 2009, 13:55
Location: The Netherlands
Phone model: Nokia N900@805mhz
Firmware: PR 1.3.1 + CSSU-Thumb2
by Mr Pingu » 15 Mar 2011, 21:35
MY new desktop Iam working on
Dont know what I like better...
http://talk.maemo.org/showpost.php?p=96 ... count=2746
http://talk.maemo.org/showpost.php?p=96 ... count=2746
-
Symbian Freak
-
Posts: 3655
Joined: 07 Mar 2009, 13:55
Location: The Netherlands
Phone model: Nokia N900@805mhz
Firmware: PR 1.3.1 + CSSU-Thumb2
by Nomi » 16 Mar 2011, 10:47
wow great mr pingu i want to know that how u make the transparent system inforamtion on side on the n900 screen will u plz guide me to that?
HAPPINESS COMES TO THOSE WHO TRUST IN IT
((((((((The Only Thing More Terrifying Than Being Alone
Is Discovering That You'Re Not.)))))))))))))))))
((((((((The Only Thing More Terrifying Than Being Alone
Is Discovering That You'Re Not.)))))))))))))))))
-
Veteran
-
Posts: 480
Joined: 04 Oct 2006, 11:26
Location: Pakistan
by Mr Pingu » 16 Mar 2011, 18:20
I am making this quide from the settings in a QBW from up to down.
1. Create a new QBW
2. Press the wrench icon to go to edit mode
3. Change Type to snippet
4. Change width en height to W=250 or something H=25
4. Make sure "Hide Background" is set to yes
5. Scroll down to Command Title Settings
6. Clear the imagepath and put a ; in place. Change position to Hidden.
7. Change title font to your likings, I use monospace size 14. Change position to top left
8. scroll a little bit down to "Command Results Settings"
9. Also clear here the imagepath and put ; instead.
9. Set position also to "hidden"
10.Set Results font to your likings and change position to "top right"
11. Set update policies to startup, desktop and sight. You can also use click if you want.
*note: The title of your command is also the title used of your widget
Then add CMD and enter a command you like. Here can you find alot of commands:
http://wiki.maemo.org/Desktop_Command_E ... et_scripts
I will post more commands which I use, later, maybe even tonight
Current CPU:
Max CPU:
Min CPU:
[/CODE]
Temperature: Temp:
1. Create a new QBW
2. Press the wrench icon to go to edit mode
3. Change Type to snippet
4. Change width en height to W=250 or something H=25
4. Make sure "Hide Background" is set to yes
5. Scroll down to Command Title Settings
6. Clear the imagepath and put a ; in place. Change position to Hidden.
7. Change title font to your likings, I use monospace size 14. Change position to top left
8. scroll a little bit down to "Command Results Settings"
9. Also clear here the imagepath and put ; instead.
9. Set position also to "hidden"
10.Set Results font to your likings and change position to "top right"
11. Set update policies to startup, desktop and sight. You can also use click if you want.
*note: The title of your command is also the title used of your widget
Then add CMD and enter a command you like. Here can you find alot of commands:
http://wiki.maemo.org/Desktop_Command_E ... et_scripts
I will post more commands which I use, later, maybe even tonight
Current CPU:
- Code: Select all
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
Max CPU:
- Code: Select all
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Min CPU:
- Code: Select all
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
[/CODE]
Temperature: Temp:
- Code: Select all
echo `cat /sys/class/power_supply/bq27200-0/temp`°C
Last edited by Mr Pingu on 10 May 2011, 20:37, edited 1 time in total.
-
Symbian Freak
-
Posts: 3655
Joined: 07 Mar 2009, 13:55
Location: The Netherlands
Phone model: Nokia N900@805mhz
Firmware: PR 1.3.1 + CSSU-Thumb2
by Nokia 5700 » 02 Apr 2011, 10:47
Sweet desktop, Pingu! 
Before, I used Desktop Command Execution-thingy. Now I uninstalled it because QBW does a better job. Much more personalized.
I was inspired by your screens when I made this one. But I also did some tweaks...

The background is related to the D4rkworks theme somehow. Dunno why, but it's just how it is.
And I made a counter for the next release of Ubuntu. I didn't make all of it. All I did was make a WebView widget in QML and made it show one of the online counters. (Respect for the creator's good work.
)
QML is good for making simple widgets, like showing pictures. And still, it's simple and functional. You should try it sometime. (It's simple, and you don't need to study for years to use it. All you need is a day.)
I bet that very few phones can do all this...

Before, I used Desktop Command Execution-thingy. Now I uninstalled it because QBW does a better job. Much more personalized.
I was inspired by your screens when I made this one. But I also did some tweaks...

The background is related to the D4rkworks theme somehow. Dunno why, but it's just how it is.
And I made a counter for the next release of Ubuntu. I didn't make all of it. All I did was make a WebView widget in QML and made it show one of the online counters. (Respect for the creator's good work.
QML is good for making simple widgets, like showing pictures. And still, it's simple and functional. You should try it sometime. (It's simple, and you don't need to study for years to use it. All you need is a day.)
I bet that very few phones can do all this...
No ideas for signature again 
-
Moderator
-
Posts: 2958
Joined: 09 Sep 2008, 12:08
Location: Norway
Phone model: Nokia N900, Samsung Galaxy S III
Firmware: CSSU, Android 4.1.2
by alixolson » 26 Apr 2011, 11:58
weather and flip clock are made by queen beecon just go to app manager and download queen beecon if u need any help freely ask i will help u if i can
Nice work you have done. Can you give instruction "how to" for those cool widgets with queen beecon?
Nice work you have done. Can you give instruction "how to" for those cool widgets with queen beecon?
Alixolson
-
Rookie
-
Posts: 1
Joined: 26 Apr 2011, 11:44
Phone model: n70
27 posts • Page 2 of 3 • 1, 2, 3
Who is online
Users browsing this forum: No registered users and 0 guests
Online Friends
Birthdays
No birthdays today
Style switcher
Dark-Orange |
Light-Orange |
Dark-Red | Light-Red |
Dark-Blue | Light-Blue |
Dark-Green | Light-Green |
Dark-Red | Light-Red |
Dark-Blue | Light-Blue |
Dark-Green | Light-Green |


