Old 06/09/2009, 10:42 PM   #101 (permalink)
Member
 
Join Date: Jun 2009
Posts: 1
Likes: 0
Thanks: 0
Thanked 0 Times in 0 Posts

Default

Wow, this is pretty cool. I'll download the .jar file just for kicks and take a peak inside.

LiQuiD_FuSioN is offline  
Old 06/09/2009, 10:42 PM   #102 (permalink)
Legend
 
Jason Robitaille's Avatar
 
Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,880
Likes: 467
Thanks: 801
Thanked 12,867 Times in 1,489 Posts

Default

Quote:
Originally Posted by Darth Pooh View Post
I suppose if someone had the SDK they would need to know what to do to help out...
My thoughts exactly
Jason Robitaille is online now  
Old 06/09/2009, 10:45 PM   #103 (permalink)
Member
 
Join Date: Jan 2009
Posts: 33
Likes: 0
Thanks: 1
Thanked 7 Times in 3 Posts

Default

Quote:
Originally Posted by PreGame View Post
How are you installing this? I am running NovacomInstaller_x86.msi and it opens runs a progress bar then goes to a new progress bar and closes.
I'm writing my own client to Novacomm. That's just a driver.
ShinAli is offline  
Old 06/09/2009, 10:46 PM   #104 (permalink)
Member
 
Join Date: Jun 2009
Posts: 6
Likes: 0
Thanks: 0
Thanked 0 Times in 0 Posts

Default

Quote:
Originally Posted by samkim View Post
Found this in an a2dp file:

.\etc\audio\

voice_dialing_back_speaker.txt
voice_dialing_bluetooth_sco.txt
voice_dialing_front_speaker.txt
voice_dialing_headset.txt
voice_dialing_hedset_mic.txt

Looks like volume settings for feedback from voice dialing maybe? There are also settings for media and phone.
mmmsteak is offline  
Old 06/09/2009, 10:46 PM   #105 (permalink)
Member
 
Join Date: Jun 2009
Location: London, UK
Posts: 453
Likes: 94
Thanks: 152
Thanked 149 Times in 109 Posts

Default

Quote:
Originally Posted by PreGame View Post
I found other references to GSM specific queries in some of the .js files.
There's also a SIM card icon I came across (but can't remember quite where) while looking through the filesystem earlier.
dignitary is online now  
Old 06/09/2009, 10:48 PM   #106 (permalink)
Member
 
Join Date: Jun 2009
Posts: 11
Likes: 0
Thanks: 3
Thanked 2 Times in 2 Posts

Default

Quote:
Originally Posted by joshewah View Post
It may be that novacom refers tot he chipset, because searching for "novacom linux" one of the results comes up references a link serial driver. Maybe you need the driver on the computer end and can get a serial connection to the device if you hook it up via USB.
I don't think so. The Pre used to be called the Nova. In this case, I think novacom means a way to COMmunicate with a NOVA.

-Vince
VinceV is offline  
Old 06/09/2009, 10:48 PM   #107 (permalink)
Member
 
Join Date: Apr 2009
Posts: 97
Likes: 0
Thanks: 2
Thanked 15 Times in 10 Posts

Default

I'm not really familiar with WebOS development, but is this uncompiled source code of Palm's WebOS?
emuneee is offline  
Old 06/09/2009, 10:50 PM   #108 (permalink)
Member
 
Join Date: Jun 2009
Posts: 2
Likes: 0
Thanks: 0
Thanked 0 Times in 0 Posts

Default

Interesting. Take a look at /etc/miniboot.sh:

[code]# Start novacomd service
if [[ "$hostName" == "castle" ]];then
modprobe g_composite product=0x8002
elif [[ "$hostName" == "pixie" ]];then
modprobe g_composite product=0x8012
else
modprobe -q g_composite
fi[/code]

Looks like a second webOS device.

/lib/modules/2.6.24-palm-joplin-3430/kernel/drivers/usb/gadget/composite/g_composite.ko doesn't reveal anything terribly interesting but it looks like Palm did quite a bit of work on it...and curiously that's a GPL driver...
niteice is offline  
Old 06/09/2009, 10:51 PM   #109 (permalink)
Member
 
rishio's Avatar
 
Join Date: May 2009
Posts: 76
Likes: 0
Thanks: 0
Thanked 10 Times in 6 Posts

Default

This sounds like really bad news for Palm. I suppose it means all their competitors now have the source? Does it also make it easier to develop viruses? I'm just curious of the implications - I'd like Palm to stay in business!
rishio is offline  
Old 06/09/2009, 10:51 PM   #110 (permalink)
Member
 
rawdeadfish's Avatar
 
Join Date: Nov 2008
Posts: 121
Likes: 4
Thanks: 17
Thanked 17 Times in 15 Posts

Default

not to sound too *****, but i found a couple interesting things:
in webos/resources/webOS.tar =>
nova-cust-image-castle.rootfs.tar.gz =>
1) /./usr/palm/sounds/ has the default alert.wav, notification.wav, phone.wav, and ringtone.mp3 files in it. This is where to go to change the defaults.

2) /./etc/palm/autoreplace/en_us/text-edit-autoreplace has a list of all of the automatic corrections that the text entry can perform. there are 2475 auto corrections.
rawdeadfish is offline  
Thanked By: Aerials
Old 06/09/2009, 10:52 PM   #111 (permalink)
Member
 
Join Date: Jan 2005
Posts: 24
Likes: 0
Thanks: 1
Thanked 9 Times in 4 Posts

Default

Quote:
Originally Posted by emuneee View Post
I'm not really familiar with WebOS development, but is this uncompiled source code of Palm's WebOS?
Most of WebOS is based on OSS Linux modules. Most of the UI is written in Javascript. Since Javascript is an interpreted language, it's source is hiding on in the rom of each device.

This isn't the source for the kernel, or linux, but the source for the UI you interact with and some various linux configuration files. If you're familiar with MacOSX think of it has having the source for the GUI but not the underlying OS. It's a bit simple of an analogy, but works.
mike_w is offline  
Old 06/09/2009, 10:52 PM   #112 (permalink)
Member
 
Join Date: Jun 2009
Posts: 2
Likes: 0
Thanks: 0
Thanked 0 Times in 0 Posts

Default

The resources directory has an OS X installer package in it for navacomm. I don't have a Macintosh, so can someone with a Macintosh look inside it?

They have a lot of apple people at PLAM so I wonder if there are more programs in that one then in the Windows Version
prefan1967 is offline  
Old 06/09/2009, 10:53 PM   #113 (permalink)
Member
 
Join Date: Jun 2009
Posts: 6
Likes: 0
Thanks: 0
Thanked 0 Times in 0 Posts

Default

Thankfully Palm is kind enough to correct me when I'm SMSing (hopefully not MMSing) about my wiener.


Quote:
owudl|would
oxigen|oxygen
p0enis|*****
paide|paid
paitience|patience
.\etc\palm\autoreplace\en_us\
mmmsteak is offline  
Old 06/09/2009, 10:54 PM   #114 (permalink)
Member
 
Join Date: Jun 2009
Posts: 118
Likes: 0
Thanks: 104
Thanked 15 Times in 10 Posts

Default

I installed the novacom stuff on my MacBook. I have a binary now called novacom that takes an IP, port, and command. I don't know what port to throw at it (the one listed earlier won't work over my WiFi when hitting that IP), so I'm nmapping now.
eddieroger is offline  
Old 06/09/2009, 10:56 PM   #115 (permalink)
Pre Developer
 
PreGame's Avatar
 
Join Date: Jun 2009
Posts: 550
Likes: 0
Thanks: 24
Thanked 793 Times in 81 Posts

Default

Quote:
Originally Posted by mmmsteak View Post
Thankfully Palm is kind enough to correct me when I'm SMSing (hopefully not MMSing) about my wiener.




.\etc\palm\autoreplace\en_us\
why the F would you spell ***** with a 0? It's not even close!
PreGame is offline  
Old 06/09/2009, 10:57 PM   #116 (permalink)
Member
 
Join Date: Apr 2009
Posts: 280
Likes: 0
Thanks: 69
Thanked 48 Times in 31 Posts

Default

Quote:
Originally Posted by emuneee View Post
I'm not really familiar with WebOS development, but is this uncompiled source code of Palm's WebOS?
Not the source code, but it is the entire filesystem complete with all config files and all.

If your in windows get a program like 7-zip. I'm doing it in linux cause I want to try to chroot into the image. The files are located inside resources/webOS.tar/nova-cust-image-castle.rootfs.tar.gz
asforme is offline  
Thanked by emuneee, Paul_che
Old 06/09/2009, 10:57 PM   #117 (permalink)
Member
 
