- This topic has 7 replies, 2 voices, and was last updated 10 years, 4 months ago by
Brandon Batie.
-
AuthorPosts
-
dome1982Memberhello I apologize in advance for my English. I developed an app with MobiOne. This app communicates with a reader bluetooth, up to version Android 4.2.2 everything works properly but with the Android 4.4 update to the application closes every time the device connects or diconnette the reader with bluetooth. how can I solve it? thanks
Brandon BatieMemberHi dome1982,
One thing that may help is to use the GapDebug tools to try to identify the root cause. More info can be found on GapDebug here: https://www.genuitec.com/products/gapdebug
A few more details could also help us out.
1. What version of Mobione are you using?
2. How is your app communicating with the bluetooth reader? (i.e. Cordova/phonegap plugin, 3rd party api, etc)The more details you can share the better we can help you.
dome1982Memberhi thanks for the help,I use the latest version of MobiOne for communication use cordova, I thought I’d give the app root permission but nothing has changed now I wanted to change the Android manifest and add the command <uses-permission android: name = “android.permission.BLUETOOTH” /> but do not know how to MobiOne. can it work?
Brandon BatieMemberHi,
Its not possible to modify the manifest file using mobione.
dome1982MemberI had imagined, but I noticed that Android manifest is changed depending on the features that add to the app, there is a functionality that allows me to have those permissions? sorry for my english
Brandon BatieMemberWhen you build your android app there is a permissions screen you can select the permissions but it only allows the official default PhoneGap/Cordova plugin API, not 3rd party or extended plugins.
dome1982Memberso there is no way to solve the problem?
Brandon BatieMemberUsing the Mobione app center it won’t be possible. However, if you want to build it on your own you can modify that and build using the PhoneGap Command Line Interface or even the Phonegap build services.
-
AuthorPosts