webOS Nation Forums > webOS apps and software > webOS development > OK ROM comes
First ... 9 14 15 16 17 18 19 20 21 22 23 24 29  ... Last
Member: pyrognome
at: 10:54 AM 06/10/2009
I may sound like a tool, but scott could you explain the steps you took to get into the phone. I am extremely interested in making changes like yours.
Member: pyrognome
at: 11:05 AM 06/10/2009
Care to explain where that file is located? That it totally editable. I would be nice to add other search site there.
Member: Gochris
at: 11:20 AM 06/10/2009
Possibly a stupid question coming...

I have an HTC touch, could it be possible to run the webOS on it or other devices? Just like I can run android on it now. The resolution is different so not sure what support there might be to handle that in the code now.

btw, you guys are doing some cool stuff, loved reading it all so far.
Pre Developer: PreGame
at: 11:24 AM 06/10/2009
When running the python for windows root i get this err

ValueError: invalid literal for int() with base 10:
Member: lcars123
at: 11:24 AM 06/10/2009
Will someone please work on tethering. I want the pre so badly but can't buy it until this is taken care. I depend on it.
Member: Rob600
at: 11:33 AM 06/10/2009
dropbear is already installed?

If so, do we know the rootpw or can we add users with a passwd so we can disallow root logins if there isn't a rootpw?

I don't like the idea of having my lovely Pre accessible to anyone on my network, I work with some interesting cats and they would surely like to have root on my phone via wifi.
Member: eddieroger
at: 11:34 AM 06/10/2009
Originally Posted by -wireless-:
I believe the wiki has changed now.
predev.wikidot.com is what you want.

Cheers
Given that the Pre identifies itself as castle, this really should have been "stormthecastle.wikidot.com".

I expect it changed immediately.
Member: prochobo
at: 11:35 AM 06/10/2009
Originally Posted by JustinZ:
I just noticed in /etc/palm/luna.conf the following Launcher settings:

DisplayWidth=320
DisplayHeight=480
DisplayNumBuffers=3

I wonder if DisplayNumBuffers is the number of Launcher pages and if we can get more by increasing this number.
Oh crap. I tried making it 4 and I might have bricked my phone Stuck at the Palm screen for a few minutes. For those that are wondering how to make edits, you must remount / as read-write:

mount -o remount,rw /

Be careful though! Anyone wanna tell me how to reimage my phone?

Originally Posted by PreGame:
When running the python for windows root i get this err

ValueError: invalid literal for int() with base 10:
Try using cygwin and make sure to install python during setup.
Member: eddieroger
at: 11:38 AM 06/10/2009
Originally Posted by prochobo:
Be careful though! Anyone wanna tell me how to reimage my phone?
Running the originally posted JAR (just double click to launch) should begin the reimage process.
Member: ldrolez
at: 11:38 AM 06/10/2009
Originally Posted by lcars123:
Will someone please work on tethering. I want the pre so badly but can't buy it until this is taken care. I depend on it.
Since it's Linux, it's already built-in:
- just add a forwarding/masquerading/NAT rule in Pre's iptables
- connect the pre to you Wifi router
- set the default gateway of your computer to point to your Pre'IP.
Member: victorkruger
at: 11:42 AM 06/10/2009
Originally Posted by ldrolez:
Since it's Linux, it's already built-in:
- just add a forwarding/masquerading/NAT rule in Pre's iptables
- connect the pre to you Wifi router
- set the default gateway of your computer to point to your Pre'IP.
i think he means to use tethering using sprint's network not via wifi
Member: ldrolez
at: 11:45 AM 06/10/2009
Originally Posted by victorkruger:
i think he means to use tethering using sprint's network not via wifi
Yes, if you're connected to the sprint network, it would just work like I said.

Your computer ---wifi---> Pre ---> sprint network.
Member: edoan
at: 11:46 AM 06/10/2009
Originally Posted by victorkruger:
i think he means to use tethering using sprint's network not via wifi
Ok, just bridge ppp0 to wlan0 or bnep0 (Bluetooth). Mobilestream is probably already working on this since they came up with the excellent USB Modem back in the day.
Member: lcars123
at: 11:47 AM 06/10/2009
I need a way to go directly from my computer ---> Pre ---> Internet. either via bluetooth or usb.
Member: ldrolez
at: 11:48 AM 06/10/2009
In that case you could just use a wifi "ad-hoc" cnx instead of connecting to a wifi router (if webos supports ad-hoc networks)
Member: lcars123
at: 11:52 AM 06/10/2009
I tether right now using my Instinct via usb cable (I could use bluetooth but choose not to). I am able to use my phone as a modem, set up a windows dial up connection, dial #777 and boom i can surf the web anywhere at 3g speeds. This is what I need.
Member: victorkruger
at: 11:53 AM 06/10/2009
Originally Posted by edoan:
Ok, just bridge ppp0 to wlan0 or bnep0 (Bluetooth). Mobilestream is probably already working on this since they came up with the excellent USB Modem back in the day.
ah gotcha, but it figures, the day all this info comes out is the day i leave my usb cable at home.
Member: atlanta
at: 11:57 AM 06/10/2009
Originally Posted by ldrolez:
Since it's Linux, it's already built-in:
- just add a forwarding/masquerading/NAT rule in Pre's iptables
- connect the pre to you Wifi router
- set the default gateway of your computer to point to your Pre'IP.
Did this and the phone works perfectly.... me and a friend working on getting it to work over ADHOC then it will be lovely
Member: atlanta
at: 12:01 PM 06/10/2009
I also tared up the 3rd party apps and moved them to /media/internal/ and transfered to my computer ... going to fiddle with that later
Member: many_miles
at: 12:02 PM 06/10/2009
Originally Posted by scm6079:
Ask and you shall receive! My phone now vibrates 3 times... Here's the change,
Line 129, /usr/palm/applications/com.palm.app.messaging/app/controllers/notification-assistant.js --

find the line:
this.controller.playSoundNotification('alerts','');

This plays the alert. Now just add 2 setTimeout commands (takes the function to call, then the time in ms.)

So you have:

setTimeout( function(){ this.controller.playSoundNotification('alerts', ''); }, 1000 );
setTimeout( function(){ this.controller.playSoundNotification('alerts', ''); }, 2000 );

Adjust the 1000 and 2000 parameters to your liking. Follow my guide on modifying to put this in place, and you now have a long tone.

This phone really is going to fun - it is *sooo* easy to modify.

_Scott
This mod is not working for me.

I see that in my code is says:
// check if we should only play a sound (when you are already in a chat & a new message comes in)

Do I have to be in a chat and a new message comes in? Does the silence switch position matter?

Should I be replacing line 129 with the two you have?

Kudos to all of you for getting me/us this far!
First ... 9 14 15 16 17 18 19 20 21 22 23 24 29  ... Last
Closed Thread

webOS Nation Forums > webOS apps and software > webOS development > OK ROM comes