Hi
I tried to install my app relying on openc and pips lib for E7 but got the same Device Not supported error:
Code:
(0x2000F866), 1, 6, 0 ~ *, *, *, {"Standard C++ library Common"}
(0x20013851), 1, 6, 0 ~ *, *, *, {"PIPS Installer"}
and c:/logs/adm/log.txt content is:
Code:
12/04/2011 12:46:34 CADMAppUi::CADMAppUi()
12/04/2011 12:46:34 + CADMAppUi::ConstructL()
12/04/2011 12:46:35 + ProcessCommandLineArgsL(): 7
12/04/2011 12:46:35 Arg[0]='C:\sys\bin\ADM.exe'
12/04/2011 12:46:35 Arg[1]='1519'
12/04/2011 12:46:35 Arg[2]='4'
12/04/2011 12:46:35 Arg[3]='537054415'
12/04/2011 12:46:35 Arg[4]='10'
12/04/2011 12:46:35 Arg[5]='3'
12/04/2011 12:46:35 Arg[6]='e:\private\2002CCCE\import\IF_3rdFP2_4smart.sisx'
12/04/2011 12:46:35 (cmd) pVer(raw) = 1519 (5ef)
12/04/2011 12:46:35 (cmd) BVersion: 4
12/04/2011 12:46:35 (cmd) Wrapper Uid: 0x2002CCCF
12/04/2011 12:46:35 (cmd) IAP: 10
12/04/2011 12:46:35 CDownloadHandler::SetIap(): 10
12/04/2011 12:46:35 (cmd) LState 3
12/04/2011 12:46:35 (cmd) SisFile: 'e:\private\2002CCCE\import\IF_3rdFP2_4smart.sisx'
12/04/2011 12:46:35 - ProcessCommandLineArgsL(): 7->7
12/04/2011 12:46:35 + GetPhoneInformation()
12/04/2011 12:46:35 machine uid = 0x2002bf96
12/04/2011 12:46:35 Sw Ver = 014.002.2011-03-01.RM-626.(c) Nokia
12/04/2011 12:46:35 - GetPhoneInformation (0)
12/04/2011 12:46:35 configFile = C:\Private\2002ccce\config.ini
12/04/2011 12:46:35 configUrl = http://dl.qt.nokia.com/smartinstaller/ (default)
12/04/2011 12:46:36 + CStateMachine::Start()
12/04/2011 12:46:36 - CADMAppUi::ConstructL()
12/04/2011 12:46:36 + SetState(): 0 -> 1
12/04/2011 12:46:36 Installer pkg on E: (1)
12/04/2011 12:46:36 * Parsing 'e:\private\2002CCCE\import\IF_3rdFP2_4smart.sisx'
12/04/2011 12:46:36 + SetState(): 1 -> 2
12/04/2011 12:46:36 + BuildDepTreeL(0)
12/04/2011 12:46:36 * Processing 0x2000F866 (0, 0)
12/04/2011 12:46:36 Package 0x2000F866: v1.06.0 to be downloaded
12/04/2011 12:46:36 + SetState(): 2 -> 3
12/04/2011 12:46:36 Downloading CHANGES: '2000f866_changes.xml'
12/04/2011 12:46:37 Starting download
12/04/2011 12:46:37 DL 5885/ 5885 (0.3 s, 20.34 kB/s) (total: 5 kB, 0.3 s, avg 20.34 kB/s) OK
12/04/2011 12:46:37 + SetState(): 3 -> 4
12/04/2011 12:46:37 + ParseChangesFileL(): 'C:\system\adm\2000f866_changes.xml'
12/04/2011 12:46:37 + SM::RunError(): 4, 20
12/04/2011 12:46:37 ! Package 0x2000F866 v1.06.0 (stdcpp) not available for 0x2002BF96
12/04/2011 12:46:37 Exiting due to failure 4
12/04/2011 12:46:37 + SetState(): 4 -> 16
12/04/2011 12:46:37 + CADMAppUi::HandleFailure(): 16. err=4, m=3
12/04/2011 12:46:37 - CADMAppUi::HandleFailure(): 0
12/04/2011 12:46:38 + SetState(): 16 -> 15
12/04/2011 12:46:38 About to uninstall wrapper
12/04/2011 12:46:38 + SetState(): 15 -> 18
12/04/2011 12:46:38 Exit (4)
12/04/2011 12:46:38 Uninstalling wrapper 0x2002CCCF
12/04/2011 12:46:46 CInstallManager: Install completed (0). 0
12/04/2011 12:46:46 HandleInstallCompletedL(0): 18
12/04/2011 12:46:46 + TStateExit::InstallCompleted(0): 4, 4
12/04/2011 12:46:46 + CADMAppUi::ExitApp(): 4, 0
12/04/2011 12:46:50 ADM icon hidden: 1 (0)
12/04/2011 12:46:50 CADMAppUi::~CADMAppUi()
12/04/2011 12:46:50 + CStateMachine::Stop(): 0 pkgs installed.
12/04/2011 12:46:50 Total 5 kB in 0.3 s, avg 20.34 kB/s (15.9 s)
Should I try different library versions? Or E7 has built in openc library which is earlier that 1.6?
Ovi store is installed on the phone, but I don't see any openc packages installed in application manager. Should I try to install some application from ovi suite which rely on Qt and openc and see if it brings the dependant library?
Anyway E7 is not in the list of unsupported devices so hopefully it will work in the end.