Dazzozo changed the topic of #huawei-g300 to: #huawei-g300 | G300 & Y300 innovation station | home of the G300's CyanogenMod port and mnupea | http://irclog.whitequark.org/huawei-g300 | https://dazzozo.com/L.png
Xeo has joined #huawei-g300
<Xeo> hi
Xeo has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Solitary has joined #huawei-g300
fonz93 has joined #huawei-g300
luca020400|night is now known as luca020400
<luca020400> Today first cm build for my moto g 2014 LTE :3
fonz93 has quit [Quit: Leaving]
Solitary has quit [Ping timeout: 240 seconds]
luca020400 has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
luca020400 has joined #huawei-g300
fonz93 has joined #huawei-g300
fonz93 has quit [Quit: Leaving]
fonz93 has joined #huawei-g300
luca020400-m has joined #huawei-g300
luca020400-m has quit [Ping timeout: 250 seconds]
Hamed033 has joined #huawei-g300
fonz93 has quit [Quit: Leaving]
fonz93 has joined #huawei-g300
fonz93 has quit [Quit: Leaving]
Solitary has joined #huawei-g300
fonz93 has joined #huawei-g300
Solitary has quit [Remote host closed the connection]
fonz93 has quit [Quit: Leaving]
nicromax has joined #huawei-g300
<nicromax> Hi
<luca020400> Hey ^^
<nicromax> Hey luca
<nicromax> Can help me ?
<nicromax> I'll try to download the aokp jb repos
<nicromax> but.. "error: Exited sync due to fetch errors"
<nicromax> I'll try repo sync -f -j10
<luca020400> hmm
<luca020400> probably some repos are offline
<nicromax> but when 100% also say error: Exited sync due to fetch errors
<nicromax> Hm
<nicromax> :/
<nicromax> its normal ? O.o
<luca020400> hmm no
fonz93 has joined #huawei-g300
fonz93 has quit [Quit: Leaving]
nicromax has quit [Ping timeout: 246 seconds]
rymate1234 has quit [*.net *.split]
moeter16 has quit [*.net *.split]
moeter16 has joined #huawei-g300
neutrondev has joined #huawei-g300
<neutrondev> yohoo
<neutrondev> hello
<neutrondev> how are you?
rymate1234 has joined #huawei-g300
Solitary has joined #huawei-g300
Solitary has quit [Remote host closed the connection]
Solitary has joined #huawei-g300
<neutrondev> luca do you know where I can find the repos you used for cm12.1?
<luca020400> ;)
<neutrondev> nice man
<neutrondev> how are you today?
<luca020400> good ...
<luca020400> ok ....
<luca020400> unhappy ....
<luca020400> many things xd
<neutrondev> what happened man
<neutrondev> ?
<luca020400> nothing
<luca020400> xd
<luca020400> just a boring day
<luca020400> nothing productive
<neutrondev> ah I thought it is worse
<neutrondev> we all have this stuff my friend
<neutrondev> ^.^
<neutrondev> I got that gps lock
<neutrondev> the battery is monster
<neutrondev> 60%/hour drain lawl
<luca020400> O.o
<neutrondev> I actually found out
<neutrondev> what mmc2_detect was
<luca020400> ?
<neutrondev> the kernel wakelock
<neutrondev> that was keeping it on for hours
<neutrondev> well all mmc are basically memory slots
<neutrondev> nand chips can be there
<neutrondev> like mmc0
<neutrondev> mmc1 -> sdcard
<neutrondev> or other modules
<neutrondev> in my case mmc2 hosts the high speed wi-fi card
<neutrondev> ^.^
<luca020400> ah
<neutrondev> I will pm a guy that written about wakelocks
<neutrondev> since I detected what they are ^.^
<neutrondev> if any of that mmc keeps wakelock
<neutrondev> just look in kmesg
<neutrondev> it should say on initaiation
<neutrondev> what card is loaded there
<neutrondev> new high speed emmc chip found at mmc0
<neutrondev> stuff like that
<neutrondev> ^.^ and it will say the size if it's a flash type memory
Hamed033 has quit [Ping timeout: 256 seconds]
Hamed033 has joined #huawei-g300
<neutrondev> well luca020400
<neutrondev> aren't you using proprietary blobs for bluetooth?
<luca020400> for ?
<luca020400> I don't remeber on y300
<neutrondev> well 50001
<neutrondev> is very differnent?
<neutrondev> maybe that can cause the gps drain-bug
<luca020400> you meant GPS ;p
<luca020400> bluetooth XD
<neutrondev> gps
<neutrondev> mind-fart
<neutrondev> haha
<luca020400> xd
<neutrondev> yeah GPS
<luca020400> probably
<neutrondev> hmm because I am seeing it builds libloc
<neutrondev> but that is already in blobs
<luca020400> check which one got copied
<neutrondev> #gps
<neutrondev> lib/libloc_adapter.so
<neutrondev> lib/libloc_api-rpc-qc.so
<neutrondev> lib/libloc_eng.so
<neutrondev> lib/libloc_ext.so
<neutrondev> lib/libgps.so
<neutrondev> lib/libgps.utils.so
<neutrondev> I am having this as my blobs
<luca020400> try to push these libs
<luca020400> & test gps
<neutrondev> they are
<neutrondev> copy file
<neutrondev> has priority over
<neutrondev> make from source
<luca020400> ah
<luca020400> *didn't know that*
<neutrondev> yeah that's what I saw
<neutrondev> if you make smth build in mk
<neutrondev> it will get replaced if you have a copy instruction
<neutrondev> ^.^
<neutrondev> everywhere
<neutrondev> like if you build kernel
<neutrondev> and want to use your device init
<neutrondev> copy that also and it will get replaced
<neutrondev> :D
<luca020400> k
<neutrondev> ifeq ($(filter 50000 20000,$(BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION)),) GPS_DIR_LIST :=
<neutrondev> this tells me smth like
<neutrondev> do nothing
<neutrondev> shit already built lawl
<neutrondev> sorry if I stress you luca
<luca020400> np
<neutrondev> just tell me and I will be silent if that is the case
<luca020400> GPS_DIR_LIST :=
<luca020400> empty list
<luca020400> fill be filled later
<luca020400> GPS_DIR_LIST += $dir_to_build
<luca020400> So we uses
<luca020400> GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
<luca020400> GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc/
<luca020400> GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api/
<luca020400> only for rpc
<luca020400> and
<luca020400> GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
<luca020400> universal one
<neutrondev> hmm sec
<neutrondev> BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM)
<neutrondev> ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
<neutrondev> so the makefile is ignored
<neutrondev> if you have that defined
<neutrondev> so basically we use prebuilts
<luca020400> no
<luca020400> false + false = true
<luca020400> xd
<luca020400> if BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE != "" then
<neutrondev> ah you have !=?
<neutrondev> well I am testing now
<neutrondev> removed gps.msm7x27a.so
<neutrondev> using prebuilts
<luca020400> if BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE isn't empty then build shit :D
<luca020400> simple
<luca020400> xd
<neutrondev> ah yeah
<neutrondev> I am idiot yeah empty haha
<neutrondev> well but if I am using gps.default.so
<neutrondev> I will not build the mxm stuff
<neutrondev> and I will add disable hw id check
<neutrondev> for cm to recognize
<luca020400> we are using built one
<neutrondev> the .default.so
<neutrondev> well I will report back
<neutrondev> maybe stock is solving
<luca020400> k
<neutrondev> the locking problem
<luca020400> I don't think so but try
<neutrondev> since I didn't see that on our jellybean
<neutrondev> nor kitkat
<neutrondev> I am using what I told you earlier as prebuilts
<luca020400> cm12.1 gps = kk one
<neutrondev> well we have official kitkat
<neutrondev> ^.^
<luca020400> ah
<neutrondev> but somehow
<neutrondev> I find kitkat gps worset
<neutrondev> than jb
<neutrondev> keeps losing signal
<luca020400> maybe it will work for us
<luca020400> xd
<neutrondev> and it's not hardware
<neutrondev> I will try to build with 50001 also after
<neutrondev> :D
<neutrondev> they are pretty much the same
<luca020400> yep
<luca020400> we need rpc
<luca020400> don't know if 50001 uses it
<neutrondev> what is this rpc?
<luca020400> *don't know*
<luca020400> I know we need it
<luca020400> xd
<neutrondev> well 5-1 has it
<neutrondev> also
luca020400-m has joined #huawei-g300
neutrondev has left #huawei-g300 [#huawei-g300]
Hamed033 has quit [Quit: Leaving]
luca020400 has quit [Read error: Connection reset by peer]
luca020400-m has quit [Remote host closed the connection]
luca020400 has joined #huawei-g300
luca020400 has quit [Quit: Leaving]
luca020400 has joined #huawei-g300
luca020400-m has joined #huawei-g300
luca020400 has quit [Read error: Connection reset by peer]
luca020400-m has quit [Remote host closed the connection]
luca020400 has joined #huawei-g300
luca020400-m has joined #huawei-g300
luca020400 has quit [Read error: Connection reset by peer]
Solitary has quit [Ping timeout: 276 seconds]
luca020400-m has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]