3
votes
5answers
203 views
Writing an OS for Motorola 68K processor. Can I emulate it? And can I test-drive OS development?
Next term, I'll need to write a basic operating system for Motorola 68K processor as part of a course lab material.
Is there a Linux emulator of a basic hardware setup with that processor? So my …
2
votes
1answer
141 views
Motorola 68HC12 Real Time Interrupt Registers
What does the RSWAI bit in the RTICTL register do?
1
vote
6answers
1k views
Issues with Image loading in J2ME applications on Motorola phones
The standard way to load an image in a J2ME application is using the Image.createImage method and the recommended image format is PNG.
Now, the J2ME specs dont lay down any restrictions on the …
0
votes
1answer
69 views
Continuation of ‘app not working in Droid’ investigation: the code. Can anyone see any obvious error here?
Hello, and thanks for helping.
In my previous question I asked if System.currentTimeMillis() was buggy in Droid, and the answer was no.
I assume the problem I'm having is somewhere else. While I …
0
votes
1answer
68 views
How come a user reported tiny text on a Motorola DROID android-based phone?
A user of my Android App reported that he was seeing tiny text. How is this possible? More importantly, how can I use the emulator to be sure that my changes will fix it?
Background:
This user has a …
0
votes
1answer
123 views
System.currentTimeMillis() returns always 0 on Motorola Droid
The call to System.currentTimeMillis() returns always 0 on Motorola Droid, Android 2.0.
There is no mentioning in changes to System in the API differences between 2.0 and 1.5, so either it was missed …
0
votes
3answers
206 views
Resolution support in Android 2.0
Received an email from my first Motorola Droid user. The new 480x854 resolution introduced in Android 2.0 (as opposed to 320x480) is wreaking havoc with my user interfaces. Everything is smaller and …
0
votes
3answers
125 views
Program to change the phone numbers a call is redirected to if a mobile phone cannot be reached?
Is it possible to write a program that will change the phone numbers a mobile phone redirects calls to if it cannot be reached by the network?
0
votes
2answers
261 views
How to emulate a windows mobile device that use Scanner (Symbol.Barcode) ?
Hi
Is there any way to emulate a Barcode scaning?
My application runs on a Motorola MC9090 Windows mobile device that have Scanner. I'm using Symbol.Barcode class to create my application in .net …
0
votes
3answers
193 views
What does the ORG directive do in assembly code?
For reference, the code is for the motorola 68008.
Say I have code such as the following:
org 200
sequenceO: ds.b 5
sequenceN: ds.b 5
move.w #sequenceO, A0
move.w #sequenceN, A1
Am I correct in …
0
votes
1answer
176 views
Using Symbol MC70 series scanner with native code
Is it possible to use Symbol MC70 series scanner with native code? I have a Windows Mobile application written using Lazarus(Object pascal) and I want to use it with Symbol MC70.
The sdk that they …
-1
votes
3answers
213 views
MC 68000 Register question
please can someone tell how i will approach this Question..thanks
The contents of selected registers and memory locations are specified as follows; D1:2; D3:$80A3; D4:$91EF; D4: $91EF; …
