Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2018-02-22

00:18:03 Quit ender` (Quit: "I'm the head wizard now. I've only got to give an order and a thousand wizards will ... uh ... disobey, come to think of it, or say 'What?', or start to argue. But they have to take notice." — Archchancellor (Terry Pratchett: Lords and Ladies))
00:41:11 Join qweo [0] (~qweo@ppp109-252-70-251.pppoe.spdop.ru)
01:00
01:17:50 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator)
01:36:38***Saving seen data "./dancer.seen"
01:47:19 Quit MrZeus (Ping timeout: 256 seconds)
01:56:53 Join MrZeus [0] (~MrZeus@2a02:c7f:7066:fb00:e1d1:8936:fe83:b3ce)
02:00
02:32:14 Quit MrZeus (Read error: Connection reset by peer)
03:00
03:28:33 Quit terminalator (Ping timeout: 256 seconds)
03:32:32CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
03:32:32*pamaury is not counting anymore how many times he got bitten by the branch delay slot on MIPS, this thing is a nightmare to program
03:36:40***Saving seen data "./dancer.seen"
03:57:24 Quit jonathant (Ping timeout: 265 seconds)
04:00
04:01:18 Quit funman (Ping timeout: 240 seconds)
04:01:22 Join jonathant [0] (~quassel@2601:400:8180:f6d:a83a:1ca2:30e6:c92e)
04:03:07 Join this_is_a_nick [0] (~amofiuhr_@ip240-155-64-186.ct.co.cr)
04:03:34 Join funman [0] (~fun@chui-pas.net)
04:18:25 Quit Jinx (Ping timeout: 255 seconds)
04:20:40 Quit CR0W (Ping timeout: 255 seconds)
04:25:23 Join CR0W [0] (narf@2001:0:53aa:64c:18e7:260f:b306:4fe9)
04:25:23 Quit CR0W (Changing host)
04:25:23 Join CR0W [0] (narf@unaffiliated/em64t)
04:31:45 Join Jinx [0] (Dojo@unaffiliated/jinx)
05:00
05:05:41 Quit CR0W (Quit: ZNC 1.6.3 - http://znc.in)
05:05:56 Join CR0W [0] (~narf@adsl-76-249-176-22.dsl.milwwi.sbcglobal.net)
05:05:56 Quit CR0W (Changing host)
05:05:57 Join CR0W [0] (~narf@unaffiliated/em64t)
05:36:41***Saving seen data "./dancer.seen"
06:00
06:07:02pamaurywodz: ping
06:07:26 Quit jhMikeS (Ping timeout: 276 seconds)
06:08:17 Quit TheSeven (Ping timeout: 240 seconds)
06:10:44 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
06:15:05 Quit jhMikeS (Ping timeout: 240 seconds)
06:18:30 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:23:53 Quit TheSeven (Ping timeout: 265 seconds)
07:00
07:09:13 Quit this_is_a_nick (Ping timeout: 276 seconds)
07:09:32 Join this_is_a_nick [0] (~amofiuhr_@ip240-155-64-186.ct.co.cr)
07:19:45 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
07:35:35 Join wodz_ [0] (~wodz@89-64-20-2.dynamic.chello.pl)
07:35:41wodz_pamaury: pong
07:36:43***Saving seen data "./dancer.seen"
08:00
08:10:06 Quit wodz_ (Ping timeout: 256 seconds)
08:21:14 Join ender` [0] (krneki@foo.eternallybored.org)
08:33:37Horrorcatbranch delay as in: the instruction after jmp still gets executed?
08:48:58wodzyep
08:50:48Horrorcatewww
08:52:24pamaurywodz: are there contraints about instruction in the branch delay slot? Like can I do:
08:52:24pamaurybnez a0, bla
08:52:24pamauryslt a0, a1,a2
08:53:53wodzpamaury: this one will not do what you think most probably
08:54:06pamauryyes I realized that, I was just curious
08:54:56wodzAFAIK you should not do another branch in branch delay slot or to be more precise the effect is undefined
08:55:27wodzmost cores does something in such situation (and usually something sane).
08:58:23wodzpamaury: branch delay slot instruction does not alter branch decision, it does alter what code 'inside' branch see
08:58:54 Join petur [0] (~petur@rockbox/developer/petur)
09:00
09:36:45***Saving seen data "./dancer.seen"
09:37:41 Quit akaWolf (Ping timeout: 256 seconds)
09:40:58 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
09:41:10 Quit JdGordon (Client Quit)
09:41:30 Join JdGordon [0] (~jonno@119-17-155-122.NBN.mel.aussiebb.net)
09:41:30 Quit JdGordon (Changing host)
09:41:30 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
09:48:38wodzpamaury: Are you working on X1?
10:00
10:05:17 Quit funman (Changing host)
10:05:18 Join funman [0] (~fun@rockbox/developer/funman)
10:07:58 Join dys [0] (~dys@2003:5b:203b:100:6af7:28ff:fe06:801)
10:11:02 Join adambomb [0] (~adambomb@c-24-22-103-176.hsd1.wa.comcast.net)
10:11:41pamaurywodz: yes
10:11:47pamauryI have the screen mostly working
10:11:50wodzpamaury: nice
10:12:12pamauryI still suspect I get some random crashes for unknown reasons, this will need more investigation
10:12:31 Quit cohokiller673 (Ping timeout: 248 seconds)
10:13:45wodzpamaury: I am working on install procedure for agptek. I gave up and will support only linux for this. Otherwise I'd need to write tool to unpack ISO9660 image and to create UBIFS. Maybe some day...
10:14:40pamaurywodz: is the image large? I guess one possibility would be to redistribute the image (along with the tools to do it, saying this is only supporte on linux). This is not great copyright-wise but it's unlikely they will sue us for that...
10:19:03wodzpamaury: You need to craft update image (aka alter file you can download directly for agptek). This file is ISO9660 image. Inside there is rootfs image as UBIFS. So needed steps are: 1) unpack ISO9660 2) unpack rootfs 3) copy our bootloader and alter startup 4) pack this back into UBIFS 5) update md5 in update.txt file 6) recreate ISO9660 upgrade image 7) unpack rockbox.zip into / of player's SD 8) put altered upgrade image into / of player's SD
10:19:03wodzand power it on.
10:19:49wodzpamaury: That is pretty involved process. And there are no tools I am aware of for creating ubifs on windows.
10:20:17pamaurywodz: I was suggesting redistributing directly the update image, which is not what we usually do, but recreating ubifs would be a massive task
10:20:59wodzpamaury: It can be scripted (thats what I am working on now). The thing is it must be done on linux
10:21:28wodzpamaury: I am not a fan of providing altered update image.
10:22:23pamauryI know but on some targets it's just hard, for example on some sony targets there isn't even a firmware upgrade available, and extracting it from the player is possible with scsi but a real pain
10:22:37pamaurysince most users don't have linux...
10:23:01wodzpamaury: It can be scripted to the point of providing web service which do all the things on user provided input file.
10:23:09wodzpamaury: I mean docker and things
10:24:05wodzpamaury: Or we can contact agptek
10:25:50pamaurymaybe agptek has a fancy tool with UI to automate this process that runs on Windows?
10:26:00wodzpamaury: unlikely
10:26:51wodzpamaury: They contracted firmware customization. They don't have anything technical related with firmware
10:32:38 Quit deevious (Ping timeout: 276 seconds)
10:37:56pamaurygrrr, I swear there is some weird things happening on this player, sounds like a cache problem, I changed seemingly unrelated code and it completely changes the output
10:49:14 Join deevious [0] (~Thunderbi@193.226.142.214)
11:00
11:36:48***Saving seen data "./dancer.seen"
11:49:53 Join advcomp2019__ [0] (~advcomp20@65-131-184-40.sxct.qwest.net)
11:49:53 Quit advcomp2019__ (Changing host)
11:49:53 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
11:51:56 Quit funman (Ping timeout: 264 seconds)
11:53:08 Quit advcomp2019_ (Ping timeout: 264 seconds)
11:53:27 Join funman_ [0] (~fun@chui-pas.net)
11:57:20 Quit CR0W (Ping timeout: 264 seconds)
11:57:20 Quit Skyrider (Ping timeout: 264 seconds)
11:57:20 Quit ranmachan (Ping timeout: 264 seconds)
11:57:56 Quit ee1943 (Ping timeout: 264 seconds)
11:57:56 Quit evilnick (Ping timeout: 264 seconds)
11:58:11 Join CR0W [0] (narf@rrcs-67-53-148-69.west.biz.rr.com)
11:59:20 Join ee1943 [0] (~ee1943@45.76.3.17)
11:59:32 Join ranmacha1 [0] (~ranma@yumi.uguu.de)
11:59:33 Join evilnick_ [0] (~evilnick@d54C3417E.access.telenet.be)
11:59:33 Join Skyrid3r [0] (~Skyrider@198.20.115.216)
11:59:34 Nick Skyrid3r is now known as Skyrider (~Skyrider@198.20.115.216)
11:59:34 Quit CR0W (Changing host)
11:59:34 Join CR0W [0] (narf@unaffiliated/em64t)
12:00
12:05:42 Quit funman_ (Changing host)
12:05:43 Join funman_ [0] (~fun@rockbox/developer/funman)
12:06:00 Nick funman_ is now known as funman (~fun@rockbox/developer/funman)
12:08:00 Quit pamaury (Ping timeout: 265 seconds)
12:22:32 Quit logbot (Ping timeout: 264 seconds)
12:22:32***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 264 seconds)) from card.freenode.net
12:22:32***Cleanup
12:22:32***Cleanup
12:22:32***Saving seen data "./dancer.seen"
12:22:32***Exit
12:22:34***Started Dancer V4.16
12:22:34***Connected to irc.freenode.net on port 6667
12:22:34***Logfile for #rockbox started
12:22:35Mode"logbot- :+i" by logbot-
12:22:41***Server message 501: 'logbot- :Unknown MODE flag'
12:22:41 Join logbot- [0] (~rockbox@giant.haxx.se)
12:22:41 Join ee1943 [0] (~ee1943@45.76.3.17)
12:22:41 Join CR0W [0] (narf@unaffiliated/em64t)
12:22:41 Join Skyrider [0] (~Skyrider@198.20.115.216)
12:22:41 Join evilnick_ [0] (~evilnick@d54C3417E.access.telenet.be)
12:22:41 Join ranmacha1 [0] (~ranma@yumi.uguu.de)
12:22:41 Join funman [0] (~fun@rockbox/developer/funman)
12:22:41 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
12:22:41 Join deevious [0] (~Thunderbi@193.226.142.214)
12:22:41 Join adambomb [0] (~adambomb@c-24-22-103-176.hsd1.wa.comcast.net)
12:22:41 Join dys [0] (~dys@2003:5b:203b:100:6af7:28ff:fe06:801)
12:22:41 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
12:22:41 Join petur [0] (~petur@rockbox/developer/petur)
12:22:41 Join ender` [0] (krneki@foo.eternallybored.org)
12:22:41 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
12:22:41 Join this_is_a_nick [0] (~amofiuhr_@ip240-155-64-186.ct.co.cr)
12:22:41 Join Jinx [0] (Dojo@unaffiliated/jinx)
12:22:41 Join jonathant [0] (~quassel@2601:400:8180:f6d:a83a:1ca2:30e6:c92e)
12:22:41 Join qweo [0] (~qweo@ppp109-252-70-251.pppoe.spdop.ru)
12:22:41 Join atsampson [0] (~ats@cartman.offog.org)
12:22:41 Join Moarc [0] (~chujko@a105.net128.okay.pl)
12:22:41 Join prg318 [0] (~prg@deadcodersociety/prg318)
12:22:41 Join prof_wolfff [0] (~castor@102.red-88-19-59.staticip.rima-tde.net)
12:22:41 Join sanchaez [0] (~sanchaez@95.67.87.200)
12:22:41 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
12:22:41 Join michaelni [0] (~michael@213-47-41-20.cable.dynamic.surfer.at)
12:22:41 Join Jarcode [0] (~SomeoneIs@S010630f7c5eedbf8.va.shawcable.net)
12:22:41 Join JanC [0] (~janc@lugwv/member/JanC)
12:22:41 Join _Bilgus [0] (~Bilgus@unaffiliated/bilgus)
12:22:41 Join Alman99 [0] (4643a7ac@gateway/web/freenode/ip.70.67.167.172)
12:22:41 Join Rower [0] (husvagn@m176-68-83-224.cust.tele2.se)
12:22:41 Join TorC [0] (~Tor@fsf/member/TorC)
12:22:41 Join copper [0] (~copper@unaffiliated/copper)
12:22:41 Join rasher [0] (~rasher@rockbox/developer/rasher)
12:22:41 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
12:22:41 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
12:22:41 Join LinusN [0] (~linus@giant.haxx.se)
12:22:41 Join dovber [0] (~dovber@2600:8801:3180:19:beee:7bff:fee3:335f)
12:22:41 Join [Saint] [0] (~sinner@rockbox/staff/saint)
12:22:41 Join Marex [0] (~Marex@195.140.253.167)
12:22:41 Join quaz0r [0] (~quaz@c-24-18-93-195.hsd1.wa.comcast.net)
12:22:41 Join Senji [0] (~Senji@87.118.138.79)
12:22:41 Join Acou_Bass [0] (~Acou_Bass@host-78-144-151-57.as13285.net)
12:22:41 Join CommunistWitchDr [0] (quasselcor@97-87-177-85.dhcp.stls.mo.charter.com)
12:22:41 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-gcalzliwjnaszwkp)
12:22:41 Join edhelas [0] (~edhelas@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84)
12:22:41 Join kugel [0] (~kugel@rockbox/developer/kugel)
12:22:41 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
12:22:41 Join paulk-gagarine [0] (~paulk-gag@gagarine.paulk.fr)
12:22:41 Join namedpipe [0] (~namedpipe@2002:c3b5:f6dc::1)
12:22:41 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
12:22:41 Join Eli2| [0] (~Eli2@pdpc/supporter/professional/eli2)
12:22:41 Join dan- [0] (~d@freenode/corporate-sponsor/privateinternetaccess.com/doaks)
12:22:41 Join yosafbridge [0] (~yosafbrid@68.ip-149-56-14.net)
12:22:41 Join n17ikh [0] (~n17ikh@unaffiliated/n17ikh)
12:22:41 Join maraz [0] (maraz@kapsi.fi)
12:22:41 Join duo8 [0] (~ZNC-SRV-H@171.234.205.153)
12:22:41 Join Soap [0] (~Soap@rockbox/staff/soap)
12:22:41 Join Elfish [0] (amba@2a03:4000:6:238f::1)
12:22:41 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
12:22:41 Join jeandet [0] (sid239360@gateway/web/irccloud.com/x-dcokmhskldbajcet)
12:22:41 Join benedikt93 [0] (~quassel@unaffiliated/benedikt93)
12:22:41 Join @ChanServ [0] (ChanServ@services.)
12:22:41 Join marex-cloud [0] (sid137234@gateway/web/irccloud.com/x-xggjobkvriwxexgq)
12:22:41 Join derf [0] (~derf@static-108-18-126-14.washdc.fios.verizon.net)
12:22:41 Join APLU [0] (~mulx@eva.aplu.fr)
12:22:41 Join walle303 [0] (walle303ke@pisg/dev/walle303)
12:22:41 Join Slasheri [0] (~miipekk@rockbox/developer/Slasheri)
12:22:41 Join CyberJacob [0] (~CyberJaco@bouncer.bluesapphiremedia.co.uk)
12:22:41 Join bcranel [0] (~starlings@91.108.68.152)
12:22:41 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
12:22:41 Join vflyson [0] (~vflyson@cupcake.uberspace.net)
12:22:41 Join diox [0] (~u@h-152-220.A586.priv.bahnhof.se)
12:22:41 Join a-109-107 [0] (amk@turbous.xshellz.com)
12:22:41 Join alucryd [0] (~quassel@archlinux/developer/alucryd)
12:22:41 Join mikroflops [0] (~yogurt@c83-255-27-121.bredband.comhem.se)
12:22:41 Join cttttt [0] (sid135570@gateway/web/irccloud.com/x-scgkescnomdtrbmy)
12:22:41 Join scorche [0] (~scorche@rockbox/administrator/scorche)
12:22:41 Join Huntereb [0] (~Huntereb@d-209-42-136-23.cpe.metrocast.net)
12:22:41 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
12:22:41 Join Horrorcat [0] (~Horrorcat@unaffiliated/horrorcat)
12:22:41 Join __builtin [0] (~xray@rockbox/developer/builtin)
12:22:41 Join irl [0] (~irl@shiftout.plus.com)
12:22:41 Join Galois [0] (djao@efnet-math.org)
12:22:41 Join dongs [0] (~dongs@bcas.tv)
12:22:41 Join cokesme_ [0] (~cokesme@104.236.90.197)
12:22:41 Join knittl [0] (~knittl@unaffiliated/knittl)
12:22:41 Join pystar89 [0] (~pystar89@ip5b432207.dynamic.kabel-deutschland.de)
12:22:41 Join St0neHead [0] (stonehead@2a01:7e00:e001:3700:6667::2)
12:22:41 Join utrack [0] (~utrack@unaffiliated/utrack)
12:22:41 Join fs-bluebot [0] (~fs-bluebo@port-92-196-122-69.dynamic.qsc.de)
12:22:41 Join CoBryceMatrixBot [0] (hh2JQFhYxA@2607:f2f8:a650:1d1e:f001::24)
12:22:41 Join igitoor [0] (igitur@unaffiliated/contempt)
12:22:41 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
12:22:41 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
12:22:41 Join ender| [0] (krneki@2a01:260:4094:1:42:42:42:42)
12:22:41 Join aevin [0] (eivindsy@unaffiliated/aevin)
12:22:41 Join Rondom [0] (~rondom@modo.nonmodosedetiam.net)
12:22:41 Join puckipedia [0] (~puck@irc.puckipedia.com)
12:22:41 Join munch [0] (pls@gateway/shell/elitebnc/x-trxbzigauhcmqfqi)
12:22:41 Join bzed [0] (~bzed@shell.bzed.at)
12:22:41 Join tomflint [0] (~tomflint@unaffiliated/tomflint)
12:22:41 Join Xeha [0] (~Xeha@unaffiliated/k1773r)
12:22:41 Join ps-auxw [0] (~arneb@p578F7230.dip0.t-ipconnect.de)
12:22:41 Join alexbobp [0] (~alex@testificate.xen.prgmr.com)
12:22:41 Join Jon [0] (jon@dow.land)
12:22:41 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
12:22:41 Join snw [0] (~snow_bcks@ganon.dot-server.net)
12:22:41 Join ruskie [0] (~ruskie@sourcemage/mage/ruskie)
12:22:41 Join Jack87 [0] (~Jack87@nasadmin/admin/jack87)
12:22:41 Join Petri152 [0] (~Spinic@petritrebs.ca)
12:22:41 Join ParkerR [0] (~ParkerR@unaffiliated/parkerr)
12:22:41 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
12:22:41 Join rudi_s [0] (~simon@steep.informatik.uni-erlangen.de)
12:22:41 Join Topy44 [0] (LZQ9P1q6If@bellatrix.uberspace.de)
12:22:41 Join rogeliodh [0] (~rogeliodh@ec2-52-90-241-120.compute-1.amazonaws.com)
12:22:41 Join minus [0] (~minus@ns379866.ip-5-196-70.eu)
12:22:41 Join logbot [0] (~rockbox@giant.haxx.se)
12:22:41 Join Greasy-Gappers [0] (~Edmond@165.227.217.42)
12:22:41 Join shadoxx [0] (~shadoxx@107.170.50.151)
12:22:41 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
12:22:41 Join shrizza [0] (~shrizza@oki-dc-urasoe01-187.glbb.ne.jp)
12:22:41 Join user890104 [0] (Venci@unaffiliated/user890104)
12:22:41 Join SuperChickeNES [0] (~ChickeNES@162.243.44.61)
12:24:08 Quit logbot (Ping timeout: 264 seconds)
12:26:46 Join Moarc_ [0] (~chujko@a105.net128.okay.pl)
12:27:21 Join Marex_ [0] (~Marex@195.140.253.167)
12:30:43 Join mikroflops_ [0] (~yogurt@c83-255-27-121.bredband.comhem.se)
12:31:08 Join alexbobp_ [0] (~alex@testificate.xen.prgmr.com)
12:31:39 Join CR0W_ [0] (narf@rrcs-67-53-148-69.west.biz.rr.com)
12:33:32 Join [Sinner] [0] (~sinner@rockbox/staff/saint)
12:34:25 Quit Moarc (Ping timeout: 264 seconds)
12:34:25 Quit ee1943 (Ping timeout: 264 seconds)
12:34:25 Quit CR0W (Ping timeout: 264 seconds)
12:34:25 Quit Marex (Ping timeout: 264 seconds)
12:34:25 Quit mikroflops (Ping timeout: 264 seconds)
12:34:26 Quit alexbobp (Ping timeout: 264 seconds)
12:34:47 Join ee1943 [0] (~ee1943@45.76.3.17)
12:36:07 Quit [Saint] (Ping timeout: 276 seconds)
12:46:55 Quit ee1943 (Ping timeout: 264 seconds)
12:47:53 Join ee1943 [0] (~ee1943@45.76.3.17)
12:58:13 Quit ee1943 (Ping timeout: 264 seconds)
13:00
13:04:44 Join ee1943 [0] (~ee1943@45.76.3.17)
13:52:25 Join advcomp2019_ [0] (~advcomp20@65-131-184-40.sxct.qwest.net)
13:52:25 Quit advcomp2019_ (Changing host)
13:52:25 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
13:53:04 Quit advcomp2019__ (Ping timeout: 255 seconds)
13:57:46 Join dandels [0] (~dandels@unaffiliated/dandels)
14:00
14:06:22 Join ernestask [0] (~ernestask@78-56-62-157.static.zebra.lt)
14:19:44 Join massiveH [0] (~massiveH@ool-18e4e27c.dyn.optonline.net)
14:20:01 Join amayer [0] (~amayer@107-1-97-172-ip-static.hfc.comcastbusiness.net)
14:22:37***Saving seen data "./dancer.seen"
14:23:31 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
14:23:40 Quit massiveH (Client Quit)
14:25:34 Part LinusN
14:46:05 Join _jhMikeS_ [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
14:46:05 Quit jhMikeS (Disconnected by services)
14:46:06 Nick _jhMikeS_ is now known as jhMikeS (~jethead71@d192-24-173-177.try.wideopenwest.com)
14:50:34 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator)
14:54:52 Quit jeandet (Ping timeout: 255 seconds)
14:57:25 Quit Jinx (Ping timeout: 255 seconds)
14:58:01 Join jeandet [0] (sid239360@gateway/web/irccloud.com/x-svsjccnmznzrhldl)
15:00
15:12:34 Quit terminalator (Ping timeout: 240 seconds)
15:13:26 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator)
15:15:39 Quit deevious (Quit: deevious)
15:15:57 Join deevious [0] (~Thunderbi@193.226.142.214)
15:17:15 Join Jinx [0] (Dojo@unaffiliated/jinx)
15:37:41 Join wodz_ [0] (~wodz@89-64-19-144.dynamic.chello.pl)
15:52:18 Quit terminalator (Quit: terminalator)
16:00
16:01:28 Quit wodz_ (Ping timeout: 255 seconds)
16:09:12 Quit aphirst (Remote host closed the connection)
16:10:28 Join aphirst [0] (~aphirst@unaffiliated/aphirst)
16:16:52 Quit qweo (Remote host closed the connection)
16:22:41***Saving seen data "./dancer.seen"
16:33:56 Quit this_is_a_nick (Remote host closed the connection)
17:00
17:15:07 Join p3tur [0] (~petur@91.183.48.77)
17:15:07 Quit p3tur (Changing host)
17:15:07 Join p3tur [0] (~petur@rockbox/developer/petur)
17:15:17 Quit p3tur (Client Quit)
17:18:28 Quit petur (Ping timeout: 268 seconds)
17:51:06 Join nate_ [0] (~nate@64.222.174.214)
17:51:21nate_Hello!
17:55:43nate_I can't install RockBox on my iPod Nano 2ndGen. I used the GUI RockboxUtility, but it keeps telling me "Permission Denied": Could not open iPod. Permission denied. I made sure I have Administrator rights on my account, but it still gives the same error.
17:58:58nate_Whoops! Got it figured out. I needed to enter sudo ./RockboxUtility in a console. Sorry to bother you! Have a good day!
17:59:07 Quit nate_ (Quit: Leaving)
18:00
18:22:45***Saving seen data "./dancer.seen"
18:47:16 Quit dys (Ping timeout: 240 seconds)
19:00
19:02:52 Join terminalator [0] (terminalat@gateway/vpn/privateinternetaccess/terminalator)
19:05:43_BilgusWodz a bit unorthodox but what about a binary patch directly on the firmware file look for offsets and dump away
19:06:55_Bilgus"*Image"
19:07:26 Join krabador [0] (~krabador@unaffiliated/krabador)
19:51:29 Quit krabador (Quit: Leaving)
20:00
20:02:25 Join wodz_ [0] (~wodz@89-64-19-144.dynamic.chello.pl)
20:17:07wodz__Bilgus: https://images.agptek.us/image/ROCKERVersion/ROCKERVersion1.1/update.upt - insert inside rootfs arbitrary file and update md5 in update.txt using binary patching. Good luck :-)
20:18:54_Bilguswhat I'm saying is make the final update file the grab the differences supply that file to user joe user downloads the .upt file runs a patcher that pastes the difference back
20:20:05_Bilgusno calculation no unpacking just check the md5 of the update file verify its correct patch the difference verify new md5 of whole file profit
20:21:21wodz__Bilgus: That could work but is ugly. John average would still need tool for binary patching. I can generate binary diff and see how big it is.
20:22:00_BilgusI can throw you together an autoit script to do it from windows
20:22:46***Saving seen data "./dancer.seen"
20:23:09_BilgusI already did something similar for patching an image off a wireless thumbdrive and yes ugly but works and is legal
20:38:08 Quit alucryd (Ping timeout: 248 seconds)
20:38:11 Join alucryd_ [0] (~quassel@archlinux/developer/alucryd)
20:41:54 Join krabador [0] (~krabador@unaffiliated/krabador)
20:50:46 Quit ernestask (Quit: ernestask)
21:00
21:00:58 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:b550:ac97:7813:6c3)
21:17:23 Join this_is_a_nick [0] (~amofiuhr_@201.193.220.232)
21:18:15_Bilguswodz_, could you set up the diff file something similar to this:
21:18:21_Bilgusmd5sum -b update.upt > update.diff
21:18:21_Bilgusmd5sum -b updaten.upt >> update.diff
21:18:21_Bilgusdiff <(od -An -tx1 -w1 -v update.upt) <(od -An -tx1 -w1 -v updaten.upt) >> update.diff
21:19:15_Bilgusassuming its not god awfully huge...
21:20:35_Bilgusif it is really large we could do offsets with 1- ? kb chunks or something similar
21:20:50wodz__Bilgus: bsdiff is better suited for this
21:22:11_Bilgusit has a windows binary as well
21:22:23_Bilguseven better :)
21:43:27 Quit alucryd_ (Remote host closed the connection)
21:44:02 Join alucryd [0] (~quassel@archlinux/developer/alucryd)
21:44:27 Join lebellium [0] (~hexchat@89-93-177-206.hfc.dyn.abo.bbox.fr)
21:44:44 Join almog1006 [0] (051d7b87@gateway/web/freenode/ip.5.29.123.135)
21:55:28 Quit jhMikeS (Ping timeout: 260 seconds)
21:57:15 Quit Jinx (Ping timeout: 255 seconds)
21:57:25 Quit wodz_ (Ping timeout: 255 seconds)
22:00
22:02:07 Join Jinx [0] (Dojo@unaffiliated/jinx)
22:05:29 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
22:22:48***Saving seen data "./dancer.seen"
22:29:15 Quit dandels (Quit: WeeChat 2.0.1)
22:33:29 Join dys [0] (~dys@tmo-106-41.customers.d1-online.com)
22:33:38 Quit amayer (Quit: Leaving)
22:49:03 Join PimpiN8 [0] (~textual@2a02:a454:38ea:1:a5a1:38c7:8d7a:94c4)
22:49:09 Nick PimpiN8 is now known as shhh (~textual@2a02:a454:38ea:1:a5a1:38c7:8d7a:94c4)
23:00
23:01:52 Quit lebellium (Quit: Leaving)
23:08:12 Quit ZincAlloy (Quit: Leaving.)
23:08:47 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:b550:ac97:7813:6c3)
23:09:19 Quit ZincAlloy (Client Quit)
23:20:52 Quit almog1006 (Quit: Page closed)
23:46:33 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
23:52:26 Quit ender` (Quit: I’ve had some experience with the hangover phenomenon. This day might not be filled with sunshine and joy. I started it with the traditional vow never to do anything as stupid again until the next time. — Glen Cook: Wicked Bronze Ambition)
23:58:04 Quit shhh (Quit: My MacBook has gone to sleep. ZZZzzz…)

Previous day | Next day