Jbed JVM development and remote debugging - Windows Mobile Development and Hacking General

I am looking for any information on how to setup Jbed (JVM on my Kaiser, WM6) to do remote (on-device debugging) debugging.
I am using NetBeans IDE 6.0 on a Windows XP machine, with a USB connection to my phone. I am able to create java applications and run them on my phone but some of them I need to debug on the phone.
Any help would be appreciated as it appears emertec provides no help at all for developing for their Jbed JVM.
- Thanks

Related

Emulator Debugging - 'Unable to start program'

Hi
I'm trying to debug the memwatcher SDK tools sample today item using VS2005. This used to work - i don't know what I did to break it...
First I get a message "Program to Debug A non-executable project cannot be started directly. Please set a command to use to start debugging this
project. Do you wish to continue?'
If I click yes I get a message "unable to start program
'%CSIDL_PROGRAM_FILES%\memwatcher\memwatcher.dll'.
I've tried re-installing VS2005 and the SDK with no luck.Other SDK samples that compile to exes debug fine. If I load the dll and registry items by and the sample works as expected (not debugging) - it also runs on a real device.
Can anyone suggest what to do?
Thanks
Mark

writing usb driver for x7501??

Hi there,
I'm looking for some information about what i would need to do to get a USB device recognised on my x7501. I'm looking to connect a USB-to-UART bridge chip (FT232RL or something) to the device so I can essentially have a serial/COM port on my phone, which i can use for data logging.
I was wondering if anyone's had experience with anything like this so i could find out:
A) what devices are already supported in WM6, as the bridge chips can mimic a virtual com port via built in windows drivers but im not sure if this driver is in windows mobile
B) what i would need to do to setup for dev for writing WM software and the driver if necessary (i have visual studio, i think there is a WM emulator but im not sure totally?)
C) any other questions you think are relevant to my goal
thanks in advance,
sebastian

Development for WM under Linux?

Hi all,
few weeks ago I deleted Windows and started using Ubuntu (nice OS), but it looks like it isn't possible to develop any applications for Windows Mobile.
Visual Studio 2005, Embedded VC++,... doesn't run under WINE.
I tried to use VirtualBox with WindowsXP, but it was terribly slow.
Is it possible to develop applications for WM under Ubuntu?
(Don't tell me to use dualboot, I want to have clean PC without some Windows sh*ts!)
Thanks
I would also like to know this.
you should trie Eclipse IDE!
If Eclipse doesn't fit, search for some of it's derivates.
There are several... many for Java, but also some for PHP (PDT) and
CSS/(x)HTML (Aptana Studio).
Hope I could help you!
If your VM is too slow,
start using a down-stripped version of WinXP!
(f.e. TinyXP -- nothing illegal, avail. via torrent -> u need a valid serial, of course!)
You can also create your own Tiny Xp..search fo a tool called
1. nLite For XP
2. vLite For Vista
ZaxXx said:
Is it possible to develop applications for WM under Ubuntu?
Click to expand...
Click to collapse
Check http://cegcc.sf.net
arm-wince-mingw32ce can be used to compile many wince programs
if you write/adapt the Makefiles
you can maybe make compact framework .net apps using http://www.mono-project.com/Main_Page
mono
Actually, you should think of downloading WM 5/6 SDK and... using it with right cross-GCC.
Yes, I was right: http://cegcc.sourceforge.net/

EVC4: writing console application

I want to port some fairly simple command-line utilities from desktop win32 to mobile. I have the powertoys console working, so all is fine there.
I have evc4, but I can't fathom how to build a console application. I just want to take some regular ISO C and build it, but evc is forcing me to have a WinMain, and there's no mainCRTStartup in the library to use as an alternate entrypoint.
I've googled and found nothing.
I'd appreciate some pointers from someone who has done this! Or is EVC just the wrong tool?
Cheers,
Graham.

ADB device communication protocol

I am developing (currently in plan phase ) a framework to allow developers to connect to a remote android machine while working on eclipse.
The idea is, there will be a java program running on the developer's comp, which will behave as an emulator and pass all the adb commands to a remote machine (mac, windows, or linux: over net). There will be another java client app on that remote machine which will receive those commands and give them to the local adb demon (which in turn will give it to the connected android device).
This will allow remote debugging where direct port forwarding is not possible, like solving specific customer's issue.
Does such a framework already exist?
Where can I find the documentation on how to emulate an android device and how does adb demon communicates with the device?

Categories

Resources