Author Topic: SymbianMO progress, call for S60v3 developers  (Read 11828 times)

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: SymbianMO progress, call for S60v3 developers
« Reply #15 on: December 10, 2008, 12:02:38 am »
code example that triggers the panic:

Code: [Select]
// this panic is raised when an attempt is made to pop too many items from the cleanup stack for the current trap
nest level.
HBufC* buffer = HBufC::NewL(15);
CleanupStack::PushL(buffer);
// Cleanup stack contains only 1 item, buffer.
// Pop 2 items from the cleanup stack -> E32USER-CBase 63 panic
CleanupStack::PopAndDestroy(2);
rock your home - http://www.agocontrol.com home automation

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: SymbianMO progress, call for S60v3 developers
« Reply #16 on: December 10, 2008, 12:20:20 am »
found the error, forgot to also comment out 2 pop calls in BD

now i get an security error.. slowly but surely..

br, Hari
rock your home - http://www.agocontrol.com home automation

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: SymbianMO progress, call for S60v3 developers
« Reply #17 on: December 10, 2008, 01:04:03 am »
ok, file paths fixed, the app now starts on the phone. Output of sdptool browse:

Code: [Select]
Service Name: Pluto
Service Description: Pluto
Service Provider: PlutoInc
Service RecHandle: 0x10011
Service Class ID List:
  "Serial Port" (0x1101)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 19
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100

the BT security setup needs some fixup, let's see where this leads to.

best regards,
Hari
rock your home - http://www.agocontrol.com home automation

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: SymbianMO progress, call for S60v3 developers
« Reply #18 on: December 10, 2008, 08:22:34 pm »
Hi girls and guys,

look here:
http://vt100.at/3/Video%2012100002.3gp

download here:
http://vt100.at/3/PlutoMO_3rd.sisx

warning, this is just a PoC :-)

any symbian devs in here? This needs stuff like size changes and such...

best regards,
Hari
rock your home - http://www.agocontrol.com home automation

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: SymbianMO progress, call for S60v3 developers
« Reply #19 on: December 11, 2008, 09:28:29 pm »
hari should work for google. They also just do PoC, call it beta, and everybody is happy using it.

If hari would work for Microsoft, it would be release 3.0 :)

Thank you hari!

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: SymbianMO progress, call for S60v3 developers
« Reply #20 on: December 11, 2008, 10:24:50 pm »
lol, good point possy :-p

br, Hari
rock your home - http://www.agocontrol.com home automation

tycoon79

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: SymbianMO progress, call for S60v3 developers
« Reply #21 on: July 02, 2010, 03:13:27 pm »
I using PlutoMO_3rd.sisx as mobile orbiter,
Would anybody mind telling me how to configure my screen size on Nokia N80

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: SymbianMO progress, call for S60v3 developers
« Reply #22 on: July 02, 2010, 07:55:15 pm »
it is hardcoded in the source right now but should be an easy change.. any volunteers? I don't have a symbian phone any more.

br Hari
rock your home - http://www.agocontrol.com home automation