|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
Quote:
Quote:
Quote:
Quote:
Last edited by badbob001; 20th October 2008 at 05:33 PM.. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Last edited by badbob001; 30th June 2008 at 07:18 PM.. |
|
#3
|
|||
|
|||
|
[reserved for future use 2]
|
|
#4
|
|||
|
|||
|
Hi badbob.
I kind of like the script that you made way back when (Nov.?) that opens up a popup that lets you choose between PIE and OM and the clipboard. It also works for 4.1. It would be neat if the installation script allowed that as an option, and also detected Opera Mobile (and skyfire in the future) and would allow that as an option. Having said that dont make these additions for me as I am happy running the old script. Just thought id give you a suggestion. |
|
#5
|
||||
|
||||
|
Great script..does what it's supposed to and does it well....do you have any issues with it being included with a rom?
__________________
AT&T Tilt on T-mobile ROM: AthineOS build 23037 CHome Edition Beta T-Mobile MDA T-Mobile USA IPL/SPL: 2.26 GSM: 2.71.11 ROM: XM6.1 Developer Edition [XM6r5 + wm6.1 hybrid] Qtek 8500 - WM6.1 PRO 5.2.19199 |
|
#6
|
|||
|
|||
|
Thanks for the script; nice little workaround using the color of the upperleftmost pixel. One thing I've noticed is that I have direct address input turned off in my Opera Mini 4.1. However, I must check "Yes" when asked if it's turned on. Only then will it work properly. Don't know if I'm just reading wrongly, but other than that, it's working perfectly.
By the way I'm using the JBed_20071119.3.1_3dMod_HeapSizeFix_v2_wm6(lovetz1 ) cab. It found my jbed.exe, even though it's in a "Jbed3dmod" folder on my storage card. Overall, it's working great now that I marked off "Yes". Thanks! |
|
#7
|
|||
|
|||
|
No problems. Go ahead.
|
|
#8
|
|||
|
|||
|
Replaced
Code:
jbed_exe_ini = Part(RegRead("HKCR","jarfile\Shell\Open\Command",""),"""",2,1)
Code:
jbed_exe_ini = replace(RegRead("HKCR","jarfile\Shell\Open\Command",""),"""","")
jbed_exe_ini = SubStr(jbed_exe_ini, 1, find(jbed_exe_ini, "jbed.exe")+7)
|
|
#9
|
|||
|
|||
|
Quote:
The following two block of instructions is what the script does when it thinks DAI is turned off. Code:
LeftSoftKey [open menu] LeftSoftKey [select Enter Address] Code:
[select all text] [paste url over selection] LeftSoftKey [click OK] |
|
#10
|
|||
|
|||
|
Quote:
I'm sure many "power" users will want total control and it's pretty easy to make a script that defers the decisions to the user. But I wanted to try a script that is a bit more friendly and tries to handle decisions on its own... a script that I won't be afraid to put on my wife's phone. Easy is hard. ![]() |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|