Saturday, 2011-08-13

stinebdboy this atrix build really came together quick00:01
stinebdhad my rage revelation around 4:30 and it's almost on par with the cm guys work00:01
Xofratsstine: What are my chances of getting the ext4 patch into rootfs?00:05
stinebdabout 1 in 2000:07
stinebdplease note that i made that number up out of nowhere00:08
XofratsDid you see the patch?00:10
stinebdno00:10
Xofratshttp://forum.xda-developers.com/showthread.php?t=121295100:11
stinebdtell you what00:13
stinebdgit format it and post it to the mailing list00:13
XofratsDunno what git format is00:13
stinebdas a general rule i won't take any patches without git formatting00:14
* Xofrats wonders how big the rootfs git is00:14
stinebdhttp://xdandroid.com/wiki/Submitting_Patches00:14
stinebdnot very big00:14
stinebdi require git formatting because it maintains credit for the work00:15
stinebdyou know the mailing list?00:16
XofratsNope00:16
stinebdhttp://lists.xdandroid.com/00:16
XofratsDo you recall how to get usb0 to show up without enabling tethering or something similar?00:25
*** Detule has joined #xdandroid00:25
*** rpierce99 has quit IRC00:37
*** Detule has quit IRC01:11
*** Xofrats has quit IRC01:35
*** emwe has joined #xdandroid01:41
*** emwe has quit IRC01:59
*** GlemSom has joined #xdandroid02:17
*** programmer8922 has quit IRC02:20
*** programmer8922 has joined #xdandroid02:23
*** GlemSom_ has joined #xdandroid02:23
*** GlemSom_ has quit IRC02:38
*** programmer8922 has quit IRC02:47
*** programmer8922 has joined #xdandroid02:48
*** programmer8922 has quit IRC04:41
hycbest to look in the userland code. I think it requires more than just ifconfig usb0 up but I don't remember04:44
*** |Jeroen| has joined #xdandroid05:05
*** lukaspce has joined #xdandroid07:29
lukaspceHi, 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
lukaspceThis "flash led off" feature is not supported?07:34
*** lukaspce has quit IRC07:54
*** lukaspce has joined #xdandroid08:13
*** Detule has joined #xdandroid08:33
*** oliver__ has joined #xdandroid09:03
*** Yusuke14 has quit IRC09:14
*** Yusuke has joined #xdandroid09:15
*** Yusuke is now known as Yusuke1409:15
*** lukaspce has quit IRC09:27
*** Detule has quit IRC09:46
*** oliver__ is now known as Detule09:47
*** rpierce99 has joined #xdandroid10:14
arrrghhhlukaspce, not here...10:48
arrrghhhbut yea, flash LED off is not supported lol10:48
arrrghhhrebootski10:49
*** stargirl has joined #xdandroid10:55
*** programmer8922 has joined #xdandroid11:20
*** lukaspce has joined #xdandroid11:23
lukaspceWhat 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 IRC11:27
lukaspceCan I help with developing this function? (:D)11:28
*** Bruce_Wayne has joined #xdandroid11:29
*** |Jeroen| has quit IRC11:54
*** lukaspce has quit IRC12:14
*** lukaspce_ has joined #xdandroid12:14
*** lukaspce_ is now known as lukaspce12:14
*** lukaspce has quit IRC12:21
*** lukaspce has joined #xdandroid12:40
*** krisse has joined #xdandroid12:48
*** GlemSom has quit IRC13:05
*** lukaspce has quit IRC13:07
*** lukaspce has joined #xdandroid13:42
Detulerpierce99, arrrghhh let me know if you feel like giving a .27 LED testing kernel a go13:56
Detuleit should have the ability to hot-swap between classic led mode/rpierce-ish led mode/no sleep_debug + notifications mode13:57
rpierce99it's autobuild other than that?14:17
rpierce99^^ Detule14:18
Detulerpierce99, yes14:18
rpierce99yeah i'll throw it in14:18
Detulemodules http://www.mediafire.com/download.php?mz53k7buvwm65tv14:18
DetulezImage http://www.mediafire.com/download.php?1g69cimaae5n4jn14:19
rpierce99i <3 dirty modules14:20
Detulethe way you control which mode you are in is via /sys/module/microp_klt/parameters/debug_mask14:20
Detuledefaults to "2" which is standard/autobuild led mode14:20
Detuleecho-ing "1" to it will substitute solid green with OFF (your-ish) mode14:21
Detuleecho-ing "0" to it will disengage all sleep/resume debugging notifications and engage android notifications14:21
Detulewith 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/brightness14:23
rpierce99so throw those 2 in froyo.user conf then?14:26
rpierce99oh that's only for 0, got it14:29
*** lukaspce has quit IRC14:29
rpierce99were you able to implement the patch in a non-hacksh way?14:31
Detuleno need to throw them user conf14:31
Detuleyou can echo in terminal14:31
rpierce99well yeah but if i want it to stick...14:31
Detulesure14:31
Detuleyeah they are non-hackish14:31
Detulei mean, they changes are all device non-specific and contained in the driver14:32
rpierce99i just meant that if it works could it pass the phh test?14:33
Detulenot sure, it doesn't suffer from the objection that stinebd raised yesterday in the sense that there are no calls outside of the driver14:34
Detuleat any rate, that entire driver is one _huge_ hack14:35
rpierce99haha14:35
rpierce99so android notifications seem to consist of turning green when sleeping whenever there is a notification14:36
Detuleit should also notice charging14:37
Detuleright charging is a notification14:37
rpierce99yes, green all the time when connected via usb14:38
rpierce99not sure if that's adb or charging doing that14:38
rpierce99pretty basic14:38
rpierce99don't know what i expected exactly14:38
rpierce99something complicated i guess14:38
rpierce99seems to work though14:39
Detuleone thing that's nice about this code is that the amber and green hooks are in sys/class/leds ready for userland to use14:39
rpierce99they weren't before?14:39
Detuleemwe 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 green14:39
Detuleno14:39
rpierce99solid/blinking will be two different?14:40
Detulehm i just got an orange notification14:40
Detulehow full is your phone?14:40
rpierce99my wife hated the "breathing" effect, for lack of a better term, i think we should bring that back :)14:41
rpierce99i just got orange as well, 88%14:41
rpierce99it's going down, actually14:41
rpierce99no back to 8814:41
rpierce99i hate the batter code14:41
rpierce99back to green @ 9014:41
rpierce99maybe it's orange < 90 green > 9014:41
Detulefull as in the battery14:42
Detulei think that's correct14:42
Detuleyeah 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 kernel14:43
rpierce99I 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 notifications14:44
Detulethanks, yeah that's what i had in mind, more importantly i think this is ready for upstream merges from emwe as they become available14:46
*** jonpry has quit IRC14:48
*** programmer8922 has quit IRC15:25
*** lukaspce has joined #xdandroid15:31
*** programmer8922 has joined #xdandroid15:35
*** programmer8922 has quit IRC15:57
*** programmer8922 has joined #xdandroid16:15
*** krisse has quit IRC16:30
*** programmer8922 has quit IRC16:31
*** rpierce99 has quit IRC16:36
*** rpierce99 has joined #xdandroid16:38
*** rpierce99 has quit IRC16:49
*** programmer8922 has joined #xdandroid17:40
*** programmer8922 has quit IRC17:41
*** virsys has quit IRC18:02
*** virsys has joined #xdandroid18:23
*** Fudge has quit IRC19:15
*** Fudge has joined #xdandroid19:16
*** jonpry has joined #xdandroid19:19
*** programmer8922 has joined #xdandroid19:25
arrrghhhDetule, nice19:26
arrrghhhi shall download and see19:26
Detulemy input was minimal, it's emwe's .35 stuff brought into .27/microp-klt19:30
arrrghhheither way19:30
arrrghhhnice19:30
arrrghhh:D19:30
arrrghhhso how do the Android notifications work?  just as expected...?19:31
arrrghhhseems blinkin isn't there?19:31
Detuleright, the kernel code side is not finished for blinking....so whenever android wants to blink or go solid, we just get solid19:31
arrrghhhha19:31
arrrghhhand what does orange/green indicate?  the conversation about it confuses me :P19:31
arrrghhhsomething about a certain charge percentage lol19:32
Detulewe only get orange for charging < 90%19:32
* arrrghhh scratches his head19:32
Detule>90% charging and all other notifications we get green19:32
arrrghhhhum19:32
arrrghhhwell i just booted19:32
arrrghhhgonna echo this crap out and see how it works19:32
Detulecool, i gotta go let me know if you run into any problems19:33
arrrghhhthx, cya19:34
arrrghhhhrm19:43
arrrghhhi tried echo'ing 1.  gonna try 0.  it's kinda frightening, for some reason.  the LED comforted me... now it's gone :(19:44
arrrghhhbut Detule it does work just as advertised.  emwe, good work.19:44
arrrghhhgotta 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 IRC19:58
*** programmer8922 has joined #xdandroid21:10
*** Xofrats has joined #xdandroid21:12
*** programmer8922 has quit IRC21:13
*** ringer has joined #xdandroid21:20
*** rpierce99 has joined #xdandroid21:54
XofratsHmmm, I just had a miniboot22:10
Xofratssigbus...  not good22:10
*** rpierce99 has quit IRC22:13
*** programmer8922 has joined #xdandroid22:24
*** rpierce99 has joined #xdandroid22:24
arrrghhhDetule, you thar?22:33
arrrghhhthis is odd22:33
*** Detule has quit IRC22:33
arrrghhhthe orange LED came on when i was playing pandora22:33
arrrghhhand now it's "stuck" on22:33
arrrghhhwell i guess that answers my question lol22:33
XofratsYou killed Detule! You bastard!22:34
arrrghhheh22:35
arrrghhhit's a living22:35
rpierce99happened 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 though22:40
arrrghhhrpierce99, so all notifications are/should be solid green?22:40
* Xofrats wonders where the patch is so that he can push it into his kernel22:40
rpierce99afaik22:40
arrrghhhother than evidently charging between 80-90% lol22:40
arrrghhhXofrats, not sure if he has a public tree if he only maintains a local brach...22:40
rpierce99yeah, charging below 90 is orange22:40
arrrghhhrpierce99, that is... can i just say odd?  lol22:41
rpierce99i think it's local, modules are dirty22:41
arrrghhhi'm gonna flip it back to 222:41
arrrghhhthen to 0 again to see if it fixes it.22:41
rpierce99just send yourself an email22:41
rpierce99lol way easier22:41
arrrghhhsounds complicated22:41
arrrghhhwell that fixed it22:42
arrrghhhweird22:42
*** ringer has quit IRC22:47
*** [7] has quit IRC22:55
*** TheSeven has joined #xdandroid22:55
*** hyc has quit IRC23:20
*** rpierce99 has quit IRC23:24
*** rpierce99 has joined #xdandroid23:51
*** rpierce99 has quit IRC23:54
*** rpierce99 has joined #xdandroid23:56
*** rpierce99 has quit IRC23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!