Linux - Mobile This forum is for the discussion of all topics relating to Mobile Linux. This includes Android, Tizen, Sailfish OS, Replicant, Ubuntu Touch, webOS, and other similar projects and products.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-06-2014, 02:44 AM
|
#1
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Rep:
|
Remote Controlling and Android phone from my Linux Box
Hi everyone,
something that I need some help as I am a newbie to cell phones and their operating systems.
Even though sending sms messages to my partners cell phone is with no cost, I just use skype (that has cost) as I do like that I write with my keyboard. Never in my life I have felt good with the cell phone keyboards... all are really ugly.
I was wondering if I can connect my android phone on my linux box (latest opensuse) and write my sms messages using my normal keyboard and then "ask" from the cell phone to send this. Is there something like that outthere?
Regards
Alex
|
|
|
01-06-2014, 03:10 AM
|
#2
|
Member
Registered: Mar 2004
Distribution: Debian
Posts: 285
Rep:
|
There are various apps that will do that, mysms.com has google chrome plugin that works on linux and sends sms from PC. You phone needs to be connected to internet for it to work though.
|
|
|
01-06-2014, 03:10 AM
|
#3
|
Senior Member
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7 / 8
Posts: 3,572
|
I just use a cheap bluetooth keyboard paired to the phone or tablet.
|
|
|
01-06-2014, 05:41 AM
|
#4
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Original Poster
Rep:
|
There is nothing that does not need internet connection (back to back connected with pc solution)
and I do not want to buy a cheap bluetooth keyboard...
|
|
|
01-06-2014, 03:37 PM
|
#5
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986
|
Airdroid. Install it on your Android phone, and you can control the phone from your PC. It does require a wifi connection, but not an internet connection.
|
|
|
01-06-2014, 06:34 PM
|
#6
|
LQ Newbie
Registered: Jan 2014
Posts: 10
Rep: 
|
sgosnell beat me to it, yes Airdroid would be a good option as it uses your web browser as it's interface. And it's free from the goole play store.
Airdroid video guide
http://www.youtube.com/watch?v=Z36qlnuseVw
|
|
|
01-06-2014, 06:40 PM
|
#7
|
LQ Guru
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326
|
i've used airdroid, kies-air, droid-vnc, ... all require wifi.
i havent had any luck with anything like:
Code:
service call isms 5 s16 "+1234567890" i32 0 i32 0 s16 "SMS TEXT HERE"
from the command line.
Last edited by schneidz; 01-06-2014 at 07:02 PM.
|
|
|
01-07-2014, 12:17 AM
|
#8
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Original Poster
Rep:
|
Thanks a lot for all the nice answers. I still do not understand why I can not such think over wire and it has to be wireless. In my office internet comes from the wire and there is no access point.... same at home.
Any ideas?
Alex
|
|
|
01-07-2014, 09:55 PM
|
#9
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986
|
Phones don't have ethernet ports. Buy a cheap router, perhaps used, and you have wifi at home, without the need for wires, except for the one going into the router.
|
|
|
01-08-2014, 02:59 AM
|
#10
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Original Poster
Rep:
|
And why just not use usb cables to remotely control their phone while is charging too? Why is 2014 discussing about usb cables sounds too complicated?
A.
|
|
|
01-08-2014, 03:04 AM
|
#11
|
LQ Newbie
Registered: Jan 2014
Location: Oklahoma City
Posts: 3
Rep: 
|
Can i install Linux application in android mobiles? Please tell me is it possible?
|
|
|
01-08-2014, 07:55 AM
|
#12
|
LQ Guru
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326
|
Quote:
Originally Posted by alaios
And why just not use usb cables to remotely control their phone while is charging too? Why is 2014 discussing about usb cables sounds too complicated?
A.
|
you can try something like this using adb from a terminal:
Code:
service call isms 5 s16 "+1234567890" i32 0 i32 0 s16 "SMS TEXT HERE"
|
|
|
01-08-2014, 07:58 AM
|
#13
|
LQ Guru
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326
|
Quote:
Originally Posted by techslate20
Can i install Linux application in android mobiles? Please tell me is it possible?
|
yes, as long as it is compiled for the target arch (probably arm) and all dependancies are met (which they probably wouldnt be).
it wont be as easy as a sudo yum install vlc
Last edited by schneidz; 01-08-2014 at 07:59 AM.
|
|
|
01-11-2014, 04:11 AM
|
#14
|
Member
Registered: Mar 2004
Distribution: Debian
Posts: 285
Rep:
|
|
|
1 members found this post helpful.
|
02-04-2014, 07:13 AM
|
#15
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Original Poster
Rep:
|
Hi thanks
I have kept searching this.. but surpisingly noone thought of doing something so simple... sad face 
|
|
|
All times are GMT -5. The time now is 02:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|