Active Topics

 


Reply
Thread Tools
sEKI's Avatar
Posts: 49 | Thanked: 112 times | Joined on Mar 2011 @ Bristol, UK
#2221
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):
Code:
apt-get remove --purge adobe-flashplayer
2. Download new version from (link provided by pinochio):
Flash Player v10.1.98.88

3. Install Flash using:
Code:
dpkg -i /path/to/adobe-flashplayer-10.deb
4. Bump the version up by faking it through hexediting:
I've used hexedit available for n900 which you can get with this command:
Code:
apt-get install hexedit
type this to hexedit libflashplayer.so:
Code:
hexedit /usr/lib/browser/plugins/libflashplayer.so
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 31322e31

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

All thanks to people who contributed!
__________________
Feeling "able"? Check those out:
Battery Tests, Homemade 3000mAh XL Battery & Q&A. by dr_frost_dk. ______My DualSCUD is 3386 mAh! :]
Fixing USB port, before and after it is to late. by dr_frost_dk. _______________Yes, I'm fixing USB ports in UK
Flash Player v10.1 (faked to v12.1) is here!

Taking pre-orders for dual PolarCell battery (~3000mAh) with Mugen cover for £50
Get a free giffgaff Sim with £5 credit here! Also 250mins unlimited txts & internet for £10 PAYG!
 

The Following 46 Users Say Thank You to sEKI For This Useful Post:
Posts: 439 | Thanked: 192 times | Joined on Oct 2009 @ spain-aragon-zaragoza
#2222
In the first change Not save. Second change 31302e31 by 31322c31. is it normal?

edit:

solved

ctrls s hardware keyboard
yes touchpad display

good save

edit 2:

n900 has now flash 10 real by nokia with all features YES
n900 has now flash 12.1 emulated bye hex modfied YES
n900 has cpu 1150mhz and dsp 600mhz YES
n900 can record and play 720p with better libraries YES
n900 has muchs codecs with decoders support YES
n900 has a flashlauncher app YES
n900 as how a desktop pc thanks to hidden browser agent YES

BUT

n900 can play 480p flv (flash network video) youtube or other webpage with this resolution or resolution 360p forewer well?

NOT he does not can it.

It is incredible much features but he does not can it.

360p with overclock and some videos well others not.

sound ok and video with lag-slow.

Not real video speed

I tried for example spanish web page antena 3 channel and all online series sound ok but video very very slow and yes.... with overclock but nothing.

Grrrr flash 10.......flash 10....overclock..... and whats the ****.

videos online 480 very very slow and freeze with sound ok and 360p sometimes well sometimes bad

Last edited by samipower; 2012-10-05 at 14:58.
 
Posts: 31 | Thanked: 50 times | Joined on Jan 2012 @ Ireland
#2223
Has anyone succeeded in playing video clips from the BBC news website with this player?

I used hexedit to change the version string to 11.0.1.152, and it is displayed as such by Adobe's version checker on
http://helpx.adobe.com/flash-player/...sh-player.html.

However, when I try to play a BBC clip, the message "You do not have the correct version of the flash player" is displayed.

As far as I have been able to determine, the current minimum requirement for the BBC website is flash version 10.2.
 
Posts: 102 | Thanked: 9 times | Joined on Jul 2012 @ Istanbul TURKEY
#2224
[QUOTE=sEKI;1276589]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):
Code:
apt-get remove --purge adobe-flashplayer
2. Download new version from (link provided by pinochio):
Flash Player v10.1.98.88

3. Install Flash using:
Code:
dpkg -i /path/to/adobe-flashplayer-10.deb
4. Bump the version up by faking it through hexediting:
I've used hexedit available for n900 which you can get with this command:
Code:
apt-get install hexedit
type this to hexedit libflashplayer.so:
Code:
hexedit /usr/lib/browser/plugins/libflashplayer.so
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 31322e31

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

All thanks to people who contributed![/QUOT


that is the error i got..

Nokia-N900:~# dpkg -i /path/to/adobe-flashplayer-10.deb
dpkg: error processing /path/to/adobe-flashplayer-10.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
/path/to/adobe-flashplayer-10.deb
Nokia-N900:~#
 
Posts: 77 | Thanked: 59 times | Joined on Apr 2010 @ Germany
#2225
Originally Posted by gkhnkrts7 View Post

that is the error i got..

Nokia-N900:~# dpkg -i /path/to/adobe-flashplayer-10.deb
dpkg: error processing /path/to/adobe-flashplayer-10.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
/path/to/adobe-flashplayer-10.deb
Nokia-N900:~#
OMG.

You should not type /path/to/adobe-flashplayer-10.deb
it is just an example... if you put it via usb-mass-storage in the root-folder you see, it should be /home/user/MyDocs ...
 

The Following 4 Users Say Thank You to Russe89 For This Useful Post:
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#2226
/path/to/.. doesn't ring a bell with you? It's a placeholder, of course use the directory where your package was actually saved to!

Next time 'someone' will write rm -rf / in the middle and people will still write everything exactly like display3d' without further thinking...

Last edited by don_falcone; 2012-10-06 at 09:38.
 

The Following 3 Users Say Thank You to don_falcone For This Useful Post:
Posts: 102 | Thanked: 9 times | Joined on Jul 2012 @ Istanbul TURKEY
#2227
Edit: everything is ok.. i've done
thanks...
 
Posts: 102 | Thanked: 9 times | Joined on Jul 2012 @ Istanbul TURKEY
#2228
That's because i just made a copy-past .. That's my fault.... Sorry...
 

The Following User Says Thank You to gkhnkrts7 For This Useful Post:
Posts: 44 | Thanked: 34 times | Joined on May 2010
#2229
Originally Posted by zerox View Post
Has anyone succeeded in playing video clips from the BBC news website with this player?

I used hexedit to change the version string to 11.0.1.152, and it is displayed as such by Adobe's version checker on
http://helpx.adobe.com/flash-player/...sh-player.html.

However, when I try to play a BBC clip, the message "You do not have the correct version of the flash player" is displayed.

As far as I have been able to determine, the current minimum requirement for the BBC website is flash version 10.2.
I followed the noob guide and managed to get the BBC iplayer site to play TV shows, the audio plays fine but the video lags/stalls even when i tried using the old 'pop out browser' trick.

Thankfully the radio now works on the iplayer site

Last edited by fuel__2001; 2012-10-06 at 10:55.
 
macey's Avatar
Posts: 283 | Thanked: 276 times | Joined on Aug 2011 @ uk or @Pai,Mae Hong Son, Thailand
#2230
Originally Posted by fuel__2001 View Post

Thankfully the radio now works on the iplayer site
I normally use get_iplayer for anything iPlayer related, including live radio. What browser are you using? I use the standard one. If I try to access anything on the BBC site, it auto redirects me to the m.bbc .co.uk (mobile equivalent) & then "operating system unsupported) junk message. How are you getting around that?
 

The Following User Says Thank You to macey For This Useful Post:
Reply

Tags
adobe, adobe flash, blahblah, flash, flash 10, flash 10.1, fremantle, future, idiotic thread, maemo, maemo 5, nokia, nokia fails, update


 
Forum Jump


All times are GMT. The time now is 22:43.