--- Day changed Thu Jan 02 2014 | ||
-!- amonk [~amonk@unaffiliated/amonk] has joined #ubiboot | 03:11 | |
-!- amonk [~amonk@unaffiliated/amonk] has quit [Remote host closed the connection] | 05:27 | |
-!- amonk [~amonk@unaffiliated/amonk] has joined #ubiboot | 05:28 | |
-!- Fotix [~Fotix@221.225.168.221] has joined #ubiboot | 05:41 | |
juiceme | Fotix, hi :) | 07:57 |
---|---|---|
juiceme | what would you want to know of the animation toolkit? | 07:58 |
Fotix | yeah i translated the doc to Chinese users. they said thx to u :) | 08:02 |
Fotix | then i tried to give the animation more pretty icons. i did it. but when i changed backgroud to white i cant see the loading string. what can i do to change the color? | 08:04 |
juiceme | ah, ok. Actually I never tried changinn the background color, always used black | 08:05 |
juiceme | You mean the moving indicator at the bottom? | 08:05 |
Fotix | yes :) | 08:05 |
juiceme | it is done by using the text2screen command in the menu script | 08:06 |
juiceme | just a minut I'll check | 08:06 |
juiceme | yes, it is in select_os_animated.sh script, down in function main_menu() | 08:08 |
juiceme | You need to change the color in "$TEXT2SCREEN -t "x" -s 1 -x 840 -y $yy -T 0xffffff -B 0xffffff" | 08:08 |
juiceme | Now what I guess, without trying that to invert the color you can use "$TEXT2SCREEN -t "x" -s 1 -x 840 -y $yy -T 0x000000 -B 0x000000", maybe? | 08:09 |
juiceme | or try different values for the -T (textcolor) and -B (backgrounf color) | 08:10 |
Fotix | seems right. i will give it a try | 08:10 |
juiceme | good :) | 08:10 |
Fotix | would u like to see my ubiboot pic now? i think it great :) | 08:10 |
juiceme | yes, please! | 08:10 |
juiceme | can you post the CPIO you made, I can see that on my device? | 08:11 |
Fotix | http://bbs.dospy.com/thread-16733603-1-464-1.html | 08:12 |
Fotix | just test now | 08:12 |
Fotix | i want my pic smaller | 08:12 |
Fotix | http://d.pcs.baidu.com/file/2df7d4ec39f4f2bcc0cbfa1cc584e1e6?fid=1711833497-250528-1468045532&time=1388642605&sign=FDTAER-DCb740ccc5511e5e8fedcff06b081203-EDo4NJMbmbK0D3bWH%2BkkpHpjI8I%3D&rt=sh&expires=1388643205&r=717040898&sh=1&sharesign=LfMJftjrUL6Phe8suZDOyIpHjs2BFdSbZ0sz+5oY9TxBiLLVV6DWz3jKDYVxnWwk6fESss/xkEaUjeaycDqs0Xs78mLH+aRT1uq5qdmdt/ycGxv7emRRnOkd1o7oQWujCEGFdQD3MJYhZnuy4lhOsF9mEDbJzrVPScFbPQcXM3oSNA5w2ppWNS+zuk0HZrlWNvL4pw/Q94A3R8EZEh0RAiZUN6+8p+ | 08:13 |
juiceme | I am looking at the page you give, but it loads slowly :) | 08:13 |
Fotix | cpio i uploaded. u can try | 08:14 |
juiceme | thank you! | 08:14 |
Fotix | chinese website. u know. | 08:14 |
Fotix | too much ads too much flash | 08:15 |
juiceme | :) | 08:16 |
Fotix | did ubiboot-02 support charging? my N9 seems can't charging in animation page. | 08:17 |
juiceme | you have much more beautiful info page than I do, also thae Meego-icon is much better :) | 08:17 |
Fotix | thank u! | 08:18 |
Fotix | I am pretty glad u like it! | 08:19 |
juiceme | One thing to mention, in case you have not yet found it out for yourself :) | 08:55 |
juiceme | When you change the menus etc.., you can easily tets what it looks like by running the script when you are in maintanance console. | 08:56 |
juiceme | if you want to, for example, change the color of the bottom progress bar and see the results. | 08:56 |
Fotix | you mean the --debug option? | 09:07 |
juiceme | no, I mean, you can boot to the maintanance console, and when you telnet or ssh to the device, you can for example run /boot/menu/select_os_animated.sh | 09:17 |
juiceme | When you do that, it will run the animation just like it would when booting to the menu, only it will not start the OS/kernel combination. | 09:18 |
Fotix | i got it! :) | 09:18 |
juiceme | :) | 09:18 |
juiceme | about the charging, forgot to answer that. Unfortunately it does not work yet. | 09:19 |
Fotix | is these any hope for that? | 09:19 |
Fotix | is there | 09:20 |
juiceme | the reason is that it is not enabled because BME initialization causes some device variants to not boot correctly to Harmattan. | 09:20 |
juiceme | well, yes, it should be possible. I know a bot more of how it works than I did before, so I might try fix it now. | 09:21 |
Fotix | you such a GENIUS! | 09:22 |
juiceme | It is annoying, I now that it does not work in ubiboot, byt it mainly affects you when doing boot development and/or backups, since normally user spends only very little time in ubiboot... | 09:22 |
juiceme | no, not really I would not claim to be :) | 09:22 |
juiceme | I only have studied this for some bits :) | 09:23 |
juiceme | but I am not an artist, and your version looks nicer to me, I only made the images as example what can be done, really, and you are the first one to make better/different images :) | 09:24 |
Fotix | thank you. i like to be the man like you said. | 09:25 |
Fotix | if possible, maybe i can give you the icons with different color after i finish that. i hope to see better ubiboot with my effort. | 09:27 |
Fotix | i care about the charging because i cant charge device when power is really empty. it really scared me. | 09:29 |
juiceme | have you tried the charge with flasher? | 09:30 |
juiceme | I sometimes have to do that when it gets too empty... | 09:30 |
Fotix | yeah i got that idea to solved. | 09:31 |
juiceme | When you make a bery beautiful version, with also the timeout progress bar as you like it, I can put that CPIO to the ubiboot archives page, so people can use alternate version if they like :) | 09:32 |
Fotix | nice. by learning how to make cpio ,i really learned much about linux,shell... so let me thank people who helped me by sharing my CPIOs :) | 09:35 |
juiceme | that is good :) | 09:39 |
juiceme | Jonni, ping | 12:07 |
Jonni | juiceme: pong | 12:07 |
juiceme | Jonni, at least 2 people have run into a situation which seems pretty odd to me, the MTD2 partition on their device is too small to hold the ubiboot kernel. | 12:08 |
juiceme | now, what i find strange is the reason for that seems to be that the NOLO given command line specifies that partitio to be 8M only? | 12:08 |
juiceme | on their devices the line reads "mtdparts=omap2-onenand:512k(bootloader),1408k@512k(config),8192k@1920k(kernel),1024k@10112k(log),496768k@11136k(var ),16384k@507904k(moslo)" | 12:10 |
juiceme | but on my device it is "mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config),16384k@3840k(kernel),2048k@20224k(log),469248k@22272k(var),32768k@491520k(moslo)" | 12:11 |
Jonni | maybe they have too old PR release or 16gb devices? | 12:12 |
juiceme | no, reportedly they have PR1.3 and 64G devices. | 12:12 |
juiceme | and also AFAIK both 16G and 64G devices have the same MTD, right? | 12:13 |
juiceme | I also first syspected an earlier release, as it would be possible to change MTD partitioning across releases | 12:14 |
Jonni | yes partitioning was changed between pr1.0 and pr1.1 if I remember right, thats flasher has opions for repartition | 12:15 |
juiceme | or are there devices that have different chip for MTD NAND? | 12:15 |
juiceme | the HWREV for device of the device of @fejd is 1501, for example which is same as mine...? | 12:16 |
Jonni | afaik all devices have same chip (if you dont count some of broken devices with ram chip from wrong manufacturer that was shipped in 1st batch by accident, but most of those devices were replaced). | 12:18 |
Jonni | my device has similar kind of mtdparts as your device. | 12:19 |
juiceme | that makes sense, since if there really was size difference it would be rarically different. | 12:19 |
juiceme | as I look at the MTD line, the partition sizes seem to be half what they should... | 12:20 |
Jonni | that cmdline just looks like that they would be running wrong kernel or wrong pr version | 12:20 |
juiceme | Could it be possible that a PR upgrade has gone wrong and not reformatted MTD? | 12:20 |
juiceme | would the device still work? | 12:21 |
Jonni | it would work (if they are in openmode). | 12:21 |
juiceme | hmmm. | 12:21 |
juiceme | Is there a possibility to fix that, via flasher? | 12:22 |
Jonni | one thing to test would be full reflash to secure mode and adding --no-preserve to flash command | 12:22 |
Jonni | as with no-preserve it does partition resizing | 12:22 |
juiceme | for example using some flag like --no-preserve | 12:22 |
juiceme | yes | 12:22 |
juiceme | I'll give that advice. | 12:23 |
juiceme | thanks :) | 12:23 |
-!- RzR [~RzR@82.236.136.171] has quit [Read error: Connection reset by peer] | 12:39 | |
-!- RzR [~RzR@82.236.136.171] has joined #ubiboot | 12:41 | |
-!- RzR [~RzR@82.236.136.171] has quit [Excess Flood] | 12:44 | |
-!- RzR [~RzR@82.236.136.171] has joined #ubiboot | 12:47 | |
Jonni | juiceme: pinninen lokaatiotiedolla ei tee vielä mitään (jos ei tiedä miten sw puoli enabloidaan), mutta katsotaan jossain vaiheessa mikäli on tarpeen mahdollista updatea. | 13:41 |
Jonni | kernel devaamiseen tietenkin on ihan kätevä ja laitteisiin jotka palautuu careen, mutta ei normi userille tuo paljoa lisäarvoa. | 13:44 |
juiceme | Jonni, kiitos :) | 13:47 |
Jonni | ja sillä kun pääsee kiertämään securityn niin ei varmaan ihan heti tule tietoa että miten se enabloidaan. Mutta ainahan community voi keksiä sen itsekin :) | 13:47 |
juiceme | joskus tosiaan tuo on tarpeen kunhan tässä pääsee niin pitkälle että alkaa tekemään kernel-tviikkausta Jollaankin. | 13:48 |
juiceme | jep. | 13:48 |
juiceme | securitystä senverran, mietiskelin onkohan liian rakas operaatio jos koko userspacen salaisi vaikka cryptfs:n läpi. | 13:49 |
juiceme | silloinhan ei olisi merkitystä sillä korkkaako devicen omalla bootilla... | 13:51 |
Jonni | varmaan jonkin verran cpu:ta söisi, ei varmaan kukaan vaan ole viitsinyt testata | 13:51 |
juiceme | yritin kerran tuota N9:n kanssa mutta mulla oli ongelmia saada FUSE toimimaan oikein, käsittääkseni siinä oli (ainakin Harmattan-default versiossa) bugi joka vaikutti asiaan silloin kun kuorma nousi riittävästi... | 13:53 |
Jonni | voisi varmaan olla ihan mielenkiintoinen harjoitus tehdä kernel image joka kysyy salausavaimen ja mounttaisi cryptfs:n ja boottaisi systeemin pystyyn tai kexecillä seuraavaa kerneliä käyntiin | 13:53 |
juiceme | jep, tuollainen on käynyt mielessä. | 13:56 |
juiceme | Tein tuota varten sillon ihan simppelin touch/type keyboardin (sillykbd) jolla saa salausavaimen nakuteltua sisään... | 13:57 |
-!- Fotix [~Fotix@221.225.168.221] has quit [Remote host closed the connection] | 19:07 | |
-!- amonk [~amonk@unaffiliated/amonk] has quit [Ping timeout: 245 seconds] | 23:53 | |
-!- amonk [~amonk@unaffiliated/amonk] has joined #ubiboot | 23:56 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!