stinebd | boy this atrix build really came together quick | 00:01 |
---|---|---|
stinebd | had my rage revelation around 4:30 and it's almost on par with the cm guys work | 00:01 |
Xofrats | stine: What are my chances of getting the ext4 patch into rootfs? | 00:05 |
stinebd | about 1 in 20 | 00:07 |
stinebd | please note that i made that number up out of nowhere | 00:08 |
Xofrats | Did you see the patch? | 00:10 |
stinebd | no | 00:10 |
Xofrats | http://forum.xda-developers.com/showthread.php?t=1212951 | 00:11 |
stinebd | tell you what | 00:13 |
stinebd | git format it and post it to the mailing list | 00:13 |
Xofrats | Dunno what git format is | 00:13 |
stinebd | as a general rule i won't take any patches without git formatting | 00:14 |
* Xofrats wonders how big the rootfs git is | 00:14 | |
stinebd | http://xdandroid.com/wiki/Submitting_Patches | 00:14 |
stinebd | not very big | 00:14 |
stinebd | i require git formatting because it maintains credit for the work | 00:15 |
stinebd | you know the mailing list? | 00:16 |
Xofrats | Nope | 00:16 |
stinebd | http://lists.xdandroid.com/ | 00:16 |
Xofrats | Do you recall how to get usb0 to show up without enabling tethering or something similar? | 00:25 |
*** Detule has joined #xdandroid | 00:25 | |
*** rpierce99 has quit IRC | 00:37 | |
*** Detule has quit IRC | 01:11 | |
*** Xofrats has quit IRC | 01:35 | |
*** emwe has joined #xdandroid | 01:41 | |
*** emwe has quit IRC | 01:59 | |
*** GlemSom has joined #xdandroid | 02:17 | |
*** programmer8922 has quit IRC | 02:20 | |
*** programmer8922 has joined #xdandroid | 02:23 | |
*** GlemSom_ has joined #xdandroid | 02:23 | |
*** GlemSom_ has quit IRC | 02:38 | |
*** programmer8922 has quit IRC | 02:47 | |
*** programmer8922 has joined #xdandroid | 02:48 | |
*** programmer8922 has quit IRC | 04:41 | |
hyc | best to look in the userland code. I think it requires more than just ifconfig usb0 up but I don't remember | 04:44 |
*** |Jeroen| has joined #xdandroid | 05:05 | |
*** lukaspce has joined #xdandroid | 07:29 | |
lukaspce | Hi, I am testing led flash (echo 1 > /sys/class/htc_hw/flash), flash is on but what I do to flash off? "echo 0 > /sys/class/htc_hw/flash" does not work :/ | 07:32 |
lukaspce | This "flash led off" feature is not supported? | 07:34 |
*** lukaspce has quit IRC | 07:54 | |
*** lukaspce has joined #xdandroid | 08:13 | |
*** Detule has joined #xdandroid | 08:33 | |
*** oliver__ has joined #xdandroid | 09:03 | |
*** Yusuke14 has quit IRC | 09:14 | |
*** Yusuke has joined #xdandroid | 09:15 | |
*** Yusuke is now known as Yusuke14 | 09:15 | |
*** lukaspce has quit IRC | 09:27 | |
*** Detule has quit IRC | 09:46 | |
*** oliver__ is now known as Detule | 09:47 | |
*** rpierce99 has joined #xdandroid | 10:14 | |
arrrghhh | lukaspce, not here... | 10:48 |
arrrghhh | but yea, flash LED off is not supported lol | 10:48 |
arrrghhh | rebootski | 10:49 |
*** stargirl has joined #xdandroid | 10:55 | |
*** programmer8922 has joined #xdandroid | 11:20 | |
*** lukaspce has joined #xdandroid | 11:23 | |
lukaspce | What is needed for flash led off? LED flash light is good function and I would like program app flash light for xdandroid but, if dont off.. (sorry for my bad english) | 11:27 |
*** stargirl has quit IRC | 11:27 | |
lukaspce | Can I help with developing this function? (:D) | 11:28 |
*** Bruce_Wayne has joined #xdandroid | 11:29 | |
*** |Jeroen| has quit IRC | 11:54 | |
*** lukaspce has quit IRC | 12:14 | |
*** lukaspce_ has joined #xdandroid | 12:14 | |
*** lukaspce_ is now known as lukaspce | 12:14 | |
*** lukaspce has quit IRC | 12:21 | |
*** lukaspce has joined #xdandroid | 12:40 | |
*** krisse has joined #xdandroid | 12:48 | |
*** GlemSom has quit IRC | 13:05 | |
*** lukaspce has quit IRC | 13:07 | |
*** lukaspce has joined #xdandroid | 13:42 | |
Detule | rpierce99, arrrghhh let me know if you feel like giving a .27 LED testing kernel a go | 13:56 |
Detule | it should have the ability to hot-swap between classic led mode/rpierce-ish led mode/no sleep_debug + notifications mode | 13:57 |
rpierce99 | it's autobuild other than that? | 14:17 |
rpierce99 | ^^ Detule | 14:18 |
Detule | rpierce99, yes | 14:18 |
rpierce99 | yeah i'll throw it in | 14:18 |
Detule | modules http://www.mediafire.com/download.php?mz53k7buvwm65tv | 14:18 |
Detule | zImage http://www.mediafire.com/download.php?1g69cimaae5n4jn | 14:19 |
rpierce99 | i <3 dirty modules | 14:20 |
Detule | the way you control which mode you are in is via /sys/module/microp_klt/parameters/debug_mask | 14:20 |
Detule | defaults to "2" which is standard/autobuild led mode | 14:20 |
Detule | echo-ing "1" to it will substitute solid green with OFF (your-ish) mode | 14:21 |
Detule | echo-ing "0" to it will disengage all sleep/resume debugging notifications and engage android notifications | 14:21 |
Detule | with the caveat that if you echo "0" while the led is on (which i assume it will be seeing how you'll have your phone plugged in), you will need to manually turn off the amber led, since i "0" mode the kernel no longer deals with sleep/resume settings.....therefore after echo-ing "0" to debug_mask, echo "0" to /sys/class/leds/amber/brightness | 14:23 |
rpierce99 | so throw those 2 in froyo.user conf then? | 14:26 |
rpierce99 | oh that's only for 0, got it | 14:29 |
*** lukaspce has quit IRC | 14:29 | |
rpierce99 | were you able to implement the patch in a non-hacksh way? | 14:31 |
Detule | no need to throw them user conf | 14:31 |
Detule | you can echo in terminal | 14:31 |
rpierce99 | well yeah but if i want it to stick... | 14:31 |
Detule | sure | 14:31 |
Detule | yeah they are non-hackish | 14:31 |
Detule | i mean, they changes are all device non-specific and contained in the driver | 14:32 |
rpierce99 | i just meant that if it works could it pass the phh test? | 14:33 |
Detule | not sure, it doesn't suffer from the objection that stinebd raised yesterday in the sense that there are no calls outside of the driver | 14:34 |
Detule | at any rate, that entire driver is one _huge_ hack | 14:35 |
rpierce99 | haha | 14:35 |
rpierce99 | so android notifications seem to consist of turning green when sleeping whenever there is a notification | 14:36 |
Detule | it should also notice charging | 14:37 |
Detule | right charging is a notification | 14:37 |
rpierce99 | yes, green all the time when connected via usb | 14:38 |
rpierce99 | not sure if that's adb or charging doing that | 14:38 |
rpierce99 | pretty basic | 14:38 |
rpierce99 | don't know what i expected exactly | 14:38 |
rpierce99 | something complicated i guess | 14:38 |
rpierce99 | seems to work though | 14:39 |
Detule | one thing that's nice about this code is that the amber and green hooks are in sys/class/leds ready for userland to use | 14:39 |
rpierce99 | they weren't before? | 14:39 |
Detule | emwe is working on deciphering the android blinking notifications, and i think that will come next, but yeah not sure there will be more beyond solid/blinking green | 14:39 |
Detule | no | 14:39 |
rpierce99 | solid/blinking will be two different? | 14:40 |
Detule | hm i just got an orange notification | 14:40 |
Detule | how full is your phone? | 14:40 |
rpierce99 | my wife hated the "breathing" effect, for lack of a better term, i think we should bring that back :) | 14:41 |
rpierce99 | i just got orange as well, 88% | 14:41 |
rpierce99 | it's going down, actually | 14:41 |
rpierce99 | no back to 88 | 14:41 |
rpierce99 | i hate the batter code | 14:41 |
rpierce99 | back to green @ 90 | 14:41 |
rpierce99 | maybe it's orange < 90 green > 90 | 14:41 |
Detule | full as in the battery | 14:42 |
Detule | i think that's correct | 14:42 |
Detule | yeah looking at userland looks like android might be equipped with blinking notifications as well, emwe is well on his way to translating those to the kernel | 14:43 |
rpierce99 | I think this is a good patch, experienced users who don't forget to turn off gps and such can enable the android notifications, those who don't know any better get the sleep/wake notifications | 14:44 |
Detule | thanks, yeah that's what i had in mind, more importantly i think this is ready for upstream merges from emwe as they become available | 14:46 |
*** jonpry has quit IRC | 14:48 | |
*** programmer8922 has quit IRC | 15:25 | |
*** lukaspce has joined #xdandroid | 15:31 | |
*** programmer8922 has joined #xdandroid | 15:35 | |
*** programmer8922 has quit IRC | 15:57 | |
*** programmer8922 has joined #xdandroid | 16:15 | |
*** krisse has quit IRC | 16:30 | |
*** programmer8922 has quit IRC | 16:31 | |
*** rpierce99 has quit IRC | 16:36 | |
*** rpierce99 has joined #xdandroid | 16:38 | |
*** rpierce99 has quit IRC | 16:49 | |
*** programmer8922 has joined #xdandroid | 17:40 | |
*** programmer8922 has quit IRC | 17:41 | |
*** virsys has quit IRC | 18:02 | |
*** virsys has joined #xdandroid | 18:23 | |
*** Fudge has quit IRC | 19:15 | |
*** Fudge has joined #xdandroid | 19:16 | |
*** jonpry has joined #xdandroid | 19:19 | |
*** programmer8922 has joined #xdandroid | 19:25 | |
arrrghhh | Detule, nice | 19:26 |
arrrghhh | i shall download and see | 19:26 |
Detule | my input was minimal, it's emwe's .35 stuff brought into .27/microp-klt | 19:30 |
arrrghhh | either way | 19:30 |
arrrghhh | nice | 19:30 |
arrrghhh | :D | 19:30 |
arrrghhh | so how do the Android notifications work? just as expected...? | 19:31 |
arrrghhh | seems blinkin isn't there? | 19:31 |
Detule | right, the kernel code side is not finished for blinking....so whenever android wants to blink or go solid, we just get solid | 19:31 |
arrrghhh | ha | 19:31 |
arrrghhh | and what does orange/green indicate? the conversation about it confuses me :P | 19:31 |
arrrghhh | something about a certain charge percentage lol | 19:32 |
Detule | we only get orange for charging < 90% | 19:32 |
* arrrghhh scratches his head | 19:32 | |
Detule | >90% charging and all other notifications we get green | 19:32 |
arrrghhh | hum | 19:32 |
arrrghhh | well i just booted | 19:32 |
arrrghhh | gonna echo this crap out and see how it works | 19:32 |
Detule | cool, i gotta go let me know if you run into any problems | 19:33 |
arrrghhh | thx, cya | 19:34 |
arrrghhh | hrm | 19:43 |
arrrghhh | i tried echo'ing 1. gonna try 0. it's kinda frightening, for some reason. the LED comforted me... now it's gone :( | 19:44 |
arrrghhh | but Detule it does work just as advertised. emwe, good work. | 19:44 |
arrrghhh | gotta get that blinkin sorted out now, and i'd say that would be great to have in the autobuild. especially since the default behavior will be unchanged, people won't freak out. | 19:45 |
*** programmer8922 has quit IRC | 19:58 | |
*** programmer8922 has joined #xdandroid | 21:10 | |
*** Xofrats has joined #xdandroid | 21:12 | |
*** programmer8922 has quit IRC | 21:13 | |
*** ringer has joined #xdandroid | 21:20 | |
*** rpierce99 has joined #xdandroid | 21:54 | |
Xofrats | Hmmm, I just had a miniboot | 22:10 |
Xofrats | sigbus... not good | 22:10 |
*** rpierce99 has quit IRC | 22:13 | |
*** programmer8922 has joined #xdandroid | 22:24 | |
*** rpierce99 has joined #xdandroid | 22:24 | |
arrrghhh | Detule, you thar? | 22:33 |
arrrghhh | this is odd | 22:33 |
*** Detule has quit IRC | 22:33 | |
arrrghhh | the orange LED came on when i was playing pandora | 22:33 |
arrrghhh | and now it's "stuck" on | 22:33 |
arrrghhh | well i guess that answers my question lol | 22:33 |
Xofrats | You killed Detule! You bastard! | 22:34 |
arrrghhh | eh | 22:35 |
arrrghhh | it's a living | 22:35 |
rpierce99 | happened to me too, there's gotta be an edge case that turns orange on, after it went green (email) the orange didn't come back on though | 22:40 |
arrrghhh | rpierce99, so all notifications are/should be solid green? | 22:40 |
* Xofrats wonders where the patch is so that he can push it into his kernel | 22:40 | |
rpierce99 | afaik | 22:40 |
arrrghhh | other than evidently charging between 80-90% lol | 22:40 |
arrrghhh | Xofrats, not sure if he has a public tree if he only maintains a local brach... | 22:40 |
rpierce99 | yeah, charging below 90 is orange | 22:40 |
arrrghhh | rpierce99, that is... can i just say odd? lol | 22:41 |
rpierce99 | i think it's local, modules are dirty | 22:41 |
arrrghhh | i'm gonna flip it back to 2 | 22:41 |
arrrghhh | then to 0 again to see if it fixes it. | 22:41 |
rpierce99 | just send yourself an email | 22:41 |
rpierce99 | lol way easier | 22:41 |
arrrghhh | sounds complicated | 22:41 |
arrrghhh | well that fixed it | 22:42 |
arrrghhh | weird | 22:42 |
*** ringer has quit IRC | 22:47 | |
*** [7] has quit IRC | 22:55 | |
*** TheSeven has joined #xdandroid | 22:55 | |
*** hyc has quit IRC | 23:20 | |
*** rpierce99 has quit IRC | 23:24 | |
*** rpierce99 has joined #xdandroid | 23:51 | |
*** rpierce99 has quit IRC | 23:54 | |
*** rpierce99 has joined #xdandroid | 23:56 | |
*** rpierce99 has quit IRC | 23:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!