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

Huawei Emulator driver

I was trying to connect my huawei Y6 to pc windows_7 ,in order to make it as emulator in android_studio .. But unfortunately the MRD-LX1F Huawei Driver is not working/Detected ..Plz can any one help me
0
votes
1 answer

BOOT_COMPLETED not working on Huawei devices

I noticed that my Huawei test device (Huawei P20) does not detect action BOOT_COMPLETED, while other test devices do (Samsung ...). I know that adding my application under-protected apps (Manual Mode) would solve my problem, but my end users do not…
user2919628
  • 9
  • 1
  • 3
0
votes
1 answer

Unable to install an application via Android Studio

I'm currently coding an android application, and since yesterday, my phone refuses to install it. I've checked the logs available via ADB, and I found a line saying: PackageManager: Package com.package.example signatures do not match previously…
Jov
  • 3
  • 1
0
votes
1 answer

Data Roaming issue SIM7600 and Huawei Y9

I have a strange issue with sim7600 minipcie Module.Data roaming is not stable.Let me explane exactly issue: we have 3 devices: A- SIM7600(minipcie) + Openwrt base on Mediatek B- Huawei E5172, CPE modem C- Huawei Y9 2019, Cell Phone ISP SIM CARD…
0
votes
1 answer

How to set up a network-manager service to configure a modem connection automatically?

I try to connect USB Huawei E8372 modem on my Ubuntu 18.04. dmesg command gives an information: [ 371.616615] cdc_ether 1-6:1.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-6, CDC Ethernet Device, 0c:5b:8f:27:9a:64 [ 371.616948] usb-storage…
0
votes
0 answers

Fingerprint scanner triggers home action on Huawei P10

I'm using FingerprintManager / BiometricPrompt (depending on Android version) to get access to KeyStore. Yet on phones that have single capacitive key for "Home" and scanner (like Huawei P10) calling fingerprint scanning functions mentioned triggers…
0
votes
1 answer

IPSec L2TP - Tunnel pass and handshake interval (Huawei router)

On the server, I installed the VPN using the "setup-ipsec-vpn" script of the hwdsl2 user. I found him here. As a result of its actions, the script provided me with: User name, password and IPsec PSK code. However, on the router, I have to put…
Sokołow
  • 521
  • 5
  • 18
0
votes
2 answers

App doesn't show up in the apps menu on Huawei Watch 2

I'm implementing an application in Android Studio. I'm running into a problem using my Huawei Watch 2. The app works fine, but I don't understand why it doesn't show up in the apps menu on the watch. Going to Settings -> Apps and notifications ->…
DoctorWho
  • 1,044
  • 11
  • 34
0
votes
0 answers

Why am i getting a SIGSEGV error when attempting to use Huawei AR Engine functions

I am trying to hook into the Huawei AREngine in a native renderer. the library is connected and I have managed to call a function from the API, but I cant get anything that needs the JNIEnv or context or Activity to work without throwing a…
0
votes
1 answer

Low FPS on Huawei phone while running Android app

For some time I've been making Android game based on canvas library. I decided to make an endless runner. I tested it on several devices. On my old Sony M4 Aqua, also Huawei Y6, and Samsung S8 everything seems to be alright, but when I tested it on…
Tricky
  • 1
  • 2
0
votes
2 answers

Android background service stopped/paused on Huawei

I have developed an Android app that has a background service that runs endlessly and saves on a local SqLite DB the results of bluetooth scan and GPS positions. Only on Huawei devices this service seems to be paused or stopped for some minutes (I…
0
votes
2 answers

React Native Developer Menu on Huawei Mate 20 Pro

How to open react-native developer menu on Huawei Mate 20 Pro (connected via USB)? I run app by react-native run-android Shaking and this is not working: adb shell input keyevent 82 Also i did: adb reverse tcp:8081 tcp:8081
Skodsgn
  • 940
  • 1
  • 10
  • 33
0
votes
0 answers

Is there a good solution to restart service after the app is killed?

I'm developing an alarm clock application, and I find that alarms will be deleted when the app get killed. I am wondering is there a good solution to fix that problem? I tried return "START_STICKY" in service, it works when I test on simulators,…
0
votes
1 answer

Pysnmp problem loading MIB text and py files

I'm having problems with the pysnmp package. I want to connect to the OLT device from Huawei MA5600. I have his MIBs in text format * .mib the idea is to get the temperature, energy consumption among others I have the following code from…
0
votes
0 answers

Huawei doesnt update location using Google maps API v2

I have a location tracking feature in my app, it works just fine in Samsung devices, but when I run it in Huawei it crashes says mLastLocation is null. I'm using Google maps API V2 location callbacks in onCreate method: locationManager =…
Abdalltif Basher
  • 617
  • 7
  • 19