The Following 36 Users Say Thank You to jonwil For This Useful Post: | ||
acrux, Android_808, chill, DA5, endsormeans, foobar, freemangordon, hyno111, Ilew, independent, iosu, Jeffrey04, juiceme, klinglerware, LogMorF, maacruz, mattaustin, MINKIN2, Mitrigol, nodevel, nokiabot, OVK, panjgoori, peterleinchen, pichlo, reinob, rotoflex, saponga, sbock, ste-phan, TomJ, wicket, Wikiwide, Win7Mac, Xagoln, xman |
|
2014-10-06
, 21:34
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#2
|
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
|
2014-10-06
, 23:22
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#3
|
|
2014-10-06
, 23:22
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#4
|
Quick line...
Bumping... So who is going to compare it with, and put it into, CSSU repos?
Best wishes. Thank you!
~~~~~~~~~~~~~~~~~
Per aspera ad astra...
|
2014-10-07
, 04:04
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#5
|
The Following User Says Thank You to jonwil For This Useful Post: | ||
|
2014-10-07
, 06:18
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#6
|
|
2014-10-07
, 08:35
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#7
|
|
2014-10-08
, 20:04
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#8
|
|
2014-10-08
, 21:06
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#9
|
The Following 2 Users Say Thank You to jonwil For This Useful Post: | ||
|
2014-10-09
, 22:17
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#10
|
Quick line...
Bumping... So who is going to compare it with, and put it into, CSSU repos?
Best wishes. Thank you!
~~~~~~~~~~~~~~~~~
Per aspera ad astra...
http://www.cncmods.net/files/mce/mce_1.8.126+0m5.tar.gz is the new source code, http://www.cncmods.net/files/mce/ mce_1.8.126+0m5_armel.deb is the new binary package (which I am running on my own phone as of 4:30am or so) You will also need http://www.cncmods.net/files/mce/mod...e-dbus-names.h and http://www.cncmods.net/files/mce/spl...n-dbus-names.h as those were fixed.
The fixes I made are:
1.Correct values for modechange_response_t in modechange-dbus-names.h
2.Correct values for splashscreen_t in splashscreen-dbus-names.h
3.Correct prototype of devlock_notify_remove in libdevlock.h
4.Fix calls to devlock_notify_remove in mce_devlock_exit (in devlock.c)
5.Fix a stray space in a log message in mce_mode_init (in modetransition.c)
6.Fix some issues in keypress_trigger (in tklock.c)
and 7.Fix an incorrect comparison in call_state_trigger (in tklock.c).
As of this release, all my analysis (and my binary diff tools) have convinced me that everything is a 1:1 functionally equivalent clone with the exception of keypress_trigger in tklock.c and set_tklock_state in tklock.c. Those 2 are still showing up as not being matches.
If you want an actual diff file, you could download the old code (from the link in the original thread I linked to above) and the new code and make one.
Anyone who wants to take these changes and put them into CSSU repos or wherever else, feel free. (some of these may be fixes that were already made by others since my initial reverse engineering work)