Friends,
There is a cheap android phone for 9990/- which can be rooted and programed with custom ROM files.
For Linux Enthusiast, Its a good phone to start your development activity on ARM platform.
Here is my blog explaining some interesting stuff possible with your android phone.
To start with, write you own Hello_World.c, compile using arm tool-chain and run it on your phone.
I am able to get ssh shell access of my android phone through wi-fi interface and using scp, one can copy files between PC and phone.
My phones Busybox gives me the full access to most of the linux commands,
Imagine carrying a handy battery powered linux PC running on 600Mhz ARM processor with camera/key_board/display/audio-inout/gps/gsm and also a phone for calling and texting.
As Linux geek, think of some interesting application possible with this Linux powered PC which can replace power hungry Desktops for specific applications.
Some of my ideas are as follows:
1)Bit-torrent client downloading data on phone's SDCARD from my unlimited data plan.
for 24hrs application all i need is
==>dsl/adsl broadband wifi router
==>android phone
==>small UPS(or a 12V battery with charger for longer backup in case of power outages)
Advantages of this setup,
==>reduced electricity bill as compared to running full desktop PC.
==>no noisy fan running 24hrs as in desktop PC
==>un-interrupted data download even in-case of long power cuts(smaller
power consumption of router and phone leads to longer battery backup)
2)use your android phone as an ip surveillance camera, recording can be done locally on phone sdcard or over remote PC through network.
3)If you are a network administrator, let your android phone monitor server-room power cuts, and notify events via sms.
4)access your phone installed at remote location using reverse tunneling,
for this you need
==> 3G internet connection on your phone.
==> QuickSSHD running on your phone with port forwarding
==> let ssh client on your mobile connect to ssh daemon over internet(home
PC behind router)
==> from your home PC you can do reverse tunneling and login to phone's
command shell and do some remote administration stuff.
I know these ideas seem fascinating but need some effort to make it work,
There are so many smart developers who have already released apps on android market for specific applications but most of them are in development stage.
let me know what other interesting stuff comes to your mind.
Happy Hacking and long live open source community
There is a cheap android phone for 9990/- which can be rooted and programed with custom ROM files.
For Linux Enthusiast, Its a good phone to start your development activity on ARM platform.
Here is my blog explaining some interesting stuff possible with your android phone.
To start with, write you own Hello_World.c, compile using arm tool-chain and run it on your phone.
I am able to get ssh shell access of my android phone through wi-fi interface and using scp, one can copy files between PC and phone.
My phones Busybox gives me the full access to most of the linux commands,
Imagine carrying a handy battery powered linux PC running on 600Mhz ARM processor with camera/key_board/display/audio-inout/gps/gsm and also a phone for calling and texting.
As Linux geek, think of some interesting application possible with this Linux powered PC which can replace power hungry Desktops for specific applications.
Some of my ideas are as follows:
1)Bit-torrent client downloading data on phone's SDCARD from my unlimited data plan.
for 24hrs application all i need is
==>dsl/adsl broadband wifi router
==>android phone
==>small UPS(or a 12V battery with charger for longer backup in case of power outages)
Advantages of this setup,
==>reduced electricity bill as compared to running full desktop PC.
==>no noisy fan running 24hrs as in desktop PC
==>un-interrupted data download even in-case of long power cuts(smaller
power consumption of router and phone leads to longer battery backup)
2)use your android phone as an ip surveillance camera, recording can be done locally on phone sdcard or over remote PC through network.
3)If you are a network administrator, let your android phone monitor server-room power cuts, and notify events via sms.
4)access your phone installed at remote location using reverse tunneling,
for this you need
==> 3G internet connection on your phone.
==> QuickSSHD running on your phone with port forwarding
==> let ssh client on your mobile connect to ssh daemon over internet(home
PC behind router)
==> from your home PC you can do reverse tunneling and login to phone's
command shell and do some remote administration stuff.
I know these ideas seem fascinating but need some effort to make it work,
There are so many smart developers who have already released apps on android market for specific applications but most of them are in development stage.
let me know what other interesting stuff comes to your mind.
Happy Hacking and long live open source community