|
2012-10-12
, 14:33
|
Posts: 12 |
Thanked: 12 times |
Joined on Sep 2012
@ Moscow
|
#2252
|
|
2012-10-12
, 14:47
|
Posts: 896 |
Thanked: 978 times |
Joined on Feb 2011
@ Greece, Athens
|
#2253
|
|
2012-10-14
, 03:24
|
|
Posts: 94 |
Thanked: 33 times |
Joined on Sep 2010
|
#2254
|
The Following 4 Users Say Thank You to mailcomx For This Useful Post: | ||
|
2012-10-14
, 05:33
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#2255
|
|
2012-10-17
, 08:34
|
Posts: 41 |
Thanked: 5 times |
Joined on Aug 2011
@ Lima, Peru
|
#2256
|
I know this has been all said on the last few pages but I just though I'll pull it all together in single noob (hopefully!) friendly post...
So, in order to have flash player v10.1 working with youtube and embeded facebook videos here's what I did:
1. Remove old flash player, type in terminal as root (OPTIONAL):
2. Download new version from (link provided by pinochio):Code:apt-get remove --purge adobe-flashplayer
Flash Player v10.1.98.88
3. Install Flash using:
4. Bump the version up by faking it through hexediting:Code:dpkg -i /path/to/adobe-flashplayer-10.deb
I've used hexedit available for n900 which you can get with this command:
type this to hexedit libflashplayer.so:Code:apt-get install hexedit
5. Once in Hexedit, press CTRL+S and type in 31302e31 and press enter, the string you've just found need to be changed to 31322e31Code:hexedit /usr/lib/browser/plugins/libflashplayer.so
6. Now, press CTRL+S, type "y" and search for 31302c31 and change it to 31322c31
7.Press CTRL+S then "y" again.
Close terminal and enjoy new faked v12.1.98.88 flash player
|
2012-10-17
, 09:01
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#2257
|
|
2012-10-17
, 09:22
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#2258
|
The Following User Says Thank You to nicholes For This Useful Post: | ||
|
2012-10-18
, 10:19
|
Posts: 266 |
Thanked: 156 times |
Joined on Jun 2011
@ India
|
#2259
|
|
2012-10-18
, 22:02
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2260
|
For srs? This happened, and there wasn't an emergency council decision to, idk, mass-e-mail every single person who has an e-mail account attached to this forum?
I could've had this on my N900s a whole ten days ago, and I just find out now?
The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
Tags |
adobe, adobe flash, blahblah, flash, flash 10, flash 10.1, fremantle, future, idiotic thread, maemo, maemo 5, nokia, nokia fails, update |
|
I'm curious, how did you determine which hex values are responsible for flash version?