Send or Receive Free SMS in Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2018
  • Send or Receive #Free #SMS in #Java is very easy for beginners. You will get 100% guide over here if stuck anywhere while coding.
    Using your own mobile device you can send or receive free SMS in your Java Project.
    We have just developed a GSM Modem application in android for doing such assume task for you to receive or send free SMS,
    You may find complete guide: sindhitutorials.com/videos/an...

ความคิดเห็น • 106

  • @tariquehassan6413
    @tariquehassan6413 5 ปีที่แล้ว +2

    Very much useful! 👌
    Good job, sir.

  • @argieabedejos1488
    @argieabedejos1488 5 ปีที่แล้ว +4

    Thank you so much for your application.. I have just tried it right now and poof!!! it works.. it gives joy into my heart :-) Thank you so much Sindhi..
    I'm from Philippines by the way, and your great app works here :-)

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      You are welcome with bunch of love

    • @mr.RAND5584
      @mr.RAND5584 4 ปีที่แล้ว

      Galing mo sana magawa ko rin

  • @muhammadayoub9161
    @muhammadayoub9161 5 ปีที่แล้ว

    Great job sir
    Thanks

  • @dazaiizamoraluces4461
    @dazaiizamoraluces4461 2 ปีที่แล้ว

    Hello brother, Regarding in the receiving SMS. The reply don't show in the console. It returns null. Please help

  • @MehboobHingorjo
    @MehboobHingorjo 5 ปีที่แล้ว +2

    Nice video ..

  • @customspace
    @customspace 4 ปีที่แล้ว

    I'm not getting output. I did everything as shown in vedio. I am unable to trace the problem😞

  • @kayeshparvez
    @kayeshparvez 4 ปีที่แล้ว

    What is the use-case of receiving sms ? Why it is called "Receiving SMS", it is not really receiving any sms rather getting a GET request.

  • @Abidhussain-of3zm
    @Abidhussain-of3zm 3 ปีที่แล้ว

    Can you please tell me why its not sending message rather its shows the success status but I am not reviving any message in my mobile number

  • @zachdods
    @zachdods 4 ปีที่แล้ว +1

    please can you explain how to install the GSM helper tool on my pc? i have downloaded it but when i run it it still says it isn't installed, there is no way to know how to do this

    • @SindhiTutorials
      @SindhiTutorials  4 ปีที่แล้ว

      You need to install helper tool application with it. See the videos how we can do that

  • @msadekhamid2140
    @msadekhamid2140 4 ปีที่แล้ว

    Thank you for your video, Is it possible to set up the Server adress with a public @IP, and then use the application without a wifi connection? Thank you

    • @SindhiTutorials
      @SindhiTutorials  4 ปีที่แล้ว

      Yes it is possible. See port forwarding concept

  • @usamairshad6781
    @usamairshad6781 3 ปีที่แล้ว

    sir You didn't explain which address you are using in Sender class and which port you are using and why? and also which port you are using in receiver class? reply as soon as possible please

  • @ataurrahman7695
    @ataurrahman7695 4 ปีที่แล้ว

    How to send SMS from Bluetooth connected mobile?

  • @balarathnamgundu5672
    @balarathnamgundu5672 4 ปีที่แล้ว

    hi i have one question can we fill otp automatically from mobile to our pc

    • @SindhiTutorials
      @SindhiTutorials  4 ปีที่แล้ว +1

      You need wifi USB adapter after that you can make a connection between your PC and phone

  • @education_beauty
    @education_beauty 3 ปีที่แล้ว

    Sir AGR hme in logo ko msg bhejna ho jin ko user enter krata hai to kaise kre gai

  • @abdulrafaysiddiqui7779
    @abdulrafaysiddiqui7779 4 ปีที่แล้ว

    when sending large number of sms android is asking for permission ... how can i avoid that?

  • @abhishekkumar4724
    @abhishekkumar4724 5 ปีที่แล้ว +1

    Sir, how did you initialize the values for sending message? As in, from where do we get the values of 'Address' and 'port'. Also, the number you entered is the sender's number, right?

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      You will find in the Android application

    • @abhishekkumar4724
      @abhishekkumar4724 5 ปีที่แล้ว

      @@SindhiTutorials Thank You sir. Can you mail me the source code for receiving SMS on uniqueabhi333@gmail.com. Thanks

    • @abhishekkumar4724
      @abhishekkumar4724 5 ปีที่แล้ว

      ​ Sindhi Tutorials Please tell the code for receiving, between 71st & 76th line. It's not shown in the video.

    • @abhishekkumar4724
      @abhishekkumar4724 5 ปีที่แล้ว +1

      @Sindhi Tutorials Sir, please reply.

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      Yes I will share you code tonight. Don't worry

  • @muzamilnawaz5535
    @muzamilnawaz5535 5 ปีที่แล้ว +1

    Sir it printed no output?

  • @rajkumarbommarathi3923
    @rajkumarbommarathi3923 ปีที่แล้ว

    Iam getting this errors how to solve it.
    Exception in thread "main" java.net.ConnectException: Connection refused: connect
    at java.base/sun.nio.ch.Net.connect0(Native Method)
    at java.base/sun.nio.ch.Net.connect(Net.java:579)
    at java.base/sun.nio.ch.Net.connect(Net.java:568)
    at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
    at java.base/java.net.Socket.connect(Socket.java:633)
    at java.base/java.net.Socket.connect(Socket.java:583)
    at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
    at java.base/sun.net.www.http.HttpClient.(HttpClient.java:279)
    at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:384)
    at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:406)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1309)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1057)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
    at BackEnd.SendOtp.main(SendOtp.java:25)

  • @harshmittal1570
    @harshmittal1570 4 ปีที่แล้ว

    Sir error is coming "app not installed" though I have installed the app and my PC and mobile are on same wifi network. Please help asap 😭😭😭😭

  • @muzamilnawaz5535
    @muzamilnawaz5535 5 ปีที่แล้ว +1

    Kindly reply. ....no response in sending section.

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      Please check that your server is running, what is the response can you please post here

    • @muzamilnawaz5535
      @muzamilnawaz5535 5 ปีที่แล้ว +1

      Is server necessary for sending section?? , although i have internet connection

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      Yes when you want to send SMS you need to start server first. But not needed for receiving SMS. For receiving SMS you need to check on button with specific URL where you want a SMS, it may find check box in settings

  • @movitronixindia
    @movitronixindia 4 ปีที่แล้ว

    What is the username and password? Message username and password is incorrect status 422

    • @SindhiTutorials
      @SindhiTutorials  4 ปีที่แล้ว +1

      I have given a screen user management. Where you can add new user so that you can access service

  • @movitronixindia
    @movitronixindia 4 ปีที่แล้ว

    How to resolve this.

    • @SindhiTutorials
      @SindhiTutorials  4 ปีที่แล้ว +1

      What? I said please check User Management screen in your device, where you must add your new user and password for it.

  • @movitronixindia
    @movitronixindia 4 ปีที่แล้ว

    What is the maximum message can send in One go?

    • @SindhiTutorials
      @SindhiTutorials  4 ปีที่แล้ว +1

      Only one. You should do in loop in your programing

    • @movitronixindia
      @movitronixindia 4 ปีที่แล้ว

      @@SindhiTutorials pls help me. What is the credentials for it?

  • @user-pp8qg8cs5l
    @user-pp8qg8cs5l 2 ปีที่แล้ว +1

    Hello

  • @muzamilnawaz5535
    @muzamilnawaz5535 5 ปีที่แล้ว +1

    But you have not tell to start the server, can you plz tell us how to do it??

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      Open Android app you will find start button there just press there

    • @muzamilnawaz5535
      @muzamilnawaz5535 5 ปีที่แล้ว +1

      @@SindhiTutorials actually i am not working on android i am working on netbeans java desktop.
      please guide me according to that.

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      No matter bro, tell me here. What is the problem you're facing? Have you install Android app + helper tool in your device?

    • @muzamilnawaz5535
      @muzamilnawaz5535 5 ปีที่แล้ว +1

      @@SindhiTutorials sir actually problem is i have coded exactly like u did in my .java file but no output is coming means inputstream is printing nothing and program ends empty handed

    • @SindhiTutorials
      @SindhiTutorials  5 ปีที่แล้ว

      Then please check url in browser it is working or not

  • @user-pp8qg8cs5l
    @user-pp8qg8cs5l 2 ปีที่แล้ว +1

    سلام

  • @AlanNnAllan
    @AlanNnAllan 3 ปีที่แล้ว

    4:09

  • @usamairshad6781
    @usamairshad6781 3 ปีที่แล้ว

    sir You didn't explain which address you are using in Sender class and which port you are using and why? and also which port you are using in receiver class? reply as soon as possible please

  • @usamairshad6781
    @usamairshad6781 3 ปีที่แล้ว

    sir You didn't explain which address you are using in Sender class and which port you are using and why? and also which port you are using in receiver class? reply as soon as possible please

  • @usamairshad6781
    @usamairshad6781 3 ปีที่แล้ว

    sir You didn't explain which address you are using in Sender class and which port you are using and why? and also which port you are using in receiver class? reply as soon as possible please

  • @usamairshad6781
    @usamairshad6781 3 ปีที่แล้ว

    sir You didn't explain which address you are using in Sender class and which port you are using and why? and also which port you are using in receiver class? reply as soon as possible please