Join Date: May 2009
Posts: 1
Likes: 0
Thanks: 0
Thanked 0 Times in 0 Posts

Default

Quote:
Originally Posted by rawdeadfish View Post
not to sound too *****, but i found a couple interesting things:
in webos/resources/webOS.tar =>
nova-cust-image-castle.rootfs.tar.gz =>

2) /./etc/palm/autoreplace/en_us/text-edit-autoreplace has a list of all of the automatic corrections that the text entry can perform. there are 2475 auto corrections.
i dont know a whole lot about what you are all talking about, but i feel i know enough to keep up with the implications of all this, and im really excited! my question, for now, is whether or not that means one could possibly take another phone's autocorrect list and add it there? i know, i know not one of the most important things as you all sift through the code, but im still curious...
jlapointe is offline  
Old 06/09/2009, 10:57 PM   #118 (permalink)
Member
 
rawdeadfish's Avatar
 
Join Date: Nov 2008
Posts: 121
Likes: 4
Thanks: 17
Thanked 17 Times in 15 Posts

Default

Quote:
Originally Posted by niteice View Post
Interesting. Take a look at /etc/miniboot.sh:

[code]# Start novacomd service
if [[ "$hostName" == "castle" ]];then
modprobe g_composite product=0x8002
elif [[ "$hostName" == "pixie" ]];then
modprobe g_composite product=0x8012
else
modprobe -q g_composite
fi[/code]

Looks like a second webOS device.

/lib/modules/2.6.24-palm-joplin-3430/kernel/drivers/usb/gadget/composite/g_composite.ko doesn't reveal anything terribly interesting but it looks like Palm did quite a bit of work on it...and curiously that's a GPL driver...
somewhere on the web pixie was a reference to the GSM device, the EOS...
rawdeadfish is offline  
Old 06/09/2009, 10:57 PM   #119 (permalink)
Pre Developer
 
PreGame's Avatar
 
Join Date: Jun 2009
Posts: 550
Likes: 0
Thanks: 24
Thanked 793 Times in 81 Posts

Default

Quote:
Originally Posted by eddieroger View Post
I installed the novacom stuff on my MacBook. I have a binary now called novacom that takes an IP, port, and command. I don't know what port to throw at it (the one listed earlier won't work over my WiFi when hitting that IP), so I'm nmapping now.
where was this binary created? What install did you run?
PreGame is offline  
Old 06/09/2009, 10:58 PM   #120 (permalink)
Member
 
Join Date: Jun 2009
Posts: 118
Likes: 0
Thanks: 104
Thanked 15 Times in 10 Posts

Default

Quote:
Originally Posted by rawdeadfish View Post
somewhere on the web pixie was a reference to the GSM device, the EOS...
I assumed pixie was a reference to obeing booted via special means, a play on PXE. I only assumed that because I've "pixie booted" other machines before. But it may be the other phone...
eddieroger is offline  
Closed Thread
webOS Nation Forums  > webOS apps and software > webOS development   OK ROM comes

Thread Tools
Display Modes


