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

Android BOOT_COMPLETED not received in Huawei device

I am currently working on a reminder app and the BootReceiver is not executed when the Huawei device is rebooted. I have tested the app in other android devices and it works perfectly, except for Huawei specific devices. I have tried the…
0
votes
1 answer

Androidx fontscale not working on HuaWei Mate20

I am using Androidx 1.1.0, when i override the "getResources()" function in my "AppCompatActivity" when i set the fontscale to 1.5f in the "getResources()" function, it does not work. And i change the androidx library to support library it works…
DevSSY
  • 89
  • 1
  • 2
0
votes
0 answers

Android Keyboard Not showing up (not working accross any apps)

Phone : HUAWEI ANDROID : 7.0 When I tap on any textfield in any of my applications on the phone, the keyboard is no longer displaying. I tried: Restart, Power Off, Wait, Power On None of the above worked. The only thing that seemed to work is…
0
votes
1 answer

Package names for Phone app on Huawei phones

I am developing android app and want to launch Phone app from one of my dashboard screen. But Phone app is merged with contacts app, and when I open it opening contacts app by default,instead it should open Phone app. I have set , …
user3863488
  • 227
  • 1
  • 13
0
votes
1 answer

android studio can't debug via usb

i try to debug my android app via usb, and first time i run it works perfectly, but i close android studio and restart again,it reports (i checked usb debug option is open) 12/12 23:48:42: Launching 'app' on HUAWEI VTR-AL00. $ adb shell am start -n…
ratsafalig
  • 442
  • 5
  • 21
0
votes
1 answer

ARCore supported devices Huawei related

I need your advice I am going to buy huawei model y9 that is launched in 2019.But it has 3 models y9/y9s/y9 prime each OS is above 8.0.But in official documentation of ARCORE supported devices it is mentioned only y9(2019).Does it means y9s/y9 prime…
user10324737
0
votes
0 answers

Release Apk is not installing in Honor 6X-BLN-L22

I am trying to install release Apk(apk shared using whatsapp), it is working on moto and lenovo but not in Honor 6X-BLN-L22 When tring to install it is going to settings page to asking to enable/allow install from unknown sources but it is enabled …
0
votes
0 answers

Connect to wifi AP programmatically with Huawei

We are working in an application where we connect to several wifi AP. The only device where we located the problem is a Huawei device, concretely Huawei P20 PRO (Android 9.1). We are able to connect to wifi AP not protected with password, but if it…
0
votes
1 answer

Why gammu only works with sudo?

I use gammu on a Raspberry PI 3, running Ubuntu 18.04.3 and a Huawei E303C 3G modem (in "/dev/ttyUSB0"). The program seems to work fine, but I always need to invoke "sudo" to complete the commands. Otherwise the following message is displayed:…
0
votes
2 answers

Xamarin Forms App crashing on Huawei P20 Pro

I've built an app that successfully runs on all sorts of Android devices. It was compiled for Android 8, but the device it's running on is Android 9. Every time I open it on this Huawei P20 Pro, I get a crash. The only sensible error I can see…
0
votes
1 answer

How to handle service application failures developed by Hive JDBC?

I'm developing a service application based on the Hive jdbc-examples project, fail to run the application. I normally use Huawei's big data products to perform Hive's jdbc sample development, which always fails to run the application.
Shengmin Zhao
  • 601
  • 6
  • 5
0
votes
1 answer

Huawei App Gallery rejects my app with insufficient reason

I've uploaded an app to Huawei AG but rejected by a message like "Dear developer, the functions in your App are unavailable and we can not edit content in it after we logged in successfully, please modify it." My app is already available on…
0
votes
1 answer

Huawei Appgallery Publishing Problem - Manifest Warnings

I am trying to upload an APK file to Huawei App gallery and after submitting it to review i got this result with two warnings https://i.stack.imgur.com/agQWz.jpg FIRST Warning : Incorrect adaptive devices. Check whether the configuration in the…
Mnaweshy
  • 1
  • 3
0
votes
1 answer

TreeMap not sorting elements on some devices

My Object: public class School{ TreeMap classes = new TreeMap<>(); } This is how I save the objects to Firebase Realtime DB: mDatabase.child("School").setValue(school); This is how I retrieve the objects fromFirebase Realtime…
Mena
  • 3,019
  • 1
  • 25
  • 54
0
votes
1 answer

Google Docs main activity: couldn't find address

I am developing a Huawei custom Theme. I was trying to change some Google apps (Documents, Sheets and Slides) icons. So I used as address their package name e.g. com.google.android.apps.docs.editors.slides Since it didn't work, I tried with some…
Jamax
  • 3
  • 2