News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

SymbianMO progress, call for S60v3 developers

Started by hari, December 06, 2008, 11:17:19 PM

Previous topic - Next topic

hari

code example that triggers the panic:


// 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 - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

hari

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 - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

hari

ok, file paths fixed, the app now starts on the phone. Output of sdptool browse:


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 - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

hari

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 - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

Marie.O

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!
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

hari

rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

tycoon79

I using PlutoMO_3rd.sisx as mobile orbiter,
Would anybody mind telling me how to configure my screen size on Nokia N80

hari

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 - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation