IRC log for #htc-linux on 20090626

00:00.15tmztoh, didn't know that
00:00.48dcordesI know it's all different with the A and new wince amss
00:05.49tmztyou in #android?
00:09.09dcordestmzt, yes
00:09.19dcordeso didn't see
00:14.14*** join/#htc-linux stoked (n=t808490@174.6.56.53)
00:18.49*** join/#htc-linux szsoftware (n=sven@e178206206.adsl.alicedsl.de)
01:32.36*** join/#htc-linux stickboy (n=anonymou@ool-457e4101.dyn.optonline.net)
01:54.30*** join/#htc-linux darkstar62 (n=darkstar@97-126-107-190.tukw.qwest.net)
01:58.43*** join/#htc-linux stoked (n=t808490@174.6.56.53)
02:33.05*** join/#htc-linux JrGong (n=kvirc@c-75-74-119-89.hsd1.fl.comcast.net)
02:33.52JrGongbut yeah....you know of a way to configure one of the rmnet devices tmzt?
02:34.45tmztrmnet should just be ifconfig
02:34.55tmztrmnet is for 3g/gprs, not wifi
02:35.00JrGongright
02:35.07JrGongI am just thinking about all of my options
02:35.18tmztnot surebhow it gets ip from qmi
02:36.06JrGongi figured just sends out  a dhcp request :P it was the layer 1and2 I am not sure how it negotiates
02:36.41tmztdon't think so
02:37.04tmztqmi is a special protocol for negotiating the data connection parameters
02:37.05JrGongbasically I am too uneducated to cross-compile complicated apps for the android kernel, and since android process itself takes up too much memory I figured I would try all this stuff from the recovery mode
02:37.15JrGonggotcha
02:37.19tmztcool
02:37.51JrGongI managed to get running what I wanted, but it's pointless without some sort of internet connection
02:40.03JrGonghow hard would it be to get the dream to just boot debain natively rather than having to bootstrap it?
02:46.26tmztI think you can install it on the system partition
02:46.44tmztwhat does ifconfig rmnet0 say?
02:47.20tmztnetconfig has source, we could make a small utility just to bring up qmi
02:47.22JrGongwell when I boot into android I get an ip address
02:47.44JrGongI can cross-compile simple apps
02:47.52tmztdon't know where in android that is
02:48.03tmztyou can build natively on debian too
02:48.27JrGongimagine it would be pretty slow....not that it really matters though
02:48.42JrGongdon't know where what is in android?
02:49.13tmztyeah
02:49.26tmztnot too slow for small applications
02:49.47tmztwhere the code to bring up the data connection is
02:49.51JrGongplus I have time :P
02:49.54tmzthave you tried ifup?
02:49.59tmztifconfig up
02:50.18JrGongoh I can bring the rmnet interfaces up
02:50.24JrGongbut getting an ip is another story
02:50.40tmztcan you read c?
02:50.52JrGonga little
02:50.57tmztwait, hold on
02:51.08JrGongreading it and understanding it are 2 different things :P
02:55.28JrGongget this from dmesg when edge becomes available http://pastebin.com/m6ae570a9
03:03.29*** join/#htc-linux TheNovice (n=steelgun@89.250.5.159)
03:03.41*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
03:05.22TheNoviceHELP!!
03:05.40JrGong......
03:05.43tmzthey
03:06.06tmztin android, try netcfg down
03:06.11tmztdisable radio
03:06.15tmztnetcfg up
03:07.05tmztnetcfg rmnet0 up
03:07.19tmztnetcfg up rmnet0
03:07.45tmztlooks like netcfg will compile on debian if libnetconfig will
03:07.55tmztcan't see how it gets ip bthough
03:07.59JrGongthat did the trick
03:08.05JrGongwell wait....
03:08.06TheNoviceHow to install Android in a HTC diamond 2 ?
03:08.38JrGongi can run netcfg using the android kernel...bootstrap into debain and it will carry the connection over...
03:08.45JrGongor should
03:09.01JrGonglemme just see what netcfg does in recovery mode
03:09.38*** join/#htc-linux mrmoku|a` (n=mrmoku@ppp-93-104-115-5.dynamic.mnet-online.de)
03:10.22JrGongis netcfg really different than ifconfig..or is it doing more behind the scenes?
03:12.05JrGongnetcfg brings up rment0...but no ip assigned...
03:12.48tmztah
03:13.02JrGongrment_open() in dmesg
03:13.05tmztecho -n up > /dev/qmi
03:13.56tmztecho -n up: > /dev/qmi
03:14.02JrGongwith or without the ':'
03:14.03JrGong?
03:14.07tmztecho -n up:APN > /dev/qmi
03:14.11JrGonghehe
03:14.46tmztlet's try this again
03:15.02JrGongnow...should APN actually be whatever apn I should be using?
03:15.05tmztecho -n 'up:APN USER PASS' > /dev/qmi
03:15.07tmztyes
03:15.20tmzt'/dev/qmi exists right?
03:15.23JrGongok....and what would my user and pass be?
03:15.36JrGongwell echo didn;t throw an error but lemme checl
03:15.37tmztwhatever the carrier wants
03:16.43JrGongwhere could I find my user and pass on my phone....eh I am sure with some research I can figure out what tmobile's stuff is
03:16.53JrGongand yes...quite a few qmi's lying about
03:17.07JrGongqmi,qmi0,qmi1,qmi2
03:18.19JrGongby the way...appreciate all of the help :)
03:19.01JrGongI guess I could just cat /dev/qmi in android and it should tell me whats up....
03:21.22tmztit appears it will tlee you when 3g goes away
03:21.46JrGongtlee?
03:21.51tmzttell
03:21.56JrGongah :p
03:22.04JrGongI don't have 3g anyway here
03:22.05tmztbut it will wait for data from the modem
03:22.08tmztok
03:22.15tmztI mean any events
03:24.09tmztbut you have to set ip/dns manually from the output it seems
03:24.09JrGongreally?
03:24.09tmztso you need to cat /dev/qmi &
03:24.09tmztbefore the echo
03:24.10*** part/#htc-linux TheNovice (n=steelgun@89.250.5.159)
03:24.23JrGonghrmm
03:24.30JrGongin android no /dev/qmi
03:24.35JrGongjust qmi0-2
03:24.42JrGongand catting just hangs
03:25.17tmztyeah, ok
03:25.38tmztstrings /system/lib/libhtcril*.so
03:25.46tmztit's long
03:25.51tmztjust look for qmi
03:26.38JrGonggoogling strings command
03:27.49xsachait just lists sll strings in a file
03:27.53xsachahi
03:28.00*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
03:28.08JrGongso I see
03:28.18JrGonglooks like I have all the info I need from the settings though
03:28.42xsachajust woke up and see that MJ is gone :(
03:28.54JrGongepc.tmobile.com none none
03:29.48xsachamy APN telstra.internet and no user or pass.. dont get what user n pass would be for
03:30.03JrGongguess some carriers use it
03:31.02JrGongbut now my question is which qmi do I echo to?
03:31.15JrGongI guess it couldn't hurt to hit em all
03:41.07JrGongi got something....on the right track..just needs some tweaking
03:42.44tmztwhat did you get?
03:44.46JrGongI haven't tried all of the qmi's yet
03:45.22JrGongbut with qmi0 i get a qmi: wds: network start failed (000e)
03:45.40JrGongbut there are too many variables..
03:46.18tmztvariables?
03:46.28JrGongdo I need to echo all of the qmi's.....if the user and pass is 'none' do I put anything in
03:46.40tmztdid youbrun strings on the ril?
03:46.50tmztput three spaces
03:46.58JrGong... no
03:47.45JrGongnot yet that is :P
03:50.31JrGonganyplace to figure out what those error codes are....
03:51.01JrGongwhen it runs in android and works I still get this error
03:51.07JrGongqmi: wds: network start failed (001a)
03:51.25JrGongand when in recovery mode the error code is 000e
03:54.08JrGonghttp://gathering.tweakers.net/forum/list_messages/1309767/50  it's dutch or something but they are talking about that error code
03:55.24tmztah
03:55.35tmztyou need to register to the gsm netowrk
03:55.47tmztcat /dev/smd0 &
03:55.48JrGong?
03:56.04JrGongI get smd messages in dmesg
03:56.12JrGongwhere are you finding all this info? :)
03:56.42tmztecho -e 'ATE1V1\r' > /dev/smd0
03:56.42JrGongSMD: ch 11 OPENING --> OPENED
03:56.59tmztecho -e 'AT+CFUN=1\r' > /dev/smd0
03:57.11JrGongSMD: ch 38 OPENING --> OPENED
03:57.12tmzthope you don't have your sim locked
03:57.22JrGong....I do :(
03:57.29JrGongnot for long..but at the moment I do
03:57.34tmztok
03:57.41tmztAT+CPIN=pin
03:57.47tmztI think that's it
03:58.15JrGongsmd0 already exists
03:58.21tmztyeah
03:58.26tmztthat's ok
03:58.47tmztdid you get a respone?
03:59.08JrGonghold on....hard typin in the dark on these little keys :P
03:59.28tmztcan you enable keylight?
03:59.37JrGongI don't know...can I :)
03:59.40JrGong?
03:59.43tmztls /sys/class/leds
04:00.13JrGongI see lcd-blacklight
04:00.23JrGongand keyboard-backlight
04:00.50tmztcool
04:00.58tmztecho 255 into brightness
04:01.10JrGongbrightness?
04:01.28JrGongis getting sleepy, please bear with me :)
04:01.59JrGongnvm'
04:02.05JrGongfiguring it out
04:04.46tmztcool, we should probably get calling work on g1 first anyway
04:05.24JrGongtrue :P
04:05.26JrGongok  ok
04:05.40JrGongwhats with the AT+CPIN....do I need that
04:06.19tmztif you disable pin, no
04:06.41JrGongas simlock?
04:07.07tmztyes
04:07.33JrGongwell I am simlocked right now
04:07.47JrGongwhat would my pin be exaclty?
04:08.13JrGongand I am assuming the only reasonable way to unlock it is to call tmobile for an unlock code
04:12.17*** join/#htc-linux goxboxlive (n=jrs@mail2.hjellnesconsult.no)
04:12.37tmztno
04:12.42tmztnot that
04:13.13tmztthe pin you have to enter when you turn on the phone
04:14.03JrGong? g1 uses the touch thingy
04:14.13JrGongthat pin?
04:14.21tmztok, don't worry then
04:14.23tmztnor
04:14.25tmztno
04:14.36tmztbut you don't have it enabled
04:14.41JrGongso just try the 2 previous commands then?
04:14.44JrGongOH!
04:14.50JrGongsimlock
04:15.01JrGongI know what your talking abou now
04:15.16tmztthe thing you use to keep someone from taking your sim card
04:15.35tmztjust try the at and qmi commands
04:15.40tmztit should work now
04:18.32JrGonghrmmm
04:18.40JrGongno qmi messages
04:20.06JrGongwait there they are...same thing though
04:20.15JrGonglemme reboot and start from scratch
04:20.34JrGongthink I should bring up interface, do smd then qmi?
04:22.42tmztyeah
04:28.42JrGongok..my eyes are starting to blur....
04:28.49JrGonglooks liek I am getting the same error
04:29.38JrGongI am going to mess around with it....where are you finding out how to do all of this?
04:30.00JrGongafter i did most of the commands I realized I hadn't brought up rmnet0
04:30.00tmztno where
04:30.09JrGonghow do you know all of this?
04:30.31tmztI've known the theory behind qmi/rmnet since android/g1 was released
04:30.45tmztthis is mostly from kernel and android code now
04:31.15JrGongyour fucking awesome I will tell you that much
04:31.47JrGongyou mind if we pick this up at a later date...I am exhausted
04:32.27tmztyeah sure
04:32.39JrGongI notice whenever I bring up rmnet0 smd channels 39 and 11 open
04:32.58JrGongand when I run your commands for smd ch0 is opened
04:33.16tmzthey this led to something really interesting
04:33.29tmztDATA5 and 6 are rmnet
04:33.29JrGongwhats that?
04:33.34JrGong?
04:33.58tmztwe have those on raph100 but suposedly not rmnet
04:34.18tmztI think it might be there
04:34.51JrGongyour going to have to go down a level...i really do want to understand what your saying :)
04:36.32tmztI mean this rmnet stuff might be on touch pro (gsm)
04:36.48tmztno more ppp :)
04:37.03tmztcould be wrong though
04:37.11JrGongonly one way to find out :p
04:37.32tmztyeah, but without qmi we have to bring it up differently
04:38.14JrGongone day I might have to pay you to really explain all of this too me :p
04:39.05tmztpay?
04:39.22tmztcome to #htc-linux when I'm on full-suze keyboard
04:39.27tmztsize
04:39.37JrGongawesome :)
04:40.09JrGongbetter watch out though...I am going to hold it to you
04:40.21JrGongalso check your pms
04:41.21tmzthey, I'm for users (and google search) being informed
04:41.41tmztmakes it easier to support things and get cool things done
04:41.55JrGongagreed :)
04:41.58tmztwhat I would ask is some testing of utilities
04:42.00tmzton g1
04:42.10tmztso we can compare with other phones
04:42.33*** join/#htc-linux droid0011 (n=mc@p4FDCE27D.dip.t-dialin.net)
04:42.37JrGongyou let me ask you stupid questions and I will help out however I can
04:42.48tmztok
04:43.21JrGonganyway...I gotta pass out....I am fucked or the morning....the ball and chain is going to let me have it
04:43.37JrGongcheck the pm I sent you before I go
04:44.22tmztyeah, it wouldn't reply though
04:44.38JrGong?
04:45.26tmztleft the : on your nick
04:49.55xsachayeah tmzt you do really awesome work! :D i'm amazed at what i can do on my phone now
04:51.16tmzthow's that going?
04:52.18xsachainstalling linux on my htpc
04:52.33xsacha32" screen, get more work done
04:52.55tmztyay
04:53.17tmztI'm working on something like that
04:53.35tmztsince everything is atsc here now
04:53.50tmztI have myth on laptop right now
05:00.10xsachai dont have a tv tuner
05:00.29tmztthey're great
05:00.37xsachait's integrated in to my montor
05:00.38tmztyou have license fee?
05:00.47xsachalicence?
05:01.07tmztyou pay for tv? like uk
05:01.25xsachano
05:01.29xsachafree2air
05:02.08tmztyeah, in uk they pay if the own a tv
05:02.17xsachalol
05:02.20tmzteven tuner thing
05:02.31xsachanaah dont have to pay here
05:02.40tmztyou're in au?
05:02.43xsachayes
05:02.47tmztok
05:02.55xsachawe have about 22 free to air digital channels and 2 radio channels
05:02.59tmztis it dvb?
05:03.02xsachayeah
05:03.54xsachai had a dvb card n computer when i lived at my mums instead of buying tv
05:04.16xsachabut now i have a tv with 3 hdmi ports etc.. i just press tv on remote to switch to tv
05:05.40tmztcool, but not good for recording
05:05.49xsachatrue, my tv has no way to record
05:06.02xsachaeven if i insert a usb. it can play media off usb cards but not record to them
05:06.26tmztwhat formats? only divx?
05:06.32tmztor mpeg2 also
05:06.47xsachayeah divx/mpeg2 and a few others
05:06.54tmztwill a full hard drive work?
05:06.57xsachayes
05:07.02tmztcool
05:07.05xsachajust has to plug in to usb port
05:07.24xsacharemote control has a record button but afaik it does nothing
05:07.41xsachaif only it ran linux, eh?
05:08.09tmzthey, that's fixable :)
05:08.20tmztplease, too many ports right now
05:08.31tmztthere was a media soc contributed though
05:08.47tmztdoes it have firewire?
05:08.53xsachano
05:09.02tmztyeah, probably not
05:09.23xsachait has over 40 ports bak there though
05:09.34xsachaincluding a digital audio out (optical) which is just a huge red light
05:10.15xsachahuge pin seral ports, headphone jacks, composite ports, hdmi ports, the lot
05:10.57xsachavga, s-video etc about 3 of everything
05:11.11tmztwow
05:11.24tmztjtag?
05:11.32xsachaim using vga and a headphone jack for my comp right now cause dont have hdmi on it
05:11.41xsachadont know what jtag looks like but it has a 'service' port
05:12.14tmztoh
05:12.17tmztserial?
05:12.26tmztincredible
05:13.55xsachas-video, dvi, av, component, composite, hdmi, vga + audio ins and headphone jack, usb, headphone out, antenna, service, digital audio out (optical), something with a lot of pins
05:14.27tmztwhat does service look like?
05:14.45xsachaa circle
05:15.08tmztfin?
05:15.10tmztdin?
05:15.12xsachain the middle and a sort of square cut out around it
05:15.15tmztcould be anything
05:20.19xsachatheres no way to get control of that integrated tv tuner when im on PC mode is there?
05:20.20xsachasorta sux
05:22.45*** join/#htc-linux stickboy_ (n=anonymou@ool-457e4101.dyn.optonline.net)
05:22.59tmztprobably not
05:23.18xsachamy tv has REALLY bad reception btw
05:23.48xsachathe roof antenna only gets 1 channel and my aerial gets every channel but only when stuck on the window about 5 metres away. sure, it doesnt help the tv is stuck in a corner but still. pretty sucky
05:24.53xsachaaerial=bunny ears
05:25.04tmztget a small computer and put by the window
05:25.12tmztthat's what I'm doing
05:26.42xsachaim sure there must be something wrong with the tuner
05:26.56xsachaive never had reception so bad off roof before, usually roof = guaranteed every channel
05:45.23xsachatmzt: in the manual it says: Service Port: Connect this to the jack on the optional wall mount bracket. This will allow you to adjust the TV viewing angle using your remote control.
05:46.08xsachadoes it swivel the wallmount or somethng?
05:47.29xsachaand it says the record button can be used to record if your tv has that feature (mine doesnt)
05:49.22tmztoh
05:49.33tmztit could be firmware
05:50.19tmztdoes it have room for a hard drive
05:50.55xsachano
05:51.08xsachayou can connect an external one via usb only
05:52.09tmztodd the left that off yours
05:52.47xsachait's a feature that you're meant to pay extra for lol
05:53.49xsachamine had DLNA but didnt have recording or ethernet
05:54.20tmztso how is the dlna supposed to work?
05:55.12xsachait's the movie options right? gives me a tonne of options for movies
05:56.31xsachanot sure.. what is DLNA? lol
05:56.35xsachait just says it on the box
05:57.27*** join/#htc-linux timebomb (n=tb@2309ds2-noe.0.fullrate.dk)
05:59.37xsachaoh wait, DNIe sorry
06:00.06xsachanot DLNA
06:01.37xsachait has new firmware dated november last year and january this year
06:02.36xsachaoh apparently my lcd supports recording
06:05.36xsachaapparently the record button is meant to send a message over HDMI telling your blu-ray player to record
06:09.33tmztyeah, thought that might be it
06:09.59xsachatoo bad the 'blu-ray' player, is the dvd player on my computer :(
06:10.28tmztdlna is the upnp video protocol
06:11.36xsachawow, im looking at this firmware (they make you extract it to usb)
06:11.46xsachathe filenames are oddly familar... rc.local, run.sh.enc, ..
06:12.11tmztyay
06:12.19xsachaappdata.img.enc, exe.img.enc
06:12.21tmztcelf probably
06:12.32tmztmake record work
06:12.41tmzteven if you need usb card
06:12.58tmzt.enc?
06:13.26xsachaencrypted? i dunno
06:13.38xsachathe run.sh.enc is a mess of random letters
06:13.48xsachaim lookng at rc.local which is only non-encrypted thing..
06:14.20xsacha#!/bin/sh export MAPLE_DEFAULT_PATH=/mtd_cmmlib  .... heaps of stuff about MAPLE
06:14.29xsachaso does my tv run linux?
06:15.15tmztprobably
06:15.29tmztcelinuxforum
06:15.42xsachaLD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_cmmlb/YWidget_LIBcd /mtd.exe/./exeDSP
06:15.49xsachabut they dont have to release source?
06:15.56tmztthere is some
06:16.08tmztbut I don't think you can run unsigned code
06:16.14tmztcelinuxforum.org
06:16.32xsachathe rc.local appears to add all this MAPLE widget stuff to paths
06:16.57xsachathere is a file MicomCtrl which is an ELF binary
06:17.26xsachaand i see in the linker: /lib/ld-linux.so.3     GNU
06:17.26tmztI thought it was all encrypted
06:17.39xsachathis file is the main directory, not encrypted
06:17.45tmztso probably arm based
06:17.55xsachathere's also a ddcmp and crc
06:17.57tmztwhat about kernel?
06:18.25xsachaGCC_3.5, GLIBC_2.4
06:18.33tmztnew
06:19.06xsachaGCC: (GNU) 4.2.0 20070319 (prerelease) (MontaVista 4.2.0)
06:19.18tmztat least gcc, or well it's not 4.x
06:19.38tmztfile /lib/ld-linux.so.3
06:19.49xsachalol@ /home/eos/invain/test11/TempDir.23384/glibc-2.5.90
06:20.04xsachathose files arent in there, they are referenced by MicomCtrl
06:22.06xsachai cant access them on my tv
06:22.09xsachai see the word 'ARM' used many times
06:22.09tmztok
06:22.10tmztso marvel or omap probably
06:22.23xsachaddcmp is an elf binary that compares the new version string to the old and decides whether the upgrade should go ahead
06:22.37xsachaif i wrote my own ddcmp and plugged it in the firmware, could i execute my own code on the tv?
06:23.16tmztnot sure
06:23.22xsachait seems to perform: /sbin/vd_xsrformat %s where %s is a .enc file
06:23.27tmztbreaking your tv is not fun though
06:23.34xsachaand has various messages like not a proper enc file
06:24.00tmztlook for aes/rsa etc. in that
06:24.18xsacha-o /dev/ufd0/3
06:25.02xsachahere we go.. marvell
06:25.38xsacha<PROTECTED>
06:25.40xsachabin*
06:26.34xsachano aes or rsa
06:27.05xsachait has CRC of %s is %s. last 4 char of %s is %s
06:27.29xsachaUsage: CRC [fle_name] [valid_info_file] {password}
06:27.37*** join/#htc-linux PoohbaLT (n=BlkPoohb@c-69-141-71-249.hsd1.nj.comcast.net)
06:31.08xsachaso what if i were to add a ls > mountpoint in the rc.local?
06:34.48*** join/#htc-linux kiozen (n=oeichler@p54921687.dip0.t-ipconnect.de)
06:39.50tmztis there a signed list of checksums?
06:41.36xsachanot sur
06:41.47xsachathe firmware doesnt seem to work anyway, it scans usb and finds nothing
06:50.19tmzt?
06:52.52*** part/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
07:02.51*** join/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
07:10.42*** join/#htc-linux PoohbaLT (n=BlkPoohb@c-69-141-71-249.hsd1.nj.comcast.net)
07:17.32*** join/#htc-linux Moku (n=John@f048055174.adsl.alicedsl.de)
07:37.21xsachapalm has updated source code for kernel, 1.02 is available now
07:38.30xsachawell the page is there, but the file isnt
07:40.38*** join/#htc-linux nebi (n=nebi@217.142.147.19)
07:42.03tmztchanges?
07:42.14xsachai cant d/l the file, it says file not found
07:42.19xsachai guess they are still uploading
08:06.26*** join/#htc-linux MethoS (n=clemens@host-091-097-245-060.ewe-ip-backbone.de)
08:12.44Treibholzgreat: all the keys come out of /dev/input/event2. Also when I rotate my display, I get something, it's just no key!
08:13.51*** join/#htc-linux xsacha-tv (n=sacha@203-214-116-29.dyn.iinet.net.au)
08:16.01*** join/#htc-linux pagix (n=pagix@c-5984e355.01-84-6e6b7010.cust.bredbandsbolaget.se)
08:19.38*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
08:49.43*** join/#htc-linux mickey|linuxtag (n=M@217.237.166.82)
08:57.24*** join/#htc-linux timebomb (n=tb@2309ds2-noe.0.fullrate.dk)
09:05.51*** join/#htc-linux cr2 (n=cr2@ip-90-187-156-130.web.vodafone.de)
09:06.05dcordesmorning
09:06.15cr2hi dcordes
09:06.24cr2any good news ?
09:06.37tmztstill awake
09:06.45dcordescr2, yes OE failed :D
09:06.49cr2i think we need to modify playwav.c
09:06.52tmzthave to go somewhere at two
09:06.53cr2hehe
09:07.01dcordestmzt, not me. just got up
09:07.18cr2yes, i'll leave soon too. need to by some spare parts for my car
09:07.56cr2mickey|linuxtag: are there any linuxtag news ?
09:08.02tmztI was talking with JrGong who is doing some tests with recovery bootstrapping debian on g1
09:08.12tmztso we can have a baseline for our code
09:08.23dcordesmaybe he can pick up the RPC chatter?
09:08.35dcordesfor audio routing I mean
09:08.53tmztalso found that DATA5 and 6 are used for rmnet on g1
09:09.03cr2dcordes: it seems to me that playwav does not do audio routing
09:09.17tmztand San confirmed that arm9 registers the server processes
09:09.19mickey|linuxtagcr2: no, it's a bit boring this year
09:09.22tmztno it doesn't
09:09.26dcordescr2, yes tmzt explained it to me but we need the routing in the long run?
09:09.40mickey|linuxtagalthough people love the HTC Touch Pro and would buy one if it had full Linux support ;)
09:09.44tmztif we can dump the rpc calls on g1 will that help?
09:10.04cr2dcordes: alsa would be the best in the long run, but we need some working hack first
09:10.08tmztmickey|linuxtag: should have got a thousand names and sent that to htc eu
09:10.23cr2tmzt: yes, the smem dump from g1 would be very nice to have
09:10.43tmztI don't mean smem, I mean we can dump calls as the happen
09:10.57cr2tmzt: several smem dumps, so one can see the gps init and such things.
09:11.02tmztmaking tracing acouztic simple
09:11.11tmztjust add printk to rpcrouter
09:11.33tmztor read/writes in the smd channel
09:11.49tmztwe can use debugfs and timestamps
09:11.58cr2tmzt: for the closed source parts like gps i'd prefer smem
09:12.08cr2yes, it's a good idea too
09:12.22tmzthow does gps access smd, what driver?
09:12.28tmztthe enpoints?
09:12.32tmztin /dev
09:12.41cr2but dumping smem is the easiet thing to do
09:12.59tmztyo can follow head/tail?
09:13.07cr2gps calls PDSM rpcs
09:13.14tmztyou can also see events like starting a call?
09:13.19cr2i need the fifo contents
09:13.34tmztwe need a patch
09:13.41cr2no, just a dump will be enough to see the history
09:13.50tmzthow extensive are the rpc changes
09:14.03tmztno, we need a patch for /dev/mem to work
09:14.06cr2printks ?
09:14.18tmztI mean your changes
09:14.21cr2it's a kernel config option
09:14.41cr2i don't have any changes
09:14.44tmztdidn't ast try that?
09:14.52cr2i just look at the smem dump with 'od'
09:14.52tmztstill didn't work I think
09:15.09cr2ah, ok
09:15.10tmztI mean changes versus android git
09:15.57cr2the .config ?
09:16.32tmztno, code changes
09:16.43tmztdifferent amss, etc.
09:28.55cr2dcordes: bt does not work on kaiser ?
09:29.20dcordesdidn't hear about bt on kaiser/vogue
09:30.03cr2on vogue it does not work
09:34.00dcordesthen I suspect it doesn't work on kaiser either
09:34.10goxboxlivehi cr2, long time no seen
09:54.09dcordescr2, what car do you drive?
10:08.55*** join/#htc-linux timebomb (n=tb@131.165.177.65)
10:20.54*** part/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
10:36.49*** join/#htc-linux timebomb (n=tb@131.165.177.65)
10:46.06*** join/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
10:51.03*** join/#htc-linux timebomb (n=tb@131.165.177.65)
11:28.01*** part/#htc-linux hymnis (n=hymnis@c-f756e555.031-65-67626717.cust.bredbandsbolaget.se)
11:32.40*** part/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
11:41.01*** join/#htc-linux MLM (n=mlvdmeid@5ED0BCBD.cable.ziggo.nl)
11:43.27*** join/#htc-linux Nemesis| (i=nemesis2@rand-des-wahnsinns.de)
12:02.44*** join/#htc-linux AstainZZZZZZ (n=AstainHe@unaffiliated/astainhellbring)
12:11.37*** join/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
12:17.25*** part/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
12:39.25*** join/#htc-linux ccube_ (n=ccube@ssh.ccube.de)
12:56.19*** join/#htc-linux JuNu_KN (n=chatzill@84.154.188.85)
13:02.20*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
13:02.20*** join/#htc-linux UnknownArtists (n=unknown@84.19.198.72)
13:17.20*** join/#htc-linux sdt555 (n=titus@147.145.40.44)
13:24.57*** part/#htc-linux pagix (n=pagix@c-5984e355.01-84-6e6b7010.cust.bredbandsbolaget.se)
13:29.43*** part/#htc-linux sdt555 (n=titus@147.145.40.44)
13:33.24*** join/#htc-linux MethoS- (n=clemens@host-091-097-246-153.ewe-ip-backbone.de)
13:36.39*** join/#htc-linux pleemans (n=toi@mailhost.infoco.be)
14:32.43*** join/#htc-linux Squarc (n=Squarc@145.81.0.139)
14:33.30*** join/#htc-linux darkstar62 (n=darkstar@m290e36d0.tmodns.net)
15:17.12*** join/#htc-linux dicki (n=dicki@cpc3-rdng6-0-0-cust831.winn.cable.ntl.com)
15:26.23*** join/#htc-linux Squarc (n=Squarc@145.81.0.139)
15:32.07*** join/#htc-linux goxboxlive (n=goxboxli@140.84-48-184.nextgentel.com)
15:39.55xsacha-tvlooking at the pre source code it looks like theyve written boards for heaps of omap1,2 and 3 devices..
15:40.05xsacha-tvone that stands out.. nokia 770
15:41.37xsacha-tvnokia n800 too
15:44.01xsacha-tvhtc artemis
15:45.28*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
15:47.55xsacha-tvso someone with artemis can run webos?
15:54.13*** join/#htc-linux nebi (n=nebi@217.142.147.19)
15:54.43dickihi, i'm new to running linux on htc devices and i'm struggling to find much info on haret and the diamond2 (topaz) anyone here with any experience?
15:59.18dcordesxsacha-tv, I only see artemis in the machtype update in the palm patches
15:59.53dcordesdicki, somebody here was poking around with the topaz
15:59.56dcordescheck the logs
16:01.01xsacha-tvdcordes, true
16:01.08xsacha-tvbut nokia 770 and n800?
16:01.33dcordesseems they added support for them
16:01.50dcordesor merged them in rather
16:02.06xsacha-tvjust an accident when merging patches?
16:02.18dcordesor they based off a tree which had them already :)
16:02.26xsacha-tvyeah
16:02.45dcordesmaybe they are even broken
16:02.56xsacha-tvor maybe they tested it on them first ;) haha
16:03.28dcordesheh
16:04.22xsacha-tvwell i added palms patches and my sdio card still doesnt work
16:04.34xsacha-tvso im putting it down to a 2.6.29 regression
16:05.28dcordesargh I hate openembedded. it's the worst in class cross compile system.
16:06.54xsacha-tvhey any idea how i would integrate my LEDs/vibrations/backlights with Android?
16:06.55*** join/#htc-linux Pagiz (n=pagix@c-5984e355.01-84-6e6b7010.cust.bredbandsbolaget.se)
16:06.59xsacha-tvso that it knows they exist
16:07.14*** part/#htc-linux Pagiz (n=pagix@c-5984e355.01-84-6e6b7010.cust.bredbandsbolaget.se)
16:07.52xsacha-tvfunny, android does double buffering (y axis).. well.. webos does triple buffering!
16:07.52dcordesno clue
16:08.04dcordesfor the pan
16:08.09dcordesor what
16:08.26xsacha-tv.yres_virtual = (480 * 3),    /* triple buffering */
16:09.50dickidcordes: thanks for the tip, had a look and it appears only wiggleraway is working on it at the moment (we've been in touch on XDA-Dev)
16:10.38dcordescool
16:10.46dickido you know of a crash course/idiots guide to linux on htc devices? i'm new to embedded linux but i am an embedded dev so if someone points me in the rigth direction i reckon i could help out
16:12.04dcordesdicki, on making linux work on htc devices or using it?
16:12.24dickiboth!
16:12.31dickii said i was new ;)
16:12.56dickitrying to follow that damn android thread on xda-dev isn't helping
16:13.07dickihte htc-linux wiki is just hardware specs
16:13.35dcordesright it needs much more stuff
16:13.47dickii'm up for writing up user guides
16:13.47dcordeswe should really put information on booting/investigating hardware
16:13.50dcordesthis is done using haret
16:14.00dickianything to stop all those sodding "is it done yet" questions...
16:14.16dcordeshttp://www.handhelds.org/moin/moin.cgi/HaRET
16:14.36dcordesthis is used to boot the linux kernel from within wince and also to research the hardware
16:14.36dickiyeah that seems out of date too
16:14.45dickino mention of current devices
16:14.47dcordesnot really
16:14.58dcordesyou only want the haret info from there
16:15.02dcordeshttp://www.handhelds.org/moin/moin.cgi/HaRET_20Documentation
16:15.42dcordeshere are the builds http://handhelds.org/~koconnor/haret/
16:17.07dickiahhh that documentation page is what i'm after, no idea how i missed that!
16:17.53dcordesit's well hidden
16:17.57dcordesthanks for the hint
16:18.29dcordesharet must get a good article in the htc-linux.org/wiki and a link on the front page
16:19.03*** join/#htc-linux The_Dude_2003 (n=Adium@p54A1C10F.dip.t-dialin.net)
16:19.05dickiyeah definitly
16:19.10*** part/#htc-linux The_Dude_2003 (n=Adium@p54A1C10F.dip.t-dialin.net)
16:19.15dickii'll keep notes of my learning experience
16:19.32dcordesok and you always welcome to update wiki ;)
16:19.46dickii will once i have something useful to add!
16:19.53dcordesnice
16:20.08dcordesdo you guys have a thread on xda about topaz linux kernel?
16:20.25dickinot linux specifically
16:20.28dickiandroid yes
16:20.37dickialready up to 3 pages of "is it done yet"
16:21.25dickianyway cheers for your help, i gotta dash now but i'll be back once i've learnt something
16:21.37dcordesgot the link?
16:21.58dcordesthe signal to noise rate in this topic is horrible I know ^^
16:22.17*** join/#htc-linux mickey|ICE1093 (n=M@92.116.180.32)
16:22.27dickihttp://forum.xda-developers.com/showthread.php?t=509493
16:23.00dcordesthanks
16:23.07dickino worries
16:23.09dickicyA
16:23.10dcordesalso have to run now. see you
16:23.13*** part/#htc-linux dicki (n=dicki@cpc3-rdng6-0-0-cust831.winn.cable.ntl.com)
16:28.26*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
16:29.47*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
16:35.40*** join/#htc-linux BabelO_tgv (n=fcr@193.253.141.77)
16:36.33*** join/#htc-linux hollo_ (n=hollo@3e6b7b2c.rev.stofanet.dk)
16:56.54*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
16:57.27*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
17:08.38*** join/#htc-linux toer_ (i=tore@179.81-166-86.customer.lyse.net)
17:08.40*** join/#htc-linux parmaster (i=par@dipole.idlepattern.com) [NETSPLIT VICTIM]
17:08.46*** join/#htc-linux high-rez (n=gus@carrera.bourg.net) [NETSPLIT VICTIM]
17:08.47*** join/#htc-linux pigeon (n=pigeon@eth5284.nsw.adsl.internode.on.net) [NETSPLIT VICTIM]
17:08.49*** join/#htc-linux MethoS- (n=clemens@host-091-097-246-153.ewe-ip-backbone.de) [NETSPLIT VICTIM]
17:08.49*** join/#htc-linux goxboxlive (n=goxboxli@140.84-48-184.nextgentel.com) [NETSPLIT VICTIM]
17:08.50*** join/#htc-linux [OpenSys] (n=vasco@fw.vslinux.net) [NETSPLIT VICTIM]
17:09.02*** join/#htc-linux DJWillis (i=djwillis@82.46.19.72)
17:09.04*** join/#htc-linux BabelO__ (n=fcr@193.253.141.76)
17:11.30AstainHellbringtmzt you around?
17:12.46*** join/#htc-linux Shinto (n=John@f053019190.adsl.alicedsl.de)
17:14.59tmztyeah
17:15.54AstainHellbringwas wondering if you knew anyone that would want any old vzw phones
17:16.12tmztlike?
17:16.22AstainHellbringq's or 6700s or i730s?
17:18.34xsacha-tvtmzt, i patched with palms patches.. same bug
17:19.13xsacha-tvtried to revert to old libertas driver but there have been a number of ABI changes in kernel since
17:20.37*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl)
17:21.21xsacha-tvthe old libertas driver is nothing alike
17:24.19tmztye"h. use the mvl one
17:24.37xsacha-tvi still need libertas though right?
17:24.44tmztI don't mean to use the whole patch
17:24.57xsacha-tvim only using sdio patch.. it's the only relevant part
17:25.42tmztok
17:25.52xsacha-tvi checked palms rom.. they have sd8686.bin, helper_sd8686.bin and mfg_sd8686.bin on their /lib/firmware
17:26.07xsacha-tvi dont have this mfg_ file. not sure what that means
17:26.07tmztmfg?
17:26.39tmztprobably calibration/eeprom
17:26.48tmztdepending on the size
17:27.14tmztoh, you mean in a file?
17:27.21tmztit could be another loader
17:27.30*** join/#htc-linux BabelO__ (n=fcr@193.253.141.76)
17:27.44xsacha-tvyeah a firmware file
17:28.04xsacha-tvit was about 90KB i think
17:28.12tmztanother preloader like helper
17:28.16tmztoh
17:28.22tmztthat's big
17:28.23xsacha-tvhelper is only 2.5KB
17:28.32xsacha-tvsd8686.bin is 120KB
17:28.47tmztso no
17:29.04tmztwouod be cool if it enabled ap or something
17:29.17tmztcan you cmp sd* mfg*
17:29.24xsacha-tvi stole the file but i have nothing to load it
17:29.53tmztcmp
17:29.57tmztin unix
17:31.09xsacha-tvit says they differ byte 6, line 1
17:31.17tmztoh
17:31.32tmztnot the same header or at least not the same values
17:31.38tmztxxd?
17:32.43xsacha-tvgave no output
17:33.14tmztxxd mfg PIPE less
17:33.44xsacha-tvpastebin it?
17:34.28xsachahttp://pastebin.ca/1475661
17:35.04*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
17:37.18xsachaand the normal sd8686.bin: http://pastebin.ca/1475668
17:37.33xsacha95KB for the mfg_
17:40.38*** join/#htc-linux stickboy (n=anonymou@ool-457e4101.dyn.optonline.net)
17:41.05tmzt806c, is that mvl?
17:41.30tmztdon't see initialization stuff but not sure what to look for
17:41.37tmztthe header is interesting
17:42.53xsachaxdd overwrites the file with the hexdump?
17:43.02tmztno
17:43.07tmztxxd
17:43.10xsachaoh whoops, i used other file as a second parameter
17:43.20tmztah
17:43.35xsachathats why header is interestng lol
17:44.06tmztwhy?
17:44.12tmztoh
17:44.14xsachathats the header of the hexdump
17:44.29tmztyeah
17:45.07xsachagonna extract the file again..
17:45.17*** join/#htc-linux cr2 (n=cr2@ip-90-187-12-61.web.vodafone.de)
17:45.37tmztcr2, hey
17:49.07cr2hi tmzt
17:49.56xsachahttp://pastebin.ca/1475680
17:50.02xsachaheaders of both files.. look similar
17:50.33cr2tmzt: i'm amazed that there is still no g1 smem dump
17:50.58cr2tmzt: i'll look at the clock research from yesterday
17:51.26xsachacan see that HkF.h.H.h repeated twice around a0-c0 in both
17:52.03tmztif we have a /dev/mem patch we can get a dump
17:52.14tmztxsacha-tv: paste here
17:52.17tmztshort
17:52.22xsachahow many lines?
17:52.26tmzt6
17:52.30xsachamfg_?
17:52.33tmztjust the header
17:52.35tmztyeah
17:52.48xsacha#
17:52.49xsacha0000000: 0100 0000 0010 00c0 0002 0000 e96b 4826  .............kH&
17:52.51xsacha#
17:52.52xsacha0000010: 0648 0068 806c 0128 05d1 0548 c078 0028  .H.h.l.(...H.x.(
17:52.54xsacha#
17:52.55xsacha0000020: 01d0 0120 7047 0020 7047 0000 a452 00c0  ... pG. pG...R..
17:52.57xsacha#
17:52.58xsacha0000030: d0a0 00c0 30b5 021c 0024 fff7 e9ff 0128  ....0....$.....(
17:53.00xsacha#
17:53.01xsacha0000040: 0ed1 084b d878 09e0 1d19 2d79 9542 02d1  ...K.x....-y.B..
17:53.03xsacha#
17:53.04xsacha0000050: 0c70 0120 30bd 0134 2406 240e a042 f3d8  .p. 0..4$.$..B..
17:53.23tmztdefinately a header
17:53.30tmztis sd* similar?
17:53.51*** join/#htc-linux Moku (n=John@f053019190.adsl.alicedsl.de)
17:54.04xsacha-tvyes
17:54.33xsacha-tva lot of that stuff is identical in sd* but it occurs about 10 bytes later (offset)
17:54.34tmztcool, the driver source or olpc wiki should tell us more
17:55.00tmztcr2: the mfg- file is almost as big as the normal firmare and we are trying to figure out what it is
17:55.17tmztthis is for libertas not ti though
17:56.15tmztwhat clock research?
17:56.49cr2clock divisors and such things
17:57.03tmztok
17:57.19tmztdo we know the formulas now?
17:57.39tmztthere are some patents related to mnds and clocks
17:57.50tmzthaven't read them though
17:59.26xsacha-tvpossible it's just a modified firmware?
18:00.38xsacha-tvapparently they have given me the full linux source of their kernel but i cant see anywhere that they load this mfg_ one
18:01.17cr2tmzt: give me a break. what's patentable in f1=f0*M/N/P ?
18:01.26xsacha-tvthe other two are loaded by the libertas driver which they havent touched at all (no diff for net/wireless)
18:01.50cr2tmzt: and N=2*D
18:02.41xsacha-tvf1 = f0 * ANS_TO_LIFE
18:05.11cr2tmzt: where do we get topaz spl ?
18:05.21*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
18:07.03AstainHellbringcr2 cmonex's hardspl is up on xda
18:08.43*** join/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
18:10.00cr2AstainHellbring: link ?
18:12.12AstainHellbringone sec
18:13.25AstainHellbringhttp://forum.xda-developers.com/showthread.php?t=520312
18:14.35cr2AstainHellbring: is it some windows installer ?
18:16.08tmztdo you have a topaz?
18:16.20tmztextract with 7zip
18:16.22AstainHellbringthe relocker should have a good spl you can use
18:16.35tmztjumpspl should include the .nb
18:16.44tmzttry windres
18:17.47*** join/#htc-linux MLM (n=mlvdmeid@meide.xs4all.nl)
18:20.14cr2UPX compressed
18:20.39cr2fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
18:21.04cr2AstainHellbring: can you extract the "good" spl from it ?
18:21.08tmztthe nb is upxd or you mean jumpspl?
18:21.46cr2tmzt: there is a new mode to create upx installers, instead of posting the real thing
18:22.17cr2tmzt: i'd like to see the raw spl dump
18:22.35cr2usually the "pd spl 0x0 0x100000"
18:23.40cr2but i don't think somebody has topaz here
18:24.18tmztuse nbhutil and extract it from nbh
18:24.27tmztruns under wine (win32 not .net)
18:24.40cr2which nbh are you taking about ?
18:24.52tmzthspl or relocker
18:25.03cr2it's a windows exe file
18:25.09tmztrelocker should be stock
18:25.16tmztit won't extract?
18:25.26tmzt7z x *.exe
18:25.40cr2needs msvcrt90.dll
18:26.04cr27za t TopazSPLRelocker_SPL133.exe
18:26.05tmztoh, it downloads it?
18:26.11cr2Error: Can not open file as archive
18:26.25tmzthow big is it?
18:26.32cr2550K
18:26.48cr2yeah, i hate these warez-style methods
18:27.07cr2wtf not to post the real binary
18:33.09*** join/#htc-linux cr2_ (n=cr2@ip-90-186-253-12.web.vodafone.de)
18:35.05dcordesback
18:35.08dcordescr2, image almost done
18:47.45dcordescr2_, what's the modification needed for playwav.c ?
18:51.24*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
18:53.02cr2_dcordes: i need to think about it.
18:53.18cr2_dcordes: should i diff my .config ?
18:54.13dcordesyou have any modifications?
19:07.59*** join/#htc-linux dcordes_ (n=luke@unaffiliated/dcordes)
19:15.13*** join/#htc-linux TeringTuby (n=Maarten@195-241-125-243.ip.telfort.nl)
19:15.16*** join/#htc-linux Shinto (n=John@g228220001.adsl.alicedsl.de)
19:16.49*** join/#htc-linux solerant-dc (n=kamikaze@adsl-99-147-76-3.dsl.hstntx.sbcglobal.net)
19:18.45*** join/#htc-linux solerant-dc (n=kamikaze@adsl-99-147-76-3.dsl.hstntx.sbcglobal.net)
19:21.12cr2_dcordes: yes
19:21.13cr2_+CONFIG_MSM_BATTCHG=y
19:21.14cr2_+# CONFIG_TROUT_BATTCHG is not set
19:21.16cr2_+CONFIG_MSM_SMEM_BATTCHG=y
19:21.28cr2_-# CONFIG_MSM_ONCRPCROUTER is not set
19:21.30cr2_+CONFIG_MSM_ONCRPCROUTER=y
19:21.31cr2_+CONFIG_MSM_RPCSERVERS=y
19:21.59cr2_-# CONFIG_MSM_ADSP is not set
19:22.00cr2_+CONFIG_MSM_ADSP=y
19:22.05cr2_hm. this one is weird
19:22.16cr2_-CONFIG_CMDLINE=" debug "
19:22.17cr2_+CONFIG_CMDLINE="mem=76M console=ttyMSM2,115200n8"
19:22.32*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
19:22.42dcordes_wan't aware there's a kernel config for cmdline
19:23.28cr2_-# CONFIG_DEVMEM is not set
19:23.29cr2_-CONFIG_DEVKMEM=y
19:23.31cr2_+CONFIG_DEVMEM=y
19:23.32cr2_+# CONFIG_DEVKMEM is not set
19:23.43cr2_-# CONFIG_SERIAL_MSM_HS is not set
19:23.44cr2_+CONFIG_SERIAL_MSM_HS=y
19:23.54cr2_-# CONFIG_SENSORS_KXSD9 is not set
19:23.56cr2_+CONFIG_SENSORS_KXSD9=y
19:24.24dcordes_isn't it easier and more simple to put the whole diff in pastebin?
19:24.36cr2_the  rest is not so interesting
19:24.42cr2_no
19:24.46dcordes_ok
19:25.09cr2_the diff is really huge, and i see some disadvantages in my config
19:25.25dcordes_I would like to add htcraphael_default.txt in kernel /
19:25.35*** join/#htc-linux Echo31 (n=olivier@mir31-4-82-240-194-54.fbx.proxad.net)
19:26.04cr2_so i have accelrometer, battery, rpc, adsp and /dev/mem enabled
19:26.43cr2_dcordes_: i use linload.exe exclusively. because of  the default.txt PITA
19:27.20dcordes_I think most use haret.exe though
19:27.36cr2_dcordes_: i'll merge the differences into the defconfig and will try it.
19:28.57*** join/#htc-linux nizzon (n=ada@c-4f66b054-74736162.cust.telenor.se)
19:29.54cr2_dcordes_: do you have a dissected kaiser rom ?
19:30.48*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
19:32.20*** join/#htc-linux _Rocket (n=rocket_a@A253.in.net.pl)
19:33.14dcordes_cr2_, no
19:33.25dcordes_what's used to dissect roms?
19:38.13*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
19:38.18cr2_nbsplit, imgfstodump
19:38.49tmzthtc-flasher and imgfstools
19:39.15cr2_tmzt: looking for topaz spl too
19:40.28cr2_mdadm: /dev/md1 has been started with 1 drive (out of 2).
19:43.12cr2_dcordes_: found your smem dumps for kaiser
19:43.28dcordes_that's good because I don't have them anymore
19:43.31cr2_dcordes_: but they are empty. you have done something wrong that time
19:43.34dcordes_I was looking for them lately
19:43.43dcordes_what are you looking for? gps?
19:43.47cr2_18. Mai 2008
19:43.53cr2_yes
19:43.59dcordes_one had gps
19:44.03cr2_smem-gps file
19:44.41cr2_ok, the offset is wrong
19:45.20cr2_you have probably used the hardcoded vogue offsets or so
19:45.29*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
19:45.44dcordes_iirc I used the dump command you provided
19:46.11cr2_yes, i see the nmea data there
19:46.27cr2_but i'm more interested in the rpccall fifo
19:46.40dcordes_here they are. did I send you dumps.tar ?
19:47.30dcordes_rpccall fifo on kaiser ?
19:47.54cr2_yes
19:48.09cr2_yes. dumps.tar.bz2
19:48.44cr2_dcordes_: hmm. the fc000 area looks familiar
19:48.53dcordes_of course I can rerun stuff. the kaiser is right on my desk
19:48.55cr2_and the audio params are at the same place
19:49.05cr2_no,it looks ok.
19:49.15cr2_just different from raph et al.
19:49.30dcordes_good so not so useful
19:49.53cr2_22.45.88.07H
19:50.10cr2_is it the amss version ?
19:50.42cr2_well, you have working sound, unlike raph et al.
19:52.52cr2_i see something like rpc fifo, but the values look little-endian
19:53.06cr2_and there is no *ept routing there.
19:53.09*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
19:53.13NetRippercr2_, linload? instead of haret? on windows mobile?
19:53.25dcordes_hi NetRipper
19:53.29NetRipperhi dcordes
19:53.52cr2_13,a,2
19:54.09cr2_NetRipper: yes, i haret using haret for booting linux :)
19:54.11dcordes_cr2_, no clue what the radio version was. I updated radio and system since then
19:54.35cr2_dcordes_: you can see it at boot
19:54.40NetRipperharet using haret?
19:54.50cr2_NetRipper: time to finish raph support :)
19:55.50cr2_NetRipper: can you compile the latest git kernel (with sane defconfig) ?
19:56.03NetRipperdepends on what you call sane
19:56.10NetRipperandroid or non-android?
19:56.58cr2_lol
19:57.14cr2_with adsp and rpc
19:57.28cr2_sane != the git defconfig
19:58.10cr2_dcordes_: your rpccall looks little-endian, which is very strange
19:59.02cr2_ok, i wanted to look at other things, actually
19:59.39dcordes_no clue about that. all I know is kaiser had the automagic phonecall audio routing
20:11.28Echo31Hill all
20:11.47*** join/#htc-linux rocket_ (n=rocket_a@A250.in.net.pl)
20:12.16cr2_uh.
20:12.17Echo31Hello cr2_
20:12.20cr2_TrsTai_extension
20:12.24cr2_i Echo31
20:13.11dcordes_what sort of exotic extension is that
20:14.30NetRippercr2_, by rpc you mean the rpcrouter right?
20:16.16cr2_yes
20:16.51NetRipperi see you (or on behalf of you) committed changes regarding it.. you haven't tested it yet?
20:16.54NetRipper:)
20:16.55cr2_NetRipper: check the log @ 21:20
20:18.17cr2_NetRipper: the .config is not committed
20:18.17NetRipperah ok
20:18.17NetRipperyou want a kernel with that config?
20:18.17cr2_NetRipper: the rpcs work.
20:18.18NetRipperon what defconfig is that diff based?
20:18.18NetRipperthe gnulinux one?
20:18.18cr2_we have a problem with the adsp queues and such
20:18.19cr2_NetRipper: yes, non-android
20:18.19NetRipperok
20:18.20cr2_but it does not matter
20:18.29cr2_enable adsp, rpc*
20:18.39cr2_i don'T need a kernel, it works for me.
20:18.48cr2_i'd like you to check things
20:19.05NetRipperok
20:19.11cr2_we can't yet make a full non-android playsound test.
20:19.24NetRipperoh but some sounds do work?
20:19.29cr2_NetRipper: and expect gps soon :)
20:19.34NetRippersweet
20:19.38NetRipperyou've been busy :)
20:19.43cr2_NetRipper: no, not yet.
20:19.56cr2_vogue has working gps already ;)
20:20.17cr2_yeah, i've documented a lot in the rpc area
20:21.00cr2_NetRipper: and since the msm uboot release, i'll document a lot of clocks setup.
20:21.03*** join/#htc-linux kiozen (n=oeichler@rgnb-5d874b59.pool.einsundeins.de)
20:21.39cr2_NetRipper: http://www.htc-linux.org/wiki/index.php?title=MSM_RPC
20:23.02cr2_NetRipper: i've done several things in the BT setup, but it's still not working.
20:24.27NetRipperi can't find the battery charge stuff in menuconfig
20:24.55dcordes_bbiab
20:26.32cr2_NetRipper: check Kconfigs, you must miss some dependency
20:26.42NetRipperyea i was just checking
20:27.19NetRipperand lol that "debug" cmdline.. where'd that come from.. who dares to commit it like that
20:27.23NetRipper:P
20:27.37cr2_don't know :)
20:28.30tmztarm9 is running big endian code only right?
20:28.41tmztor is part of the dsp little endian?
20:32.55NetRipperalright found all of it
20:35.29cr2_tmzt: ?
20:36.03cr2_tmzt: it runs mostly thumb code. but i think it is little-endian
20:36.17tmztamss is BE
20:38.06cr2_ok, maybe :)
20:41.34*** join/#htc-linux apt (i=ibot@rikers.org)
20:41.34*** 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:43.34cr2_NetRipper: no
20:45.06NetRipperah hangs before msmfb already
20:45.34cr2_hmm
20:45.39tmztstill using htcfb?
20:45.48NetRipperi'll boot with htcfb
20:46.17cr2_ok
20:46.20NetRippertmzt, of course.. it displayed fine until handover
20:46.33NetRipperhtcfb seems to be very "cross-device" ;)
20:46.38NetRipperdruidu did a good job there
20:47.21cr2_only if the fbaddr is well known
20:47.49cr2_and it ignores the 565/666
20:48.09high-rezI think it also depends on the MDDI...
20:48.54cr2_high-rez: no, it's just mdp+ existing  fbram setup driver.
20:49.10NetRipperhangs pretty early during boot
20:49.18NetRipperlast message is msm_i2c_interrupt: IRQ but nothing to do!
20:49.30NetRipperjust after the msm_i2c_probe
20:51.11NetRippermaybe i should remove the kxs9d driver
20:51.12*** join/#htc-linux JrGong (n=kvirc@c-75-74-119-89.hsd1.fl.comcast.net)
20:51.23NetRipperkxsd9*
20:51.29NetRipperoh
20:51.34NetRipperit did more
20:51.51NetRipperkernel packing with initramfs
20:52.25NetRipperbad gzip magic numbers
20:52.32NetRipperhm
20:52.50NetRipperis this defconfig also missing some filesystem stuff maybe
20:52.54toer_i started getting that to yesterday
20:54.33toerbut im pretty shure i had it booting after cr2 latest commit
20:56.54cmonexwhich device?
20:56.57*** join/#htc-linux captnoord (i=5147a47b@gateway/web/freenode/x-18269986bc5be558)
20:57.04cmonex[22:28:32] <tmzt> arm9 is running big endian code only right?
20:57.06cmonexno, it is little endian
20:57.29cmonexthumb. and arm for special parts like mcr
20:57.47tmztoh, ok
20:57.56cr2_cmonex: do you have topaz spl ?
20:58.04tmztwe don't know how to extarct it
20:58.29JrGong. The ARM9 supports byte, 16-bit aligned half-word, and 32-bit aligned word data transfers, and supports both big-endian and little-endian byte ordering
20:58.35cmonexany nbh extractor will extract it
20:58.39JrGongaccording to interweb ^^
20:58.43cmonexbut i can upload it for you
20:58.46tmztyeah, the .exe
20:58.52cmonexexe is a rar
20:59.04cr2_JrGong: but nobody uses bigendian
20:59.47JrGonggotcha
20:59.55cmonexhttp://hpcmonex.net/spls.zip
20:59.57tmztso why are the rpc's be then?
21:00.01cmonexenjoy
21:00.37cmonex1 topaz and 1 rhodium spl in there
21:00.45cmonexfor tmzt & cr2_
21:00.55cr2_cmonex: thanks :)
21:00.58cmonexnp:)
21:03.38cr2_lol. TURBO mode : SD Clk rate 24 MH
21:04.15captnoordI love turbo mode.. :P
21:04.19captnoordrunning 66 Mhz
21:04.21captnoord:D
21:04.25captnoordinstead of 33
21:04.31captnoord486 love stories
21:05.52captnoordcr2 whats the status?
21:06.14cr2_epson/novatek ?
21:06.26NetRippercr2_, are you still using the initrd-angstrom-usb.cpio.gz?
21:08.05cr2_NetRipper: no, dcordes compiled something for me
21:08.16NetRippercr2_, can you send it to me?
21:08.51captnoord"RADIO_V2 - RSA Fail" hmmm rsa stuff
21:08.52captnoord:(
21:09.05tmzton what?
21:09.12captnoord[22:59] <cmonex> http://hpcmonex.net/spls.zip
21:09.23tmztstrings?
21:09.28captnoordyup
21:09.33captnoordbut loaded it in ida
21:09.37tmztdon't know what RADIO_V2 is
21:09.51captnoordmight want to try hit the code button
21:11.59captnoordROM:00001010 aTopazSplEvt    DCB "Topaz SPL EVT",0
21:12.00captnoordyep
21:12.02captnoordthats the one
21:13.08cr2_NetRipper: it must be on linuxtogo i think
21:13.19cr2_NetRipper: how do i send it ?
21:14.13captnoordcool
21:14.25captnoordida is spitting out some links
21:14.33captnoordcool
21:14.35captnoordI would love to reverse engineneer part of this
21:16.31cmonex<captnoord> "RADIO_V2 - RSA Fail" hmmm rsa stuff
21:16.38cmonexnothing special dear
21:16.42cmonexthe radio.nb is rsa signed
21:16.42captnoordI know
21:16.45cmonexwho didnt know that here?
21:16.49cmonexi dont mean the NBH
21:16.53cmonexthat uses a different rsa sign :)
21:18.07NetRippercr2_, if you got a link for linuxtogo that's fine too.. else give me a minute to setup an upload
21:18.36cr2_NetRipper: initrd-htcraphael-20090412.cpio.gz
21:18.43*** join/#htc-linux dcordes (n=dcordes@unaffiliated/dcordes)
21:19.09cmonex<captnoord> I would love to reverse engineneer part of this
21:19.14cmonexwhich part?
21:19.25cmonexbtw what links do you refer to here : <captnoord> ida is spitting out some links
21:19.32cr2_NetRipper: http://www.linuxtogo.org/~lgorris/builds/OE/htcraphael/
21:19.52NetRippercr2_, i love google
21:19.59cr2_LOL
21:20.06cr2_"i love this company"
21:20.18NetRipperhttp://www.linuxtogo.org/~lgorris/builds/OE/htcraphael/initrd-htcraphael-20090412.cpio.gz
21:20.30dcordesback
21:20.40dcordesgoogle stole my OE builds??
21:20.44cr2_NetRipper: he is compiling a newer version. but oe is a bitch. as always.
21:20.50cr2_LOL
21:20.52NetRipperdcordes, i just googled for "index of" and your filename
21:21.03NetRipper;)
21:21.10*** join/#htc-linux captnoord (i=5147a47b@gateway/web/freenode/x-19d9adb3a854cf6a)
21:21.11*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
21:21.18captnoordROM:00017550 rsa public key start I guess
21:21.40*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-96-249-154-100.hrbgpa.fios.verizon.net)
21:21.43dcordescr2_: I solved some problems but ran into other more ridiculous problems
21:21.43NetRippercr2_, does it setup usb0?
21:21.51dcordesthat's the price you pay if you want all the latest stuff
21:21.52cr2_NetRipper: yes
21:21.55NetRipperk
21:21.59cr2_dcordes: ok
21:22.11cr2_NetRipper: that's what i'm routinely using
21:22.20NetRipperok
21:22.25dcordescr2_: mainly the problems are with the frameworkd stuff
21:23.02dcordesit adds quite some unneeded stuff. I only want the ogsmd for modem tests
21:23.24cr2_dcordes: i'm happy with cu and pppd
21:23.32dcordesgood
21:24.06*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-96-249-154-100.hrbgpa.fios.verizon.net)
21:26.46NetRipperhm
21:26.52NetRipperalso doesn't like that one
21:27.05NetRipperpastebin your default.txt cr2_
21:27.28cr2_NetRipper: i use linload.exe
21:27.40NetRipperfine by me, also pastebin the .exe then
21:27.41NetRipper:)
21:28.03cr2_set MTYPE 1910
21:28.16cr2_set ramsize 0x5900000
21:28.17cr2_set RAMADDR 0x10000000
21:28.33cr2_set cmdline "msmts_calib=0x6D.0x5D.0x340.0x375 msmvkeyb_toggle=hide lpj=2637824 board_htcraphael.disable_wifi=1 root=/dev/ram0 init=/init console=tty0"
21:28.36cr2_ramboot
21:28.52dcordesNetRipper: just read log I had same magic problem
21:28.58cr2_that's my default.txt
21:29.00dcordeswe lack gzip or so in the config ??
21:29.10NetRipperdcordes, oh
21:29.26cr2_my .config is very different from defconfig...
21:29.45cr2_we can commit it as is, of course
21:29.54cr2_at least then we will have a common setup
21:30.14NetRipperdidn't you paste your config changes already?
21:30.27cr2_only the interesting ones.
21:30.51cr2_i have crypto, nfs, etc,
21:31.25cr2_actually it's yours or maejrep's .config (mostly)
21:31.40cr2_ive changed only the parts i was really interested in.
21:31.48cr2_i.e. only hw related
21:32.08dcordescan you post it so we can check if initrd works?
21:32.24cr2_yes+
21:34.13NetRipperah
21:34.14NetRipperlol
21:34.20NetRipperi finally get what you mean by linload
21:34.21NetRippersigh
21:34.56cr2_i have some strange entries there, though
21:34.56NetRipperi was thinking of the linload.exe used to load linux from dos
21:35.00cr2_https://privatepaste.com/59c0nt108R
21:35.14cr2_NetRipper: wince == dos ;)
21:35.36NetRipperyea but the linload you mean is just a all-in-one-haret package
21:35.37NetRipper:P
21:35.58cr2_crippled address space, zero security, pseudo-reatime capabilities.
21:36.19cr2_it's not really haret anymore.
21:36.57dcordesNetRipper: can you try booting with initrd with cr2 config and HEAD ?
21:37.13cr2_tmzt: CONFIG_LOG_BUF_SHIFT=17
21:37.18*** join/#htc-linux solerant-dc (n=kamikaze@adsl-99-147-76-3.dsl.hstntx.sbcglobal.net)
21:37.22NetRippercr2_, er, yes it is. the first 250k is haret, then the other files are just appended to the exe
21:37.57cr2_CONFIG_MSM_AMSS_VERSION=5200, btw
21:38.16dcordes<PROTECTED>
21:38.16dcordes23:32 < cr2_> yes+
21:38.16dcordes23:34 < NetRipper> ah
21:38.23dcordesoops
21:38.28dcordestouchpad
21:39.01captnoordcool..... got it....
21:40.12NetRipperok its compiling
21:40.20NetRipperfrom scratch
21:40.29NetRipperbbiab
21:42.47*** join/#htc-linux Moku (n=John@f048163136.adsl.alicedsl.de)
21:44.24dcordeslol shaun of the dead
21:44.59captnoordNetRipper: what are you coding?
21:45.25cr2_dcordes: i'll look at the rogue gps driver.
21:49.59*** part/#htc-linux kiozen (n=oeichler@rgnb-5d874b59.pool.einsundeins.de)
21:49.59*** join/#htc-linux darkstar62 (n=darkstar@m290e36d0.tmodns.net)
21:55.36*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfe421.pool.einsundeins.de)
21:55.45*** join/#htc-linux pe7er (n=Adium@f053194088.adsl.alicedsl.de)
21:59.15dcordescr2_: the rogue?
22:18.08tmztvogue?
22:18.41dcordeshi there. not sure if there's a gps driver for vogue so I asked
22:19.48*** join/#htc-linux darkstar62 (n=darkstar@m290e36d0.tmodns.net)
22:27.08*** join/#htc-linux captnoord (i=5147a47b@gateway/web/freenode/x-63ca8adc633eea91)
22:28.56cr2_0x44/4=0x11=17
22:29.32*** join/#htc-linux stickboy (n=anonymou@ool-457e4101.dyn.optonline.net)
22:36.54NetRippercr2_, that config works
22:37.31tmztwithout htcfb?
22:37.33NetRippercr2_, what can i do to test your new func?
22:37.46NetRippertmzt, thats unrelated
22:38.01NetRippertmzt, it still uses htcfb as boot console, but the handover works correctly if thats what you mean
22:38.16tmztok
22:38.28tmztno I meant does it work without it but it doesn't really matter
22:38.54NetRippertmzt, fyi, when it hangs at handover, it usually isn't a problem of htcfb or msmfb, it just still does a lot of init'ing during the handover which makes it seem like its failing there
22:38.58NetRipper;)
22:39.06tmztyeah
22:39.07tmztok
22:39.48NetRippercr2_, get back here you.. gtg in a few mins
22:40.03tmztthe parallel init coming to linux will make things fun
22:40.12tmztI hope we can still disable it
22:40.27NetRipperoh god
22:40.36NetRipperyea lets hope
22:41.14NetRipperman i got this annoying musquito in my room
22:44.10cr2_NetRipper: have you corrected cmdline ?
22:44.17NetRipperyes
22:44.28cr2_NetRipper: can you boot android and play sound ?
22:44.58NetRipperarg then i gotta prepare my android image
22:45.09cr2_tmzt: uboot drops 0xff in some places for md/ns, that confused me
22:45.17cr2_NetRipper: ok.
22:45.25NetRippercr2_, http://netripper.pastebin.com/m486e3416 for you to check in the meanwhile
22:46.08NetRippercr2_, lol, rebooting turns off the screen, but doesn't actually reboot it
22:46.36NetRipperand my charging leds are still giving the 'breath' effect
22:47.07NetRipperuh
22:47.25NetRippersoft-reset doesn't work then
22:47.51NetRipperhad to remove battery
22:47.55NetRipperfor it to boot again
22:48.55toerdid you try just push the power button? :p
22:49.12toerlast time i had it booting it looked like it just turned itself off
22:49.22NetRipperyou realise the power button doesn't do anything if there's no software listening to it?
22:49.25NetRipper:)
22:49.31cr2_NetRipper: reboot is poweroff now
22:49.41NetRipperer
22:49.48toer;)
22:49.49NetRipperactually discard that remark
22:49.50cr2_NetRipper: i press power button, and it boots
22:50.00NetRippercr2_, but after shutdown it still does the breathing
22:50.09NetRipperi had to soft-reset to stop the breathing
22:50.20NetRipperafter that i guess i should've hit the power button
22:50.45cr2_NetRipper: the poweroff is pmic poweroff. it's difficult to say what's going on there.
22:50.58dcordesbreathing?
22:50.58cr2_NetRipper: the arm9reset was not working at all for us
22:51.09cr2_dcordes: the leds on keypad
22:51.21NetRipperdcordes, leds dimming and getting brigther bottom-down
22:51.22cr2_controlled by a microp
22:51.23NetRipperin the dialpad
22:51.45cr2_so pmic does not cutoff power to microp
22:52.12NetRipperseems so
22:52.19NetRippermaybe it only shuts down arm9?
22:52.26NetRipperhence the power button needed
22:52.34cr2_NetRipper: you may try to send the arm9rebootnotify instead of poweroff
22:53.08cr2_0x8e  notify arm9 reboot
22:53.24cr2_0x22  restart arm9
22:53.37NetRipperbooting android
22:53.37cr2_0x14  shutdown by arm9, power suspend
22:53.57NetRipperit crashed
22:53.57cr2_we were doing 0x22, i've changed to 0x14. you may try 0x8e :)
22:54.08cr2_android ?
22:54.12NetRipperthe device
22:54.14NetRipperkernel
22:54.21cr2_oops ?
22:54.24NetRipperprobably
22:54.32NetRipperprobably the "rebooting in 3 secs" stuff
22:54.46NetRipperas it did the shutdown again
22:54.51cr2_disable the second bank
22:55.38*** join/#htc-linux MLM_ (n=mlvdmeid@meide.xs4all.nl)
22:55.47NetRipperok
22:56.37cr2_i think i have derived the divisor formula
22:56.59NetRipperbooting again
22:57.08cr2_at least it covers all known vales
22:57.36NetRippergets further now
22:57.41toersexytime
22:58.06NetRipperbattery indicator works
22:58.12toeri need to get me a new simcard thats allow me to disable the pin code to have any use of trying android
22:58.25NetRipperno sound
22:58.45NetRippertoer, remove the sim?
22:59.22cr2_toer: wtf android does not support entering the pin ??
22:59.28dcordestoer: I wonder how your simcard wouldn't allow disabling password
22:59.38cr2_toer: we have the same problem with qtopia, so i'm confused
23:00.52NetRipperi must say android is running pretty smooth
23:01.00toercr2_: maybe its a config error
23:01.41tmztandroid does but not dzo ril I think
23:01.44NetRippercr2_, btw did you mean sound like mp3 or in call audio?
23:01.52tmztplaywav
23:01.54toercr2_: its my phone carrier thats blocked the ability to disable the pin code becuse they think its a "security feature" ;)
23:01.57NetRipperok
23:02.03NetRipperi used the media player of android
23:02.06tmztwow
23:02.06NetRipperno sound though
23:03.03toerpush changes so i can boot tomorrow when i wake up :)
23:03.05toernite
23:06.11cr2_NetRipper: any dmesg errors ?
23:06.46cr2_NetRipper: i don't see the SND rpc being called, which should select the output device.
23:07.07cr2_SND  0x30000002   snd_*
23:07.09cr2_1,5 snd_set_device_modem_reset (dev=1,ear_mute=1,mic_mute=1,cb,data) (0,0,0,cb=-1,0)
23:07.10cr2_2,5 snd_set_volume_modem_reset (dev=d,method=1,vol=5,cb,data)
23:07.16NetRipperwhat was the usb ip with android?
23:07.30cr2_no idea
23:08.58cr2_with the formula i get 1.92MHz as a base clock for BT in spl ...
23:09.37cr2_115200*16= ?
23:10.23dcordes1843200
23:10.24NetRipperlol the virtual terminal in android is a joke
23:10.27NetRippereverything is permission denied
23:10.28NetRipper:P
23:10.36cr2_120000bps with such base clock
23:10.37NetRippercant even ifconfig
23:11.02cr2_will the brf6300 autobaud ??
23:11.10JrGongNetRipper: don't has root?
23:11.13JrGonghave*
23:11.26JrGongon my dream I can use busybox to ifconfig
23:11.30NetRipper"whoami: permission denied"
23:11.30NetRipper:P
23:11.49cr2_NetRipper: i guess your android does not support cdc_ether and does not call ifup usb0
23:11.54NetRipperyea probably
23:12.07NetRippercant check for it either, need to modify the image for that
23:12.08cr2_JrGong: do you have /dev/mem on g1 ?
23:12.15JrGonghold on
23:12.38NetRipperJrGong, i dont have a dream, this is the raphael with android image
23:13.17JrGongwell I am not enough of an expert but there has to be a way to get root on it...adding su?
23:15.29dcordesit's rooted by default
23:15.29JrGongyes I have /dev/mem
23:15.30NetRipperJrGong, yea i can just edit the image, but i just hoped that as its rooted already, the android would be rooted as well
23:15.31NetRipper:)
23:15.34cr2_JrGong: can you try 'dd if=/dev/mem of=g1smem bs=4 skip=$((0x01f00000/4))' count=$((0x100000/4))' ?
23:15.34JrGongI can run su in my virtual terminal and then I can run ifconfig....but the 'stock' ifconfig doesn't work properly
23:15.35JrGongI take it you want g1smem
23:15.36cr2_yes
23:15.36cr2_JrGong: enable gps first :)
23:15.48cr2_or maybe dump with gps on and off
23:15.52JrGonghehe...ok...does it need to acquire a signal or just turn it on?
23:15.55JrGongI can do both
23:16.01cr2_just turn it on
23:16.14JrGonggimme a second though...I need to go make a sandwich..will have both dumps when I get back
23:16.23cr2_JrGong: you have a cdma g1 ?
23:16.24JrGongsame dd for both gps and non-gps dumps?
23:16.26cr2_ok
23:16.30cr2_yes
23:16.30tmztthere isn't one
23:16.33JrGongno...I don;t think they make cdma g1
23:16.41cr2_ok
23:16.44JrGonghey tmzt
23:16.51dcordesepic sandwich mission
23:16.55JrGonghehe
23:17.06JrGongsandwhich and dd...good stuff
23:17.15JrGonganyway..brb
23:18.41tmztandroid uses ethernet function driver
23:18.51tmztI thought this was NetRipper's code anyway
23:19.08tmztit actually has a gadget driver in the kernel though, in 2.6.29
23:19.13cr2_somehow i doubt that brf6300 sets 120000bps at reset
23:19.18NetRipperit already has taht driver in .25
23:19.28NetRipperwe just modified it slightly to work properly
23:19.47cr2_NetRipper: what do you think about a .29 upgrade ?
23:20.00NetRipperonly if .29 is stable
23:20.14NetRipperlast time we merged to .27 google and htc were still working on it as well
23:20.41cr2_ok
23:21.09NetRipperso i guess we should wait until .29 is used in an actual device
23:21.18cr2_g2 ?
23:21.37NetRipperdoes g2 use .29 already?
23:21.53cr2_tmzt: ?
23:22.40cr2_NetRipper: do you have an oops on pressing CAPS ?
23:22.49NetRipperhaven't checked
23:22.58cr2_NetRipper: i've mapped SYM to AltGr, and FN to Alt
23:23.13NetRipperyea i noticed fn + 8 (=*) is working
23:23.14NetRipper:)
23:23.24cr2_so if i'll create a map, i'll load it with loadkeys
23:23.32tmztMagic? I think it's 2.6.27
23:23.49tmztwe should ask there
23:23.53cr2_tmzt: .29 is for msm8* only ?
23:23.56tmztno
23:24.04cr2_well, mainly
23:24.13tmztbut hte added 8k to arch-msm
23:24.20tmztmach-msm
23:24.22cr2_they do msm8* development there
23:24.23NetRipperanyway im off to bed.. will be back sunday
23:24.25tmztyes
23:24.28tmzton aurora tree
23:24.35cr2_ok
23:24.37NetRippernight guys
23:24.40cr2_NetRipper: god night
23:25.05dcordesnn
23:25.36cr2_dcordes: i get weird BT clock with my formula. but it works very well for SD
23:25.47cr2_dcordes: and for msm8* SD
23:29.05JrGongI get this /dev/mem Bad address
23:29.16JrGongeven though it is definently there
23:29.27cr2_with the formula i get 61440000 for the MODEM_AUX_CLOCK
23:29.40cr2_JrGong: hmm.
23:29.40tmztare you sure bt it there?
23:29.48cr2_JrGong: got something in dmesg ?
23:30.09JrGongnothing that looks of significance
23:30.13cr2_ok
23:31.25JrGongyeah and mem is definently there....
23:32.49JrGongI could give it a shot in recovery mode but not sure if would have anything you want without android being loaded
23:35.36tmztanyone know where it is in the kernel source?
23:36.23*** join/#htc-linux |JrGong| (n=kvirc@75.74.119.89)
23:36.33tmztdrivers/char/mem.c
23:36.58tmzt#ifdef CONFIG_STRICT_DEVMEM
23:37.04tmztis that enabled?
23:38.32*** join/#htc-linux IceBone (n=IceBone@89-212-106-54.dynamic.dsl.t-2.net)
23:38.39*** join/#htc-linux |JrGong| (n=kvirc@c-75-74-119-89.hsd1.fl.comcast.net)
23:38.49|JrGong|crosses his fingers
23:39.06tmztIceBone: what is the problem with diam?
23:39.19JrGong3yr old just did a faceplant on my laptop
23:39.26IceBoneJust the pre-beta android build acting up I'd say. :)
23:40.42dcordeslol
23:40.58IceBoneI have a DIAM100 and using the DIAM500 build with a tweak (normal has the touchscreen feedback flipped vertically), so far the most problems I've had were android.process.acore terminating unexpectedly on boot, now it freezes on boot. I'm copying it over again to see if that fixes it. :D
23:41.30tmztok
23:41.39tmztdid it stop on the handover screen?
23:41.51IceBoneIt stops on the flashing android logo.
23:41.56tmztok
23:42.03tmztand you had logcat working?
23:42.09IceBoneProbably not. :)
23:42.34IceBoneSince I've no idea what that is. :D
23:42.36tmztwhere di you get the android.process.acore?
23:43.09IceBoneI dunno... comes with the build I downloaded. This thread: http://i35.tinypic.com/xnuw3m.jpg
23:43.11IceBoneugh
23:43.15IceBonehttp://forum.xda-developers.com/showthread.php?t=402002
23:43.22IceBoneThere we go, got to the home screen now.
23:44.29IceBoneI suspect that's a process that does something with the home screen?
23:44.49IceBoneSometimes it failed when I tried moving a widget around or panning left or right.
23:47.06IceBoneI'd enjoy Android a lot more than WM or even TF3D v2 if it offered the functionality of either or was as stable.
23:47.08*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
23:51.31IceBoneIs there anything more developed I can get?
23:52.55tmztare you using the msmts from diam100 or 500?
23:52.58tmztin default.txt
23:53.06tmztyou can try the connect-utb.com version
23:53.13IceBoneThat's the one I'm using.
23:53.23tmztor the one liked on the wiki page for RaphaelLinux
23:54.24IceBoneI'm using the diam500 package from connect-utb.com, as it has more stuff than the diamdaph version, like the api demos, etc.. but I'm using the default.txt from the diamraph package. I tried just normal diam500 and the touchscreen's vertical axis was flipped.
23:55.30tmztyou need msmts from diam100
23:55.37tmztthen it should be correct
23:55.44IceBoneHow different would that be?
23:55.49tmztthat won't help with android crashing, we need ethernet to figure that out
23:55.55tmztwhat do you mean?
23:56.04tmztI mean the msmts_calib= number
23:56.09tmztfrom the diam100 line
23:56.27IceBoneIf that's regarding the touchscreen, I do have that.
23:57.06tmztok
23:57.11tmztdoes touchscreen work now?
23:57.19IceBoneYup.
23:57.20IceBoneLike a treat.
23:57.21*** join/#htc-linux darkstar62 (n=darkstar@97-126-107-190.tukw.qwest.net)
23:57.29IceBoneA lot better than the 20090222 build too.
23:57.35IceBoneThat one felt like a Samsung.
23:57.39tmztit should be, that's really old
23:58.24IceBoneIs this Android being ported from a G1?
23:58.35IceBoneOr built from scratch?
23:58.54tmztmostly I think
23:58.58tmztfrom g1
23:59.01tmztbut not everything
23:59.07tmztask j0b0 though to be sure
23:59.29IceBoneOne thing about this new build, though... the 20090222 had access to internal storage and saved font size. This new one doesn't. o_O
23:59.59IceBoneIs this a known error or am I the only one?

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