View Single Post
Posts: 4 | Thanked: 3 times | Joined on Jan 2008
#8
commenting out the few references to "allow-checkbox-mode" should do the trick to get most of his apps to start:
Code:
#if nokia:
#    # fix buglet that messes with setting the checkboxes
#    view.set_property('allow-checkbox-mode', False)
As for calend, you need to replace the calls to set_property('input-mode', 1) and the subsequent set_property('autocap', False) by a single set_property('hildon-input-mode', 0x40000002).

I haven't tested much beyond getting the apps to start, so expect some things to be broken. Like the alarms in calend as far as I can tell.
 

The Following 2 Users Say Thank You to mbfrog For This Useful Post: