*** programmer8922 has joined #xdandroid | 00:40 | |
*** programmer8922 has joined #xdandroid | 00:44 | |
*** programmer8922 has quit IRC | 00:45 | |
*** m_a_r_k has quit IRC | 00:51 | |
*** programmer8922 has joined #xdandroid | 00:53 | |
*** programmer89221 has joined #xdandroid | 01:19 | |
*** programmer8922 has quit IRC | 01:21 | |
*** mes has quit IRC | 02:04 | |
*** Hambo has joined #xdandroid | 02:24 | |
*** Unholy has quit IRC | 03:41 | |
*** tWoNe has quit IRC | 04:42 | |
*** NaohiroFukuda has joined #xdandroid | 05:17 | |
*** Cablekevin has quit IRC | 05:18 | |
*** NaohiroFukuda has quit IRC | 05:49 | |
*** gladiac_ has quit IRC | 06:38 | |
*** Timber has joined #xdandroid | 06:39 | |
*** NaohiroFukuda has joined #xdandroid | 06:41 | |
*** NaohiroFukuda has quit IRC | 06:44 | |
*** Reefermattness has quit IRC | 06:53 | |
*** sle118 has joined #xdandroid | 07:57 | |
*** Ashar has quit IRC | 08:04 | |
*** NevroPus has joined #xdandroid | 08:42 | |
*** ke- has joined #xdandroid | 09:04 | |
*** TheDeadCPU has joined #xdandroid | 09:06 | |
*** TheDeadCPU has quit IRC | 09:27 | |
*** TheDeadCPU has joined #xdandroid | 09:28 | |
*** Timber has quit IRC | 09:29 | |
*** TheDeadCPU has quit IRC | 09:29 | |
*** TheDeadCPU has joined #xdandroid | 09:29 | |
*** TheDeadCPU has quit IRC | 09:30 | |
*** TheDeadCPU has joined #xdandroid | 09:31 | |
*** krzie has joined #xdandroid | 09:36 | |
krzie | i have a topaz (diamond2), i extracted XDANDROID.2.2.AOSP.29.7.10.RC2.1.7z to my sd card root per the directions at http://forum.xda-developers.com/showthread.php?t=509493 but when i run haret.exe it just reboots windows | 09:36 |
---|---|---|
krzie | any suggestions? | 09:36 |
*** AlexD has joined #xdandroid | 09:37 | |
*** AlexD has left #xdandroid | 09:38 | |
paalsteek | krzie: is it an t5353 or a newer version? | 09:40 |
krzie | good question, you know how i can check? | 09:41 |
krzie | ahh there it is, under battery | 09:44 |
krzie | t5353 | 09:44 |
krzie | paalsteek, is that good? | 09:57 |
paalsteek | its the same as i have | 09:57 |
paalsteek | and for me its working | 09:57 |
krzie | awesome! | 09:57 |
paalsteek | so it should be possible for you too | 09:57 |
krzie | so i must have just missed a step, did you use the same post as me? i only used 1 of those 4 downloads | 09:57 |
paalsteek | your sdcard looks like in the forum? | 09:57 |
krzie | yes, except it also has a modules .tar.gz | 09:58 |
paalsteek | thats right | 09:59 |
paalsteek | what do you see when running haret? | 09:59 |
paalsteek | do you see some text on a black screen? | 10:00 |
*** sle118 has quit IRC | 10:02 | |
*** sle118 has joined #xdandroid | 10:03 | |
krzie | it says booting linux, but then just reboots into windows | 10:03 |
krzie | screen goes black, says touch diamond2 | 10:03 |
krzie | no linux-like scroll whatso-ever | 10:03 |
paalsteek | weird | 10:04 |
krzie | did you use XDANDROID.2.2.AOSP.29.7.10.RC2.1.7z only? | 10:05 |
paalsteek | i think so yes | 10:06 |
paalsteek | maybe try updating rootfs and kernel | 10:06 |
krzie | i have done nothing at all to the phone, except unzip that file and put it into the sdcard (and of course move the topaz startup.txt file to root) | 10:06 |
krzie | so if im supposed to do something else first, i have not | 10:07 |
paalsteek | http://glemsom.users.anapnea.net/android2/htc-msm-linux/ | 10:07 |
paalsteek | http://xdandroid.southcape.org/rootfs/ | 10:07 |
paalsteek | download the newest versions of both and extract the first one to your sdcard | 10:07 |
paalsteek | move the second on to your sdcard and rename it to rootfs.img (overwrite the old one) | 10:07 |
paalsteek | then rename zImage_2010... to zImage (overwrite the old one) | 10:08 |
paalsteek | and then try to boot again | 10:08 |
krzie | cool, downloading and booting windows VM | 10:09 |
*** WisTilt2 has joined #xdandroid | 10:11 | |
krzie | are you running eclair or froyo? | 10:12 |
paalsteek | froyo. | 10:16 |
paalsteek | still not working? | 10:16 |
WisTilt2 | phh you around? We have adsp interrupts working, adsp_write, adsp_get_event, irq acks, etc. Something wrong in the ADSP_RTOS_xxxx code possibly though. I'll be around here most of the morning if you want to discuss. | 10:16 |
krzie | paalsteek, gimme a min, im on 3rd world bandwidth =[ | 10:17 |
phh | WisTilt2: how ? | 10:17 |
WisTilt2 | how what? | 10:18 |
phh | you got interrupts | 10:18 |
*** m_a_r_k has joined #xdandroid | 10:19 | |
WisTilt2 | kind of lengthy to detail here obviously. basically we coded a stripped down kernel to communicate to the hardware with our own callback tests. nevertheless, we added some of our changes to the existing project code to get the ints running. here's where we are as of now... | 10:22 |
phh | right | 10:23 |
phh | things we can't integrate since it's obvious it needs docs. | 10:24 |
WisTilt2 | when a sound is told to play, everything sets up ok like audmgr, etc., and then msm_adsp_write runs, fills queue, we get the irq, triggers get_event, then begin getting the "adsp: not ready after 100us" loop. we get that message every 10 seconds and get_event is triggered in sync with it. | 10:27 |
WisTilt2 | if that makes sense? kind of hard to explain everything that's going on but that's whats happening basically. | 10:27 |
WisTilt2 | why cant we integrate? everything is working now but it looks like the ADSP_RTOS area might be where the problem is at this point since the dsp isnt liking the command being sent in that area. | 10:29 |
phh | I don't think both IRQ *and* ADSP communication stuff can be wrong at the same time ... | 10:30 |
phh | it must be some wrong init somewhere | 10:30 |
phh | and adsp_rtos is the part of the code I've the most reverse engineered | 10:31 |
phh | and found it's exactly the same code | 10:31 |
phh | especially this "not ready after 100uS" part | 10:32 |
WisTilt2 | well the fact that we are now getting ints that are now letting the adsp irq handler actually execute, it seems pretty much a matter of verifying the adsp_rtos init code is correct. | 10:34 |
krzie | paalsteek, same results | 10:36 |
paalsteek | i have no idea what else could be wrong | 10:37 |
paalsteek | sorry | 10:37 |
sle118 | phh, Bonjour du Quebec! Merci de travailler sur XDAndroid! | 10:37 |
krzie | did i need HardSPL before or something? | 10:37 |
WisTilt2 | we haven't gone that far into adsp_rtos yet, we just spent the last 2 days working on the interrupt issue. was hoping you might have some insight in the adsp_rtos area before we waste a lot of time. | 10:37 |
krzie | paalsteek, i see people talking about HardSPL but dont know what it is... do i need that before i can run android? | 10:38 |
phh | WisTilt2: yup, the wince driver reads adsp's ready state the same way we do. | 10:39 |
phh | krzie: no | 10:39 |
m_a_r_k | krzie: google search to learn what it actually does. | 10:40 |
krzie | weirdness, i have the same stuff as paalsteek and his works, mine does not... thank you paalsteek for trying | 10:42 |
krzie | oh i see, hardspl is for installing a different rom | 10:42 |
*** TheDeadCPU has quit IRC | 10:42 | |
krzie | i have no need for that, just want linux so i can automate a task... | 10:43 |
WisTilt2 | phh: ok but is everything identical in the init also, as far as what wince is doing? | 10:43 |
phh | WisTilt2: i couldn t fin init stuff | 10:43 |
krzie | this phone will belong to the boss, i want to make a 1-button click for him to connect openvpn, run an app over the vpn, then open a browser to the statistics which my app generates =] | 10:43 |
*** TheDeadCPU has joined #xdandroid | 10:44 | |
krzie | it wont even be used as a phone, it will have 3g and only exist for that single purpose | 10:44 |
phh | huhu | 10:44 |
TheDeadCPU | phh, did you have a Acer F1? | 10:45 |
*** TheDeadCPU has quit IRC | 10:46 | |
phh | i have. | 10:47 |
*** TheDeadCPU has joined #xdandroid | 10:47 | |
TheDeadCPU | Stupid internet. Did you answer me phh ? | 10:47 |
phh | i do have a liquid | 10:48 |
TheDeadCPU | Oh ok. | 10:48 |
phh | why ? | 10:50 |
paalsteek | krzie: i will upload what works for me to my server | 10:50 |
TheDeadCPU | The F1 forum needs a Moderator, so I was thinking about telling you if you had a F1. | 10:51 |
phh | no thanks | 10:51 |
TheDeadCPU | lol | 10:51 |
phh | or | 10:51 |
TheDeadCPU | I was just pitching the idea. | 10:51 |
krzie | paalsteek, awesome! thank you very much! | 10:51 |
TheDeadCPU | The liquid forum already have one though. | 10:51 |
phh | oh f1 is the wimo one ? | 10:52 |
TheDeadCPU | Yea. | 10:53 |
phh | yeah, no thanks :p | 10:53 |
TheDeadCPU | I thought it was the Android one lol | 10:53 |
TheDeadCPU | I pissed of the American mods by saying Jack Daniels is pisswater. | 10:56 |
TheDeadCPU | Funneh. | 10:56 |
krzie | as an american, i fully agree with you | 10:56 |
TheDeadCPU | :D | 10:56 |
TheDeadCPU | It tastes like Burnt moonshine. | 10:57 |
*** krzie has quit IRC | 11:04 | |
*** krzie has joined #xdandroid | 11:06 | |
krzie | 1st gen macbook pro is biting the dust, 6 yrs of faithful service and its ready for retirement, but i will have a new fully loaded MBP very very soon =] | 11:06 |
phh | too bad | 11:07 |
krzie | ya too bad this one is dying, but really i am impressed by how long it survived | 11:07 |
krzie | it has been on all day almost every day for years | 11:08 |
krzie | with pretty heavy usage | 11:08 |
krzie | that is why im willing to spend the serious $$ to get a new fully loaded one | 11:08 |
krzie | well fully loaded except the SSD, i am doing that aftermarket with a kit that mods the dvd bay into another HD bay, with a better drive than they ship with | 11:10 |
paalsteek | krzie: http://stephan-platz.de/xdandroid.7z | 11:13 |
paalsteek | sorry wrong link: http://xdandroid.stephan-platz.de/xdandroid.7z | 11:14 |
krzie | thank you! | 11:15 |
krzie | sry bout my low bw, i can grab it from a 100mbit and xfer to me from there if you like | 11:16 |
paalsteek | don't worry about that | 11:16 |
krzie | cool | 11:16 |
paalsteek | as long a you are getting ready the next 1.5 hours i'm stil online | 11:17 |
paalsteek | *still | 11:17 |
TheDeadCPU | Anyone know why babijoee hasn't been on here for a while? | 11:21 |
krzie | if the speed stays constant i should have it in ~ 40min | 11:21 |
*** NevroPus has quit IRC | 11:23 | |
paalsteek | TheDeadCPU: babijoee was here yesterday | 11:24 |
paalsteek | until 6 pm cest = 4 pm utc | 11:25 |
TheDeadCPU | Damn,. | 11:26 |
*** |Jeroen| has joined #xdandroid | 11:41 | |
*** hamagc has joined #xdandroid | 11:46 | |
*** TheDeadCPU has left #xdandroid | 11:48 | |
*** Timber has joined #xdandroid | 11:51 | |
hamagc | krzie, i think your problem is the startup.txt file. thats usually the issue when haret loads and the phone just resets. | 11:53 |
krzie | ahh interesting | 11:53 |
krzie | in 5min i will have paalsteek's setup which is working on his | 11:53 |
krzie | i will check if his startup.txt is different in addition to testing if his boots as-is | 11:54 |
*** hamagc has quit IRC | 11:55 | |
*** hamagc has joined #xdandroid | 11:55 | |
*** hamagc has left #xdandroid | 11:55 | |
*** hamagc has joined #xdandroid | 11:55 | |
hamagc | damned quassel is broken for me again | 11:57 |
hamagc | doesn't want to update the chatroom anymore | 11:57 |
*** hamagc has quit IRC | 11:57 | |
*** hamagc has joined #xdandroid | 11:58 | |
hamagc | test | 12:00 |
krzie | pong | 12:00 |
paalsteek | i have to go | 12:00 |
paalsteek | krzie: hope it will work for you | 12:01 |
paalsteek | by | 12:01 |
krzie | thank you again | 12:04 |
krzie | bye | 12:04 |
krzie | only diff in our startup.txt is his has htc_hw.call_vol=0" at the end of his set cmdline | 12:05 |
*** hamagc has quit IRC | 12:07 | |
krzie | i wonder if activesync was converting something | 12:11 |
krzie | disabled that, now moving files over to the phone to test PS's known working config | 12:12 |
krzie | hrm, does the same thing! | 12:14 |
krzie | so weird | 12:14 |
krzie | i am using the exact same files that paalsteek is using, they work for him and not for me | 12:14 |
krzie | and we have the same model diamond2 | 12:16 |
*** gladiac_ has joined #xdandroid | 12:19 | |
*** hamagc has joined #xdandroid | 12:19 | |
hamagc | quassel broke :( | 12:20 |
krzie | doh | 12:20 |
gladiac_ | huh? | 12:20 |
krzie | can i paste you what i said when you were gone? | 12:20 |
hamagc | i got it in the logs | 12:20 |
hamagc | so hmm, still rebooting after haret? | 12:20 |
krzie | can i paste you what i said when you were gone? | 12:20 |
krzie | yes | 12:20 |
hamagc | no text on the screen or anything? | 12:21 |
krzie | oops | 12:21 |
*** TheDeadCPU has joined #xdandroid | 12:21 | |
krzie | i meant to say "you have logs from when your client was not here" | 12:21 |
krzie | nope, no text at all | 12:21 |
krzie | just reboot | 12:21 |
krzie | maybe i should reset first, no idea what is on the phone from previous owner | 12:21 |
krzie | it had previous calls and whatnot | 12:21 |
krzie | maybe he had something that broke it somehow if that is possible *shrug* | 12:22 |
hamagc | ehh, wouldn't make any difference | 12:22 |
krzie | ok | 12:22 |
krzie | the files i am using in my storage card now are = to paalsteek's, and his boots | 12:23 |
krzie | so i assume that rules them out as the issue | 12:23 |
hamagc | are you using the same startup.txt? or does it just look the same? | 12:23 |
hamagc | i have seen some weird things with formatting of the startup.txt (little squares instead of lines) that have caused issues. | 12:23 |
krzie | i un7zip the 7z he gave me, and moved them all to the storage card using activesync without conversion enabled | 12:24 |
*** babijoee has joined #xdandroid | 12:24 | |
*** Timber has quit IRC | 12:25 | |
*** Timber has joined #xdandroid | 12:25 | |
krzie | i can look at it in unix so see if has CRLF or something | 12:25 |
hamagc | and your on diamond2? | 12:26 |
hamagc | the only thing i can really think is the startup.txt | 12:26 |
hamagc | by the time haret reboots you the only thing loaded is startup.txt | 12:26 |
krzie | looks fine from bash and in WM on the diamond2 | 12:26 |
*** TheDeadCPU|BRAVO has joined #xdandroid | 12:27 | |
TheDeadCPU|BRAVO | babijoee! | 12:27 |
krzie | http://pastebin.com/mcMCnXMQ | 12:27 |
babijoee | yo | 12:28 |
TheDeadCPU|BRAVO | Do you have anything to do with xda accepting my moderator application? | 12:29 |
*** TheDeadCPU has quit IRC | 12:29 | |
*** TheDeadCPU|BRAVO is now known as TheDeadCPU | 12:29 | |
*** Reefermattness has joined #xdandroid | 12:32 | |
*** TheDeadCPU has quit IRC | 12:34 | |
*** programmer89221 has quit IRC | 12:35 | |
*** TheDeadCPU has joined #xdandroid | 12:35 | |
hamagc | hmm that looks right | 12:38 |
MrObvious | Morning. | 12:49 |
babijoee | nop | 12:50 |
babijoee | which forum u under? | 12:50 |
*** |Jeroen| has quit IRC | 13:11 | |
*** mes has joined #xdandroid | 13:17 | |
paalsteek | krzie: did you try formatting your sdcard | 13:22 |
paalsteek | maybe thats an issue for the kernel | 13:22 |
paalsteek | also i have a little different setting on my device but currently no chance to get in to the internet | 13:22 |
hamagc | that was going to be my next suggestiong. use the hp format tool to format it. | 13:27 |
gladiac_ | isn't he on linux? he can just use mkfs.vfat after using fdisk to create the first primary partition... | 13:29 |
TheDeadCPU | babijoee, Legend and X10 Mini. | 13:36 |
babijoee | ah k | 13:37 |
babijoee | nice | 13:37 |
*** Timber has quit IRC | 13:38 | |
*** programmer8922 has joined #xdandroid | 13:38 | |
TheDeadCPU | 'Cause someone has said I was ok for it.. | 13:38 |
*** programmer8922 has quit IRC | 13:40 | |
*** programmer89221 has joined #xdandroid | 13:40 | |
*** Reefer has joined #xdandroid | 13:41 | |
Reefer | Morning guys | 13:41 |
Reefer | grrr wtf is up with my name. | 13:41 |
MrObvious | If you're registered with nickserv just kick it out. | 13:42 |
MrObvious | /msg nickserv ghost username pass | 13:42 |
*** Reefermattness has quit IRC | 13:43 | |
*** Reefer has left #xdandroid | 13:43 | |
*** Reefermattness has joined #xdandroid | 13:43 | |
Reefermattness | Thanks :) I was trying the wrong command | 13:43 |
krzie | paalsteek, nope, but i will try now | 13:44 |
Reefermattness | Anyone who knows I have a quick question. Im looking at this new thread in the tp2 section for the neocore builds. Would it also speed up our builds it we formatted our SD card in the same 3 FAT/EXT/SWAP partitions? Or would it break our builds? | 13:49 |
*** babijoee has quit IRC | 13:52 | |
*** programmer89221 has quit IRC | 13:55 | |
*** m_a_r_k has quit IRC | 14:01 | |
krzie | i also reset the phone to factory settings, for the hell of it | 14:01 |
*** m_a_r_k has joined #xdandroid | 14:04 | |
krzie | interesting, i got resco explorer and am trying to format the sd, it says to check if it is unlocked | 14:17 |
krzie | now i think i have found the problem, its sdhc | 14:17 |
*** m_a_r_k has quit IRC | 14:18 | |
*** m_a_r_k has joined #xdandroid | 14:18 | |
krzie | oh nope, that should not be a problem, its only 4gb | 14:19 |
*** Reefermattness has quit IRC | 14:20 | |
*** m_a_r_k has quit IRC | 14:26 | |
*** m_a_r_k has joined #xdandroid | 14:32 | |
*** Reefermattness has joined #xdandroid | 14:38 | |
*** Reefermattness has quit IRC | 14:41 | |
*** ke- has quit IRC | 14:48 | |
TheDeadCPU | Anyone here have experience moderating vBulletin boards? | 14:57 |
*** xUmaRix has joined #xdandroid | 15:03 | |
*** Unholy has joined #xdandroid | 15:04 | |
*** Reefermattness has joined #xdandroid | 15:06 | |
krzie | i just got a new card reader, gunna check if i can format from pc | 15:14 |
krzie | TheDeadCPU, i cant remember what the openvpn forum used to run, but now its phpbb | 15:14 |
krzie | i mod it | 15:14 |
krzie | so if it was vbulletin, then yes, but im not sure | 15:15 |
TheDeadCPU | You might be able to help. I want to insert a post into the thread. Like, so that it's the second post in the thread. | 15:15 |
*** Reefermattness has quit IRC | 15:15 | |
TheDeadCPU | I know it is possible, but I don't know how. | 15:15 |
krzie | hrm, not sure | 15:20 |
TheDeadCPU | kk | 15:21 |
TheDeadCPU | Can't find it online either. | 15:21 |
krzie | looked in their manual? | 15:23 |
TheDeadCPU | Yup | 15:23 |
krzie | http://www.vbulletin.com/docs/html/vb2_manual_cp_addingforums | 15:23 |
krzie | oh | 15:23 |
TheDeadCPU | I've searched all of vBulletin | 15:23 |
krzie | insert it into the db manually? | 15:31 |
TheDeadCPU | I don't think the XDA Admins would let me do that lol | 15:31 |
krzie | ahh didnt know that was the forum in question lol | 15:33 |
TheDeadCPU | lol | 15:33 |
krzie | paalsteek, ok, tried resetting the phone, formatting the sd, using the same files as you | 15:35 |
hamagc | lol you could just steal someones second post :P | 15:35 |
krzie | same deal, it just reboots when i run haret | 15:35 |
gladiac_ | still.. | 15:38 |
hamagc | ok i think i have something for you | 15:40 |
hamagc | look here: http://forum.xda-developers.com/showthread.php?t=509493&page=382 | 15:42 |
hamagc | bottom of the page, maybe 5 posts up from the bottom. something about monodie which is uncommon in the topaz but is causing issues for those with it? | 15:44 |
hamagc | i dunno as i'm not a topaz guy. some people are saying they didn't have an issue with the newest kernal but worth looking into | 15:44 |
krzie | thanx, reading now | 16:13 |
*** Reefermattness has joined #xdandroid | 16:16 | |
krzie | hrm time to figure out how to know if i have monodie or dualdie | 16:20 |
sle118 | hello hamagc | 16:27 |
hamagc | hello sle118\ | 16:27 |
sle118 | I experienced something new today with the new kernel | 16:27 |
sle118 | the telephone rebooted itself right after starting to ring | 16:28 |
sle118 | someone (a contact) called in and pouf! reboot! | 16:28 |
sle118 | never had this one | 16:28 |
hamagc | interesting, sounds like a kernal panic. happens from time to time.i haven't had that happen myself yet | 16:28 |
sle118 | I guess there is a start for everything | 16:28 |
hamagc | but i have seen reports of it | 16:28 |
sle118 | so a reboot is kernel panicÉ | 16:29 |
sle118 | ? | 16:29 |
sle118 | Is there a way to retrieve the logs after a crash? | 16:29 |
hamagc | yes, let me get you a link | 16:29 |
hamagc | http://forum.ppcgeeks.com/showthread.php?t=104276 | 16:31 |
hamagc | post #3 | 16:31 |
hamagc | logs for debugging | 16:31 |
sle118 | ok | 16:35 |
sle118 | got it | 16:35 |
sle118 | will do | 16:35 |
sle118 | I guess having kernel messages help with the troubleshooting effort | 16:35 |
sle118 | GTG. Jogging! | 16:35 |
*** TheDeadCPU has quit IRC | 16:36 | |
krzie | heyyyyy | 16:38 |
krzie | hamagc, i must have a monodie! | 16:38 |
hamagc | thats what it looks like. | 16:38 |
krzie | http://forum.xda-developers.com/showpost.php?p=7267372&postcount=196 | 16:39 |
krzie | i used the file from there, and im finally getting somewhere | 16:39 |
hamagc | i saw one person saying something about an older or newer kernal working for him so you might want to play. also you can try to do the same thing i just told sle118 and do a dmesg debug and see if anything different happens. | 16:39 |
krzie | my needs will be pretty simple, i dont care about wifi or phone, only data | 16:39 |
*** gladiac_ has quit IRC | 16:40 | |
hamagc | well play with it and let me know if you end up getting a working files to run | 16:40 |
krzie | definitely going to play, will report back =] | 16:41 |
hamagc | now that kernal is pretty old (7/20) but data should be working. good luck! | 16:41 |
krzie | well now that THAT works, i will see about getting newer ones | 16:41 |
krzie | finally have something to start from =] | 16:41 |
hamagc | it did work for you? | 16:43 |
krzie | yup, booted right up | 16:43 |
hamagc | nice! | 16:43 |
krzie | ya man | 16:44 |
krzie | heres the funny part | 16:44 |
krzie | [15:36] <EviL_DORK> the phaser 8400 has been warming up for 10 minutes now | 16:44 |
krzie | [15:36] <EviL_DORK> it prints! | 16:44 |
krzie | [15:38] <EviL_DORK> clearly it wasn't planning on printing anything until i bitched about it on irc first | 16:44 |
krzie | [16:31] <krzie> damn phone wont boot into android | 16:44 |
krzie | [16:31] * krzie waits | 16:44 |
krzie | [16:34] <EviL_DORK> does it work for phones like it does for printers? | 16:44 |
krzie | [16:37] <krzie> muahahaa | 16:44 |
krzie | [16:37] <krzie> it works! | 16:44 |
hamagc | lol it looks like it. good old irc. a little complaining on here does wonders i guess | 16:45 |
krzie | lol | 16:45 |
xUmaRix | wish could use 35mm headset for xdandroid with calls | 16:56 |
Reefermattness | wish i had a million dollars | 16:57 |
hamagc | i wish xdandroid was work perfectly :P | 16:59 |
krzie | it doesnt grant wishes, you need to complain that those things arent true! | 17:00 |
krzie | ;] | 17:00 |
hamagc | lol right | 17:00 |
krzie | hah looks like the monodie you linked me to was the newest | 17:04 |
krzie | whoa this one boots WAY faster | 17:06 |
krzie | wifi work | 17:08 |
hamagc | same kernal? | 17:09 |
krzie | http://forum.xda-developers.com/showthread.php?t=738341 | 17:10 |
krzie | the one from there | 17:10 |
krzie | posted july28 | 17:10 |
hamagc | ok nice. maybe phh can take a look at it to see if it is something we can implement in our build so the new bug fixes posted to the kernal will work with your device. | 17:11 |
phh | ? | 17:12 |
phh | what don't you understand in "Update: The code has been committed to gitorious. Fetch newer builds from the autobuild service. Thanks to everyone who tested!" ? | 17:12 |
krzie | monodie | 17:12 |
phh | ah. | 17:13 |
phh | you're telling me both monodie and dualdie works ? | 17:13 |
krzie | only monodie works on my phone, finally got android booting =] | 17:13 |
hamagc | i can't tell lol. he has a monodie working, dualdie works, but it doesn't look like the monodie changes have made it to the regular kernal yet. | 17:13 |
phh | hamagc: it did | 17:14 |
phh | but because of some stupid idiots, we can't keep it | 17:14 |
hamagc | well thats stupid | 17:14 |
phh | well that's what I've understood, I'll have to ask mweirauch for more details (he is the one who did the monodie thing) | 17:15 |
Unholy | hello | 17:34 |
krzie | hello | 17:38 |
hamagc | hello | 17:44 |
*** Unholy has quit IRC | 17:44 | |
phh | hello | 17:45 |
*** Unholy has joined #xdandroid | 17:45 | |
krzie | is it also possible to install android over windows mobile so that i no longer have windows mobile? | 17:50 |
phh | no | 17:51 |
krzie | or at least a trick to put haret on the today screen? | 17:51 |
phh | there are "dual boot" things | 17:51 |
krzie | (i will not be the final owner) | 17:51 |
*** Unholy has quit IRC | 17:52 | |
hamagc | gen.y dual boot. loads first in windows so you can skip alot of loading time and go right to android. also can put it as a link on the today screen (cookie home tab) and click it to get to android. | 17:54 |
*** Unholy has joined #xdandroid | 17:55 | |
krzie | ahh sweet | 17:59 |
krzie | that'll make it much easier for the boss to use | 18:00 |
krzie | i think im going to get myself one of these too | 18:00 |
krzie | (or maybe il have him get me one ;] ) | 18:00 |
krzie | i have an iphone now, but im liking this better | 18:00 |
hamagc | that'll happen | 18:00 |
krzie | "here, it is all setup... i dont know if there will be any problems tho, but if we get me one i can find any issues and how to fix them, then when you are around i can fix everything easy for you =] " | 18:06 |
Unholy | krzie: you want to scam your boss, into getting a tp with android thinking its a native device? | 18:12 |
krzie | tp=? | 18:13 |
Unholy | touch pro or w/e device you have | 18:14 |
krzie | ahh | 18:14 |
krzie | he doesnt know what android is, nor does he care | 18:14 |
Unholy | i see | 18:14 |
krzie | im setting this up so he can press 1 button, it will connect to the vpn and show him statistics from a page that is outputted by an app i made | 18:14 |
krzie | grabs info from the db and outputs charts and graphs, basically it answers every question he ever calls and asks | 18:15 |
krzie | we used to not even be able to answer the questions | 18:15 |
Unholy | i see | 18:15 |
krzie | now we look at the page my app makes to answer them | 18:15 |
krzie | soon he will look at the page himself with this phone | 18:16 |
krzie | =] | 18:16 |
Unholy | your aware battery life is no were as good as in wm right? | 18:16 |
Unholy | he gona have to be a salve to the charger | 18:16 |
krzie | was not aware, but theres no way he would go through the necessary process in WM | 18:17 |
krzie | just starting openvpn in WM is annoying | 18:17 |
krzie | he'ld try it 1x, then say screw it and never try it again | 18:17 |
krzie | lol | 18:17 |
Unholy | heh, just set brightness to lowest if posible and try not to leave wifi on | 18:19 |
Unholy | you can expect a good 5-6 hours of battery, with moderate use | 18:19 |
krzie | whoa | 18:20 |
krzie | well he will never use wifi | 18:21 |
krzie | nor will it be used as a phone | 18:21 |
krzie | he doesnt like complex phones | 18:21 |
krzie | hes more of a simple flip phone kinda guy | 18:22 |
Unholy | i see, then your good i guess | 18:22 |
krzie | well i hope so | 18:22 |
krzie | we'll see | 18:22 |
krzie | hes pretty good with slapping his phones on the charger | 18:23 |
krzie | i guess i better get him a car charger too | 18:23 |
*** mes has quit IRC | 18:25 | |
hamagc | ok guys i'm off. see you all next week sometime | 18:29 |
Unholy | cya | 18:29 |
*** hamagc has quit IRC | 18:30 | |
*** Reefermattness has quit IRC | 18:38 | |
*** mes has joined #xdandroid | 18:47 | |
*** programmer8922 has joined #xdandroid | 19:11 | |
*** CazH has joined #xdandroid | 19:36 | |
*** mes has quit IRC | 19:46 | |
*** WisTilt2 has quit IRC | 20:08 | |
*** Unholy has quit IRC | 20:15 | |
*** Unholy has joined #xdandroid | 20:18 | |
*** Ashar has joined #xdandroid | 20:40 | |
*** Ashar has quit IRC | 21:36 | |
x2 | ok sooo i went back to WM for one day | 21:39 |
x2 | cant stand it already | 21:39 |
x2 | and am switching back to dual boot autoboot android now | 21:39 |
x2 | :/ | 21:39 |
*** Slashedice has joined #xdandroid | 22:47 | |
Slashedice | hello all | 22:48 |
*** Slashedice has left #xdandroid | 22:51 | |
*** x2 has quit IRC | 22:53 | |
*** x2 has joined #xdandroid | 22:59 | |
*** sle118 has quit IRC | 23:00 | |
*** programmer8922 has quit IRC | 23:32 | |
*** programmer8922 has joined #xdandroid | 23:33 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!