Send/receive SMS through Android phone

Hi! I am looking for an application that would run on Linux (and doesn't use Google accounts or a cloud) to send and receive SMS through my noname Android phone. Does anyone know of any?
Thanks !
(Sorry if I'm in the wrong subforum, I didn't know where to put it)
Last edited by Lala0KjOA (2014-10-02 10:22:06)

ewaller wrote:What version Android?
It's 4.2.2
ewaller wrote:Your emphatic 'yes' back in post 15, was that a yes to both of my questions?
Yes.
ewaller wrote:Anything interesting in the end of the output of dmesg after you attach?
When I connect with MTP (I guess?)
[105556.660105] usb 1-5: new high-speed USB device number 14 using xhci_hcd
[105556.834682] usb-storage 1-5:1.0: USB Mass Storage device detected
[105556.834747] scsi12 : usb-storage 1-5:1.0
[105557.837579] scsi 12:0:0:0: Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2
[105557.839758] sd 12:0:0:0: [sdc] Attached SCSI removable disk
[105559.587703] usb 1-5: USB disconnect, device number 14
[105560.081577] usb 1-5: new high-speed USB device number 15 using xhci_hcd
[105560.258043] usb-storage 1-5:1.0: USB Mass Storage device detected
[105560.258157] scsi13 : usb-storage 1-5:1.0
[105561.259137] scsi 13:0:0:0: CD-ROM Linux File-CD Gadget 0000 PQ: 0 ANSI: 2
[105561.260665] sr1: scsi-1 drive
[105561.260774] sr 13:0:0:0: Attached scsi CD-ROM sr1
It mounts as a CD-ROM indeed, and contains ADB.rar.
When I connect as a USB mass storage
[105638.772182] usb 1-5: new high-speed USB device number 17 using xhci_hcd
[105638.947087] usb-storage 1-5:1.0: USB Mass Storage device detected
[105638.947178] scsi14 : usb-storage 1-5:1.0
[105639.949710] scsi 14:0:0:0: Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2
[105639.950990] sd 14:0:0:0: [sdc] Attached SCSI removable disk
[105659.265279] sd 14:0:0:0: [sdc] 7698432 512-byte logical blocks: (3.94 GB/3.67 GiB)
[105659.265515] sd 14:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[105659.272662] sdc: sdc1
Also,
$ adb devices
List of devices attached
$ adb shell
error: device not found
Maybe I did something wrong, but also, the phone is very cheap. Thanks for helping!

Similar Messages

  • Can't send Text messages to Android phones or receive text from any websites

    I cant send text message to android phone or even to my gmail account from iphone 4s. I have disabled iMessage and rebooted the phone. I have also reset my apple password with no luck. This is a corporate phone.

    Hi LASalem,
    Welcome to the Apple Support Communities!
    I understand that your iPhone is not sending/receiving messages to certain devices the way your would expect. To begin the troubleshooting process, I suggest working through the troubleshooting information in the attached article.
    If you can't send or receive messages on your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • Sms send receive and other basic phone functions

    How do send/receive SMS's on iPhone. Is there a "how-to" manual for the BASIC operation functions for day to day telephone use? Don't need pictures, music or computer ********, jst basic mobile phone use at this stage.

    See Here
    iPhone User Guide
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Set of subVIs for sending/receiving SMS written in LabVIEW

    I've just post a set of programs  for GSM modem on the following site:
    https://sites.google.com/site/tstalevski/labview-send---receive-sms-message
    With these subVIs you can send, receive, delete and list SMS meseges. Also you can easily test AT commands.
    If you have some questions regarding to using programs do not hesitate to contact me by e-mail.
    Trajan Stalevski
    [email protected]

    Hi
    There is no need to develope mobile application for
    sending SMS from the PC.
    n general, there are two ways to send SMS messages
    from a computer / PC to a mobile phone:
    Connect a mobile phone or GSM/GPRS modem to a
    computer / PC. Then use the computer / PC and AT
    commands to instruct the mobile phone or GSM/GPRS
    modem to send SMS messages.
    Connect the computer / PC to the SMS center (SMSC) or
    SMS gateway of a wireless carrier or SMS service
    provider. Then send SMS messages using a protocol /
    interface supported by the SMSC or SMS gateway.I would like to know how do you set up the whole thing. What are AT commands and Where do i get thm and how do i use them. i am sorry for asking so many question but i am really interested in knowing this. I am doing my school project which requires me to send sms from my PC.
    Please help!!!!
    Thanks
    Kholi

  • Problem sending/ receiveing SMS on a particular port in an intercarrier n/w

    I am using JSR 120 to send & receive SMS on a particular port. This works perfectly between 2 devices using the same carrier.
    if I try sending & receive inter-carrier SMS, like from T-Mobile device to Cingular device (or vice-versa), my j2me app does not receive any SMS on the port it is listening to.
    When the SMS with a port is sent from my app, I get the prompt for permission to send. On pressing OK, the SMS is sent. On the receiving side, the device on the another carrier network receives the SMS in the default inbox, & not by my app.
    I am not sure if this is a inter-carrier SMSC issue or something to do with my app.
    Pl help.

    Has anyone come across the above mentioned problem? Pl let me know if there is any solution.
    Question simply put : When a j2me sms midlet sends an sms on a unique port to another j2me sms midlet listening on the same port, but served by a different carrier (cellular operator), why does the sms go to device inbox & not to my midlet?
    Thank you

  • How to send chinese sms on CDMA phones (Curve 8330)?

     How to send chinese sms on CDMA phones (Curve 8330)?
    req upgrade next new OS <4.6?!>

    You may want to try Skype.

  • Problem Send Receive SMS in one midlet

    I'm writing one j2me midlet application using WMA library to send and Receive SMS.. Application behavior is : For receiving sms i implemented MessageListner so whenever sms comes, it notify the midlet and in that function i'm creating one thread and receiving sms and doing some parsing. Now i have to reply that sms so i'm sending some reply code by sms in the same thread but then after i'm unable to receive any message. Can any tell me what is the problem behind that? If i comment out send code then my application is able to receive any number of sms. I have used different connector.open objects like SMSREAD and SMSSEND to store message connection.
    Please help me in this. My send and receive part works perfectly if i do send and receive in two different midlets....................
    Any hint.....................
    Thanks in advance for your kind support...................

    LucasArt wrote:
    Can I send/receive sms in my nokia booklet 3g?
    which app can do it?
    Nokia Social Hub found under Programs > Nokia:
    Happy to have helped forum with a Support Ratio = 42.5

  • All my data on my phone got deleted so I restored it through Itunes and now my IMessage will not recieve nor send out messages through my phone number but my email. I've tried alot but non is really working, help please !!

    All my data on my phone got deleted so I restored it through Itunes and now my IMessage will not recieve nor send out messages through my phone number but my email. I've tried alot but non is really working, help please !!

    Ok. You don't have to select your number. Just check your email under your "grey" number and then at the bottom of this page you will see the option "Start new conversations from". Select your number.

  • Why can't I receive sms from other phones ?

    Why can't I receive sms from other phones ?

    Try going to setting->general->reset-> reset network settings. And see if that works.
    You may also want to contact your carrier and see if there is anything funny going on with your profile.
    Best of luck let me know if this helps.

  • Why won't iMessage send/receive PICTURES through my iPad, iPhone, and MacPro on Wifi?

    For the last 2 weeks or so, I haven't been able to send/receive images through the iMessage application on either of my iPad, iPhone 4S, or MacPro. I have tried different Wi-fi connections, I have deleted/re-added email addresses to which I can be reached at/send messages and tried sending different pictures...all unsuccessfully. I try sending them, they say "Delivered" for a moment and then switch to saying "Not Delivered" (in red). I have tried to confirm with other people if they receive the pictures I send, regardless of me seeing the "Not delivered" message, but they say that they didn't receive anything. I have only been able to send pictures once in the last 2 weeks. Can anyone help me with this?

    For the last 2 weeks or so, I haven't been able to send/receive images through the iMessage application on either of my iPad, iPhone 4S, or MacPro. I have tried different Wi-fi connections, I have deleted/re-added email addresses to which I can be reached at/send messages and tried sending different pictures...all unsuccessfully. I try sending them, they say "Delivered" for a moment and then switch to saying "Not Delivered" (in red). I have tried to confirm with other people if they receive the pictures I send, regardless of me seeing the "Not delivered" message, but they say that they didn't receive anything. I have only been able to send pictures once in the last 2 weeks. Can anyone help me with this?

  • Send/receive sms in booklet 3g

    Can I send/receive sms in my nokia booklet 3g?
    which app can do it?
    i installed globetrotter connet - but it doesn't work, i  see message 'no device found',
    but i can still and normal use net via this modem
    Solved!
    Go to Solution.

    LucasArt wrote:
    Can I send/receive sms in my nokia booklet 3g?
    which app can do it?
    Nokia Social Hub found under Programs > Nokia:
    Happy to have helped forum with a Support Ratio = 42.5

  • How send/receive sms in j2me

    Hi Friends,
    I am very new to J2ME.I need source code for sending/receiving sms with J2ME as application.
    Can you give the guidence.
    Thanking you.
    Cheers,
    Sateesh

    yea google is ur friend. also try and get the documentations from jcp.org
    what you need is JSR 205

  • HELP - not receiving sms on android after using ichat

    For the past 3 months, I have lost the ability to receive SMS texts about once a month.
    The first time it happened right after I sent somone an ichat on my ipad. Up until then, I had not used ichat for about one year, which is when I went from an iPhone to an android (and I have not used it since then either). I did some research online and found some suggestions on how to fix the issue. A few forums suggested removing my cell phone # from my Apple Support profile. A few others said to change my apple password. I did both and my messages started coming in about 3 days after they stopped.
    About 3 weeks later, I stopped receiving them again. I looked at my Apple Support profile and found that my cell phone # had been added back in. Thinking that maybe Apple has some job that runs every so often and repopulates information on blank fields, I removed my cell phone # again and entered a bogus #.
    Couple days ago I stopped receiving texts again. I looked at my Apple Support profile and found that the bogus # is still listed so that was not what fixed it the first time.
    I have called ATT (my carrier) repeatedly and they have tried to trouble shoot my problem with no success. They suggest that it's only something that Apple can fix. I have also called Apple and they suggest that it's an ATT issue. No one has been able to help me. It really surprises me that this is not a known issue with a fix.
    So here is the problem in a nutshell:
    I am not receiving sms texts on my android, from anyone at all.. doesn't matter what kind of phone they have or who their carrier is.
    I DO receive mms texts.
    All of my texts are going through no probelm.
    Does anyone have any clue how I can stop this from happening every few weeks? I want to stick with my current phone until the next iPhone comes out. Any leads on this issue are greatly appreciated!
    Thanks!!

    I just don't understand what you mean by "invites". What kind of "invite" did you send "from another gmail to gmail"?
    What about a simple email? Do you receive simple email messages to that address?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to send a sms through froms6i..........

    Can nyone tell me how to send sms through forms6i....................its urgent................

    hey there are many companies giving sms power to you...
    so you can do one thing just make the code below in your button trigger
    and supply the required parameters...
    host('C:\Program Files\Internet Explorer\IEXPLORE.exe http:\\www.'||:IE);
    and then :IE is one of text field there you can write som thing like below...
    http://<your service provider website name and path > ?outLogin=<login>&outPWD=<password>&outMSG=<sms_msg>&outNumber=<phone number>&sign=<signature>
    you have to replace <param name> and make appropriate changes...
    one website i know is....."http://timessms.com"
    Enjoy Oracle....
    Message was edited by:
    Ravi Suthar

  • HT4528 The new iOS6 allows you to send/receive messages from other phones linked to your iTunes account which is great for checking on my kids but I dont want them to be able to add my phone to their messages.  Is there a way to block from being added to

    I updated to the iOS6, and it allows you to view and send messages with any phone on iOS6 and linked to your iTunes account.  You can unselect phones so they dont go out through the phone, but is there a way to block other phones from adding yours?  Example, I don't ind being able to see what my son is sending/receiving on his phone but I don't really want him to be abe to add my phone and see all my messages...

    Simple process. If an iPhone go to the Apple Store and not Verizon
    the phone from Verizon will be a refurbished device and not new unless under the 14 day worry free guarantee
    good luck

Maybe you are looking for

  • Help with EJB 3.0 MEssage Driver Bean Wizard in NetBeans 5.5 preview

    I am using NetBeans 5.5 preview with sun apps server 9.0 . But I am not able to write message driver beans . Can anybody help in this regards ^^ Unni

  • To change/overwrite material price in sales order - while processing

    The scenario is - when the user creates a sales order in system 1, there has to be an RFC called to another SAP system to get the price of the materials in that system. Then it has to overwrite that price in this S.O in system 1. Which user exit in S

  • Video chatting is NOT working.. please HELP!

    alright, this is driving me CRAZY! my firewall is off on my mac and my router. all my ports are open 1-65535. this is driving me nuts.. why isn't video chatting working??!!? i am using leopard.

  • Eprintcent​er and snapfish accounts wont sign in....

    I am trying to use the Savings Center but HP asks me to sign in first. When I do, I enter my HP sign-in information and then it takes me to another screen asking me to link my Snapfish and HP accounts together because they are the same email. When I

  • Screen Calibration?

    What I believe I'm producing in Lightroom when opened in another application or viewed for instance on FB, is a much different image.  Screen Shot 24 below is the image I produced in Lightroom. The image below is out of MS Office Picture after the .R