**** BEGIN LOGGING AT Tue Jan 17 02:59:57 2012 Jan 17 03:09:39 http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout Jan 17 04:26:03 it Jan 17 05:03:25 anyone know what happened to the advanced reset options in predate it no longer appears in list . Had it installed and loved it now its gone. Jan 17 05:03:57 predate is preware Jan 17 05:04:18 what device OS? Jan 17 05:04:30 touchpad Jan 17 05:04:39 hasn't been ported to 3.0.5 yet Jan 17 05:04:42 err... device/OS Jan 17 05:04:46 right, that. Jan 17 05:05:10 rwhitby: would you get on that in all your spare time? ;) Jan 17 05:05:11 thanks I miss it... Jan 17 05:23:14 anyone got any ideas Jan 17 05:23:29 as to why my 2nd pre wont turn on from battery, only turns on when plugged into ac power Jan 17 05:23:34 and even then it hangs at palm logo and reboots Jan 17 05:24:43 have you tried booting to recovery mode and doctoring? Jan 17 05:24:48 did u install any kernels on it? Jan 17 05:24:55 nope Jan 17 05:24:56 didnt touch it Jan 17 05:24:58 one day worked Jan 17 05:25:00 next day Jan 17 05:25:00 poof Jan 17 05:25:01 noworky. Jan 17 05:25:40 have you tried the doctor? Jan 17 05:28:04 i have not Jan 17 05:28:17 im not very familiar with webos whatnot even though i havce a touchpad Jan 17 05:36:30 webos-internals.org, webosnation.com, and webosroundup.com are good places to keep tabs Jan 17 05:36:32 on* Jan 17 05:48:01 i just emailed the ebay seller and yelled. Jan 17 05:48:24 if he tells me to piss off then ill worry about it Jan 17 05:48:28 still strange. Jan 17 06:52:51 so i only just realised that the US touchpad power supplies come apart like the international ones do :| Jan 17 06:54:42 yup, they do... Jan 17 06:54:58 if only i could get more Aus ones :( Jan 17 07:31:07 morning Jan 17 07:31:59 morning Jan 17 14:58:32 Great article: http://arstechnica.com/gaming/news/2012/01/maniac-tentacle-mindbenders-of-atlantis-how-scummvm-kept-adventure-gaming-alive.ars Jan 17 14:58:51 Mentions scummvm for webos... Jan 17 16:11:08 Hello Jan 17 16:12:49 Any1 in heare Jan 17 16:15:29 Hey Jan 17 16:35:14 fmertz, the version in the catalog appears to be out of date, but the scummvm website has a direct downloadable ipk to install a newer version Jan 17 16:43:33 I have not looked into it, just yet. Just read a fascinating article. I am not much of a gamer, but I remember playing some of these games back in the day... Jan 17 16:43:59 it's installed on my pre3 and touchpad just fine. seems to run on my pre3 Jan 17 16:44:56 So, once you have the vm installed, where do you get the games? I seem to have misplaced my touchpad floopy drive...:-D Jan 17 16:45:25 I guess I have to look int it some more. Jan 17 16:45:26 and it seems to run on my touchpad too Jan 17 16:45:46 there are a bunch of freeware games online. I'm going to have to download some to test that it works Jan 17 16:52:22 Saw a good tidbit of info on the Webos page for scummvm. Jan 17 16:52:49 So, if you write code in C for Webos, you cannot shit it with a shard library? Jan 17 16:53:18 Say, you write code for an app. You would use the PDK, sdl, OpenGL,... Jan 17 16:53:53 If you need something else (say, a nice SNMP library), you cannot package it as a shared lib? Jan 17 16:54:06 YOu need to statically link it to your app? Jan 17 16:54:30 *ship it (sorry) Jan 17 16:58:04 fmertz, for questions like that I's suggest #webos cause there are a bunch of palm people and app-cat devs that hang out in there (but yes there is a lot of overlap with this channel) Jan 17 16:59:04 No problem. Thanks. Jan 17 17:12:59 fmertz, wrong Jan 17 17:13:08 u can ship it with any shared library you want Jan 17 17:13:24 u just cant link against non-whitelisted system libs Jan 17 17:14:26 so, your own app can use shared libs, but these "private" shared libs would not be shared with anyone else's? Jan 17 17:14:37 correct Jan 17 17:14:49 Or, put another way, you can't use anyone else's shared lib. Jan 17 17:15:03 fmertz, its about not using system libs Jan 17 17:15:29 hp/palm doesnt want to worry about apps breaking because they updated a lib Jan 17 17:15:40 Whitelist being the list of open source libs, like the gnu c lib, sdl, opengl, ... Jan 17 17:15:41 there is a small handset of libs that they will guarantee work Jan 17 17:16:01 whitelist as in the list of libs they list on the pdk site Jan 17 17:16:33 If I wanted to learn more, would your wirc app be a good place to start? Jan 17 17:16:39 https://developer.palm.com/content/api/dev-guide/pdk/linking.html Jan 17 17:16:52 Thanks for sharing the link Jan 17 17:16:57 those are the system libs u can link against Jan 17 17:17:40 hi there. I want to contribute to an existing patch (Browser/Sharing Super Mix) and have the code ready and tested. I contacted the maintainers listed here: http://patches.webos-internals.org/?do=browse&webosver=2.1.0&category=Browser but got no answer so far. How is the usual contribution way. Should i just submit my altered files via http://patches.webos-internals.org/?do=submit_update or should i give the code to the origi Jan 17 17:22:20 gizmo21, irc cut you off at "code to the origi" Jan 17 17:34:38 So, if I want to use any of those shared libs, I need to .h file for them somewhere in the toolchain, right? Jan 17 17:35:01 Are these already there? Do I need to go find them and compile/install them myself? Jan 17 17:35:17 Thanks. Jan 17 17:45:08 all the whitelisted stuff is included with the pdk Jan 17 17:45:26 you can also build against the wosi build.git Jan 17 17:51:10 How is the usual contribution way. Should i just submit my altered files via http://patches.webos-internals.org/?do=submit_update or should i give the code to the original authors? Jan 17 17:52:43 Where would I read about "build.git"? Thanks. Jan 17 17:52:54 (new to this, as you can tell) Jan 17 18:01:38 git.webos-internals.org Jan 17 18:01:42 ideally you give the code to the original authors Jan 17 18:01:54 email/twitter, post an update in the forum thread, etc Jan 17 18:10:38 Ok i'll keep trying to contact the authors of the patch Jan 17 18:12:50 I think a lot of webos-internals stuff got moved to github Jan 17 19:00:21 alguien que hable español Jan 17 19:01:08 helllo do you speak spanish Jan 17 19:02:27 does spanglish count? Jan 17 19:02:56 español Jan 17 19:03:06 solamente un poco Jan 17 19:03:43 snacky: generalmente, tratamos hablar en ingles, porque la mayoridad de la gente aqui habla ingles, y es mejor para todods entender lo que estamos discutiendo Jan 17 19:04:33 todos* Jan 17 19:05:39 es que soy de colombia Jan 17 19:06:38 si tienes una pregunta corta, puedo tratar de traducir, pero necesito ensenar en 15 minutos Jan 17 19:09:47 como entro en el sistema de hp veer para modificar el apn Jan 17 19:10:51 Phone -> Preferences & Accounts -> Network -> Edit Network settings Jan 17 19:10:51 phone app | preferences | "manual settings" | "edit network settings" Jan 17 19:11:22 the preferences is in the application's dropdown menu in the upper-left Jan 17 19:11:31 preferencias y cuentos -> red -> modificar red settings Jan 17 19:12:23 no lo encuentro pir ningun lado Jan 17 19:13:09 estoy seguro que esta en los preferencias Jan 17 19:13:47 en la menu al izquierda de la app de telefono Jan 17 19:14:43 ok pero el menu de preferencia no sale en ninguna parte nada mas encuentro vpn y wi-fi Jan 17 19:14:53 izquierda Jan 17 19:15:33 es la menu de preferencia especifico al app de telefono, no la del sistema total Jan 17 19:17:11 pero me toca instalar algo para verlo o como hago es que la verdad es mi primer HP con webOS Jan 17 19:17:17 y no entiendo mucho Jan 17 19:17:48 no tienes que instalar nada, puedes accessar el app de telefono? Jan 17 19:18:18 no me permite ver ningun apn como los demas telefonos Jan 17 19:18:57 pero tienes el app de telefono. Has accessado el menu al izquierda? Jan 17 19:19:50 este menu tiene "editar", "sonidos", "preferencias", y "ayudo" Jan 17 19:20:19 http://i41.tinypic.com/25i3lhc.png -- el tercero option Jan 17 19:20:21 te refieres al menu sistema Jan 17 19:20:34 no el menu del app de telefono Jan 17 19:20:55 lo siento, tengo que ir Jan 17 19:21:16 oh, well, ok Jan 17 19:21:19 tah all Jan 17 19:21:22 tengo que ir, tiene que ir? :P Jan 17 19:21:28 ok gracias en todo caso Jan 17 19:22:58 alguien que me ayude a moificar el apn Jan 17 19:23:06 en hp veer Jan 17 19:25:31 una pregunta... es verdad que "webos" es una palabra para "testiculos"? Jan 17 19:30:10 en español es algo similar Jan 17 19:30:32 help HP VEER APN Jan 17 19:38:27 HEL IN HP VEER APN Jan 17 19:38:31 SETTINGS Jan 17 19:38:48 HOLA Jan 17 19:53:23 snacky: it depends on your wireless phone service -- depende de servicio telefono (lo siento, no hablo mucho espanol) Jan 17 19:54:51 el celular es libre y estoy en colombia lo de red funciona bien pero los datos me dice que configure Jan 17 19:55:00 y no encuentro en donde Jan 17 19:55:44 no me aparece para configurar APN Jan 17 19:55:46 usted sabe qual APN? Jan 17 19:56:49 el apn que usa es de at&t por defecto Jan 17 19:57:25 si, es possible cambiar Jan 17 19:57:40 en la app de telefono Jan 17 19:58:15 me explicas por favor es que es mi primer HP con os webOS Jan 17 19:59:36 en configuracion -- - "manual settings on" "edit network settings" err quizas configuracion manual y modificar configuration ?? (mi pre3 es en engles) Jan 17 20:01:19 snacky: en "network"? "red?" Jan 17 20:01:31 ese menu no aparece mi cel es un hp veer Jan 17 20:03:16 como abro ese menu? Jan 17 20:03:17 es dificil por que mi pre3 es en engles no espanol, pero creo que es possible Jan 17 20:04:08 if only NuttyBunny was here :) Jan 17 20:04:49 ~seen NuttyBunny Jan 17 20:05:04 nuttybunny <~cnegrete@201.141.253.222> was last seen on IRC in channel #webos-internals, 26d 22h 18m 34s ago, saying: 'my Pre 2 OTA update failed :'('. Jan 17 20:05:10 :( Jan 17 20:06:26 tu sabes entrar en el menu de los os webOS? Jan 17 20:06:35 in the system Jan 17 20:07:55 check this link http://www.dump.com/2011/04/04/flutes-in-space-video/ Jan 17 20:17:16 snacky: http://www.palminfocenter.com/news/10000/europe-gets-webos-131-fixes-sim-incompatibilities/ quizas las fotos ayudan Jan 17 20:17:43 snacky: es en el mendu de la app, no en sistema Jan 17 20:17:52 s/mendu/menu/ Jan 17 20:17:54 destinal meant: snacky: es en el menu de la app, no en sistema Jan 17 20:21:21 sooo bad with spanish -- I knew I should have studied more in school. I wonder why NuttyBunny stopped coming, he would be able to explain all of this Jan 17 20:22:05 and knows all the carriers even Jan 17 20:29:31 there are a few people that have disappeared. I'm hoping some come back, and lots of new people show up, when HP starts spewing source Jan 17 20:30:50 more like dribble...but who's counting Jan 17 20:36:44 ok pero en ese menu solo me aparece informacion acerca del telefono Jan 17 20:42:17 woo snow Jan 17 20:42:40 never heard of it Jan 17 20:44:59 no me aparece network settings Jan 17 20:53:55 snacky: solo existe si se active "manual settings" o quizas en espanol "configuracion manual" o similar?? Jan 17 20:56:27 OK como activo el manual settings? Jan 17 21:07:45 snacky: no lo se la nombre de la misma opcion en su menu. en engles "manual settings" y es como un interruptor(?) duentro o fuera? activo o inactivo? y necessita para ser activa. Jan 17 21:30:46 no se entonces tu sabes editar el carrierdb.json? Jan 17 21:45:40 infobot, welcome back :) Jan 17 21:45:41 back :), Sup yo? Jan 17 21:50:04 infobot, welcome AAAA Jan 17 21:50:06 Welcome to the party, AAAA! Jan 17 21:50:18 thought so Jan 17 21:51:01 yeah, realized that after i welcomed him lol Jan 17 21:53:28 hola saben editar ek carrierdb.json para HP VEER me se los dats pero no se como ponerlos para generarlo Jan 17 21:53:46 en http://digitalunlock.com/webos/carrierdb/index.html Jan 17 22:03:24 hello help in carrierdb.json for HP VEER Jan 17 22:19:07 folks Jan 17 22:32:09 hey bhern Jan 17 22:32:12 bhuey* Jan 17 22:42:27 hey Jan 17 22:45:59 The preware patch "Device profile service override" causes the HP APP CATALOG not to load. Jan 18 02:21:25 after doctoring my phone my media-internal volume has a "modemramdump" folder in it (though empty) *shrugs* Jan 18 02:23:32 i get that every once in a while Jan 18 02:23:35 not sure what it is **** ENDING LOGGING AT Wed Jan 18 02:59:56 2012