motorola

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 implementation of this method or the in memory representation of an Image so, each vendor has a different implementation. Motorola in particula...

Motorola 68HC12 Real Time Interrupt Registers

What does the RSWAI bit in the RTICTL register do? ...

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; A2:$00008000; SP: $9000; $ABCDEF7 stored at $8000; $00124300 at $7FFC for the following independent segments of code statements, determine the modifie...

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 have are for C, .NET and Java. I had a look at the C sdk and it comes with .LIB files which I cannot use with Object Pascal. I have no clue a...

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 thinking that A0 will hold the value 200 and A1 the value 205? One of the exam questions in a past paper was: "What are the physical addres...

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 c#. thank's in advance ...

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? ...

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 partners and I can debug quicker on our computers instead of physically restarting the board and stuff. Is it possible to apply test-driven d...

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 ill-positioned. I was under the impression that if we follow the XML layout guides we were resolution-safe, as no absolute coordinates are ...

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 somehow or this is a Droid dependency. Does anyone know how to get the currentTimeMillis in a way that satisfies Android 1.5, Android 2.0,...

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 Motorola DROID phone, which has a different screen resolution and maybe other slight differences. I assume that the problem was I didn't ...

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 wait for my Droid lone-user to report if a test app works on his phone, I would like to post some relevant code here. Please keep in mind th...

Write data to specifc tag

Hello, Is it possible to write data to a specific RFID tag (to its user memory actually) by using Motorola's EMDK for .NET / the Symbol.rfid2.device dll ? Imagine you have 2 tags in front of you and you want to write data only to one of them. The WriteTag method doesn't seem to support this. Thanks. ...

Camera Preview on Motorola Droid

Our application displays a camera preview and it seems to work fine on all phones except for the Motorola Droid where we get a runtime exception when we set the camera parameters: java.lang.RuntimeException: setParameters failed at android.hardware.Camera.native_setParameters(Native Method) at android.hardware.Camera.setParame...

Can't access Motorola Milestone on Ubuntu 9.10 via adb (HTC Magic works perfectly fine)

I've two phones, the HTC Magic and since today also the Motorola Milestone. While the Magic works perfectly, I'm not able to access the Milestone via USB (adb devices). Here are my log outputs and settings for both: HTC Magic lsusb: Bus 001 Device 009: ID 0bb4:0c02 High Tech Computer Corp. /etc/udev/rules.d/51-android.rules: SUBS...

Image drawing on small motorola

Hi everybody, I am a new J2ME developer and I have a problem developing applications on small Motorola phones (with a 130x130 screen). In fact, when I want to draw an Image, the emulators shows a white screen with "Loading...". It is not a problem of png, because it works in bigger motorola phones (176x220) . the memory use : before: ...

How to build an Operating System for Motorola L7 phone?

Is there a way for me to build my own Operating System for Motorola L7 phone? How do I go about building it? Are there any Online resources that can help? ...

How to set up android SDK for command line development on linux?

I'm trying to set up the android SDK to develop a simple program on the command line in linux (Ubuntun 9.10). I tried eclipse, but it has know problems running on Ubuntu, so I gave up on it. Here's what I've done so far: downloaded android-sdk_r05-linux_86.tgz from http://developer.android.com/sdk/index.html tar xvzf android-sdk_r0...

Install app on Motorola Backflip from AT&T

I'm trying to test an app out on the Motorola Backflip with AT&T as the carrier. I checked USB debugging on the phone's Development screen. Using Eclipse, how do I get the app to load on the Backflip so I can test it? DDMS shows a device with a bunch of question marks and unkown. Seems that it only gives me the option to load the a...

Android Image Orientation Issue on Motorola Droid

Hi there, Our app uses the gallery pick action to grab an image from the device to upload to a new blog post. We're seeing on the Moto Droid that images taken in portrait are being sent back to the app in landscape orientation so the image is sideways. AFAIK this only occurs on the Droid. Found this via google, but we need the full si...