Active Topics

 

Showing results 1 to 25 of 100 @ 0.03 seconds. Search: Posts Made By: TNiga
Forum: Development 2013-12-27, 17:56
Replies: 1
Views: 1,405
Posted By TNiga
Re: question about Sailfish emulator

You can access the virtual machine with ssh/sftp:
https://sailfishos.org/develop-faq.html
Forum: SailfishOS 2013-12-19, 13:50
Replies: 70
Views: 45,199
Posted By TNiga
Re: Icon modification for "Non-Jolla" style launcher icons

Here's an icon for OP-mobiili I created for myself.
Forum: Jolla1 & TOH 2013-12-11, 22:51
Replies: 104
Views: 54,583
Posted By TNiga
Re: Jolla Owners hints and tips and app sites

You apparently can get Google Play to work with these instructions http://jollafin.blogspot.fi/2013/11/play-store-for-jolla.html and then install it from there, or then you can do what I did and use...
Forum: Applications 2010-08-09, 18:23
Replies: 39
Views: 16,431
Posted By TNiga
Re: [Announce] Maetronome - metronome app for Maemo 5 (now in Extras)

You can see one in the download page http://maemo.org/downloads/product/Maemo5/maetronome/
Forum: Themes 2010-08-08, 08:54
Replies: 2
Views: 3,054
Posted By TNiga
Re: File Manager icon lives where?

/opt/usr/share/icons/hicolor/64x64/hildon/tasklaunch_file_manager.png

EDIT: And I found this by finding out the icon name first from file /usr/share/applications/hildon/filemanager.desktop and...
Forum: Themes 2010-08-07, 11:01
Replies: 46
Views: 25,369
Posted By TNiga
Re: ULTRA SEAMLESS loopable - glowing blue smoke

You don't need .desktop file if you have 3200x480 image in images folder. The background selecting tool automatically recognizes it as image set.
Forum: Themes 2010-08-07, 08:43
Replies: 6
Views: 5,970
Posted By TNiga
Re: Loopable Wallpapers - various

Those attachments are resized here in tmo so they are not 800x480. You need to upload them somewhere else or put them in a zip package and put that as attachment.
Forum: Development 2010-08-04, 07:09
Replies: 4
Views: 2,640
Posted By TNiga
Re: Testing for maemo in QMake

You can find the different platform identifiers from Qt's mkspecs directory (for example C:\Qt\4.6.x\mkspecs).
Forum: Android 2010-08-04, 05:08
Replies: 223
Views: 88,584
Posted By TNiga
Re: Multiboot 0.2.5 released

Hi,

I have vmlinuz-2.6.28-omap1 and vmlinuz-2.6.28.10power37 in /boot/multiboot and following items in /etc/multiboot.d/:
# Maemo-2.6.28-omap1.item
ITEM_NAME="Maemo 2.6.28-omap1"...
Forum: Nokia N900 2010-08-02, 17:28
Replies: 8
Views: 10,457
Posted By TNiga
Re: N900 Serial Number?

I would think so since I don't know any other serial number which it could be.

EDIT: Or is there another serial?
Forum: Nokia N900 2010-08-02, 17:23
Replies: 8
Views: 10,457
Posted By TNiga
Re: N900 Serial Number?

Are we talking about IMEI here? If so, then go Settings -> About product.
Forum: Development 2010-08-02, 15:32
Replies: 170
Views: 43,266
Posted By TNiga
Re: Need assistance from QT programmer

Started to work when I unchecked the "widgetResizable" option from scrollarea's properties in designer.
Forum: Development 2010-08-02, 12:35
Replies: 170
Views: 43,266
Posted By TNiga
Re: Need assistance from QT programmer

Here's a little test I made on my PC and it scrolls fine.
Forum: Games 2010-08-01, 15:52
Replies: 2,578
Views: 753,517
Posted By TNiga
Re: PSX4All Maemo Edition

If you have ripped the game yourself, there might be a chance that you haven't ripped it correctly since PSX games need to be ripped somehow different than for example music CDs. It has something to...
Forum: Themes 2010-07-25, 20:17
Replies: 1,202
Views: 272,268
Posted By TNiga
Re: [Release] Black Plastic Theme Package (13 themes in one package) 2.105 in testing

Seems like the fonts aren't in MyDocs or MyDocs/.documents. Do this in terminal to see where they really are:
find /home/user/ -name *.ttf
Forum: Themes 2010-07-25, 19:39
Replies: 1,202
Views: 272,268
Posted By TNiga
Re: [Release] Black Plastic Theme Package (13 themes in one package) 2.105 in testing

And maybe also the .fonts folder needs to be created first if it doesn't exist already:
mkdir /home/user/.fonts

And do this as normal user (without typing sudo gainroot first)
Forum: Themes 2010-07-25, 16:56
Replies: 1,202
Views: 272,268
Posted By TNiga
Re: [Release] Black Plastic Theme Package (13 themes in one package) 2.105 in testing

You can't access the fonts folder that way, but you can put the files in Mass storage mode to Documents and then move them to right folder in x-terminal:
mv ~/MyDocs/*.ttf ~/.fonts/
Forum: Applications 2010-07-22, 18:15
Replies: 672
Views: 239,347
Posted By TNiga
Re: [Announce] Faster Application Manager (Maemo5)

There's "Update all" in menu (tap the title bar in upgrade view) so you don't have to tap each one.
Forum: Games 2010-07-21, 17:08
Replies: 30
Views: 17,066
Posted By TNiga
Re: [Maemo5] Them Bloody Ducks - 2D duck hunting game (Version 1.1.3 in Extras-Testing!)

1.1.3 now in testing, please test and vote (http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/thembloodyducks/1.1.3/) :)

Changelog:
- Properly optified
- No...
Forum: Development 2010-07-20, 15:09
Replies: 170
Views: 43,266
Posted By TNiga
Re: Need assistance from QT programmer

You can use QSettings class for that. Just add following functions to your MainWindow class:
void MainWindow::saveSettings() const {
QSettings sett("blackplastic-theme/config");
...
Forum: Off Topic 2010-07-20, 14:56
Replies: 29
Views: 10,149
Posted By TNiga
Re: Think twice before you download application from Ovi Store!

Then you should've posted somewhere else than Maemo forum and mentioned that it's not about Maemo or N900.
Forum: Development 2010-07-17, 12:28
Replies: 170
Views: 43,266
Posted By TNiga
Re: Need assistance from QT / Python programmer

QProcess emits signal finished() when it is finished, so you'll need to add a slot to your mainwindow class and connect the finished() signal to the slot and do there whatever you want to do when...
Forum: Themes 2010-07-17, 11:57
Replies: 19
Views: 3,706
Posted By TNiga
Re: How to copy a theme?

Should that work? I tried similar cp thing on my desktop linux and doesn't work.

EDIT: You must have confused to mv because with it that works, but here the point is to copy and not to move.
Forum: Development 2010-07-17, 09:44
Replies: 170
Views: 43,266
Posted By TNiga
Re: Need assistance from QT / Python programmer

Forgot that it also needs this in your .pro file:
QT += maemo5

EDIT: Referring to the progress indicator I told about.
Forum: Development 2010-07-17, 09:32
Replies: 170
Views: 43,266
Posted By TNiga
Re: Need assistance from QT / Python programmer

You can also use the progress indicator in the top bar:
setAttribute(Qt::WA_Maemo5ShowProgressIndicator, true);
// needs "#include <QtMaemo5>"

And when script is done set it back to false.
Showing results 1 to 25 of 100



 
Forum Jump

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