1
vote
1answer
87 views

Finding out where a function is defined

I'm programming in Mobile C (a mobile agent platform over C) wich is open source. I'm debugging using prints since I can't use gdb because I use a C interpreter (Embedded Ch). The problem is there are ...
-2
votes
2answers
73 views

Carry Around C Compiler [closed]

I'm aware that there are programable calculators but are there any calculator sized (prehaps bigger) devices that could compile C code?
2
votes
3answers
510 views

C++ cross platform mobile framework only for the UI [closed]

I decided that for me it's convenient to code my app in C++ since this is the right language when having a cross platform solution in mind. The problem is that the UI frameeworks for each platform ...
-4
votes
1answer
179 views

numeric keypad to mobile keypad emulator.. [closed]

i want to write a program in c/c++ which takes integer input from NUMERIC key-pad of a keyboard and without displaying the input on screen it should display character output without any delay.. like- ...
0
votes
0answers
150 views

sliding window implementation for mobile related database

i wish to work with sliding window concept in mobile related application. i would like find frequently visited subscribers and keep them in MSC/VLR cache up to specific period of time (i.e 7 days or a ...
0
votes
1answer
128 views

Is it possible to configure GCC to compile for android? [duplicate]

Possible Duplicate: Which compiler does Android NDK use? I am wondering if it is possible to compile a Native Android Application through GCC. Is this even possible? o.O
0
votes
1answer
139 views

2D Graphics Acceleration

I have noticed that some modern mobile hardware support 2D hardware accelerated bitBLT operations. Is there are any fairly standard libraries that allow an application developer to take advantage of ...
2
votes
1answer
774 views

How to use Android to recieve on certain radio frequency

Is it possible to write an Android Application to be used on an Android OS Mobile Phone that can RECEIVE (not worried about transmitting) on a frequency between 120-130 MHz range? I've seen an option ...
1
vote
0answers
132 views

Building a phone OS: Where to start? [closed]

Kind of carries on from this discussion. If I wanted to build a phone OS based on a linux kernel, with today's tech standards, where would one start? I've looked around but there seems to be very ...
0
votes
1answer
237 views

Compile SQLite to run on Windows Mobile

Here is a link to the source. http://www.sqlite.org/download.html It is written in C and I need it to run on windows mobile 6.5. Any tips on doing this?
0
votes
3answers
996 views

Mobile Enterprise Application Platform (MEAP) recommendation?

I'm looking to receive some recommendations and opinions on the best Mobile Enterprise Application Platforms (MEAP) to be used to develop mobile applications for BlackBerry, iPhone, and Android. The ...
0
votes
1answer
326 views

OpenGL ES 1 clipping object

I'm fairly inexperienced with OpenGLES1, but I'm forced to use it based on the constraints of what I'm currently working on. The effect I'm trying to create is a "container" of sorts. Example: So ...
2
votes
2answers
303 views

Is ANSI C / ISO C++ supported in all mobile operating systems?

I want to develope a library with ANSI C, and another library with ISO C++. I don't use any additional libraries. All lines of my code is pure ANSI C (89) / ISO C++ (2003). Note that in my own C++ ...
3
votes
1answer
510 views

Using too much memory in C/NDK?

I've recently found out there is no hard limit to how much memory you can allocate in C/NDK on Android. This is in contrast to Java where the limit is ~24Mb. I'm working on a few apps that could ...
5
votes
4answers
2k views

Is there any code editor that works on touch screen mobile phones?

Is there any code editor (like eclipse or visual studio) that works on mobile phones (such as nokia 5800)? So what I want is to edit my C/C++/C# code on my phone. (I have Nokia so it is my primary ...
0
votes
3answers
773 views

Symbian mobile os - how to write C applications?

I want to write a C application that runs on Symbian mobile OS. I don't know where to start. Is there any library files available or any SDK or IDE available for it?
2
votes
1answer
240 views

Palm OS 5.4 (Garnet) IR programming (Use CIR on IrDa port)

I would like to create an open source alternative to Palm OS programs like Noviiremote and Omniremote. I need to access the IR port of my Tungsten E2 and use it to transmit remote control type ...
0
votes
1answer
855 views

How do I make a full screen scrolling messagebox or window?

First let me start of saying I know absolutely nothing about c++ and I am really just more interested in getting this to work then learning c++(I got enough on my plate to learn). So basically I am ...
0
votes
1answer
841 views

How to build sliding block puzzle software for mobiles

I want to build software of the good old sliding block puzzle for mobile phones could you please guide me how to generate the sliding block puzzle and solving techniques