Active Topics

 


Reply
Thread Tools
Posts: 3 | Thanked: 1 time | Joined on Sep 2009 @ East of London
#1
My apologies if I come across as a n00b. That's probably because I am one. I owned a mobile phone very briefly for about 3 months a few years ago before giving it up completely. I'm actually a closet technophile, but the combination of bad phones, spammers, etiquette-unaware friends and family members, ******ed service providers and my own stubborn philosophies have made me shy away from the damn things.

Until now, that is. (I fancy I sound Jeremy-Clarkson-esque right about now)

I like what I see with the N900 and the fact that it is running Maemo, a linux distribution, FOSS, scratch your itch and all that. But how much of this translates to the phone?

So, my n00b questions:
  1. If I don't like Maemo for some reason, can I replace it altogether?
  2. Will I be able to do a dist-upgrade or similar once Maemo 6 comes out? No compatibility issues with the phone?
  3. How would one go about connecting to the maemo installation on the phone? USB/wifi & then SSH?
  4. Will backing up all my configuration settings and phone based data effectively be the equivalent of backing up my home directory?
  5. Is there a whitelist application that will only allow calls/sms-es from numbers that are on a whitelist?
  6. One of my pet peeves has always been the existence of SMS/texting. I've been told that it's part of the yada-yada specs or some such and that I cannot turn it off - is that right?
  7. From what I read, I can install apps from the repository and even add new repositories. How about installing binaries and so on?

Thanks in advance!
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#2
Originally Posted by Xenophon View Post
If I don't like Maemo for some reason, can I replace it altogether?
Sure, although it's unclear as of now how this may affect the cellular functionality.

Originally Posted by Xenophon View Post
Will I be able to do a dist-upgrade or similar once Maemo 6 comes out? No compatibility issues with the phone?
Currently unknown, but speculation says an upgrade shouldn't be an issue (although I doubt very much it'll be a dist-upgrade).

Originally Posted by Xenophon View Post
How would one go about connecting to the maemo installation on the phone? USB/wifi & then SSH?
I'm not sure I understand this question. You could access the phone over any of its available network connections to connect to whatever services you have active. SSH should be available for installation out of the box.

Originally Posted by Xenophon View Post
Will backing up all my configuration settings and phone based data effectively be the equivalent of backing up my home directory?
Should be.

Originally Posted by Xenophon View Post
Is there a whitelist application that will only allow calls/sms-es from numbers that are on a whitelist?
Unknown, but I'm sure such a think could be created if it doesn't exist yet.

Originally Posted by Xenophon View Post
One of my pet peeves has always been the existence of SMS/texting. I've been told that it's part of the yada-yada specs or some such and that I cannot turn it off - is that right?
The existence? If you never use the service, and never see it, why does the existence bother you? I'm not sure I understand this question.

Originally Posted by Xenophon View Post
From what I read, I can install apps from the repository and even add new repositories. How about installing binaries and so on?
Well, the repositories are simply little indexes of all of the binaries they host, so, yes. dpkg is also available from XTerm.
__________________
Ryan Abel
 

The Following 9 Users Say Thank You to GeneralAntilles For This Useful Post:
Posts: 3 | Thanked: 1 time | Joined on Sep 2009 @ East of London
#3
Originally Posted by GeneralAntilles View Post
I'm not sure I understand this question. You could access the phone over any of its available network connections to connect to whatever services you have active. SSH should be available for installation out of the box.
Sorry for not being clear. I wanted to know how to get access to Maemo on my phone from my PC so as to, say, perform an apt-get etc.

Originally Posted by GeneralAntilles View Post
The existence? If you never use the service, and never see it, why does the existence bother you? I'm not sure I understand this question.
Well, never seeing/hearing/storing it would be the primary prerogative. But, it would be even better if the sender knows that the SMS was never delivered. It is also useful while roaming globally as you generally tend to have to pay for incoming SMS-es as well.

Thanks for the info!
X
 

The Following User Says Thank You to Xenophon For This Useful Post:
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#4
Originally Posted by Xenophon View Post
Sorry for not being clear. I wanted to know how to get access to Maemo on my phone from my PC so as to, say, perform an apt-get etc.
You answered you own question in your original post and GA answered again with the same answer: use SSH. Ask more specific if there's still something unclear.
 

The Following 4 Users Say Thank You to mikkov For This Useful Post:
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#5
Originally Posted by Xenophon View Post
Sorry for not being clear. I wanted to know how to get access to Maemo on my phone from my PC so as to, say, perform an apt-get etc.
As mikkov says, OpenSSH.

Originally Posted by Xenophon View Post
Well, never seeing/hearing/storing it would be the primary prerogative. But, it would be even better if the sender knows that the SMS was never delivered. It is also useful while roaming globally as you generally tend to have to pay for incoming SMS-es as well.
No idea, sorry.
__________________
Ryan Abel
 

