View Single Post
Posts: 29 | Thanked: 3 times | Joined on Feb 2008 @ Wisconsin
#1722
found this...
cocayden 10-08-10 , 04:29 AM
Posts: 39 | Thanked: 50 times | Joined on Oct 2009 Report This | #1343

I just tried and found that it works and is very simple to do.

Firefox mobile lists /usr/lib/browser/plugins/libflashplayer.so as the location of its flash player, but also has a copy located in /home/user/.mozilla/plugins. The current build of firefox mobile(4.0b1) has plugins disabled so I cannot test these changes.

Simple Install Guide:
1. Obtain file from TI
2. On a linux pc run the file(you will need to enable exec rights on the file)
3. Follow the installer and then go to the path specified in the installer and grab the libflashplayer.so
4. Copy libflashplayer.so to somewhere on your n900(via ssh or via mass storage mode)
5. sudo gainroot
mv /usr/lib/browser/plugins/libflashplayer.so /usr/lib/browser/plugins/libflashplayer.so.bak
if copied to mass storage: cd /home/user/MyDocs/
cp libflashplayer.so /usr/lib/browser/plugins/libflashplayer.so
6. start the browser and it should all work