Read-only archive of the All About Symbian forum (2001–2013) · About this archive

P800 developpement

3 replies · 1,903 views · Started 10 September 2002

Hi,
I developped an application that run OK in the 7650 device. I want to run it in the P800, but i have an error at installation(Something about: Security url is wrong ) Where i specific an url ? I didn't find. But i can finish the instalation. When i try to run it, i get a message "NOT FOUND"
Do I need to do any changes in my application? Which?
Thanks for your time.
Yaney

The 7650 and the P800 run on different OS revisions, the 7650 uses EPOC 6 series 60 and the P800 uses EPOC 7 UIQ. So you'd need to recode your app for the P800 with the P800 SDK.

If you have programmed your app wisely, that is as recommended separated the logic to an engine dll and the app side to an .app, it shouldn't be so difficult. Only the UI classes need to be changed a bit. If you have a graphic app, you, of course, have programmed it so that it investigates the screen size at startup and modifies itself to fit to the screen.

Basic stuff you always do if you aim to different devices or device categories.

[quote="langdona"]Symbian have and article on Porting 'Series 60' to 'UIQ'

Its under the features on this page http://www.symbian.com/developer/index.html

It looks bloody fiddly to me but then I don't know C++ 😉

Andy[/quote]