View Single Post
Posts: 35 | Thanked: 5 times | Joined on Sep 2007
#3
I know many people develop applications on the PC with scratchbox. Is it unheard of to program on the N810 instead of the PC? I know the development is slower, but I figured I'm learning and will naturally go slow. Anyone else doing this?
No. That is exactly how I do it: on device. Albeit sometimes I know the code should work equally well on PC and IT so it can be developed on PC which can be somewhat faster. Sometimes I know the code does not work on PC, for example in case of the GPS receiver so it has to be tested on device.

SSH on the device and mount it as some directory then use your favorite editor for developing. I think many people do it that way.