lidroid has quit [Read error: Connection reset by peer]
lidroid has joined #teamhacksung
steinex has quit [Quit: leaving]
steinex has joined #teamhacksung
steinex has quit [Quit: leaving]
steinex has joined #teamhacksung
peterperfect has quit [Ping timeout: 272 seconds]
peterperfect has joined #teamhacksung
peterperfect has quit [Changing host]
peterperfect has joined #teamhacksung
stickyboy is now known as sticky|away
peterperfect has quit [Ping timeout: 244 seconds]
safecancel has joined #teamhacksung
ohanar has quit [*.net *.split]
ohanar has joined #teamhacksung
<safecancel>
sorry if this is a dumb question but, where can one read any notes on the nightly builds of for the galaxy note? (or perhaps nightlies don't usually have these)
_paco_1 has left #teamhacksung ["wrong chan 4 me"]
<safecancel>
i'd love to see if i can help
bitpushr has quit [Quit: No Ping reply in 180 seconds.]
bitpushr has joined #teamhacksung
<safecancel>
um ignore please, forgot i could look at stuff on github -_-
safecancel has quit [Quit: safecancel]
safecancel has joined #teamhacksung
lolwat has quit [Read error: Connection reset by peer]
xplodwild_work has quit [Quit: Page closed]
alfrix has joined #teamhacksung
rtfpessoa has joined #teamhacksung
bitpushr has quit [Ping timeout: 272 seconds]
mb-14 has joined #teamhacksung
mb-14 has quit [Client Quit]
lidroid has quit [Quit: Leaving.]
safecancel has quit [Quit: safecancel]
KillKount has quit [*.net *.split]
intrepresentatio has quit [*.net *.split]
KhasMek has quit [*.net *.split]
KillKount has joined #teamhacksung
intrepresentatio has joined #teamhacksung
KhasMek has joined #teamhacksung
bitpushr has joined #teamhacksung
afkstringsg is now known as sixstringsg
<hampsterblade>
thanks codeworkx, I'll try that when I get back from class.
antiochasylum has quit [Ping timeout: 245 seconds]
<hampsterblade>
I've been troubleshooting bluetooth for a few days now and nothing seems to work
<hampsterblade>
and yeah we're using init.aries.rc so bcrm patchrom
peterperfect has joined #teamhacksung
peterperfect has quit [Changing host]
peterperfect has joined #teamhacksung
<codeworkx>
hampsterblade: depends on the chip you're having :-D
demi` has joined #teamhacksung
techmik has quit [Read error: Connection reset by peer]
alfrix has left #teamhacksung [#teamhacksung]
sticky|away is now known as stickyboy
cuco has joined #teamhacksung
cuco has quit [Read error: Connection reset by peer]
techmik has joined #teamhacksung
peterperfect_ has joined #teamhacksung
peterperfect has quit [Disconnected by services]
peterperfect_ is now known as peterperfect
peterperfect has quit [Changing host]
peterperfect has joined #teamhacksung
davidism has joined #teamhacksung
<davidism>
I'm building my modified Settings apk: `mmm packages/apps/Settings` but I get build errors pointing at packages provided by `frameworks/base`. How can I point at the required files?
addi is now known as addi-Zeus
addi-Zeus is now known as addi
paulk-desktop has joined #teamhacksung
<Espenfjo>
davidism: You will have to build framework/base first
<davidism>
tried that, ran `mmm frameworks/base`, but it didn't appear to do anything, and the build still failed
<davidism>
in other words, I did `mmm frameworks/base; mmm packages/apps/Settings
nebkat|beer is now known as nebkat
<Espenfjo>
What does it complain about?
<davidism>
mostly `package android.net.ethernet does not exist` and subsequently `cannot find symbol`
<davidism>
I checked, that package is in frameworks/base
<Espenfjo>
hm, frameworks/base/core/java/android/net/. In other words mmm framework/base should have done it
<davidism>
`mmm packages/apps/Settings` worked before I made these changes, and without having to build anything else. Maybe there's something I need to change in an mk file?
<Espenfjo>
Depends on what you changed :)
<davidism>
I added 4 source files to provide a new menu for Ethernet settings. So they bring in the dependency on that package. I'm just not familiar with these Android.mk files, so I don't know how to pull in those sources.
<hampsterblade>
codeworkx the chip is a bcm4329 same as the galaxy s, but the galaxy s 4g tends to be a pain in the ass on everything
<Espenfjo>
They are just normal Makefiles
peterperfect has quit [Read error: Connection reset by peer]
stickyboy is now known as sticky|away
peterperfect has joined #teamhacksung
peterperfect has quit [Changing host]
peterperfect has joined #teamhacksung
sticky|away is now known as stickyboy
peterperfect has quit [Quit: Oops. My brain just hit a bad sector]
Turtuga has quit [Quit: Leaving]
Turtuga has joined #teamhacksung
Turtuga has quit [Client Quit]
Turtuga has joined #teamhacksung
dhiru1602 has quit [Ping timeout: 244 seconds]
dhiru1602 has joined #teamhacksung
dhiru1602 has quit [Client Quit]
<Entropy512>
<Espenfjo> Dont have a "Accessory Charger Adapter". - same here, and I'm going to be VERY careful with power management stuff I can't personally test
datagutt has quit [Quit: Computer has gone to sleep.]
<davidism>
Espenfjo, don't know how I managed to convince myself that android.net.ethernet was in there, but it's only available for android-x86 right now...
<davidism>
time to port it over, I guess
<Espenfjo>
Oo
Kaik541 has joined #teamhacksung
sixstringsg is now known as afkstringsg
<Entropy512>
heh
<Entropy512>
hmm, that doesn't sound right, pandaboard has ethernet
<Entropy512>
or wait - I think that needed some manual hackery to get working
paulk-desktop has quit [Quit: Ex-Chat]
<davidism>
Entroy512 any advice on that?
<davidism>
of course, I meant Entropy512
<Entropy512>
no clue, I haven't touched my PB in too long
<Entropy512>
I really should rebuild and see if it plays with my TV yet. :)
<davidism>
maybe I'm missing it, but it doesn't look like frameworks/base/ethernet is in the latest android-x86 tree