Questions tagged [huawei-mobile-services]

Use this tag for programming questions relating to HMS Core. HMS Core is an assortment of open device and cloud capabilities provided by Huawei Mobile Services (HMS). Noteworthy capabilities include: Account Kit, In-App Purchases (IAP), Push Kit, Game Service, Location Kit, Map Kit, Ads Kit, and ML Kit.

HMS Core is a collection of basic mobile service end-to-cloud capabilities, dedicated to helping developers build high-quality apps with minimal hassle.

HMS Core Kits

App Services

  1. Account Kit ()
  2. Ads Kit()
  3. Analytics Kit ()
  4. App Linking
  5. Awareness Kit
  6. Drive Kit
  7. Dynamic Tag Manager
  8. Game Service
  9. Health Kit
  10. Identity Kit
  11. In-App Purchases ()
  12. Location Kit()
  13. Map Kit()
  14. Push Kit ()
  15. Quick App
  16. Scan Kit
  17. Site Kit
  18. Wallet Kit

Graphics

  1. Accelerate Kit
  2. AR Engine
  3. Computer Graphics Kit
  4. GameTurbo Engine
  5. Scene Kit

Media

  1. Audio Engine
  2. Audio Kit
  3. Camera Engine
  4. Image Kit
  5. Panorama Kit
  6. Video Kit
  7. WisePlay DRM

AI

  1. ML Kit()
  2. HUAWEI HiAI Foundation
  3. HUAWEI HiAI Engine
  4. HUAWEI HiAI Service

Smart Device

  1. CaaS Engine
  2. Cast Engine
  3. DeviceVirtualization Engine
  4. OneHop Engine
  5. Share Engine

Security

  1. Fast Identity Online(FIDO)
  2. Safety Detect
  3. LocalAuthentication Engine
  4. DataSecurity Engine

System

  1. hQUIC Kit
  2. Nearby Service
  3. Wireless Kit

Resources

Join to keep up with latest news and activities of HMS Core. Community where you can exchange insights, discuss puzzles and share experience with developers.

Get the latest open-source code examples to help you easily integrate HMS Core capabilities. Participate in open source project, contribute valuable suggestions about code example improvement to benefit more developers

The HUAWEI Codelabs provide a technical guidance, tutorial and hands-on coding experience. For example, enabling HUAWEI Account Kit, enabling HUAWEI Map Kit, etc.

The video courses help introduce the features, usage scenarios, and benefits corresponding to HMS Core Kits, as well as explaining how best to integrate and implement them.

  • Technical Support:

Europe: developereu@huawei.com

Asia-Pacific region: developerapac@huawei.com

Latin America: developerla@huawei.com

Middle East and North Africa: developermea@huawei.com

South Asia: developersa@huawei.com

1390 questions
0
votes
1 answer

How to send SMS from PHP application using Huawei e8372 Wingle

I have a Huawei E8372 LTE Wingle, I want to connect to this device using PHP code to send SMS programmatically. I have tried to find how to connect it. I am using this device on Windows 10 64-bit operating system.
Abdul Rahman
  • 1,669
  • 4
  • 24
  • 39
0
votes
0 answers

my phone does not show exception message

I am a new android developer and sorry for my poor English, I got a new phone (Huawei 6X). When I debug with my phone android studio it doesn't show my exception message and always shows this: `06-03 15:21:40.668 2077-14971/? E/DatabaseUtils:…
0
votes
0 answers

EditText on Huauei; unable to insert number with two or more digits

I'm facing a strange problem with my code. This is my layout:
giozh
  • 9,868
  • 30
  • 102
  • 183
0
votes
3 answers

Android no on screen keybord ( only voice )

I have a Huawei P9. I unlocked the bootloader : fastboot oem unlock CODE and I installed custom recovery : fastboot flash recovery twrp-3.1.0-0-frd.img I restored the phone to factory settings from phone settings and , from TWRP , wiped the cache…
0
votes
0 answers

Android pick and crop image with Huawei

in my app i let the user select an image and crop it afterwards. After this the image is set to an imageView. I didnt have any problems with my solution until i got a message yesterday from two people with a Huawei smartphone with the same Problem.…
babaum
  • 17
  • 4
0
votes
1 answer

How to enable logcat output on Huawei MediaPad M3

The MediaPad M3 does not log anything related to the app I am developing (compared to other Android devices). I understand that the log level usually can be set on Huawei devices via a hidden menu. I came across these instructions many times while…
Dean Panayotov
  • 332
  • 4
  • 16
0
votes
2 answers

Notification Huawei EMUI

Iam writing notification app. To set notification i use AlarmManager. All seems to working well, unfortunately not in Huawei. When user close app notifications not comming (on other devices LG,NEXUS all is working well). Any idea how to fix it? …
Ikazuchi
  • 433
  • 2
  • 12
0
votes
1 answer

Android - Huawei Protected apps

i'm creating an app on my Huawei P9 Lite. There are notifications, but when i close the app, notifications aren't fired. Problem is in "super function" Protected apps list. Is there any way, how to enable my app in this list from manifest…
0
votes
1 answer

Android App get killed in HUAWEI phone

Few days ago I moved to HUAWEI P9 phone and try to keep developing my app. My new problem (have not seen it on other devices..) is that my app is getting killed after the screen turns off (not immeditaely but after a minute or too). To be sure that…
lior
  • 21
0
votes
1 answer

Ionic 2 android display layout and functions

I'm testing my app on a Huawei G535 and the layout is way out of position and the buttons do not click. I am using Ionic 2. I tested this on my emulator and browser and everything is fine. I don't have another phone to test it on, but if there is a…
SGhaleb
  • 979
  • 1
  • 12
  • 30
0
votes
0 answers

Service closes when I close my app

I have got a probel becaust I tried to install my app on my new Huawei p9 lite and all worked fine, but after closing app my service that should be in background closes too. I installed that app on other phones and it worked fine. Why??? Please…
0
votes
0 answers

using several huawei e303 modems on 1 computer

I have a problem. So, i connected 3 huawei e303 modems to my computer. I can see their interfaces and IPs that were given them by system. Here is an example `modems = [] modem_temp = modem_sys() for temp in interfaces(): addr =…
vadimaid
  • 3
  • 1
  • 4
0
votes
0 answers

Alarm Manager and Sticky service stops after killing app on some devices

I have an app wchich should do some work once per day. I'm using AlarmManager and setExact(...) method (set(...) on pre KitKat devices) and custom BroadcastReceiver. This code works on all tested phones (android versions between 4.2 and 6.0.1), but…
0
votes
0 answers

Android 6.0: Positive Button of AlertDialog not working

For some reason, when clicking the positive button on an AlertDialog the dialog closes but none of the defined methods within the handler is executed. Currently, this only happens on a Huawei-ALE-L21 running Android 6.0. For all other devices, the…
-1
votes
1 answer

I need to decumentation for configration Gpon

I learn configration Gpon , i need decumentation I expected that gpon available in configration and i can learn it from youtupe and sites but it not available in google Or I not know access to it I neet to help me please sier