IRC log for #htc-linux on 20091111

00:00.12tmzthttp://people.openezx.org/tmzt/green7-dzo-12.S
00:02.11dzor6 and r7 are the wrong way round.
00:03.00tmztwhere?
00:03.30dzoat least in waitforint
00:03.44*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
00:04.00tmztI removed the ldr from dmaloop
00:05.08dzoyes but r6 should be aa210000
00:05.14tmzt#define MDP_DMA_CONFIG 0x010180
00:05.14tmzt#define MDP_DMA_CONFIG_PHYS 0xAA210180
00:05.14tmzt#define MDP_DMA_START 0x30
00:05.14tmzt#define MDP_DMA_START_PHYS 0xAA210030
00:05.22tmztit's possible I have those wrong
00:05.23tmztnow
00:05.28tmztI need to check the headers again
00:06.14tmzt#define MDP_DMA_START                    ( 0x10044)
00:06.31dzoall the bypass regs are at the higher offset, the intstatus, intclear and dmastart use the lower one.
00:06.49tmzt#define MDP_VSYNC_CTRL                   ( 0x0008c)
00:07.00tmztI see
00:07.09tmztbut why is DMASTART at the higher address?
00:08.05dzooh, it's not, it's vsync, my mistake, you still have them the wrong way round.
00:09.08high-rezDid yesterday's checkin enable gps?  Or am I seeing things?
00:09.09high-rez:)
00:10.28tmzthigh-rez: ask cr2
00:10.48tmztdzo: I took this stuff from htcfb orginally
00:10.51high-rezcr2: Did your massive checkin enable GPS? :)
00:10.53tmztI probably have things backwards
00:11.04tmztI was trying to use absolute addresses but arm doesn't like that :)
00:11.41F22cr2: I just recreated my results from last night just in case, they look pretty much the same.
00:11.46tmzt#define MDP_DMA_CONFIG                   ( 0x10180)
00:12.23tmztokay, these values are completely different
00:12.27tmztI'm confused
00:12.27dzojust swap the 2 vals you load into r6 and r7, also there a lots of regs, why not use others instead of writing over r6.
00:12.56tmztwhat's r6?
00:13.08tmztyou mean to get the .text reads at the beginning? I'm working on that
00:13.34tmzt@ setup registers to access the mdp registers
00:13.34tmztldr r7, = 0xaa200000@ mdp registers
00:13.35tmztldr r8, = 0xaa210000@ mdp control registers
00:14.15dzono ,i mean use r8,r9,r10,r11,r12,r13 and yes that would work.
00:15.25*** join/#htc-linux gazab_ (n=gazab@c-2d85e555.04-117-6c6b7013.cust.bredbandsbolaget.se)
00:15.33tmzt#define MDP_INTR_ENABLE                  ( 0x00020)
00:15.33tmzt#define MDP_INTR_STATUS                  ( 0x00024)
00:15.33tmzt#define MDP_INTR_CLEAR                   ( 0x00028)
00:15.51*** join/#htc-linux Weiss (n=taw27@zazu.bitwiz.org.uk)
00:18.34tmztdzo: looks good now, I can't see how I had the wrong defines
00:20.18dzoi still think your waitforint2 and 3 code are broken, what is r5?
00:21.34dzoperhaps add r5,r5,#0 should be mov r5,#0
00:23.56Kevin2NetRipper / tmzt: What's up?
00:39.48*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
00:46.06tmztdzo: http://people.openezx.org/tmzt/green7-dzo-14.S
00:46.19tmztKevin2: NetRipper is trying to add haret support for qsd/msm8x50
00:46.40tmzthe hasn't really started on it
00:47.05tmztI'm trying to get an image to load at the beginning of ram, not at +0x8000 like linux
00:48.49dzothe store to DMSCONFIG is wrong, should be r8
00:49.42dzoDMASTART should use r8 too
00:50.40tmztook
00:50.41tmztok
00:50.43tmztchanged that
00:50.45tmztanything else?
00:51.05dzophys_setup should be at the start of dmaloop
00:51.30tmztah, because it can't fetch branch in that mode?
00:52.32dzono, because you do phys_restore and then jump back there,
00:52.58dzoor add it before the jump back.
00:53.28tmztok
00:54.21dzoit should run at 0x8000, it's all position independent.
00:54.28tmztcool
00:54.31tmztthought so
00:54.48tmztokay, any reason to preserve r6?
00:56.20dzono, looks ok to me, what is the .text section for?
00:56.25tmztwhat's the branch command for not 0?
00:56.33tmztobjcopy
00:56.39dzobne
00:57.00tmztI'm using the commands linux uses to produce zImage from vmlinux
00:57.04tmzt(compressed)
00:57.19dzook, should work then.
00:57.24tmztbne? so I need to cmp with #0?
00:58.13dzono, bne tests the zero flag. ok, got to go now, bye..
00:58.55tmztdzo: http://people.openezx.org/tmzt/green7-dzo-15.S
00:58.56tmztcool
00:58.57tmztthanks
01:03.17tmztstill doesn't work
01:08.14*** join/#htc-linux mes (n=mes@S0106000c417884fe.cc.shawcable.net)
01:10.04*** join/#htc-linux PsWii60 (i=pswii60@p01ice.info)
01:10.25mesI was just looking at: http://htc-linux.org/wiki/index.php?title=RaphaelKeyboard
01:10.50mesthere doesn't seem to be | "pipe" key
01:11.29PsWii60are there any good builds of android for the tp (cdma)?
01:11.33mesis it possible to make one of these?
01:13.04PsWii60or are the 'good' ones only for the gsm tp at this point ?
01:14.05tmztmes: in?
01:14.21tmztSprint or Verizon?
01:14.27tmztI think the battery thing was fixed
01:14.30tmztmaybe ril also
01:14.41tmztbut there's still no outgoing audio in calls
01:15.39tmztPsWii60: we do kernel, that includes android kernel
01:15.51PsWii60ok
01:16.05mestmzt: in android
01:16.20PsWii60tmzt much for the cdma tp?
01:16.30tmztI have raph500
01:32.31*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
01:55.01*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
01:55.58*** join/#htc-linux kam187 (n=kam187@87-194-204-58.bethere.co.uk)
02:00.46*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
02:04.33tmzthttp://blogs.gnome.org/uraeus/2009/10/28/mobile-linux-use-and-the-desktop/
02:05.49high-rez[up 01d 07h 45m] [lag 00]  [g 0] [s 0] [F:nf:P:k:a:s]                                                                             [time 02:05]
02:05.52high-rezerops
02:06.48tmzt?
02:10.43AstainHellbringhiya
02:16.57*** join/#htc-linux |DarkMasterHalo| (n=kvirc@modemcable187.118-80-70.mc.videotron.ca)
02:22.09*** join/#htc-linux StarLite` (n=nnscript@s55916ca6.adsl.wanadoo.nl)
02:44.49*** join/#htc-linux Spirits-Sight (n=Spirits-@c-24-91-187-210.hsd1.ma.comcast.net)
02:45.33Spirits-SightHello, any new base files? any break throughts for kasier?
02:45.45tmztwhat?
02:52.16*** join/#htc-linux stickboy (n=anonymou@128.153.210.175)
02:54.57Spirits-Sighttmzt: I was wondering has there been any new zIamge or init etc files that improve android?
02:55.19tmztimprove it how? I don't know much about the builds
02:57.10Spirits-SightI asking the folks that are doing the development :-) I will try and see if can find where stuff is being put now as the site android-hero has been taken down
02:57.14*** part/#htc-linux Spirits-Sight (n=Spirits-@c-24-91-187-210.hsd1.ma.comcast.net)
02:58.52*** join/#htc-linux Tinyboom (n=nahh@41.80-202-154.nextgentel.com)
03:00.10*** join/#htc-linux jeremychang (n=jeremych@61-30-10-70.static.tfn.net.tw)
03:04.57*** join/#htc-linux BHSPitMonkey (n=stephen@unaffiliated/bhspitmonkey)
03:32.25*** join/#htc-linux Spirits-Sight (n=Spirits-@c-24-91-187-210.hsd1.ma.comcast.net)
04:01.05*** part/#htc-linux Spirits-Sight (n=Spirits-@c-24-91-187-210.hsd1.ma.comcast.net)
04:26.31*** part/#htc-linux PsWii60 (i=pswii60@p01ice.info)
05:17.32*** join/#htc-linux ttols (n=ttols@222.117.234.186)
05:59.15*** join/#htc-linux droid0011 (n=g1@p4FDCD99D.dip.t-dialin.net)
06:35.23*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
07:04.09*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
07:04.28Untouchab1eGood morning
07:04.34Untouchab1e:)
07:10.34*** join/#htc-linux luminoso_ (n=lumos@av-217-129-139-239.netvisao.pt)
07:11.51AstainHellbringgood morning
07:11.56AstainHellbringand evening at same time
07:12.09*** join/#htc-linux Radix___ (i=quasselc@203.161.71.161.static.amnet.net.au)
07:14.48Untouchab1eAstainHellbring: hehe.. evening
07:14.50Untouchab1ehows it going?
07:14.54*** join/#htc-linux GlemSom (n=gsommer@194.192.93.101) [NETSPLIT VICTIM]
07:15.02*** join/#htc-linux gazab (n=gazab@c-2d85e555.04-117-6c6b7013.cust.bredbandsbolaget.se)
07:15.02*** join/#htc-linux Funklord (n=cow@c-e1d571d5.014-46-73746f28.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
07:15.09*** join/#htc-linux rzk_ (n=rzk@82.146.43.168) [NETSPLIT VICTIM]
07:15.38*** join/#htc-linux Goten_ (i=goten@anapnea.net) [NETSPLIT VICTIM]
07:29.59*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-40-118-13.dsl.lsan03.sbcglobal.net)
07:44.50*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
07:55.41*** join/#htc-linux gsommer (n=gsommer@194.192.93.101)
07:57.54gsommerphh: Do you know how the timestamps on the commits are created?  I couldn't see your last commit till about 23:50 last night (I checked at 23:43:26 - no changes found there)... This seems a bit odd to me. (Same timezone +0100)... Or is GIT just a bit slow sometimes?
08:06.12*** join/#htc-linux poningru (n=poningru@dsl093-236-026.hfd1.dsl.speakeasy.net)
08:06.46*** join/#htc-linux marex (n=marex@eduroam20.ms.mff.cuni.cz)
08:13.33*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
08:30.44*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
08:55.50*** join/#htc-linux JuNu_KN (n=chatzill@kons-5f7102b6.pool.mediaWays.net)
09:12.12*** join/#htc-linux reid04 (n=reid85@CPE001cdf73661f-CM001ceacec55e.cpe.net.cable.rogers.com)
09:12.43*** join/#htc-linux kvaster (n=kvaster@93.84.112.80)
09:32.08*** part/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
10:03.21GlemSombtw, gsomemr is me!
10:03.33GlemSoms/gsomemr/gsommer
10:06.46tmztsorry, don't know
10:53.57*** join/#htc-linux Captnoord (n=Captnoor@145.74.217.108)
10:59.55phhGlemSom: i said i wanted not to flood you so i waited some time before being sure i had nothing else to push
11:00.17phhbut i did commit early
11:03.08phh<high-rez> cr2: Did your massive checkin enable GPS? :) <-----not supposed to
11:06.18*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
11:12.15*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
11:12.43*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
11:13.04Captnoordphh it was more like a major cleanup....
11:16.47phhthe changes are only for ams61xx anyway
11:19.36*** join/#htc-linux BabelO (n=fcr@82.238.28.28)
11:22.43*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
11:24.48*** join/#htc-linux x29a_ (n=x29a@unaffiliated/x29a)
11:28.50*** join/#htc-linux Untouchab1e_ (n=Untoucha@82.147.51.146)
11:31.29*** join/#htc-linux tids2k (n=r3x@d58-106-255-105.riv7.nsw.optusnet.com.au)
11:31.48tids2kping @ _netripper
11:32.12tids2khas the developement on sd8x50 started yet ?
11:33.01tids2ki'll be getting leo in my hands in a few days. let me know if i can be of any help with B-testing
11:35.28Captnoordtids2k: kinda..... cr2 and netripper had some conversations about this all.... it will take some time to take it to the same level as the raph.... but its there....
11:35.46tids2kthanks for the info mate
11:36.32tids2kcapt .. i always had interest in chips and ic but because of my parents i had to become an accountant
11:36.50tids2ki want to learn more and more ... and the thirst for it nver ends
11:37.00tids2kwhere should i begin from ... and where to go.
11:37.21Captnoordcoding?
11:37.26tids2kshould i read about arm chipsets or should i start with a basic C+
11:37.28tids2kyes
11:37.35Captnoordyou should start with C/C++
11:37.38tids2kwhat cr2 does !!
11:37.42Captnoordthats hard to begin with
11:37.49Captnoordboth C and C++
11:37.52tids2kok .
11:38.01CaptnoordI learned C as a by product of C++ study
11:38.02tids2kand once its done ?
11:38.11Captnoordbut now I seem to code more C style than C++
11:38.20tids2ki know i can learn it in 20 days ..
11:38.20Captnoordlearning to code takes a lot of time
11:38.23Captnoordlol
11:38.27tids2k15 days to staudy and 5 days of practise :)
11:38.31CaptnoordI don't want to spoil the fun
11:38.35Captnoordbut you won't.....
11:38.45tids2khehe .. why is that
11:38.45CaptnoordI code for about 6 years or so
11:38.52Captnoordand I still learn new things every day
11:38.59tids2kno no not coding i meant C and C++
11:39.32Captnoordlet me try to explain: you don't learn how to use C or C++.... the language is more like a tool...
11:39.43tids2khmnnn .... OK ??
11:39.45Captnoordthe real thing is learning how to code
11:39.51Captnoordif you know how to code
11:39.57Captnoordthe language doesn't really matter
11:40.03tids2ki see
11:40.06Captnoordand then your correct
11:40.15Captnoorda language you can learn in about a month or more
11:40.27Captnoordbut if you have never coded before you need to learn how to code....
11:40.32tids2ki see
11:40.35Captnoordand that takes some time and determination
11:40.48tids2kand can u give me anything to do with coding to begin with
11:40.57Captnoordwww.cplusplus.com
11:41.01Captnoorddo all the tutorials
11:41.03Captnoordexact
11:41.04Captnoorddo them
11:41.07tids2kok hmnnn
11:41.10Captnoorddon't skip one
11:41.17Captnoordbecause you think you understand it
11:41.32Captnoordthe thing with coding is... is that you have todo it to fully understand how it works
11:41.39tids2khmnnn ...
11:42.06tids2kthanks .
11:42.09Captnoordthere is a bridge between theory and praktisch but only if you have been there before you know how to read it.
11:42.18tids2kright
11:42.22CaptnoordI have guided some guys to a level so they can code on there own
11:42.32Captnoordmajor point is: figure it all out yourself
11:42.37Captnoordand if there is a real showstopper
11:42.38Captnoordthen ask
11:42.56tids2khmnn ...
11:43.10Captnoordyour a accountant
11:43.15tids2kyes
11:43.27Captnoordyou know how certain flows work with your work.....
11:43.28*** join/#htc-linux lama (i=lama@netbsd.pl)
11:43.33Captnoordyou have todo 'this' before that
11:43.52Captnoordand when you began you didn't really understand why this all was....
11:43.57Captnoordbut now you can almost dream them
11:44.02tids2klol ..
11:44.04tids2kyah
11:44.05Captnoordsame goes for coding
11:44.16Captnoordit takes time to really learn it
11:44.16tids2khmnnn
11:44.21tids2kyupp ...
11:44.31Captnoordand it takes determination..
11:44.34tids2kalright thanks for all the info man !!
11:44.37Captnoordbut if its something you really want
11:44.41Captnoordthen I would say do it.
11:44.46Captnoordone warning
11:44.46tids2kgoing to start my crash course ... :D
11:44.50Captnoordcoding is like a addiction
11:44.53Captnoord:P
11:44.55tids2kok
11:45.00tids2klol ..
11:45.26tids2kthanks again !
11:45.29Captnoordits really ecstacy to get something working
11:45.37Captnoordand in the mind it works in a similar way
11:45.37Captnoord:P
11:45.46*** part/#htc-linux tids2k (n=r3x@d58-106-255-105.riv7.nsw.optusnet.com.au)
11:48.00CaptnoordI hope I didn't scare him to much
11:55.13*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
12:12.26Kevin2tmzt: Does the new variable KERNEL_OFFSET help?
12:21.09*** join/#htc-linux Untouchab1e_ (n=Untoucha@82.147.51.146)
12:25.08*** join/#htc-linux rzk_ (n=rzk@daemonet.ru)
12:51.25*** join/#htc-linux GlemSom (n=gsommer@194.192.93.101)
12:52.10GlemSomphh: Well, commit all you want!   I just found it odd it took 2 hours before your changes could be seen...
12:53.38phhGlemSom: i'll give you some more work today... i'm going to have my own wireless driver branch :D
12:54.51phhwell not today, i don't think i'll have something usable until the end of the week
12:55.30GlemSomphh: Recompiled are done automaticly, whenever a change in the GIT repository is found... The wifi branch is a bit special though - as it uses some patches NOT in the tree (As you know... you made them!) ;)
12:56.06phhyes but it's long to rebuild
12:56.31phhespecially since the wifi release is at the end of the queue :p
12:57.10GlemSomphh: Will all your wifi stuff end in the tree at some point?
12:58.07phhwhich part do you mean ?
12:58.34phhi don't think there is any non commited thing
12:58.56phhwell there is the patch to be able to build the driver without usb host in kernel
12:59.07phhbut that's no fix.
13:06.54GlemSomphh: We currently use compat-wireless, will that be a part of the kernel tree?
13:07.19GlemSomatm I'm using a snapshot from 28/10-09 - which seems to work... But I guess newer versions could break something
13:07.39GlemSom(sorry, I'm at work atm... Might be a bit delayd at answering...) ;)
13:07.39phhif someone really wants it, maybe, but i think that maintaining a compatibility layer in the kernel is totally wrong
13:07.53GlemSomphh: hmm... I see that point....
13:08.13GlemSomSo, we should just stick with that snapshot from 28/10-09 then... ?
13:08.22GlemSom(Unless we hear something else....)
13:08.35*** join/#htc-linux Pixis5 (n=jp@190.216.51.67)
13:09.37phhwell i'm pusing a tree to gitorious
13:09.37phhcurrently stick to this one, but you'll soon use http://gitorious.org/linux-on-qualcomm-s-msm/compat-wireless-msm
13:10.27GlemSomphh: Ok... Just let me know if we/I need to change something!
13:10.51phhyou'll need to change your build system a lot to use and watch this git :D
13:11.06GlemSomwork work work... :P
13:11.21phh:p
13:11.43GlemSomI MIGHT get time to look at it this weekend... In case I'm not here, feel free to drop me an e-mail instead.
13:11.53phhno problem
13:12.07phhi don't think my patches will work in the meanwhile :p
13:13.08*** join/#htc-linux JuNu_KN_ (n=chatzill@kons-5f711ce9.pool.mediaWays.net)
13:13.51GlemSomphh: Have you gotten any regression reports regarding the "old" diamond-only/raphael-only builds - and the new combined build?
13:14.06phhno
13:15.11phhbut i have only diam100, so i don't for others ...
13:15.36GlemSomok
14:08.43*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
14:17.28*** join/#htc-linux leobaillard (n=leobaill@205.242.101-84.rev.gaoland.net)
14:18.56*** join/#htc-linux reid04 (n=reid85@CPE001cdf73661f-CM001ceacec55e.cpe.net.cable.rogers.com)
14:34.07*** join/#htc-linux oliwan (n=ofairfou@194.110.203.2)
14:34.12*** part/#htc-linux oliwan (n=ofairfou@194.110.203.2)
14:44.40*** part/#htc-linux Pixis5 (n=jp@190.216.51.67)
14:46.47NetRipperKevin2, which code repository is leading? the cvs @ handhelds or the git @ linuxtogo?
14:48.35NetRipperarg why is the command client of cvs so annoying
14:48.59NetRippercan't get a decent list of recent commits
14:55.41*** join/#htc-linux dacm_work (n=dan@host86-177-13-73.range86-177.btcentralplus.com)
14:59.04dacm_workThis might be a silly question but..
14:59.33dacm_workIs it possible to run linux on a Touch Pro 2?
14:59.48dacm_workIf not are people working on it?
15:00.06phhit is
15:00.21dacm_workExcellent! :-D
15:00.25phhsearch xda-developers
15:02.05phhdon't remember, this one is topaz or blackstone ?
15:03.58NetRipperrhodium
15:04.10phhah.
15:04.20phhi have to check my classicals
15:05.09phhoh blackstone is touch hd ok
15:05.36phhdacm_work: well then it's just work in progress, amss isn't cooperative.
15:06.05dacm_workOh ok.
15:06.13dacm_workThanks for the info guys.
15:06.20phhyou should have taken a touch pro 1 :p
15:07.29NetRipperwanna buy mine? :P
15:08.30phhi'd like one, but no money left for fun.
15:28.36*** join/#htc-linux GlemSom (n=gsommer@194.192.93.101)
15:31.35dacm_workphh The Pro 2 looks prettier and the screen tilts!
15:34.31*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
15:40.28phhdacm_work: "screen tilts" uh ?
15:40.54*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
15:40.59AstainHellbringphh touch pro 2 tilts like kaiser
15:41.26dacm_workphh: It tilts in relation to the keyboard.
15:41.42phhyou mean it switch between portrait and landscape when keyboard is opened ?
15:41.52dacm_workno
15:42.29NetRipperphh, http://www.theunwired.net/media/column/htc_touch_pro2/mwc_hands-on/htc_touch_pro2_perspective_tilt.jpg
15:42.41phhoh ok
15:42.42dacm_workhttp://www.pocketnow.com/html/portal/reviews/0000001139/review/tilt_.jpg
15:42.48dacm_workis too slow
15:43.11phhright that can be useful.
15:44.16phhanyway i don't even have a keyoard on my phone :'(
15:44.18*** join/#htc-linux GNUtoo (n=gnutoo@79.54.10.26)
15:44.28AstainHellbringphh what phone you have?
15:44.31phhdiamond
15:44.55AstainHellbringic gsm diamond I'm guessing?
15:45.11phhdiam100 yes
15:45.30GNUtoohi leviathan
15:45.31AstainHellbringnice I heard those are really thin
15:45.48phhAstainHellbring: depends.
15:45.58GNUtooleviathan, btw are you aware that there are other phones that could potentially run  SHR?
15:46.57*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
15:46.57phhthe 900mAh original battery is really too little i had to put a bigger one to be able to use it whole day ...
15:46.57GNUtooleviathan, like omap zoom
15:46.57GNUtoos/zoom/zoom II
15:46.57GNUtooor the exeda mobile
15:47.16phhGNUtoo: has he released a prebuilt rootfs yet ?
15:47.24phhi'd like to try it on my diamond
15:47.42GNUtoophh, ah ok I don't know...I've one but without the configs
15:48.02GNUtoophh, else take a stock SHR and modify:
15:48.04GNUtoo*xorg.conf
15:48.11GNUtoo*frameworkd.conf
15:48.22GNUtooinstall fbdev for the xorg driver
15:48.49GNUtooI don't know what kind of touchscreen does the diamond have....but you'll also need a driver if it's not evdev
15:48.55GNUtooand it should work more or less
15:49.10phhok
15:49.12phhit's evdev
15:49.50phhwhat needs to be changed in frameworkd.conf ?
15:50.42GNUtooI don't remember where was my working copy but what I remember is:
15:50.48GNUtoo*put qualcomm_msm as modem
15:50.53GNUtoo*disables tons of things
15:51.01GNUtoos/was/is
15:51.04phhah.
15:51.17GNUtoophh, how did you get evdev just work?
15:51.27phhi didn't
15:51.43GNUtooah ok
15:52.49phhsomeone just did the driver
15:54.31*** join/#htc-linux leobaillard (n=leobaill@205.242.101-84.rev.gaoland.net)
16:00.02*** join/#htc-linux Untouchab1e_ (n=Untoucha@82.147.51.146)
16:01.00*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
16:01.21F22dacm_work: rhodium lcd is still for the moment nonfunctional (ie. white screen of death).  cr2 is working on it.
16:02.19*** join/#htc-linux Untouchab1e__ (n=Untoucha@82.147.51.146)
16:07.53*** join/#htc-linux Untouchab1e__ (n=Untoucha@82.147.51.146)
16:14.06GNUtoophh, ah ok but do you know if the precision is ok
16:14.07GNUtoo?
16:14.33phhit's enough to use android
16:15.17GNUtooah ok
16:15.25GNUtooso you don't know on GNU/Linux
16:15.31GNUtoobecause there are some differences
16:15.49GNUtooI don't remember how filtering and calibration work in android
16:15.56GNUtoothat is to say if it's in userspace
16:15.59GNUtooin kenrelspace
16:16.02GNUtooor whatever
16:16.05phhcalibration is kernel land
16:16.11GNUtoook
16:16.12phhandroid can't do the calibration
16:16.31GNUtoostrange that I had strange results with the android evdev driver on the dream
16:19.55GNUtoophh, feel free to ask if you need infos on SHR or GNU/Linux port...
16:20.11GNUtoophh, do you want me to find the good config file?
16:20.23phhhttp://ftp.o2s.ch/pub/openmoko/images/shr-full-eglibc-ipk--20091106-htcdream.rootfs.tar.bz2
16:20.27phhisn't that one good ?
16:20.37*** join/#htc-linux onen|openBmap (n=quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
16:20.39GNUtoo.ch....
16:21.22phhwhat's the problem with .ch ?
16:23.30phhergh, shr is 200MB and i have only 170MB left /o\
16:24.13phhoh no problem actually. there were some useless files
16:31.36*** join/#htc-linux GNUtoo (n=gnutoo@host26-10-dynamic.54-79-r.retail.telecomitalia.it)
16:36.48*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
16:44.07*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
16:55.47*** join/#htc-linux gnutoo_ (n=gnutoo@host26-10-dynamic.54-79-r.retail.telecomitalia.it)
16:56.31phhgnutoo_: do you have your Xorg config file somewhere ?
16:57.27phhi'm getting a: (EE) FBDEV(0): FBIOPUT_VSCREENINFO: Invalid argument
16:57.35phhand i don't know how to fix that
17:00.57GNUtoophh, yes
17:01.09GNUtoophh, neither do I...just ignore it
17:01.16phhhu ?
17:01.19phhbut X doesn't start.
17:01.22GNUtooah ok
17:01.27GNUtoodid you put the refresh patch
17:01.30GNUtooin the kenrel
17:01.43phhah no
17:04.55*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
17:06.55*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
17:12.21phhhum, i guess what you call "refresh" patch is not the one i thaught of.
17:12.28GNUtoook
17:12.33phhwhat is it ?
17:12.36GNUtooit's in the 2.6.29 of linuxtogo
17:12.54GNUtooIt's erronously attributed to me btw
17:13.44phhoh i think this one has been backported to 27
17:13.57GNUtoook
17:14.14GNUtooso I'll boot my phone and look at xorg.conf
17:14.23phhdon't need to
17:14.28phhxorg already start
17:14.31phhthe refresh is the only problem
17:14.49GNUtooah ok
17:15.08phhis currently the only :p
17:15.25GNUtoook lol
17:15.33GNUtooyou never know what's next
17:15.40phhtouchscreen's evdev is automaitically detected with hal ?
17:15.50GNUtoogood question
17:15.58GNUtooI don't know
17:16.09phhi'll see.
17:16.09GNUtooanyway with my evdev tests
17:16.28GNUtooI had "evdev" driver in xorg.conf or in kdrive commandline argument
17:16.29GNUtoos
17:16.39phhok
17:21.12*** part/#htc-linux wiz (i=jmaurice@snickers.org)
17:21.49phh\o/
17:21.56phhenlightenment is insulting me
17:21.59phhbut in X !
17:22.50phh(meaning X works.)
17:24.41GNUtoolol
17:24.42*** join/#htc-linux Untouchab1e_ (n=Untoucha@82.147.51.146)
17:24.50GNUtoowhat did it say?
17:24.58phhi shouldn't launch it by hand
17:25.03GNUtoolol
17:27.04phhtouchscreen working, but relative mode.
17:27.07phhstupid thing.
17:29.16phhhum i'm stuck on selection application menu
17:35.56phhhum i restarted it and it's okay
17:41.41*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-40-118-13.dsl.lsan03.sbcglobal.net)
17:45.04phhGNUtoo: actually your xorg.conf will be welcome.
17:45.23GNUtoook I'll boot
17:45.23phhi don't understand how to get touchscreen working correctly
17:45.33phhthanks
17:45.45GNUtoomaybe that's why I used tslib...:)
17:46.17phhI guess so :/D
17:52.32GNUtoohttp://pastebin.com/m6c4bb33e
17:52.39phhthanks
17:54.10phh/dev/input/event1 should be /dev/input/touschreen0 btw
17:55.35*** join/#htc-linux kvaster (n=kvaster@live.bn.by)
17:55.36phh(because it's event2 and touchscreen0 for me :D)
17:57.45GNUtoophh, ok
17:58.02GNUtooI don't remember
17:58.08GNUtoois this a symlink
17:58.09GNUtoo?
17:58.13phhyes
17:58.16GNUtooor is it a mouse compatible thing
17:58.17GNUtoook
17:58.23phhtouchscreen0 -> eventX
17:58.29GNUtoook
17:58.38GNUtooleviathan, if you heard this change your xorg.conf
17:58.51phhgrr doesn't your config work for me
17:59.08phhneed to understand that.
18:02.02GNUtoosorry if it doesn't work and is not generic enough
18:03.02phhnot your fault :p
18:03.11GNUtoook
18:03.51phhoh sorry
18:04.01phhi have been fooled by the absence of cursor, but it actually works \o/
18:04.06GNUtooah ok
18:04.09GNUtoolol
18:04.28GNUtooyes you must set the cursor in illume
18:04.43phhno cursor is fine too as long as you know it
18:05.49GNUtooyes but if you got a trackball too...
18:06.02GNUtoothe htcdream also has a trackball
18:06.06phhoh ok
18:08.52*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
18:39.29*** join/#htc-linux pH5 (n=ph5@e178192177.adsl.alicedsl.de)
18:40.29*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
18:47.59*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
18:53.36*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
18:54.46*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
18:57.36*** join/#htc-linux davidius (n=david@63-231-134-222.mpls.qwest.net)
19:01.57*** join/#htc-linux balans (n=Administ@212-123-149-239.ip.telfort.nl)
19:04.41*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
19:25.18*** join/#htc-linux kiozen (n=kiozen@rgnb-5d8748b8.pool.mediaWays.net)
19:27.32phhGlemSom: don't upgrade your compat-wireless, current version is broken.
19:28.21phhthey tried to add power management, and it currently totally fails.
19:30.07luc_phh
19:30.11phhluc_:
19:30.16luc_cold you includee iw?
19:30.22phhi tried :(
19:30.27luc_with your wireless pck?
19:30.42luc_no sucess?
19:30.46phhno
19:30.56luc_ok
19:30.59phhfails to link ... thanks android's not understanble linker.
19:31.10phhs/understanble/understandable/
19:31.13GlemSomphh, Ok, I'll stick with my current snapshot (from 28/10-09)... That one seems fine afaik
19:31.19phhGlemSom: yes
19:33.38phh/home/phh/AndroidDiamond/iw/iw.c:497: undefined reference to `__section_set'
19:33.38phh/home/phh/AndroidDiamond/iw/iw.c:497: undefined reference to `__section_get'
19:33.38phhphy.o:(__cmd+0x20): undefined reference to `__section_set'
19:34.00phhluc_: if you happen to know how such things can be fixed, tell me, but i have no clue
19:34.12phh(line 497 is the end of file.)
19:36.07phhoh. got it.
19:37.24phhluc_: http://husson.hd.free.fr/iw
19:38.16luc_i will lok into it
19:38.34*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
19:47.29*** join/#htc-linux parmaster (i=par@dipole.idlepattern.com)
19:47.29*** join/#htc-linux Kevin2 (n=Kevin2@207-237-194-161.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
19:47.29*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net)
19:47.29*** join/#htc-linux Jos (i=Jos@Lithium.Jossie90.info)
19:47.29*** join/#htc-linux ecze (n=ecze@eczema.ecze.com)
19:47.29*** join/#htc-linux Dinde (i=kayser@sur-internet.net)
19:47.29*** join/#htc-linux kri5 (n=kri5@cowdy.vlmc.org)
19:47.29*** join/#htc-linux tcccp (i=hey@asskicker.hey-ix.net)
19:47.29*** join/#htc-linux Moobyfr (n=blindaue@ns2.agat.net)
19:47.29*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
19:48.02*** join/#htc-linux DJWillis (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk)
19:48.02*** join/#htc-linux davidius (n=david@63-231-134-222.mpls.qwest.net)
19:48.02*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
19:48.02*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
19:48.02*** join/#htc-linux dacm_work (n=dan@host86-177-13-73.range86-177.btcentralplus.com)
19:48.02*** join/#htc-linux reid04 (n=reid85@CPE001cdf73661f-CM001ceacec55e.cpe.net.cable.rogers.com)
19:48.02*** join/#htc-linux cmonex (n=xy6091@py81tzy417.adsl.datanet.hu)
19:48.02*** join/#htc-linux Salt (n=Salt@vergil01.u.washington.edu)
19:48.02*** join/#htc-linux mdrobnak (n=mdrobnak@pool-96-246-31-220.nycmny.fios.verizon.net)
19:48.02*** join/#htc-linux alphaone (n=alphaone@2001:638:602:af01:0:0:0:1)
19:48.02*** join/#htc-linux townkat (n=town@86.127.6.111)
19:48.02*** join/#htc-linux bagpuss_thecat (n=bagpuss_@2001:41c8:1:5253:0:0:0:2)
19:48.03*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net)
19:48.03*** join/#htc-linux mickey|zzZZzz (i=mickey@openmoko/coreteam/mickey)
19:48.03*** join/#htc-linux Dindon (i=BOHt@193.27.79.0)
19:48.03*** join/#htc-linux W8TVI (n=nnnnnnme@71.238.235.30)
19:48.03*** join/#htc-linux tjs_bsd (n=tjs@mail.CDPA.cc)
19:48.45*** join/#htc-linux cmonex (n=xy6091@py81tzy417.adsl.datanet.hu)
19:55.07*** join/#htc-linux dilinger_ (n=dilinger@LUNGE.MIT.EDU)
19:55.09*** join/#htc-linux Battousai (n=bryan@maduin.southcape.org) [NETSPLIT VICTIM]
19:55.09*** join/#htc-linux tuples (n=Tuple@tuple.xen.prgmr.com) [NETSPLIT VICTIM]
19:55.20*** join/#htc-linux prinex (n=prinex@m57s22.vlinux.de) [NETSPLIT VICTIM]
19:55.22*** join/#htc-linux |Jason8|| (i=JayAte@server1.tiltshellz.org)
19:57.30*** join/#htc-linux gnutoo (n=gnutoo@host26-10-dynamic.54-79-r.retail.telecomitalia.it)
20:01.21*** join/#htc-linux Bry8Star (n=Bry8Star@adsl-99-40-118-13.dsl.lsan03.sbcglobal.net)
20:01.46*** join/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)
20:02.09luc_but libnl?
20:09.12tmzthello
20:09.14tmztwhat?
20:09.22tmztlib netlink
20:09.47phhluc_: it is already in the build
20:09.51phh(used by wpa_supplicant
20:12.39luc_you builded wpa_supplicant from host ap?
20:12.55phhyes
20:13.02phhhttp://bobcopeland.com/android_wifi.html
20:13.05phhthat's what i did.
20:13.36phhthe nl80211 part
20:13.49luc_i see
20:18.30*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
20:19.36*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
20:31.59NetRipperanyone here already got an account with arm.linux.org.uk? to register a mach-type?
20:34.15*** join/#htc-linux pleemans (n=toi@d54C2A96D.access.telenet.be)
20:34.53dzoNetRipper: Yes, I do.
20:34.54*** join/#htc-linux diogene31 (n=diogene3@mur31-2-82-243-122-54.fbx.proxad.net)
20:35.07NetRipperdzo, would you request HTCLEO for me?
20:35.14*** part/#htc-linux diogene31 (n=diogene3@mur31-2-82-243-122-54.fbx.proxad.net)
20:35.26NetRipperyou can use http://htc-linux.org/wiki/index.php?title=Leo as its site
20:36.14dzoOK, I'll see what I can do.
20:37.03NetRipperthanks
20:37.25NetRipperisn't it just filling out the form? or is there more to it than meets the ye?
20:37.26NetRippereye*
20:37.27NetRipper:)
20:38.17dzoyes, it's just filling in the form.
20:38.32NetRipperok
20:39.09GlemSomI repacked the latest android build (including update from 2nd november) - and changed the "Raphael Donut wiki" accordingly... If you disagree, please let me know - and I'll change it back!    (I've uploaded the package to my googlecode account... it seems a bit faster)
20:46.42*** join/#htc-linux apt (i=ibot@rikers.org)
20:46.42*** topic/#htc-linux is Welcome to htc-linux | Logs: http://apt.rikers.org/%23htc-linux | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Wiki: http://htc-linux.org/wiki | Original project page: http://wiki.xda-developers.com/index.php?pagename=Xanadux | Please use device codenames. For aliases, see: http://wiki.xda-developers.com | Join #android for android centered discussion.
20:46.43dzoOK, I'm working on that too, no point duplicating the work.
20:46.52AstainHellbringstupid att
20:47.11NetRippertmzt, yea hehe, i just followed the HTCRAPHAEL path.. maybe later we'll have the HTCLEO_CDMA
20:47.30tmztyeah, but I think it has a different name
20:47.53AstainHellbringtmzt what rumors you heard on that?
20:48.23tmztfrom last year
20:48.33tmztfirestone?
20:56.57*** join/#htc-linux furtardo (n=mks@nat/yahoo/x-oyybekhtmpijgpfd)
21:09.06*** join/#htc-linux mes (n=mes@S0106000c417884fe.cc.shawcable.net)
21:10.11yoyeyphh, could you please tell me the result of "objdump -f sensors.default.so"
21:10.18*** join/#htc-linux epsy (i=nobody@dedib.ath.cx)
21:10.22yoyeyin your PC
21:10.26phhyoyey: uh ? why ?
21:11.12phhsensors.default.so:     file format elf32-littlearm
21:11.12phharchitecture: arm, flags 0x00000150:
21:11.12phhHAS_SYMS, DYNAMIC, D_PAGED
21:11.12phhstart address 0x00000e50
21:11.13yoyeybecause when android boo i have in log "load: module=/system/lib/hw/sensors.default.so error=Cannot find library
21:11.13yoyeyD/SensorManager( 1167): found sensor: null, handle=0
21:11.13yoyey"
21:12.00yoyeymy objdump "sensors.default.so:     file format elf32-little
21:12.00yoyeyarchitecture: UNKNOWN!, flags 0x00000150:
21:12.00yoyeyHAS_SYMS, DYNAMIC, D_PAGED
21:12.00yoyeystart address 0x00000e50
21:12.00yoyey"
21:12.38phhyoyey: it's because it's standar objdump
21:12.42phhwhich doesn't know arm
21:12.46phhuse an arm objdump
21:12.53phhand you'll get the exact same thing as me
21:15.38*** join/#htc-linux Zoolooc (n=lucian@p549573D0.dip.t-dialin.net)
21:19.34yoyeyphh, do you have an idea why libhardware can't load module sensors.default.so "Cannot find library"
21:19.57phhif you did put this file with good permissions (777 seems fair :D), then no
21:20.24yoyeyls -la /system/lib/hw/sensors.default.so
21:20.25yoyey-rw-r--r--    1 1000     1000        10088 Nov  9 22:02 /system/lib/hw/sensors.default.so
21:20.59yoyeyI'll try with 777
21:21.03phhno +x ?
21:21.08phhi'm pretty sure +x is needed
21:21.14yoyeyok thanks
21:21.14*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
21:28.53phhyoyey: works ?
21:29.54yoyeyI need to buil a new system.sqh
21:37.09phhno you don't
21:37.14phhbuild a system.ext2.
21:43.22yoyeyphh, no success => ls -la /system/lib/hw/sensors.default.so
21:43.22yoyey-rwxrwxrwx    1 1000     1000        10088 Nov  9 22:02 /system/lib/hw/sensors.default.so
21:45.24phhuse the strace fource then.
21:45.28phhs/fource/force/
21:49.08yoyeyWich command ?
21:50.13phhstrace -fF -p 1 -o /sdcard/strace
21:50.18phhand then good luck ! :p
21:50.43phhuse http://husson.hd.free.fr/strace-arm
21:50.50phh(the one in the build is broken)
21:51.24yoyeyok thanks
21:51.30*** join/#htc-linux kvaster (n=kvaster@live.bn.by)
21:52.34yoyeyphh, do you know the command line to force reload android sensors module?
21:52.52phhkillall servicemanager
22:04.46*** join/#htc-linux cmonex (n=xy6091@py81tzy417.adsl.datanet.hu)
22:08.41NetRipperwhat architecture is the snapdragon? ARMv7?
22:10.47phhcortex A8
22:11.06phhwhich is armv7
22:11.25NetRipperok
22:15.05*** join/#htc-linux kvaster (n=kvaster@live.bn.by)
22:29.29phhyoyey: you're using a donut release btw ?
22:29.36phhit won't work on anything else
22:29.46phh(well maybe on eclair, i haven't tested yet.)
22:45.47*** join/#htc-linux the_sys0p (n=the_sys0@cpe-66-75-215-0.bak.res.rr.com)
22:46.07yoyeyphh: I think this is the problem could you give me your system.ext2 ?
22:53.10*** join/#htc-linux F22 (n=upcm@c-68-82-52-241.hsd1.nj.comcast.net)
23:07.57NetRipperok so i got haret to let me WIRQ
23:08.14NetRipperhad to change some of the cpuflushcache stuff
23:08.32NetRipperhowever i'm now skipping the clean/invalidate of d-cache
23:08.53NetRipperi'm not sure what that's for, but it does sound important :P
23:09.50NetRipperi tried using some of linux' armv7 dcache flush, but the wince compiler im using tells me the processor doesn't support some instructions
23:11.01NetRipperdoes not support "isb" and "clz r5,r4"
23:11.25NetRipperwhen i set it to compile for armv6 (by default is armv4), only "isb" is not supported..
23:14.31*** join/#htc-linux Untouchab1e (n=Untoucha@82.147.51.146)
23:14.37Untouchab1egood evening
23:15.05NetRipperhm i can try the armv6 alternative of isb :P
23:15.10NetRipperevening Untouchab1e
23:15.10NetRipper:)
23:15.18Untouchab1eHi NetRipper!! Long time no see
23:16.10Untouchab1eHow are you?
23:16.19NetRipperim good thx :)
23:16.24Untouchab1eGlad to hear it
23:16.27NetRipperhows you?
23:16.50Untouchab1eOh, not too bad. Lots of military and school work going on these days, but still good. Website moved to a new server today :D
23:17.02NetRipperah exciting :D
23:17.16Untouchab1eHehe, yes :D
23:17.22NetRippermilitary? are you working for the DoD?
23:17.31Untouchab1eHehe, maybe next year :)
23:17.49NetRippernice
23:17.50NetRipper:)
23:17.58NetRipperim running around there as well
23:18.07Untouchab1eNetRipper:  nice :)
23:18.15NetRipper:)
23:18.19Untouchab1eOr, DoD would be the wrong comparison
23:18.32Untouchab1ewhere I'm headed is something completely different coming to think of it >.<
23:18.32NetRipperhow so, you're going on the offense?
23:18.32NetRipper:P
23:18.36NetRipperoh :)
23:18.39Untouchab1eNetRipper: actually, yes
23:18.41Untouchab1ehehe
23:19.03Untouchab1eNetworking Operations
23:19.09NetRipperaha
23:19.15NetRipperthat's vague
23:19.15NetRipper:P
23:19.34Untouchab1eHeh, not really comfortable elaborating more :)
23:19.39Untouchab1ebut I hope it will be fun
23:19.40NetRippernp :)
23:19.49Untouchab1eSo, what you up to these days?
23:20.01NetRipperhacking on my new leo
23:20.02NetRipper:P
23:20.24Untouchab1eNetRipper: nice >.<
23:20.36NetRipperit sure is ;)
23:20.41Untouchab1eLooks awesome
23:20.58Untouchab1eIm still waiting for HTC to get going and reveal a Touch Pro 2'ish phone with Android
23:21.16Untouchab1ecant stand on-screen keyboards anymore, even though the Hero's keyboard isnt that bad
23:21.31Untouchab1eSo, what kinda hacking are you up to? Android porting, or something else?
23:21.31NetRipperlol well
23:21.36NetRipperi went from my touch pro to this hd2
23:21.51Untouchab1ehehe
23:21.54NetRipperso im using an onscreen kb now
23:21.58NetRipperit's.... getting used to
23:22.03NetRipperbut it's not bad
23:22.04Untouchab1eyeah.. at least the HD2 has a capacitive screen
23:22.07Untouchab1ethat helps
23:22.21NetRipperwell actually i think its what i dislike most :P
23:22.25Untouchab1elol
23:22.28Untouchab1eo.O
23:23.01NetRipperit's less accurate.. someetimes it seems to register my finger shooting with the speed of light from its position sidewards or some other direction
23:23.15Untouchab1ehmm..
23:23.25NetRipperhavent seen others complain yet though
23:23.30Untouchab1eI generally prefer capacitive screens over any resistive screen though..
23:23.57NetRippermaybe it's my "ability" for making static electricity out of everywhere
23:23.58NetRipper:)
23:24.04Untouchab1elol
23:24.17Untouchab1esmall electric bursts emitting from your hands, hah
23:24.26NetRipperya awesome init :P
23:24.47Untouchab1eyah, Im jeleaous
23:24.50NetRipper:D
23:25.00Untouchab1eso, I guess no more Android porting to the Touch Pro for you?
23:25.04NetRipperah
23:25.08NetRipperumm well it's biting dust now atm
23:25.11Untouchab1ehehe
23:25.20NetRipperbut i stopped working on the porting for a while already
23:25.23NetRipperhad too much on my mind
23:25.30Untouchab1eyeah.. I understand
23:25.32NetRipperand actually still do.. i just dropped everything for my leo
23:25.33NetRipperlol
23:25.37Untouchab1ehaha
23:25.48Untouchab1eI havent had much time to develop myself, but I enjoy keeping the site running and helping out
23:25.55NetRippergood good :)
23:26.09NetRipperand at this very point im trying to add support for the leo to haret
23:26.13Untouchab1enice :D
23:26.26Untouchab1ejust started working on a help section for end users
23:26.26Untouchab1ehttp://www.connect-utb.com/index.php?option=com_moofaq&view=category&id=43&Itemid=74
23:26.47NetRipperohh nice
23:26.47NetRipper:)
23:26.52NetRipperfancy ajax
23:26.56Untouchab1eyesss :)
23:27.07Untouchab1esimple but quite nice
23:27.26NetRipperfancy icons too
23:27.27NetRipper:)
23:28.02Untouchab1ehehe, visual appeal is important to me
23:28.13NetRipperyea
23:28.22NetRipperi see you moved to another git
23:28.35Untouchab1ewhich one you referring to?
23:28.40Untouchab1eah, right
23:28.49Untouchab1ethe old one stopped working or something
23:28.56NetRipperaha
23:30.10NetRipperseems to still work but it's not actively developed on
23:30.11NetRipper:)
23:30.40Untouchab1eyeah, that was it
23:31.29NetRipperanyways i got to go to bed :)
23:31.42NetRippercya laters :)
23:31.45Untouchab1eyeah, me too :)
23:31.48Untouchab1esleep well
23:31.51Untouchab1eand Il see you around I hope
23:31.52Untouchab1echeers
23:31.53NetRipperthx u2 :)
23:32.32Untouchab1enight!
23:35.38*** part/#htc-linux yoyey (n=yoann@lns-bzn-49f-81-56-185-87.adsl.proxad.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.