crypticmofo has joined #teamhacksung
AdamG_ has quit [Ping timeout: 252 seconds]
slayher has joined #teamhacksung
slayher has joined #teamhacksung
g_byers is now known as gbyers[Away]
_whitelogger has joined #teamhacksung
<SeriousWorm> okay so I just booted up my cyanogenmod 10.1 on my 1.5 year old running stock sgs2 i9100.. yay :D
<SeriousWorm> it works great
<SeriousWorm> okay, so apparently it started installing all my old apps lol :D
<SeriousWorm> great
<a3Dman> what the fuck, you used touchwiz for 1.5 year?
<SeriousWorm> yeah
<SeriousWorm> first 2.3 then ics lately, still no update to 4.1
<SeriousWorm> ics touchwiz was better, you could swipe the notification bar to change brightness :D
<a3Dman> that's some hardcode stuff
<SeriousWorm> now i'm disappointed this isn't implemented in cyanogenmod :(
<SeriousWorm> well i'm not really rich so i was really worried about warranty
<SeriousWorm> i couldn't just buy another phone
<a3Dman> it's
<SeriousWorm> if something costs $400, i think about it for 6 months up to a year and then buy it :D
<a3Dman> Settings > System > Status bar > Brightness control
<SeriousWorm> and then care about it like it's made of platinum
<SeriousWorm> also i signed a 2 year contract so the contract price was the $400.. a new phone would be like $800
<Jiangyi> What a3Dman said.
<SeriousWorm> omg awesome. thanks :D
<a3Dman> Jiangyi: can you imagine how serious is that?
<a3Dman> lol
<a3Dman> I only used touchwhiz for 2 days, and CM7.2 was released
<SeriousWorm> it's not that bad :P
<a3Dman> it is that bad, sir.
<SeriousWorm> the reason i switched was that after a day or so of usage, it would freeze up for up to 30-45 seconds
<SeriousWorm> then give me an app not responding dialog and maybe give me the ability to click the close button and continue using it
<SeriousWorm> it was quicker to just hold the power button to reboot
<SeriousWorm> and it's kind of annoying to reboot daily :/
<SeriousWorm> also since i updated to ics any app crash would be preceded by a 15-30 second wait before the aforementioned dialog..
<SeriousWorm> as an app developer it was kinda annoying to have my app crash :D
<a3Dman> what apps do you dev?
<a3Dman> :P
<SeriousWorm> well. first one is my bachelor's thesis, it's basically an app similar to pressurenet that lets you share data from all of your sensors
Bradada has joined #teamhacksung
<SeriousWorm> the server is on amazon micro :D
<SeriousWorm> the second one, that i'm currently developing is a local application for croatian students and exchange students that lets is like an app store but for "messes" or menzas or cafeterias, however you call them
<SeriousWorm> it's relatively big :D in private beta on our college forums currently, a public release will be a in a few days/weeks
<a3Dman> great
<a3Dman> how about the UI?
<a3Dman> you use holo?
<SeriousWorm> the first one was in scala both client and server, menzapp is a java android app with a scala server
<SeriousWorm> err, not really, we have a totally custom UI
<SeriousWorm> well, except the dialogs
<SeriousWorm> we're using actionbarsherlock and its theme though.
<a3Dman> ok
<SeriousWorm> but all ui elements are custom.
<IbrahimA> SeriousWorm: you could swipe notification bar to change brightness on froyo on galaxy S lol
<SeriousWorm> IbrahimA: yeah but they removed that in ICS as i said, on touchwiz.
<SeriousWorm> http://menzapp.com/ what do you think about our design :D
<SeriousWorm> </plug>
<IbrahimA> ooh ive been meaning to learn scala for years lol
<SeriousWorm> ok, start with these videos
<SeriousWorm> (1 sec)
<IbrahimA> though i hear writing an android app in scala can be annoying
<a3Dman> the icon is nice, I hope the UI is not lame like facebook's for example
<IbrahimA> i actually bought a book on it like 3 years ago
<IbrahimA> i hope it's not out of date lol
<SeriousWorm> it's annoying if you don't have the scala libraries on your rooted android, you need to proguard it every time, which takes 30-45 seconds
<IbrahimA> yeah
<SeriousWorm> but if you do, you don't need the proguard step.
<SeriousWorm> just when you publish it.
<SeriousWorm> a3Dman: thanks. :) i hope not. :D
<SeriousWorm> you can watch them even if you don't care about scala but are a JVM (java) developer. i bet you'll at least try it after watching them both. :D
<SeriousWorm> also here's my 100% scala android client (+ server) app: https://github.com/sandrogrzicic/sensegrid
<SeriousWorm> it's open source.
<a3Dman> woah 1 hour, adds to watch later
<IbrahimA> yeah ive been wanting to try scala for years but havent had the time lol
<SeriousWorm> it doesn't work if you try to install/build it since i since switched to a new amazon micro instance and need to run a sensegrid server there, which i currently am not. :D
<SeriousWorm> but you can run a server locally if you want.
<IbrahimA> oh hey i think this guy wrote the book i have :D
<SeriousWorm> in any case, i strongly suggest learning scala. it's like python, ruby, haskell all in one awesome statically typed language almost as fast as java (in most cases).
cantIntoCode has joined #teamhacksung
<SeriousWorm> it can be exactly as fast as java if you write the code accordingly for the hot paths (after profiling to find them). and java is plenty fast for most usages (if you aren't writing a 3d game or a hard real time system).
<IbrahimA> yeah definitely
<IbrahimA> i like java on the whole though i havent had much opportunity to use it in a few years
<IbrahimA> after working in python and C++ for a while i miss java
<IbrahimA> C++ in particular makes me cry sometimes
<IbrahimA> lol
<SeriousWorm> not my best Scala but it works. :D
<SeriousWorm> hehe
<IbrahimA> oh cool it uses => for lambda, im already pretty used to that from coffeescript
<SeriousWorm> yeah
<SeriousWorm> (a: Int, b: Int) => a + b is an example of an anon function.
<SeriousWorm> or just (a, b) if the parameter types are known.
<SeriousWorm> however java 8 i think uses -> for some unknown reason.
<SeriousWorm> one of my fav quotes from the Indian guy, Venkat is something along the lines of "java developers are waiting for the next java version to come out. well it's already here, it's called Scala." :)
<SeriousWorm> can i configure the vibrate on touch vibration strength?
<SeriousWorm> it's a bit higher than i was used to on touchwiz.
<SeriousWorm> settings->sound
<SeriousWorm> ok found it, advanced->haptic
<SeriousWorm> 25% is perfect.
<SeriousWorm> oh my god i can actually enable usb debugging per-computer :D
<a3Dman> welcome to android 4.2.2 :P
<SeriousWorm> it's awesome.
cantIntoCode has quit [Ping timeout: 245 seconds]
<a3Dman> I think you would need a nexus device
<SeriousWorm> why?
<a3Dman> it's updated, fast, stable and has no issues
<a3Dman> good for devs
<SeriousWorm> i'm happy with my sgs2. maybe i'll buy something this summer, but the nexus 4 doesn't impress me really.
cantIntoCode has joined #teamhacksung
<SeriousWorm> my gf has this one http://wiki.cyanogenmod.org/w/Cooper_Info, she'll buy a new one this summer, she's going on a "work&travel" trip to USA
<SeriousWorm> i wonder if i should flash cm 7 on it :) she's got the latest 2.3 stock
<SeriousWorm> she probably won't care for the features, only if it's faster or has more memory for apps.
<a3Dman> if (notTouchWiz)
<a3Dman> faster++;
<SeriousWorm> hahaha :D
<SeriousWorm> true.
<SeriousWorm> is it safe to use adb restore to restore apps&app data if backed up on touchwiz ?
<a3Dman> not clean enough to try...
<SeriousWorm> ?
<a3Dman> getting app data from other rom is not a good idea
<SeriousWorm> ah, ok.
<SeriousWorm> i just saw "Restoring Apps + Data might cause problems and is not recommended by us, avoid it if possible!"
<SeriousWorm> ok, i won't do it, i backed up all the important app data anyway inside the app itself (nova launcher, simple calendar widget, etc.)
Turtuga has quit [Ping timeout: 245 seconds]
Turtuga has joined #teamhacksung
<IbrahimA> well... i think you should be fine restoring most apps, and just clear data for the ones that FC
cantIntoCode has quit [Ping timeout: 272 seconds]
<SeriousWorm> where can find the sync setting?
<SeriousWorm> sync on/off, when off gmail doesn't fetch emails etc.
<SeriousWorm> oh i see i can switch profiles and i can set that per profile
<IbrahimA> it's under the account settings?
<SeriousWorm> yeah i see the per-app sync but not a global sync button
<a3Dman> SeriousWorm: add the button to quick settings
cantIntoCode has joined #teamhacksung
<SeriousWorm> i can't find the quick settings settings :|
<SeriousWorm> ah, system
<SeriousWorm> found it, thanks
<IbrahimA> haha i feel like that whole system settings panel is pretty awkward
<IbrahimA> but i dunno how better to categorize them
<SeriousWorm> :)
AdamG_ has joined #teamhacksung
Turtuga has quit [Ping timeout: 276 seconds]
Turtuga has joined #teamhacksung
cantIntoCode has quit [Ping timeout: 245 seconds]
cantIntoCode has joined #teamhacksung
infowolfe has quit [Quit: leaving]
SeriousWorm has quit [Ping timeout: 245 seconds]
crypticmofo has quit [Quit: This computer has gone to sleep]
Rebellos_ has quit [Ping timeout: 255 seconds]
gbyers[Away] has quit [Ping timeout: 252 seconds]
SonikArc has joined #teamhacksung
<imneveral0ne> nebkat, Entropy512 atinm Kaik541
<imneveral0ne> anyone wanna give me a pm? got a samsung question
slayher has quit [Ping timeout: 255 seconds]
UnknownzD has quit [Read error: Connection reset by peer]
UnknownzD has joined #teamhacksung
<imneveral0ne> maybe an answer please?
<imneveral0ne> I'm not looking for you to fix a problem
<imneveral0ne> unlike others I'm trying to fix it myself
<imneveral0ne> just need a shot in the right direction
<imneveral0ne> I'm gonna keep trying though
Turtuga has quit [Ping timeout: 245 seconds]
Turtuga has joined #teamhacksung
dpm has joined #teamhacksung
ricotz has joined #teamhacksung
techmik has quit [Ping timeout: 264 seconds]
SonikArc has quit [Quit: Lost terminal]
sud3n has joined #teamhacksung
imneveral0ne has quit [Read error: Connection reset by peer]
imneveral0ne has joined #teamhacksung
drupol has joined #teamhacksung
techmik has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
IbrahimA is now known as IbrahimA|znc
chris41g has quit [Ping timeout: 245 seconds]
Bradada has quit [Remote host closed the connection]
chris41g has joined #teamhacksung
imneveral0ne has quit [Ping timeout: 245 seconds]
angelsl has joined #teamhacksung
techmik_ has joined #teamhacksung
stickyboy has joined #teamhacksung
Rebellos has joined #teamhacksung
codeworkx has quit [Quit: No Ping reply in 180 seconds.]
codeworkx_ has joined #teamhacksung
shezar has joined #teamhacksung
paulk-desktop has joined #teamhacksung
Rebellos has quit [Ping timeout: 240 seconds]
cantInto_ has joined #teamhacksung
cantIntoCode has quit [Ping timeout: 252 seconds]
chenshaoju has joined #teamhacksung
RossWell98 has quit [Ping timeout: 260 seconds]
codeworkx_ is now known as codeworkx
datagutt has joined #teamhacksung
atinm is now known as atinm|away
bytecode has joined #teamhacksung
Yappy has quit [Remote host closed the connection]
Yappy has joined #teamhacksung
techmik_ has quit [Remote host closed the connection]
RossWell98 has joined #teamhacksung
stiell has quit [Ping timeout: 240 seconds]
Turtuga has quit [Read error: Connection reset by peer]
Turtuga has joined #teamhacksung
sud3n has quit [Ping timeout: 240 seconds]
sbrissen_gone is now known as sbrissen
<DooMMasteR> codeworkx: I wonder how the SuperNexus guys got touch to focus work for the i9300 in their ROM -.-
<DooMMasteR> -.- wrong room
chenshaoju has quit [Read error: Connection reset by peer]
chenshaoju has joined #teamhacksung
bytecode has quit [Ping timeout: 255 seconds]
lolwat has joined #teamhacksung
lolwat has quit [Read error: Connection reset by peer]
jsermer has joined #teamhacksung
bealtine has quit [Ping timeout: 240 seconds]
bealtine has joined #teamhacksung
stiell has joined #teamhacksung
SeriousWorm has joined #teamhacksung
lolwat has joined #teamhacksung
ricotz has joined #teamhacksung
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
chenshaoju has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
a3Dman has quit [Ping timeout: 250 seconds]
<codeworkx> DooMMasteR: supernexus is a pure cm kang. can't see any differences
androcheck has quit [Ping timeout: 272 seconds]
cantIntoCode has joined #teamhacksung
androcheck has joined #teamhacksung
cantInto_ has quit [Ping timeout: 245 seconds]
peterperfect has joined #teamhacksung
cantInto_ has joined #teamhacksung
peterperfect has left #teamhacksung [#teamhacksung]
cantIntoCode has quit [Ping timeout: 272 seconds]
Yappy1 has joined #teamhacksung
Yappy has quit [Ping timeout: 276 seconds]
Yappy1 has quit []
cantInto_ has quit [Remote host closed the connection]
cantIntoCode has joined #teamhacksung
Yappy has joined #teamhacksung
cantIntoCode has quit [Ping timeout: 272 seconds]
cantIntoCode has joined #teamhacksung
SeriousWormAlt has joined #teamhacksung
SeriousWormAlt2 has joined #teamhacksung
SeriousWorm has quit [Disconnected by services]
SeriousWormAlt2 is now known as SeriousWorm
SeriousWormAlt has quit [Ping timeout: 255 seconds]
Yappy has quit [Remote host closed the connection]
Yappy has joined #teamhacksung
drupol has quit [Quit: Leaving.]
angelsl has quit [Remote host closed the connection]
shezar has quit [Remote host closed the connection]
cantIntoCode has quit [Ping timeout: 245 seconds]
shezar has joined #teamhacksung
Rebellos has joined #teamhacksung
SeriousWorm has quit [Ping timeout: 245 seconds]
Rebellos has quit [Read error: Connection reset by peer]
Guest5977 has joined #teamhacksung
stickyboy has quit [Quit: leaving]
a3Dman has joined #teamhacksung
Blaguvest has joined #teamhacksung
GNUtoo-m4a785t-m has joined #teamhacksung
a3Dman has quit [Read error: Connection reset by peer]
a3Dman has joined #teamhacksung
<a3Dman> I can't rely on my ear to test sound now...
<a3Dman> so, adding gain to 6db is worse than having audio on 31...
stickyboy has joined #teamhacksung
imneveral0ne has joined #teamhacksung
Rebellos has joined #teamhacksung
Guest5977 has quit [Ping timeout: 252 seconds]
<DooMMasteR> codeworkx: hmm
bytecode has joined #teamhacksung
dpm has quit [Quit: Ex-Chat]
datagutt has quit [Quit: kthxbai]
bytecode is now known as LGEbt
LGEbt is now known as LGEbot
LGEbot is now known as bytecode
lolwat has quit [Quit: lolwat]
stickyboy has quit [Quit: leaving]
lolwat has joined #teamhacksung
Turilo has joined #teamhacksung
SeriousWorm has joined #teamhacksung
Rebellos has quit [Ping timeout: 256 seconds]
martinjlowm has quit [Ping timeout: 272 seconds]
martinjlowm has joined #teamhacksung
sbrissen is now known as sbrissen_gone
SeriousWorm has quit [Ping timeout: 276 seconds]
SeriousWorm has joined #teamhacksung
lolwat has quit [Read error: Connection reset by peer]
GNUtoo-m4a785t-m has quit [Quit: Leaving]
bytecode has quit [Ping timeout: 248 seconds]
knix has joined #teamhacksung
Turtuga has quit [Ping timeout: 256 seconds]
Turtuga has joined #teamhacksung
g_byers has joined #teamhacksung
g_byers has quit [Changing host]
g_byers has joined #teamhacksung
paulk-desktop has quit [Read error: No route to host]
ricotz has quit [Quit: Ex-Chat]
shezar has quit [Remote host closed the connection]
jsermer has quit [Remote host closed the connection]
jsermer has joined #teamhacksung
jsermer has quit [Ping timeout: 250 seconds]
slayher has joined #teamhacksung
IbrahimA|znc is now known as IbrahimA
sixstringsg has quit [Ping timeout: 248 seconds]
sixstringsg has joined #teamhacksung
demi_alucard has joined #teamhacksung
demi` has quit [Ping timeout: 252 seconds]
Yappy has quit [Ping timeout: 256 seconds]
Yappy has joined #teamhacksung