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
0
votes
1 answer

Can I use Yandex Maps in a Nokiax app?

I need to use Yandex Maps in an app instead of Here Maps. Could this be possible? Any hints or tricks to help me? Thanks
attila
  • 47
  • 4
0
votes
1 answer

NokiaX wont landscape my activity

In my android manifest file I have attributed my activity to force it to android:screenOrientation="landscape", but the runtime still refuses to landscape my view, instead continues to be protrait.
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

microemulator porting for nokia x

I recently porting my games from J2me asha platform to Nokia X using microemulator project. it works fine . Now I want to know how to add I.A.P (in app purchasing)in my apk file for using in Nokia X . I could add the project into the Eclipse IDE and…
0
votes
1 answer

how to get Advertising ID in Nokia-x

Does nokiax has advertising id concept? Earlier i was using below code to fetch Advertising Id android device application but i am not sure how to do same in nokiax. Does nokiax has some other alternate for it. info =…
Kapil
  • 1,790
  • 1
  • 16
  • 32
0
votes
2 answers

How to create shortcut icon on home screen in nokia-x

I have below code which work perfect in android devices but not in Nokia-x Here is the sample code: Intent shortcutIntent = new Intent(getApplicationContext(), MainActivity.class); …
Kapil
  • 1,790
  • 1
  • 16
  • 32
0
votes
1 answer

Here Maps screen on Nokia X device shows a white screen with logo only

I have followed all steps mentioned in the porting guide for V1.
Vinay
  • 505
  • 5
  • 8
0
votes
2 answers

NokiaX takes really long to get screenshot from android monitor tool

Taking a screen shot on a NokiaX (device) via the monitor tool is really time consuming. It takes about 40seconds to a min. Other Androids take about 1-2 seconds. Am I missing some setting here ?
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

Nokia X IAP not working on a real device

I've already implemented Nokia IAP using an emulator and it was working fine. I could restore, get product details and upgrade fine. But seems like it's not working on a real device. Tried the code using RDA and also a real Nokia X device. My in-app…
Ahmadul Hoq
  • 705
  • 5
  • 14
0
votes
0 answers

Validating APK for Nokia X has issues. Error 305 - The APK file contains an invalid certificate

I already have an App Enpass password manager for Nokia X which was submitted on Feb 25 2014. Today I am trying to update it but I am not able to validate the content file. On clicking the validate button I get following msg 305 - The APK file…
0
votes
2 answers

Access Fastlane

I am currently developing a Launcher for Nokia X. How do I integrate the FastLane feature of Nokia X onto it. I already do have a base for the Launcher, and already had been tested against Android 4.1.2 (16). By the way I've already checked here.
Ed Abucay
  • 483
  • 7
  • 20
0
votes
1 answer

NokiaX java.lang.RuntimeException: Unable to instantiate activity

I was trying to port my app to NokiaX and received this exception 05-07 13:00:17.420: E/AndroidRuntime(1775): FATAL EXCEPTION: main 05-07 13:00:17.420: E/AndroidRuntime(1775): java.lang.RuntimeException: Unable to instantiate activity…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
3 answers

Nokia X IAP getProductDetails() and getPurchases() error for published product

I'm trying to add Nokia IAP in my app and following the exact code as stated in Nokia In-App Payment Guide. I've tested with test IDs, I can get product details and also I can purchase the item. But with an actual product, with a Published (revision…
Ahmadul Hoq
  • 705
  • 5
  • 14
0
votes
2 answers

Android NokiaX Emulator Google Maps, MapActivity, error opening trace file: No such file or directory

I am trying to port my Android project carEgiri to NokiaX. I am getting this exception 05-02 04:57:19.989: E/Trace(1928): error opening trace file: No such file or directory (2) 05-02 04:57:19.989: E/AndroidRuntime(1928): FATAL EXCEPTION: main 05-02…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

Nokia X IAP - getPurchases() i.e My purchased product will not get from getPurchases()

I get some product id detail from getProductDetails(). And i successfully purchase the first three testing product. but i can't get purchased product list from…
0
votes
1 answer

Nokia X with Titanium and GCM?

I have a Titanium app working on Android with Google Cloud Messaging, and we've been asked to port it to Nokia X. All the Nokia Notifications documentation I can see just says how easy it is change from GCM to NN, but I can't find anything that…
Malcolm Christie
  • 727
  • 1
  • 6
  • 20