The Following User Says Thank You to GeneralAntilles For This Useful Post:
Capt'n Corrupt's Avatar
Posts: 3,524 | Thanked: 2,958 times | Joined on Oct 2007 @ Delta Quadrant
#6
Certainly SSH server on the device is a HUGE benefit. This gives you access to a remote terminal on the device but also implies SFTP, which lets you remotely access the files on your N900. With SFTP you can use Filezilla or Gnome's Nautilus (or other apps, I'm sure) to move files wirelessly -- and with a purty GUI -- knowing only the device address (IP, or domain if you've configured one for the network you plan to use).

This is one area openness shines.

In fact, I can't wait to see what the crazy kids here cook up with dynamic dns and 3G. For example, it's not out of the question to run a simple web server from your N900 regardless of where you are! Why? Not sure.


YARR!
}:^)~
 

The Following User Says Thank You to Capt'n Corrupt For This Useful Post:
Posts: 243 | Thanked: 172 times | Joined on Sep 2007 @ silicon valley
#7
Originally Posted by Capt'n Corrupt View Post
Certainly SSH server on the device is a HUGE benefit. This gives you access to a remote terminal on the device but also implies SFTP, which lets you remotely access the files on your N900. With SFTP you can use Filezilla or Gnome's Nautilus (or other apps, I'm sure) to move files wirelessly -- and with a purty GUI -- knowing only the device address (IP, or domain if you've configured one for the network you plan to use).

This is one area openness shines.

In fact, I can't wait to see what the crazy kids here cook up with dynamic dns and 3G. For example, it's not out of the question to run a simple web server from your N900 regardless of where you are! Why? Not sure.


YARR!
}:^)~
I already use sftp and scp. I have a script that backs up the file system every night and my computer is supposed to copy over the file for that night. That broke at some point because my router is st00pid and won't assign IP based on MAC address, and I don't know how to do that on the device itself.

boa is a web server for embedded devices though I'm not sure how it's doing for security.
 
Posts: 540 | Thanked: 387 times | Joined on May 2009
#8
Yeah hopefully it won't be long before Mer, Android, etc. are ported but it may take a long time.

There are hardware-related cut-offs as far as new OS releases go.

You should be able to connect via USB, wifi, 3G, bluetooth and maybe even ethernet (from the community anyway)

SSH rocks. Give sshfs a spin.

Should be able to use/run no-ip or other for the dynamic IP thing. The N95 supports web servers.

Could use Google Voice # for white-listing.

Used to be able to get carriers to disable SMS but they are a bit more persistent now. I tried disabling data on my phone (there is a dedicated button to launch the web browser which I keep pressing - it happens to be enter if on any non-"home" screen) and they told me data was linked to SMS. This is something to take up with your cellular carrier. I also recommend giving people your GV # that way you can control the specifics.

SSH, VNC. etc. There are plenty of tutorials, wiki, etc. for existing NITs. And there will many more after the N900 is released.
 

The Following 2 Users Say Thank You to linuxeventually For This Useful Post:
Capt'n Corrupt's Avatar
Posts: 3,524 | Thanked: 2,958 times | Joined on Oct 2007 @ Delta Quadrant
#9
Originally Posted by sarahn View Post
I already use sftp and scp. I have a script that backs up the file system every night and my computer is supposed to copy over the file for that night. That broke at some point because my router is st00pid and won't assign IP based on MAC address, and I don't know how to do that on the device itself.
Cool! It's neat to hear about these setups.

Originally Posted by sarahn View Post
boa is a web server for embedded devices though I'm not sure how it's doing for security.
Heck, the N900 hardware should be beefy enough to handle a lighttpd daemon (assuming no memory leaks -- crond restarts). Of course, memory over processing-capacity would become the larger issue. Still a cool thought, though!

YARR!
}:^)~
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#10
Originally Posted by Capt'n Corrupt View Post
Certainly SSH server on the device is a HUGE benefit. This gives you access to a remote terminal on the device but also implies SFTP, which lets you remotely access the files on your N900. With SFTP you can use Filezilla or Gnome's Nautilus (or other apps, I'm sure) to move files wirelessly -- and with a purty GUI -- knowing only the device address (IP, or domain if you've configured one for the network you plan to use).
Yes, you can then remotely control the N900 for example to configure some tweak you're reading on t.m.o. But beyond that...? For most users not useful. Also, you need to think of security implications (default passwds, brute force cracking). I'd def. put the SSH server off unless necessary.

You can easily use rsync + SSH for backups. Plus something like Rsnapshot, or Fly Back ('Time Machine for Ubuntu'). But you could run this on the N900 hence not requiring a SSH server.

In fact, I can't wait to see what the crazy kids here cook up with dynamic dns and 3G. For example, it's not out of the question to run a simple web server from your N900 regardless of where you are! Why? Not sure.
3G bad upload, webserver on OMAP3 hmm. Other way around is more interesting. VPN, SMB, UPnP, tracker. I really would like to minimize the number of services on the N900. Heck, you could even let other devices do the maths and let the N900 get the results, much like a thin client.

Proxy/BNC which can be connected to from desktop or NIT. Synchronisation of browser, PIM, mail, user data (rsync), ...
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 

The Following User Says Thank You to allnameswereout For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:45.