Opera Mini 5.1 Native Windows Mobile+ Extra Options(UPDATED)

Search This thread

imbunned

Senior Member
Sep 30, 2009
108
5
Opera Mini 5.1 Native Windows Mobile+ Extra Options


Removed All Errors
thanks to JaCoL_JcL


This is latest version Opera Mini 5.1 NATİVE( 12.09.2010 )

- GSensor Disabled-Enabled
- Online MP4 watch(need coreplayer)
- Large Files Download(need UCWEB)
- Latest address open automaticly with Opera Mobile or UzardWeb
- youtube mp4 download&waych(with Coreplayer)
- and more..



uzard%202.jpg
youtube%20soru.jpg
opera%20face%203.jpg
Screen02.jpg




ALL İN ONE CAB


İNSTALLATİON

- İnstall my cab file
- go to \Storage Card\Program Files (or internal storage\Program Files) and click Mortscript.exe(only once)


USAGE


- Go to any site
- tab&hold top bar(address bar) and click copy
- My Script will run automaticly


Examples

Go to rapidshare link,
Copy Address,
Click YES
latest address will open with Opera Mobile






go to facebook or any mp4 site,
when exists Download dialog press cancel,
copy address,
press Yes,
latest address will open with Core Player





go to m.youtube.com or www.youtube.com(my scripts can run all youtube links)
search a video and click video name,
copy address,
press No,
youtube video will download with UCWEB


or click Yes,
watch with coreplayer




go to any site video site
copy address,
click No,
latest address will open with UZARDWEB






GSensor Disable/Enable

go to start-programs
click GSensor
 
Last edited:

Heart1010

Senior Member
Jan 27, 2009
639
24
Xiaomi Mi 11 Lite 5G
Opera Mini 5.1 Native Windows Mobile+ Extra Options


This is latest version Opera Mini 5.1 NATİVE( 12.09.2010 )

- GSensor Disabled
- Online MP4 watch(need coreplayer)
- Large Files Download(need UCWEB)
- Latest address open automaticly with i.e, opera 9.5, opera 10, Uzardweb, net front, ucweb)
- youtube mp4 download
- and more..




ALL İN ONE CAB


İNSTALLATİON

- İnstall my cab file
- go to \Storage Card\Windows (or internal storage\windows) and click Mortscript.exe(only once)


USAGE


- Go to any site
- one click adress bar
- minimize opera mini
( My script will run automaticly)
- adress bar!? the top bar of opera mini? But why do you want to open an adress with IE for example when you have opera mini!?
- and why do you disable auto rotation (gsensor)?
 

kern417

Senior Member
May 15, 2009
165
4
Louisville, KY
is there a way to just get the 3x3 grid under the options (the wrench icon) the setup for the official Opera is so akward with the 2-4 squares and the 1 square left over /:
 

imbunned

Senior Member
Sep 30, 2009
108
5
- adress bar!? the top bar of opera mini?
- and why do you disable auto rotation (gsensor)?

sorry my english. i made new script and i'm all bugs edited&usage changed. for run my script tab&hold top bar and click copy. it will run automaticly.
But why do you want to open an adress with IE for example when you have opera mini!?
do you free file downloads from (exmp) rapidshare with opera mini?

i will add new script in a few days
 
Last edited:

situ1962

Senior Member
Oct 29, 2008
642
151
Thanks for this.But I am unable to find the Mortscript.exe file anywhere.What should I do?
 

JaCoL_JcL

Senior Member
Apr 17, 2009
315
10
To bad this cab is full of errors...

First: Opera are instal in Program Files\imbunned\gsensor disable\

Secound: Mortscrip using 60-90% on my CPU when is in backgrund .... WHY ?? :eek:

Third: I edit Opera Mini 5 .mscr and I must write "Internet" not The Internet

One + for disable Gsensor ...
 
Last edited:

JaCoL_JcL

Senior Member
Apr 17, 2009
315
10
Hah gonna be great :)

But with this errors all seems to work great :) I copy all files to right directions.

I must edit All .mscr files - i have Polish rom and Internal Storage = Moja Pamiec in PL.
After this changes all is ok.

But MORTSCIRPT eat to much CPU proces and my omnia i900 is "lazy" and going to be very hot (CPU usege...)
 
Last edited:

imbunned

Senior Member
Sep 30, 2009
108
5
thanks. all error removed. i chanced usage. removed "while" command(for cpu usage)

Thank you for informing me:)
 

imbunned

Senior Member
Sep 30, 2009
108
5
Hah gonna be great :)

But with this errors all seems to work great :) I copy all files to right directions.

I must edit All .mscr files - i have Polish rom and Internal Storage = Moja Pamiec in PL.
After this changes all is ok.

But MORTSCIRPT eat to much CPU proces and my omnia i900 is "lazy" and going to be very hot (CPU usege...)


for your internal storage,

you can copy this and paste to notepad. after changes, save as Clipboard.mscr and copy it to /windows

(you must install new cab file 1th post)

sorry my english


Code:
x=cliptext()


a=find(x, ".mp4")
b=Find(x, "youtube.com/watch")

if(a<>0)

