*** xorly has joined #maemo | 00:21 | |
*** xy2_ has quit IRC | 00:25 | |
*** vectis3 has quit IRC | 00:33 | |
*** vectis3 has joined #maemo | 00:36 | |
*** dafox has joined #maemo | 00:40 | |
*** xy2_ has joined #maemo | 00:42 | |
*** xorly has quit IRC | 00:44 | |
*** cyteen has quit IRC | 00:48 | |
*** cyteen has joined #maemo | 00:50 | |
*** xorly has joined #maemo | 01:03 | |
*** xy2_ has quit IRC | 01:35 | |
*** pagurus` has joined #maemo | 02:25 | |
*** pagurus has quit IRC | 02:26 | |
*** dafox has quit IRC | 02:43 | |
*** dafox has joined #maemo | 02:46 | |
*** xorly has quit IRC | 03:09 | |
*** Kabouik has quit IRC | 03:39 | |
*** dafox has quit IRC | 03:47 | |
*** Pali has quit IRC | 04:01 | |
*** Oksana has joined #maemo | 04:10 | |
*** l_bratch has quit IRC | 04:56 | |
*** l_bratch has joined #maemo | 04:57 | |
*** nslu2-log has quit IRC | 06:06 | |
*** nslu2-log has joined #maemo | 06:06 | |
*** MetalGearSolid has joined #maemo | 06:39 | |
*** err0r3o3__ has quit IRC | 07:45 | |
*** l_bratch has quit IRC | 08:28 | |
*** l_bratch has joined #maemo | 08:33 | |
brolin_empey | deepy: A program written for the Java platform is not a cross-platform program, it is a single-platform program because the Java platform is its only supported platform. | 08:51 |
---|---|---|
Oksana | Yes, but Java is widely supported. Though, with Android and Symbian both supporting Java, I have to ask: can an Android app be run on a Symbian phone? | 09:24 |
KotCzarny | nope. android doesnt support java | 09:25 |
KotCzarny | you cant run arbitrary .jar on android | 09:25 |
KotCzarny | basic code might work, but anything supporting graphic toolkits will fail (ie. any graphical app, ie. anything usable) | 09:25 |
NeKit | Android doesn't use .jars at all | 09:35 |
NeKit | it has custom Java VM implementation and bytecode format | 09:35 |
KotCzarny | that's what i meant | 09:36 |
*** xy2_ has joined #maemo | 10:07 | |
DocScrutinizer05 | err wut? not only my client, even povbot has no context on that | 10:12 |
sicelo | nor does Symbian support Java (j2me != java) | 10:12 |
DocScrutinizer05 | ugh, there 2017-09-08 Fri 14:09:00] | 10:13 |
brolin_empey | Java has multiple meanings in computing, including the Java platform and the Java programming language. Android applications are often written in the Java programming language but Android does not use the Java platform. | 10:52 |
*** DocScrutinizer05 has quit IRC | 11:06 | |
*** DocScrutinizer05 has joined #maemo | 11:06 | |
*** Pali has joined #maemo | 11:59 | |
*** xorly has joined #maemo | 12:17 | |
*** xy2_ has quit IRC | 12:22 | |
*** xy2_ has joined #maemo | 12:37 | |
*** xy2_ has quit IRC | 13:06 | |
*** xy2_ has joined #maemo | 13:07 | |
*** MetalGearSolid has quit IRC | 13:47 | |
*** MetalGearSolid has joined #maemo | 13:47 | |
*** MetalGearSolid has quit IRC | 13:52 | |
*** MetalGearSolid has joined #maemo | 13:52 | |
*** jkepler1 has joined #maemo | 14:02 | |
*** jkepler has quit IRC | 14:04 | |
*** jkepler1 is now known as jkepler | 14:04 | |
Maxdamantus | Android will have its own API, expressed as classes/interfaces that are assumed by applications to be provided. | 14:38 |
Maxdamantus | Those would need to be implemented to run Android code. | 14:39 |
Maxdamantus | Same with J2ME .. it's some subset of Java SE (possibly all of Java SE, not sure), plus some additional classes that are assumed to exist. | 14:40 |
Wizzup | is there a a way to run android applications on a gnu system? | 14:40 |
Wizzup | like, somewhat natively | 14:40 |
Wizzup | I recall something showed up recently | 14:40 |
bencoh | there are basically two projects | 14:41 |
bencoh | one is dead, the other is ... quite difficult to build | 14:41 |
Wizzup | got names/links? | 14:41 |
bencoh | sashlik, and ... forgot | 14:41 |
Maxdamantus | apkenv? | 14:42 |
Maxdamantus | I'm not really familiar with any of it though. | 14:42 |
bencoh | apkenv is quite different | 14:42 |
Wizzup | I read about sashlik recently I think | 14:42 |
Enrico_Menotti | anbox, Android in a box? | 14:43 |
Enrico_Menotti | Wizzup bencoh ^^^? | 14:44 |
Wizzup | bencoh: so which one is the 'dead' one? | 14:44 |
bencoh | could be anbox yeah | 14:44 |
bencoh | and shashlik is the most recent one I suppose | 14:44 |
Wizzup | shashlik seems somewhat active | 14:45 |
Wizzup | might be fun to try on a n900 some time | 14:45 |
Wizzup | https://github.com/shashlik last commits over a year though | 14:45 |
bencoh | err wait no, anbox is the recent one | 14:45 |
Enrico_Menotti | Anbox is not dead. There's a channel on irc. | 14:45 |
Enrico_Menotti | I'm trying on Devuan on my old laptop right now. | 14:45 |
Wizzup | hm, but that's an android ocntainer? | 14:45 |
Enrico_Menotti | Seems not exactly a container. | 14:46 |
Enrico_Menotti | A minute. | 14:46 |
bencoh | it does use lxc | 14:46 |
bencoh | so yeah, somehow | 14:46 |
Wizzup | anbox looks fun | 14:46 |
Enrico_Menotti | https://anbox.io | 14:46 |
Enrico_Menotti | https://github.com/anbox/anbox/blob/master/docs/runtime-setup.md | 14:48 |
Wizzup | maybe we can package that for hildon-on-devuan at some point | 14:48 |
Enrico_Menotti | Yes, that's an idea. | 14:48 |
Enrico_Menotti | :) | 14:48 |
*** luke-jr has quit IRC | 14:56 | |
*** Wizzup has quit IRC | 15:12 | |
Maxdamantus | > As Anbox is running an entire Android system, conceptually any application can run. | 15:12 |
Maxdamantus | Doesn't sound ideal for N900. | 15:12 |
Maxdamantus | though haven't looked at anything but that website, so might be wrong. | 15:13 |
parazyd | not for n900 at all | 15:13 |
parazyd | these android apps use way too much ram | 15:13 |
Maxdamantus | Ew, this shashlink.io site forces smooth scrolling. | 15:20 |
* Maxdamantus doesn't think he's noticed any websites doing that before. | 15:20 | |
Maxdamantus | Next thing you know, websites will be trying to make me use non-system-provided fonts. | 15:21 |
KotCzarny | welcome to the wonderful world of web2.0 | 15:22 |
KotCzarny | firefox should have a requester asking for js permission to override keys | 15:22 |
*** deepy has quit IRC | 17:34 | |
*** deepy has joined #maemo | 17:38 | |
*** drcode has quit IRC | 17:57 | |
xy2_ | Maxdamantus: can't they already do that, though? | 18:33 |
xy2_ | Maxdamantus: https://en.wikipedia.org/wiki/Web_typography | 18:37 |
KotCzarny | he meant it sarcastically | 18:37 |
xy2_ | oh | 18:38 |
KotCzarny | as in 'he hates custom fonts as much as smooth scroll, yet, there will be someone glitching standards to show them on his device' | 18:38 |
*** Vajb has quit IRC | 18:40 | |
*** Vajb has joined #maemo | 18:57 | |
*** MetalGearSolid has quit IRC | 18:57 | |
*** Kabouik has joined #maemo | 18:58 | |
*** newbieAlert has joined #maemo | 19:04 | |
newbieAlert | What is the last operating voltage for Intex Aqua fish ?? For N900l, it is something fo 3.2 volts. | 19:05 |
*** ddsf has joined #maemo | 19:22 | |
*** grfdgfd has joined #maemo | 19:22 | |
grfdgfd | Hey, my Linux installation broke, I am on Windows right now and I'm trying to import my PGP keys. They're encrypted using "keychain", how do I decrypt the files (on Windows) or in a VM? | 19:23 |
grfdgfd | file starts like: (11:private-key(3:rsa(1:n257: | 19:24 |
grfdgfd | I got the keychain password but no idea how to decrypt it using it | 19:24 |
grfdgfd | ~\.gnupg\private-keys-v1.d | 19:28 |
grfdgfd | all the files in that directory I need to decrypt so I can re-import the keys on my new installation | 19:28 |
grfdgfd | how :( | 19:28 |
bencoh | uh | 19:35 |
bencoh | ? | 19:35 |
grfdgfd | I have a backup of my linux drive | 19:37 |
grfdgfd | trying to extract my PGP private keys from it | 19:37 |
grfdgfd | but all my private keys are encrypted with my keychain password, I have the password but I have no idea how to start the decryption process | 19:37 |
bencoh | well that's the part I dont get ... "encrypted with my keychain" | 19:38 |
grfdgfd | aha okay ill try to explain | 19:39 |
grfdgfd | by default, Linux doesnt store saved passwords etc in plaintext, it uses the "keychain" to encrypt it using RSA or something | 19:39 |
bencoh | if your keys are sitting in the encrypted backup you'll hae a hard time decrypting it :/ | 19:39 |
grfdgfd | why? I have the decryption password | 19:39 |
grfdgfd | just I don't know what software to use | 19:39 |
bencoh | what did you encrypt your backup with? | 19:40 |
grfdgfd | the backup itself is not encrypted, just my PGP private keys are encrypted with my keychain | 19:40 |
bencoh | what's this "keychain"? | 19:41 |
grfdgfd | Gnome Keyring* | 19:41 |
grfdgfd | sorry | 19:41 |
grfdgfd | https://wiki.gnome.org/action/show/Projects/GnomeKeyring?action=show&redirect=GnomeKeyring | 19:41 |
bencoh | ah well, no freaking idea what gnome does | 19:42 |
bencoh | :/ | 19:42 |
grfdgfd | mate :( this is really important ;( if you know som1 who can help xD | 19:42 |
grfdgfd | it should be really easy :/ | 19:42 |
grfdgfd | aha it's AES-128 encrypted, where can I Find a windows program to decrypt AES-128 | 19:43 |
grfdgfd | :/ | 19:43 |
bencoh | someone that uses or has been using gnome in the past maybe | 19:43 |
bencoh | tbh I'd rather do that from linux if anything | 19:43 |
grfdgfd | the keyring shit is done by default to all your stored passwords and pgp in Ubuntu at least | 19:43 |
grfdgfd | yeah I understand, but you wanna know what happened? :p | 19:44 |
bencoh | if you have a "full" backup (all your home at least) then maybe rsyncing it to a freshly installed ubuntu of the same version would work | 19:44 |
bencoh | well, why not :> | 19:45 |
grfdgfd | I made a VMware Workstation virtual machine, pointed it to my physical drive, it boots up, I type in my decryption passwords etc to boot into my ubuntu installation, it then goes into emergency mode for god knows what reason, and then when I reboot my pc physically I get thrown to emergency mode as well, so I somehow bricked my install simply by bo | 19:45 |
grfdgfd | oting into it once as a VM | 19:45 |
grfdgfd | the backup is essentially every single file as they were but I can't boot into it anymore^ | 19:45 |
bencoh | ouch | 19:46 |
grfdgfd | ikr?! | 19:47 |
grfdgfd | works fine for booting into windows and shit | 19:47 |
grfdgfd | just pop up a VM | 19:47 |
grfdgfd | point it to the physical drive | 19:47 |
grfdgfd | but jewbuntu no :( | 19:47 |
grfdgfd | help | 20:02 |
*** DarioAlejandro has quit IRC | 20:08 | |
*** Cor-Ai has quit IRC | 20:10 | |
*** Cor-Ai has joined #maemo | 20:15 | |
*** DarioAlejandro has joined #maemo | 20:23 | |
*** xy2_ has quit IRC | 21:08 | |
*** xy2_ has joined #maemo | 21:23 | |
*** newbieAlert has quit IRC | 21:29 | |
*** drcode has joined #maemo | 21:35 | |
*** drcode has quit IRC | 21:36 | |
*** drcode has joined #maemo | 21:38 | |
*** drcode has quit IRC | 21:39 | |
*** err0r3o3 has joined #maemo | 21:44 | |
*** l_bratch has quit IRC | 21:47 | |
grfdgfd | help | 21:57 |
APic | What is up? | 21:58 |
APic | Ah | 21:58 |
APic | You have the Windows. | 21:58 |
APic | Ok. | 21:58 |
grfdgfd | yes | 22:05 |
*** Wizzup has joined #maemo | 22:05 | |
grfdgfd | because lacking SteamVR support and major headaches with compositors and rendering issues (specifically, OpenGL running significantly slower than OpenGL on Windows, makes no sense whatsoever, maybe old libs or something, can't change it though, Steam uses static libs) | 22:06 |
grfdgfd | compositors DO not like 144hz apparently, no matter what kind of Vsync I put using Compton and whatnot I will get tearing guaranteed :( and most compositors only support 100hz | 22:07 |
*** dreamer has quit IRC | 22:07 | |
KotCzarny | is it some kind of bot? | 22:07 |
grfdgfd | anyway I had to switch back to Windows for the time being till some imporvements are made | 22:07 |
grfdgfd | what is? | 22:07 |
grfdgfd | I have GnuPG, I copied my private keys, they're encrypted with my Gnome Keyring / AES-128, how do I decrypt ittttttt | 22:08 |
*** till_ is now known as till | 22:11 | |
*** Kabouik has quit IRC | 22:12 | |
sicelo | tried #gnome? | 22:13 |
grfdgfd | how? | 22:13 |
grfdgfd | launch a VM and feed it what files? | 22:13 |
*** jemoeder has joined #maemo | 22:14 | |
*** grfdgfd has quit IRC | 22:15 | |
*** jemoeder is now known as dreamer | 22:17 | |
*** Kabouik has joined #maemo | 22:21 | |
*** luke-jr has joined #maemo | 22:36 | |
*** Kabouik has quit IRC | 22:50 | |
*** Cor-Ai has quit IRC | 23:16 | |
*** pagurus` has quit IRC | 23:17 | |
*** Cor-Ai has joined #maemo | 23:18 | |
*** pagurus has joined #maemo | 23:28 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!