postoji patch koji ce promijeniti to kad se instalira aplikacija, ona ce misliti da se instalira na symbian 7 uređaj i proci ce instalacija, no vecina apliakcija ipak nece nakon toga raditi...

mozda da pokusate i sa ETI-jem na taj nacin...

evo patch:
; *** FakeSymbian70WhenInstalling 0.1 ***
; **** !! **** Version Alpha **** !! ****
; *** Fake Symbian 7.0 When Installing ***
; Author: fca00000 , fca00000-at-yahoo-dot-es
; Date: 2005.10.02
; Firmware: Siemens-SX1 Possibly all versions. Tested on Iberia15.2 and O2-14
; Omap: Var(Z2) & Core-Img(Z1)
;
; Some applications claim to need Series60v2.0 (Symbian 7.0) although they
; can run in Series60v1.2 (Symbian 6.1)
; This patch allows to install them in SX1
; It removes warning 'Unable to Install. Series60Product ID Required'
; But most probably (99%) the application will not run.
;
; ################################################## #######################################
; ####### Important: There is no warning telling that the application is not supported ####
; ############ Therefore you install an application that might break your phone ###########
; ################################################## #######################################
;
; This line fakes file Series60v0.9.sis into Series60v2.0.sis
replace:53006500720069006500730036003000760030002E 003900:53006500720069006500730036003000760032002E0 03000

; This line fakes the content of file Series60v0.9.sis into Series60v2.0.sis
replace:886F1F10123A001019040010E5F795470D3C0100:6 0791F10123A0010190400109F71F0D0437D0100

; This patch is dangerous. I decline all responsability.
; Anyway, here it is. Enjoy
;****************************************
; Algunas aplicaciones dicen que necesitan Series60v2.0 (Symbian 7.0) cuando en realidad
; pueden funcionar en Series60v1.2 (Symbian 6.1)
;
; Este parche permite instalarlas en el SX1
; Elimina el mensaje 'Imposible instalar. Se necesita Series60Product ID'
; Pero probablemente (99%) la aplicacion no funcionara.
;
; ################################################## ####################
; ####### Importante: No avisa de que la aplicacion es incompatible ####
; ######## Por lo tanto, a lo peor la aplicacion destruye tu movil #####
; ################################################## ####################
;
; Este parche es peligroso. Yo no me hago responsable.
;****************************************
; end of FakeSymbian70WhenInstalling