Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.
Questions tagged [nokia]
721 questions
0
votes
2 answers
How does one run a .jar file in S60 OS?
I want to run a .jar file on my Nokia N73 phone. I cannot figure out what I need to do this.
I have downloaded the Sun Java Wireless Kit but that just connects to its own emulators.

Ries
- 2,844
- 4
- 32
- 45
0
votes
1 answer
j2me record and stream without gap?
Is it possible to record voice and stream in J2ME,like I record and use commit() to get the byte array,but the commit() takes at least 250ms ,even the record length is 10 ms,and it irrationally takes 280ms if the record length is 10s etc,
the…

user818117
- 420
- 1
- 5
- 15
0
votes
0 answers
How to Enable "Copy To SIM" feature in Nokia C12 Smartphone?
Good evening folks!
How do we enable the feature "Copy from SIM to Mobile Phone" feature in the Nokia C12 Smartphone? I ended up coming here because I have no idea how to post questions on the Official Nokia forum like this…
0
votes
0 answers
list of Connected Devices on the Wifi Hotspot
i have a nokia device with Android 11 . this device doesn't show Connected Devices CURRENTLY connected to the Wifi Hotspot. IOT Development boards like Arduino or ESP32 etc... connected to the device's hotspot becomes useless as their respective…

g06m
- 1
- 1
0
votes
1 answer
How to create Cover Flow in J2ME
Is it possible to create iPhone like cover flow in J2ME (specially Nokia)?
If yes, what could be the logic to create it?

silwar
- 6,470
- 3
- 46
- 66
0
votes
0 answers
Is it possible to use existing SSH connection (which is created at Ansible playbook level) in custom module to execute a different set of action
The use case is as follows.
---
- name: Playbook to run custom module
hosts: "10.28.10.1"
connection: network_cli
gather_facts: false
vars:
ansible_network_os: nokia.sros.classic
tasks:
- name: Run Show Version
…

Sindu Kovi
- 1
- 2
0
votes
0 answers
Hello, i've been trying to open The_Best_Movie240x320.jar on a real nokia, but it doesn't wanna work :[
So i've been trying to run a Russian Nokia game on a real Nokia, but it doesn't work. It just tells me Invalid Application and lets me delete it or not.
I just put it on an SD-Card and put it into my Nokia expecting it to fuction like it does on…
0
votes
0 answers
How to show camera options (e.g. zoom) when opening the camera within an app on a Nokia X10 with Android 12
My app has a feature where you can take pictures. On a Nokia X10 with Android 12 when the camera is opened from within the app, camera options (e.g. zoom) aren't shown. On any other devices I have tested with Android 12, the camera options are…

sopfl
- 1
- 1
0
votes
1 answer
how to generate executable when i have all the files in QT
http://doc.qt.nokia.com/stable/network-broadcastsender.html
ths example give me all the files but how to make an executable from this? please tell assuming a know nothing at all

avinash katiyar
- 11
- 1
0
votes
0 answers
Nokia Ansible cli_command module failing task if one show commands in a list returns an error of any kind and only outputs the error
I'm running a playbook with a single task on a Nokia router. The task contains a list of "show" commands - see the simplified example below:
---
- name: Nokia router checks for post power on
hosts: nokia_router_1
serial: 1
connection:…

PhillN42
- 1
- 1
0
votes
1 answer
Ansible subtasks with dynamic hosts
I have a dictionary with hostnames.
To every hostname I would like to connect via SSH and to some tasks.
I tried something like this, but this does not work.
Any tips and tricks how to achieve this.
main.yml
---
- hosts: all
connection:…

burg
- 1
- 1
0
votes
1 answer
"Google Play Services for AR" listed as incompatible in Play Store for a compatible device, a Nokia 7.2
The phone used to have AR functionality both available and functional, but it has stopped working entirely. Applications ask for new version to be installed, and the "Google Play Services for AR" version on Google Play is itself said to "be…

Tyaisurm
- 3
- 7
0
votes
1 answer
Hi, when I try to run the following command: AT+CPMS="SM" (or any other memory) I get: cms error . Can anyone help me? Thanks
AT+CPMS=?
+CPMS: (),(),()
AT+CPMS="SM"
ERROR
0
votes
1 answer
Are hooks or global hotkeys possible on Nokia's Series 40 at all?
Is there a way other then being Nokia to write an application for global hotkeys/hooks on Series 40 (6th edition)? The only way to add user code appears to be Java, and the Java sandbox does not seem to allow multitasking with other phone…

David
- 24,700
- 8
- 63
- 83
0
votes
1 answer
Error in compile Sample Service in class MyService.java
I am a newbie on Nokia development. I tried to create a Service like in https://projects.developer.nokia.com/notificationsapi/wiki/ServiceSampleJava but I have more problem about that. I tried to compile MyService? .java like this:
java -cp…

SanScript
- 1
- 2