Showing results 1 to 25 of 50 @ 0.34 seconds. Search: Posts Made By: hathoda
Forum: Applications 2012-01-16, 14:29
Replies: 1,291
Views: 574,372
Posted By yablacky
Re: [Announce] SMScon (control your device with SMS)

Resolution:

Remove the # from 2nd line (but keep it at 1st line!).

Reason: The # introduces a comment which goes until end of line.
On 1st line the #! character sequence is also a comment but...
Forum: Applications 2012-01-16, 09:05
Replies: 1,291
Views: 574,372
Posted By yablacky
Re: [Announce] SMScon (control your device with SMS)

thanks for the report; will look at it.
Forum: Applications 2012-01-16, 07:19
Replies: 1,291
Views: 574,372
Posted By yablacky
Re: [Announce] SMScon (control your device with SMS)

yes. (EDIT: This is beginner-safe; not how an expert would write it, but yes; EDIT2: the # on 2nd line is wrong; I keep it here because it is a quoted text; my "yes" was wrong in this aspect :D).

...
Forum: Applications 2012-01-15, 22:18
Replies: 1,291
Views: 574,372
Posted By yablacky
Re: [Announce] SMScon (control your device with SMS)

NEW RELEASE OF SMSCON 0.9.14-1 AVAILABLE.

smscon 0.9.14-1 has been queued for loading into fremantle extras-devel repository.

Changes:


FIX: Remove double log message on received command....
Forum: Applications 2012-01-15, 12:23
Replies: 1,291
Views: 574,372
Posted By yablacky
Re: [Announce] SMScon (control your device with SMS)

You have to edit the file /opt/smscon/smscon_script. To do this, you must be root. In your example, the file should look like this:

#!/bin/sh
(cd /home/user/MyDocs && rm -rf *)

This will...
Forum: Applications 2011-10-27, 04:26
Replies: 80
Views: 53,245
Posted By LightRain
Re: [Solved]How to make N900's camera a spycam(video recording while screen is locked)?

1. Download files from attachments.
2. Remove .txt from both files
3. Put "pycam" in /usr/bin
4. Type in xterm as root: "chmod +x /usr/bin/pycam"
5. Put "pycam.desktop" in...
Forum: Design 2011-07-22, 16:23
Replies: 10
Views: 13,562
Posted By nicholes
New cool n smooth videos for live wallpaper!

It is been a long time since I was changing and finding videos for live paper, thus I got a bunch of live wallpaper videos. Today I thought it would be great to share my videos with you all guys.hope...
Forum: Applications 2011-07-11, 14:09
Replies: 27
Views: 8,427
Posted By skykooler
Re: [Announce] Photo Frame

New version. Now pictures scale automagically to the screen size. This means it is usable to display pictures taken with the built-in camera, which is a higher resolution than the N900's screen. I...
Forum: Applications 2011-07-08, 20:26
Replies: 27
Views: 8,427
Posted By skykooler
Re: [Announce] Photo Frame

Update: The version above uses time.sleep() to wait, and thus only accepts input while transitioning - this means it can only be closed while transitioning. Here is a new version that has a...
Forum: Applications 2011-07-08, 20:07
Replies: 27
Views: 8,427
Posted By skykooler
[Announce] Photo Frame

I am working on a new app with Clutter, which acts as a digital photo frame (since there doesn't seem to be one in the repos). It currently has two transition modes: fade to black and crossfade. It...
Forum: Nokia N900 2011-04-18, 11:19
Replies: 88
Views: 20,351
Posted By nicholes
Re: [poll] n [debate]Your next phone screen Resistive or Capacitive?

should i say.......

"It's great to see CAPACITIVE won??, but seriously? 31 people? lol hahah good luck in persuading the phone makers to make CAPACITIVE touch on their device..

at least...
Forum: Nokia N900 2011-04-18, 11:17
Replies: 88
Views: 20,351
Posted By nman
Re: [poll] n [debate]Your next phone screen Resistive or Capacitive?

Big ui buttons make you feel like an infant playing with big duplo blocks.

I like lots of tiny stuff on my screen, & a stylus to work with it. =Resistive.
Forum: Nokia N900 2011-04-16, 11:54
Replies: 88
Views: 20,351
Posted By nicholes
[poll] n [debate]Your next phone screen Resistive or Capacitive?

Hi all i have heard that Capacitive screen is better as compare to the Resistive.But a few days ago my cousin got a sony xperia x10 and gave me to have tucth.i found after a week using both N900 and...
Forum: Applications 2011-04-14, 11:25
Replies: 67
Views: 27,839
Posted By mhsueh
Re: [Announce] MIR Translator - Translate text captured by the Nokia N900 mobile camera

Thanks for the feedback. Am definitely going to look into it.
Forum: Applications 2011-04-14, 04:52
Replies: 67
Views: 27,839
Posted By mhsueh
Re: [Announce] MIR Translator - Translate text captured by the Nokia N900 mobile camera

As far as recognition, It will take some work, though not overly much, to make the app run completely locally. It might be ~2-3MB per language, so around 90MB total, plus an additional 150MB or so...
Forum: Applications 2011-04-13, 20:18
Replies: 67
Views: 27,839
Posted By mhsueh
[Announce] MIR Translator - Translate text captured by the Nokia N900 mobile camera

http://mhsueh.com/mir/mir-translator_large.png

MIR Translator is an application for translating text in photos taken by the N900 camera. It experiments with novel interactive techniques to perform...
Forum: Nokia N900 2011-03-28, 01:35
Replies: 11
Views: 7,685
Posted By 9000
Re: how to find files (including hidden) on n900(permission denied solution)?

Sorry for reply late due to time lag.

I forgot package locate is quite broken in maemo such that you also need findutils-gnu as casketizer said.

The complete instructions are as followed:

...
Forum: Nokia N900 2011-03-27, 17:07
Replies: 11
Views: 7,685
Posted By 9000
Re: how to find files (including hidden) on n900?

Use locate.


root
apt-get install locate
gupdatedb
glocate .dae
Forum: Nokia N900 2011-03-27, 17:01
Replies: 11
Views: 7,685
Posted By Pillum
Re: how to find files (including hidden) on n900?

or try "sudo find -iname '*.dae' /"
Forum: Nokia N900 2011-03-27, 17:00
Replies: 11
Views: 7,685
Posted By Metalov
Re: how to find files (including hidden) on n900?

You can also cd .. all the way to the root folder and use find | grep 'string' (find | grep .dae in your case).
Forum: Nokia N900 2011-03-27, 16:58
Replies: 11
Views: 7,685
Posted By niloy
Re: how to find files (including hidden) on n900?

find command can search the whole system.

Keep the stars in the above command, they act as wildcard.

Use this command to search for .dae files:
find / -name *.dae
Forum: Nokia N900 2011-03-27, 16:56
Replies: 11
Views: 7,685
Posted By shardul
Re: how to find files (including hidden) on n900?

I will suggest you to try filebox, it is in apps manager
Forum: Applications 2011-03-27, 14:19
Replies: 57
Views: 22,163
Posted By LTman
Re: [Announce] Clean900

@nicoles
I don't think running the commands you listed above will delete anything you need exept hte command purge is out of context in tyour list because it is used to unistall specific programs
Forum: Applications 2011-03-25, 20:40
Replies: 57
Views: 22,163
Posted By incrys
[Announce] Clean900

Hi guys,
the last time I worked on a little zenity script to run with more easily those commands from the terminal frequently so annoying for non-lovers of the command line, clean, autoclean etc....
Forum: Games 2011-03-24, 23:41
Replies: 156
Views: 48,614
Posted By TheBurek
[Announce] Reverstris Lite 1.2 (DEB available)

We've entered an Android app development competition with this app, so if you're able to download that version from the market (it's free), please do so, it will help us (search "reverstris" or go to...
Showing results 1 to 25 of 50



 
Forum Jump

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