Showing results 1 to 25 of 68 @ 0.03 seconds. Search: Posts Made By: Zas
Forum: Games 2013-07-01, 09:46
Replies: 1,269
Views: 689,380
Posted By Zas
Re: [Announce] apkenv (N900, N950, N9)

I got Super Hexagon fully working with sound and fonts. /tmp on N9/50 is not enough so using a custom tempfile command I got apkenv to create the temp files elsewhere.

Copy this to a script and...
Forum: Games 2012-08-21, 18:18
Replies: 3
Views: 2,353
Posted By Zas
Re: Programmable Robot games?

Spacechem would be awesome but its only for computers/ios/android.
Forum: MeeGo / Harmattan 2012-07-13, 17:37
Replies: 38
Views: 22,517
Posted By Zas
Re: The N9 is really picky for video playback. Any good 3rd Party apps?

I prefer Open Video Player (http://my-meego.com/software/applications.php?fldAuto=500&faq=2) to kmplayer. Only there sometimes is a problem when you close it so it will just turn invisible and...
Forum: MeeGo / Harmattan 2012-07-11, 16:31
Replies: 3
Views: 1,555
Posted By Zas
Re: Moving files in meego

When you connect your N9 to pc it will show you the folder which is /home/user/MyDocs on the phone. If you need to copy something to /home/user do "cp /home/user/MyDocs/myfiletocopy /home/user/"...
Forum: Applications 2012-07-10, 16:26
Replies: 10
Views: 6,101
Posted By Zas
Re: App smoething like TrackID

http://www.youtube.com/watch?v=QQj9ucyWc0U
Forum: Development 2012-06-27, 20:22
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

It should delete duplicate enters that windows makes "\r\n" to "\n".

Also if you want to add an icon to your package (seen in package managers like hildon application manager and harmattan...
Forum: Development 2012-06-27, 19:57
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

I don't know how you would do that in windows but you can save this modified script as make-deb to automatically convert the characters:
#!/bin/sh

#create .deb files for packages...
Forum: Development 2012-06-27, 19:25
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

I think your files don't use unix newlines.
Convert the control file:
tr -d '\r' < /home/user/foopackage/DEBIAN/control > /home/user/foopackage/DEBIAN/controltmp
mv...
Forum: Development 2012-06-27, 16:20
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

That character comes from you control file. It reads the "Versio: 0.1" line from there, same for the package name. The file formatting of your control file might not be right. Check if there are any...
Forum: Development 2012-06-27, 15:34
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

No its ment to be "ar" not "tar". You need to install binutils package to get ar.
apt-get install binutils

If you enter "make-deb /home/user/package" the deb will be in /home/user.
Forum: Development 2012-06-27, 07:50
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

Save it to MyDocs folder as make-deb.sh and then do this as root:
cp /home/user/MyDocs/make-deb.sh /usr/bin/make-deb
chmod +x /usr/bin/make-deb
Then you can use it.

Alternatively just save it...
Forum: Development 2012-06-26, 20:07
Replies: 118
Views: 49,029
Posted By Zas
Re: The Grand DEB Packaging Thread!

I made a script for creating .debs because of that "unrecongnized option '--format=gnu'" error. This is what I use:
#!/bin/sh

#create .deb files for packages (fremantle&harmattan)

if [ ! $1...
Forum: Nokia N9 / N950 2012-05-18, 08:00
Replies: 15
Views: 3,357
Posted By Zas
Re: Help please: Preventing media showing in Gallery

Install tracker-cfg and you can choose which folders you want to hide from media player and image viewer.
Forum: Nokia N900 2012-03-19, 18:20
Replies: 6
Views: 1,775
Posted By Zas
Re: rebooting immediately

If you have your n900 automatically connect to network you can try using ssh from your pc right when your n900 boots: "ssh user@xxx.xxx.xxx.xxx 'cp /backup/file /bin/'"

I've done it sometimes when...
Forum: General 2012-01-19, 05:29
Replies: 6
Views: 2,801
Posted By Zas
Re: N900: Can profile type be determined in a shell script?

cat /home/user/.profiled/current

Returns "silent" or "general".
Forum: General 2012-01-07, 08:41
Replies: 9
Views: 3,918
Posted By Zas
Re: Device renaming

There is a file called "autorun.inf" in the MyDocs folder that has the drive icon filename and the device name. It might be hidden.
Forum: MeeGo / Harmattan 2012-01-05, 10:11
Replies: 2
Views: 1,468
Posted By Zas
Re: Wireless Data: how to Autoconnect?

Open the internet connections from the status bar and long tap on the connection you want to use automatically and select "use automatically".
Forum: MeeGo / Harmattan 2011-11-20, 14:58
Replies: 2
Views: 2,184
Posted By Zas
Re: [Question] Harmattan application launcher config file location?

There are more icons in /home/user/.local/share/applications such as bookmark icons and quick launch icons.
Forum: General 2011-08-29, 08:30
Replies: 17
Views: 6,652
Posted By Zas
Re: help mounting microSD partitioning

Use "sfdisk -uM /dev/mmcblk1 << EOF"
instead of "sfdisk -uM /dev/mmcblk1p1 << EOF"
Forum: Community 2011-06-27, 19:21
Replies: 1,015
Views: 270,722
Posted By Zas
Re: MeeGo Coding Competition 2011

Just added my entry (http://competition.meetmeego.org/submissions/40) to the competition. You can visit its website (http://tols17.oulu.fi/~matkarja/meego/) for videos.

Its a simple memory game...
Forum: Development 2011-06-26, 18:14
Replies: 48
Views: 18,637
Posted By Zas
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter

This app is great! But would it be possible to add a third download option to download videos in resolution compatible for watching on the n900?
Forum: Applications 2011-06-26, 14:49
Replies: 336
Views: 126,076
Posted By Zas
Re: [Announce] Enhanced lockscreen

You can make separate background for portrait and landscape modes. Just have the images on top of each other, both areas 800x480 as follows:
Forum: Maemo 5 / Fremantle 2011-06-24, 07:18
Replies: 33
Views: 5,863
Posted By Zas
Re: SDL on N900 / Maemo

Maybe its the way you go to fullscreen. Have you tried creating the screen surface already as a fullscreen surface with "SDL_SWSURFACE|SDL_FULLSCREEN"
Forum: Maemo 5 / Fremantle 2011-06-24, 06:58
Replies: 33
Views: 5,863
Posted By Zas
Re: SDL on N900 / Maemo

Include stdlib.h and you can use the code:
system("dbus-send /com/nokia/hildon_desktop com.nokia.hildon_desktop.exit_app_view");
to do this.

You can either add a key combination or an on screen...
Forum: Nokia N900 2011-06-20, 20:38
Replies: 4
Views: 2,382
Posted By Zas
Re: What is this part? (N900 Hardware Question)

Mine has come off too and its to help the kickstand snap to open position. There is another piece on the other hinge on the kickstand with the same purpose.
Showing results 1 to 25 of 68



 
Forum Jump

All times are GMT. The time now is 08:58.