Generated: 27.04.2025 8:06:24. Messages: 1594
Expected startup is about 10.2.2014
Dazzozo | the best one is the one for wifi | 00:00:24 |
Dazzozo | which ends in 43:30 | 00:00:26 |
Dazzozo | cute | 00:00:31 |
joandrade | lol | 00:00:39 |
joandrade | wouldn't it actually be quite simple to pull the bt (or wi-fi) mac address? or am I jumping through a bunch of hoops I don't even know exist? | 00:01:10 |
Dazzozo | i don't actually know where it came from before | 00:01:35 |
Dazzozo | all I know is brcm_patchram_plus did something | 00:01:44 |
Dazzozo | I remember looking at this before | 00:01:50 |
Dazzozo | I was cleaning up the init scripts | 00:01:54 |
Dazzozo | and the BT one passes --bd_addr | 00:02:15 |
Dazzozo | you could pass anything at all to it | 00:02:24 |
Dazzozo | for instance, in CM we actually gave it 00:00:00:00:00:00 instead of what it came with | 00:02:37 |
Dazzozo | but | 00:02:45 |
joandrade | yeah | 00:02:45 |
Dazzozo | providing you set it | 00:02:46 |
Dazzozo | with whatever value | 00:02:50 |
Dazzozo | the binary would get the mac address of the device | 00:02:58 |
Dazzozo | somehow | 00:03:01 |
joandrade | weird | 00:03:06 |
Dazzozo | if you didn't set it at all, it would use the developer one | 00:03:09 |
Dazzozo | this commit | 00:03:17 |
Dazzozo | https://github.com/Dazzozo/android_device_huawei_u8815/commit/88e83099632465beacc11a3f1afae17282854258 | 00:03:18 |
Dazzozo | notice the brcm_patchram_plus line | 00:03:24 |
Dazzozo | but in 4.2 google introduced a new BT stack | 00:04:04 |
Dazzozo | which makes brcm_patchram_plus redundant | 00:04:10 |
joandrade | yeah you added the --bd_addr | 00:04:14 |
Dazzozo | which screws us a bit because huawei obviously edited it in some way | 00:04:19 |
joandrade | does it work the same way in cm9? | 00:05:47 |
Dazzozo | as 4.1? yeah | 00:06:43 |
joandrade | yeah ok | 00:06:58 |
gsusknto | Uživatel gsusknto [5c38b0ae@gateway/web/freenode/ip.92.56.176.174] vstoupil do místnosti. | 00:11:12 |
Uživatel „Alkalinorap“ opustil místnost (Quit: Ping timeout: 246 seconds). | 00:11:54 | |
joandrade | it sucks, is there any way the G330 init would have that? | 00:14:43 |
joandrade | well, it might be as hacked together as the G300 | 00:15:03 |
Dazzozo | have what? | 00:16:11 |
joandrade | another way of fetching the bt mac | 00:16:39 |
Dazzozo | probably not, no huawei devices have 4.2 | 00:17:05 |
joandrade | crap | 00:17:12 |
Dazzozo | im gonna pass brcm_patchram_plus through ida | 00:17:18 |
Dazzozo | and see if I can get any huawei oddities | 00:17:23 |
joandrade | what's ida? | 00:17:54 |
Dazzozo | interactive disassembler | 00:19:23 |
joandrade | okay | 00:19:32 |
Uživatel „Blues003“ opustil místnost (Quit: I'm out.). | 00:22:20 | |
Dazzozo | it "gets mac from nv" | 00:22:41 |
Uživatel „lakyljuk“ opustil místnost (Quit). | 00:22:49 | |
Dazzozo | but yes, very custom | 00:22:53 |
joandrade | is it possible to implement under 4.2? | 00:24:24 |
Dazzozo | dunno, i have no idea what it actually does to get it | 00:24:46 |
joandrade | okay | 00:25:03 |
joandrade | you have no idea how much I learned today lol | 00:25:27 |
Uživatel „Rosrilj1“ opustil místnost (Quit: Remote host closed the connection). | 00:25:55 | |
Dazzozo | lol | 00:27:39 |
Dazzozo | http://i.thebronasium.com/yuki/fFHTe9pLtyYG.png | 00:28:17 |
joandrade | the "vanilla" way to get the mac would be much simpler, wouldn't it? | 00:30:24 |
Rostilj1 | Uživatel Rostilj1 [~androirc@178.79.46.200] vstoupil do místnosti. | 00:30:41 |
Dazzozo | yeah, but we're forced to use whatever huawei has done with the hardware | 00:30:45 |
joandrade | makes me wonder why they'd do that | 00:31:05 |
Dazzozo | easier for them maybe | 00:31:31 |
Alkalinorap | Uživatel Alkalinorap [~Alkalino@76.93.18.95.dynamic.jazztel.es] vstoupil do místnosti. | 00:31:42 |
joandrade | lazy | 00:31:54 |
joandrade | having things more standard would mean more people would get their devices to customize, if they were good enough | 00:32:22 |
joandrade | that's pretty lazy of them | 00:32:55 |
Dazzozo | it might also not be possible, depending on the chip | 00:33:16 |
joandrade | hum | 00:33:36 |
Uživatel „gsusknto“ opustil místnost (Quit: Page closed). | 00:33:40 | |
Dazzozo | technically we don't have a bcm4330 as Broadcom distribute them | 00:33:58 |
joandrade | I thought the hal was there to ensure those problems were all solved by the maker | 00:34:02 |
Dazzozo | think of it as bcm4330: huawei remix | 00:34:12 |
joandrade | oh okay | 00:34:14 |
joandrade | like graphics cards | 00:34:24 |
Dazzozo | it's a huawei mxt something something | 00:34:27 |
Dazzozo | cant remember | 00:34:38 |
joandrade | broadcom get's them the plans or blueprints or whatever but they only go so far when manufacturing it | 00:35:20 |
joandrade | gets* | 00:35:27 |
Dazzozo | yeah its a huawei mw269v2 | 00:35:55 |
Dazzozo | http://www.techship.se/products/huawei-mw269-v2-wifi-bluetooth-fm/ | 00:36:09 |
Dazzozo | and if you view the datasheet for it | 00:37:06 |
Dazzozo | Chipset: Broadcom BCM4330 | 00:37:13 |
joandrade | yeah | 00:37:37 |
vladax | Uživatel vladax [~vladax@93-86-228-218.dynamic.isp.telekom.rs] vstoupil do místnosti. | 00:41:04 |
dnfuentes | Uživatel dnfuentes [~dnfuentes@95.169.243.95] vstoupil do místnosti. | 00:45:23 |
Uživatel „plagocki“ opustil místnost (Quit: Ping timeout: 276 seconds). | 00:48:37 | |
Uživatel „Rostilj1“ opustil místnost (Quit: Ping timeout: 256 seconds). | 00:53:24 | |
Uživatel „dnfuentes“ opustil místnost (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )). | 00:54:20 | |
Uživatel „rale_ts“ opustil místnost (Quit: Ping timeout: 248 seconds). | 01:03:05 | |
Uživatel „vladax“ opustil místnost (Quit: Leaving). | 01:05:32 | |
kubala | Uživatel kubala [~kubala@89.29.245.42] vstoupil do místnosti. | 01:08:13 |
Dazzozo | i have a clever audio hack | 01:16:27 |
Dazzozo | working on it | 01:16:31 |
adfad666 | great | 01:17:17 |
Uživatel „adfad666“ opustil místnost (Quit: Leaving). | 01:21:15 | |
joandrade | awesome | 01:22:06 |
Dazzozo | damn, same shit | 01:32:09 |
Dazzozo | better idea! | 01:32:19 |
Uživatel „kubala“ opustil místnost (Quit: Read error: Connection reset by peer). | 01:33:16 | |
kubala | Uživatel kubala [~kubala@89.29.245.42] vstoupil do místnosti. | 01:33:39 |
joandrade | still doesn't close the stream? | 01:34:49 |
Dazzozo | yeah | 01:35:31 |
Dazzozo | better idea is | 01:35:35 |
Dazzozo | use prebuilts from CM10 with the directive MR0_AUDIO_BLOB | 01:35:43 |
Dazzozo | it'll work, for now | 01:35:47 |
jazon | Uživatel jazon [75c1c0ce@gateway/web/freenode/ip.117.193.192.206] vstoupil do místnosti. | 01:36:19 |
JillBot | Uživatel JillBot [~JillBot@sh2.rs.github.com] vstoupil do místnosti. | 01:37:10 |
JillBot | [android_kernel_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/s-ekMQ | 01:37:10 |
JillBot | android_kernel_huawei_u8815/cm-10.1 6a4edf4 Daz Jones: Revert "u8815: don't build cfg80211 as a module"... | 01:37:10 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 01:37:10 |
joandrade | okay | 01:39:37 |
joandrade | i'm goint to bed, cya | 01:39:42 |
modacouserr | bye | 01:39:54 |
Uživatel „joandrade“ opustil místnost (Quit: (╯°□°)╯︵ ┻━┻). | 01:40:11 | |
fefifofum | https://play.google.com/store/apps/details?id=com.grilledmonkey.lagfix | 02:00:40 |
modacouserr | cool | 02:09:46 |
Uživatel „jazon“ opustil místnost (Quit: Ping timeout: 245 seconds). | 02:11:56 | |
Uživatel „modacouserr“ opustil místnost (Quit: Later !). | 02:25:38 | |
Uživatel „limelite_“ opustil místnost (Quit: Ping timeout: 264 seconds). | 02:30:31 | |
kubala_ | Uživatel kubala_ [~kubala@89.29.245.42] vstoupil do místnosti. | 02:38:10 |
Uživatel „kubala“ opustil místnost (Quit: Ping timeout: 255 seconds). | 02:39:21 | |
Uživatel „kubala_“ opustil místnost (Quit: Client Quit). | 02:40:33 | |
kubala | Uživatel kubala [~kubala@89.29.245.42] vstoupil do místnosti. | 02:40:52 |
kubala_ | Uživatel kubala_ [~kubala@89.29.245.42] vstoupil do místnosti. | 03:03:43 |
Uživatel „kubala“ opustil místnost (Quit: Ping timeout: 256 seconds). | 03:04:54 | |
jazon | Uživatel jazon [65dd2417@gateway/web/freenode/ip.101.221.36.23] vstoupil do místnosti. | 03:34:53 |
jazon | yo | 03:35:22 |
Uživatel „fefifofum“ opustil místnost (Quit: fefifofum). | 03:42:25 | |
Uživatel „jazon“ opustil místnost (Quit: Ping timeout: 245 seconds). | 03:50:16 | |
Uživatel „pedja“ opustil místnost (Quit: Leaving.). | 03:50:25 | |
Uživatel „kubala_“ opustil místnost (Quit: Saliendo). | 04:04:01 | |
Uživatel „Alkalinorap“ opustil místnost (Quit: Leaving.). | 04:04:06 | |
Uživatel „Frostshocker“ opustil místnost (Quit: Read error: Connection reset by peer). | 05:55:31 | |
Uživatel „ramitos“ opustil místnost (Quit: Remote host closed the connection). | 06:49:51 | |
free__ | Uživatel free__ [bcf63d21@gateway/web/freenode/ip.188.246.61.33] vstoupil do místnosti. | 07:49:49 |
Uživatel „free__“ opustil místnost (Quit: Page closed). | 08:17:47 | |
jazon | Uživatel jazon [75c1cf0b@gateway/web/freenode/ip.117.193.207.11] vstoupil do místnosti. | 08:40:46 |
Uživatel „jazon“ opustil místnost (Quit: Client Quit). | 08:41:05 | |
kieranswhite | Uživatel kieranswhite [~kieranswh@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 09:00:58 |
kieranswhite | what clients do you use? | 09:09:20 |
djuroue | Uživatel djuroue [b295a10d@gateway/web/freenode/ip.178.149.161.13] vstoupil do místnosti. | 09:18:09 |
ChanServ | Uživatel „ChanServ“ nastavil režim (djuroue +v). | 09:18:10 |
djuroue | mornin everybody | 09:18:22 |
kieranswhite | morning | 09:20:17 |
Dazzozo | wtf | 09:41:41 |
Dazzozo | my G300 battery disappeared | 09:41:46 |
djuroue | ![]() |
09:42:18 |
djuroue | hahaha | 09:42:20 |
modacouserr | Uživatel modacouserr [modacouser@bl16-163-149.dsl.telepac.pt] vstoupil do místnosti. | 09:43:58 |
djuroue | Hi modacouserr ! | 09:44:20 |
djuroue | old friend | 09:44:23 |
djuroue | ![]() |
09:44:24 |
modacouserr | hey! | 09:44:28 |
modacouserr | whats up? | 09:44:35 |
djuroue | saturday morning relaxation | 09:44:47 |
djuroue | ![]() |
09:44:48 |
djuroue | modacouserr: are you using CM10 !_ | 09:46:17 |
djuroue | ?! | 09:46:26 |
i-g300 | Uživatel i-g300 [6d5a0290@gateway/web/freenode/ip.109.90.2.144] vstoupil do místnosti. | 09:48:23 |
rale_ts | Uživatel rale_ts [~Milan@cable-178-149-128-209.dynamic.sbb.rs] vstoupil do místnosti. | 09:49:02 |
adfad666 | Uživatel adfad666 [~adfad666@158.194.137.86] vstoupil do místnosti. | 09:52:48 |
Uživatel „adfad666“ opustil místnost (Quit: Changing host). | 09:52:48 | |
adfad666 | Uživatel adfad666 [~adfad666@cyanogenmod/maintainer/adfad666] vstoupil do místnosti. | 09:52:48 |
Dazzozo | easiest fix ever | 09:55:28 |
JillBot | Uživatel JillBot [~JillBot@sh4.rs.github.com] vstoupil do místnosti. | 09:55:28 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 5 new commits to cm-10.1: http://git.io/HE2cLA | 09:55:29 |
JillBot | android_device_huawei_u8815/cm-10.1 ae9fcd4 Daz Jones: Revert "audio: more dumb changes for API 2"... | 09:55:29 |
JillBot | android_device_huawei_u8815/cm-10.1 aa83c69 Daz Jones: Revert "audio: update API version"... | 09:55:29 |
JillBot | android_device_huawei_u8815/cm-10.1 7652cd3 Daz Jones: Revert "audio: fix ion buffer even though we don't use it"... | 09:55:29 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 09:55:29 |
djuroue | hehehe | 09:55:43 |
djuroue | great | 09:55:47 |
djuroue | how's your progress on cm10.1, Daz ?! | 09:56:00 |
Dazzozo | works | 09:56:01 |
Dazzozo | well thats what im working on | 09:56:09 |
Dazzozo | lol | 09:56:09 |
adfad666 | lol so true | 09:56:29 |
adfad666 | at least it can be used until proper msm7zx27a sources come out for 4.2 | 09:57:06 |
djuroue | of course | 09:57:27 |
djuroue | ![]() |
09:57:28 |
adfad666 | which codeaurora seem to be taking their sweet time to do | 09:57:50 |
Dazzozo | precisely | 09:57:56 |
Dazzozo | this works fine, all sound working fine | 09:58:01 |
adfad666 | brilliant | 09:58:11 |
Rostilj | Uživatel Rostilj [~Rostilj@178.79.46.200] vstoupil do místnosti. | 09:59:06 |
Rostilj | Hi | 09:59:17 |
Dazzozo | hi | 10:02:23 |
rymate1234 | hi | 10:03:36 |
Rostilj | whats happend here? | 10:04:12 |
rymate1234 | idk | 10:05:52 |
Dazzozo | stuff, maybe you shouldnt leave and request an update defeating the point of irc ![]() |
10:05:54 |
Rostilj | Hah.. maybe... i fonud http://g300.valicek.name/ | 10:07:32 |
djuroue | ![]() |
10:07:35 |
djuroue | hi barbecue | 10:07:42 |
djuroue | ![]() |
10:07:43 |
Rostilj | Hi ![]() |
10:07:47 |
Dazzozo | then there's no point you asking, surely | 10:07:52 |
Dazzozo | if you know exactly what's happened ![]() |
10:08:00 |
Rostilj | Just founded | 10:08:05 |
Rostilj | I will know in few moments | 10:08:26 |
djuroue | it's not typed FOUNDED | 10:08:41 |
djuroue | hahah | 10:08:46 |
djuroue | it's Found ... not founded | 10:08:51 |
djuroue | found is past tense of find ![]() |
10:08:59 |
Rostilj | My english is bad.. but i hope that you understand me | 10:09:38 |
djuroue | ofc ![]() |
10:09:56 |
ionutz1122 | Uživatel ionutz1122 [~ionutz112@188.240.21.8] vstoupil do místnosti. | 10:20:33 |
djuroue | i hope that we will try out that new work of yours, Daz ![]() |
10:29:01 |
kieranswhite | yup | 10:29:37 |
Rostilj | i hope too.. ![]() |
10:30:42 |
jordilopez94 | Uživatel jordilopez94 [4de0d014@gateway/web/freenode/ip.77.224.208.20] vstoupil do místnosti. | 10:49:31 |
Uživatel „djuroue“ opustil místnost (Quit: Page closed). | 10:50:57 | |
Dazzozo | adfad666: omx is not happy | 10:51:36 |
Dazzozo | E/VENC_ENC( 104): VENC_ERROR venci_valid_params::2791 invalid fps | 10:51:37 |
Dazzozo | E/VENC_ENC( 104): VENC_ERROR venci_process_command_init::3262 invalid params | 10:51:37 |
Dazzozo | E/VENC_OMX( 104): OMX_VENC_MSG_ERROR process_DL_status::4577 device layer command failed (1) | 10:51:37 |
Dazzozo | E/OMXCodec( 104): [OMX.qcom.video.encoder.avc] ERROR(0x80001001, 0) | 10:51:37 |
Dazzozo | E/OMXCodec( 104): [OMX.qcom.video.encoder.avc] init failed: -2147483648 | 10:51:37 |
Dazzozo | E/MediaRecorder( 2064): start failed: -2147483648 | 10:51:40 |
Dazzozo | E/CAM_VideoModule( 2064): Could not start media recorder. | 10:51:42 |
Dazzozo | E/CAM_VideoModule( 2064): java.lang.RuntimeException: start failed. | 10:51:44 |
Dazzozo | screw qdsp5 | 10:51:52 |
adfad666 | oops | 10:52:17 |
adfad666 | i'm still trying to bash my sdcards | 10:52:36 |
modacouserr | yoooo ![]() |
11:08:21 |
Dazzozo | http://www.youtube.com/watch?v=I7y0R5J35OI | 11:11:31 |
Dazzozo | When trying to playback from the gallery | 11:13:47 |
Dazzozo | 01-26 11:12:40.519 2253 2500 E OMXCodec: dequeueBuffer failed: Invalid argument (22) | 11:13:49 |
Dazzozo | 01-26 11:12:40.519 2253 2500 E AwesomePlayer: failed to start video source | 11:13:49 |
Dazzozo | 01-26 11:12:40.519 2253 2500 F OMXCodec: frameworks/av/media/libstagefright/OMXCodec.cpp:1748 CHECK(mState == LOADED || mState == ERROR || mState == LOADED_TO_IDLE) failed. | 11:13:49 |
Dazzozo | ouch | 11:13:51 |
Dazzozo | I'll try building with -DQCOM_LEGACY_OMX | 11:17:27 |
Dazzozo | since it is ics decoders | 11:17:35 |
Dazzozo | hmmm | 11:17:42 |
modacouserr | 10.1? | 11:17:46 |
adfad666 | I'm surprised it isn't there yet | 11:38:16 |
Uživatel „ionutz1122“ opustil místnost (Quit: Read error: Connection reset by peer). | 11:38:26 | |
adfad666 | though google really did fuck it up for qcom this time round | 11:38:51 |
ionutz1122 | Uživatel ionutz1122 [~ionutz112@188.240.21.8] vstoupil do místnosti. | 11:39:29 |
kieran_ | Uživatel kieran_ [~kieranswh@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 11:39:39 |
Uživatel „Rostilj“ opustil místnost (Quit: Read error: Connection reset by peer). | 11:41:30 | |
Rostilj | Uživatel Rostilj [~Rostilj@178.79.46.200] vstoupil do místnosti. | 11:41:46 |
Uživatel „kieranswhite“ opustil místnost (Quit: Ping timeout: 256 seconds). | 11:43:44 | |
lakyljuk | Uživatel lakyljuk [~spravce@188.175.37.37] vstoupil do místnosti. | 11:44:29 |
Uživatel „Rostilj“ opustil místnost (Quit: Ping timeout: 252 seconds). | 11:51:26 | |
tcpaulh | Uživatel tcpaulh [~tcpaulh@cpc19-neat4-2-0-cust55.7-3.cable.virginmedia.com] vstoupil do místnosti. | 11:53:53 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tcpaulh +v). | 11:53:54 |
limelite_ | Uživatel limelite_ [~Paul@nat.hhknet.dk] vstoupil do místnosti. | 11:58:38 |
Kurak | Uživatel Kurak [~laguta@cnv62.neoplus.adsl.tpnet.pl] vstoupil do místnosti. | 12:02:17 |
Dazzozo | compiling and stuffs | 12:02:45 |
Rostilj | Uživatel Rostilj [~Rostilj@178.79.46.200] vstoupil do místnosti. | 12:07:00 |
raverrr | Uživatel raverrr [~raverrr@02dd2d21.bb.sky.com] vstoupil do místnosti. | 12:07:12 |
Uživatel „raverrr“ opustil místnost (Quit: Ping timeout: 252 seconds). | 12:15:38 | |
raverrr | Uživatel raverrr [~raverrr@02dd2d21.bb.sky.com] vstoupil do místnosti. | 12:17:13 |
thejaimes111 | Uživatel thejaimes111 [~Thejaimes@68.Red-79-155-9.dynamicIP.rima-tde.net] vstoupil do místnosti. | 12:25:06 |
thejaimes111 | Hey ! | 12:25:20 |
Dazzozo | hi | 12:25:44 |
thejaimes111 | how it is going? | 12:26:38 |
thejaimes111 | I´m working on Aroma Installer for my rom | 12:29:26 |
thejaimes111 | lol | 12:29:27 |
Dazzozo | aroma sucks | 12:29:54 |
Dazzozo | android sucks | 12:30:07 |
thejaimes111 | not for users | 12:30:08 |
thejaimes111 | OMFG | 12:30:12 |
Dazzozo | it does | 12:30:17 |
thejaimes111 | why? | 12:30:20 |
thejaimes111 | lol | 12:30:21 |
Dazzozo | dont kid yourself | 12:30:24 |
thejaimes111 | ? | 12:30:30 |
Dazzozo | all mobile platforms suck | 12:30:34 |
thejaimes111 | ... | 12:30:51 |
thejaimes111 | emmm | 12:30:53 |
thejaimes111 | ok | 12:30:54 |
thejaimes111 | omg | 12:30:55 |
thejaimes111 | but can you explane why? | 12:31:25 |
Hatebreeder91 | Uživatel Hatebreeder91 [~hate@dslb-092-075-104-092.pools.arcor-ip.net] vstoupil do místnosti. | 12:33:05 |
Dazzozo | i'll leave it to you to puzzle out ![]() |
12:33:18 |
thejaimes111 | ![]() |
12:33:25 |
thejaimes111 | Good | 12:33:27 |
thejaimes111 | but atm android is a part of my life | 12:33:53 |
thejaimes111 | a really good part i think | 12:33:59 |
modacouserr | it is a part of a huge ammount of peole ![]() |
12:34:18 |
thejaimes111 | i want to know more and more everyday | 12:34:20 |
thejaimes111 | yh | 12:34:26 |
Dazzozo | the more you learn the less you wish you had | 12:34:43 |
modacouserr | but most just use it the way it's given. they dont know how it works on the inside... and mayba thats why Daz say it sucks | 12:34:49 |
modacouserr | maybe* | 12:35:00 |
thejaimes111 | Dazzozo that´s it really? | 12:35:43 |
thejaimes111 | omg... | 12:35:49 |
Dazzozo | i love it and hate it at the same time | 12:36:35 |
modacouserr | just saying ![]() |
12:36:44 |
thejaimes111 | lol | 12:37:19 |
thejaimes111 | hard to understand but np | 12:37:27 |
modacouserr | how hard could it be to remove a javascript protection? like a timer | 12:37:30 |
joandrade | Uživatel joandrade [~joandrade@bl16-203-25.dsl.telepac.pt] vstoupil do místnosti. | 12:46:22 |
joandrade | hey | 12:46:47 |
tilal6991 | Uživatel tilal6991 [~Thunderbi@b0f82683.bb.sky.com] vstoupil do místnosti. | 12:48:51 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tilal6991 +o). | 12:48:54 |
modacouserr | hey | 12:50:18 |
Dazzozo | yo | 12:50:21 |
tilal6991 | Hey | 12:50:36 |
joandrade | so what's new? | 12:50:41 |
tilal6991 | Just got an official 3.4 kernel from sony for the XT | 12:50:49 |
tilal6991 | Just trying it out | 12:50:52 |
joandrade | oh cool | 12:52:20 |
JillBot | Uživatel JillBot [~JillBot@sh4.rs.github.com] vstoupil do místnosti. | 12:52:58 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/BE6x2A | 12:52:58 |
JillBot | android_device_huawei_u8815/cm-10.1 82580a5 Daz Jones: BoardConfig: enable legacy OMX | 12:52:58 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 12:52:58 |
Dazzozo | tilal6991: 3.4 is oooold man | 12:53:02 |
Dazzozo | qualcomm started on 3.7 a week or so ago | 12:53:08 |
Dazzozo | adfad666: QCOM_LEGACY_OMX fixes everything on msm7x27a with ics OMX | 12:53:30 |
Blues003 | Uživatel Blues003 [~Miguel@bl20-216-128.dsl.telepac.pt] vstoupil do místnosti. | 12:55:23 |
Dazzozo | I can make a build available if people would like | 12:59:10 |
modacouserr | im up to it ![]() |
12:59:40 |
Dazzozo | http://g300.thebronasium.com/wip/cm-10.1-20130126-EXPERIMENTAL-u8815-A1.zip | 13:00:18 |
modacouserr | cool! downloaded... i'll nandroid and flash ![]() |
13:01:19 |
joandrade | I'll give it a try then, I'll just make a nandroid backup | 13:02:05 |
modacouserr | x2 ![]() |
13:02:37 |
joandrade | I can flash it over, just like other builds, right? | 13:03:32 |
tcpaulh | ![]() |
13:03:50 |
modacouserr | i think you can | 13:03:54 |
joandrade | will try anyway | 13:04:01 |
modacouserr | just wipe usual stuff | 13:04:02 |
jordilopez94 | can be used for day to day? | 13:04:36 |
Dazzozo | jordilopez94: stop being lazy and you tell me | 13:04:46 |
tcpaulh | test + report back | 13:04:54 |
modacouserr | yup | 13:04:59 |
Dazzozo | again, i put the work in to making it, you put the work in testing it | 13:05:00 |
Dazzozo | we're not here to make your phone a cool bit of kit | 13:05:13 |
jordilopez94 | ok Dazzozo sorry | 13:05:20 |
modacouserr | what is p5 p10 and p11 img ? ![]() |
13:06:16 |
Dazzozo | oem info | 13:06:36 |
modacouserr | ah, makes sense | 13:06:50 |
Dazzozo | afaik it backs up with every backup, and you have to manually restore it if you wish | 13:07:17 |
Dazzozo | its there just in case you screw up your imei | 13:07:28 |
jordilopez94 | will create a thread over cm10.1 at MoDaCo? | 13:07:44 |
modacouserr | nandroid current cm10 -> flash cm10.1 -> restore like usual? | 13:07:50 |
Dazzozo | modacouserr: yes | 13:07:59 |
modacouserr | thank's ![]() |
13:08:04 |
Dazzozo | jordilopez94: no i'm going to keep it as an IRC exclusive forever... | 13:08:09 |
Dazzozo | ? | 13:08:10 |
Uživatel „thejaimes111“ opustil místnost (Quit: thejaimes111). | 13:08:21 | |
Dazzozo | if you noticed, this was "A1" and not "R1" | 13:08:27 |
modacouserr | what means the A ? | 13:08:48 |
Dazzozo | alpha | 13:08:56 |
tcpaulh | alpha | 13:08:56 |
joandrade | what they said ![]() |
13:09:04 |
modacouserr | **dumb** lol : | 13:09:06 |
modacouserr | ![]() |
13:09:08 |
tcpaulh | flashy flashy | 13:10:19 |
joandrade | let's do this | 13:10:34 |
tcpaulh | quick install | 13:11:06 |
limelite_ | do we need newer gapps? | 13:11:45 |
modacouserr | i dont think so | 13:11:58 |
tcpaulh | nah | 13:11:59 |
tcpaulh | nafaik | 13:12:07 |
kieran_ | 4.2 gapps?? | 13:12:21 |
limelite_ | cause i found cm10.1 gapps | 13:12:25 |
modacouserr | share ![]() |
13:12:33 |
kieran_ | link? | 13:12:34 |
limelite_ | http://goo.im/gapps | 13:12:43 |
Dazzozo | yes you need newer gapps | 13:12:56 |
tcpaulh | heh | 13:13:01 |
tcpaulh | ok ![]() |
13:13:03 |
limelite_ | ![]() |
13:13:06 |
modacouserr | 90MB | 13:13:21 |
tcpaulh | That's what I said Daz :looksbothways: | 13:13:38 |
kieran_ | http://goo.im/gapps/gapps-jb-20121212-signed.zip | 13:13:44 |
kieran_ | 4.2.1 gapps | 13:14:11 |
modacouserr | Dazzozo: mount USb storage in cwm, its what im thinking it is? | 13:14:13 |
kieran_ | yh | 13:14:23 |
Dazzozo | yes | 13:14:23 |
modacouserr | cool | 13:14:37 |
kieran_ | i know its alpha but what is the main bug ? | 13:14:56 |
tcpaulh | THat's been there forever hasn't it? At least it was in 6.0.2.1 and earlier | 13:15:01 |
kieran_ | spose we have to test | 13:15:04 |
Dazzozo | tcpaulh: yup its been there since the start | 13:15:18 |
Dazzozo | I'm not discussing bugs, the reason i've given you this build is so you can tell me | 13:15:56 |
kieran_ | thought so ![]() |
13:16:58 |
tcpaulh | Thanks Daz | 13:17:46 |
kieran_ | yh thanks | 13:18:06 |
tcpaulh | Just dont want this on the forum until we've confirmed no show stoppers | 13:18:13 |
modacouserr | booting ![]() |
13:18:16 |
Dazzozo | precisely | 13:18:20 |
Dazzozo | had too many borked R1s lol | 13:18:31 |
tcpaulh | It's pretty | 13:18:43 |
Dazzozo | what I know of atm: bluetooth mac address is wrong | 13:19:15 |
modacouserr | restart your device for network access ![]() |
13:19:17 |
Dazzozo | yes, that | 13:19:23 |
Dazzozo | just back out of it | 13:19:25 |
tcpaulh | Only seeing SDCard by default, not Internal | 13:19:26 |
tcpaulh | on PC | 13:19:30 |
modacouserr | well, i restarted | 13:19:32 |
Dazzozo | bluetooth also doesnt sleep, that's intentionally disabled because it causes crashes | 13:19:47 |
modacouserr | it doesnt have the ok button ![]() |
13:19:55 |
Dazzozo | just hit the back button out of the mobile network alert | 13:20:11 |
modacouserr | done | 13:20:24 |
modacouserr | its fast.. | 13:20:28 |
modacouserr | selecting the languages | 13:20:32 |
kieran_ | just flashing | 13:20:36 |
modacouserr | before i could notice a small lag | 13:20:38 |
kieran_ | booting | 13:21:02 |
tcpaulh | Still copying Gapps across. It's easy on the eye this 10.1 ![]() |
13:21:14 |
modacouserr | new notification bar button | 13:22:11 |
modacouserr | ... | 13:22:13 |
tcpaulh | After rebooting once, I get the SIM card added Restart your device prompt a second time. Got to restart to flash gapps neway | 13:22:18 |
kieran_ | dont you flash gapps with cm10.1 | 13:22:35 |
Dazzozo | yeah it keeps coming up | 13:22:37 |
tcpaulh | np | 13:22:41 |
Dazzozo | bug, just back out of it | 13:22:42 |
Dazzozo | i'll fix it by R1 | 13:22:44 |
kieran_ | i do them both at the same time? | 13:22:50 |
modacouserr | nooooo, i'll downlaod my google apps again | 13:23:03 |
modacouserr | all of them | 13:23:05 |
modacouserr | bahh | 13:23:06 |
kra1o5 | Uživatel kra1o5 [57da3749@gateway/web/freenode/ip.87.218.55.73] vstoupil do místnosti. | 13:23:10 |
tcpaulh | yeah should be ok kieran. I normally do | 13:23:10 |
kra1o5 | yo | 13:23:14 |
kieran_ | kl | 13:23:17 |
modacouserr | got a call... everything ok | 13:24:03 |
kieran_ | no loud in call volume? | 13:24:18 |
kieran_ | like on cm10 | 13:24:21 |
modacouserr | normal | 13:24:34 |
modacouserr | tried to change volume -> ok | 13:24:43 |
modacouserr | i can hear perfect and clear | 13:24:50 |
modacouserr | damn, it's downloading 17 apps at once | 13:25:09 |
tcpaulh | surely, one at a time? | 13:25:19 |
modacouserr | all the apps that i have installed on cm10 | 13:25:22 |
kieran_ | haha same :0 | 13:25:37 |
tcpaulh | that's normal as long as they're queued one at a time | 13:25:40 |
kieran_ | must have clicked restore apps | 13:25:44 |
modacouserr | yeh | 13:25:50 |
modacouserr | ![]() |
13:25:51 |
modacouserr | where do we unlock that daydream thing? | 13:26:17 |
kieran_ | locksreen? | 13:26:26 |
tcpaulh | what about it? | 13:26:33 |
Dazzozo | Settings -> Display -> Daydream | 13:26:52 |
kieran_ | no daydream , modacouser asked where it was | 13:26:58 |
kieran_ | ok | 13:27:04 |
modacouserr | omg, lockscreen is amazing | 13:27:13 |
modacouserr | yeh, thanks | 13:27:17 |
kieran_ | nice![]() |
13:27:23 |
modacouserr | took a pic using the lockscreen camera feature | 13:28:04 |
modacouserr | the green cool effect is here ![]() |
13:28:12 |
modacouserr | pic is ok | 13:28:14 |
Dazzozo | yeah, dunno what the green effect is | 13:28:20 |
tcpaulh | Like the new system font | 13:28:21 |
Dazzozo | fortunately it's the only fuck up like that | 13:28:24 |
Dazzozo | the panorama works fine now | 13:28:27 |
Dazzozo | which is weird, it didnt in cm10 | 13:28:34 |
Dazzozo | also 3rd party cameras work now | 13:28:42 |
modacouserr | yes it does ![]() |
13:28:51 |
modacouserr | composing panorama... | 13:29:22 |
modacouserr | i'll be using this for a day or so | 13:29:29 |
modacouserr | for what ive seen till now | 13:29:34 |
modacouserr | its a pretty dmn good alpha ![]() |
13:29:41 |
joandrade | camera JB+ is working, as we suspected it would | 13:30:16 |
modacouserr | auto brightness works | 13:30:17 |
modacouserr | camera is good ![]() |
13:30:23 |
modacouserr | try the panorama | 13:30:27 |
modacouserr | let me try gps | 13:30:42 |
jazon | Uživatel jazon [75c1d7c9@gateway/web/freenode/ip.117.193.215.201] vstoupil do místnosti. | 13:31:02 |
Uživatel „Blues003“ opustil místnost (Quit: I'm out.). | 13:31:05 | |
jazon | yo | 13:31:37 |
kieran_ | seems pretty good so far | 13:31:54 |
kieran_ | slight lag on lock screen but thats about it | 13:32:04 |
jazon | how about that sonification daz.. | 13:32:14 |
Dazzozo | ? | 13:32:36 |
jazon | audio device errors | 13:32:56 |
tcpaulh | previous commit message | 13:33:04 |
Dazzozo | I'm using the mr0 libs as blobs for now as a workaround | 13:33:19 |
fefifofum | Uživatel fefifofum [~fefifofum@84.123.0.34.dyn.user.ono.com] vstoupil do místnosti. | 13:33:20 |
ChanServ | Uživatel „ChanServ“ nastavil režim (fefifofum +v). | 13:33:21 |
modacouserr | yeah. the lockcreen seems to lag a bit when changing screens ![]() |
13:33:27 |
joandrade | panorama works fine modacouserr | 13:33:32 |
modacouserr | yup | 13:33:46 |
Dazzozo | yeah the new stuff seems to lag | 13:33:46 |
Dazzozo | the new lockscreen, flipping around the notification to QS | 13:33:54 |
Dazzozo | but the app drawer is awesome | 13:34:11 |
modacouserr | hell yeah | 13:34:17 |
modacouserr | fast | 13:34:20 |
modacouserr | fast | 13:34:20 |
Blues003 | Uživatel Blues003 [~Miguel@2.81.216.128] vstoupil do místnosti. | 13:34:50 |
modacouserr | daydream looks like a battery drain | 13:35:01 |
tcpaulh | hate to say it. It's buttery | 13:35:10 |
Dazzozo | that's exactly what it is ![]() |
13:35:11 |
Dazzozo | daydream is kinda nice when you're charging | 13:35:26 |
Dazzozo | its a nice touch | 13:35:32 |
joandrade | yeah I kind of missed the BlackBerry's docked mode | 13:36:22 |
joandrade | it is nice | 13:36:25 |
jazon | shall i try cm 10.1 build daz.. | 13:36:28 |
modacouserr | battery stats working | 13:36:34 |
modacouserr | jazon: YES | 13:36:39 |
jazon | or shall i wait for public release | 13:36:44 |
tcpaulh | temple run #1 seems to be hanging after initial animation | 13:36:57 |
modacouserr | try it | 13:36:58 |
modacouserr | believe me | 13:37:01 |
jazon | coz got a limited bandwith | 13:37:12 |
modacouserr | i'll try temple run 2 now | 13:37:18 |
modacouserr | ahh, even so. yes | 13:37:24 |
modacouserr | i see margins in temple run2 | 13:37:49 |
modacouserr | sides only | 13:37:54 |
jazon | its downloading right now.. | 13:37:54 |
modacouserr | you'll like it | 13:38:02 |
tcpaulh | yup I'm just waiting for it to reboot itself ![]() |
13:38:07 |
jazon | yup | 13:38:21 |
modacouserr | TR2 graphics - best | 13:38:31 |
modacouserr | let see how it goes | 13:38:35 |
tcpaulh | I dont play games. Just testing | 13:38:46 |
modacouserr | me neither | 13:38:52 |
modacouserr | ony when i want to drain battery : | 13:39:02 |
modacouserr | ![]() |
13:39:02 |
tcpaulh | and there it goes with the reboot | 13:39:09 |
modacouserr | FAST | 13:39:39 |
modacouserr | antutu here i go for you | 13:39:58 |
Dazzozo | its performing the same as CM10 | 13:40:23 |
jazon | really care about antutu ? | 13:40:42 |
modacouserr | seems smoother at some points ![]() |
13:40:45 |
modacouserr | nope, its the 2nd time im using it | 13:40:52 |
Dazzozo | yeah, thats because of some changes in the framework | 13:41:03 |
Dazzozo | you'll get the same kinda scores in any benchmarking app | 13:41:15 |
modacouserr | nevermind ![]() |
13:41:37 |
modacouserr | wouldnt | 13:41:42 |
tcpaulh | displaying orange pcs in lockscreen which is correct | 13:42:37 |
modacouserr | ohhh, i forgot about the keyboard. im crazy about it | 13:43:18 |
tcpaulh | Nova is deliciously fast and responsive | 13:43:50 |
modacouserr | im using the new one, nova 2, still in beta | 13:44:12 |
modacouserr | but awesome | 13:44:15 |
modacouserr | and no visible bugs | 13:44:21 |
tcpaulh | might try it thanks | 13:44:28 |
modacouserr | it's cool, no hangs for me | 13:44:44 |
modacouserr | 3 days use | 13:44:46 |
modacouserr | i love the keyboard! <3 | 13:45:14 |
modacouserr | call speaker works ok also | 13:47:58 |
tcpaulh | It's 10 seconds before I get the shutter noise in camera then another 10 or so before it's ready to take next shot. THere's the green thing of course which I've had before | 13:48:14 |
jazon | 590 bps ..? wtf | 13:49:01 |
Dazzozo | pretty fast heart rate | 13:51:18 |
Dazzozo | might want to get that checked | 13:51:25 |
tcpaulh | Not a bug: Can you go to the gallery from camera? | 13:51:30 |
Dazzozo | swipe left | 13:51:51 |
tcpaulh | ah ![]() |
13:51:56 |
modacouserr | led works? | 13:52:00 |
modacouserr | didnt got an sms yet | 13:52:05 |
Dazzozo | modacouserr: yes | 13:52:30 |
modacouserr | great ![]() |
13:52:37 |
jazon | how about 3g problems that people facing with cm10 now.. | 13:52:45 |
jazon | awesome | 13:52:56 |
Dazzozo | i've made no changes to the actual 3G setup | 13:53:05 |
Dazzozo | because on my end there's nothing wrong with them | 13:53:14 |
jazon | lets see.. 16 mins rem.. | 13:53:28 |
modacouserr | around 200mb free | 13:55:52 |
Uživatel „jazon“ opustil místnost (Quit: Page closed). | 13:57:44 | |
jazon | Uživatel jazon [75c1d7c9@gateway/web/freenode/ip.117.193.215.201] vstoupil do místnosti. | 14:00:09 |
jazon | can someonegive me a mirror link?? | 14:00:33 |
modacouserr | i can, tell me what service you want | 14:00:52 |
jazon | download speed not exceeding 30kbps | 14:00:57 |
jazon | mediafire | 14:01:15 |
modacouserr | ok | 14:01:19 |
jazon | thanks dude | 14:01:26 |
tcpaulh | can anyone log into tvcatchup.com OR m.tvcatchup.com ? Can do it on PC but not from phone | 14:01:35 |
vladax | Uživatel vladax [~vladax@109-92-194-193.dynamic.isp.telekom.rs] vstoupil do místnosti. | 14:02:03 |
modacouserr | gapps also? | 14:02:04 |
jazon | nope | 14:02:15 |
modacouserr | ok | 14:02:20 |
jazon | i dont use gapps | 14:02:25 |
vladax | any news about audio problems | 14:02:33 |
vladax | ? | 14:02:34 |
jazon | May be that 3g problems are caused by update.app other than b926? | 14:03:22 |
tcpaulh | try it and report back | 14:03:22 |
modacouserr | jazon: uploading 10% | 14:04:32 |
modacouserr | its fast | 14:04:34 |
jazon | ha ha | 14:04:56 |
kieran_ | no data for me starnge | 14:06:37 |
tcpaulh | ok, swype is prefixing login field usernames with a space ffs ![]() |
14:06:42 |
kieran_ | strange* | 14:06:43 |
tcpaulh | watching bbc1 on m.tvcatchup.com | 14:08:35 |
tcpaulh | bit blocky but perfectly watchable | 14:08:47 |
Dazzozo | im an idiot | 14:10:05 |
Dazzozo | So I went to remove ANCIENT_GL and push the affected libs to see if it improved things | 14:10:20 |
jazon | no way | 14:10:26 |
Dazzozo | Didn't realise I had my N4 plugged in | 14:10:26 |
tcpaulh | feck | 14:10:32 |
Dazzozo | so I just pushed msm7x27a HALs to my N4 | 14:10:35 |
jazon | oops | 14:10:36 |
adfad666 | ooooooooooooooooops | 14:10:38 |
Dazzozo | fortunately, it doesn't load them | 14:10:39 |
Dazzozo | or override them | 14:10:41 |
adfad666 | heh that's lucky then | 14:10:54 |
Dazzozo | yup lol | 14:11:00 |
jazon | thank god | 14:11:02 |
adfad666 | goot job you didn't try to flash the boot.img ![]() |
14:11:11 |
Dazzozo | done that before too lol | 14:11:18 |
jazon | LOL | 14:11:25 |
kieran_ | is anyone else having data issues?? | 14:13:38 |
tcpaulh | no | 14:13:55 |
tcpaulh | on wifi. Will try 3g | 14:14:04 |
kieran_ | might reflash | 14:14:06 |
tcpaulh | what sort of issues? | 14:14:35 |
modacouserr | cant we put more widgets on lockscreen? | 14:14:42 |
kieran_ | no data on 2g or 3g | 14:14:42 |
modacouserr | or it depends on apps installed? | 14:14:50 |
tcpaulh | apn? | 14:14:56 |
modacouserr | jazon: almost almost | 14:14:56 |
tcpaulh | hspa ok here | 14:15:34 |
Dazzozo | modacouserr: depends on apps | 14:15:45 |
modacouserr | thanks ![]() |
14:15:58 |
modacouserr | didnt find any bug till now | 14:16:04 |
modacouserr | gonna install my usual apps | 14:16:09 |
modacouserr | and see in the way | 14:16:15 |
jazon | Waitin dude | 14:16:21 |
modacouserr | 98% | 14:16:32 |
jazon | ![]() |
14:16:40 |
tcpaulh | modaco mobile banner was blue then a kind of light grey/blue. Have seen that a lot before but it's intermittent now | 14:16:58 |
modacouserr | jazon: http://www.mediafire.com/?zxus35s4uda023v | 14:17:06 |
kieran_ | whats that? | 14:17:13 |
tcpaulh | mirrrrrrrrrrrror | 14:17:25 |
jazon | mirror | 14:17:28 |
modacouserr | tell me when finished, i'll delete it after | 14:17:31 |
kieran_ | kk get.cm is fast though | 14:17:32 |
modacouserr | or make it private | 14:17:48 |
jazon | sure | 14:17:53 |
modacouserr | Dazzozo: what can we expect form battery life? same as R5? : | 14:18:42 |
modacouserr | ![]() |
14:18:43 |
Uživatel „tilal6991“ opustil místnost (Quit: tilal6991). | 14:20:28 | |
Dazzozo | dunno | 14:20:32 |
Uživatel „tcpaulh“ opustil místnost (Quit: Ping timeout: 252 seconds). | 14:22:08 | |
tcpaulh | Uživatel tcpaulh [~tcpaulh@149.254.51.104] vstoupil do místnosti. | 14:24:17 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tcpaulh +v). | 14:24:18 |
tilal6991 | Uživatel tilal6991 [~Thunderbi@b0f82683.bb.sky.com] vstoupil do místnosti. | 14:24:21 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tilal6991 +o). | 14:24:22 |
Uživatel „tilal6991“ opustil místnost (Quit: Client Quit). | 14:24:44 | |
tcpaulh | USB tethered ![]() |
14:24:56 |
joandrade | that link2int script is working well | 14:24:59 |
joandrade | so far, no bugs at all, my only complaint is that the pin code keyboard is too small | 14:25:46 |
Dazzozo | wat | 14:25:55 |
joandrade | I use a code to unlock my phone, and the CM10 number keyboard in the lockscreen is much bigger | 14:26:37 |
Dazzozo | odd | 14:27:18 |
joandrade | it's not a huge problem, it's just smaller ![]() |
14:28:49 |
joandrade | also, google accounts did not get carried from CM10 to CM10.1 | 14:29:24 |
Dazzozo | yeah, gapps bug out a bit between OS upgrades | 14:29:45 |
tcpaulh | yeah, I got that too. Just needed to sign in | 14:29:52 |
tcpaulh | no problem | 14:30:04 |
tcpaulh | Sure we can find something nasty if we look hard enough | 14:30:16 |
Dazzozo | BT is nasty ![]() |
14:30:23 |
tcpaulh | heh I guess so | 14:30:35 |
Dazzozo | it works | 14:30:42 |
Dazzozo | wrong mac, and i disabled sleep | 14:30:46 |
Dazzozo | I know how to add a mac-getting step | 14:30:58 |
Dazzozo | I just need to know how Huawei got it themselves | 14:31:04 |
joandrade | google now starts much faster | 14:31:20 |
tcpaulh | torrenting while tethered @ 0.1kbps | 14:31:51 |
Dazzozo | LOL | 14:31:56 |
joandrade | lol | 14:31:57 |
Uživatel „dfvt“ opustil místnost (Quit: Ping timeout: 264 seconds). | 14:32:18 | |
tcpaulh | hehe what's a highly reliable torrent source? SOme distro I guess | 14:32:23 |
joandrade | just order the tpb movies list by seeds ![]() |
14:32:54 |
tcpaulh | fakes | 14:33:08 |
tcpaulh | but yeah | 14:33:15 |
tcpaulh | I use bit che ![]() |
14:33:50 |
tcpaulh | trying ubuntoooo 12.1 | 14:35:07 |
joandrade | 12.10 | 14:35:28 |
tcpaulh | uh yeah ![]() |
14:35:37 |
joandrade | these lockscreen widgets don't really convince me though | 14:36:20 |
Dazzozo | they're a little... useless | 14:36:51 |
Dazzozo | lol | 14:36:51 |
tcpaulh | meh, my (neighbour's) isp is prob cracking down... | 14:37:05 |
tcpaulh | uh, i'm retarded. I'm on 3g. Slow torrent tho | 14:37:42 |
tcpaulh | nvm | 14:37:46 |
modacouserr | going to walk with dogs, time to test gps and 3g | 14:38:23 |
tcpaulh | yeah I've got RL stuff to do. Gotta get all spinky and go out | 14:38:58 |
tcpaulh | will test battery etc while I;m out | 14:39:19 |
tilal6991 | Uživatel tilal6991 [~Thunderbi@b0f82683.bb.sky.com] vstoupil do místnosti. | 14:40:29 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tilal6991 +o). | 14:40:29 |
tilal6991 | Wow you use a lot of branches Dazzozo | 14:41:10 |
Dazzozo | wat | 14:41:17 |
tilal6991 | On github | 14:41:28 |
Dazzozo | where? | 14:41:33 |
tilal6991 | You have a load of branches | 14:41:38 |
tilal6991 | Kernel | 14:41:39 |
Dazzozo | oh yeah | 14:41:47 |
Dazzozo | branching is cheap | 14:41:49 |
tilal6991 | 9 branches | 14:41:50 |
Dazzozo | you have no reason not to ![]() |
14:41:52 |
intensedarkness | Uživatel intensedarkness [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 14:41:53 |
tilal6991 | Lol true | 14:41:57 |
tilal6991 | Well I tried to compile the Sony kernel | 14:42:09 |
vladax_ | Uživatel vladax_ [4d2eda21@gateway/web/freenode/ip.77.46.218.33] vstoupil do místnosti. | 14:42:19 |
tilal6991 | And unlike the ZTE kernels it compiled without any changes | 14:42:25 |
tilal6991 | But it errored out on Adreno as I thought | 14:42:41 |
Dazzozo | rip adreno | 14:42:50 |
tilal6991 | Yep - it was still using the 4.1 interface | 14:43:03 |
tilal6991 | After all that kernel was made for 4.1 | 14:43:10 |
tilal6991 | Even though it was a 3.4 kernel | 14:43:17 |
Dazzozo | yup | 14:43:22 |
Dazzozo | same as huawei-kernel-3.4 | 14:43:27 |
tilal6991 | Yeah | 14:43:30 |
Dazzozo | needed like 2 cherry picks to be CM10 compatible | 14:43:40 |
tilal6991 | So I decided - what the heck - let's flash 4.1 | 14:43:41 |
Dazzozo | other than that, I need to fix up the device on it | 14:43:47 |
tilal6991 | I wonder what tag sony used for the kernel | 14:44:07 |
Dazzozo | need a .git leak lol | 14:44:22 |
tilal6991 | Yep | 14:44:26 |
Dazzozo | either that or you diff against every single likely tag and find the one with the smallest diff | 14:44:49 |
tilal6991 | Hahaha | 14:45:04 |
tilal6991 | I don't think FXP will do that anyway | 14:45:13 |
Dazzozo | no, they'll just rewrite it | 14:45:22 |
tilal6991 | They'll just port files over from this one to the mako kernel | 14:45:35 |
tilal6991 | A lot of work went into the mako one | 14:45:47 |
Dazzozo | yup | 14:45:53 |
tilal6991 | Have you tried the 3.4 kernel on 4.2 yet? | 14:46:21 |
Dazzozo | nope | 14:46:46 |
tilal6991 | K | 14:46:48 |
Dazzozo | i'm working on it on 4.1 first, but either way | 14:46:57 |
Dazzozo | i'm using the current 4.1 kernel on 4.2 right now | 14:47:07 |
Dazzozo | with no changes at all | 14:47:10 |
kieran__ | Uživatel kieran__ [~kieranswh@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 14:47:13 |
tilal6991 | I love how Sony has essentially given devs a stock 4.1 | 14:47:27 |
tilal6991 | They released the alpha rom without any customization | 14:47:41 |
Dazzozo | LOL | 14:47:57 |
tilal6991 | They intentionally broke telephony and wifi | 14:48:19 |
tilal6991 | But doomlord fixed that in like 5 minutes | 14:48:37 |
Dazzozo | is there anything actually broken about that build? | 14:48:57 |
Dazzozo | does it work fine with those fixes? | 14:49:13 |
tilal6991 | Pretty much | 14:49:23 |
Dazzozo | lmao | 14:49:27 |
tilal6991 | Wifi is flaky apparently | 14:49:30 |
tilal6991 | But yeah | 14:49:34 |
tilal6991 | It was always like that | 14:49:38 |
Dazzozo | wait, XT has bad wifi? | 14:49:53 |
tilal6991 | No no | 14:49:58 |
tilal6991 | I mean on 4.1/4.2 CM | 14:50:03 |
Dazzozo | oh lol | 14:50:07 |
tilal6991 | But it's pretty bad on 4.1 alpha as well | 14:50:14 |
tilal6991 | I think they still need to update the firmware | 14:50:25 |
Rostilj | I cant find bug.. good rom! | 14:50:54 |
tilal6991 | 78% downloaded - almost there | 14:50:56 |
Uživatel „kieran_“ opustil místnost (Quit: Ping timeout: 256 seconds). | 14:51:17 | |
vladax_ | daaz what happened with audio? | 14:52:08 |
Rostilj | Audio works good on Alpha 1 ![]() |
14:56:39 |
fefifofum | daz, sorry if this was already mentioned and i missed it, but after entering the sim code, i get a warning saying: | 14:57:31 |
dfvt | Uživatel dfvt [~androirc@88.214.164.65] vstoupil do místnosti. | 14:57:49 |
fefifofum | "sim card added: restart your device to access the mobile network" | 14:57:56 |
fefifofum | and a restart button | 14:58:03 |
vladax_ | what rostilj? | 14:58:19 |
fefifofum | if i click anywhere on the screen, everything works fine | 14:58:22 |
Uživatel „tilal6991“ opustil místnost (Quit: tilal6991). | 14:58:24 | |
Dazzozo | back | 14:58:37 |
Dazzozo | sorry net died | 14:58:39 |
jazon | lol | 14:58:44 |
joandrade | fefifofum back out of that | 14:58:50 |
Dazzozo | yeah, thats a bug | 14:58:59 |
Uživatel „Hatebreeder91“ opustil místnost (Quit: Ping timeout: 245 seconds). | 14:58:59 | |
joandrade | it'll work fine without a restart | 14:59:02 |
Rostilj | All good with audio | 14:59:09 |
fefifofum | yes it does | 14:59:26 |
Rostilj | Where is developer options? ![]() |
14:59:32 |
Dazzozo | tap on build number 5 times | 14:59:37 |
vladax10 | Uživatel vladax10 [~androirc@77-46-218-33.dynamic.isp.telekom.rs] vstoupil do místnosti. | 14:59:43 |
Uživatel „vladax10“ opustil místnost (Quit: Client Quit). | 15:00:59 | |
Rostilj | Thanks | 15:01:48 |
tcpaulh | Had a quick look through the bug list. I think you fixed all the things Daz | 15:12:03 |
kieran__ | what update.app do you recomend | 15:12:08 |
kieran__ | ?? | 15:12:12 |
kieran__ | still no data | 15:12:24 |
tcpaulh | I think Daz is on b952 | 15:12:53 |
tcpaulh | not sure | 15:12:58 |
kieran__ | ok thanks | 15:13:13 |
tcpaulh | dunno why I think that. He used to be on B926 but said someting recently about our cm ril being b952 iirc | 15:14:47 |
tcpaulh | so yeah, that | 15:15:07 |
kieran__ | thanks | 15:16:02 |
kieran__ | isnt that just an update though? | 15:16:17 |
kieran__ | so is it b935 then to b952?? | 15:17:18 |
Dazzozo | I updated everything to B952 since I'm fairly sure that's the G300's swan song | 15:17:42 |
tcpaulh | http://www.huaweidevice.com/worldwide/downloadCenter.do?method=toDownloadFile&flay=software&softid=NDcwMjk= | 15:17:48 |
kieran__ | thanks ![]() |
15:17:55 |
Dazzozo | My device is also now on B952 | 15:18:07 |
tcpaulh | ![]() |
15:18:35 |
Dazzozo | because while B926 had HSPA 11, HSPA 11 is only a boost to upload speed, and the later updates may have fixed/improved other stuff | 15:18:42 |
kieran__ | dont need to zero IMEI or anything (already on ics) | 15:18:45 |
Dazzozo | and there's a certain satisfaction of having the final and latest | 15:18:56 |
tcpaulh | no idea what I'm on. I pissed about with it so much at one point. It works tho | 15:20:04 |
joandrade | well, gmail led notifications are white now | 15:20:15 |
kieran__ | same . thats why im going to reflash | 15:20:16 |
kieran__ | no idea what upadte im on | 15:20:30 |
joandrade | not sure if sms and the rest default to white now | 15:20:59 |
modacouserr | it does | 15:21:15 |
joandrade | okay, thanks | 15:21:36 |
Dazzozo | yup, default colour is white now | 15:23:12 |
Dazzozo | nothing to do with me | 15:23:19 |
joandrade | okay | 15:23:23 |
Uživatel „tcpaulh“ opustil místnost (Quit: Ping timeout: 245 seconds). | 15:24:24 | |
tcpaulh | Uživatel tcpaulh [~tcpaulh@cpc19-neat4-2-0-cust55.7-3.cable.virginmedia.com] vstoupil do místnosti. | 15:24:58 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tcpaulh +v). | 15:24:58 |
jazon | backing up cm9 r7.. | 15:28:40 |
modacouserr | nooo, i'll have to restore my cm10 nandroid to get the nova configs ![]() |
15:28:55 |
joandrade | modacouserr, mine got carried to cm10.1 | 15:29:31 |
jazon | Partial wakelocks are huuuuge in cm10... | 15:29:47 |
tcpaulh | google play stops following reboot. It restarts ok | 15:29:58 |
jazon | Cm9 is having deep sleep even with gapps installed | 15:30:07 |
tcpaulh | but get the toast each boot | 15:30:11 |
tcpaulh | interesting jazon | 15:30:47 |
modacouserr | joandrade: i wiped | 15:30:49 |
joandrade | oh okay | 15:30:57 |
jazon | yup.. me too | 15:31:06 |
tcpaulh | I'm a dirty non wiper | 15:31:20 |
joandrade | exactly, yolo lol | 15:31:49 |
tcpaulh | talking of which, bath | 15:31:56 |
jazon | 7 hrs standby , 13 min partialwakelock(12 mins gfs partialwakelock).. | 15:31:58 |
joandrade | just flashed it over after the nandroid backup | 15:32:00 |
djuroue | Uživatel djuroue [b295a10d@gateway/web/freenode/ip.178.149.161.13] vstoupil do místnosti. | 15:32:31 |
ChanServ | Uživatel „ChanServ“ nastavil režim (djuroue +v). | 15:32:31 |
djuroue | hi people | 15:32:36 |
djuroue | i am here and i saw the 10.1 build | 15:32:46 |
modacouserr | hey | 15:32:48 |
modacouserr | TRY IT! | 15:32:52 |
modacouserr | amazing | 15:32:55 |
joandrade | yeah, try it | 15:33:03 |
djuroue | i just flashed the motherfucke | 15:33:04 |
djuroue | it is the greatest experience | 15:33:11 |
modacouserr | yup | 15:33:17 |
djuroue | when i saw that trbuchet is so smooth ... | 15:33:21 |
tcpaulh | better than sex ![]() |
15:33:23 |
modacouserr | and its alpha rofl | 15:33:24 |
djuroue | that lockscreen | 15:33:26 |
modacouserr | nope! | 15:33:27 |
tcpaulh | hehe | 15:33:30 |
djuroue | that everything | 15:33:32 |
djuroue | i didnt believe it | 15:33:37 |
djuroue | i gave the phone to my wife ... | 15:33:43 |
joandrade | I'm pretty scared of that lockscreen tbh | 15:33:46 |
djuroue | she couldnt believe ![]() |
15:33:47 |
djuroue | ahahahah | 15:33:48 |
tcpaulh | I gave the sex to your wife | 15:33:54 |
djuroue | great work Jones ! | 15:33:59 |
tcpaulh | ![]() |
15:34:01 |
djuroue | ahahahahah | 15:34:03 |
djuroue | i gave her last night | 15:34:09 |
djuroue | and tonight | 15:34:10 |
djuroue | and non stop | 15:34:11 |
djuroue | ![]() |
15:34:11 |
tcpaulh | grin | 15:34:16 |
joandrade | having my appointments and e-mail and sms showing before I unlock it doesn't appeal to my tin foil hat personality | 15:34:42 |
djuroue | tcpaulh: did you find any bugs | 15:34:48 |
joandrade | if my phone gets stolen or whatever | 15:34:55 |
djuroue | aha | 15:35:00 |
modacouserr | not yet | 15:35:06 |
djuroue | maybe that could be turned off | 15:35:09 |
djuroue | ![]() |
15:35:10 |
tcpaulh | nothing much dj | 15:35:34 |
joandrade | djuroue: yeah, it can, it's just like changing home screens arrangement | 15:35:54 |
tcpaulh | have mentioned what I've found here | 15:35:58 |
djuroue | ![]() |
15:36:23 |
modacouserr | here i go cm10 ![]() |
15:37:44 |
djuroue | ![]() |
15:37:50 |
modacouserr | but only to get my nova configs ![]() |
15:38:09 |
djuroue | you dont need nova ![]() |
15:38:46 |
djuroue | trebuchet is like a charm | 15:38:52 |
djuroue | ![]() |
15:38:53 |
modacouserr | but i like it ![]() |
15:38:56 |
jazon | finished downloading modacouserr.. make it private now ![]() |
15:39:01 |
modacouserr | yeah i know... | 15:39:05 |
modacouserr | ty jazon | 15:39:08 |
jazon | thanks man | 15:39:29 |
jazon | here we go... ![]() |
15:39:37 |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 15:41:02 |
Uživatel „intensedarkness“ opustil místnost (Quit: Read error: Connection reset by peer). | 15:41:09 | |
joandrade2 | Uživatel joandrade2 [~joandrade@bl16-203-25.dsl.telepac.pt] vstoupil do místnosti. | 15:41:17 |
joandrade2 | can't seem to tether it | 15:41:25 |
joandrade2 | I might be doing something wrong, though | 15:41:34 |
Uživatel „joandrade“ opustil místnost (Quit: Ping timeout: 256 seconds). | 15:41:43 | |
joandrade2 | Uživatel „joandrade2“ je nyní znám jako joandrade. | 15:41:49 |
djuroue | ![]() |
15:42:24 |
kieran_ | Uživatel kieran_ [~kieranswh@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 15:44:47 |
kieran_ | hello? | 15:47:08 |
joandrade | hi | 15:47:26 |
djuroue | yoo | 15:47:36 |
kieran_ | just checking im connected | 15:48:08 |
Uživatel „kieran__“ opustil místnost (Quit: Ping timeout: 244 seconds). | 15:48:20 | |
djuroue | what is daydream ?!?!?!?!?! | 15:52:06 |
joandrade | it's like a docking mode | 15:52:50 |
djuroue | like screen saver ?! ![]() |
15:53:07 |
joandrade | you can set it to show a clock, a bunch of colors or pictures when your phone is docked or charginh | 15:53:14 |
joandrade | charging* | 15:53:20 |
joandrade | yeah | 15:53:22 |
djuroue | nice option | 15:53:34 |
djuroue | i like it | 15:53:43 |
djuroue | ![]() |
15:53:44 |
joandrade | it's cool | 15:55:05 |
~Miguel | Uživatel „Blues003“ opustil místnost (Part). | 15:55:09 |
Uživatel „dfvt“ opustil místnost (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )). | 16:04:50 | |
Uživatel „vladax“ opustil místnost (Quit: Ping timeout: 256 seconds). | 16:05:31 | |
Dazzozo | Beat Hazard Ultra on android is awesome | 16:06:54 |
Dazzozo | finally a game with microtransactions that arent a rip off | 16:07:03 |
4d2eda21 | Uživatel „vladax_“ opustil místnost (Part). | 16:10:12 |
Uživatel „limelite_“ opustil místnost (Quit: Read error: Connection reset by peer). | 16:11:45 | |
tcpaulh | Daz, this is really getting there | 16:12:59 |
tcpaulh | A milestone | 16:13:24 |
tcpaulh | rather than a millstone ![]() |
16:13:34 |
Uživatel „jazon“ opustil místnost (Quit: Page closed). | 16:14:23 | |
tcpaulh | In your shoes, I'd be itching to submit as CM official | 16:15:27 |
joandrade | do you think it could be merged as is, to get CM9 or CM10 nightlies? | 16:16:43 |
tcpaulh | Obviously not my call(!), but yes, once it goes to the forum and if nothing major turns up. Dont see why not. | 16:17:59 |
tcpaulh | Feels like a new phone. I'll stop gushing now. We'll see if any of this lag builds up in normal use | 16:19:41 |
tcpaulh | Talking of which, I wonder if this is a load of old shit :- http://forum.xda-developers.com/showthread.php?t=2104326 | 16:20:26 |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 16:24:47 | |
joandrade | well I never tried any of those tweaks | 16:25:37 |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 16:26:47 |
free__ | Uživatel free__ [bcf63d21@gateway/web/freenode/ip.188.246.61.33] vstoupil do místnosti. | 16:31:39 |
Dazzozo | haaaang on | 16:40:00 |
Dazzozo | is the phone serial number ALWAYS the mac address? | 16:40:06 |
Dazzozo | the bluetooth mac address? | 16:40:12 |
Dazzozo | if thats always the case this is easy to fix | 16:40:18 |
tcpaulh | Rings a bell | 16:40:56 |
tcpaulh | who's not on 10.1a1 yet? | 16:41:21 |
Dazzozo | because I can just grab the serialno, insert a bunch of :s and set it as the bt mac | 16:41:52 |
Dazzozo | lol | 16:41:53 |
joandrade | let me see Daz | 16:41:53 |
tcpaulh | right I'm out. Thanks again Daz. Cya all soon... | 16:42:38 |
djuroue | ![]() |
16:42:39 |
joandrade | well my phone s/n has an L and a B | 16:42:49 |
joandrade | which part do you think is the bt mac? | 16:43:07 |
joandrade | I meant a L and a N, nvm | 16:44:26 |
joandrade | cya tcpaulh | 16:45:14 |
Dazzozo | the whole thing | 16:45:17 |
Dazzozo | iirc they were identical | 16:45:25 |
joandrade | I can go on CM10 and compare it if you need me to | 16:45:54 |
deus_ex | Uživatel deus_ex [~deus_ex@109-92-242-211.dynamic.isp.telekom.rs] vstoupil do místnosti. | 16:45:55 |
Dazzozo | yeah, they're not the same on cm10.1 ofc | 16:46:04 |
Dazzozo | because its broken | 16:46:07 |
deus_ex | Uživatel „deus_ex“ je nyní znám jako pedja. | 16:46:56 |
joandrade | well the serial nr that is on the settings app does fit lol | 16:47:08 |
joandrade | I was reading the one on the box | 16:47:13 |
Uživatel „tcpaulh“ opustil místnost (Quit: Ping timeout: 248 seconds). | 16:47:16 | |
joandrade | it also seems that the wifi mac is an increment from the bt mac/serial nr | 16:48:02 |
jazon | Uživatel jazon [75c1d7c9@gateway/web/freenode/ip.117.193.215.201] vstoupil do místnosti. | 16:52:11 |
jazon | wow!!!!! | 16:52:54 |
jazon | Awesome daz.. | 16:53:02 |
jazon | Didnt fell like running an alpha build.. | 16:53:20 |
Dazzozo | joandrade: yep, but not reliably | 16:54:24 |
Dazzozo | I don't think it can be calculated based on the wifi mac | 16:54:30 |
jazon | At first it ask for reboot saying "Sim card detected".. Nothing odd.. Good job man.. | 16:54:32 |
jazon | Am gonna play with it for sometime.. cya.. | 16:55:03 |
Uživatel „jazon“ opustil místnost (Quit: Client Quit). | 16:55:09 | |
joandrade | crap, I wish Matlab would support git | 16:56:20 |
joandrade | version control is a pita | 16:56:31 |
Dazzozo | right, im gonna go ahead and look at using the serial number as the mac | 16:58:21 |
joandrade | yeah that's probably better | 16:58:35 |
Dazzozo | ro.serialno I think | 16:58:40 |
joandrade | that is certainly better | 16:58:48 |
vladax | Uživatel vladax [4d2eda21@gateway/web/freenode/ip.77.46.218.33] vstoupil do místnosti. | 17:00:36 |
Uživatel „raverrr“ opustil místnost (Quit: Ping timeout: 256 seconds). | 17:02:45 | |
Dazzozo | I'll look at how the N4 does it | 17:03:35 |
Dazzozo | https://github.com/CyanogenMod/android_device_lge_mako/tree/cm-10.1/bdAddrLoader | 17:03:47 |
Dazzozo | code should be a lot less complex for us though since we just have to read a property | 17:04:14 |
joandrade | yeah, seems simple enough | 17:05:06 |
Dazzozo | Right | 17:11:06 |
Dazzozo | EZ | 17:11:08 |
Dazzozo | we write it to a file | 17:11:12 |
Dazzozo | and set ro.bt.bdaddr_path to point to that file | 17:11:18 |
Dazzozo | https://android.googlesource.com/platform/external/bluetooth/bluedroid/+/android-4.2_r1_/btif/include/btif_common.h | 17:11:29 |
Dazzozo | line 120 | 17:11:31 |
joandrade | yeah | 17:12:34 |
Guest2314 | Uživatel Guest2314 [bcad256b@gateway/web/freenode/ip.188.173.37.107] vstoupil do místnosti. | 17:12:46 |
Dazzozo | yep | 17:14:42 |
Dazzozo | workls | 17:14:43 |
Dazzozo | *works | 17:14:44 |
Dazzozo | just did it live on the device | 17:14:48 |
Dazzozo | wrote the mac to the file, set it to point to it | 17:14:55 |
Dazzozo | turned bt on and it had my correct mac | 17:14:59 |
vladax | daz when this thing goes to the forum... | 17:15:40 |
vladax | ? | 17:15:44 |
josalaito | Uživatel josalaito [5aa246c1@gateway/web/freenode/ip.90.162.70.193] vstoupil do místnosti. | 17:15:51 |
josalaito | yo | 17:15:55 |
Dazzozo | vladax: when its ready? | 17:16:28 |
josalaito | what works on cm10.1 A1? | 17:16:46 |
Dazzozo | a lot | 17:16:53 |
josalaito | ok, some important bug? | 17:17:03 |
Dazzozo | the reason it exists is so you can tell me | 17:17:15 |
josalaito | ok | 17:17:27 |
lakyljuk_ | Uživatel lakyljuk_ [~AndChat71@188.175.37.37] vstoupil do místnosti. | 17:17:34 |
vladax | oke just asking.because we dont have important bags | 17:17:37 |
vladax | but you know | 17:17:44 |
vladax | the best | 17:17:48 |
vladax | .. | 17:17:49 |
JillBot | Uživatel JillBot [~JillBot@sh2.rs.github.com] vstoupil do místnosti. | 17:23:58 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/y-BNNA | 17:23:59 |
JillBot | android_device_huawei_u8815/cm-10.1 9fc42cb Daz Jones: Move setmac to setwifimac | 17:23:59 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 17:23:59 |
kra1o5 | Dazzozo: great roms, one question: Camera does not take long to save the photo? | 17:26:37 |
tilal6991 | Uživatel tilal6991 [~Thunderbi@b0f82683.bb.sky.com] vstoupil do místnosti. | 17:27:57 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tilal6991 +o). | 17:27:58 |
Dazzozo | yo | 17:28:25 |
tilal6991 | Hey | 17:28:29 |
Dazzozo | tilal6991: we need a bt mac address binary now :/ | 17:28:43 |
Dazzozo | lol | 17:28:45 |
tilal6991 | Why? | 17:28:52 |
Dazzozo | 4.2 | 17:28:59 |
Dazzozo | new bt stack | 17:29:03 |
Dazzozo | doesn't fetch our mac | 17:29:05 |
Dazzozo | because of huawei weirdness | 17:29:12 |
djuroue | hi | 17:29:15 |
tilal6991 | Ah right | 17:29:18 |
djuroue | kra1o5: | 17:29:20 |
djuroue | camera is a bit slow, but not a problem ![]() |
17:29:30 |
djuroue | it is working | 17:29:32 |
kra1o5 | yes the rom work great | 17:29:43 |
kra1o5 | was a doubt | 17:29:57 |
joandrade | back | 17:32:30 |
joandrade | any clue about fixing that bt sleep crash? | 17:32:50 |
modacouserr | back. | 17:33:50 |
modacouserr | cant get mobile data | 17:33:54 |
modacouserr | didnt check apn yet | 17:33:58 |
Dazzozo | tilal6991: hang on, i don't think I need a binary for this | 17:34:02 |
modacouserr | and gps stays at searching position | 17:34:10 |
modacouserr | ![]() |
17:34:11 |
Dazzozo | oh yeah i do nvm | 17:34:12 |
tilal6991 | Lol | 17:34:48 |
Alkalinorap | Uživatel Alkalinorap [~Alkalino@76.93.18.95.dynamic.jazztel.es] vstoupil do místnosti. | 17:35:23 |
joandrade | yeah I'm not getting mobile data either | 17:35:28 |
joandrade | apn settings seem correct | 17:35:34 |
djuroue | brb | 17:35:44 |
b295a10d | Uživatel „djuroue“ opustil místnost (Part). | 17:35:47 |
djuroue | Uživatel djuroue [b295a10d@gateway/web/freenode/ip.178.149.161.13] vstoupil do místnosti. | 17:35:58 |
ChanServ | Uživatel „ChanServ“ nastavil režim (djuroue +v). | 17:35:58 |
djuroue | ![]() |
17:36:00 |
thejaimes111 | Uživatel thejaimes111 [~androirc@68.Red-79-155-9.dynamicIP.rima-tde.net] vstoupil do místnosti. | 17:36:07 |
kieran_ | cant seem to root stock on windows 8 any ideas?? | 17:37:13 |
kieran_ | joandeade: i have the same problem as well | 17:37:47 |
kra1o5 | mobile data works for me | 17:38:10 |
joandrade | kieran_ are your drivers well installed? | 17:38:21 |
kieran_ | yes | 17:38:28 |
kieran_ | adb | 17:38:29 |
joandrade | might be an APN issue kra1o5 | 17:38:40 |
kieran_ | device not found in then CMD window | 17:38:48 |
kra1o5 | maybe joandrade | 17:39:03 |
joandrade | it probably is | 17:39:30 |
kieran_ | any ideas?? | 17:40:07 |
joandrade | remove the device from the device manager and try again? | 17:40:37 |
kieran_ | tanks will try | 17:40:44 |
joandrade | np | 17:41:00 |
joandrade | this white chinese huawei logo hurts my eyes | 17:41:37 |
joandrade | Dazzozo: I get a "Youtube has stopped working" as soon as I unlock after rebooting | 17:43:14 |
Uživatel „kieran_“ opustil místnost (Quit: Read error: Connection reset by peer). | 17:43:29 | |
joandrade | and the apn change did nothing, it only finds my carrier once I turn wi-fi on and get a data connection going | 17:44:45 |
joandrade | if I turn wi-fi back off, it'll go to "no internet connection" again | 17:45:42 |
Psionandy | Uživatel Psionandy [~chatzilla@cpc32-live22-2-0-cust240.17-2.cable.virginmedia.com] vstoupil do místnosti. | 17:47:38 |
modacouserr | cant i remove the camera shortcut in the lockscreen? | 17:48:47 |
Dazzozo | nope | 17:49:42 |
airbag | Uživatel airbag [021c5d46@gateway/web/freenode/ip.2.28.93.70] vstoupil do místnosti. | 17:49:59 |
thejaimes111 | Dazzozo really good work on cm10.1 ![]() |
17:50:22 |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 17:50:22 | |
thejaimes111 | LOL | 17:50:25 |
Uživatel „tilal6991“ opustil místnost (Quit: Remote host closed the connection). | 17:50:45 | |
intensedarkness | Uživatel intensedarkness [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 17:50:50 |
modacouserr | where's photosphere? ![]() |
17:53:38 |
thejaimes111 | Isnt | 17:53:57 |
thejaimes111 | Lol | 17:54:00 |
modacouserr | i was kidding ![]() |
17:56:11 |
kra1o5 | haha | 17:56:22 |
modacouserr | because Daz said people would ask how to use it and blah blah blah ![]() |
17:56:29 |
kra1o5 | maybe | 17:57:31 |
kra1o5 | ![]() |
17:57:43 |
joandrade | "what the hell Daz this doesn't even have photosphere this sucks I'm going back to stock" | 17:58:31 |
djuroue | what is photosphere ?! ![]() |
17:58:54 |
joandrade | it's like panorama | 17:59:03 |
modacouserr | the cool camera feature | 17:59:04 |
joandrade | but allows you to make those google street view pictures | 17:59:14 |
modacouserr | search for video on youtube or sth. it is very nice | 17:59:50 |
Uživatel „Psionandy“ opustil místnost (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211]). | 18:00:21 | |
Uživatel „Alkalinorap“ opustil místnost (Quit: Leaving.). | 18:00:40 | |
Uživatel „kra1o5“ opustil místnost (Quit: Page closed). | 18:00:41 | |
Dazzozo | it sorta works | 18:00:59 |
Dazzozo | you can load a camera app and liblightcycle.so and it works | 18:01:09 |
Dazzozo | the problem is it has a bad awareness of when you move the camera | 18:01:21 |
Dazzozo | so a 90 degree turn registers as like a 10 degree turn in the photosphere | 18:01:38 |
Dazzozo | until someone can solve that in software for non-4.2 libs, it's basically useless | 18:02:04 |
joandrade | maybe import the motion registering from the panorama mode | 18:02:31 |
modacouserr | Daz, anyone with the same issues as me? no 3g and gps cant catch signal | 18:02:50 |
modacouserr | thats the only thing so far | 18:02:57 |
modacouserr | other than that | 18:03:04 |
joandrade | let me see if I can get GPS signal, mobile data is a bust so far | 18:03:14 |
modacouserr | this is amazing. thanks once again | 18:03:20 |
modacouserr | i couldnt where i could bfore, so that has pbbly something woring | 18:03:58 |
modacouserr | wrong | 18:04:01 |
Uživatel „josalaito“ opustil místnost (Quit: Page closed). | 18:04:47 | |
joandrade | yeap, can't catch a gps signal either | 18:05:24 |
modacouserr | not just me then ![]() |
18:05:49 |
kieranswhite | Uživatel kieranswhite [~kieranswh@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 18:06:42 |
Dazzozo | Install: /home/bro_yuki/android/source/cm10.1/out/target/product/u8815/system/bin/setbtmac | 18:06:49 |
Dazzozo | woo | 18:06:50 |
Dazzozo | time to test | 18:06:51 |
kieranswhite | finally managed to root | 18:06:52 |
djuroue | take a look on gps.conf | 18:07:00 |
djuroue | maybe it is not set for europe | 18:07:07 |
Dazzozo | holy shit it worked | 18:07:36 |
Dazzozo | ok i didnt expect that first time | 18:07:40 |
djuroue | what did you test ?! | 18:07:49 |
joandrade | bt address fetching | 18:07:58 |
djuroue | ooo, cool | 18:08:13 |
b295a10d | Uživatel „djuroue“ opustil místnost (Part). | 18:08:18 |
djuroue | Uživatel djuroue [b295a10d@gateway/web/freenode/ip.178.149.161.13] vstoupil do místnosti. | 18:08:23 |
ChanServ | Uživatel „ChanServ“ nastavil režim (djuroue +v). | 18:08:24 |
Dazzozo | just putting it through a few tests | 18:09:33 |
Dazzozo | but its definitely writing the correct mac to the file | 18:09:41 |
joandrade | nice | 18:09:46 |
vladax | djuro radi li tebi gps | 18:11:35 |
Dazzozo | yep works | 18:11:46 |
Dazzozo | i just need to call the binary on boot | 18:11:54 |
Dazzozo | before bt starts | 18:11:58 |
joandrade | great | 18:12:39 |
modacouserr | thats nice. ![]() |
18:13:08 |
modacouserr | jaandrade, did you took a look at gps.conf? | 18:13:27 |
joandrade | hum, no | 18:13:37 |
joandrade | should I? | 18:13:39 |
vice17 | Uživatel vice17 [02536bdb@gateway/web/freenode/ip.2.83.107.219] vstoupil do místnosti. | 18:13:54 |
modacouserr | djuroue sayd that... im not an android expert ![]() |
18:14:05 |
vice17 | Hii | 18:14:07 |
joandrade | hey | 18:14:13 |
vice17 | thanks joandrade | 18:14:21 |
modacouserr | hi | 18:14:22 |
joandrade | np | 18:14:25 |
joandrade | let's see that gps.conf then | 18:14:29 |
vice17 | mobile data is working to me | 18:14:43 |
modacouserr | tell me after ![]() |
18:14:49 |
modacouserr | where are you from? vice17 and joandrade | 18:14:58 |
modacouserr | ic could be related to network or sth | 18:15:07 |
vice17 | portugal | 18:15:07 |
modacouserr | damn | 18:15:11 |
modacouserr | me too | 18:15:12 |
djuroue | vladax: nisam probao | 18:16:11 |
modacouserr | joandrade: got it working | 18:18:05 |
modacouserr | 3g works now. | 18:18:08 |
joandrade | what did you do? | 18:18:13 |
modacouserr | no it doesnt, cached page lol | 18:18:20 |
joandrade | oh lol | 18:18:25 |
Dazzozo | setbtmac going up | 18:18:38 |
JillBot | Uživatel JillBot [~JillBot@sh4.rs.github.com] vstoupil do místnosti. | 18:18:48 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/qGJpfg | 18:18:48 |
JillBot | android_device_huawei_u8815/cm-10.1 bb15783 Daz Jones: Introduce setbtmac | 18:18:48 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 18:18:48 |
modacouserr | cool ![]() |
18:19:02 |
modacouserr | am i the only one tempted to use this as a daily? | 18:19:12 |
modacouserr | it suits my needs, its fast, no major bugs till now... | 18:19:36 |
joandrade | well if I get mobile data by tomorrow night, I'll certainly use it daily | 18:19:37 |
modacouserr | mobile data is not that important to me, because i have wifi almost all places i go ![]() |
18:20:06 |
modacouserr | but it is handy sometimes | 18:20:16 |
modacouserr | Navigation ![]() |
18:20:23 |
joandrade | whatsapp is the main problem for me | 18:20:42 |
joandrade | what am I looking for in gps.conf? | 18:20:48 |
vice17 | joandrade what apn are you using? | 18:20:49 |
vice17 | there's twice for vodafone pt | 18:21:06 |
joandrade | net2 by vodafone p, worked fine on CM10 | 18:21:09 |
modacouserr | vice17: fizeste alguma alteração? | 18:21:22 |
joandrade | yeah there are two, but one of them is the MMS one and won't be used for internet traffic | 18:21:31 |
modacouserr | yup | 18:21:41 |
joandrade | I did try using another vodafone pt one, with no success | 18:22:07 |
josalaito | Uživatel josalaito [5aa246c1@gateway/web/freenode/ip.90.162.70.193] vstoupil do místnosti. | 18:22:55 |
Curlie | Uživatel Curlie [~d@p57B0EB72.dip.t-dialin.net] vstoupil do místnosti. | 18:23:20 |
Curlie | Hi | 18:23:27 |
Frostshocker | Uživatel Frostshocker [~Frostshoc@cpc23-lewi14-2-0-cust1015.2-4.cable.virginmedia.com] vstoupil do místnosti. | 18:23:37 |
joandrade | hi Curlie | 18:23:49 |
vice17 | no joandrade | 18:24:17 |
vice17 | theres internet.vodafone.pt too | 18:24:26 |
vice17 | there's | 18:24:36 |
joandrade | I was using net2 on cm10, and added internet.vodafone.pt an hour ago to see if it worked. it didn't | 18:25:06 |
joandrade | well modacouserr, even without touching gps.conf, it should be able to get a precise gps lock-on, because it's getting cell ID's google location data, and internet available gps info to see, depending on where you are, what satellites are supposed to be visible | 18:25:51 |
modacouserr | is there any speed diffs? | 18:25:52 |
modacouserr | im in portugal ![]() |
18:26:09 |
joandrade | yes, but my point is that messing with gps.conf wouldn't really help, since you're getting fed all that data anyway | 18:26:42 |
JillBot | Uživatel JillBot [~JillBot@sh3.rs.github.com] vstoupil do místnosti. | 18:26:50 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/MOgtTw | 18:26:50 |
JillBot | android_device_huawei_u8815/cm-10.1 59ed2cd Daz Jones: Build setbtmac and create service | 18:26:50 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 18:26:50 |
modacouserr | ah, never saw the file , dont even know what it contains ![]() |
18:27:03 |
modacouserr | Daz is working hard | 18:27:11 |
kieranswhite | any more ideas on data | 18:30:23 |
kieranswhite | i flashed b952 rerooted then installed t | 18:30:38 |
kieranswhite | still no data | 18:30:47 |
Dazzozo | it wooooorks | 18:30:48 |
kieranswhite | yay? | 18:30:54 |
joandrade | oh okay, it's just a bunch of server url's to get gps data | 18:31:04 |
joandrade | awesome | 18:31:10 |
vice17 | whoow | 18:31:22 |
modacouserr | vice17: wipe cache and dalvik didnt solved it. | 18:31:29 |
vice17 | joandrade: are you learning to mod too? ![]() |
18:31:56 |
vice17 | strange... | 18:32:10 |
kieranswhite | i think i had this problem with either cm9/10 when they first came out (no data) | 18:32:39 |
limelite | Uživatel limelite [~Paul@nat.hhknet.dk] vstoupil do místnosti. | 18:32:48 |
Dazzozo | you can blame the N4 for any data problems | 18:33:18 |
joandrade | well vice17, the way I see it, I'm like one of those kids that goes to auto-shops to see mechanics working on cars, and pick up car-related stuff on the way. it's pretty fascinating | 18:33:27 |
joandrade | Dazzozo that reboot message too? | 18:33:59 |
Dazzozo | yes | 18:34:04 |
Dazzozo | because it brought qualcomm RIL to AOSP | 18:34:12 |
Dazzozo | we were all fine until that | 18:34:15 |
modacouserr | i just found that when in lockscreen, if you move the locker icon not to the unlock place it'll unlock ![]() |
18:35:33 |
kieranswhite | why the n4? | 18:35:34 |
joandrade | how screwed are we? | 18:35:38 |
joandrade | kieranswhite because Qualcomm didn't make Nexus hardware until then | 18:36:02 |
joandrade | I think | 18:36:07 |
Dazzozo | well, they did, the T mobile G1 | 18:36:24 |
Dazzozo | but that's long since dead | 18:36:31 |
kieranswhite | oh so is this a difficult fix then | 18:36:31 |
kieranswhite | g1 can run cm10.1 saw a video on it ![]() |
18:36:48 |
Dazzozo | no one knows because no one has tried yet | 18:36:50 |
Dazzozo | it's likely beyond the realms of users, and it likely isn't APN related | 18:37:13 |
Dazzozo | I'll try with my 3 sim later, if I'm not having issues then you'll have to get me logs | 18:37:25 |
joandrade | sure | 18:37:32 |
modacouserr | yup | 18:37:39 |
kieranswhite | thanks ill be happy to help | 18:37:49 |
Curlie | how much time takes the camera to take/save a picture for you (for me it´s very long)? | 18:37:54 |
joandrade | 5 seconds maybe | 18:38:02 |
Curlie | for me too | 18:38:09 |
Curlie | so it´s not my sd-card | 18:38:24 |
Curlie | ? | 18:38:31 |
joandrade | well it might be both our sd-cards | 18:38:38 |
Curlie | i have class 10 | 18:38:47 |
joandrade | mine is only class4 so there might be a bottleneck there | 18:38:52 |
Curlie | hmmm | 18:38:58 |
joandrade | okay so that's ruled out ![]() |
18:39:02 |
Curlie | and the others? | 18:39:11 |
vice17 | its so strange.. my mobile data works like a charm... | 18:39:16 |
kieranswhite | grr i envy you | 18:39:26 |
joandrade | Curlie: Camera JB+ seems to be much faster than the native app | 18:39:47 |
Curlie | ok | 18:40:05 |
Curlie | i´ll try | 18:40:10 |
joandrade | yeah it is faster | 18:40:21 |
Curlie | but is it green at yours too? | 18:40:31 |
Curlie | when saving the picture | 18:40:38 |
joandrade | it does get green | 18:40:41 |
modacouserr | what app is faster for camera? | 18:40:43 |
joandrade | the final pictures have no problems though | 18:40:51 |
Curlie | but when video recording it saves it very fast | 18:41:07 |
joandrade | modacouserr I user camera JB+ because it can take pictures with the volume buttons | 18:41:31 |
kieranswhite | same ![]() |
18:41:38 |
modacouserr | i'll try it ![]() |
18:41:44 |
Uživatel „josalaito“ opustil místnost (Quit: Page closed). | 18:47:01 | |
modacouserr | how can i remove the default tiles? | 18:48:00 |
vladax10 | Uživatel vladax10 [~vladax@109-92-194-193.dynamic.isp.telekom.rs] vstoupil do místnosti. | 18:48:03 |
joandrade | go into settings, system, quick settings panel, tiles and layout | 18:48:39 |
modacouserr | got it. i think we cant remove the default ones | 18:49:03 |
modacouserr | let me take another look | 18:49:09 |
modacouserr | we can | 18:49:19 |
modacouserr | ![]() |
18:49:20 |
modacouserr | my bad | 18:49:21 |
joandrade | yep | 18:49:30 |
modacouserr | didnt saw the last one changing | 18:49:34 |
Hatebreeder91 | Uživatel Hatebreeder91 [~hate@dslb-092-075-104-092.pools.arcor-ip.net] vstoupil do místnosti. | 18:50:57 |
modacouserr | new alarm app , nice | 18:53:50 |
vice17 | love it modacouserr | 18:55:42 |
vice17 | stopwatch on 4.2 it's something | 18:56:39 |
vice17 | what browser do you prefer? | 18:57:12 |
vice17 | i notice an graphic glitch on chrome when changing tabs | 18:58:09 |
joandrade | chrome is pretty glitchy by nature | 18:58:23 |
vice17 | well tried again and its good now :s | 18:58:36 |
joandrade | I use the stock browers, I don't do much web browsing anyway | 18:58:39 |
vice17 | on CM10 was with opera | 18:58:57 |
vice17 | yahh i will be back to opera | 19:00:12 |
Uživatel „kieranswhite“ opustil místnost (Quit: Leaving). | 19:04:20 | |
emyjojo | Uživatel emyjojo [4f71bf07@gateway/web/freenode/ip.79.113.191.7] vstoupil do místnosti. | 19:11:18 |
tilal6991 | Uživatel tilal6991 [~Thunderbi@b0f82683.bb.sky.com] vstoupil do místnosti. | 19:11:30 |
ChanServ | Uživatel „ChanServ“ nastavil režim (tilal6991 +o). | 19:11:31 |
Dazzozo | yo | 19:11:43 |
tilal6991 | Hey | 19:12:55 |
Uživatel „Kurak“ opustil místnost (Quit: Ping timeout: 246 seconds). | 19:13:13 | |
Dazzozo | see my binary? | 19:13:14 |
Dazzozo | lol | 19:13:15 |
Uživatel „thejaimes111“ opustil místnost (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )). | 19:16:06 | |
tilal6991 | Nope | 19:16:59 |
Dazzozo | https://github.com/Dazzozo/android_device_huawei_u8815/commit/bb15783a193c7b62521f894cad05baed604d28d5 | 19:18:27 |
tilal6991 | Nice | 19:20:07 |
joandrade | Daz, gallery just crashed when saving an edit | 19:22:04 |
joandrade | yep, it won't let me save after I edit a picture | 19:22:56 |
Dazzozo | can't reproduce | 19:23:08 |
Dazzozo | i just edited a picture and it saved fine | 19:23:14 |
joandrade | okay, try and flip the image, if you can't I'll send you the log | 19:23:40 |
Uživatel „emyjojo“ opustil místnost (Quit: Ping timeout: 245 seconds). | 19:24:00 | |
Dazzozo | yep it crashes with a flip | 19:24:28 |
joandrade | okay | 19:24:32 |
Dazzozo | E/dalvikvm-heap( 2480): Out of memory on a 20155408-byte allocation. | 19:24:47 |
Dazzozo | fairly easy | 19:24:49 |
joandrade | okay awesome | 19:24:58 |
djuroue | ![]() |
19:25:41 |
b295a10d | Uživatel „djuroue“ opustil místnost (Part). | 19:25:44 |
djuroue | Uživatel djuroue [b295a10d@gateway/web/freenode/ip.178.149.161.13] vstoupil do místnosti. | 19:25:47 |
ChanServ | Uživatel „ChanServ“ nastavil režim (djuroue +v). | 19:25:47 |
JillBot | Uživatel JillBot [~JillBot@sh3.rs.github.com] vstoupil do místnosti. | 19:26:31 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/YxnWZw | 19:26:32 |
JillBot | android_device_huawei_u8815/cm-10.1 ab269b0 Daz Jones: system.prop: bump Dalvik heap size... | 19:26:32 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 19:26:32 |
joandrade | nice | 19:26:48 |
djuroue | i think that this new build is not battery - eater | 19:27:18 |
modacouserr | wich one? | 19:27:47 |
djuroue | 10.1 | 19:28:08 |
modacouserr | new? | 19:28:12 |
modacouserr | ![]() |
19:28:14 |
djuroue | what new ?! | 19:28:23 |
djuroue | the only one . | 19:28:27 |
djuroue | is there newer one ?! ![]() |
19:28:33 |
modacouserr | this new ![]() |
19:28:34 |
modacouserr | not | 19:28:38 |
modacouserr | that i know | 19:28:41 |
djuroue | haha | 19:28:44 |
djuroue | okay | 19:28:48 |
modacouserr | for an alpha, this is not an alpha | 19:29:55 |
modacouserr | i would call it a late beta | 19:30:15 |
djuroue | yeah | 19:31:58 |
djuroue | works pretty good for first release | 19:32:05 |
djuroue | ![]() |
19:32:08 |
Uživatel „vladax10“ opustil místnost (Quit: Ping timeout: 256 seconds). | 19:32:13 | |
djuroue | ... i need faster pc ... | 19:33:05 |
modacouserr | define fast ![]() |
19:33:57 |
modacouserr | buy an ssd. it gets pretty damn fast | 19:34:06 |
Dazzozo | SSD is a major win for speed | 19:34:18 |
Dazzozo | probably the most cost effective speed boost actually | 19:34:27 |
modacouserr | i used to boot windows 7 in 8 sec and windows 8 in 7 | 19:34:27 |
modacouserr | yup, they are awesome. | 19:34:36 |
modacouserr | had an ocz agility 3 | 19:34:42 |
modacouserr | but if you buy an ssd, and the rest of hardware sucks, still worth it. but not a big thing | 19:35:21 |
djuroue | ok booting... but i see that i need cpu power ... | 19:36:55 |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 19:36:57 |
djuroue | wife is playing Farmville2 in other browser | 19:37:04 |
Uživatel „intensedarkness“ opustil místnost (Quit: Read error: Connection reset by peer). | 19:37:06 | |
djuroue | it slows me down ![]() |
19:37:14 |
djuroue | fuckin farmville ... cityville ... FUCKVILLE ... | 19:37:26 |
modacouserr | yeh ![]() ![]() |
19:37:55 |
modacouserr | there are pretty powerful i5... | 19:38:12 |
modacouserr | and cheap | 19:38:18 |
djuroue | are they lga 775 ?! | 19:38:43 |
djuroue | or i must buy another mainboard | 19:38:49 |
djuroue | ![]() |
19:38:49 |
joandrade | no | 19:38:52 |
joandrade | 1055 | 19:38:54 |
modacouserr | ah, probbly not | 19:38:59 |
modacouserr | there you have it ^ | 19:39:04 |
joandrade | and while you're at it | 19:39:17 |
joandrade | you'l probably need to buy ram to, unless you're already on DDR3 | 19:39:29 |
djuroue | no | 19:39:39 |
djuroue | ddr2 ... | 19:39:42 |
djuroue | msi p31 | 19:39:43 |
djuroue | oldie | 19:39:46 |
modacouserr | buy a new pc ![]() |
19:40:00 |
djuroue | no, i can handle the slowdowns ![]() |
19:40:18 |
djuroue | it's ok | 19:40:21 |
djuroue | ![]() |
19:40:30 |
joandrade | eheh | 19:40:36 |
modacouserr | my pentium4 with 2gb of ram, or 1.. dont know | 19:40:40 |
modacouserr | still get what i need done ![]() |
19:40:50 |
modacouserr | but now im on i7, 6 gb ram... sold my ssd. had to. | 19:41:23 |
vladax10 | Uživatel vladax10 [~vladax@109-92-194-193.dynamic.isp.telekom.rs] vstoupil do místnosti. | 19:41:34 |
modacouserr | and i love my mini phantom case ![]() |
19:41:41 |
modacouserr | i would love even more to have 820! | 19:41:52 |
joandrade | oh, while we're off topic talking about hardware | 19:44:51 |
JillBot | Uživatel JillBot [~JillBot@sh4.rs.github.com] vstoupil do místnosti. | 19:45:16 |
JillBot | [android_device_huawei_u8815] Dazzozo pushed 1 new commit to cm-10.1: http://git.io/DM7yVQ | 19:45:16 |
JillBot | android_device_huawei_u8815/cm-10.1 5ac4646 Daz Jones: Properly disable audio build | 19:45:16 |
~JillBot | Uživatel „JillBot“ opustil místnost (Part). | 19:45:16 |
joandrade | my dad's pc stopped booting with his own graphics card, and only boots with mine. we bought another one for it but it doesn't boot unless it has mine installed | 19:45:39 |
joandrade | suggestions? | 19:45:46 |
fefifofum | give him yours and buy a new one for yourself | 19:46:35 |
Dazzozo | ^ | 19:47:00 |
joandrade | yeah I guess that's the only solution | 19:47:16 |
modacouserr | i remember when i switched graphics card i had to format it, dont know why. | 19:47:22 |
joandrade | probably switched manufacturer | 19:47:36 |
joandrade | from nvidia do amd or vice-versa | 19:47:44 |
modacouserr | im suposing it turns on and gets to the initial menu | 19:47:46 |
joandrade | it doesn't even pass POST | 19:47:56 |
modacouserr | nope, alwasy nvidia... | 19:47:58 |
djuroue | did any of you used 3dfx voodoo accelerators ?! | 19:53:47 |
Uživatel „free__“ opustil místnost (Quit: Page closed). | 19:58:36 | |
Uživatel „lakyljuk_“ opustil místnost (Quit: Bye). | 20:02:21 | |
Uživatel „Frostshocker“ opustil místnost (Quit: Read error: Connection reset by peer). | 20:03:20 | |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 20:04:31 | |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 20:04:47 |
dnfuentes | Uživatel dnfuentes [~dnfuentes@185.pool85-56-208.dynamic.orange.es] vstoupil do místnosti. | 20:16:12 |
tilal6991 | So Kali- has decided to be a boss as always | 20:17:15 |
tilal6991 | Dazzozo | 20:17:19 |
Dazzozo | yo | 20:17:25 |
tilal6991 | He's found the base manually and applied the diff | 20:17:40 |
tilal6991 | https://github.com/CyanogenMod/android_kernel_sony_msm8x60/tree/9.1.A.0.420 | 20:18:02 |
Dazzozo | lol | 20:18:48 |
Uživatel „dnfuentes“ opustil místnost (Quit: Client Quit). | 20:19:41 | |
Dazzozo | HOLY SHIT | 20:20:13 |
Dazzozo | tilal6991 | 20:20:14 |
Dazzozo | A SONY DEVICE | 20:20:20 |
Dazzozo | HAS THE SAME POWER KEY AS THE N4 | 20:20:23 |
Dazzozo | OMFG | 20:20:29 |
Uživatel „vladax“ opustil místnost (Quit: Page closed). | 20:21:46 | |
tilal6991 | What? | 20:22:56 |
tilal6991 | Lol | 20:22:58 |
dnfuentes | Uživatel dnfuentes [~dnfuentes@185.pool85-56-208.dynamic.orange.es] vstoupil do místnosti. | 20:23:08 |
tilal6991 | Dazzozo - which branch is forked off which in CA? | 20:26:56 |
Dazzozo | wat | 20:27:03 |
tilal6991 | You told me at one point that one of the important branches was forked of one of the others - do you remember? | 20:27:55 |
Dazzozo | nope | 20:28:28 |
tilal6991 | It's OK | 20:28:39 |
Dazzozo | CAF is a weird thing | 20:29:21 |
tilal6991 | Yeah | 20:29:35 |
tilal6991 | I'm on a 3.4 4.1 branch | 20:29:43 |
tilal6991 | I need to figure out how to hop over to 4.2 | 20:29:51 |
Dazzozo | thats the thing | 20:29:57 |
Dazzozo | there isn't... much of a difference | 20:30:03 |
Dazzozo | in the kernel | 20:30:06 |
Dazzozo | between 4.1 and 4.2 | 20:30:09 |
Dazzozo | nothing was required | 20:30:11 |
Dazzozo | thats not exactly how it works | 20:30:24 |
tilal6991 | Hmmm | 20:30:36 |
tilal6991 | Well my device doesn't boot | 20:30:42 |
Dazzozo | well, if it isn't booting its for some other reason | 20:30:53 |
tilal6991 | E/BufferQueue( 217): [BootAnimation] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count | 20:30:54 |
tilal6991 | W/Adreno200-EGLSUB( 512): <DequeueBuffer:461>: dequeue native buffer fail: Invalid argument | 20:30:55 |
tilal6991 | W/Adreno200-ES20( 512): <gl2_surface_swap:43>: GL_OUT_OF_MEMORY | 20:30:55 |
tilal6991 | W/Adreno200-EGL( 512): <eglSwapBuffers:3481>: EGL_BAD_ALLOC | 20:30:55 |
tilal6991 | It spams that | 20:31:00 |
Dazzozo | because im using a 4.1 kernel on 4.2 right now | 20:31:04 |
tilal6991 | Boot being display | 20:31:05 |
tilal6991 | Dazzozo: Surely you must have cherry picked some commits | 20:31:32 |
Dazzozo | no | 20:31:36 |
tilal6991 | :/ | 20:31:47 |
Dazzozo | https://github.com/Dazzozo/android_kernel_huawei_u8815/commits/jellybean | 20:32:04 |
Dazzozo | https://github.com/Dazzozo/android_kernel_huawei_u8815/commits/cm-10.1 | 20:32:05 |
Dazzozo | compare | 20:32:06 |
Dazzozo | fixed GPS everybody | 20:34:14 |
Dazzozo | lol | 20:34:15 |
vice17 | yey!! | 20:34:57 |
joandrade | awesome! | 20:35:03 |
vice17 | great job! | 20:35:07 |
Rostilj | ![]() ![]() |
20:35:49 |
Uživatel „i-g300“ opustil místnost (Quit: Page closed). | 20:36:24 | |
modacouserr | cool! that's very handy | 20:40:05 |
djuroue | ![]() |
20:40:06 |
Dazzozo | right, gonna swap my sim over | 20:40:35 |
joandrade | any clue on how to fix mobile data, though? | 20:40:37 |
joandrade | oh ok | 20:40:41 |
djuroue | mobile data works, man | 20:41:14 |
djuroue | maybe your apn settings are not good | 20:41:20 |
djuroue | mine werent, had to change them | 20:41:26 |
joandrade | the apn settings are the same I used on cm10 | 20:41:31 |
modacouserr | x2 | 20:41:41 |
modacouserr | i'll try that apn portugal app | 20:42:03 |
joandrade | Daz, if your mobile data is working, just let me know what to do when logging | 20:42:07 |
joandrade | ok I'm heading out to get that graphics card, brb | 20:42:50 |
Dazzozo | Yeah, data working for me | 20:48:37 |
fefifofum | ![]() |
20:49:25 |
vice17 | im out. see you soon everybody. | 20:49:44 |
modacouserr | Dazzozo: joandrade and i.. didnt wipe cahce or dalvik when falshing. vice17 did. and it works. | 20:50:21 |
modacouserr | maybe related to that? | 20:50:25 |
Dazzozo | no | 20:50:32 |
modacouserr | i tried wipe them after, but no luck | 20:50:34 |
modacouserr | what could be the possible causes? | 20:50:44 |
vladax10 | modacouser:check what you have in apn settings..apn type should say gprs. | 20:50:50 |
modacouserr | we are both from Portugal | 20:50:50 |
vice17 | before i flashed the rom and gapps did the full and dalvik wipe | 20:51:22 |
vice17 | and we have the same network provider | 20:51:31 |
Uživatel „vladax10“ opustil místnost (Quit: Leaving). | 20:51:32 | |
modacouserr | i have no gprs thing on my apn settings | 20:51:48 |
vladax10 | Uživatel vladax10 [~vladax@109-92-194-193.dynamic.isp.telekom.rs] vstoupil do místnosti. | 20:51:51 |
Dazzozo | guys | 20:52:11 |
Dazzozo | guys | 20:52:11 |
Dazzozo | its nothing you can fix | 20:52:13 |
vice17 | and didn't change apn either | 20:52:26 |
vice17 | SIM related Dazz? | 20:52:46 |
Dazzozo | no | 20:52:52 |
tilal6991 | Dazzozo http://pastebin.com/T0WpinpV | 20:53:30 |
Dazzozo | wat | 20:53:49 |
kieranswhite | Uživatel kieranswhite [~anonymous@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 20:54:24 |
kieranswhite | any news? | 20:54:40 |
modacouserr | bbr | 20:54:55 |
modacouserr | brb | 20:54:57 |
Uživatel „kieranswhite“ opustil místnost (Quit: Remote host closed the connection). | 20:55:28 | |
vice17 | well i got to go | 20:55:32 |
vice17 | bye | 20:55:40 |
02536bdb | Uživatel „vice17“ opustil místnost (Part). | 20:55:54 |
kieranswhite | Uživatel kieranswhite [~anonymous@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 20:56:19 |
Uživatel „kieranswhite“ opustil místnost (Quit: Remote host closed the connection). | 20:56:56 | |
Uživatel „Rostilj“ opustil místnost (Quit: Leaving). | 20:57:13 | |
kieranswhite | Uživatel kieranswhite [~anonymous@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 21:01:14 |
Uživatel „kieranswhite“ opustil místnost (Quit: Remote host closed the connection). | 21:01:37 | |
josalaito | Uživatel josalaito [5aa246c1@gateway/web/freenode/ip.90.162.70.193] vstoupil do místnosti. | 21:03:58 |
josalaito | yo | 21:04:00 |
Uživatel „Guest2314“ opustil místnost (Quit: Page closed). | 21:08:00 | |
djuroue | yoo | 21:09:49 |
joandrade | back. store was closed. got some wine tho | 21:14:48 |
joandrade | so it's logging time it seems | 21:14:54 |
joandrade | what should I do? | 21:16:49 |
Uživatel „josalaito“ opustil místnost (Quit: Ping timeout: 245 seconds). | 21:18:34 | |
Uživatel „Curlie“ opustil místnost (Quit: Verlassend). | 21:19:08 | |
Dazzozo | joandrade: reboot | 21:29:23 |
Dazzozo | do adb logcat -b radio > logcat.txt | 21:29:30 |
Dazzozo | let it boot up | 21:29:41 |
Dazzozo | make sure its trying to use mobile data | 21:29:50 |
Dazzozo | and then try to load up a page or something | 21:29:54 |
joandrade | okay, on it | 21:30:00 |
Dazzozo | then ctrl + c the window to kill logcat | 21:30:09 |
Dazzozo | and then pastebin logcat.txt or whatever | 21:30:16 |
Dazzozo | gallery crash was fixed btw | 21:32:33 |
Dazzozo | and gps | 21:32:37 |
joandrade | ok great | 21:34:55 |
lakyljuk | you are fat | 21:37:33 |
lakyljuk | *fast | 21:37:38 |
joandrade | lol | 21:37:41 |
Dazzozo | lol | 21:38:17 |
lakyljuk | sorry | 21:38:22 |
djuroue | HAHA, fat ![]() |
21:38:51 |
Dazzozo | im too young to be fat | 21:39:29 |
lakyljuk | Kim Dotcom isnt old too ![]() |
21:39:43 |
Dazzozo | lol | 21:39:48 |
joandrade | daz: http://pastebin.com/saBs0YGT | 21:40:08 |
Dazzozo | yeah this shit again | 21:44:37 |
Dazzozo | exactly the same problem we had before | 21:44:47 |
joandrade | damn it | 21:44:58 |
Dazzozo | back through the git logs | 21:45:07 |
kieranswhite | Uživatel kieranswhite [~anonymous@host86-135-197-54.range86-135.btcentralplus.com] vstoupil do místnosti. | 21:45:14 |
kieranswhite | whats changed today then ? | 21:45:34 |
Uživatel „kieranswhite“ opustil místnost (Quit: Remote host closed the connection). | 21:47:06 | |
Uživatel „dnfuentes“ opustil místnost (Quit: Read error: Connection reset by peer). | 21:52:13 | |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 21:52:14 | |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 21:53:36 |
adfad666 | https://plus.google.com/u/0/101572626539686148855/posts/gr9pyWxqMPC | 21:56:20 |
joandrade | that's pretty cool | 21:57:57 |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: No route to host). | 21:58:06 | |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 21:58:28 |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 22:00:53 | |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 22:01:00 |
tilal6991 | https://github.com/tilal6991/android_kernel_sony_msm8x60/commit/ced854a1be581ee2c92e126c035d4fb23a02e17a | 22:01:13 |
tilal6991 | I'm amazed that I did that much work | 22:01:21 |
joandrade | how long did that take? | 22:02:33 |
tilal6991 | 2 hours or so | 22:03:58 |
Alkalinorap | Uživatel Alkalinorap [~Alkalino@76.93.18.95.dynamic.jazztel.es] vstoupil do místnosti. | 22:08:21 |
Dazzozo | tilal6991: you were in the zone bro | 22:09:29 |
Dazzozo | where you just | 22:09:34 |
Dazzozo | don't | 22:09:35 |
Dazzozo | stop | 22:09:36 |
tilal6991 | Dazzozo: Yep | 22:09:55 |
tilal6991 | I've been there before | 22:10:00 |
tilal6991 | Once I started writing a program | 22:10:07 |
Dazzozo | welcome to kernels | 22:10:09 |
Dazzozo | enjoy your stay | 22:10:14 |
tilal6991 | Didn't notice the time until 5 hours later | 22:10:18 |
tilal6991 | lol | 22:10:18 |
Dazzozo | lol | 22:10:21 |
Dazzozo | I had the best GPS fix ever | 22:12:22 |
Dazzozo | I checked out the jellybean branch on hardware_qcom_gps ![]() |
22:12:31 |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 22:14:25 | |
intensedarkness | Uživatel intensedarkness [~intenseda@94.197.127.115.threembb.co.uk] vstoupil do místnosti. | 22:14:29 |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 22:15:43 |
hecatae | Uživatel hecatae [~hecatae@188.28.164.27.threembb.co.uk] vstoupil do místnosti. | 22:15:50 |
tilal6991 | Dazzozo: LOL | 22:16:05 |
Uživatel „intensedarkness“ opustil místnost (Quit: Ping timeout: 245 seconds). | 22:18:33 | |
intensedarknesss | WHOA! MASSIVE UPDATE GUYS! | 22:20:40 |
intensedarknesss | New version of Android terminal emulator is in the play store!!!!!!!!!!!!!! | 22:21:12 |
intensedarknesss | WOOOOOOOOHOOOOOOOOOIIII! | 22:21:25 |
Dazzozo | wtf | 22:21:38 |
intensedarknesss | LOOOOOLLLLLLLL | 22:21:58 |
dnfuentes | Uživatel dnfuentes [~dnfuentes@95.169.243.83] vstoupil do místnosti. | 22:22:06 |
intensedarknesss | This is huge! Didn't you know? | 22:22:12 |
rymate1234 | does it include Lagfix? | 22:23:19 |
rymate1234 | will I have to wipe my dalvik cache 10 times to use it? | 22:23:38 |
Dazzozo | yes | 22:25:33 |
Dazzozo | and battery stats | 22:25:40 |
Uživatel „djuroue“ opustil místnost (Quit: Page closed). | 22:27:32 | |
Uživatel „dnfuentes“ opustil místnost (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )). | 22:33:59 | |
Uživatel „hecatae“ opustil místnost (Quit: Ping timeout: 256 seconds). | 22:35:22 | |
hecatae | Uživatel hecatae [~hecatae@213.205.225.218] vstoupil do místnosti. | 22:36:47 |
Milos_90 | Uživatel Milos_90 [55dea8a2@gateway/web/freenode/ip.85.222.168.162] vstoupil do místnosti. | 22:41:02 |
Uživatel „hecatae“ opustil místnost (Quit: Ping timeout: 256 seconds). | 22:42:10 | |
vladax10 | just instale the rom | 22:45:39 |
vladax10 | data works fine for me ahter changing the apn | 22:45:55 |
vladax10 | type | 22:46:01 |
vladax10 | very smooth very fast | 22:46:15 |
vladax10 | fantastic | 22:46:21 |
vladax10 | camera is slow when capturing | 22:47:09 |
vladax10 | but its not much important | 22:47:29 |
vladax10 | great rom daz | 22:47:48 |
Uživatel „vladax10“ opustil místnost (Quit: Leaving). | 22:53:24 | |
Blues003 | Uživatel Blues003 [~Miguel@bl20-216-128.dsl.telepac.pt] vstoupil do místnosti. | 22:53:53 |
Uživatel „AMGarcia19“ opustil místnost (Quit). | 22:57:48 | |
drcone | Uživatel drcone [55d2afac@gateway/web/freenode/ip.85.210.175.172] vstoupil do místnosti. | 23:01:27 |
~hate | Uživatel „Hatebreeder91“ opustil místnost (Part). | 23:01:47 |
Uživatel „lakyljuk“ opustil místnost (Quit). | 23:20:41 | |
Frostshocker | Uživatel Frostshocker [~Frostshoc@cpc23-lewi14-2-0-cust1015.2-4.cable.virginmedia.com] vstoupil do místnosti. | 23:24:36 |
Uživatel „Milos_90“ opustil místnost (Quit: Page closed). | 23:26:08 | |
Uživatel „intensedarknesss“ opustil místnost (Quit: Read error: Connection reset by peer). | 23:36:20 | |
intensedarknesss | Uživatel intensedarknesss [~intenseda@212-139-203-21.dynamic.dsl.as9105.com] vstoupil do místnosti. | 23:36:42 |
Uživatel „jordilopez94“ opustil místnost (Quit: Ping timeout: 245 seconds). | 23:48:34 | |
modacouserr | back! what did i miss? | 23:49:08 |
joandrade | well it seems like the mobile data problem is not new | 23:50:30 |
modacouserr | i know that ![]() |
23:51:16 |
modacouserr | gps fixed | 23:51:19 |
modacouserr | more? | 23:51:22 |
joandrade | don't think so | 23:51:40 |
modacouserr | Daz said it was fixed ![]() |
23:51:55 |
joandrade | yeah, I meant I don't think there is anything else | 23:52:30 |
modacouserr | ahh ![]() |
23:53:20 |
joandrade | well that's in theory, he was also pretty sure the bt mac fix wouldn't work the first time and it did LOL | 23:53:57 |
joandrade | but I know what you mean | 23:54:02 |
modacouserr | yup | 23:55:17 |