![]() |
Re: Palm WebOS on N900
plz javispedro post a tutorial for noobs on how to install webos os on n900
or make an emulator for webos apps and games that arent working with preenv it could make life mcuh easier |
Re: Palm WebOS on N900
Quote:
|
Re: Palm WebOS on N900
80 + games are running on the n900
amd if webos apps could run itll be much better |
Re: Palm WebOS on N900
80+ games are currently working
and if webos apps could run on the n900 itll be even better it needs an emulator like preenv. i dont understand this but from that what ive heard. all webos apps or most of them run via browser.( the browser shows the application or opens it) thats why its called webos? am i right? |
Re: Palm WebOS on N900
Quote:
So Google called their OS Android because tiny robots work inside the system and they can mimic humans? :D Its just a silly name which replaced PalmOS. WebOS is based on Linux kernel and runs apps just like any other OS |
Re: Palm WebOS on N900
Does it mean the web browser doesnt open the apps in webos?
|
Re: Palm WebOS on N900
Quote:
If only Nokia bought Palm , it would have been so much better |
Re: Palm WebOS on N900
so to be back to the subject, we really need an easy step by step tutorial for noobs like me!!!
|
Re: Palm WebOS on N900
i want ios on n900 !
is it possible? |
Re: Palm WebOS on N900
plzzz make an emulator that could run webos games that are not working with preenv like BIA 2 and modern combat
|
Re: Palm WebOS on N900
Quote:
can you make a more detail description on how to do the chroot. I get many errors on starting the webos processes (like "can not bind to socket") And are all files within the webos doctor file? The /var/luna/data/extractfs for example does not exists in my webos.tar nicolai |
Re: Palm WebOS on N900
Glad to see someone more trying to get it up and running.
|
Re: Palm WebOS on N900
Maybe now with webOS going open source, we will have interesting staff for porting webOS to n900 ?
|
Re: Palm WebOS on N900
Maybe source staff will help preenv to get improve!!! (MAYBE)
|
Re: Palm WebOS on N900
I too am very interested to see what useful goodies can be picked out of WebOS.
|
Re: Palm WebOS on N900
I successfully built the library and I am trying to make a chroot similar to the easy debian one
|
Re: Palm WebOS on N900
Quote:
|
Re: Palm WebOS on N900
http://www.4shared.com/zip/DlGwE9Gh/...-libx11fb.html
here are the git sources and the files from their compilation - dont have time to continue now - if there are any people willing to try them ... |
Re: Palm WebOS on N900
Quote:
|
Re: Palm WebOS on N900
i copied x11fbd to /home and chmod 755 it. But when I try to execute it it gives syntax error at line 1 - "(" unexpected. The same executable runs fine in ubuntu.
EDIT: Maybe it's not compiled for Arm but for x86 ... |
Re: Palm WebOS on N900
Quote:
Code:
gregor@gregor:~/Downloads/preenv-libx11fb$ file x11fbd |
Re: Palm WebOS on N900
mine is the same and runs ok on ubuntu but does not on n900
|
Re: Palm WebOS on N900
Suggestion: would it be possible to port App Catalog to preenv?
|
Re: Palm WebOS on N900
it could be that /bin/sh is dash or ash and not true sh?
|
Re: Palm WebOS on N900
Does anybody know a way to run hybrid apps (type = "web", the ones with index.html) via preenv?
If we managed to run hybrid apps, we'd be able to port app catalog and then lots of apps |
Re: Palm WebOS on N900
Quote:
This only works because the WebOS devices and the N900 share almost identical hardware and both use a POSIX compliant file system for binary execution. In short: dumb luck. What you call "Hybrid apps", are actually WebOS Mojo apps written under the WebOS Software Development Kit (SDK). Apps written under this are heavily dependant on WebOS only libraries and operating system structure that can not be replicated from within Maemo5. So far, it seems that the newer Enyo built WebOS apps, seen on the HP Touchpad and Pre3, are built fundamentally similar to the older Mojo apps and are therefore also impracticable for running under Maemo5. |
Re: Palm WebOS on N900
Hmmmm... There are images of webos. I could try copying, symlinking etc.
But I don't know what will be needed. I tried all the stuff in /usr/palm (/usr/palm -> /home/user/palm/usr/palm) and /usr/lib/luna (/usr/lib/luna -> /home/user/palm/usr/lib/luna) But microb still doesn't manage to run this. What more should I copy? |
Re: Palm WebOS on N900
WebOS devices = all those Palm Pre's. Not the TouchPad.
|
Re: Palm WebOS on N900
Yeaaah... There are so-called webos doctor images:
http://www.webos-internals.org/wiki/...octor_Versions http://palm.cdnetworks.net/rom/veer/...p160unaatt.jar I tried to copy the files from Pre Sprint version 1.4.5 |
Re: Palm WebOS on N900
Quote:
Seriously, you'd have to copy 90% of the operating system libraries and binaries as well as manually re-created the WebOS user execution environment and daemons before you could start to run Mojo web apps like this. Before you start thinking that this is acceptable, remember that you would be overwriting most of your Maemo 5 installation and killing most of your Maemo daemons in the process. |
Re: Palm WebOS on N900
Hmmm..... I can just add this what isn't in maemo yet...
I can play a bit ;) And if I mess something up, I can always reflash Are there some essential libs that Mojo apps won't run without for sure? How are run the hybrid apps in WebOS? What's the procedure? |
Re: Palm WebOS on N900
Quote:
|
Re: Palm WebOS on N900
Alright, I'll ask there 2moro
|
Re: Palm WebOS on N900
marmistrz, why don't you try to replicate Javispedro approach by chrooting the WebOS image?
|
Re: Palm WebOS on N900
I'll try it...
But I'll try finding a direct-preenv way - just not to wait these 80 secs :) EDIT: http://forums.webosnation.com/webos-...brid-apps.html. Posted here, but up to now, no reply. If somebody knows the answer, I encourage to post it :) UPDATE: finally an answer on this forum EDIT2: Maybe there would be some way to run the webos emulator verbosely? |
Re: Palm WebOS on N900
Wasn't that you who found the source code to Symbian too?
|
Re: Palm WebOS on N900
Nope. I was trying to do something but I didn't manage to do it.
Getting back 2 the topic: I installed Palm SDK. The App Catalog wasn't there, but I was able to find its ipk. Here's what the App Catalog logs: Code:
following logs for application com.palm.app.findapps on device "emulator" {b84a5eb698c46a694a59d5aa68c4b53324159ef2} tcp 39584 more important: can we provide the token other way? we can ssh to the emulator and this way copy the files. So the only problem is the app catalog not running |
Re: Palm WebOS on N900
Quote:
|
Re: Palm WebOS on N900
Hmmm... Does anybody know how would I launch a mojo app from command line on Palm (pure command line, such as in N900)?
Update: I modified a bit the index.html, here's what firefox tells Code:
[11:46:25.601] file:///media/DANE/proj/palm/gen2/usr/palm/applications/com.palm.app.findapps/index.html Code:
<?xml version="1.0" encoding="UTF-8"?> |
Re: Palm WebOS on N900
1 Attachment(s)
Here are the "fixed" appcatalog.css and index.html.
"fixed" means that firefox doesn't throw errors but this has one downside: the app catalog doesn't seem to launch. Does anybody know where the problem lies? App Catalog extracted from ipk (/usr/palm/ipkgs/) from webos doctor 2.2.4 http://palm.cdnetworks.net/rom/manta...224mantawr.jar |
All times are GMT. The time now is 04:56. |
vBulletin® Version 3.8.8