Questions tagged [nokiax]

Nokia X is a customized platform that was built on the Android Open Source Project (AOSP) and ran on the (now discontinued) Nokia X line of low-end smartphones. Nokia extensions mirror many of the Google specific Android extensions.

About

Nokia X is a customized platform built on the Android Open Source Project (AOSP), the software stack upon which some of the most popular smartphones in the world are based.

The core Nokia X platform is built on AOSP v4.1.2, which supports API level 16. On top of this, Nokia has added a number of frameworks which are close equivalents to the proprietary Google Android frameworks, such as for maps and inapp billing.

As of Mid-July 2014, Microsoft who now own Nokia smartphones, are discontinuing all Android based devices in the Nokia X line.

Links

Website

Documentation

57 questions
10
votes
3 answers

How to detect Nokia X

I'm trying to deploy my android app to the new Nokia X android phone but it doesn't appear to devices list. On website they say: *The USB drivers are available via the SDK Manager under extras in Nokia X USB Driver package. When installed, the…
Arià
  • 894
  • 2
  • 10
  • 16
6
votes
1 answer

how to clear notification from notification tray on click in nokia-x

Objective: Notification should be auto cancelled on click of it and should open my activity(Pending Intent).. I have a running code which works perfect in Android Devices expect Nokia-X. Here is the code: Notification notification = new…
Kapil
  • 1,790
  • 1
  • 16
  • 32
6
votes
1 answer

nokiax reports java.lang.RuntimeException: native typeface cannot be made

NokiaX reports this exception on fonts used. I have a library project under which I have assets/fonts/Roboto-*.ttf files. I have gone through the other questions on this topic, all of them hint at spelling check, or folder check (should be under…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
5
votes
1 answer

NullPointerException when entering video in full screen webview nokia x

Hi I am searching the workaround for this problem from past two days but still I have not get any solution. In webview I am playing YouTube video the video works fine when I click on it but if I click on Full Screen icon the app crash with the below…
Sunny
  • 14,522
  • 15
  • 84
  • 129
5
votes
1 answer

How to mix android.support.v4.app.Fragment and android.app.Fragment

I'm having a problem with com.here.android.mapping.MapFragment when trying to use it with tabs. The issue comes that since the TabActivity is deprecated(I know it still works, but need a future proof solution), and FragmentTabHost appears to be…
Dr.Jukka
  • 2,346
  • 2
  • 15
  • 20
5
votes
3 answers

Why "HereMap" shows blank screen In Android?

I Follow this tutorial link for Nokia's Here Map integration. I got the output like this and error java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation My Manifest.xml
appukrb
  • 1,507
  • 4
  • 24
  • 53
3
votes
1 answer

Link to Nokia X app

we're currently porting our android apps to nokia x, and so we would like to link to the apps that we have in the store. I could not find any resources on linking to these apps like it is on google play market://?details or amzn://apps/android on…
Wall-E
  • 95
  • 7
3
votes
2 answers

Can I use Xamarin with NokiaX

Since Nokia X (and X+ and XL) is based on Android and Xamarin supports Android, can we use Xamarin to build applications for the new Nokia X phones? Or is this a different breed of Android.
Toni Petrina
  • 7,014
  • 1
  • 25
  • 34
2
votes
2 answers

How to create app for nokia phones running android like for Nokia XL etc

I have created an android app. When I connect my Nokia XL (having android OS) with USB debugging enabled, my eclipse can't detect it, and runs the app on the emulator whereas I want it to be running on my cell phone. On the other hand, it works…
2
votes
1 answer

Run Here Maps embedded in Nokia X app

How can we run Here Maps embedded in an Android app specifically for Nokia X? We would like the app route to a location we will define from the current location. In Google Maps we did it as follows. Uri.parse("http://maps.google.com/maps? …
attila
  • 47
  • 4
2
votes
2 answers

Identify a Nokia X device from within an app

I am porting an app which is already on Google Play to Nokia X. I removed all unnecessary resources to keep the installation file small. I want to prevent users from using the app on other devices and having a bad experience since the resources for…
1
vote
1 answer

Nokia Android SDK is not working

I am trying to embed turn by turn navigation into my android mobile application. I have found that Nokia has an android api. I have followed https://developer.here.com/mobile-sdks/documentation/android/topics/app-simple.html to embedd the nokia here…
user3543477
  • 615
  • 3
  • 13
  • 26
1
vote
0 answers

setOnClickPendingIntent in widget not working for Nokia X

I am creating a simple widget that shows battery percentage. It updates its status every 30 minutes. It's working fine. But, i also want to update its status if user clicks on the widget. I have implemented the code for it, its working fine on…
Ashish Tanna
  • 645
  • 1
  • 10
  • 25
1
vote
3 answers

How do we know about APK install source

I came to know that, Android Play Store is not only a place where we can deploy APK files and there are quite a few. Now I am planning to deploy my APK on following: 1) Amazon AppStore 2) Opera Mobile Store 3) Samsung Apps Store 4) NokiaX. …
1
vote
2 answers

Is it possible to manage NokiaX and Android source code in the same source control and IDE?

I have several Android apps which I want to upload to Nokia X store. Some of the apps can run on the phone without any modification needed. However some of them which used android specific services such as GCM, Google Map needs to be replaced with…
Calvin
  • 3,302
  • 2
  • 32
  • 41
1
2 3 4