Friday, September 9, 2011
Disable webOS's (flawed) Browser Cache
Friday, September 2, 2011
Advanced Browser - Fixing Tabs
var browserIndex = sender.parent.value;
var currentIndex = this.$.tabs.getValue();
if (this.$.tabs.getControls().length > 2) {
this.$["tab" + browserIndex].destroy();
this.$["browser" + browserIndex].destroy();
if (browserIndex == currentIndex) {
//start by looking left
for (var i = currentIndex-1; i > -1; i--) {
if (this.$["tab" + (i)]) {
this.$.tabs.setValue(i);
this.tabChanged(this.$.tabs);
return true;
}
}
//then look right if not found
for (var i = currentIndex+1; i < this.tabCount+1; i++) {
if (this.$["tab" + (i)]) {
this.$.tabs.setValue(i);
this.tabChanged(this.$.tabs);
return true;
}
}
}
}
return true;
3. Reboot tablet
4. Done
Un-Fullscreen Advanced Browser on TouchPad
Making Advanced Browser Default On TouchPad
Tuesday, August 18, 2009
Romophobic [V2]: Now with BossPref toggle
FIRSTLY: I make no guaranties this will work, comes with no warranties and will not be responsible if it blows up your phone. However like all jailbreak stuff, there has never been a brick that DFU mode can't recover.
By PainToad (http://forums.whirlpool.net.au/user/67953)
V2 (18/08/09):
* BossPrefs Toggle (restart required after disabling Romo)
* Improved compatibility, however script will now only function with Three AU (thanks to peterk78 http://forums.whirlpool.net.au/user/289704)
* Tried to improve instructions (but I'm still not here to teach you basic Terminal!!)
DOWNLOAD:
http://www.mediafire.com/file/05w3ktkz0um/Romophobic V2.zip
DISCUSSION:
http://forums.whirlpool.net.au/forum-replies.cfm?t=1252590#bottom
http://forums.mactalk.com.au/31/70448-romophobic-roaming-blocker-works.html#post839798
Thursday, July 30, 2009
Romophobic [BETA]: Roaming Blocker, that works.
As I'm sure every iPhone user knows, there's a roaming toggle in Settings. However, this relies on Carrier support for it to work.
Now, as I'm doubly sure every Three customer in AU knows, the toggle only applies to "International Roaming", and when you leave Three's 3G zone and roam in to Telstra's nextG, 50c/meg fees apply. With a bunch of data hungry stuff running on your phone, this is potentially dangerous to your wallet.
Enter Romophobic, this will in theory work on all carries, but if your carrier supports the official toggle, use that.
Please note, I have not added the toggle to BossPrefs yet, so the script will be auto started with the phone, check back on the weekend for an update for featuring a toggle. I want some feed back before going any further.
DOWNLOAD:
http://www.mediafire.com/?sharekey=74f964de928f1aae90a82c7bb0fad7ade04e75f6e8ebb871
DISCUSSION:
http://forums.whirlpool.net.au/forum-replies.cfm?t=1252590#bottom
http://forums.mactalk.com.au/31/70448-romophobic-roaming-blocker-works.html#post839798