Questions tagged [baidu]

Baidu is a Chinese web services provider that offers APIs for cloud-based storage and application testing, in-app ads, location-based services, analytics, search and others.

The vast majority of Baidu services are offered only in Chinese. Only a few of Baidu's APIs have documentation in English - http://developer.baidu.com/en/index.html

More information about Baidu on Wikipedia.

95 questions
0
votes
1 answer

Amazon SNS publish topic to Baidu Cloud Server

Is there any way to publish a topic from Amazon SNS to multiple mobiles with Baidu cloud service? Currently, when publish a message from SNS to baidu, I need specify EndpointArn which created with userid and channelid information. These information…
Tam
  • 94
  • 1
  • 8
0
votes
1 answer

Android app that integrates Baidu Map Navigation failed on BaiduNaviManager init

To integrate Baidu Map Navigation into one of my Android apps, I followed the implementation in the Baidu Map Navigation officail demo. However, my app fails at BaiduNaviManager.getInstance().init. I checked Logcat and saw the exception pasted…
Ning
  • 1
  • 2
0
votes
1 answer

How to disable Baidu default notification

I am able to successfully register and receive Baidu push notification. Based on the payload I receive, I wanted to show my custom notification. But I am not able to disable the default notification, Baidu is showing in the notification bar when a…
Ravi Kumar
  • 339
  • 2
  • 11
  • 24
0
votes
1 answer

How to translate multiple words/sentence through Baidu

I am developing an application in iOS where I need to add a functionality to switch the application language in Chinese/English. I am using Baidu API to achieve this. I am able to translate single world or complete one sentence. But suppose my has…
tauheed
  • 161
  • 1
  • 12
0
votes
1 answer

How to deploy a PaddlePaddle Docker container with GPU support?

There're slight discrepancies in the documentation Docker deployment for PaddlePaddle as compared to the documentation to manually install PaddlePaddle from source. The documentation from the Docker deployment states after pulling the container from…
alvas
  • 115,346
  • 109
  • 446
  • 738
0
votes
1 answer

Get Access Token for Baidu Push Notification

I am trying to get the access token for Baidu Push Notification. I've done everything according to their SDK documentation and I am able to send push notifications from their console. I went through their documentation and I am using this line of…
Darsshan
  • 896
  • 1
  • 11
  • 22
0
votes
1 answer

Customize Baidu Push JSON Payload

I am using a rest API to send Baidu Push notifications. I don't have access to Android's notification builder classes, so I can't, for example, use notificationBuilder.setPriority(2);. Really the main thing that I need to know is how to set the…
sme
  • 4,023
  • 3
  • 28
  • 42
0
votes
1 answer

Baidu Push Notifications in Android

How to retrieve data from key value pair in Baidu push notifications? which method is called in PushMessageReceiver in baidu like onHandleIntent() method in GcmListenerService in Google push notifications ?
BMM
  • 161
  • 1
  • 1
  • 12
0
votes
1 answer

Handle orientation changes in baidu maps

What is the correct way to handle orientation changes in Baidu Maps? There seems to be no getter or setter to get the center and zoom level or the bounds of the currently shown map.
rekire
  • 47,260
  • 30
  • 167
  • 264
0
votes
1 answer

Baidu Sitemap files Failed to Crawl

I have submitted Sitemap files for my web-site to Chinese BAIDU. My Sitemap consists of: 1) 16 sitemap files compressed with gzip, each file less 10Mb and contains less 50K url. 2) Sitemap Index with links to the above sitemap gzipped files. …
Sergey Zubkov
  • 115
  • 2
  • 10
0
votes
1 answer

how to use Echarts3(a charts tool by baidu) in Liferay7?

I need a charts tool in Liferay7,then my boss recommended to use Echarts3 which is a free charting library by baidu,however,Liferay uses Jsp whereas echarts uses js, so how do I import js to jsp and how to set related properties in Liferay 7? here…
Breadykid
  • 1
  • 2
0
votes
0 answers

Disable default notifications in Push Baidu

I want to disable notifications in order to manage them myself. I tried to play with notification id for instance PushManager.setNotificationBuilder(this, 2, cBuilder); but it doesn't help. How can I do turn the notifications off? Note: this…
Alex Zaitsev
  • 2,013
  • 4
  • 30
  • 56
0
votes
1 answer

use node.js send request for baidu map API get wrong response?

Im trying to use node.js to send http requst and call baidu map API. my code in blow: If you past the url and use browser directly, it will give right response in right format. But when I use node to send request, I get problem. var request =…
Yan Li
  • 1,699
  • 2
  • 16
  • 25
0
votes
1 answer

Drupal 7,x baidu map loaded but not displaying

I am trying baidu map module on Drupal 7.x . It is not displaying the map from some reason. The map is there. Once I switch the view(satellite view, normal view), the map starts to show up. Open the firebug and I find that Baidu is returning a…
Hao
  • 6,291
  • 9
  • 39
  • 88
0
votes
0 answers

cannor resolve symbol "baidu" android studio

import com.baidu.android.pushservice.PushConstants; import com.baidu.android.pushservice.PushManager; I am unable to import the above libraries into my android application. What dependencies should I add in the build.gradle in order to import them?