| stinebd | jonpry: i assume you're aware of the donation plans too | 00:00 | 
|---|---|---|
| stinebd | babijoee: i should probably make an xdandroid paypal account for you, huh? | 00:01 | 
| babijoee | up to you | 00:01 | 
| babijoee | i dont do much these days :( | 00:01 | 
| stinebd | lies and slander | 00:02 | 
| stinebd | it's just you and me now, baby | 00:02 | 
| jonpry | what is xdandroid paypal account? | 00:02 | 
| jonpry | is that different than my regular one? | 00:02 | 
| babijoee | well sure | 00:02 | 
| stinebd | xdandroid has a business account, which lets you add users who then have access to it | 00:03 | 
| stinebd | so it can be shared, and separated from personal accounts | 00:03 | 
| babijoee | stinebd: you gotta give me some access to the source so i can start contributing :p whenever i can | 00:03 | 
| stinebd | oh yeah | 00:03 | 
| babijoee | lots of ppl over at xda find fixes and post them | 00:04 | 
| babijoee | but i dont want to always separately include them into the builds | 00:04 | 
| babijoee | anyways bbl have to help my dad with garden work | 00:04 | 
| stinebd | xdandroid: schedule [seconds 12h] tell stinebd add babijoee to the xdandroid gitorious repositories | 00:04 | 
| stinebd | err | 00:04 | 
| stinebd | xdandroid: scheduler add [seconds 12h] tell stinebd add babijoee to the xdandroid gitorious repositories | 00:04 | 
| xdandroid | stinebd: The operation succeeded. Event #2 added. | 00:04 | 
| stinebd | there we go | 00:05 | 
| stinebd | that'll remind me | 00:05 | 
| stinebd | ooh and it'll be lunch time, perfect | 00:05 | 
| stinebd | we should enlist that arrrggh guy to email developers@ with the actual fixes people post | 00:06 | 
| stinebd | i'm too lazy to read the forums all the time | 00:06 | 
| stinebd | bedtime | 00:14 | 
| babijoee | yep | 00:44 | 
| babijoee | arrrrghhh is my slave | 00:44 | 
| babijoee | :) | 00:44 | 
| babijoee | testing :p | 00:49 | 
| babijoee | stinebd: i'm going to leave all the paypal transactions up to you :p | 00:58 | 
| *** Ashar has quit IRC | 02:08 | |
| *** babijoee has quit IRC | 02:18 | |
| *** kole has joined #xdandroid | 03:12 | |
| *** Ashar has joined #xdandroid | 03:17 | |
| *** kami__ has joined #xdandroid | 03:39 | |
| kami__ | If any successful case in HTC Touch Pro ? | 03:40 | 
| *** kami__ has quit IRC | 03:48 | |
| *** Ashar has quit IRC | 04:21 | |
| *** Ashar has joined #xdandroid | 04:32 | |
| *** NeoMatrixJR has quit IRC | 04:35 | |
| *** leobaillard has joined #xdandroid | 04:51 | |
| *** camro has joined #xdandroid | 05:06 | |
| camro | hi @ all | 05:06 | 
| camro | one dummy question: maybe someone know how i should do the correct "git checkeout" | 05:10 | 
| phh | uh ? | 05:16 | 
| camro | i download the whole android kernel via: git clone ... | 05:19 | 
| camro | then i changed 1 file locally ... | 05:19 | 
| camro | now i want to pull all new files + want overwrite my own file ... | 05:20 | 
| camro | does git not recognize, that i changed one file locally ? | 05:20 | 
| phh | git reset --hard | 05:20 | 
| phh | git pull | 05:20 | 
| camro | do it, then download the whole thing - orm only the missing parts + overwrite my changed files ? | 05:20 | 
| camro | (i will try ..) | 05:21 | 
| camro | i wondering, that i'm the only one guy which is not sure about ... | 05:22 | 
| phh | git reset --hard "forgets" your changes | 05:23 | 
| phh | git pull updates your tree | 05:23 | 
| camro | phh: thanks, tried it, but my modded files wasn'T overwritten | 05:23 | 
| phh | git reset --hard definitely do that .. | 05:23 | 
| camro | for testing .... | 05:23 | 
| camro | 1.) git reset --hard | 05:23 | 
| camro | 2.) i changed a file locally ... | 05:24 | 
| *** [TNT] has joined #xdandroid | 05:24 | |
| camro | 3.) git update ... | 05:24 | 
| *** [TONTON] has quit IRC | 05:24 | |
| camro | then next test ...i do: 2, 1 and 3 | 05:24 | 
| phh | ...... | 05:25 | 
| phh | why the hell can't you do what I tell you to do ? | 05:25 | 
| phh | 1.it's git reset --hard that forgets your change, not the other command | 05:26 | 
| camro | and git pull, tells me always -> <------>pmem_setting.pmem_gpu0_size=0x200000;//2MB for testing (camro) | 05:26 | 
| phh | 2. to update it's pull the command. update command doesn't exist | 05:26 | 
| camro | ok, pull is working and download all new files from server | 05:27 | 
| camro | but my old modified file isn't overwritten and not downloaded .. | 05:27 | 
| phh | ........ | 05:27 | 
| camro | or example - i delete a file ... | 05:27 | 
| phh | you're deaf ? | 05:28 | 
| camro | ? | 05:28 | 
| camro | example - i delete 20 files | 05:28 | 
| phh | [11:29:10] <phh> 1.it's git reset --hard that forgets your change, not the other command | 05:29 | 
| camro | how do i get up-to-date via git ? | 05:29 | 
| phh | git pull | 05:29 | 
| phh | but updating doesn't mean recovering your lost file. | 05:29 | 
| camro | good - i test it again .. | 05:30 | 
| camro | i remove now 1 directory in linux-msm | 05:30 | 
| camro | then it should be downloaded again if i make: git reset --hard; git pull | 05:31 | 
| camro | correct ? | 05:31 | 
| phh | it won't download it. | 05:31 | 
| phh | it will just restore it from the cache | 05:31 | 
| phh | but yes correct | 05:31 | 
| camro | 1 mom ... | 05:31 | 
| camro | phh: thanks - *duck | 05:34 | 
| *** Hambo has quit IRC | 05:45 | |
| *** Timber has joined #xdandroid | 05:52 | |
| *** Tim__ has joined #xdandroid | 06:05 | |
| *** Timber has quit IRC | 06:08 | |
| *** Timber has joined #xdandroid | 06:09 | |
| *** Tim__ has quit IRC | 06:09 | |
| *** zycho has joined #xdandroid | 06:17 | |
| xdandroid | New rootfs available (20100827-88603b2) at: http://is.gd/eGud0 -- Changes at: http://is.gd/eGucY | 06:33 | 
| *** Hambo has joined #xdandroid | 06:37 | |
| *** x2 has joined #xdandroid | 06:43 | |
| *** jonpry has quit IRC | 06:59 | |
| *** TheDeadCPU has joined #xdandroid | 08:06 | |
| xdandroid | New rootfs available (20100827-2581c5a) at: http://is.gd/eGCY3 -- Changes at: http://is.gd/eGCY2 | 08:33 | 
| *** Ashar has quit IRC | 08:35 | |
| *** TheDeadCPU has quit IRC | 08:40 | |
| *** TheDeadCPU has joined #xdandroid | 08:41 | |
| *** JesusFreak316 has joined #xdandroid | 08:41 | |
| *** TheDeadCPU has quit IRC | 08:44 | |
| *** NeoMatrixJR has joined #xdandroid | 08:49 | |
| *** NeoMatrixJR has quit IRC | 08:49 | |
| *** JesusFreak316 has quit IRC | 08:59 | |
| *** JimboJoe has joined #xdandroid | 09:15 | |
| *** gladiac__ has quit IRC | 09:25 | |
| *** jjpeasl has joined #xdandroid | 09:46 | |
| jjpeasl | the new updates anyone know what they fixed? | 09:46 | 
| zycho | read the changelog | 09:49 | 
| zycho | http://is.gd/eGucY and http://is.gd/eGCY2 | 09:49 | 
| jjpeasl | ok | 09:52 | 
| jjpeasl | see the pages but dont understant what they might have fixed or worked on im a complete noob when it comes to this | 09:54 | 
| zycho | "Add new gralloc for WVGA devices" | 09:55 | 
| jjpeasl | see that but what would gralloc be? wvga is something to do with windows i think but still learning | 09:56 | 
| zycho | dont know | 09:56 | 
| *** JimboJoe has quit IRC | 10:02 | |
| jjpeasl | just an issue that i'm having with the htc tilt2 is on the boot, once it loads xdandroid it says sorry, the application Maps(processcom.google.android.apps.maps) has stopped unexpectedly. pleace try again. | 10:05 | 
| jjpeasl | same fc on any app that would use google maps, not sure where i would post that issue but figured here would be a good start. | 10:06 | 
| *** jjpeasl has quit IRC | 10:08 | |
| *** jonpry has joined #xdandroid | 10:24 | |
| *** TheDeadCPU has joined #xdandroid | 11:02 | |
| TheDeadCPU | HEHEHE, Internet in the middle of the ocean. | 11:02 | 
| TheDeadCPU | (Edge though -.-) | 11:03 | 
| TheDeadCPU | Meh, this is to slow for wasting on Irc. sorry | 11:06 | 
| *** TheDeadCPU has quit IRC | 11:06 | |
| *** hamagc has joined #xdandroid | 11:40 | |
| hamagc | good morning guys | 11:40 | 
| *** Timber has quit IRC | 11:45 | |
| zycho | hi | 11:49 | 
| hamagc | hi | 11:52 | 
| *** LeTama has joined #xdandroid | 12:50 | |
| hamagc | i'm stuck | 12:52 | 
| *** cbde has joined #xdandroid | 13:05 | |
| *** NeoMatrixJR has joined #xdandroid | 13:21 | |
| *** GlemSom has joined #xdandroid | 13:31 | |
| cbde | hello, someone here? | 13:36 | 
| x2 | whats up? | 13:37 | 
| cbde | I would need some help with building a system.ext2 from a mounted image | 13:37 | 
| cbde | I would need to know what tool I need for that | 13:38 | 
| x2 | ohhh :/ not sure if I can help you there | 13:38 | 
| cbde | it's for the HD2... | 13:38 | 
| x2 | stinebd around? | 13:38 | 
| hamagc | this isn't the right channel for hd2 | 13:38 | 
| cbde | yes, I thought so :) | 13:38 | 
| cbde | I've googled everywere and seached xda-dev ... but looks like it's a secret somehow | 13:39 | 
| cbde | just thought it might be the same way as with the other HTC devices | 13:40 | 
| hamagc | what are you trying to do? | 13:40 | 
| hamagc | convert an img to an ext2? | 13:40 | 
| hamagc | are you trying to build from source? | 13:40 | 
| cbde | I'm just trying to edit an existing system.ext2 | 13:41 | 
| hamagc | adb would prob. be the easiest way. what are you trying to edit? | 13:41 | 
| hamagc | i would pull the file via adb, edit what your wanting to edit, then push the file | 13:42 | 
| cbde | I'm trying to understand the filesystem and to learn how it works | 13:42 | 
| cbde | for a start I wanted to delete the files in the app folder any replace them by new ones | 13:43 | 
| hamagc | what os are you running? | 13:43 | 
| cbde | PC, PPC? | 13:43 | 
| hamagc | pc | 13:43 | 
| cbde | W/ + Ubuntu | 13:43 | 
| cbde | *W7 | 13:43 | 
| cbde | mounting was no problem... so I can delete/add files | 13:44 | 
| hamagc | well you have some really simple options on the ppc or in linux/windows | 13:44 | 
| cbde | ... but now??? | 13:44 | 
| cbde | you mean to add/remove apps? | 13:45 | 
| hamagc | can't you just unmount? | 13:45 | 
| cbde | I can unmount, but then the system.ext2 is not booting anymore | 13:46 | 
| cbde | or is it not that easy to delete apk's from that apps folder? | 13:46 | 
| hamagc | really easy but i don't do it via linux often so i forget the commands | 13:47 | 
| hamagc | i usually play with apks in android | 13:47 | 
| cbde | ok, understand | 13:47 | 
| cbde | to play with apk's was just the beginning, wanted to try more things after I've done that | 13:48 | 
| hamagc | ya if i do anything else in the system i use adb and droidexplorer | 13:49 | 
| hamagc | but in windows | 13:49 | 
| *** Timber has joined #xdandroid | 13:49 | |
| cbde | ok... sounds interesting... | 13:49 | 
| hamagc | phh would know more if you can get his attention. i'm still half alseep | 13:49 | 
| cbde | I thought it would only be possible via Linux | 13:50 | 
| *** NeoMatrixJR has quit IRC | 13:50 | |
| cbde | as I can see he is very busy :) | 13:50 | 
| hamagc | not at all but to edit things in the rootfs you need to mount that as well. how are you mounting the ext2? | 13:50 | 
| cbde | with the mount command | 13:51 | 
| hamagc | mount -o? | 13:51 | 
| cbde | yes | 13:51 | 
| cbde | sorry, dont have the exact syntax here that I used... I'm on W7 right now | 13:51 | 
| hamagc | thats ok | 13:52 | 
| cbde | I'll look for the droidexplorer ... it sounds interesting :) | 13:52 | 
| hamagc | droidexplorer makes it really easy. you have to setup adb in windows first | 13:53 | 
| hamagc | i'm looking for how to do it in linux realy quick too | 13:53 | 
| cbde | ... ow... it's for editing on the phone, but not for images, right? | 13:53 | 
| hamagc | ? | 13:55 | 
| hamagc | it allows you to access the filesystem inside the ext2 from windows | 13:55 | 
| cbde | the filesystem on the device? | 13:56 | 
| hamagc | yes, the ext2 filesystem | 13:56 | 
| cbde | ... I need to access the image file (system.ext2) | 13:56 | 
| hamagc | thats the filesystem | 13:57 | 
| cbde | hm... ok | 13:57 | 
| hamagc | also your using sudo cmd right? | 14:01 | 
| phh | hum what ? | 14:01 | 
| phh | people are talking abuot me ? | 14:01 | 
| hamagc | lol phh he is trying to mount the ext2 in ubuntu to edit and then unmount but when he unmounts android won't boot | 14:02 | 
| hamagc | and i'm brain farting how to do it in linux | 14:02 | 
| phh | wow no clue | 14:02 | 
| hamagc | i can do it all day in windows lol | 14:02 | 
| *** NeoMatrixJR has joined #xdandroid | 14:05 | |
| hamagc | cbde figure it out? | 14:15 | 
| cbde | yes | 14:17 | 
| cbde | ... I did not know that there are critical files in the apps folder | 14:18 | 
| hamagc | via linux or windows? | 14:18 | 
| cbde | linux | 14:18 | 
| hamagc | ohhh you were just removing everything? lol | 14:18 | 
| cbde | just mount... unmount | 14:18 | 
| cbde | but dont delete everything :) | 14:18 | 
| cbde | as I've said, I've just started | 14:18 | 
| hamagc | lol we all started somewhere. | 14:19 | 
| hamagc | but ya alot of the apk's are needed | 14:19 | 
| hamagc | and some of them are needed for your build (can't exchange with other builds) | 14:19 | 
| *** Timber has quit IRC | 14:20 | |
| cbde | is there any way to look into an apk? ... to see that exactly it does | 14:20 | 
| cbde | and what apk's can I use from other devices?... so much to learn | 14:22 | 
| cbde | but I'm right, that I can just put apk's from other devices into the app folder, right? | 14:23 | 
| hamagc | i would make a backup though so if something doesn't work you can easily go back. | 14:27 | 
| hamagc | lol that didn't work | 14:27 | 
| hamagc | '/system/app/' yes this directory | 14:27 | 
| cbde | ok... I'll do some tests now :) | 14:27 | 
| cbde | thank you very much for helping! | 14:28 | 
| hamagc | np | 14:28 | 
| hamagc | ohhhh | 14:28 | 
| hamagc | sf 49ers lottery tickets | 14:28 | 
| cbde | are you interested in new apk's? | 14:28 | 
| * hamagc drools | 14:28 | |
| hamagc | from what device. i have played with most from hero and evo (i'm on cdma) | 14:28 | 
| cbde | it's called Glacier | 14:29 | 
| cbde | HTC Glacie | 14:29 | 
| hamagc | hmm let me look it up | 14:29 | 
| hamagc | it's already leaked? wow | 14:30 | 
| hamagc | no i don't think i would have any use for them. my device isn't near powerful enough i'm sure | 14:30 | 
| cbde | I hope the HD2 is... :$ | 14:30 | 
| hamagc | well you guys have the snap dragon | 14:31 | 
| hamagc | thats a step in the right direction lol | 14:31 | 
| xdandroid | New rootfs available (20100827-75e3007) at: http://is.gd/eH6CG -- Changes at: http://is.gd/eH6CE | 14:33 | 
| hamagc | lol fixed now | 14:34 | 
| hamagc | too bad so much is going on for tp2 and not tp1 :( | 14:35 | 
| *** babijoee has joined #xdandroid | 14:43 | |
| hamagc | hello babijoee | 14:45 | 
| babijoee | hey hamagc | 14:45 | 
| babijoee | whats up | 14:45 | 
| hamagc | not too much, kinda dead in here the last couple of days | 14:45 | 
| babijoee | lol | 14:46 | 
| babijoee | yeah | 14:46 | 
| hamagc | whats new with you? | 14:46 | 
| babijoee | same old :p | 14:46 | 
| babijoee | its holidays starting today :) | 14:46 | 
| babijoee | for one week for me | 14:46 | 
| hamagc | ohh nice, any big plans? | 14:46 | 
| babijoee | so i'll definitely get some cool stuff | 14:47 | 
| babijoee | well stinebd is finally giving me access to the source | 14:47 | 
| hamagc | so i see | 14:47 | 
| babijoee | so i should be able to add to the repo | 14:47 | 
| hamagc | so our build will be finished by next week :p | 14:47 | 
| babijoee | yeah | 14:48 | 
| hamagc | lol | 14:48 | 
| babijoee | i'll try to get something out by next week :p | 14:48 | 
| babijoee | i'm also doing some kernel work | 14:48 | 
| babijoee | but its quite fail :p | 14:48 | 
| hamagc | lol | 14:48 | 
| babijoee | need to get more exp | 14:48 | 
| hamagc | i've been playing with rils. all fail here too | 14:48 | 
| hamagc | this damn mms is kicking my ass | 14:49 | 
| *** cbde has left #xdandroid | 14:50 | |
| hamagc | hmm i wonder if using handcent makes a difference for mme | 14:52 | 
| hamagc | mms* | 14:52 | 
| *** Ashar has joined #xdandroid | 14:52 | |
| hamagc | well lunch time, be back in an hour. | 14:58 | 
| *** zycho_ has joined #xdandroid | 15:03 | |
| *** zycho has quit IRC | 15:04 | |
| *** Andreyxxl[HD2EU] has joined #xdandroid | 15:08 | |
| *** Andreyxxl[HD2EU] has left #xdandroid | 15:09 | |
| hamagc | http://foxil.tistory.com/category/Android | 15:11 | 
| hamagc | great info on ril if anyone is interested | 15:11 | 
| *** HamboX has joined #xdandroid | 15:28 | |
| *** Hambo has quit IRC | 15:31 | |
| *** balans has quit IRC | 15:35 | |
| *** balans has joined #xdandroid | 15:48 | |
| hamagc | arg! | 16:01 | 
| hamagc | i can't make mms do crap! | 16:01 | 
| [TNT] | my wifi is fucked:) | 16:06 | 
| *** NeoMatrixJR has quit IRC | 16:21 | |
| *** NeoMatrixJR has joined #xdandroid | 16:28 | |
| *** babijoee has quit IRC | 16:40 | |
| *** NeoMatrixJR has quit IRC | 16:58 | |
| *** leobaillard has quit IRC | 17:07 | |
| *** xUmaRix has joined #xdandroid | 17:20 | |
| hamagc | phh: how can i view the source for our ril? | 17:34 | 
| phh | hamagc: ??? | 17:34 | 
| phh | download them ? | 17:34 | 
| phh | or use the gitweb ? | 17:34 | 
| hamagc | all i can do is view the .so | 17:34 | 
| hamagc | ? | 17:35 | 
| phh | no you can view the source of course | 17:35 | 
| hamagc | http://gitorious.org/xdandroid-eclair/eclair-rootfs/trees/master/lib/froyo is where i am looking but i don't get optinos for source | 17:36 | 
| hamagc | only to download raw blob | 17:36 | 
| phh | yes, that's where the binary lies | 17:36 | 
| phh | just go where the sources are | 17:36 | 
| hamagc | where are they? lol | 17:37 | 
| phh | http://gitorious.org/linux-on-qualcomm-s-msm/android-htc-ril | 17:37 | 
| *** hamagc has quit IRC | 17:52 | |
| *** camro has quit IRC | 18:19 | |
| *** GlemSom has quit IRC | 18:24 | |
| *** Timber has joined #xdandroid | 18:56 | |
| *** MrVanx has joined #xdandroid | 19:07 | |
| *** Timber has quit IRC | 19:22 | |
| *** MrVanx has quit IRC | 19:27 | |
| *** programmer8922 has quit IRC | 20:14 | |
| xUmaRix | why i always get E/TelephonyProvider( 1589): Failed setting numeric '50219' to the current operator | 20:17 | 
| *** debrain001 has joined #xdandroid | 20:43 | |
| debrain001 | wassup all | 20:43 | 
| debrain001 | hello hello hello? | 20:44 | 
| *** karnqu has joined #xdandroid | 21:13 | |
| debrain001 | howdy | 21:19 | 
| *** NeoMatrixJR_Mobi has joined #xdandroid | 21:20 | |
| *** debrain001 has quit IRC | 21:21 | |
| *** el has joined #xdandroid | 21:34 | |
| *** el has quit IRC | 21:39 | |
| *** xUmaRix has quit IRC | 21:44 | |
| *** karnqu has quit IRC | 21:47 | |
| *** jjpeasl has joined #xdandroid | 22:34 | |
| jjpeasl | anyone around? | 22:39 | 
| *** jjpeasl has quit IRC | 23:17 | |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!