chadouming changed the topic of #teamhacksung-support to: TEAMHACKSUNG SUPPORT CHANNEL :: @supported :: @downloads <device> :: @changelog <device> | SmartStay Ex available now ! http://goo.gl/P4vbW | NO ETAs | DON'T PING CODY | If you have a problem, fill this first : http://goo.gl/T8W5V | If you dont like your device, sell it. -codeworkx | Everyone get https://play.google.com/store/apps/details?id=org.bbqdroid.bbqtools
<frankdrey> hmmm
<frankdrey> ok, now i need to figure out how to build amon_ra recovery
<frankdrey> O_o
<frankdrey> bullcrap
<frankdrey> it did not just build in 5 minutes...
<frankdrey> oh...error
ThePot has joined #teamhacksung-support
<frankdrey> oh oops :P
<frankdrey> I had set up my other console to build for htc_dream-eng xD
<frankdrey> not this one :P
<frankdrey> but so many warnings ._.
<frankdrey> Google sucked at coding :|
<frankdrey> dang same error
<frankdrey> development/emulator/qtools/trace_reader.cpp:1012: error: invalid conversion from 'const char*' to 'char*'
<frankdrey> and same for 1015
<frankdrey> *sigh*
<frankdrey> now to find that in nano ._.
DJClean has quit [Read error: Operation timed out]
<xtacocorex> seriously, nano?
* xtacocorex shoving a burrito down to my stomach
xtacocorex is now known as xtacocorex|food
<frankdrey> what else?
* frankdrey has no clue how to fix this
<xtacocorex|food> vim
<frankdrey> i hate vim
<frankdrey> tried it
<frankdrey> hate it
thens has joined #teamhacksung-support
<joecool> onaws not an emacs user
<frankdrey> nano...
<frankdrey> i've never tried emacs
<joecool> i usually use nano for quick edits, vim for anything big though
<frankdrey> char *end = rindex(mmap_path, '@');
<frankdrey> is one of the horrible error lines D:
<frankdrey> seems like dey be trying to stick something into a constant pointer?
<frankdrey> one question:
<frankdrey> why dafuq would you need a constant pointer?
<bbqbot> derp
* xtacocorex|food is not a software engineer
<frankdrey> hmm
<frankdrey> looking at this code
<frankdrey> this could be done so much better with perl :D
elbee1972 has joined #teamhacksung-support
<xtacocorex|food> i don't know perl
elbee1972 has quit [Client Quit]
thens has quit [Quit: leaving]
<frankdrey> yay, my C++ guru friend is helping me :D
romann is now known as romann|afk
thens has joined #teamhacksung-support
<frankdrey> fixed it :D
<frankdrey> added (char*) before rindex
<xtacocorex|food> ah, had to cast it
<frankdrey> yeah
<frankdrey> good think he knew what the f* rindex is :P
<xtacocorex|food> i probably would have gotten around to telling you to do that
<frankdrey> haha, i've never gotten very deep into C/C++
<frankdrey> :|
<frankdrey> apparently rindex spits out the wrong type
<frankdrey> wonder why it's in google's code :|
<xtacocorex|food> but those sw engineers love type casting
<frankdrey> hmm, so it returns an unsigned char
<frankdrey> :|
<frankdrey> hope i don't fk things up by casting to char
<xtacocorex|food> no, you should be fine
xtacocorex|food is now known as xtacocorex
<xtacocorex> my p3110 aosp test build is done
reves has quit [Ping timeout: 244 seconds]
<frankdrey> nice
reves has joined #teamhacksung-support
<frankdrey> *sigh*
<frankdrey> another error
<xtacocorex> now what/
<frankdrey> but i can't see it...gotta rerun with -j1
<xtacocorex> ah, ok
<frankdrey> hmm seems to be going fine now with -j1
<xtacocorex> you only have one processor, so yeah
<frankdrey> building framework ._.
<frankdrey> taking forever :P
<xtacocorex> the j option doesn't actually do parallel processing, it does multiple threads, so if a file that is needed by another and it hasn't compiled because the other thread is slower, you'll run into issues
<frankdrey> yeah
<frankdrey> hmm btw
<frankdrey> does google have some sort of API for daydream?
<xtacocorex> what's that?
<frankdrey> the 4.2 screensaver thing
Baskey has quit [Ping timeout: 260 seconds]
<frankdrey> O_O
<frankdrey> ok, ive been getting warnings constantly for the past 5 min
<frankdrey> missing XML in framework stuff
<frankdrey> *xml missing field
reves has quit [Ping timeout: 264 seconds]
reves has joined #teamhacksung-support
chieftex has joined #teamhacksung-support
<frankdrey> still going...
chieftex has quit [Read error: Connection reset by peer]
Kuzon has joined #teamhacksung-support
Drybones has quit [Ping timeout: 264 seconds]
<frankdrey> did it for like 15 min
<frankdrey> missing fields, methods, etc.
<frankdrey> maybe i need to redownload framework source?
<xtacocorex> re-sync?
<frankdrey> maybe re-sync with -j1
<frankdrey> i'll do it
<frankdrey> xtacocorex, will it overwrite the changes i made?
<frankdrey> hmmm repo sync didn't download anything :|
iKillCypher has joined #teamhacksung-support
iKillCypher has joined #teamhacksung-support
<frankdrey> *shrug*
<frankdrey> oh well, the build shall go on
<frankdrey> UGGGH
<frankdrey> make: *** No rule to make target 'vendor/htc/dream-open/proprietary/libcamera.so
<frankdrey> Oh...
* frankdrey is stupid
<frankdrey> forgot to pull proprietary libs ._.
<frankdrey> I sure hope this donut ROM i have installed has them...
<frankdrey> maybe i should install the stock donut ROM
<frankdrey> i love how there's a "defanged" version of it :P
<frankdrey> without recovery, radio, and kernel :D
<frankdrey> i should get around to building that insecure version of amon_ra
brinsjt has joined #teamhacksung-support
<xtacocorex> yeah, it will overwrite any changes if it downloads stuff
<frankdrey> alright, well it didn't :P
<frankdrey> and i need to figure out how to pull and build a custom recovery
slainer68 has joined #teamhacksung-support
<frankdrey> can i just 1. make a "dream-recovery" folder in my project dir 2. cd in 3. make + whatever the makefile hints at
<xtacocorex> i think you just type make recovery
<frankdrey> nope
<frankdrey> it can't find "cutils"
brinsjt is now known as snowman77|away
romann|afk is now known as romann
<frankdrey> ok, i had to remove bootable/recovery
<frankdrey> this is fun but tiring at the same time ._.
<xtacocorex> yep
<frankdrey> hmm, so 3 properietary files don't exist
<frankdrey> those 3 :P
<frankdrey> i assume it's safe to make the same edit JBQ made xD
<xtacocorex> the possibly in a cm repo?
<bbqbot> derp
<frankdrey> well, JBQ claims they don't exist on ADP1
<frankdrey> and i have an ADP1 for simplicity sakes
<xtacocorex> then make the edit
<frankdrey> ADP1 = dev version of G1
<frankdrey> i was worried that my lights wouldn't work because lib.goldfish.xo isn't there...but there's a lib.msm7k.so :D
<frankdrey> ok, so the recovery needs a file from 1.5 source ._.
<frankdrey> IN OTHER NEWS I FOUND 1.5 SOURCE
<frankdrey> but i'll grab just the file i need :P
<frankdrey> YEAH BABY
<frankdrey> oh, hmmm
<frankdrey> actually
<frankdrey> it's not from 1.5 source, that file
<frankdrey> it's built with the ROM
<frankdrey> but meh...i want to build recovery first...
<frankdrey> O__________O
* frankdrey builds
<frankdrey> dayum, recovery takes a while to build...
<frankdrey> I think it's building android first...
<frankdrey> ah there we go
sixstringsg|afk is now known as sixstringsg
whitequark has joined #teamhacksung-support
snowman77|away is now known as snowman77|here
<whitequark> hi folks, trying to flash P5110 on official 4.0.4. got it into download mode, but it doesn't enumerate on USB
<frankdrey> whitequark, windows?
<frankdrey> oh :P
<frankdrey> never mind :P
<frankdrey> heimdall doesn't see it?
<whitequark> frankdrey: yeah, neither does lsusb
<frankdrey> :|
<whitequark> i guess it's xhci related. damned thing never worked good enough.
jtm92 has joined #teamhacksung-support
<whitequark> the part which annoys me most is that in the regular mode the device enumerates, as it can be seen on the top of the log
<frankdrey> whitequark, I have no clue :|
jtm92 has quit [Client Quit]
iKillCypher has quit [Remote host closed the connection]
<frankdrey> huh, my family's storage seems to have disappeared...
<xtacocorex> with c10.1?
<frankdrey> yeah
<frankdrey> hmm
<frankdrey> ahwait
<frankdrey> they just weren't mounted since they hadn't logged in since last reboot
<xtacocorex> i'm out, have a cheesy sci-fi movie to watch
<xtacocorex> later frankdrey
xtacocorex has quit [Quit: adios!]
slainer68 has quit [Remote host closed the connection]
<frankdrey> bai :p
snowman77|here has quit [Ping timeout: 245 seconds]
Alram is now known as zz_Alram
ThePot has quit [Quit: Leaving]
angelsl has joined #teamhacksung-support
slainer68 has joined #teamhacksung-support
sixstringsg is now known as sixstringsg|afk
slainer68 has quit [Ping timeout: 245 seconds]
sixstringsg|afk is now known as sixstringsg
tweetergal has quit []
ThePot has joined #teamhacksung-support
Kaik541 has joined #teamhacksung-support
romann is now known as romann|afk
cdesai has joined #teamhacksung-support
slainer68 has joined #teamhacksung-support
DeathBlade has quit [Remote host closed the connection]
thens__ has joined #teamhacksung-support
thens has quit [Ping timeout: 260 seconds]
angelsl has quit [Quit: Do not look directly at the operational end of the device.]
sixstringsg is now known as sixstringsg|afk
slainer68 has quit [Ping timeout: 245 seconds]
angelsl has joined #teamhacksung-support
Onixs has quit [Max SendQ exceeded]
Onixs has joined #teamhacksung-support
pawz has joined #teamhacksung-support
tt_ has joined #teamhacksung-support
<tt_> hello
tt_ is now known as Guest50960
<Guest50960> ok
Guest50960 has quit [Client Quit]
<frankdrey> LOL
iKillCypher has joined #teamhacksung-support
<iKillCypher> Hello
<frankdrey> hello
DarkLegend has joined #teamhacksung-support
Ntemis has joined #teamhacksung-support
DeathBlade has joined #teamhacksung-support
Ntemis has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901]]
<joecool> my n7000 likes to drop wifi a lot, annoying when midcall on sip
<joecool> known issue? running CM10 nightly
<joecool> (did not have the issue on my anzu)
<Entropy512> nope, mine has solid wifi
Kuzon has quit [Read error: Connection reset by peer]
<Entropy512> ugh... bedtime
<Entropy512> so tired
Kuzon has joined #teamhacksung-support
<joecool> hm, weird, i know it's crapping out for sure, i'll try it on my 5ghz network and see if it's less flaky
DarkLegend has quit [Ping timeout: 264 seconds]
romann|afk is now known as romann
jedivulcan has quit [Ping timeout: 246 seconds]
jedivulcan has joined #teamhacksung-support
sixstringsg|afk is now known as sixstringsg
iKillCypher has quit [Ping timeout: 252 seconds]
Exterminatus has joined #teamhacksung-support
lodder has quit [Remote host closed the connection]
The_Pot_ has joined #teamhacksung-support
lodder has joined #teamhacksung-support
ThePot has quit [Ping timeout: 256 seconds]
The_Pot_ has quit [Ping timeout: 265 seconds]
sixstringsg is now known as sixstringsg|afk
ThePot has joined #teamhacksung-support
DarkLegend has joined #teamhacksung-support
DJClean has joined #teamhacksung-support
The_Pot_ has joined #teamhacksung-support
ThePot has quit [Ping timeout: 255 seconds]
Kaik541 has quit [Quit: Leaving]
slainer68 has joined #teamhacksung-support
slainer68 has quit [Ping timeout: 264 seconds]
The_Pot_ is now known as ThePot
Exterminatus has quit [Remote host closed the connection]
frankdrey has quit [Quit: Leaving]
DarkLegend has quit [Ping timeout: 265 seconds]
Kaik541 has joined #teamhacksung-support
Brat81 has quit []
ThePot has quit [Read error: Connection reset by peer]
jusama14 has quit [Ping timeout: 276 seconds]
ThePot has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
ThePot has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
ThePot has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
ThePot has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
AsherChau has joined #teamhacksung-support
ThePot has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
ThePot has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
jusama14 has joined #teamhacksung-support
AsherChau has quit [Client Quit]
tweetergal has joined #teamhacksung-support
r3zoid has quit [Remote host closed the connection]
DarkLegend has joined #teamhacksung-support
ou812bkewl has joined #teamhacksung-support
Exterminatus has joined #teamhacksung-support
ThePot has joined #teamhacksung-support
r3zoid has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
Exterminatus has quit [Client Quit]
Exterminatus has joined #teamhacksung-support
Exterminatus has quit [Client Quit]
Exterminatus has joined #teamhacksung-support
ThePot has joined #teamhacksung-support
DarkLegend has quit [Ping timeout: 245 seconds]
DarkLegend has joined #teamhacksung-support
ou812bkewl2 has joined #teamhacksung-support
ou812bkewl has quit [Read error: Connection reset by peer]
cdesai has quit [Remote host closed the connection]
Yoshimo has joined #teamhacksung-support
ou812bkewl2 has quit [Read error: Connection reset by peer]
ou812bkewl2 has joined #teamhacksung-support
Yoshimo has quit [Quit: Yoshimo]
Yoshimo has joined #teamhacksung-support
ou812bkewl has joined #teamhacksung-support
ou812bkewl2 has quit [Ping timeout: 246 seconds]
davi has joined #teamhacksung-support
davi has quit [Changing host]
davi has joined #teamhacksung-support
romann is now known as romann|afk
Devourz has joined #teamhacksung-support
zz_Alram is now known as Alram
tweetergal has quit [Ping timeout: 260 seconds]
slainer68 has joined #teamhacksung-support
slainer68 has quit [Ping timeout: 256 seconds]
snowman77 has joined #teamhacksung-support
[SkG] has joined #teamhacksung-support
Exterminatus has quit [Remote host closed the connection]
ThePot has quit [Ping timeout: 256 seconds]
Kaik541 has quit [Ping timeout: 256 seconds]
ThePot has joined #teamhacksung-support
snowman77 has quit [Quit: Page closed]
ThePot has quit [Ping timeout: 256 seconds]
slainer68 has joined #teamhacksung-support
endstille has joined #teamhacksung-support
felek73 has joined #teamhacksung-support
ThePot has joined #teamhacksung-support
felek73 has quit [Quit: Page closed]
ThePot has quit [Ping timeout: 255 seconds]
[SkG] has quit [Ping timeout: 260 seconds]
ThePot has joined #teamhacksung-support
YeahRight has joined #teamhacksung-support
D3vourz has joined #teamhacksung-support
Devourz has quit [Ping timeout: 244 seconds]
datagutt has joined #teamhacksung-support
ThePot has quit [Quit: Leaving]
ThePot has joined #teamhacksung-support
Exterminatus has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
endstille has quit [Read error: Connection reset by peer]
pasha has joined #teamhacksung-support
<pasha> hi
pasha is now known as Guest7890
endstille has joined #teamhacksung-support
Guest7890 has quit [Client Quit]
endstille has quit [Read error: Connection reset by peer]
endstille has joined #teamhacksung-support
[SkG] has joined #teamhacksung-support
ThePot has joined #teamhacksung-support
DJClean has quit [Read error: Operation timed out]
cdesai has joined #teamhacksung-support
DJClean has joined #teamhacksung-support
chieftex has joined #teamhacksung-support
DuperMan has joined #teamhacksung-support
<DuperMan> yo
<DuperMan> mr1 - marshmellow rinds? :P
<cdesai> milestone release
<DuperMan> mine's better
<cdesai> mine's correct, but well...
<DuperMan> ^ ... gief keylime
thens__ has quit [Ping timeout: 250 seconds]
nebkat is now known as murata
kalpik has quit [Ping timeout: 246 seconds]
murata is now known as nebkat
Exterminatus has quit [Remote host closed the connection]
kalpik has joined #teamhacksung-support
endstille has quit [Ping timeout: 245 seconds]
felek73 has joined #teamhacksung-support
felek73 has quit [Client Quit]
endstille has joined #teamhacksung-support
endstille has quit [Quit: Miranda NG! Smaller, Faster, Easier. http://miranda-ng.org/]
endstille has joined #teamhacksung-support
Baskey has joined #teamhacksung-support
cantIntoCode has quit [Remote host closed the connection]
EgotisticalElf has quit [Quit: Leaving]
Devourz has joined #teamhacksung-support
tweetergal has joined #teamhacksung-support
D3vourz has quit [Ping timeout: 265 seconds]
<Thracky> crap, I think one of my monitors is toast :|
Dillinjer_ has joined #teamhacksung-support
<DuperMan> beats having it the other way around? somebody, sometime, mustv'e put their smartphone in the toaster
<bbqbot> derp
<Thracky> yup it's officially dead, nothing but white :|
<Thracky> so at the moment all I have is a 17" 4:3 lcd.
<Thracky> that and my tv
<DuperMan> assuming 1080p, just hook the tv :P why was it ever not your monitor?
<Thracky> text resolution is not good on a tv
<Thracky> which means programming is a no :P
<DuperMan> lousy refresh rate and eye murdering brightness, yum
Dillinjer_ has quit [Remote host closed the connection]
<Thracky> so yeah I think I might have to go get a new monitor today, I'm in the last 2 weeks of the semester :|
<DuperMan> hmm.. chance it'll be anything fancy enough to brag about?
<Thracky> nope
ou812bkewl has quit [Quit: bye]
<Thracky> going as cheap as possible
<Thracky> (within reason)
<DuperMan> I feel for you. buying hardware out of necessity sucks
<Thracky> I mean both these monitors are over 6 years old
<Thracky> the 22" wasn't even 1080p :P
<DuperMan> nice. I miss crt. also, 720p? KILL IT WITH FIRE
<Thracky> 1680x1050
<DuperMan> heh. modded laptop?:P
<Thracky> no they're both lcd
<Thracky> the 17" is a 4:3 1280x1024
<DuperMan> crt did 4k like it's nobody's business, then lcd
<DuperMan> :(
<Thracky> the 22 that just died was 16:10 1680x1050
<DuperMan> not much of a loss. I remember the first lcd I mucked with, circa 1997. sucked. /random
Dillinjer_ has joined #teamhacksung-support
<Thracky> no they got a ton of use, i just can't really afford to be buying new shit right now.
<Thracky> I think the 17" cost me $499 with staff discount lol
<DuperMan> not bad, guessing sammy or lg :P or proview, of course
<DuperMan> 499 going on 550$ 2006 monies... 5ms refresh, as was the noise
<Thracky> sharp actually
<Thracky> didn't even have dvi
<Thracky> still kicking though, still does the job as my secondary
<logcat> eh
<DuperMan> hmmm.. so, better specs than I had in mind but weird resolution?
<logcat> i has a samsung square monitor
<logcat> and a 42" TV as a second monitor
<Thracky> no standard resolution for 4:3 monitors
<Thracky> 1280x1024
<logcat> 1280x1024 here too
anonym_ has joined #teamhacksung-support
<Thracky> the 22" was 1680x1050 and that was standard at the time also :P
<anonym_> when will the camera app can save the fotos on the external sdcard?
<logcat> in the next nightly
<Thracky> when jesus tells us you've stopped touching yourself at night.
<logcat> not the one today
<logcat> but the next one
<DuperMan> 499$ is a bit of a huge bloody wad to blow on a monitor, thinking about it
<anonym_> are you sure?
<bbqbot> derp
<anonym_> are you sure?
<logcat> yup
<anonym_> hey, that's great! thanks man :)
<logcat> yw
<anonym_> from where did you get the information?? :P
<DuperMan> "yo mama"
<DuperMan> too obvious.
<logcat> eh, i aint an op for nothing
<anonym_> haha, ok... *-*
<nebkat> DuperMan: DUPAH MANN
<DuperMan> NEHBGHAT!
anonym_ has left #teamhacksung-support [#teamhacksung-support]
<DuperMan> I think. --
<logcat> eheh, deception incoming
<logcat> :D
<logcat> @geo host 84.56.7.102
<bbqbot> {"range":[1412956160,1413480447],"country":"DE","region":"","city":"","ll":[0,0]}
<DuperMan> "decepticons, retreat!" - favorite childhood quote or cybertron's finest resort?
<DuperMan> :P
<DuperMan> I had a disturbing thought I'd like to share: won't fps games be better if every enemy soldier had a Sims type family simulation thing going, to care about and evaluate the amount of risk it's willing to take in combat by?
davi has quit [Ping timeout: 248 seconds]
Dillinjer_ has quit [Remote host closed the connection]
anonymous has joined #teamhacksung-support
anonymous is now known as Guest50601
<Guest50601> when will the camera app be able to save photos on the external sdcard?
cdesai has quit [Remote host closed the connection]
<Guest50601> when will the camera app be able to save photos on the external sdcard?
<bealtine> stop
<Guest50601> when will the camera app be able to save photos on the external sdcard?
<bbqbot> derp
<logcat> @kickban Guest50601
<bbqbot> logcat: You are not allowed to run that command!
Guest50601 was kicked from #teamhacksung-support by Espenfjo [Espenfjo]
<logcat> mah
<bealtine> meh
<logcat> mih
<bealtine> my finger was hovering...
n0credit has joined #teamhacksung-support
D3vourz has joined #teamhacksung-support
<Pulser> ANSWER: WHEN IT CAN
Devourz has quit [Ping timeout: 245 seconds]
<Thracky> lovely, 3 out of 5 capacitors on the monitor power supply are bulging :P
<Thracky> in theory I could replace them but I should probably just get rid of the monitor :P
angelsl has quit [Remote host closed the connection]
slainer68 has quit [Read error: Connection reset by peer]
slainer68 has joined #teamhacksung-support
EgotisticalElf has joined #teamhacksung-support
n0credit_ has joined #teamhacksung-support
n0credit has quit [Ping timeout: 256 seconds]
The_Pot_ has joined #teamhacksung-support
ThePot is now known as Guest73393
Guest73393 has quit [Killed (cameron.freenode.net (Nickname regained by services))]
The_Pot_ is now known as Thepot
xKen has joined #teamhacksung-support
xKen has quit [Client Quit]
Baskey has quit [Ping timeout: 265 seconds]
Baskey has joined #teamhacksung-support
n0credit_ has quit [Quit: Leaving]
Thepot has quit [Read error: Connection reset by peer]
The_Pot_ has joined #teamhacksung-support
n0credit has joined #teamhacksung-support
The_Pot_ is now known as ThePot
The_Pot_ has joined #teamhacksung-support
ThePot has quit [Ping timeout: 264 seconds]
n0credit has quit [Quit: Leaving]
D3vourz has quit [Remote host closed the connection]
ThePot has joined #teamhacksung-support
slainer68 has quit [Remote host closed the connection]
The_Pot_ has quit [Read error: Connection reset by peer]
The_Pot_ has joined #teamhacksung-support
ThePot has quit [Ping timeout: 265 seconds]
Ravenheart has quit [Quit: Leaving]
Didou has joined #teamhacksung-support
Ravenheart has joined #teamhacksung-support
The_Pot_ has quit [Read error: Connection reset by peer]
The_Pot_ has joined #teamhacksung-support
The_Pot_ is now known as ThePot
Fissurez has joined #teamhacksung-support
Kaik541 has joined #teamhacksung-support
slainer68 has joined #teamhacksung-support
Didou has quit [Quit: Didou]
ThePot has quit [Read error: Connection reset by peer]
ThePot has joined #teamhacksung-support
Kaik541 has quit [Ping timeout: 248 seconds]
ryann has quit [Remote host closed the connection]
ryann has joined #teamhacksung-support
slainer68 has quit [Ping timeout: 260 seconds]
The_Pot_ has joined #teamhacksung-support
ThePot has quit [Ping timeout: 244 seconds]
Fissurez has quit [Read error: Connection reset by peer]
Fissurez has joined #teamhacksung-support
<Fissurez> BASKEY
The_Pot_ has quit [Ping timeout: 256 seconds]
folder has joined #teamhacksung-support
endstille has quit [Ping timeout: 245 seconds]
endstille has joined #teamhacksung-support
folder has quit [Quit: Page closed]
Chewston has joined #teamhacksung-support
ThePot has joined #teamhacksung-support
<Baskey> FISSUREZ
<Fissurez> hi
Chewston has quit [Client Quit]
<Baskey> Fissurez: howdy
<Fissurez> i'msotired X|
<Baskey> same
<Fissurez> paintball :D
<Fissurez> i have lost all fissupower.
<Baskey> life
<Baskey> I've lost all baskeypower
<Fissurez> i'm on <20%
Exterminatus has joined #teamhacksung-support
<Baskey> Fissurez: Y U NO WIRELESS CHARGE
<Fissurez> i do!
<Fissurez> WANT MAH NEXURZ
<Baskey> NEXUS IS FOR PUSSIES
<Baskey> SPICA IS FOR REAL MEAN
<Baskey> MEN*
<Baskey> OR EVEN MAN
<Baskey> I SAY POTATO
davi has joined #teamhacksung-support
davi has quit [Changing host]
davi has joined #teamhacksung-support
The_Pot_ has joined #teamhacksung-support
ThePot has quit [Ping timeout: 256 seconds]
The_Pot__ has joined #teamhacksung-support
The_Pot_ has quit [Ping timeout: 244 seconds]
akSeya has quit [Remote host closed the connection]
The_Pot__ has quit [Ping timeout: 255 seconds]
ThePot has joined #teamhacksung-support
akSeya has joined #teamhacksung-support
potatoman has joined #teamhacksung-support
<Thracky> wound up buying a 23" LG IPS
<Thracky> 160 plus taxes
<nebkat> DuperMan: DUPEY I GOT SHIT FOR YOU TO TEST
Devourz has joined #teamhacksung-support
potatoman has quit [Ping timeout: 255 seconds]
xe4l has quit [Ping timeout: 276 seconds]
tweetergal_a has joined #teamhacksung-support
tweetergal has quit [Ping timeout: 255 seconds]
ThePot has quit [Ping timeout: 250 seconds]
DarkLegend has quit [Quit: Leaving]
<iBotPeaches> @dood addi
<bbqbot> addi: what up dood
ThePot has joined #teamhacksung-support
<Fissurez> Baskey you sold your s2?
<Fissurez> using spica?
<Baskey> hell no
<Fissurez> lol
<nebkat> spica <3
<Fissurez> pre + <3
Kaik541 has joined #teamhacksung-support
xe4l has joined #teamhacksung-support
ThePot has quit [Read error: Connection reset by peer]
ThePot has joined #teamhacksung-support
Fissurez has quit [Remote host closed the connection]
lolwat has joined #teamhacksung-support
<datagutt> [19:00:54] <Baskey> SPICA IS FOR REAL MEAN
<datagutt> [19:00:56] <Baskey> MEN*
<datagutt> NO
Fissurez has joined #teamhacksung-support
<datagutt> MIZU IS FOR REAL POTATOS
<Fissurez> i liek potatoes
<datagutt> Then u liek mizu
<Fissurez> no
<Fissurez> mizu like potatoes
<Fissurez> i like potatoes
xe4l has quit [Ping timeout: 276 seconds]
<Fissurez> i must eliminate mizu for my potatoes
<datagutt> no
<Fissurez> yas
<datagutt> i will try mx2
<datagutt> and it will be awesome
<Fissurez> y miezu :C
<Fissurez> what is good about second grade samsung
<Fissurez> 3rd grade apple
<datagutt> never said i will buy it
<datagutt> Fissurez: it is better than samsung.
<datagutt> better design
<Fissurez> wat
<datagutt> better os
<datagutt> well
<datagutt> better than touchwiz
<Fissurez> maybe
<datagutt> cm is better than mizu os tho
<Fissurez> yas
<Jiangyi> Everything < AOSP
<datagutt> YOUMADDAFUCKAS
<datagutt> I WILL GET CM ON THIS
<datagutt> NETCHIP STYEL
<datagutt> (except i own the device)
Ntemis has joined #teamhacksung-support
<Baskey> datagutt: I FORBID U 2 ROOT TEH DEVIEC
<Fissurez> DAYUM
<datagutt> ohnoes
<datagutt> Baskey: meizu already forbid me
<datagutt> it is in their privacy policy
<datagutt> "any cracking to get root on m030 is illegal without prior written permission from meizu"
<Baskey> MIZU
The_Pot_ has joined #teamhacksung-support
<Baskey> [19:10] <netchip-dev> [I]xplodwild: My parents' forbid me to root my phone, I hope I can root it this evening and you'll see something
<Baskey> AND I'M STILL WAITING
ThePot has quit [Ping timeout: 252 seconds]
<Jiangyi> lolwhut
The_Pot_ has quit [Ping timeout: 260 seconds]
<logcat> lol, this is so old
slainer6_ has joined #teamhacksung-support
Fissurez has quit [Read error: Connection reset by peer]
<datagutt> <3
joecool has quit [Read error: Operation timed out]
davi has quit [Ping timeout: 250 seconds]
<xplodwild> Baskey: netchip is offended by BBQD Trailer
<datagutt> lol
<Baskey> lol
<xplodwild> <netchip> Y U NO REMOVE?
<xplodwild> <netchip> I can report you easily at YouTube for offending material.
datagutt has quit [Quit: kthxbai]
<Baskey> bwahahahaha
Yoshimo has quit [Ping timeout: 248 seconds]
<Thracky> it's so wierd working on a proper 1080p monitor now
<Thracky> and a 23 versus a 22
endstille has quit [Quit: Miranda NG! Smaller, Faster, Easier. http://miranda-ng.org/]
<Jiangyi> I'm still on this 1680x1050 thing :-(
<Jiangyi> I do have a 2048x1152 monitor next door though lol
<nebkat> Jiangyi: Jiangyi
<Jiangyi> nebkat: nebkat
lolwat has quit [Read error: Connection reset by peer]
joecool has joined #teamhacksung-support
GabMus has joined #teamhacksung-support
<GabMus> Danny (or as we usually call you on IRC, Cody), you are one of the greatest persons in this world. You do what you do without any retribution, for us. I don't know how to explain how I'm feeling, I just want to hug you for about 30 minutes. Thank you buddy, for everything you do for your community. Stay awesome.
Yoshimo has joined #teamhacksung-support
<Thracky> Jiangyi: my 1680x1050 bit the dust overnight :|
<Thracky> Jiangyi: 3 of 5 power supply capacitors were badly bulging
<Jiangyi> o_o daflip?
<Thracky> well it was like 6 years old
<Thracky> and it was acting up for the last few nights
<Thracky> but the white screen of death would go away
<Jiangyi> Well, I've had mine since like, 2007
<Thracky> yeah mine too
<Thracky> but not anymore :P
<Jiangyi> Samsung cheated me on this monitor >_>
<Thracky> my 2nd monitor is older actually
<Thracky> bought it nov 2005
<Thracky> 17" 4:3 sharp
<Jiangyi> Used 3 different panels for the same model, I ended up with the crappiest Chimei panel variant T_T
pknoe3lh has joined #teamhacksung-support
<Thracky> hehe
Yoshimo has quit [Client Quit]
<Jiangyi> Brightness adjustment makes a difference from 0-15, but 16-100 just does nothing :-|
<Thracky> my new one is IPS :D
<pknoe3lh> hey
Exterminatus has quit [Quit: Bye]
<Thracky> so much brighter than I'm used to
<Thracky> I dialed it down a bunch and it still feels too bright
<pknoe3lh> can some one help me with a problem with galaxy S3 on CM10?
<Jiangyi> Thracky: That's how I felt when I saw AMOLED. :-P
<Jiangyi> To this day, it's still burning my eyes off lol
<pknoe3lh> hello
Ntemis has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901]]
xe4l has joined #teamhacksung-support
<Jiangyi> pknoe3lh: Just say your problem. :-P
<pknoe3lh> i can hearing no voice during a call
<pknoe3lh> if i switch to speaker and back sometimes it helps sometimes not
<pknoe3lh> Tanks ;-)
<pknoe3lh> its gallaxy S3 nightly CM10
<Jiangyi> International S3?
<pknoe3lh> yes GT-I9300
<pknoe3lh> is this a known problem?
<bbqbot> derp
<pknoe3lh> derp?
<pknoe3lh> i now have get back to orginal ROM and there is no problem
<pknoe3lh> this also the first try with cm10 on this phone
<Jiangyi> Odd.
<Jiangyi> Haven't heard of it before :-P
GabMus has quit [Quit: GabMus]
<pknoe3lh> ok thanks so far
<pknoe3lh> i try to isolate it and flash a clean Cm10 nightly
<pknoe3lh> do you have an hint for me?
<pknoe3lh> will
<Jiangyi> I don't think I can help you further, I don't have a S3 :-|
<Jiangyi> And yeah, see if a clean install helps.
<Thracky> nightly build, exynos4, bugs happen.
MacBooom has joined #teamhacksung-support
MacBooom has quit [Client Quit]
<pknoe3lh> Tanks a lot :-)
<pknoe3lh> if i want to help with development are there some documentation to get into it?
<nebkat> hate it when I comment on a public g+ post and then random people replying gives me a notificatiobn
<Thracky> nebkat: yeah that is pretty annoying
romann|afk is now known as romann
<codeworkx> pknoe3lh: theres nothing
<codeworkx> learning by doing aka noobfilter
<logcat> try and miss :D
joecool has quit [Ping timeout: 252 seconds]
<logcat> oh god i screwed thing with that
<logcat> but still love it :D
<pknoe3lh> ok all right :-) maybe i will give it a try
<logcat> the little thrill that you might have brick your phone
<logcat> cause it's not booting
<Jiangyi> nebkat: http://review.cyanogenmod.org/#/c/27380/ <- Seems to be doing weird things on my phone :-|
<logcat> the little heat inside when it boot
<nebkat> Jiangyi: damn what is it doing :P
<Jiangyi> nebkat: Moving the drawer icon around on the dock causes Trebuchet FC :-P
<nebkat> Jiangyi: logcat or gtfo
<Jiangyi> Fine fine
<logcat> eh, gtfo i'm not going there
<Jiangyi> one sec
Dillinjer_ has joined #teamhacksung-support
<Jiangyi> Looks like an NPE :-P
<nebkat> Jiangyi: ever heard of *:E?
<Jiangyi> nope ._.
<Jiangyi> heh ><
<Jiangyi> wait...
pknoe3lh has quit [Quit: Page closed]
<Thracky> yeah NPE on line 63 heh
<Jiangyi> lol that was fast :-P
<nebkat> Jiangyi: can you compile?
joecool has joined #teamhacksung-support
<Jiangyi> nebkat: Not atm, sorry :-|
<nebkat> Jiangyi: botch pl0xx
<Jiangyi> Stress testing my new hard drive in Windoze
<Jiangyi> Only 4 hours left :-P
<nebkat> Jiangyi: you are idiotte
<Jiangyi> :-|
<nebkat> Jiangyi: too lazy to upload it for you, you can do it later :P
<Jiangyi> D-:
<Jiangyi> pl0x?
<nebkat> Jiangyi: fine, only cus you arent 100% canadan
<joecool> Jiangyi: i just run badblocks on a new drive, usually takes just under 2 days on a 2TB drive
<joecool> badblocks -wsv /dev/yourdrive (will destroy any data on there)
<Jiangyi> joecool: I'm just doing the extended test with WD's utility thing :-P
<nebkat> Jiangyi: http://nebkat.com/apps/
<Jiangyi> thanks^^
<joecool> yeah that's a smart long test, i use those routinely, since you have a WD it'll be the way to know when it's time to RMA
<joecool> and it will fail
<joecool> i've had 5 failures out of 4 original drives from WD in my storage server
<Jiangyi> joecool: Ironically, I'm running it on a Seagate drive, since SeaTools won't start on my computer :-|
<joecool> ah that's fine, i suggest getting a copy of sysresccd
nebkat-cli has joined #teamhacksung-support
nebkat-cli has quit [Changing host]
nebkat-cli has joined #teamhacksung-support
<Jiangyi> Some string exception when I run it :-|
<nebkat> Jiangyi: fu
<nebkat> Jiangyi: logcat or stfu
<Jiangyi> nebkat: No, not Trebuchet, SeaTools
<Jiangyi> :-P
<nebkat> OH WELL THEN
Jiangyi was kicked from #teamhacksung-support by nebkat [HOW DARE YOU]
Jiangyi has joined #teamhacksung-support
<Jiangyi> =|
<logcat> eh, again stfu, i'm not going there
<nebkat> logcat: wat you doin
<nebkat> oh
<nebkat> sorry
<nebkat> xD
<logcat> dinner
<nebkat> didnt realise I was pinging you
<nebkat> thought you were just trolling for no reason
<logcat> eh, ping me is enough to troll
<nebkat> Jiangyi: does it work?
<bbqbot> derp
<logcat> asking when the store to sdcard from camera will be ready is enough to troll
<Jiangyi> Rebooting, one sec.
<Jiangyi> nebkat: My phone's bootlooping >_>
<nebkat> Jiangyi: CONGRATS JANGI
<Jiangyi> WHAT HAVE YOU DONE
frankdrey has joined #teamhacksung-support
<nebkat> hey hey frankdrey
<frankdrey> hey hey nebkat
* frankdrey is flashing his donut rom
* nebkat is flashing his doughnut rom
<frankdrey> :P
<Jiangyi> nebkat: I want compensation for this T_T
<nebkat> Jiangyi: dud, it ain't mah faault
<frankdrey> what happened?
<Jiangyi> nebkat: The Trebuchet you gave me is like, 3MB smaller than the one before Dx
<nebkat> Jiangyi: fuc yu
<frankdrey> hmmm
* frankdrey taps foot
<frankdrey> hurry up and boot
<frankdrey> WHOOO
<frankdrey> boot anim :D
<Jiangyi> frankdrey: Phone's in a bootloop Dx
<frankdrey> mine booted
<frankdrey> "no sim"
<frankdrey> fack you dis eng build :(
xe4l has quit [Remote host closed the connection]
<joecool> why is the baseband full retard on the N7000, it's like "durr imma go HSPA:10, to HSDPA:8, to UMTS:3 maybe, and back to HSPA:10
<nebkat> Jiangyi: locgat or stfu
<frankdrey> logdog
<nebkat> joecool: cus samsung :D
<nebkat> frankdrey: logmotherfuckingpterodactly
<joecool> lol, might just flip this phone and pool money for an xperia t
<Jiangyi> nebkat: Yep, definitely bad apk.
<joecool> my anzu has more reliable data then this (and i already shut fastdormancy crap off)
<frankdrey> Jiangyi, spank it
<nebkat> Jiangyi: idgas
<Jiangyi> Reflashed 10.1, it's fine now.
<Jiangyi> Just recompile it D-:
<nebkat> Jiangyi: try download again, maybe it wasnt uploaded fully
<Jiangyi> Oh there we go.
<Jiangyi> went from 7MB to 13 :-P
<logcat> nebkat, y u no remove wallpaper from app
<nebkat> logcat: cus cm didnt ask for it?
<joecool> just gonna leave an open mtr going so it doesn't kick down into ghetto radio states
<logcat> so you have a 5mb trebuchet instead of 13mb xD
<nebkat> should I care honestly?
xe4l has joined #teamhacksung-support
<Jiangyi> What wallpapers o-o
<logcat> you are really hard to follow nebkat
<nebkat> logcat: why? are you drunk? or is it me?
<Jiangyi> OK no more crashes :-P
<logcat> eh, i aint drunk
<logcat> yet
<Jiangyi> thanks nebkat
<nebkat> Jiangyi: what happens if you move it now
<nebkat> Jiangyi: does it disappear by any chance?
<Jiangyi> nebkat: No, but you still can't push the drawer icon to another location by moving another icon :-P
<nebkat> Jiangyi: OH FUCK YOU BITCH
<nebkat> i'll fix, thanks for the report ;)
<Jiangyi> :-D
<nebkat> not related to this crash though
<Jiangyi> you're welcome^^
<Jiangyi> Hmm.... Gonna check something
<Jiangyi> nvm, was an illusion :-P
* Jiangyi thought the dock position got elevated
<frankdrey> Hay nebkat
<frankdrey> you're smart
<Jiangyi> daflip
<nebkat> no
<frankdrey> how do i skip 'no sim' screen in code?
<nebkat> im numbheaded
<Jiangyi> nebkat: I just made the drawer icon come off the dock, but I don't know how o_o
<nebkat> frankdrey: requires framework patch iirc
<frankdrey> WERE DA FUCK DOES IT LOOK FOR SIM D:
<frankdrey> nebkat
<nebkat> Jiangyi: DERP MY ASS
<frankdrey> hmm, im in frameworks/base/telephony
<frankdrey> so much stuff to look at :(
<nebkat> frankdrey: no
<nebkat> frankdrey: its some prop or something
<nebkat> cant remember
<frankdrey> hrm
<Jiangyi> nebkat: Just figured it out.
<nebkat> Jiangyi: wat'd u doo
<Jiangyi> Take drawer icon, try moving it to the next homescreen, drop it immediately on the homescreen change
<Jiangyi> Button also loses vibration when you do this :-|
<nebkat> Jiangyi: hmk
<nebkat> Jiangyi: im eating NaN bread
<Jiangyi> You mean Naan?
<bbqbot> derp
<Jiangyi> ._.
<nebkat> Jiangyi: no - NaN
<Jiangyi> Uhh....
<nebkat> @eval NaN
<bbqbot> nebkat: You are not allowed to run that command!
<Jiangyi> @google NaN bread
<bbqbot> Naan - Wikipedia, the free encyclopedia - http://en.wikipedia.org/wiki/Naan
joecool has quit [Ping timeout: 252 seconds]
<nebkat> damn
<nebkat> Jiangyi: its a joke
<Jiangyi> Oh.
<nebkat> NaN = not a number in js
<nebkat> I am eating naan bread and loving it
<Jiangyi> Ah ok
<Jiangyi> Naan is good :-D
joecool has joined #teamhacksung-support
<nebkat> Jiangyi: ahahahha "Afghan bread or "Nan""
<Jiangyi> Uhh.... whut? ._.
<nebkat> Jiangyi: its funny how this bread will be more effective at waking me up than an alarm clock :D
<Jiangyi> How so..... ?
<nebkat> Jiangyi: alarm clock -> turn off -> no wakey uppey
<nebkat> Jiangyi: naaan bread -> mh hungry -> RUN
<Jiangyi> Oh I see lol
<nebkat> Jiangyi: wat tiem you musts get up att?
<Jiangyi> 8am :P
<nebkat> Jiangyi: I must at 7!!!!!!!!!
<nebkat> and bus at 8
<nebkat> I usually end up waking up at 7:30
<Jiangyi> Back in China, I had to wake up at like, 6:30 everyday :-P
<nebkat> Jiangyi: too much bread - feel sick
<nebkat> Jiangyi: answer - drink some coke
tweetergal_a has quit [Ping timeout: 256 seconds]
<Jiangyi> ._.
<Jiangyi> Well, coke is used to wash out the stomachs of the deceased....
<Jiangyi> Could help :-P
<frankdrey> arrr
[SkG] has quit [Read error: Connection reset by peer]
kernslane has joined #teamhacksung-support
kernslane has left #teamhacksung-support [#teamhacksung-support]
Baskey has quit [Remote host closed the connection]
nebkat|n2 has joined #teamhacksung-support
nebkat|n2 has quit [Changing host]
nebkat|n2 has joined #teamhacksung-support
<frankdrey> nebkat|n2, you sure you can't recall what the frameworks change was?:P
nebkat|n2 is now known as nebkat
<nebkat> frankdrey: no idea
<frankdrey> hmmm
<frankdrey> well, i see that "provisioned" is related to it
<frankdrey> so im searching the source for "provisioned" :P
nebkat|n2 has joined #teamhacksung-support
nebkat|n2 has quit [Changing host]
nebkat|n2 has joined #teamhacksung-support
nebkat has quit [Disconnected by services]
nebkat|n2 is now known as nebkat
<nebkat> whodar?
<frankdrey> hi
Thiagovfar has joined #teamhacksung-support
<Jiangyi> https://en.wikipedia.org/wiki/CyanogenMod#CyanogenMod_10.1 <- Someone has sinned!!!!
<Thiagovfar> Jiangyi: Nah, "citation needed"
<Jiangyi> Imma go edit that :-P
<nebkat> Jiangyi: sinned indeed
<rhcp> very nice :)
nebkat has quit [Ping timeout: 248 seconds]
<frankdrey> I think i found it :D
<frankdrey> but
<frankdrey> *sigh*
<frankdrey> gotta rebuild framework :(
<frankdrey> on the bright side...
<frankdrey> I now know where to add lockscreen sliders in donut :D
<frankdrey> I took the easy way of fixing this problem :P
prixon` has joined #teamhacksung-support
<prixon`> hello
joecool_ has joined #teamhacksung-support
<prixon`> I have a Galaxy S2 with android 2.3.5. I'm planning on upgrading to 4.0.4 tomorrow and then root with Siyah. I'm not using cf-root because my machine is vulnarable to the super-brick bug. I was wondering if I should use SiyahKernel-S2-v5.0.1 or SiyahKernel-S2-v3.3.3d. Please advise me
thens_ has joined #teamhacksung-support
<frankdrey> Jiangyi, you pick on him :D
<frankdrey> prixon`, is it i9100g?
<bbqbot> derp
<prixon`> it's GT-I9100T
joecool has quit [Ping timeout: 252 seconds]
<Jiangyi> frankdrey: No brick bug on 9100g :-P
joecool_ is now known as joecool
<frankdrey> :o
<joecool> quality, 3rd dropoff
<frankdrey> Jiangyi, well help him anyway :P
<joecool> -_-
<Jiangyi> frankdrey: I know nothing about i9100 kernels lol
<frankdrey> w00t flashing already :o
<frankdrey> Jiangyi, :(
<frankdrey> prixon`, okay, wait for someone who does :P
<prixon`> ok
<Jiangyi> Mainly cause they actually have a lot of third-party kernels
<Jiangyi> i9100g has 2, and one of them comes with CM xP
<frankdrey> :p
<frankdrey> ok, i'm gonna finish this homework assignment, go drink some coffe
<frankdrey> and i get to drive to church today :P
<frankdrey> (this is only the second time i've driven in my life :D)