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
5
votes
0 answers

Switching mode of my Huawei E3531

I'm using Mac OS X. I bought this Huawei E3531 because I need to use it as a GSM modem trough AT commands to send SMS. Connection is fine and all works great, but I need to switch the mode so that it can works as a serial modem and I can connect to…
Davide
  • 1,931
  • 2
  • 19
  • 39
5
votes
0 answers

Logcat Screen Record with Huawei

Using logcat screen record with Sony Xperia D2303, Samsung Galaxy Tab 10, Asus ZenPad z170 without any problem, I cannot manage to make it work with Huawei Y6 2017. It stays grayed. The screenshot function works, the logcat is readable, though. I…
CAZ
  • 119
  • 8
5
votes
2 answers

Huawei Watch 2 NFC FEATURE not available?. Android Wear 2.0

In short: On the Huawei Watch 2 it seems like NFC is available and enabled but NFC_FEAUTURE is not, hence nfc is not working properly. Trying to develop the ability to simply read and display NFC tags on the Huawei Watch 2 raises some…
5
votes
2 answers

Application background service stopped when swiped up in China Phone

I have been searching for answers regarding this problem with China phone (Oppo, Huawei, XiaoMi, Vivo, etc.) when app is swiped up (close), the background services stopped running. Most of the solutions were: Include START_STICKY and use…
user8824475
5
votes
0 answers

Logcat on Huawei Honor 8? Background Debug Password?

recently I aquired a Honor 8 and updated it to EMUI 5. When I started testing my projects, I noticed that nothing was shown at the logcat, i searched and it was a common problem in Huawei Smartphones that can be solved by dialing *#*#2846579#*#*,…
5
votes
0 answers

Android special permissions from individual manufacturers (especially Huawei)

There are some phone manufacturers that require special permissions in order to to routine stuff you would do without any permissions on ordinary phones. If you don't include those specific permissions in your Manifest, your app crashes. So, the…
5
votes
0 answers

How to get string array with Protected Apps List (Huawei)

I know how to launch the Activity where are listed the Protected Apps in Huawei, using this: "Protected Apps" setting on Huawei phones, and how to handle it But I need to know if exist some way to get the protected apps list in a String and Verify…
gMendeZm
  • 185
  • 1
  • 1
  • 9
5
votes
2 answers

Intent BOOT_COMPLETED not working on Huawei device

I want to listen to APN Changes in my Android App. Therefore I start a Service on android.intent.action.BOOT_COMPLETED. This Service starts a ContentObserver which listens to changes to content://telephony/carriers/preferapn. I tested this setup on…
5
votes
0 answers

Strange Huawei Exception

I see strange exception in flurry. This Exception appears only on Huawei devices with android 5.1 and 5.1.1. I can't reproduce it. May be somebody know what this exception mean? And how i can reproduce it? UnknownException at…
Anton111111
  • 656
  • 1
  • 7
  • 23
5
votes
0 answers

On Huawei Android devices with a fingerprint scanner createConfirmDeviceCredentialIntent() does not allow fingerprint unlock

When using KeyguardManager.createConfirmDeviceCredentialIntent() on Huawei device which have a fingerprint scanner (eg. P9), the screen only works with PIN/Password but does not allow unlock with the fingerprint scanner. On most other brands that…
5
votes
1 answer

^SMMEMFULL:"RAM" error message in HUAWEI K2540 dongle

After receiving a number of +CMT messages (around 20-30, not sure) into TE (Terminal Equipment) I get this error: ^SMMEMFULL:"RAM" and will no longer see the incoming SMS messages, the same error comes instead of each SMS message. My Modem…
user6413892
5
votes
3 answers

How to keep a Service alive?

How Whatsapp service keep working in background in huawei phones ? I removed whatsapp of protected apps but Whatsapp service not closed in screen off time. I'm writing critical app that need to run every time but my service killed in screen off. I…
5
votes
0 answers

How to remove Huawei EMUI launcher icon background in Android code

Is there a way to disable the showing of launcher icon background on Huawei's EMUI? My launcher icon HAS a transparent background, and IS .PNG file. On every other mobile phone, which don't have EMUI, the launcher icon has transparent background…
ravenns
  • 115
  • 1
  • 11
4
votes
1 answer

Unable to get Huawei Mapkit to display a map (Used source code from the official codelab)

I tried following the instructions in the official codelab Here's a link to the corresponding source code: https://github.com/huaweicodelabs/MapKit What I did: Modified the packagename(AppGallery Connect portal doesn't allow apps with package-names…
4
votes
1 answer

react-native-hsm-maps implemented but shows blank?

I need to implement Huawei maps in my application, the version that I installed in my package.json file is: "@hmscore/react-native-hms-map": "^5.2.0-302" after installation I tried to do what ever docs says so you can see my configs in different…
Ash Archin
  • 421
  • 9
  • 21