|
|
02/24/2011, 12:11 PM
|
#43 (permalink) | |
|
Legend
![]() Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
|
Quote:
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
|
02/24/2011, 12:14 PM
|
#45 (permalink) |
|
Member
![]() ![]() Join Date: Mar 2010
Location: UK
Posts: 1,947
Likes Received: 0
Thanks: 152
Thanked 428 Times in 350 Posts
|
I'm getting the unclean FlashMiniPlugin. I used the container that you uploaded 30 minutes ago (17:41 GMT)
o2 UK pre plus webos 2.1. On that container, there was no pmpostinstall script with the ipk. Any other details you'd like? |
02/24/2011, 12:18 PM
|
#46 (permalink) |
|
Legend
![]() Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
|
I've just updated the zip (as of the time of this post) so it can handle the scenario where no FlashMiniPlugin.so is not found prior to install.
and you've still got the stock FlashMiniPlugin.so? If you got the same error as the above guy, it's probably because you were missing the FlashMiniPlugin.so file in the first place. In which case, the new zip should help
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
02/24/2011, 12:19 PM
|
#47 (permalink) |
|
Member
![]() ![]() Join Date: Dec 2009
Location: Mexico
Posts: 2,392
Likes Received: 225
Thanks: 88
Thanked 944 Times in 475 Posts
|
Jason, I built the ipk with Linux, but I have two small issues:
1. My FlashMiniPlugin has also the same MD5 as the new one (I had to remove the check) 2. For some reason, the ipk copies the files to /media/crypto/apps/files, but in the postinst script you reference to /media/crypto/apps (I changed postinst to reference to /media/crypto/apps/files and it worked). Code:
#if ["$MD5_CURRENT" == "$MD5_210" ] ; then
mv -f /usr/lib/BrowserServerPlugins/FlashMiniPlugin.so /usr/lib/BrowserServerPlugins/FlashMiniPlugin.so.bak
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/FlashMiniPlugin.so /usr/lib/BrowserServerPlugins/FlashMiniPlugin.so
#else
# echo "Unclean FlashMiniPlugin.so or invalid webOS version"
# exit 1
#fi
cp -f /media/cryptofs/apps/files/etc/adobe/mms.cfg /etc/adobe/mms.cfg
cp -f /media/cryptofs/apps/files/etc/adobe/oem.cfg /etc/adobe/oem.cfg
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/libflashplayer.so /usr/lib/BrowserServerPlugins/libflashplayer.so
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/resource/plugin-icon-noplay.png /usr/lib/BrowserServerPlugins/resource/plugin-icon-noplay.png
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/resource/plugin-icon-play-down.png /usr/lib/BrowserServerPlugins/resource/plugin-icon-play-down.png
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/resource/plugin-icon-play.png /usr/lib/BrowserServerPlugins/resource/plugin-icon-play.png
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/resource/plugin-icon-unknown.png /usr/lib/BrowserServerPlugins/resource/plugin-icon-unknown.png
cp -f /media/cryptofs/apps/files/usr/lib/BrowserServerPlugins/resource/plugin-scrim.png /usr/lib/BrowserServerPlugins/resource/plugin-scrim.png
cp -f /media/cryptofs/apps/files/usr/lib/libFlashGraphics.so /usr/lib/libFlashGraphics.so
4. One more, the files in the resources folder didn't get copied, the directory didn't exist and the postinst script doesn't create it (I think it happened the same with the /etc/adobe directory) :S
__________________
Just remember: If I helped you, press the thanks button! ![]() Owner of: Pre Sprint, Pre Telcel, Pre Plus AT&T, Pre 2 Unlocked, Pixi Plus AT&T, TouchPad, and a shiny new AT&T Pre3. Needs: Veer (anyone?) Apps: Subnet Calculator, FreeCam, PhotoFun, NuttyPad (work in progress) HomeBrew: meta-doctor and Messaging Plugins collaborator Twitter: @cesarneg Last edited by NuttyBunny; 02/24/2011 at 12:33 PM. |
02/24/2011, 12:24 PM
|
#48 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 151
Likes Received: 12
Thanks: 17
Thanked 52 Times in 20 Posts
|
Installation of IPK and patch ran fine without any errors, I can also see the settings in the browser, flash is activated there. But when I click on any flash content I just get some strange grey borders around that window and it seems I get the exit button of the flash plugin but nothing happens. The video is still greyed out and if I click the play button again in the case of a youtube video the youtube app gets started. Any idea what might have gone wrong?
German Palm Pre Plus on O2 Germany stock doctored to 2.1.0 |
02/24/2011, 12:29 PM
|
#49 (permalink) | |
|
Legend
![]() Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
|
Quote:
(2) that's a side effect of the way you packaged you ipk. Using Ipk Packager packs it to /media/cryptofs/apps/ as designed. (3)I suspect that's part of the md5sum issue For what it's worth, I took my md5sums directly from the Verizon 2.0.1 webOSDoctor and the O2 2.1.0 webOSDoctor.
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
|
02/24/2011, 12:45 PM
|
#52 (permalink) |
|
Member
![]() Join Date: Oct 2010
Posts: 159
Likes Received: 0
Thanks: 1
Thanked 11 Times in 10 Posts
|
still getting the error :/
im pretty sure im using the newest flashplugincontainer.zip you have uploaded O2 UK pre plus using the german/ROW O2 pre plus 2.1 update EDIT: now webos doctor won't get to the installing part. gets to transferring part then the pop-up disappears. Last edited by 7 fissurez; 02/24/2011 at 12:55 PM. |
02/24/2011, 01:10 PM
|
#53 (permalink) | |
|
Member
![]() Join Date: Jul 2008
Posts: 42
Likes Received: 1
Thanks: 4
Thanked 3 Times in 3 Posts
|
Quote:
Now, webos quickinstall gives me the problem attached. I want o try the "typing roofs_open -t in a terminal before installing the ipks" but terminal isn't working. it doesnt show where to type, the screen is black. Any help? EDIT: I am using Sprint Pre phone. |
|
02/24/2011, 01:17 PM
|
#54 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 1,546
Likes Received: 42
Thanks: 721
Thanked 182 Times in 131 Posts
|
I followed these instructions to a T this morning before your last couple updates and had no errors, the preferences showed up fine in Internet browser, but like others, flash content just shows the empty question mark and doesn't do anything. I've uninstalled both the patch and the ipk and just redid it all with the newest zip and file requirements from the main post with the latest of Jason's changes. Rebooting now but sounds like it'll still just have the empty question mark. I'll update if it works.
Edit: Hrmmm, now I get error installing ipk from preware which I didn't get with it the first time around.. Looks like its due to FlashMiniPlugin.so not found..
Last edited by volcom45; 02/24/2011 at 01:23 PM. |
02/24/2011, 01:24 PM
|
#55 (permalink) |
|
Legend
![]() Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
|
As of the time of this post, I'm uploaded a new zip.
This has big changes. A lot of the scripts are redone and should be far easier to install now (with less pitfalls in the scripts than before) with no errors expected.
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
02/24/2011, 01:27 PM
|
#56 (permalink) |
|
Homebrew Developer
![]() Join Date: May 2010
Location: Germany
Posts: 518
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
|
Thanks Jason! Flash is working now! Note that I had to remove your md5sum check from the postinst file. (I was using a version of your script from about 30 minutes ago)
|
02/24/2011, 01:33 PM
|
#57 (permalink) | |
|
Legend
![]() Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
|
Quote:
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
|
02/24/2011, 01:50 PM
|
#58 (permalink) |
|
Homebrew Developer
![]() Join Date: May 2010
Location: Germany
Posts: 518
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
|
One quick question: Why do you suggest to install the patch via Internalz, if the current Internalz version from Preware doesn't work on webOS 2.x? Is there any way to get a beta version?
|
02/24/2011, 02:04 PM
|
#60 (permalink) | |
|
Member
![]() Join Date: Nov 2010
Posts: 8
Likes Received: 1
Thanks: 2
Thanked 3 Times in 3 Posts
|
Quote:
so i wouldn't write off flash on the pre- just yet, unless 10.1 is far less well-written than 9.4 was. on the other hand, the first thing i did on my n900 was to install flashblock, so i wouldn't get flash based ads on websites. anyone know if work is being done to port that to the pre? |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



