<juan210600>
Mmm... Raining again here. I think I will go to school on a boat. :/
juan210600 has quit [Client Quit]
<codename13>
Ok I'm 95% done porting over device and vendor-specific code from my 3.0.x kernel to a 3.4.x kernel. I fixed most of the patch conflicts (the patch I used to port the device and vendor-specific code was designed to be used on a 3.0.x kernel source, by a previous dev for my device) and now I'm gonna try to build for msm7627a generic and fix whatever issues pop up while trying to compile. Once I get a nice generic zImage pumped
<codename13>
I'll add in the defconfig for my device.
<codename13>
I'm feeling good about the progress I'm making :)
<pyongyang>
That's because the kernel actually rolled earlier. Now I've just got to wait for a ROM to cook.
<pyongyang>
He's going to do that spooky telepath thing again.
<pyongyang>
I know it.
<pyongyang>
Meh, while I'm yapping, has anyone tried an OTG cable with their device?
juan210600 has joined #huawei-g300
<juan210600>
What telepath stuff?
<pyongyang>
^ That
<juan210600>
:P
<juan210600>
Do you think i'm professor X?
<pyongyang>
Yes. Get out my head, mutie!
<juan210600>
Hehe.
<juan210600>
Never!
<juan210600>
I never tried an OTG cable, because I don't found a place for bought it.
<juan210600>
And I need a external power suppy.
<codename13>
Lol this "telepath" stuff is just him checking on the http://irclog.whitequark.org/huawei-g300 log of this server and he checks in when he sees you saying something 'bout his telepath skills
luca020400 has quit [Remote host closed the connection]
luca020400 has joined #huawei-g300
fonz93 has joined #huawei-g300
<fonz93>
good morning
luca020400 has quit [Ping timeout: 256 seconds]
luca020400 has joined #huawei-g300
luca020400 has quit [Read error: Connection reset by peer]
luca020400 has joined #huawei-g300
rhen has joined #huawei-g300
<rhen>
hi
<luca020400>
hi
<rhen>
luca020400, can you help me a little with git?
fonz93 has quit [Quit: Leaving]
fonz93 has joined #huawei-g300
Solitary has quit [*.net *.split]
Dazzozo has quit [*.net *.split]
Solitary_ has joined #huawei-g300
Dazzozo has joined #huawei-g300
<luca020400>
yes I can rhen
<fonz93>
W/AudioPolicyManager( 157): getInput() could not find profile for device 0x80000001, samplingRate 16000, format 0x1, channelMask 0x10, flags 0
<fonz93>
mmmm...
<fonz93>
this is the reason of not working VoIP on lollipop
<fonz93>
maybe kitkat too
<Dazzozo>
"maybe"
<Dazzozo>
lol
<luca020400>
check audio_policy.conf
<luca020400>
xd
<Dazzozo>
thats a pretty fatal error
<rhen>
I starting to learn android programming and installed Android studio
<Dazzozo>
thats a pretty big "im not going to work"
<rhen>
I have forked a project and cloned to my desktop
<luca020400>
xd
<rhen>
If I import this project in AS, how frecvently update is suggested?
<luca020400>
fonz93 : voip --> in or out audio works ?
Solitary_ has quit [Quit: All work and no play makes Jack a dull boy.]
Solitary has joined #huawei-g300
gregor160300 has quit [Quit: Leaving]
Flea997 has quit [Quit: Leaving]
Flea997 has joined #huawei-g300
Flea997 has quit [Quit: Leaving]
moeter13 has joined #huawei-g300
Flea997 has joined #huawei-g300
Flea997 has quit [Quit: Leaving]
Flea997 has joined #huawei-g300
Flea997 has quit [Quit: Leaving]
luca020400 has quit [Quit: Leaving]
<codename13>
damn I managed to build my ported kernel for generic msm7627a, but when I try to build for my device, I get the following errors:
<codename13>
arch/arm/mach-msm/devices-msm7x27a.c:732:33: error: array type has incomplete element type static struct msm_spm_seq_entry msm_spm_seq_list[0] __initdata = { ^ arch/arm/mach-msm/devices-msm7x27a.c:733:2: error: array index in non-array initializer [0] = { ^ arch/arm/mach-msm/devices-msm7x27a.c:733:2: error: (near initialization for 'msm_spm_seq_list') arch/arm/mach-msm/devices-msm7x27a.c:
<codename13>
arch/arm/mach-msm/devices-msm7x27a.c:732:33: error: array type has incomplete element type static struct msm_spm_seq_entry msm_spm_seq_list[] __initdata = {
<codename13>
arch/arm/mach-msm/devices-msm7x27a.c:733:2: error: array index in non-array initializer [0] = { ^
<codename13>
some other errors in devices-msm7x27a.c as well
<codename13>
I tried modifying and mixing and matching different combinations of header files and such but it won't fix