PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-20-2008, 09:57 PM
superdave's Avatar
Lurker
Offline
Pocket PC: titan
Carrier: sprint
 
Join Date: Oct 2007
Posts: 10
Reputation: 35
superdave is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Opera Mini as Default app

Attached is a beta app that will set opera mini as the default web browser and open links when clicked from email, etc. The app has been tested to work in wm6. It assumes that java is at /windows/jbed.exe and the Opera mini app is the first applet installed. This app is similar to the mortscript version, but, is coded in c+ and does not rely on delays.

,Dave
Attached Files
File Type: zip WM6 SD OperaDefault.cab.zip (2.3 KB, 480 views) Click for barcode!

Last edited by superdave; 03-20-2008 at 11:12 PM.
Reply With Quote
This post has been thanked 7 times.
  #2 (permalink)  
Old 03-23-2008, 03:15 AM
chrisd1a1's Avatar
N00b
Offline
Pocket PC: xda ignito
Carrier: o2
 
Join Date: Dec 2007
Posts: 28
Reputation: 25
chrisd1a1 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to chrisd1a1 Send a message via Skype™ to chrisd1a1
Re: Opera Mini as Default app

Quote:
Originally Posted by superdave View Post
Attached is a beta app that will set opera mini as the default web browser and open links when clicked from email, etc. The app has been tested to work in wm6. It assumes that java is at /windows/jbed.exe and the Opera mini app is the first applet installed. This app is similar to the mortscript version, but, is coded in c+ and does not rely on delays.

,Dave
works spot on on WM5.=D>

well done for this and many thanks
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 03-24-2008, 03:28 AM
sherv's Avatar
PPCGeeks Regular
Offline
Pocket PC: Sprint Mogul
Carrier: Sprint
Location: Cambridge, MA
 
Join Date: Sep 2007
Posts: 206
Reputation: 74
sherv is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

Sweet, this is a very handy app! Gonna install it and check it out, thanks man!
__________________

Reply With Quote
  #4 (permalink)  
Old 04-03-2008, 03:56 PM
chnzshyguy's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
 
Join Date: Jan 2007
Posts: 66
Reputation: 0
chnzshyguy is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

Is there any way to make this app configurable to not assume Opera is the first app?? I just downloaded Opera Mini 4.1 and now I want to use S1 instead of S0...
Reply With Quote
  #5 (permalink)  
Old 04-04-2008, 02:24 AM
chrisd1a1's Avatar
N00b
Offline
Pocket PC: xda ignito
Carrier: o2
 
Join Date: Dec 2007
Posts: 28
Reputation: 25
chrisd1a1 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to chrisd1a1 Send a message via Skype™ to chrisd1a1
Re: Opera Mini as Default app

Quote:
Originally Posted by chnzshyguy View Post
Is there any way to make this app configurable to not assume Opera is the first app?? I just downloaded Opera Mini 4.1 and now I want to use S1 instead of S0...
Dave

i would be courious about this as well. i have installed the signed version of 4.1 and removed mini 4 so 4.1 is still the first midlet. the app hangs but if i mannually open 4.1 it does auto complete.

would be grateful if you could fix this

Chris
Reply With Quote
  #6 (permalink)  
Old 04-09-2008, 05:00 PM
badbob001's Avatar
Lurker
Offline
 
Join Date: Feb 2008
Posts: 1
Reputation: 0
badbob001 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

Quote:
Originally Posted by superdave View Post
Attached is a beta app that will set opera mini as the default web browser and open links when clicked from email, etc. The app has been tested to work in wm6. It assumes that java is at /windows/jbed.exe and the Opera mini app is the first applet installed. This app is similar to the mortscript version, but, is coded in c+ and does not rely on delays.

,Dave
I have been modifying my mortscript to eliminate the previously used artificial delays and to try to detect when opera is started and when the address input window is ready. I did this by checking the color of the corner pixel. I'm very curious how your application functions without reliance on delays. My script is here: http://forum.xda-developers.com/show...89&page=12#116 Thanks.
Reply With Quote
  #7 (permalink)  
Old 04-10-2008, 06:27 PM
superdave's Avatar
Lurker
Offline
Pocket PC: titan
Carrier: sprint
Threadstarter
 
Join Date: Oct 2007
Posts: 10
Reputation: 35
superdave is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

Sorry or the late response, yeah I can make it a registry setting. When I upgraded to 4.1 I had to delete my selector to make it the first app. But, it would be easy to make a reg setting or it.

,DAve
Quote:
Originally Posted by chnzshyguy View Post
Is there any way to make this app configurable to not assume Opera is the first app?? I just downloaded Opera Mini 4.1 and now I want to use S1 instead of S0...
Reply With Quote
  #8 (permalink)  
Old 04-10-2008, 06:32 PM
superdave's Avatar
Lurker
Offline
Pocket PC: titan
Carrier: sprint
Threadstarter
 
Join Date: Oct 2007
Posts: 10
Reputation: 35
superdave is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

The app waits for a FindWindow( L"Jbed_NativeUI",L"Java"), then sends the keys for the Address window and waits for FindWindow( L"Jbed_NativeUI",L"Enter Address") before doing a WM_SETTEXT. Theres a couple of other checks in there for if the app is resuming or exiting. With 4.1 you can enter text directly, so I need to add an option for that too. Right now you have to change that option in OM settings for it to work with 4.1
,Dave
Quote:
Originally Posted by badbob001 View Post
I have been modifying my mortscript to eliminate the previously used artificial delays and to try to detect when opera is started and when the address input window is ready. I did this by checking the color of the corner pixel. I'm very curious how your application functions without reliance on delays. My script is here: http://forum.xda-developers.com/show...89&page=12#116 Thanks.
Reply With Quote
  #9 (permalink)  
Old 04-11-2008, 01:03 AM
mdcnman6's Avatar
PPCGeeks Regular
Offline
Pocket PC: 6700 6800 htc pro tp2
Carrier: sprint
 
Join Date: Sep 2007
Posts: 64
Reputation: 5
mdcnman6 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

sounds really interesting...hope it works for me
Reply With Quote
  #10 (permalink)  
Old 04-18-2008, 11:44 PM
chnzshyguy's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
 
Join Date: Jan 2007
Posts: 66
Reputation: 0
chnzshyguy is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera Mini as Default app

hey superdave, what do you mean by OM settings?
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:57 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com