|
 Originally Posted by Redflea
Found it in two places:
/media/cryptofs/apps/usr/lib/BrowserServerPlugins/libflashplayer.so
/media/cryptofs/apps/usr/palm/applications/com.palm.app.flashplugin-001/data/libflashplayer.so
Assume I only need to edit the first location. Is that correct?
Checked User agent online and get:
Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0.3; U; en-US) AppleWebKit/534.6 (KHTML, like Gecko) wOSBrowser/234.75 Safari/534.6 TouchPad/1.0
So should I use "Linux" in this command below instead of "WEB" ? Or Mozilla? Or Safari?  Need some help... And is the "10" still applicable, or ?
sed -i 's/WEB 10/WIN 10/' libflashplayer.so
 Originally Posted by Redflea
Anyone have any comments on my questions above? Appreciate the help...
I don't think anyone knows. Almost nobody has 3.0.3. It's a simple thing to do and undo if you follow ncinerates instructions, specifically make a backup copy first, then do the sed command and restore the backup copy if needed. I personally have an unmodified copy (libflashplayer.so.orig) and a modified copy (libflashplayer.so.mod), I just copy the one I want to libflashplayer.so, quick & easy, no fuss no muss.
So if it were me I'd try modifiying /media/cryptofs/apps/usr/lib/BrowserServerPlugins/libflashplayer.so first & see if it works then /media/cryptofs/apps/usr/palm/applications/com.palm.app.flashplugin-001/data/libflashplayer.so if not. They should be the same but without verifying they're identical I'd make backups of each. Or you can just change them both right off the bat, what's the harm? Again just make unmodified backup copies and you can easily revert if needed. And that's just a failsafe really because you technically should be able to back it out with sed but good to have a failsafe in case something goes wrong, fat fingers etc, I like a safety net. Good luck.
|
|
|