Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6574923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:19:25+00:00 2026-05-25T15:19:25+00:00

There are several days that I look for a solution of my problem :

  • 0

There are several days that I look for a solution of my problem :

I develop an application which allows to send SMS.

So, if I wish to send a grouped SMS since a htc, it’s impossible because the separator character has to be a semicolon (;). Thus if in my Java code I replace my comma (,) by a semicolon (;) it works for the htc, but no more for others Androphones.

Have somebody any idea ? Knowing that I had thought of detecting the model of the androphone but it is impossible, no class exists below API LEVEL 12. (I use API LEVEL 7 and I don’t have to change)

For more information see usb device name.

My JAVA code :

for(int i = 0; i < listProches.size(); i++) {
  phoneNumbers = phoneNumbers + listProches.get(i).getTelephone()+";";  

   }

phoneNumbers = phoneNumbers.substring(0, phoneNumbers.lastIndexOf(";"));

Intent smsIntent = new Intent(Intent.ACTION_SENDTO,Uri.parse("smsto:" + phoneNumbers)); 
smsIntent.putExtra("sms_body", popupTexte);
startActivity(smsIntent);

Thanks for your help !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:19:26+00:00Added an answer on May 25, 2026 at 3:19 pm

    I found a solution concerning my problem on htc. As I said to you, I tried to return how the MANUFACTURER of the androphone, and after detailed researches I found!!!

    I give you the answer, and it works from API LEVEL 1 :

    private  String  MANUFACTURER = android.os.Build.MANUFACTURER;  
    
    if(MANUFACTURER.toLowerCase().contains("htc")){
    
    telMobileproches += ";"; 
    Log.v("MANUFACTURER", MANUFACTURER);
    }
    
    else{
    telMobileproches += ",";
    }
    

    See more details here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There are several web applications which allow you to send photos from your mobile
These days I come across several Google search results that contain sites with links
There have been several questions over the past few days about the proper use
I have an application that has several stores , and each store has several
There are several types of objects in a system, and each has it's own
There are several ways to iterate over a result set. What are the tradeoff
There are several plugin options for building a search engine into your Ruby on
There are several different methods for converting floating point numbers to Integers in JavaScript.
There are several people about (myself being one of them) who have been developing
There are several similar Oracle technologies - Oracle Streams, Oracle Change Data Capture and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.