switch(Question("Mp4 found.For watch press Yes, For Download press No", "Mp4", "YesNoCancel"))
case(yes)
y="http://"
Run ("\Storage Card\Program Files\CorePlayer\player.exe", y.x)
Run ("\Internal Storage\Program Files\CorePlayer\player.exe", y.x)
Run ("\My Storage\Program Files\CorePlayer\player.exe", y.x)
if NOT procexists player.exe
Message "CorePlayer not installed. pls install"
endif
case(no)
Run ("\Internal Storage\Program Files\UCWEB\UCWEB.exe", x)
Run ("\Storage Card\Program Files\UCWEB\UCWEB.exe", x)
Run ("\My Storage\Program Files\UCWEB\UCWEB.exe", x)
if NOT procexists UCWEB.exe
Message "UCWEB not installed. pls install"
endif
case(cancel)
Endswitch

elseif(b<>0)

switch(Question("Youtube Video found.For watch press Yes, For Download press No", "YouTube", "YesNoCancel"))
Case(yes)
k=find(x, "v=")
y=k+2
z=substr(x, y)
e=length(z)
s=find(z, "&")
w=s-1
q=substr(z, 0, w)
Run ("\Windows\YouTube.exe")
sleep 8000
MouseClick 480, 640
Sleep 200
Setcliptext (q)
Sleep 100
sendctrlkey v
Sleep 50
SendCR
case(no)
k=find(x, "v=")
y=k+2
z=substr(x, y)
s=find(z, "&")
w=s-1
q=substr(z, 0, w)
a="cepyoutube.com/details.php?action=download&item="
setcliptext ("&type=18")
b=cliptext()
Run ("\Internal Storage\Program Files\UCWEB\UCWEB.exe", a.q.b)
Run ("\Storage Card\Program Files\UCWEB\UCWEB.exe", a.q.b)
Run ("\My Storage\Program Files\UCWEB\UCWEB.exe", a.q.b)
if NOT procexists UCWEB.exe
Message "UCWEB not installed. pls install"
endif
case(cancel)
endswitch

elseif(a+b=0)
c=find(x, ".")
if (c<>0)

switch(question("For Opera Mobile Press YES, for uZardWeb press NO", "Question", "YesNoCancel"))
case(yes)
Run ("\Windows\OperaL.exe", x)
Run ("\Storage Card\Windows\OperaL.exe", x)
if NOT procexists OperaL.exe
Run ("\Internal Storage\Program Files\Opera Mobile 10\Opera10-armv4i.exe", x)
Run ("\Storage Card\Program Files\Opera Mobile 10\Opera10-armv4i.exe", x)
Run ("\My Storage\Program Files\Opera Mobile 10\Opera10-armv4i.exe", x)
if NOT procexists Opera10-armv4i.exe
message "Opera Mobile Not installed. PLS install"
endif
endif
case(no)
Run ("\Internal Storage\Program Files\uZardWebP\uZardWebP.exe", x)
Run ("\Storage Card\Program Files\uZardWebP\uZardWebP.exe", x)
Run ("\My Storage\Program Files\uZardWebP\uZardWebP.exe", x)
if NOT procexists uZardWebP.exe
Message "uZardWebP not installed. pls install"
endif
case(cancel)
endswitch
endif
endif
 
Last edited:

JaCoL_JcL

Senior Member
Apr 17, 2009
315
10
I must say that Youtube is not working for me: CoprePlayer don't even run and UCWEB is downloading a -(CepYouTube).mp4 files with 209B :/
 
Last edited:

imbunned

Senior Member
Sep 30, 2009
108
5
youtube fix and change usage

change usage,

only copy address, my script will run.(no usage CPU:))
YOUTUBE site chanced and you can watch core player now. i am waiting your comments. I will add the first post if you like it
 
Last edited:

JaCoL_JcL

Senior Member
Apr 17, 2009
315
10
U are emezing m8 :) All works very well !! From now viewing Internet by Opera Mini I so simple and easy :)

U gonna update cab in first post ??
 

Ronanbe

Member
Mar 7, 2008
22
0
Is it possible to use Opera Mini 5.1 to view html files stored in Internal Storage.
If so, then what is the url format. It doesn't seem to understand the file:// url.

I'm using a HTC Touch Diamond (P3700).
 
Last edited:

urphonesux

Senior Member
Jun 24, 2008
572
78
Captiva
Works great on my omnia 2!
but i do get unknown format errors in coreplayer on some youtube videos
 
Last edited:

imbunned

Senior Member
Sep 30, 2009
108
5
Is it possible to use Opera Mini 5.1 to view html files stored in Internal Storage.
If so, then what is the url format. It doesn't seem to understand the file:// url.

I'm using a HTC Touch Diamond (P3700).

Unfortunately, Opera Mini can not do it(Opera 10 too)

you must use opera 9.5/9.7 or allreader(request paid)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    @marijanstanisic

    You should consider changing antivirus. AFAIK every file in this thread is clean.



    @Kellicros

    The shortcut and scripts in the cab look for specific install paths (in English system localization). My scripts were tailored for Portuguese localization (apps installed to "A minha memória"). If your system setup is different you need to edit these components or else it won't work.