motorola

Passing parameters on the stack

When you pass parameters to a function on the cpu stack, You put the parameters on then JSR puts the return address on the stack. So that means in your function you must take the top item of the stack (the return address) before you can take the others off) eg is the following the correct way to go about it: ... |Let’s do some additio...

What are the names of network interfaces on the Motorola CLIQ XT?

The network interfaces on Android interfaces are listed as directories in the file system in /sys/class/net/. For most Android devices the network interface for gprs traffic is called rmnet0 and for Wi-Fi it's usually eth0 or tiwlan0. I suspect that the cell interface for the Motorola CLIQ XT is rmnet0, but I would like to have this co...

How to prevent Android bluetooth RFCOMM connection from dying immediately after .connect()?

This problem has been solved! Thanks a lot to Brad, Denis and junkie! You're the heroes! :) This is the working code. It connects to Zeemote and reads data from it. ===== Code ===== public class ZeeTest extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...

A/UX cc compiler errors on trivial code: "declared argument argc is missing"

On a quite ancient UNIX (Apple A/UX 3.0.1 for 680x0 processors) using the built-in c compiler (cc), this issue arrises. Here is the code I'm trying to compile: #include <stdlib.h> #include <stdio.h> int main() int argc; char **argv; { if (argc > 1) puts(argv[1]); return (EXIT_SUCCESS); } And here is the o...

Assembly 6800 Looping? Testing specific bits in a word.

Hi all, Trying to help a friend out with a friend out with some assembly code, but I've run into a small problem. I'm trying to work out how I would loop through a 8 bit binary word and check the value of specific bits. I need to check bits 1, 3, 5 & 7 to see if they are 1. i.e. int count = 1; int bitAdd = 0; foreach (var bit in wo...

Problem with displaying Hebrew language in the device

Hi all , I build a mobile application getting data from a remote server via web service . I'm using the JCP 172 sun implementation to use the service . Some of the data is in Hebrew , it displayed as strange chars , and I return the data from the web service as UTF 8 . Is there any workarround on this problem . Thanks in advance ... ...

how to install my app on Motorola Android

Hi I'd like to install my app on Motorola Android as a testing. how to? Please share me any step by step link ...

How to build a music player for Motorola L7 phone?

Is it possible for me to build a simple music player for Motorola L7 phone? If yes, how do I do it? Are there any online resources that can help? ...

NetBeanse J2ME DataBinding

Hi all , I build an application based on the new Netbeanse data binding feature . I have a problem using this fature on Motorola IDEN mobile (i680) , I get a java exception while trying to install the application on the mobile . What can be the problem . Thanks in advance ... ...

MC75 Barcode Reader Issue

I am aiding in the development for a custom made application for the Motorola MC75. It is well tuned except for a random bug with the barcode reader. Periodically, the barcode reader will only activate (start a read) if the right shoulder button is pressed. The middle and left shoulder buttons somehow become disabled. This is a unique bu...

Motorolla Symbol MC3090 Windows CE not connecting through Windows Mobile Device Center

Hi there, I've Motorolla Symbol MC3090 having Window CE in it, the problem I've is sometimes the device suddenly stop connecting with desktop pc having Windows 7, and because of windows 7 i am using Windows Mobile Device Center for syncing, actually I am not having this problem all the time but when i have this the only solution which s...

Motorola specific crash on Android when using Configuration

Since I published a large update to one of my apps I have received hundreds of crash report, all from different motorola phones. The stack trace does not pass through my app: EXCEPTION java.lang.NullPointerException at android.content.res.Configuration.updateFrom(Configuration.java:269) at android.content.res.Resources.updateConfigurati...

Is there any Motorola Emulator for MC70 Device?

I need to develop a mobile application for Motorola MC70 Device. And i was wondering how to test BarCode Reading, and other hardware related stuff. is there an emulator for this? or do i need the actual phone? in Addition, if any of you have worked with this device before, what recommendations and link can you send to me? Your help w...

Error while running a midlet in Eclipse: no class found

i am using Eclipse pulsar for mobile developer and MOTODEV SDK and iDEN sdk for j2me (midp2.0). Debuggin midlet in Eclipse gives an error: No Class Found. Can anyone help me determine the source of this error? !ENTRY org.eclipse.mtj.core 4 120 2010-08-05 04:26:53.009 !MESSAGE Couldn't connect to virtual machine !STACK 0 java.io.IOExc...

Eclipse device management: NullPointer Exception while selecting device

I have installed Motorola iDEN sdk for j2me (midp2.0) on Windows 7 with Eclipse 3.5. I go to window->preference->java me->device management and click the tab manual install. I get the error no Error Searching For Device(java.lang.nullpointerexception). I have also installed motodev_sdk; it works fine. Can anyone help describ...

checking bluetooth application in Motorola iDEN i465?

How can I check the bluetooth applications in the Motorola iDEN i465 device simulator? I have installed the MOTODEV SDK. Within, there is the facility to check bluetooth applications. I am unsure where to start. ...

mobile phone support for JABWT Java Bluetooth?

Does Motorola iDEN i465 support JABWT / Java APIs for Bluetooth? How would you be able to check/verify this? ...

using lwuit with motodev sdk?

Is it possible to useuse lwuit with motodev sdk? Can you point to helpful tutorials or articles? ...

How to get log from Motorola iDEN i570?

My application encounters some errors on some of Motorola iDEN devices (which I have almost no experience with). I have i570 and Windows XP computer. I'd like to get log from my midlet. So my questions are: how should I do logging (currently System.out/err is used) and which tools and how to use to get log? So far I've installed Motoro...

does motorola iDEN series mobiles supports javascript?

hi i just want to know that does motorola iDEN series mobiles supports javascript? and which is default browser for it. ...