View Single Post
Win7Mac's Avatar
Community Council | Posts: 664 | Thanked: 1,648 times | Joined on Apr 2012 @ Hamburg
#4
OK, here's something that might work, but is prone to render your device MALF (need to reflash), because of aegis file protection:
Code:
sed -i 's/10_1_105_6/11_*_***_*/' /opt/adobe-flashplayer/libflashplayer.so
You could of course copy that file to PC, open it with a hexeditor, search for "10_1_105_6" and edit to a higher value. Make sure to only overwrite characters and not change the file length.
Actual version on N9 is 10.1.105.6, not sure which higher versions might work, here's a list: http://helpx.adobe.com/flash-player/...-versions.html

EDIT: Some furter info I gathered on IRC:
After editing, refhashlist has to be re-signed. There is even a refhashlist.pl perl script somewhere on the forum that could do the magic for you if your not that familiar with aegis magic.
Basicly after edit, you just take sha1sum of the new library, update the checksum in refhashlist file and then resign the refhashlist to avoid malf.

Would this work? Anybody willing to test?
__________________
Nokia 5110 > 3310 > 6230 > N70 > N9 BLACK 64GB
Hildon Foundation Board member
Maemo Community e.V. co-creator, founder and director since Q4/2016
Current Maemo Community Council member

Last edited by Win7Mac; 2013-06-21 at 14:52.