Friday, 2011-07-22

*** rpierce99 has quit IRC00:18
*** programmer8922 has quit IRC00:20
*** virsys has quit IRC00:20
*** programmer8922 has joined #xdandroid00:36
*** rpierce99 has joined #xdandroid01:08
*** rpierce99 has quit IRC01:15
hycsomething's fishy with FRX07 signal loss. nobody reported problems like that with hacked FRX06 + new ril01:52
hycheck, even arrrghhh has been running the FRX06+ stuff for a long time with no reports of that, but now with FRX07 it's happening?01:53
hycmakes no sense01:53
*** virsys has joined #xdandroid02:41
*** Tandyman100 has quit IRC04:06
*** santhu has joined #xdandroid04:17
*** emwe has joined #xdandroid04:17
*** sigma6 has joined #xdandroid04:18
emwehyc: heyho. yeah, i got two "wake SODs" twice in a row this morning.04:19
emwei got better with the correct RIL in place on gb, but something is fishy.04:19
emwei don't wanna say it's RIL+smd related right now... as i got JIT and JIT_TUNING enabled...04:19
emwebeen running with JIT for a week already and enabled JIT_TUNING two days ago. no userland issues.04:20
emwehyc: you know of some kernel malloc tuning options?04:20
santhugps code not working in android04:22
santhucan i get some help04:22
santhu?04:22
phhdefine not working ?04:26
emwephh: i heard arrrghhh telling leo guys got xtra working. will yet have to be directed to their code and how they did it...04:37
phhperhaps they used loc_api04:37
phhif they got it to work with their previous code, it's good for us :D04:37
hycemwe: kernel malloc tuning, no idea04:43
hycI took a look at the Leo git repo04:44
hycreally no idea how much of it is usable, it all depends on AMSS implementing the same RPCs04:44
hycThe last time I tried to use their rmnet stuff I of course got nowhere since that's all absent from our AMSS04:45
hychttps://github.com/tytung/android_hardware_leo_libgps04:46
hychttp://forum.xda-developers.com/showthread.php?t=110011404:46
emwehmhm, they got smd27 and rpc stuff according to that forum.04:50
emwehyc: are you going to look into this? at least it souns like that...04:50
hycalso I'm not sure why that thread claims "AGPS Development is finished" - look at the code, several of the agps functions are null stubs04:51
hycUnfortunately no, I don't have time to get into it right now. Working on another project that I have to present at a conference in October04:51
hycand it's barely off the ground04:51
emwehyc: i locally started pulling my gps stuff from gb to froyo. haven't given it a try, but i'd like to keep the code "similar"04:52
emweok, i see04:52
emwei think there's more pressing issues then xtra. apart from the fact, i dunno all the details : )04:52
hycheh04:52
emwebtw, you had been reporting still one issue with SMD_DATA1 wakelock? do i remember that from the irclogs correctly?04:53
hycwakelock?04:54
hycI don't remember which you're referring to04:54
emwethen i must have misread it.04:56
emwetwo days ago or so you said, there might be one issue left regarding smd.04:56
emwecan't renarate(?) what it was exactly :)04:56
hycheh. honestly can't remember anything like that.04:57
hycbut apparently raph800 and some others are having smd_tty blow up on them04:57
hycI was thinking we should build a test kernel using jonpry's original patch, before I modified it04:58
phhhyc: they used our code as base for their gps04:58
phhchanges where minor04:58
hycphh: that sounds like good news then04:58
phhyou can't use it as is though04:58
hycheh, no surprise04:59
smiley-emwe: I had my first kernel panic in over a month yesterday04:59
smiley-https://gist.github.com/109713804:59
hycI recall in my various googling, I found a patched repo that ignores the RPC versions, so a single piece of code will work against multiple AMSS versions05:00
hycor somesuch05:00
phhmeeh05:00
phhthat doesn't look like my code at all05:00
phhhttps://github.com/tytung/android_hardware_leo_libgps/commit/be0b0942aee89eb6f5bdb97fbfe8e28b86e968ee that's were they got off :/05:03
smiley-I wish I had more C knowledge.. I'm all posioned by java ;)05:03
hycwishing doesn't do much05:04
hycIf you want more knowledge, you go get it.05:04
smiley-ok..  I wish I didn't have a family keeping me from playing with C all the day!     better? ;)05:04
hycdunno. I act on my wishes. Not sure I could get rid of my family, in your position :P05:05
hychm first crash in over a month. null pointer. kind of implies running a read operation on an SMD channel that's gone.05:07
hycbut the log shows the channel is being opened, not anywhere being closed.05:07
smiley-it crashed when I did move the computer togheter with the phone about 3m away ;)05:08
smiley-it was plugged in charging05:08
hycwell, there are two USB status changes right ahead of that05:11
hycperhaps the cable got disturbed05:11
hycdunno. that's 13 seconds earlier, shouldn't have an effect05:11
hycsmd_close(7) 10 seconds earlier05:12
hycso connection was lost and then attempted to re-establish again05:12
hycwould have been good to have logcats from this too. both main and radio.05:12
smiley-yeah.. I unplugged the power cable from the computer when moving it05:13
hycbut I guess they're gone05:13
smiley-yeah they are :(05:13
hyctoo bad. it seems a little bit strange to me that it would get a read request immediately after opening05:15
smiley-can I pull a logcat after a panic?05:15
hycdunno, doubt it has been saved anywhere.05:15
smiley-I need a syslogd somewhere ;)05:16
hyclook at that timestamp, device open at 89431.265899, crash at .26596005:16
hycand typically .000030 seconds between consecutive log msgs05:16
hycthere's not enough time for it to have done any major commands yet05:17
hycohhh.05:18
hyc265869 "kernel BUG at..."05:18
hycthere was a read in progress while it was opening.05:19
hycthat shouldn't be possible05:19
*** helicopter88 has joined #xdandroid05:21
hychmmm. perhaps we need to grab the smd_lock in smd_readx()05:30
hycoddly enough, none of the reader functions grab the lock. huh?05:32
*** ORi| has quit IRC05:36
santhui am getting null from location when i am trying with gps05:47
santhui ve taken locationlistne05:47
santhubut i am getting nul05:47
santhucan i get any help05:48
smiley-hyc: hmm..   atleast it's not occuring very often05:59
smiley-I sent a message on forum.xda to the guy that has done alot of work with the kovsky kernel (not alex) and asked if the source is available somewhere so it can be patched with the smd_tty patch.. but haven't got any response :(06:07
Fudgesmiley-  ask someone to dcc some my C knowledge to you06:11
*** hardwalker has quit IRC06:20
emwesanthu: if your agps data is out of date (not update in wince) it's likely that you need to wait a very long time to get a lock. also, if you are inside i building, getting a fix/lock is seriously making it worse. so if you got a chance, try getting a lock outside and be patient.06:20
emwesmiley-: oh, i dunno where i have seen that already. not on .35 iirc.06:20
smiley-emwe: no it's on frx07 with the bundled kernel06:21
santhuemwe what is out of date06:42
santhu?06:44
emwesanthu: your AGPS data. there's a windows mobile which allows you to update that. it assists the gps chip finding satellites and getting a fix faster.06:51
emwe(windows mobile app i meant)06:51
emwedon't remember how it's called.06:51
smiley-is that data also used in android?06:52
smiley-QuickGPS or something06:52
emweit's the general assumption that the chip is working with that data. so it stores it somewhere and uses it as long as it's valid.06:52
smiley-ok06:52
smiley-7 days or something06:53
emwelikely in a little flash memory i think. know too little yet about that.06:53
emweyap06:53
emwewhen i did that gb gps stuff, i got usually fixes within seconds. but the longer it's not being used, the longer it takes to get a fix. especially inside buildings.06:53
smiley-yeah06:54
smiley-I wonder if I should go back to gb or not ;)06:54
smiley-been testing frx07 now and gb has been more stable for me06:55
smiley-but on the other hand frx07 isn't going to lag hell quite as often as gb does06:55
emweyou get that spontaneous lag with .27?06:57
emwegb+.27 i mean06:57
smiley-gb+.27 yes06:57
smiley-but it's the SD-card06:58
smiley-io-wait killing it06:58
emwei think so too. it's huge loop0 or loop1 + mmcqg06:58
emwedo you have some special tools detecting that?06:58
emweiotop something?06:58
smiley-nope06:58
emwetop isn#t that spectacularly narative06:58
emwei mostly get huge cpu spikes after resume ...06:59
emwe(seepu is quite helpful there)06:59
smiley-oh06:59
smiley-gonna try that one06:59
smiley-did just plug in the gb-sdcard07:00
emweit's just a little tray app showing cpu+mem07:00
emwejust plug in?07:00
smiley-well.. rebooted with it ;)07:00
emweah sorry, read that as a question :)07:00
emweare you building gb yourself?07:01
smiley-yeah07:01
emweok, might be you need to switch system/wlan/ti to the froyo branch i think07:01
emweotehrwise the wlan0 isn#t gonna be around. not tested, as i got no wifi on .35 ;)07:01
*** GlemSom has joined #xdandroid07:02
smiley-yeah.. I remember having problem with that..  I changed the dhcp-stuff in init07:03
smiley-if I remember correctly07:03
smiley-back in May when I did build it07:03
emwewill talk to bryan this evening if i can/shall/should/am allowed to get gb a bit up on par with frx0707:04
emwewas freaking wasting two days figuring why i got sudden SOD again... rild was told to use the old ril from rootfs...07:04
smiley-also there is something strange with dns when booting gb07:05
emweoh it is? dunno. ;)07:05
smiley-it gets the ip, the dns settings.. everything but everything gives hostnotfound exceptions07:05
emwedoes it fix itself when home is up?07:05
smiley-nope..  switching wireless of and back on07:06
smiley-off07:06
smiley-then it solves itself07:06
emwei only use mobile data. ;)07:06
emweperhaps you can verify at least wifi wokring with building system/wlan/ti after switching to the froyo branch when building your gb07:06
emweso bryan or i can get that rectified for gb.07:07
smiley-ok.. I will give that a try a bit later..07:08
smiley-my girlfriend wants us to finish Portal 2 now while our son is sleeping ;)07:09
*** twobits has joined #xdandroid07:15
emwelol07:22
*** GlemSom has quit IRC07:23
*** fishhead2567 has joined #xdandroid09:00
*** newbie has joined #xdandroid09:01
*** newbie is now known as Guest6844109:01
*** helicopter88 has quit IRC09:03
*** Guest68441 is now known as helicopter8809:03
*** GlemSom has joined #xdandroid09:18
*** |Jeroen| has joined #xdandroid09:49
*** GlemSom has quit IRC09:53
*** danimihalca has joined #xdandroid10:03
*** emwe has quit IRC10:12
*** rpierce99 has joined #xdandroid10:21
*** santhu has quit IRC10:31
*** |Jeroen| has quit IRC10:33
*** Drew_ has joined #xdandroid10:38
*** |Jeroen| has joined #xdandroid10:39
*** Drew_ is now known as DoerOfThings10:43
*** rpierce99 has quit IRC10:54
*** rpierce99 has joined #xdandroid10:54
*** rpierce99_ has joined #xdandroid11:04
*** rpierce99 has quit IRC11:04
*** rpierce99_ is now known as rpierce9911:04
*** TheSeven has quit IRC11:06
*** [7] has joined #xdandroid11:06
DoerOfThingsIs there a Touch Pro 2 Android Nand IRC?11:08
rpierce99that's a little specific don't you think? there'd be like 2 people in there11:09
DoerOfThingsTrue. Well then is there an Android Nand IRC11:10
rpierce99well stock android phones run off nand, so i guess that would be #android ?11:10
DoerOfThingsOk thanks for the help. Not quite what I was looking for.11:11
rpierce99what are you looking for11:11
rpierce99other than an irc director11:11
DoerOfThingsupdates on the touch pro 2 android nand situation. just wondering what is going on with it. forums have been pretty silent11:12
rpierce99that discussion would happen here or in #htc-linux depending on what is being discussed, but i think they took their convos to IM11:13
DoerOfThingsthank you that is what i was looking for. many thanks11:14
rpierce99[acl] just posted an updated to the nand thread on ppcg today though11:14
rpierce99not so much an update, but a post!11:14
DoerOfThingsit would be sweet if they could get nand working. i would love to run android natively11:16
DoerOfThingsi have a touch pro 211:16
rpierce99have any skill to help them out?11:16
DoerOfThingsi know a little java but still trying to learn as much as i can about the code11:17
DoerOfThingsi can look at code and understand what is going to an extent11:18
rpierce99most of what they are doing is either cooking (linux, init, bash scripts, etc) or kernel11:18
DoerOfThingsi have attempted cooking but never got anywhere.11:19
f00bar80i have a xdandroid on a touch pro2, when i go Settings>wireless and netoworks>mobile networks>access point names, i found it empty and there's no way to set it, any comment ?11:21
rpierce99cdma or gsm11:22
DoerOfThingsmenu>new apn11:22
DoerOfThingsi am currently runing frx07 OC to 748 MHz very stable for me11:25
*** [7] has quit IRC11:29
*** TheSeven has joined #xdandroid11:30
stinebdrpierce99: cooking implies that we're mashing binaries together -- we're doing actual development11:42
DoerOfThingsyeah i dont know anything about cooking so i wouldnt be any help11:47
DoerOfThingsexcept for testing i am will to flash any test rom. i dont care if it bricks my phone11:48
rpierce99stinebd: the nand team is more trying to pull together pieces from xdandroid and nand builds to make something, right? not actual development11:49
rpierce99except for kernel11:49
rpierce99i'm not speaking of xdandroid itself when i say cooking11:50
DoerOfThingsdoes anyone see the android nand build going anywhere or is it a lost cause11:53
rpierce99it's slow because there's like one guy doing it, and he's doing it part part part time11:55
DoerOfThingsi have wanted to help but he would have to teach me alot. i am only good at testing really. why isnt the community more focused on nand?11:56
rpierce99because until recently there were so many features that were completely broken for most to run it full time11:58
DoerOfThingsi appologize for noob questions11:58
*** WyrM has quit IRC11:59
rpierce99frx07 switching cdma users to true cdma mode, and therefore fixing netloc, mms, etc is a giant step forward i think11:59
*** WyrM has joined #xdandroid11:59
rpierce99and it has never worked properly for gsm users and no one has figured out why11:59
rpierce99so those who did have a mostly complete build couldn't use nand anyways11:59
DoerOfThingsthat is a huge step and its far above nand11:59
*** WyrM has left #xdandroid12:00
DoerOfThingsits a shame i would love to run android natively.12:00
rpierce99there's still the battery problem with nand, not recharging once the phone goes completely dead12:00
*** WyrM has joined #xdandroid12:01
DoerOfThingsi have actually experienced that and its a huge pain to get it working again. had to flash back to windows mobile to get a charge just so i could flash back to nand build. not very effective12:02
DoerOfThingsif by some miricle he does get it working i am definitely going to switch to it12:07
*** Tandyman100 has joined #xdandroid12:42
*** GlemSom has joined #xdandroid12:53
*** sigma6 has quit IRC13:19
f00bar80how to open a root terminal from xdandroid13:22
rpierce99from adb or connectbot?13:22
f00bar80rpierce99, it's in settings or where13:22
*** |Jeroen| has quit IRC13:23
rpierce99huh?13:24
rpierce99i was asking which way you're trying to to do it13:24
rpierce99i guess assuming you were already trying was my bad13:24
rpierce99you either need to set up adb or install a terminal app13:24
f00bar80rpierce99, can i find any on terminal app in market ? also what's root password for xdandroid ?13:25
rpierce99you just type su13:25
rpierce99most people use connectbot13:26
f00bar80rpierce99, type it where, i'm on the home screen13:26
Tandyman100into your terminal application13:26
Tandyman100f00bar80, the first thing you need to do is download a terminal app. Try the market first. Once you have a terminal app working, open it and type "su" and you'll have root access.13:27
f00bar80what's the difference between connectBot and ADB , i know ADB is the debugger isn't it ?13:28
rpierce99connectbot runs on your phone, adb runs on your computer13:28
Tandyman100adb is root on your phone, accessed through your... yeah. What rpierce99 said.13:29
*** programmer8922 has quit IRC13:36
*** arrrghhh has joined #xdandroid13:45
f00bar80It's a really very n00bie question. The ring tone ring once, is there anywhere i can let to be more/continus13:45
*** fishhead2567 has quit IRC13:48
f00bar80any comment ?14:02
rpierce99is it a custom tone or the built in tones14:03
f00bar80rpierce99, all of the builtin tones , ring once14:03
arrrghhhFRX07?  what device?14:04
rpierce99arrrghhh: dude we need to talk about the mms wiki14:05
f00bar80arrrghhh, FRX07_Full_Bundle_20110715 , touch pro 214:05
arrrghhhha14:05
arrrghhhtalk14:05
arrrghhhf00bar80, which RHOD?  this doesn't happen on my 400...14:05
f00bar80arrrghhh, rhodium touch pro 2 by Tmobile14:05
rpierce99arrrghhh: it's misleading, US users will always use 310 00 even if their carrier says otherwise14:06
rpierce99MCC is country code (310)14:06
rpierce99MNC is network code, which we can't pull14:06
rpierce99or don't14:06
rpierce99not sure if we can't14:07
arrrghhhhrm14:07
f00bar80arrrghhh, any comment ?14:07
arrrghhhyea and that's populated already eh14:07
arrrghhhf00bar80, you didn't answer my question, but i'd assume RHOD21014:07
f00bar80arrrghhh, yea14:07
arrrghhhhrm.  have you updated at all?14:08
arrrghhhdunno why that would help14:08
arrrghhhjust makes me feel better14:08
f00bar80arrrghhh, what's a name of any default ringtone?14:09
rpierce99chimey phone14:11
arrrghhhthere's a few14:11
arrrghhhf00bar80, was anything upgraded?14:11
arrrghhhlike did you start fresh with FRX07 or try to keep an old data.img for example?14:11
f00bar80arrrghhh, this one ring continuously .. why not the others14:11
arrrghhhi don't know14:12
arrrghhhmine rings continuously14:12
arrrghhhi can't always answer it, but it rings continuously lol14:12
rpierce99i think the audio file has to be constructed in a loop14:12
rpierce99i thought i heard that somewhere14:12
rpierce99so the stock ones should all work14:12
rpierce99but custom ones often don't14:12
arrrghhhthat's... dumb.14:12
arrrghhhif true14:13
rpierce99yeah, like i said, faint memory of some random hearsay14:13
rpierce99nothing concrete14:13
arrrghhhheh14:13
DoerOfThingsarrrghhh QQ (quick question) about android nand. what is the latest?14:14
rpierce99don't cry14:14
Tandyman100arrrghhh, is there a working NAND for the t-mobile TP2?14:15
arrrghhhDoerOfThings, the NAND threads have information14:15
arrrghhhTandyman100, THE NAND THREADS HAVE INFORMATION14:15
*** rpierce99 has quit IRC14:15
Tandyman100:P14:15
Tandyman100I know14:15
Tandyman100I felt like annoying someone.14:15
Tandyman100You were an easy target.14:15
DoerOfThingsi have read all and wonder if there is any more news?14:15
arrrghhhnot really14:16
DoerOfThingsi see that acl is going to attempt to port another rom to rhod. do you think that is going to work?14:17
Tandyman100arrrghhh, I'm looking in the rhodium forums, and I've tried googling, but I can't find a NAND thread...14:18
DoerOfThingshttp://forum.ppcgeeks.com/android-tp2-development/134598-nand-testing-05-25-update-new-lk-recovery-img-kernel-updates-through-recovery.html14:19
*** fishhead2567 has joined #xdandroid14:20
arrrghhhlolol14:20
Tandyman100Ah. PPCGeeks.14:20
Tandyman100I was looking on XDA-Devs14:20
arrrghhhthere's a thread on xda-devs too14:20
Tandyman100silly me.14:20
arrrghhhhttp://forum.xda-developers.com/showthread.php?t=87008114:21
arrrghhhnow what14:21
*** kalemas has joined #xdandroid14:23
Tandyman100ah, thanks.14:23
DoerOfThingsfrx07 crash. probably due to OC14:24
arrrghhhDoerOfThings, there's random chatter about what needs to be done on NAND "behind the scenes" if you will14:24
arrrghhhbut nothing tangible14:24
arrrghhhstuff goes up on the threads if it's important, usually before i know about it.14:24
arrrghhhthe kernel really needs some lovin.  it seems like they have the partitioning and layout stuff down.14:25
*** vw_ has joined #xdandroid14:26
DoerOfThingsit would be nice to get nand workign14:27
arrrghhhwait for the next build14:27
arrrghhhthey've made some userland progress14:27
arrrghhhand i know acl is working on getting the kernel up to snuff14:27
arrrghhhbut it still seems like the kernel has a looooong way to go.14:27
DoerOfThingsyeah its a shame there isnt more community support14:28
arrrghhhi don't really appreciate unsolicited PM's, unless i know you.14:28
Tandyman100The kernel needs some lovin'? So do I. We could go on a date. Does the kernel like chinese?14:28
DoerOfThingsprobably but it might like japenese more14:28
arrrghhhstabstabstab14:29
arrrghhhyou just have to spend time with the kernel14:29
arrrghhhi don't think it really likes food :P14:29
DoerOfThingsare you sure?14:29
Tandyman100Then again, the kernel is on a lot of people's phones...14:29
arrrghhhmy computer gets mad when i spill things on it that are liquid14:30
Tandyman100last thing I want is a slutty kernel.14:30
DoerOfThingstrue that does make things awkward14:30
Tandyman100When Gentoo found out I was dual-booting with Debian, it was pretty pissed.14:30
DoerOfThingswhat did Gentoo find out?14:31
DoerOfThingshow?14:31
arrrghhhTandyman100 - says a lot of things.  very few of them useful.14:31
DoerOfThingsbut most of them funny14:31
arrrghhhthat's subjective14:32
arrrghhhobjective?14:32
arrrghhhdunno.  something.14:32
DoerOfThingsoh its definitly something14:33
Tandyman100subjective.14:33
Tandyman100I usually try too hard.14:33
DoerOfThingsfrx07 and OC.... What are your thoughts14:33
arrrghhhOC in general - not worth it.14:34
arrrghhhit makes the phone lag faster - hooray....14:34
Tandyman100I agree. It kills my already crappy battery life in android.14:34
DoerOfThingsi am running at 720 MHz and its quite stable and faster14:34
Tandyman100DoerOfThings, what device is this?14:34
DoerOfThingsrhod 40014:35
DoerOfThingsits roughly 200 MHz faster than stock14:37
Tandyman100nice14:38
DoerOfThingsIt works.14:38
Tandyman100could you PM my a paste of your startup.txt?14:38
arrrghhhgood for e-penis14:38
Tandyman100^that14:38
arrrghhhmake those silly benchmark apps go slightly higher14:38
Tandyman100You should see my facebook profile pic.14:38
arrrghhhTandyman100, wtf14:39
*** rpierce99 has joined #xdandroid14:39
arrrghhhstartups are included14:39
arrrghhhOC -> FAQ14:39
Tandyman100Yeah, I know14:39
Tandyman100but I'm lazy14:39
Tandyman100:P14:39
* Tandyman100 bounces off to the wiki14:40
Tandyman100Time for overcocking14:40
DoerOfThingsdo you need the code or are you going to find it14:40
Tandyman100I found the code14:41
DoerOfThingskk14:41
Tandyman100acpuclock.oc_freq_khz= something14:42
Tandyman100what do you have yours set to?14:42
DoerOfThings72000014:42
Tandyman100ok14:42
Tandyman100And that's generally safe?14:42
*** helicopter88 has quit IRC14:42
DoerOfThingsyes. generally anything from 748 and down14:43
DoerOfThings748 MHz14:43
Tandyman100Ok.14:43
DoerOfThings748 MHz is not stable at all though14:43
*** ORi| has joined #xdandroid14:44
arrrghhhsome dude claimed he hit 82014:44
arrrghhhe-peeeeeeeeeeeeeenis14:44
stinebdi hit 128 once14:45
DoerOfThingsnot possible. i have done 128 too but in windows mobile14:45
arrrghhhi've tried 600, 614, 650, 690, 700, and they all seemed to hurt more than help14:45
DoerOfThingsit really didnt like it14:45
arrrghhhDoerOfThings, it is possible lol14:45
arrrghhhand i think the processor hits that anyways as it scales14:45
DoerOfThingsyeah if you want to break your phone14:45
stinebdit really screams at 19.214:45
DoerOfThingslol14:46
DoerOfThingsi bet14:46
arrrghhhthe first increment14:46
arrrghhhyou rebel stinebd14:46
DoerOfThingsi bet at 820 Mhz you have the best battery life14:46
arrrghhhTandyman100, you can enter whatever number you want14:46
arrrghhhbut the clock will only go in 19.2khz steps.  it'll automatically adjust to the closest step down i believe...14:47
arrrghhhie, 700000 is 692.x14:47
DoerOfThingsthat is correct14:47
DoerOfThingsis gingerbread build any good? i want to give it a try14:48
stinebdno14:48
arrrghhhlol14:48
arrrghhhyou can have as many builds as your little mSD card can hold14:49
DoerOfThingswell seeing how its a 16gb that should be quite a lot14:49
arrrghhhyea i've got a hodgepodge of poop on my 8gb card14:50
DoerOfThingsif i switch builds do i have to delete data14:50
arrrghhhi've wasted a good chunk of the card partitioning it so it'll work on cwm and XDAndroid dedicated partition builds14:50
arrrghhhuhm14:51
arrrghhhyes14:51
arrrghhhdata.img between gb and froyo would not work14:51
stinebdwhy not?14:51
arrrghhhit would?14:51
arrrghhhlol14:51
arrrghhhi assumed that definitely wouldn't work14:51
stinebdi've done it14:51
arrrghhhconsidering hyc said 06->07 data.img wouldn't work...14:51
arrrghhhha14:52
stinebdnot sure why he said that14:52
DoerOfThingsi will try it and get back14:52
arrrghhhi didn't think the apps would be compatible14:52
stinebdwhich apps?14:52
arrrghhhstinebd, he had a list of reasons.14:52
stinebdno he had like two questionable reasons14:52
arrrghhhhahah14:52
stinebdinvolved the dalvik cache and something else14:52
arrrghhhi don't remember14:52
arrrghhhi'd have to look at forum posts or something.14:52
*** bluenote has joined #xdandroid14:53
DoerOfThingswe will know the truth in about 16 minutes. stupid internet14:53
stinebdi don't think current rootfs will work with gingerbread14:54
bluenotehey arrrgh you around14:54
arrrghhhno14:54
DoerOfThingsdoes that mean i have to download the whole bundle. as tobyturner would say GOD DANG IT14:55
bluenoteI've got my diam500 and I have a bit to test the FRX07 stuff14:55
arrrghhha brave soul14:55
bluenotebut released kernel and latest kernel both wont boot with the smd_tty errors14:55
arrrghhhok14:55
arrrghhhhave you tried 1276?14:55
bluenoteIm afraid Im going to show my ignorance here but14:56
arrrghhhit's uh... ancient.  kernel released with frx0614:56
bluenote1227 works fine, I will go back to that14:56
arrrghhhor what was it14:56
arrrghhh062214:56
bluenotebut I want to know what part is actually frx0714:56
bluenoteyes 0622 sorry14:56
arrrghhh1227 is really ancient14:56
bluenotebrain fart, 062214:56
arrrghhh20110622_18061514:56
arrrghhhaka 133214:57
bluenotedoes the frx designation refer to rootfs.img or is it system.ext14:57
arrrghhhsystem.ext214:57
bluenoteok I'll go back to my working backup with 0622 and just replace the system file then14:58
arrrghhhalthough some rootfs' have been released with a system image14:58
arrrghhhthey complement eachother14:58
bluenoteI think there's actually two problems with the released frx07 package for diam500 -- one is the smd_tty buffer issue, but I believe there's a secondary issue which is what people report when they bump the kernel back but still cant use the phone14:58
arrrghhhso the newest rootfs probably won't work with the gb release14:58
arrrghhhyea14:58
arrrghhhthe phone is so slow it's unusable?14:59
bluenoteyes14:59
arrrghhhhrm14:59
bluenoteand/or, the touchscreen doesnt react very well14:59
arrrghhhi want to know why i guess14:59
bluenoteor at all14:59
arrrghhhadb14:59
arrrghhhlook at top14:59
bluenotewell Im going to try and narrow it down right now14:59
arrrghhhwhat's soaking up all the damned cpu cycles14:59
*** rpierce99 has quit IRC14:59
stinebdsystem_server is back!14:59
bluenoteI dont have adb or any of that stuff setup but I should be able to identify the area at least15:00
bluenotegotta test the system file with my old working setup first15:00
DoerOfThingsi wish you could download individual parts of the builds like rootfs, modules, etc15:00
stinebdyes i wish that as well15:01
stinebdperhaps some sort of http://files.xdandroid.com/rootfs15:01
*** arrrghhh_ has joined #xdandroid15:01
arrrghhh_wtf router15:01
*** arrrghhh has quit IRC15:01
*** arrrghhh_ is now known as arrrghhh15:01
*** arrrghhh has joined #xdandroid15:01
DoerOfThingsworked but which one to download15:01
DoerOfThingsgot it15:02
arrrghhhoh well15:04
arrrghhhi g2g15:04
arrrghhhbluenote, good luck15:04
arrrghhhlet me know what you find in the thread or on here or somewhere.15:04
*** arrrghhh has quit IRC15:04
*** rpierce99 has joined #xdandroid15:10
*** rpierce99 has quit IRC15:13
*** helicopter88 has joined #xdandroid15:35
DoerOfThingsconfirmed you can use the data from frx07 in gingerbread build15:42
*** danimihalca has quit IRC15:48
f00bar80Calls now have something wrong , I can't hear the recipient, neither he, is there any relation with the issue if I'm enabling 3G nor the battery is too low? this is on touch pro2 RHOD21015:50
*** virsys has quit IRC16:05
*** kalemas has left #xdandroid16:13
*** Xofrats has joined #xdandroid16:25
Xofratsany kernel ppl here?16:25
*** Xofrats has quit IRC16:27
*** WyrM has quit IRC16:29
DoerOfThingsandroid youtube?17:21
*** GlemSom has quit IRC17:30
*** Xofrats has joined #xdandroid17:34
*** vw_ has quit IRC17:36
Xofratswonder if busybox mount supports multiple -t options17:44
XofratsAnd who was it that said the new market was working on frx, I tried the version posted on androidcentral but it wasn't happy being installed17:46
DoerOfThingsi also tried using adb no success17:55
DoerOfThingsno success installed the newest market on frx that is17:57
DoerOfThingsinstalling*17:57
XofratsYeah, it hates our device, not that the current one likes us much17:58
Xofratssmiley apparently did it, but we need to hunt down the version he used17:58
DoerOfThingstrue i have noticed search is quite laggy on current17:58
Xofratsnew market works fine on an epic, wonder if I should try on my optimus17:59
DoerOfThingsworth a shot17:59
Xofratscurrent one acts braindead once an app is installed, and leaves files all over17:59
DoerOfThingswhat device are you using?17:59
Xofratsrhod40018:00
DoerOfThingsoff subject but have you tried OC18:00
Xofratsyeah18:00
DoerOfThingswhat freq?18:00
XofratsI posted on that thread18:01
Xofratsright now 660, at 640 the bottom started to get warm18:01
DoerOfThingsi am at 710 MHz not warm at all18:02
DoerOfThingsbattery life not bad18:02
Xofratseach device is different18:02
DoerOfThingstrue i am also using a rhod40018:02
Xofratsthat and around here it's 100F18:02
DoerOfThingsenough said :p18:03
XofratsI'll see how stable it's at 65218:03
Xofratsmaybe bump it up once I track down how to recompile the kernel18:03
DoerOfThingsi have only run into one crash at 710.18:04
Xofratswell, it's the silent corruption that kills you18:04
XofratsMy old optimus would run fine at 76818:04
Xofratsbut once you started cpu intensive stuff, bam18:05
DoerOfThingshmmm havent seen that yet18:05
XofratsI like to do thermal migration exercise anyway18:06
DoerOfThingsthermal migration?18:06
Xofratsyeah, basically atoms rearranging itself due to heat18:06
DoerOfThingsgot it18:07
Xofratsoverclocking tends to be much smoother if you ramp your oc18:07
Xofratsinstead of trying it all at once18:07
*** emwe has joined #xdandroid18:07
Xofratsemwe18:08
Xofratsyou there?18:08
DoerOfThingsinteresting18:08
emwestinebd: just fyi, current rootfs works with gb.18:08
emweXofrats: a short bit, why?18:08
Xofratsknow what I need to compile the current git of .35?18:08
DoerOfThingsi havent tried the new rootfs but i will take your word for it18:08
Xofratsfinally got git and build-essential on my rhod18:09
emweXofrats: same as you would with .27 ;)18:09
Xofratsso I figured I'd try and get ext4 on it18:09
Xofrats... there's no instruction for .27 either18:09
Xofratsthere's for the system and root and initrd, no hable kernel18:10
XofratsI just need to know what to run as git to get the kernel source18:11
emweXofrats: http://www.facebook.com/topic.php?uid=394317262428&topic=14012 start with this18:11
Xofratsk18:11
emweXofrats: if you don't intend to do actual kernel development, there's an autobuild page as well18:11
Xofratsautobuild doesn't sprechen ext418:12
XofratsI intend to go with ext4 data.img, getting sick of corrupting it18:12
emwephh: you got any idea why a readl() during machine init would cause a freeze on boot?18:12
emwephh: same code (monodie detection) works on .27. am a bit puzzled.18:13
emwehm, bbl...18:13
* Xofrats is extremely happy with how things look with no lcd.density= (aka 210)18:14
Xofratsok, time to free this term... brb if I have issues18:17
*** Xofrats has quit IRC18:17
*** DoerOfThings has quit IRC18:28
*** emwe has quit IRC18:42
*** Xofrats has joined #xdandroid19:16
XofratsDoes git clone actually expect me to store a 700M file just to be able to pull files?19:16
stinebdit's a 700MB tree, and yes19:18
Xofrats...19:18
Xofratsany way to short-circuit that? I'm trying to compile .35 with ext4, not clone a whole cd19:19
stinebdit has the entire history in there...19:19
* Xofrats might just end up downloading the tarball on every update...19:20
stinebdwhat, do you have a 20GB hard drive?19:20
XofratsTry a 4gb rhod40019:21
stinebd?19:21
XofratsI'm doing this on my rhodium19:21
stinebdyou're... building a kernel on your rhodium?19:21
*** rpierce99 has joined #xdandroid19:21
Xofratsyes19:21
stinebdwhy?19:21
Xofratsbecause I can?19:22
XofratsI've got ubuntu running on it just fine19:22
Xofratsin fact, that's what I'm on right now19:22
XofratsLinux localhost 2.6.27.46-01342-gb9e00e1 #30 PREEMPT Mon Jul 18 22:34:22 CEST 2011 armv6l GNU/Linux19:22
stinebdwell if you're bent on doing it, that's fine. but if all you want to do is build a kernel for it, that's the worst possible way to do it.19:23
Xofratswhat's a better idea then?19:23
stinebduse a desktop and a cross compiler19:23
stinebdor a laptop of course19:23
stinebda pc of any kind19:23
Xofratshaven't had a computer since feb19:23
Xofratsall the stuff I do it's been through my mobile devices19:24
stinebdoy vey. have fun then.19:24
Xofratshow apart is the .35 tree from .27 tree?19:27
*** bluenote has quit IRC19:30
stinebdvery19:32
*** helicopter88 has quit IRC19:33
* Xofrats wonders if it's worth trying .35 just for ext419:37
*** programmer8922 has joined #xdandroid19:40
hyci wonder if there's even enough ram to run the compiler with optimization enabled19:40
hycnot bloody likely19:40
Fudgeanyone know what sonyerricons x10 is like?19:42
Xofratsso does someone wanna let me have an acct on a shell so I can git and compile?19:42
stinebdvps prices are very reasonable19:44
Fudgeu dont have a linux box?19:44
XofratsSure I do...  Running one right now19:45
Xofratsaka rhod400 running xdandroid19:45
stinebdrunning ubuntu19:46
Xofratswell, chroot ubuntu19:46
Fudgewhy couldnt tha tcompile then19:47
XofratsI tell you, for something this size, it's got a killer keyboard, once the right .kl and .kcm.bin files are loaded19:47
stinebdsigh19:48
Xofratsborders is liquidating everything, didn't they have an android ereader?19:51
*** rpierce99 has quit IRC19:54
phh[00:16:03] <emwe> phh: you got any idea why a readl() during machine init would cause a freeze on boot? <----- well it doesn't actually freeze, it's just that you get an exception error.19:59
phhof course it won't be handled in init code19:59
*** Xofrats has quit IRC20:01
stinebdwhy?20:06
stinebdhyc: i accidentally close the gingerbread merge request but it's in locally anyway20:07
stinebdso i won't bother reopening20:07
phhwhy which part ?20:12
stinebdwhy would readl() except?20:12
stinebdcurious, i don't know the mechanisms at work20:12
phh(ok sec, my brain is sleepy, i can't remember words.)20:12
phhfor readl to work, you need virtual memory to be done20:13
stinebdi see20:13
phhI mean the mapping between physical address and virtual20:13
phhit's done quite soon20:13
phhbut there isn't much things done before machine init20:13
stinebdi was going to ask at which point it's done heh20:13
phhi'm checking20:13
stinebdbut he's trying to do something for machine detection i believe20:14
phhmsm_map_common_io()20:14
phhit's called in machine init itself  actually20:14
phhah no20:15
phhin "map_io" function20:15
phh(what, it doesn't help ? oh right :D)20:15
stinebdi wonder what emwe is doing20:16
phhok20:17
phhso the order is fixup then map_io then machine_init20:18
phhso readl should actually work in machine_init20:18
stinebdso is he hitting a bad address or something then?20:19
phhnext idea is that he is trying to read memory from a device that isn't powered on yet20:19
phhidea++; is that he is trying to access to lower SBL, which is protected until later in the boot20:22
stinebdprotected from reads?20:22
phhmmmm20:23
phhperhaps only writes20:23
phhi'm not sure20:23
phhnowadays i'm working on devices with serial20:25
phhit's soooooooooooo much easier20:25
phh(and next year it will even be less fun, i'll have jtags)20:26
phhbtw, i had to reverse part of TI's gps driver. it was easier than understanding their sourcecode20:27
stinebdgps is TI?20:28
phhon archos' devices20:31
phhi'm speaking unrelated sometimes you know :D20:31
stinebdwhich archos are you playing with?20:33
phhnext generation20:34
phh(i'm working for them atm)20:34
stinebdah ok20:34
stinebddocs and everything, that is indeed too easy20:34
phhi hadn't any docs ...20:35
phhonly source code20:35
phhand "this code works for us, have fun!"20:35
phhwell, for GPS, to be more precise, i had "ormal operating mode code, but i was supposed to write a testing mode app20:35
phhand for the testing mode, well... there is only a windows app.20:36
phhstinebd: ah and i've seen their camera code. assuming qualcomm is mostly the same, i'm still wondering how the hell you got camera working without AMSS' sourcecode.20:37
stinebdwasn't me ;)20:38
phhyeah well "you" here means xdandroid :p20:38
stinebdjerome spent a lot of time on that20:39
stinebdmaybe he has the source code somewhere though, heh20:40
phhthe bad thing in company compared to nice reverse engineering, is that you don't take time to understand stuff, you just get them to work :/ (well, because you can, when REing you mostly have to understand)20:42
*** ORi| has quit IRC21:02
*** ORi| has joined #xdandroid21:04
hycgahhhh, gitorious messenger spam21:30
stinebdsorry21:31
hyc;)21:31
stinebdi'm seeing a commit in gingerbread that emwe shouldn't have made21:31
stinebdand i'm not sure why he did21:31
stinebdhttps://gitorious.org/xdandroid/hardware_msm7k/commit/aa01920dcb372839a43d86bfb8c31eb4e2d0510821:32
stinebdit actually _decreases_ it by my count21:32
stinebdand changes it from what's in froyo21:33
stinebdso i'm very confused by that commit21:33
hyc3000*102421:33
hycand what's the oem.h that the comment refers to?21:33
stinebdsome upstream crap21:33
stinebdno idea21:34
stinebdmaybe the source of the gl driver21:34
hycah21:34
stinebdanyway it's 0x2ee000 after the commit21:34
hycyeah21:35
stinebdwhen the driver was hacked to be 0x2f...21:35
hycdown by 10K or so21:35
stinebdi think i should revert it21:35
hycsounds like it21:35
hycadd a note about matching the driver ...21:36
stinebdyeah21:36
*** Drew_ has joined #xdandroid22:03
*** TheSeven has quit IRC22:14
*** [7] has joined #xdandroid22:14
*** programmer8922 has quit IRC22:53
*** SpecR has quit IRC22:54
*** Drew_ has quit IRC22:56
*** programmer8922 has joined #xdandroid22:58
*** SpecR has joined #xdandroid22:58
stinebdepic gingerbread merge23:27
stinebdmaybe it'll build23:27

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