LinkBacks (?)
LinkBack to this Thread: http://forums.webosnation.com/webos-development/184378-ok-rom-comes.html
Posted By For Type Date
webos - Gizmodo This thread Refback 05/15/2010 09:41 PM
Noticias Palm Pre en español Post #0 Refback 06/22/2009 07:05 AM
Palm Pre Hacked - Enable Developer Mode and Gain Root Access! This thread Refback 06/22/2009 02:47 AM
Palm Pre -- Engadget Japanese This thread Refback 06/21/2009 11:39 PM
Who's getting a Palm Pre - Page 5 - Rage3D Discussion Area This thread Refback 06/20/2009 11:35 AM
WebOS File System Contents - Colin Charles - FriendFeed This thread Refback 06/19/2009 12:02 AM
Recent palmpre Bookmarks on Delicious This thread Refback 06/18/2009 10:56 PM
'Hello World!' to Palm Pre - M for Mature Forums This thread Refback 06/18/2009 09:56 PM
Palm Pre Gets Its First Homebrew App, WebOS "Easy to Modify" [Palm Pre] - Download Monkey - VOD Discussion This thread Refback 06/18/2009 09:08 PM
jwz - Palm Pre This thread Refback 06/18/2009 05:52 AM
VIDEO: OMG! Original Doom game running near perfectly on Palm Pre | PalmTwit Best source of Palm Pre news This thread Refback 06/17/2009 02:22 PM
Slashdot Mobile Story | Palm Pre Does Not Get US Tethering Either This thread Refback 06/17/2009 07:47 AM
Slashdot | Palm Pre Does Not Get US Tethering Either This thread Refback 06/17/2009 12:28 AM
Slashdot Mobile Story | Palm Pre Does Not Get US Tethering Either This thread Refback 06/17/2009 12:21 AM
Please, Please...Develop for the Pre! This thread Refback 06/16/2009 11:06 PM
Palm Pre coming June 6 - Page 7 - AppleNova Forums This thread Refback 06/16/2009 09:14 PM
Slashdot Comments | Palm Pre Does Not Get US Tethering Either This thread Refback 06/16/2009 09:13 PM
The Pre/preDevCamp thread - StartupKC | Google Groups This thread Refback 06/16/2009 04:51 PM
Captains Log: 11 Juni 2009 This thread Refback 06/16/2009 03:19 PM
WebOs -- Engadget Mobile This thread Refback 06/16/2009 02:46 PM
Palm Pre Gets Its First Homebrew App, WebOS "Easy to Modify" | Gamingaisle This thread Refback 06/16/2009 02:34 PM
OK ROM comes - Page 15 - PreCentral Forums - Mobile This thread Refback 06/16/2009 12:02 PM
Palmista Blog: Konami Code: způsob jak "hacknout" Palm Pre This thread Refback 06/16/2009 09:05 AM
Pre Hacking - Palm Pre Development Talk | Google Groups This thread Refback 06/14/2009 09:42 AM
Palm's WebOS-ROM - xda-developers This thread Refback 06/14/2009 06:34 AM
ミニーの独り言 (´○`)はぁ~ This thread Refback 06/14/2009 06:03 AM
Palm Pre Apps - Gizmodo This thread Refback 06/14/2009 01:29 AM
Engadget 中文版 This thread Refback 06/14/2009 12:20 AM
Groundspeak Forums > Palm Pre Phone This thread Refback 06/13/2009 10:58 PM
honer123's Bookmarks on Delicious This thread Refback 06/13/2009 09:37 PM
programming This thread Refback 06/13/2009 05:39 PM
Portátiles, móviles y otros gadgets. Gizig - Pgina 2 This thread Refback 06/13/2009 03:27 PM
Palm Pre Really Needs TAKEphONE and 2Day! This thread Refback 06/13/2009 10:08 AM
ijվ ǵվ - Palm Pre,webOS - [Ѱɡ]Palm Pre̳ Palm Pre,QWERTY,ȫֻ,ֻ,Palm Treo,Centro,iPhone,blackberry - Powered by Discuz! This thread Refback 06/13/2009 08:02 AM
ミニーの独り言 (´○`)はぁ~ This thread Refback 06/13/2009 05:56 AM
胖梨Palm Pre 的秘密 - Konami code This thread Refback 06/13/2009 03:46 AM
Engadget 中国版 This thread Refback 06/13/2009 03:22 AM
Palm Twit Best source of Palm Pre news This thread Refback 06/13/2009 01:02 AM
pre dev wiki: Global Search Addons Collection This thread Refback 06/13/2009 12:03 AM
Engadget en español This thread Refback 06/12/2009 10:49 PM
Let the hacking commence This thread Refback 06/12/2009 09:23 PM
Rodfather - FriendFeed This thread Refback 06/12/2009 07:15 PM
Engadget This thread Refback 06/12/2009 05:10 PM
Engadget 中文版 This thread Refback 06/12/2009 04:37 PM
WebOSMania! El futuro Palm Pre GSM será 3.5G: 7.2Mbps This thread Refback 06/12/2009 04:32 PM
Please, Please...Develop for the Pre! This thread Refback 06/12/2009 02:57 PM
AnandTech This thread Refback 06/12/2009 02:38 PM
Alltop - Top Macintosh News This thread Refback 06/12/2009 01:35 PM
pre dev wiki: Change the default notification.wav Sound This thread Refback 06/12/2009 01:27 PM
Mobile Phones on I4U News This thread Refback 06/12/2009 12:59 PM


 

Content Relevant URLs by vBSEO 3.6.0