03/13/2010, 08:06 PM
|
#1 (permalink) |
|
Member
![]()
Posts: 96
|
Hello,
A couple of minutes ago something occurred to me, and it works: for facebook chat you only need to change the /etc/hosts file. Just add the line 69.63.181.104 talk.google.com and add a facebook account as if it where a gmail account, so <username>@chat.facebook.com Voila! BTW: Google Talk does not actually use "talk.google.com", so it continues to work as normal How it works: the messaging application can use any xmpp (jabber) service. In the code, however, it is restricted to google talk. (Ref Enabling Jabber, not just Google Talk - WebOS Internals | Google Groups ) The ip address above is actually "chat.facebook.com", so we impersonate facebook as google talk. For more info on facebook chat clients see Help Center | Facebook |
03/13/2010, 09:57 PM
|
#5 (permalink) |
|
Member
![]() |
Great find!!!!!!!!! I would thank you for the rest of my life if this works but so far I did the necessary changes/additions to the hosts file, I succesfully addedthe account but now its stuck on signing in. the ev icon shows activity for the first few seconds but then stops showing activity.
NEVER MIND!!!!!!!! IT WORKSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS |
03/13/2010, 10:08 PM
|
#8 (permalink) |
|
Legend
![]()
Posts: 3,881
|
Here it is, in patch form
![]() Thanks robvanvliet
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
03/13/2010, 10:08 PM
|
#9 (permalink) |
|
Member
![]() |
well first of all you need to do whats also known as "rooting your pre" then type
mount -o remount, rw / vi /etc/hosts. once the file opens press i to enter insert mode and move your curson just below the last line with characters. ignore the lines with '~'. then type 69.63.181.104 talk.google.com press esc to exit insert mode. press x to save again you have to make sure u are not on insert mode. quit by typing :q! mount -o remount, ro / reboot and then go to facebook and get your username from the account settings. add account to messaging and bingo! ***well jason beat me to it! ![]() +++Its nice to see how patches are created. . . good learning experience
|
03/13/2010, 10:16 PM
|
#12 (permalink) | |
|
Legend
![]()
Posts: 3,881
|
Quote:
I created a tool for quick patching: Unified Diff Creator. So no real extra knowledge needed ![]() And to apply them: http://forums.precentral.net/canuck-...les-wosqi.html And to submit your own created patches to the feed: dBsooner's webOS-Patches Web Portal WebOS Quick Install http://forums.precentral.net/canuck-...les-wosqi.html
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
|
03/13/2010, 10:21 PM
|
#13 (permalink) |
|
Member
![]() |
First of all thanks to everyone trying to help the noobs,
Jason, I am getting the following error when i try to install this via webosQI mount: mounting/dev/mapper/store-root-on/failed: Device or resource busy Any ideas? EDIT: I received the error above but it is showing in webosQI device management user installed content patches. Don't seem to be able to log in, will try a few more times. Last edited by Mike77; 03/13/2010 at 10:30 PM. |
03/13/2010, 10:32 PM
|
#19 (permalink) | ||
|
Legend
![]()
Posts: 3,881
|
Quote:
Quote:
Anyway, it should look like: Code:
--- .orig/etc/hosts +++ /etc/hosts @@ -2,1 +2,2 @@ 127.0.0.1 palm-webos-device +69.63.181.104 talk.google.com - indicates the before-patch part. the first digit, 2, is the start line of this chuck, and 1 is the chunk size. + indicate the after-patch part. the first digit, 2, is the start line of the chunk, and 2 is the chunk size (which increases by 1 with the new line added in this chunk)
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook Last edited by Jason Robitaille; 03/13/2010 at 10:38 PM. |
||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



