question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Platform not supported" on Android 6.0.1 (Lenovo Tab2 A10-30).

See original GitHub issue

So I got this same error when the tablet was on 5.1, so I updated to 6 hoping it will solve the problem, but I still get “Platform not supported”. The same code works flawlessly on Android Nougat on a different device. What could be the problem? This is my code:

 var app = {
    sendSms: function() {

          var options = {
            replaceLineBreaks: false, // true to replace \n by a new line, false by default
            android: {
                intent: ''  // send SMS with the native android SMS messaging
                //intent: '' // send SMS without open any other app
            }
        };
        sms.send(thisalt.split(" ").pop(), "check check", options);
    }
};

Thanks a lot for all your hard work, it is greatly appreciated!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dbaqcommented, Jan 8, 2018

Hey @mulic3,

Here is what I do to check if your device can send SMS.

https://github.com/cordova-sms/cordova-sms-plugin/blob/master/src/android/Sms.java#L119-L122

Are you sure this tablet as the FEATURE_TELEPHONY?

Cheers,

0reactions
dbaqcommented, Aug 30, 2018

Closing this as no answer, please free to reopen it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Guide for Android Tablets - Lenovo Support US
Troubleshooting Guide - Android Tablets. ... If system will not boot successfully into Android but appears to Power On (Backlight on the display...
Read more >
Android Upgrade Matrix - Lenovo Support US
Smartphone Model Android OS at. Time of Launch Upgrade Plan Available Lenovo Vibe A Android 5.0 Lollipop No upgrade planned Lenovo Vibe A Plus Android...
Read more >
Re: did anyone upgrated the Tab 2 A10-70F to marshmallow 6.0
Again: there is no Android 6 for this tablet! There's just Android 4.4 and 5. I have a collection of firmwares here.
Read more >
Re: Lenovo TAB 2 A10-30 TB2-X30F Super low microphone ...
Latest update came with Android 6.0.1. And then i found that microphone doesn't work with VoIP apps anymore. In fact the volume level...
Read more >
Re: Lenovo Tab 2 a-1070f signature verfication failed on 6.0 ...
1 that was working from when brand new. Today I noticed a 6.0 marshmallow update. I downloaded. Ok'd install and I received this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found