Related
Hi,
I develope an application on HP IPAQ,
my application turns in FullScreen Mode, I want to prohibit the
execution of the *.cab on my pocket pc
So, how can i lock or disable the execution of the file of installation
.cab?
Any idea?
Sol
...with SKtools you can unassign the association.
Or use the program "cabinstl 1.3" to led you assign all *.cab to this program and whether or not accept install at popup...
Krinkiespijer said:
...with SKtools you can unassign the association.
Or use the program "cabinstl 1.3" to led you assign all *.cab to this program and whether or not accept install at popup...
Click to expand...
Click to collapse
Thank you for your help and your file,
The first one, that i search a solution that i can to introduce in my source code with c#, so i can't use your program, i want that will be do automatically.
The seconde one, to prohibit the execution of the *.cab in my poket, i
have remove this key from registre :
[HKEY_CLASSES_ROOT\cabfile\Shell\Open\Command]
=> wceload.exe "%1" /nodelete
so now, i can't open any .cab file in my pocket pc .
But that i want, When we click in .exe or .msi on PC, that can be transfer
the application in Pocket pc. did you understend my objective.
i want any program can be installed from PC. prohabit any installation
from Pc to Pocket Pc
Is there any way to do this?
Cab installation on the device is done by wceload.exe. If you overwrite it with an empty exe file (with the same name) there will be no way to install cab files from device or PC.
levenum said:
Cab installation on the device is done by wceload.exe. If you overwrite it with an empty exe file (with the same name) there will be no way to install cab files from device or PC.
Click to expand...
Click to collapse
it's good idea, but we have a small probleme, that we can just read wceload.exe because it have a Archive and Read-Only on the his Attributes.
Actually, it is in ROM, which is why you can't delete or edit it, but any ROM file can be overwritten by a file with the same name which will be stored in regular memory (RAM for WM2003, flash for WM5) and will "hide" the original file.
In WM5 device this has to be done from inside the device with apps like Resco explorer or Total commander or using a cab installation because of security restrictions. On WM2003 and lower you can do it via file explorer from the desktop.
Don't you have the Policy setting in the Control Panel?
That restricts the user to download/install programs via:
- PIE
- Inbox
- File Explorer
- Active Sync
- IR beaming
and users will not be able to rename programs to enable them to start.
Settings will be done in HKLM\Security\Policies\Policies and Shell.
Make sure you have the HKLM\ControlPanel\AdminPassword key with no "Redirect"="" value. Rename "Redirect" to something like "_Redirect".
Then check your Control Panel settings again for the Policy setting.
Cheers
levenum said:
In WM5 device this has to be done from inside the device with apps like Resco explorer or Total commander or using a cab installation because of security restrictions. On WM2003 and lower you can do it via file explorer from the desktop.
Click to expand...
Click to collapse
when I copied a file named wceload.exe to \windows in the pda by using Resco Explorer, I succeeded to prohabit any installation from pc to Pocket.
So, to Introduce this solution in my c# code, I have used File.copy(wceload.exe,\windows\wceload.exe,true),
Finnaly, I solved my problem
Thank you for your help
I managed to install Adobe's Flash 7 player for PPC on S710.
The steps are:
1. Install Flash 7 in PPC emulator
2. Export 4 registry keys from HKLM\software\ and register them manually (or import with a registry editor)
3. Download Adobe Flash 6 player and extract flash.dll and copy it to S710
4. Register flash.dll with regsvrce.exe
5. Copy /Windows/Macromedia/flash.dll from PPC emulator and overwrite the Flash 6 version with it on your S710
6. Install Opera 8.65beta for smartphone
Now you can view YouTube. For acceptable quality you have to overclock to 240MHz
UPDATE: Forum moderator Menneisyys has written a wonderful tut here:
http://forum.xda-developers.com/showpost.php?p=1363157&postcount=9
where do you get ppc emulator from ??
and where do u get regsvrce.exe from?
pls attach these files or provide .cab if u can
thanks.
jockyw2001 said:
I managed to install Adobe's Flash 7 player for PPC on S710.
The steps are:
1. Install Flash 7 in PPC emulator
2. Export 4 registry keys from HKLM\software\ and register them manually (or import with a registry editor)
3. Download Adobe Flash 6 player and extract flash.dll and copy it to S710
4. Register flash.dll with regsvrce.exe
5. Copy /Windows/Macromedia/flash.dll from PPC emulator and overwrite the Flash 6 version with it on your S710
6. Install Opera 8.65beta for smartphone
Now you can view YouTube. For acceptable quality you have to overclock to 240MHz
Click to expand...
Click to collapse
Yeah, it would be great if you could post all the files....I would like to try on my dash as well. Thanks!
Okay, everything you need is in the attachment.
The steps are:
1. Import 4 registry keys from HKLM\software\.. and register them manually (I used MobileRegistryEditor on PC) or import with a registry editor. See screenshots.
2. Copy Windows directory to your smartphone (answer yes to overwrite all)
3. Copy flash.dll from Flash 6 to \Windows\Macromedia on your smartphone
4. Register it with regsvrce.exe (\Windows\Macromedia\flash.dll). Run regsvrce again to see immediately the success "alert"
5. Copy flash.dll from Flash 7 to \Windows\Macromedia and overwrite the Flash 6 version
6. Install Opera 8.65beta for smartphone
7. Soft reset your smartphone (power cycle)
Now you can view YouTube. For acceptable quality you have to overclock to 240MHz
Have fun,
JockyW
Can you repost the attachement? Doesn't seem like it came through...
Thanks for taking the time to do this!
jockyw2001 said:
Okay, everything you need is in the attachment.
The steps are:
1. Import 4 registry keys from HKLM\software\.. and register them manually (I used MobileRegistryEditor on PC) or import with a registry editor. See screenshots.
2. Copy Windows directory to your smartphone (answer yes to overwrite all)
3. Copy flash.dll from Flash 6 to \Windows\Macromedia on your smartphone
4. Register it with regsvrce.exe (\Windows\Macromedia\flash.dll). Run regsvrce again to see immediately the success "alert"
5. Copy flash.dll from Flash 7 to \Windows\Macromedia and overwrite the Flash 6 version
6. Install Opera 8.65beta for smartphone
7. Soft reset your smartphone (power cycle)
Now you can view YouTube. For acceptable quality you have to overclock to 240MHz
Have fun,
JockyW
Click to expand...
Click to collapse
New attachment. In the previous one there were a few files missing, sorry.
It took some time, because the upload constantly fails if the size is > 2MB
Thanks! I am using MobileRegistryEditor how do you import the .reg files? I don't see an option. Thanks!
sting0r said:
Thanks! I am using MobileRegistryEditor how do you import the .reg files? I don't see an option. Thanks!
Click to expand...
Click to collapse
Forget it, I just figured it out. Rebooting now, will let you guys know if it works on a Dash
I am getting an error that I don't have the right version of flash loaded any ideas??? I have double checked the reg keys and they look right, and I know the regserv worked, do I need to regserv the flash.dll from flash 7 as well?
sting0r said:
I am getting an error that I don't have the right version of flash loaded any ideas??? I have double checked the reg keys and they look right, and I know the regserv worked, do I need to regserv the flash.dll from flash 7 as well?
Click to expand...
Click to collapse
No, after you registered flash 6 it should be sufficient to overwrite it with the flash 7 dll. When and where exactly do you get this error?
jockyw2001 said:
No, after you registered flash 6 it should be sufficient to overwrite it with the flash 7 dll. When and where exactly do you get this error?
Click to expand...
Click to collapse
I get this error in opera, when trying to view a youtube video....
I also noticed you had the cab file listed in one of the registry entries, do I need to have that in the My Documents directory?
I double checked all my steps, for some reason Opera doesn't know I have the flashplayer installed, maybe thats the problem?
Just thought of something, I have installed opera on my storage card, do you think that is the problem?
sting0r said:
Just thought of something, I have installed opera on my storage card, do you think that is the problem?
Click to expand...
Click to collapse
Just installed it to main memory, I still get Hello, you either have javaScript turned off or an old version of Macromedia's Flash Player....
Javascipt is on in Opera Mobile, hmmm any ideas?
It is essential that flash.dll is correctly registered. Look for the key ".swf" in HKEY_CLASSES_ROOT. If it exists after registering, then your okay. Also, after registering the dll check if the version number still is correct:
[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer]
"CurrentVersion"="7,0,70,0"
My HTC S710 ("VOX") is running WM6 and it registers just fine. You can test and save some typing by putting regsrvce and flash.dll both in "My Documents", then run regsrvce and type "flash.dll".
I fear that on smartphones with WM5 it doesn't work
I just tried to register flash.dll in M$ 's WM5 smartphone emulator and it failed. Although regsrvce says it registered flash.dll the registry keys are not created.
What mobile device are you using and what OS is on it?
Thanks, is there any reason I wouldn't register the flash.dll from flash 7?
jockyw2001 said:
It is essential that flash.dll is correctly registered. Look for the key ".swf" in HKEY_CLASSES_ROOT. If it exists after registering, then your okay. Also, after registering the dll check if the version number still is correct:
[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer]
"CurrentVersion"="7,0,70,0"
My HTC S710 ("VOX") is running WM6 and it registers just fine. You can test and save some typing by putting regsrvce and flash.dll both in "My Documents", then run regsrvce and type "flash.dll".
I fear that on smartphones with WM5 it doesn't work
I just tried to register flash.dll in M$ 's WM5 smartphone emulator and it failed. Although regsrvce says it registered flash.dll the registry keys are not created.
What mobile device are you using and what OS is on it?
Click to expand...
Click to collapse
I am running WM6 on my Tmobile Dash. that didn't fix it. I double check the version again and it didn't work. Wonder why it isn't working...
jockyw2001 said:
It is essential that flash.dll is correctly registered. Look for the key ".swf" in HKEY_CLASSES_ROOT. If it exists after registering, then your okay. Also, after registering the dll check if the version number still is correct:
[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer]
"CurrentVersion"="7,0,70,0"
My HTC S710 ("VOX") is running WM6 and it registers just fine. You can test and save some typing by putting regsrvce and flash.dll both in "My Documents", then run regsrvce and type "flash.dll".
I fear that on smartphones with WM5 it doesn't work
I just tried to register flash.dll in M$ 's WM5 smartphone emulator and it failed. Although regsrvce says it registered flash.dll the registry keys are not created.
What mobile device are you using and what OS is on it?
Click to expand...
Click to collapse
Thanks it's working perfectly.
Just be aware that on some portals with flash ads you can have trouble to navigate through the page.
kusnier said:
Thanks it's working perfectly.
Just be aware that on some portals with flash ads you can have trouble to navigate through the page.
Click to expand...
Click to collapse
I may have to go any pickup a Vox, just to get this working Well guess it's a good excuse. Now that wm6 and blackberry connect play nice there is nothing holding me back.
@sting0r: I'm pretty sure you're doing something wrong. Did you check whether the .swf key is there and whether the version value is still 7,0,70,0 ?
To answer your question, registering the flash7 dll will fail. Registering flash6 works. In fact with flash6 you can already play yourtube.
@kusnier: I'm glad it works for you
Clear Details
Step By Step, Clear Details Please!
See attachments ...
This version is French and basically untested.
I'm getting a message that the license has run out.
Feel free to hack it.
If anyone has an english version, please put it up.
pvplayer.lnk
PVPlayerPPC_LS.psk
PVPlayerPPC.psk
pvres040C.dll
pvres0409.dll (copy of pvres040C.dll, just a trick to get it to work)
- Copy those 6 files to \Windows
- Install PV Player 3.3 (This is actually for PPC so you need to be clever, or wait until I post a smartphone version)
- Open a registry editor (Resco) and find all occurrences of "Program files\PacketVideo\pvPlayer\" and change to "\Windows"
E.g
Hkey Class_root/mp4_auto_file/shell/open/command
Default="Program files/PacketVideo/pvPlayer/PvPlayer.exe %1"
-Uninstall PV Player 3.3
- Create a shortcut in Windows\Start Menu
To receive and play the French TVLive modify a registry entry (see included .rtf):
User Agent in key PostPlatfrom : PPC ; 240x320 ; SPV M650 ; OpVer 13.10.2.112
pvplayer for smartphone
Can you post smartphone version?
I got an i600(samsung) and i cant found it.
please help.
Wow, again a really old post! I do have a newer version from the Orange Rose dump!
It's version 04_21_26_03!
I am attaching the OEM package!
how to install
thank you but how i use it?
Do you have CAB file of your newest version cause i dont know how to use OEM?
Just copy the pvplayer.exe and pvres0409.dll (from PACKAGE_Rose_pv_0409) (or if you use another language that one too) to windows and the pvplayer.lnk to windows/start menu! That should do it!
pvplayer.ink to start menu
i dont success to put vplayer.ink to windows/start menu.
How to do?
Just copy it there?! What doesn't work?
problem dll
that's it but i dont put pvres0409.dll to windows cause resco doesnt see it
thats it
thats it! everything is allright!
thanks a lot frauhottelmann! :
It's just a video player ?
Is it Beter than TCPMP ?
it use to see TVLive
[ This ROM is DISCONTINUED! Please do not ask about new releases. ]
Hello all. This is
TornFlo 2D Pre-release
WM6.1 Professional for Tornado with integrated Manila 2D (fully working after installing additional CABs).
Information about memory:
Storage memory Program memory
Total: 17.95 MB Total: 48.25 MB
Free: 13.50 MB Free: 22.06 MB
(this is in PLK version, aproximately info)
Links:
WWE version: http://rapidshare.com/files/176388771/RUU.rar
PLK version: http://rapidshare.com/files/176431834/TornFlo2D_PLK_Pre-Final.rar (after flashing is needed to reinsert battery! Otherwise smartphone does not start (only in PLK version!!)
Kitchen: http://rapidshare.com/files/176499357/TornFlo2D-Pre-Final_Kitchen.rar
PLK MUI: http://rapidshare.com/files/176506072/PLK_MUI.rar
To get fully working Manila 2D, you need install:
- AudioManager
- HTC Album
- Opal CommManager
... and other needed plugins.
OEMCamera for kitchen and WWE ROM (i forgot to cook Camera in WWE): http://rapidshare.com/files/176505577/OEMCamera.zip
Plugins in attachment in this post:
http://forum.xda-developers.com/showpost.php?p=2761662&postcount=3885
Bugs:
- system profiles needs to be used by FakeCursor
Please inform me about all notified bugs.
Best regards,
MietasSR
i need a text step by step how to cook a room )
How to add drivers, and aplications...
pleaseeee
Just add your OEMpacks to SYS folder and open BuildOS.cmd file
congrats mate, this is quite the achivment.
Excellent work! Being wanting this. But which comm manager, htc album and audio manager seems to work with this one. it seems that i cannot get any of them working though
For me all working OK...
After the screen goes off, my phone switches off automatically. I don't understand why ?
Go to Power applet and disable powering off after minute.
MietasSR said:
Just add your OEMpacks to SYS folder and open BuildOS.cmd file
Click to expand...
Click to collapse
Whats is OEMpacks??
how i can to change the language??
thank you
MietasSR said:
For me all working OK...
Click to expand...
Click to collapse
Appreciate if you could attach the working cabs for htc album, audio manager and comm manager.
Terima kasih
Download this archive. This archive including all cabs.
I found some bugs in your ROM. First of all Comm Manager (from post you've linked) is broken. Next one: In settings there are some missing broken aplets (doubled, no icons, not working) and the last one: System information doesn't show informations about CPU. Screenshots of this bugs are in attachments. And you could add shortcut to the Camera app into the start menu and map button to this, because now I had to do it manually.
In PLK version you must change MUI number from 0409 to 0415 (CommManager MUI), or download PLK MUI and copy PL MUI for CommManager. Missing applets is exist only in PLK version, I not understand what to delete it. I don't know what about System Information.
MietasSR said:
Download this archive. This archive including all cabs.
Click to expand...
Click to collapse
Thanks for the cabs
im having trouble with the blutooth i can turn it on and make my phone visable just fine but my problem is i cant send ppl stuff over bluetooth, for some reason it fails i even paried with them any help would be gladly appreciated
Just enable Beam.
it is enabled
On me all working OK... Try re-enable Beam, Bluetooth.
When I edit this ROM and build OS with this kitchen and flashed to device and when system booting is show screen that in attachments. How I remove it?
Proably you unchecked tweaks in BuildOS... You must omit Welcome screen... Connect your Tornado to PC, install CeRegEditor in PC and open it. You must change one key in Tornado registry:
[HKLM\Software\Microsoft\Welcome]
"Welcome"=dword:FFFFFFFF
First of all, I've to say that I spent several hours trying to make Opera 10 working correctly with the TouchFLO interface. Trust me, you can't do this editing the registry or other files.
The only way to run Opera Mobile 10 (beta) from the Internet tab is using a little app called "VJBrisk.exe". I've found these informations here; they were written in order to launch Skyfire, but I've done the same thing to launch Opera and it worked.
Here's a little tutorial. Hope this will finally help you.
1) Install Opera Mobile 10 (http://www.opera.com/mobile/download/) into your mobile. It will prompt you to set Opera as default browser. Say YES.
2) Download VJBrisk (http://www.vijay555.com/?Releases:VJBrisk) and install it on your mobile
3) Copy "VJBrisk.exe" (you can find it into the apps list -start, etc.-) with a good explorer (I reccomend Total Commander) into the \Windows folder
4) Rename "OperaL.exe" to "OperaL.exe.bak" (who knows...) into the \Windows folder
5) Rename "VJBrisk.exe" (\Windows) to "OperaL.exe"
6) Create a shortcut to Opera Mobile 10 (you can do this with Total Commander by clicking File - >>>>> - Create shortcut) and move this shortcut to the \Windows folder
7) Rename the shortcut to "OperaLLNK.lnk" into the \Windows folder
8) Do a soft reset
That's all. 99% working on my HTC Touch Viva.
I say 99% because if you click the "All bookmarks" link (not the bookmarks...) on the left, Opera will show you an error page saying "Could not open file. You tried to access the address file://localhost/Bookmarks, which is currently unavailable..."; the same for the "Browser" link on the right. I think this is a sort of Opera Mobile 10 bug, maybe it will be resolved with the final release.
Haven't had a chance to try this yet, and don't plan to until I can get the zoombar to work with opera 10. That, or a good touchflo port to the blueangel. Thanks for this, though
This operation is not working with my Touch Pro and Opera Mobile 10 Beta2u enhanced version.
I can't try with this model, sorry
But I think this operation has to work with all HTC mobiles, because it just replaces the original OperaL.exe with another that links to the new Opera 10...
Now, when you click on the globe, what happens?
All Opera Mobile/Mini versions: Official thread
http://forum.xda-developers.com/showpost.php?p=4977203&postcount=1
orb3000 said:
http://forum.xda-developers.com/showpost.php?p=4977203&postcount=1
Click to expand...
Click to collapse
I've tried this way before using VJBrisk, but it failed for me.
Anyway, I think it's not "comfortable" to copy the entire content of the Opera folder into \Windows, what if you then upgrade to a newer version?
When I tap on the Internet tab is written:
! Opera10-armv4i.exe
The file "Opera10-armv4i" cannot be opened. Either it is...
...restoring this file.
I checked also in registry what is under /HKLM/Software/Microsoft/Shell/Rai/DEFBROWSER and it is already with Opera10-armv4i.exe
Is "Opera Mobile 10 Beta2u enhanced version" = Opera10-armv4i.exe ???
rickiri69 said:
When I tap on the Internet tab is written:
! Opera10-armv4i.exe
The file "Opera10-armv4i" cannot be opened. Either it is...
...restoring this file.
I checked also in registry what is under /HKLM/Software/Microsoft/Shell/Rai/DEFBROWSER and it is already with Opera10-armv4i.exe
Is "Opera Mobile 10 Beta2u enhanced version" = Opera10-armv4i.exe ???
Click to expand...
Click to collapse
I don't know if the enhanced version has the same executable file name, but I guess yes, so check again if the OperaLLNK.lnk file correctly redirects to Opera10-armv4i.exe and remember to place it (the .lnk) in the \Windows folder together with the vjbrisk.exe renamed to OperaL.exe
darkbsoul said:
I've tried this way before using VJBrisk, but it failed for me.
Anyway, I think it's not "comfortable" to copy the entire content of the Opera folder into \Windows, what if you then upgrade to a newer version?
Click to expand...
Click to collapse
It worked for me.
Anyway it´s nice to have another method
I´ll post it on the Opera official thread
Thanks,
darkbsoul said:
4) Rename "OperaL.exe" to "OperaL.exe.bak" (who knows...) into the \Windows folder
Click to expand...
Click to collapse
This file is a ROM file on my system (Touch HD, Orange ROM 1.59.61.2) and it seems it cannot be re-named. Any work-arounds?
Thanks!
Easier to understand instructions!!!
Opera 10 doesn't have the same OperaL.exe file like 9 did. So Touch Flo is hard coded to execute the OperaL.exe file which doesn't exist.
1st off, nothing needs to be changed in the Registry!!!
1. I basically pasted the 'VJBrisk.exe' into the Windows Directory.
2. Renamed 'VJBrisk.exe' to 'OperaL.exe' in the Windows Directory.
3. Went to Program Files\Opera Mobile 10 \Opera10-armv4i.exe (your Opera exe might be named something different. I'm using Opera Mobile 10 Beta3 Repack) and created a shortcut of that exe and copied the shortcut to the Windows Directory.
**If you want to use a different browser or have some other executable launch, just make a shortcut to what you want to launch**
4. Renamed the Shortcut to 'OperaLLNK.lnk'
5. Test that the 'OperaL.exe' now fires off the Opera Browser. If it doesn't, you probably have a typo.
6. Now go to Touch Flo and press the 'Launch Browser' globe icon and now Opera should open up for you! You can also add your new Push pages and they should launch as well.
7. Only problem now is that it opens 2 tabs in the browser, 1st tab of my Start Page like normal, but then on top of that it opens a 2nd tab to the path of 'file://localhost/home'. Anyone know why it does this? It doesn't do this when the browser is launched anywhere else besides the Touch Flo launching of it. Is it maybe looking for AT&T's MEdiaNet home page? If so, where can I restore the link to MEdiaNet's homepage or can I just tell it to go to some other webpage?
Damn it feels good to be a gangsta!
Aashmir
eoa106 said:
This file is a ROM file on my system (Touch HD, Orange ROM 1.59.61.2) and it seems it cannot be re-named. Any work-arounds?
Click to expand...
Click to collapse
I've been messing with this for hours and finally figured it out...
Don't rename vjbrisk.exe to replace OperaL.exe because it won't work. Instead rename vjbrisk.exe to OperaL.exe in another folder and then COPY that file over the top of OperaL.exe in the Windows folder.
Finally this worked for me. The Windows\OperaL.exe file is locked in ROM and can only be copied over and not renamed over. I guess some Windows Mobile devices don't have this file locked and renaming over works for them.
Confirm success and advice not to do it
I confirm Darkbsoul. The only way to switch to Opera 10 by now is using VJBrisk. The procedure is straightforward and works immediately! No need for a soft reset.
However, as much as I like Opera 10, I will refrain from dumping HTC's original Opera 9.5 build 15316 as my default TF3D browser:
1. The error message is ugly on your face each time you fire up Opera 10 from TF3D.
2. VJBrisk's approach is somewhat slower: you run VJBrisk, which in turn runs Opera 10.
3. I lose my saved Opera 9.5 bookmarks
4. I can't use the nice Opera 10 3X3 start pages grid
I've got some solution, not perfect (and I think not for Sense, but only for TF3D), but it's one way how to launch Opera mobile 10 from internet tab.
Open \Windows\27c65cbd_manila in notepad and there you can add link to any program you want. You should have there a link to Youtube, so just copy&paste it and edit Text, Executable and ImagePath to anything you want. Don't be surprised with the qtc extension used in image path for Youtube, you can use for example PNG and it will work.
hi just want to say thank you, works like a charm on my hd2 with a custom rom that only have internetexplorer cooked in. i installed opera 10 to the device. rename vjbrisk.exe to iexplore.exe and the link to opera10 to iexploreLNK.lnk. then copied both files to my windows folder and bingo i can use the internet tab/favorites of 'htc sense' to start opera. only bad thing is i cant start the real internetexplorer anymore but who cares.
eoa106 said:
This file is a ROM file on my system (Touch HD, Orange ROM 1.59.61.2) and it seems it cannot be re-named. Any work-arounds?
Thanks!
Click to expand...
Click to collapse
if a file is in rom then you dont have to care about it. files in rom cant be overwritten, so if you copy a file with the same name over a rom file the rom file is still there, its just somewhat 'invisible'. if you want to recover the rom file simply delete the file you copied over it, and the rom file will reapear.
regards mad
Hi! You rock! This is work perfectly... with opera mini also!
But, how can I remove "file://localhost/Bookmarks" message when I tap the "All bookmarks" button? Thnks!