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 | <codeworkx> samsung phones are accidents | http://goo.gl/hc70L -> Gief TeamHacksung Galaxy Note 10.1 for CM10 porting.
<Loof>
Captivate... well, I better go if I still want to have a phone... and a wife :P
<Loof>
If anyone has a better answer... feel free to chime in, I'll hop back on in a few hours
frankdrey-tab has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ) <- The only one that doesn't FC for me ;_;]
pier|znc is now known as pier
DJClean has joined #teamhacksung-support
Kinch has joined #teamhacksung-support
Kinch has quit [Client Quit]
kalpik has joined #teamhacksung-support
frankdrey-g1 has quit [Read error: Connection reset by peer]
frankdrey-g1 has joined #teamhacksung-support
cdesai has left #teamhacksung-support [#teamhacksung-support]
thekid has joined #teamhacksung-support
thekid has quit [Read error: Connection reset by peer]
simech has joined #teamhacksung-support
simech has quit [Client Quit]
simech2 has joined #teamhacksung-support
<simech2>
hi, how's i9100 development going? Are new experimental builds only made at "random" intervals, or are the devs waiting for something in particular?
cardinal has joined #teamhacksung-support
cardinal is now known as hcarrega
cantIntoCode has quit [Remote host closed the connection]
Fissurez has joined #teamhacksung-support
MacDrunk has joined #teamhacksung-support
simech2 has quit [Ping timeout: 245 seconds]
Nonninz has joined #teamhacksung-support
<MacDrunk>
hello
<frankdrey-g1>
Hi
<MacDrunk>
dude you use a SGS II
<frankdrey-g1>
Nope
<MacDrunk>
hmm naa
<MacDrunk>
to bad
<frankdrey-g1>
But you can send me one :3
EvilBelgian has joined #teamhacksung-support
Perka has quit [Ping timeout: 260 seconds]
Yappy has joined #teamhacksung-support
Perka has joined #teamhacksung-support
kalpik has quit [Ping timeout: 276 seconds]
<MacDrunk>
naw
<MacDrunk>
what phone do you use
<MacDrunk>
shit i was about to get me a new ps3
chadouming has quit [Read error: Connection reset by peer]
<MacDrunk>
but my truck need new tiers
chadouming has joined #teamhacksung-support
chadouming has quit [Changing host]
chadouming has joined #teamhacksung-support
<frankdrey-g1>
I use a sony ericsson tm717 :P
<frankdrey-g1>
And a G1
<frankdrey-g1>
But #1 is my /phone/
<frankdrey-g1>
My pass device into this channel is a galaxy tab 2 10.1
neoD[ml] has quit [Remote host closed the connection]
zz_Karbowiak is now known as Karbowiak
angelsl has joined #teamhacksung-support
Perka has quit [Ping timeout: 252 seconds]
Perka has joined #teamhacksung-support
slainer68 has joined #teamhacksung-support
beniz_ has joined #teamhacksung-support
_Fissurez_ has joined #teamhacksung-support
Fissurez has quit [Ping timeout: 276 seconds]
McFrog has joined #teamhacksung-support
|Cero| has joined #teamhacksung-support
gpe has joined #teamhacksung-support
cdesai has joined #teamhacksung-support
aitch has quit [Remote host closed the connection]
aitch has joined #teamhacksung-support
Frd^ has quit [Ping timeout: 272 seconds]
cantIntoCode has joined #teamhacksung-support
cantIntoCode has quit [Remote host closed the connection]
slainer68 has quit [Ping timeout: 248 seconds]
slainer68 has joined #teamhacksung-support
kldoc has joined #teamhacksung-support
Frd^ has joined #teamhacksung-support
EvilBelgian has quit [Ping timeout: 246 seconds]
datagutt has joined #teamhacksung-support
datagutt has quit [Changing host]
datagutt has joined #teamhacksung-support
Frd^ has quit [Ping timeout: 260 seconds]
Frd^ has joined #teamhacksung-support
Frd^ is now known as Frd
Frd is now known as Frd^
cdesai has quit [Read error: Connection reset by peer]
endstille has quit [Quit: endstille]
pier is now known as pier|cig
endstille has joined #teamhacksung-support
pier|cig is now known as pier
cdesai has joined #teamhacksung-support
D3vourz has joined #teamhacksung-support
pmgnet has joined #teamhacksung-support
pmgnet2 has quit [Ping timeout: 246 seconds]
kalpik has quit [Read error: Connection reset by peer]
Devourz has quit [Ping timeout: 268 seconds]
chi_ has quit [Remote host closed the connection]
pier is now known as pier|znc
kalpik has joined #teamhacksung-support
pier|znc is now known as pier
kldoc has quit [Ping timeout: 245 seconds]
pier is now known as pier|znc
<Jiangyi>
School starts in a hour and a half. =|
<Jiangyi>
Although it's only til 12. :-P
pawitp has joined #teamhacksung-support
Perka has quit [Ping timeout: 272 seconds]
<lodder_>
with the nightly being released for the i9100, does dis mean mem leak is fixed?
<Yappy>
oh yeah, this mem leak thing. i've been seeing it mentioned a few times. what is it?
<lodder_>
it's has to do with the hwc
<Yappy>
oh? :S
Perka has joined #teamhacksung-support
<lodder_>
check xda for more details, but watch out it's a mess
<Yappy>
"A memory leak, in computer science (or leakage, in this context), occurs when a computer program consumes memory but is unable to release it back to the operating system. "
<Yappy>
shouldnt be called a "leak" then :P
<bealtine>
its a leak...memory is often described as being a pool
<Yappy>
ooh
<bealtine>
see leak from the pool
<gladiac1337>
yeah... malloc without free for example
<bealtine>
new without delete:)
<Yappy>
eh, bit too advanced for me haha
<bealtine>
if you want memory space for a thing
<bealtine>
you allocate the space
<bealtine>
using whatever the runtime or OS uses
<Yappy>
so mem leak is, in short
<gladiac1337>
well it's easy, if you want a block of memory you call malloc and the os gives you the address to the beginning of the block. after using this block of memory you should free it again
<Yappy>
RAM being hogged
<bealtine>
if you allocate the 2space" and then do not return it to the "free pool"
<bealtine>
you get a leak
<Yappy>
...and this is why people like me have you guys to code the stuff :P
<bealtine>
eventually memory get full
<bealtine>
and boom
<Yappy>
phone restarts to "flush" it?
<bbqbot>
derp
<Yappy>
well, refresh sort of
<bealtine>
restart clears the ram
<gladiac1337>
not really, ram is just no allocated :P
<gladiac1337>
it content's are still there
<Yappy>
so would you say 1GB RAM is enough for something like the SGS3?
<bealtine>
true but its still free'd for reuse
<Yappy>
running Cm10 maybe
<Yappy>
not sure what apps require alot of memory, i know for the computer something like video editing eats up RAM
<bealtine>
and on a phone too
<Yappy>
anyway, on a somewhat unrelated note
<Yappy>
will the release of a JB ROM from samsung for the s3 help CM10 development at all?
<Yappy>
im asking because CM10 being an AOSP ROM and whatnot
<Jiangyi>
Yappy: Maybe kernel sources.
<Yappy>
ah yes
<Yappy>
and they are different for different android versions?
<Jiangyi>
Of course. ._.
<Jiangyi>
ICS kernel can't work on JB without modifications and such.
<Yappy>
oh ok
<Yappy>
i was told samsung releases kernel source code to the community
<Yappy>
do we get these source codes from their website
<Yappy>
or sort of extract it from their ROM image
EvilBelgian has joined #teamhacksung-support
<Jiangyi>
Yappy: opensource.samsung.com
<Jiangyi>
Samsung doesn't do this because they want to, it's because they're required by law to release kernel sources.
<Yappy>
ohh
<Yappy>
pfft
<Yappy>
thought they were being nice and love the dev community or something haha
<Yappy>
holy shit
<Yappy>
184MB for source code
slainer68 has quit [Remote host closed the connection]
<Jiangyi>
lol
<Jiangyi>
Samsung, loving the dev community? :-P
<cdesai>
the full android souces goes into gigabytes
<cdesai>
Jiangyi: s/samsung/sony/
<Yappy>
christ mate
<cdesai>
no kicking for u
<Jiangyi>
cdesai: I thought Sony was pretty ok.
<cdesai>
they're the coolest
<Jiangyi>
And I don't kick people anyways lol
<cdesai>
google xperia S in aosp
<Yappy>
sony release code? :O
<Jiangyi>
About time they supported another Qualcomm device I guess.
<Yappy>
and the guy manually edits his own copy of the code with it?
<bealtine>
then you have a branch
<bealtine>
you could fold the changes back into the repository
<Yappy>
repository?
<bbqbot>
derp
<bealtine>
depends on how its all setup
<Yappy>
im assuming this is the "pool" of code
<bealtine>
wher all the sources live
<Yappy>
ah
<bealtine>
github is a vcs (version control system)
<bealtine>
at its simplest explanation
Karbowiak has quit [Remote host closed the connection]
<bealtine>
github is where it lives and git is the vcs
Perka has quit [Ping timeout: 252 seconds]
<bealtine>
i use tortisegit regularly as i work mostly on windows
Perka has joined #teamhacksung-support
<cdesai>
github for windows has a neat ui
<cdesai>
just not geeky
<cdesai>
metro ui :/
<Jiangyi>
Kill Metro with fire!
<bealtine>
metro looks like some 2 year old got loose with a box of crayons
<kldoc>
hi, i wanted to know if this https://gitorious.org/unified-camera-hal , which seems to be an opensource camera hal for ti omap4 could be used on Samsung's based omap4 devices ? Still looking for a solution for my lonely omef01 camera module on my I9100G :(
ricotz has joined #teamhacksung-support
ricotz has quit [Changing host]
ricotz has joined #teamhacksung-support
miesek has joined #teamhacksung-support
slainer68 has joined #teamhacksung-support
Perka has quit [Ping timeout: 260 seconds]
miesek has quit [Client Quit]
Perka has joined #teamhacksung-support
<lodder_>
any one running google now on cm9?
<bealtine>
it only comes with cm10
<Yappy>
runs on ICS, if anything
<Yappy>
well, the voice search at least
<Yappy>
never bothered to try google now
<kldoc>
tried it for fun, but well, apart when you're driving, i really don't get the point ...
<hillerstorm>
quick way to check the weather without installing widg0ts
<hillerstorm>
:)
<Yappy>
battery hog i assume?
<Yappy>
too much battery usage for it's purpose for me, i reckon
<kldoc>
didn't try long enough to know about that, and difficult to obtain accurate weather in China, so well :p
<Yappy>
x)
Yappy has quit []
<hillerstorm>
for me it's useless when i'm at work, because some wifi here is telling google im in Lynwood, WA, USA
Yappy has joined #teamhacksung-support
<hillerstorm>
when im actually in sweden
<Yappy>
fuck china firewall
<Yappy>
it's a piece of shit
<kldoc>
i won't say the contrary, i'm not chinese :p
<Yappy>
all good, asian australian here :P
<kldoc>
french living in china for 2 years and half :p
_Fissurez_ has quit [Read error: Connection reset by peer]
<Yappy>
haha
<Yappy>
nice
<Yappy>
2 years what for though?
<Yappy>
exchange student or something
<kldoc>
wife is chinese XD
<Yappy>
HAH!
<kldoc>
i'm working here actually, no come back plan, but yes, their internet sucks
<lodder_>
kldoc vpn?
<bbqbot>
derp
<kldoc>
but can't talk much, everything is logged through google :p
<Yappy>
google? thought it was banned there anyway :P
<Yappy>
except HK
<kldoc>
google is working
<kldoc>
results are censored
<Yappy>
wat.
<Yappy>
baidu that shit
<kldoc>
baidu works quite well actually
<kldoc>
but from china, not from the exterior
<Yappy>
yeah
<Yappy>
well, baidu is china's google anyway
<kldoc>
still, it's in chinese, and i can't read chinese :p
<Yappy>
and what's china's facebook? ren ren or something
<kldoc>
most of them use qq network actually
<Yappy>
oh yes
<Yappy>
id number for everyone
<Yappy>
like they're products or something :P
<kldoc>
mix of facebook tied with a client like msn
<Yappy>
yeah, i've got a couple of chinese friends who use it
<kldoc>
lol, nah, you shouldn't listen to what western world is telling bout china
<bealtine>
dont feel loely over there in china the EU wants to do the same as china
<bealtine>
lonely
<Yappy>
hahhhahah
<Yappy>
>lonely
<Yappy>
>china
<Yappy>
:P
<bealtine>
true...left out then:)
ibrahima has quit [Quit: Leaving.]
<kldoc>
despite the censorship, they have more content, no riaa or mpaa can say a damned thing :p
<Yappy>
as if that will be able to control people in the first place
<Yappy>
not worried at all
<kldoc>
it's not as bad as it seems
<Yappy>
yeah, im sure if it's fine after awhile
<Yappy>
may miss facebook a bit if you've been using it for >1 year though
<Yappy>
i guess
<bealtine>
wait until you get back to france...then you'll see real censorship
<bealtine>
hadopi
<kldoc>
i thought it would be, but i actually feel more at peace here than in France ...
<kldoc>
indeed lol :p
<Yappy>
haha
<kldoc>
hope one dev here will see the repo i posted, found that on google today, really hope this omap4 camerahal can work with cm framework
<kldoc>
but why the hell did sammy put a module in my phone that was not intended for my model lmao, got a fiberobtic s.lsi omef01, and this was only supposed to be in i9100, not in the g version, the firmware isn't even in the official rom ^^
<kldoc>
yappy, you're here because of nothing on Tv or ? :p
<Yappy>
irc?
<kldoc>
yup
<Yappy>
meh, just one of those teenage guys who know a bit about technology and computers
<Yappy>
not really a spend time with family kinda person etc haha
<kldoc>
well, used to be my case, just don't have much time anymore
<Yappy>
ever since you got a missus? :P
<kldoc>
family guy inside :p
<Yappy>
hee hee
Karbowiak has joined #teamhacksung-support
<kldoc>
only here because i read tons of line of code to try to understand why my cam FC on CM9/Cm10, and since i found something interresting, wanted to share it and know if could be used for a different way to sole the problem, opensource camerahal for omap4 can't be a bad thing, many android phones use that soc
<Yappy>
well, im not familiar with the end part
<Yappy>
maybe you're not getting replies because of the timezones
<kldoc>
that's my main problem lol
<Yappy>
maybe try again when everyone's asleep in your area :P
<kldoc>
but i should be sleeping too by then lol
<Yappy>
heh
endstille has quit [Quit: endstille]
<Yappy>
maybe post in the forum i guess
<Yappy>
anyway, im off!
<Yappy>
have a good one
<kldoc>
see ya then
ricotz has quit [Ping timeout: 246 seconds]
endstille has joined #teamhacksung-support
endstille has quit [Client Quit]
iKillCypher has joined #teamhacksung-support
<iKillCypher>
Sup
<iKillCypher>
samsung damaged my phone had to replace the whole handset >:(
<Loof>
iKillCypher: I guess it's better than if they had to replace your whole hand...
cdesai has quit [Read error: Connection reset by peer]
<iKillCypher>
they did
<Loof>
hand
<Loof>
not handset
<Loof>
:)
<iKillCypher>
lol
<iKillCypher>
anyway Im on LPB Now WTF
Karbowiak has quit [Remote host closed the connection]
beniz_ has quit [Ping timeout: 264 seconds]
<Loof>
LPB?
<bbqbot>
derp
Perka has quit [Ping timeout: 272 seconds]
EvilBelgian has quit [Ping timeout: 240 seconds]
Perka has joined #teamhacksung-support
<iKillCypher>
GUYS
Ntemis has quit [Quit: ChatZilla 0.9.88.2 [Firefox 15.0/20120825192214]]
<iKillCypher>
uh anyone used CM10 so far for S2 ?
<iKillCypher>
or should I stick to ICS
<iKillCypher>
XXLPB
<iKillCypher>
anyone :) ?
Fissurez has joined #teamhacksung-support
<iKillCypher>
no one here tested CM10 compare to CM9 for SGS2 ?
<lodder_>
I have tried it for a few hours
<lodder_>
but I had RIL and memory leak issue
<lodder_>
but it was version 15/08
<iKillCypher>
well so I guess ICS
Karbowiak has joined #teamhacksung-support
<iKillCypher>
crap now my phone cant turn on !!!!
Karbowiak has quit [Remote host closed the connection]
Perka has quit [Ping timeout: 272 seconds]
Perka has joined #teamhacksung-support
<Yappy>
tried removing battery iKillCypher?
<iKillCypher>
nvm need to flash LP9 kernel
<Yappy>
ah ok haha
<Yappy>
wait, sgs2?
<iKillCypher>
yeah
<Yappy>
yeah, have to use the right kernel for that :/
<iKillCypher>
the samsung flash some a shitty kernel which affect my reception
<Yappy>
thank god for sgs3, universal kernels
<Yappy>
well, not exactly. samsung based roms dont work with AOSP ones
<Yappy>
kernels for samsung based roms*
<Yappy>
could it be modem iKillCypher?
<Yappy>
or have u fixed it haha
<iKillCypher>
well can fix it
<iKillCypher>
I dont know man samsung are like losers
<Yappy>
try different modem
<iKillCypher>
the engineer screwed up my phone up twice
<Yappy>
can flash any one
<iKillCypher>
and he kept on laughing for some shitty reason
<Yappy>
lmao
<Yappy>
high engineer
Perka has quit [Ping timeout: 252 seconds]
<Yappy>
not what you want
<Yappy>
anyway, im off. good luck dude :)
<iKillCypher>
they never knew I rooted my Phone and he kinda damage my speakers
<Yappy>
lol wat
<iKillCypher>
loser he had replaced the battery,housing
<iKillCypher>
only the motherboard was the same
<iKillCypher>
he replaced everything
<iKillCypher>
lol when the main issue was a volume button not working
Perka has joined #teamhacksung-support
<Yappy>
lmfao
<Yappy>
hahhaha
<iKillCypher>
he damaged the whole phone and no choice but to replaced for free
<iKillCypher>
expect the motherboard was okay
<Yappy>
haha of course
<Yappy>
i'd be pretty annoyed x)
<iKillCypher>
I was actually
<iKillCypher>
he kept saying its okay dude
<iKillCypher>
I know what Im doing
<Yappy>
hahaha
<iKillCypher>
sucks to be him new battery LMAO
<iKillCypher>
he busted the old one until he could not be readed o.o
<Yappy>
makes you wonder how the people who genuinely know stuff, loioking for a job, not get employed
<chadouming>
great, we have same time. I'll be there this morning
<chadouming>
evening*
Perka has quit [Ping timeout: 252 seconds]
Perka has joined #teamhacksung-support
angelsl has quit [Disconnected by services]
angelsl has joined #teamhacksung-support
Perka has quit [Ping timeout: 260 seconds]
Perka has joined #teamhacksung-support
endstille has quit [Quit: endstille]
endstille has joined #teamhacksung-support
Perka has quit [Ping timeout: 252 seconds]
Perka has joined #teamhacksung-support
Baskey has joined #teamhacksung-support
Perka has quit [Ping timeout: 260 seconds]
pier is now known as pier|foodhunt
Perka has joined #teamhacksung-support
pawitp has quit [Quit: pawitp]
Perka has quit [Ping timeout: 265 seconds]
Perka has joined #teamhacksung-support
McFrog has quit [Quit: McFrog]
peterperfect has joined #teamhacksung-support
peterperfect has quit [Changing host]
peterperfect has joined #teamhacksung-support
chadouming is now known as logcat
Lenny is now known as lenny|offline
Perka has quit [Ping timeout: 272 seconds]
Perka has joined #teamhacksung-support
gpe has quit [Quit: Gonna grab a beer]
gpe has joined #teamhacksung-support
gpeltink has joined #teamhacksung-support
gpe has quit [Client Quit]
Perka has quit [Ping timeout: 265 seconds]
Perka has joined #teamhacksung-support
sixstringsg|afk is now known as sixstringsg
Ravenheart has joined #teamhacksung-support
Diwad has joined #teamhacksung-support
gpeltink has left #teamhacksung-support ["Gonna save the world"]
chadouming has joined #teamhacksung-support
chadouming has quit [Changing host]
chadouming has joined #teamhacksung-support
Perka has quit [Ping timeout: 272 seconds]
tipolo has joined #teamhacksung-support
Perka has joined #teamhacksung-support
tipolo has quit [Ping timeout: 245 seconds]
Perka has quit [Ping timeout: 265 seconds]
jzn_ has joined #teamhacksung-support
angelsl has quit [Ping timeout: 240 seconds]
Perka has joined #teamhacksung-support
<jzn_>
Hi guys! I just got a really serious problem. I am on experiment build 0830 and when I tried to reboot into recovery, the phone just couldn't make it. Instead, it just kept rebooting the recovery loading screen. And the only way to start the phone is to remove the battery and put it back and turn it on normally. Any ideas how this happened or how to fix this?
R^Xuz has joined #teamhacksung-support
R^Xuz has quit [Client Quit]
<datagutt>
chadouming: ffs i was actually trying to say something meizu unrelated
<datagutt>
@kickban chadouming
chadouming was kicked from #teamhacksung-support by bbqbot [chadouming]
Perka has quit [Ping timeout: 272 seconds]
Perka has joined #teamhacksung-support
Ntemis has quit [Quit: ChatZilla 0.9.88.2 [Firefox 15.0/20120825192214]]
sixstringsg is now known as sixstringsg|afk
R^Xuz has joined #teamhacksung-support
jzn_ has quit [Quit: Page closed]
R^Xuz has quit [Client Quit]
Perka has quit [Ping timeout: 265 seconds]
Baskey has quit [Read error: Connection reset by peer]
Baskey has joined #teamhacksung-support
Perka has joined #teamhacksung-support
slainer68 has quit [Remote host closed the connection]
samm has quit [Quit: Lost terminal]
joethc has quit [Quit: Leaving]
chadouming has joined #teamhacksung-support
chadouming has quit [Changing host]
chadouming has joined #teamhacksung-support
raXuz has joined #teamhacksung-support
Perka has quit [Ping timeout: 272 seconds]
<Karbowiak>
silly question, hwcomposer in the nightly cm10 build for i9100, yay/nay ?
Perka has joined #teamhacksung-support
<peterperfect>
nay
Baskey_ has joined #teamhacksung-support
<chadouming>
Yay and nay
<peterperfect>
nay working properly
<chadouming>
Exact
<Karbowiak>
yay there, nay working
<chadouming>
There but not working
<Karbowiak>
gotcha
Baskey has quit [Read error: Connection reset by peer]
<koud>
but this is for cm10, and it is not merged yet
<koud>
I think there was something merged for cm7 to enable ext4 support
Ntemis has joined #teamhacksung-support
Guest1009 has quit [Client Quit]
wingston has joined #teamhacksung-support
<koud>
cybpsy: you mean larger than 2gb?
<bbqbot>
derp
<koud>
I thought fat32 limit was close to 4gb
<koud>
in filesize
<Espenfjo>
yes
<cybpsy>
koud: yes. I'd like to watch movies and series in 720p.
<koud>
I don't think there is official solution for that
<koud>
series should not be a problem
<cybpsy>
koud: doesn't matter. Most of movies are 5GB+
<koud>
some movies might be yes
<koud>
split them :P
<koud>
2 parts :P
<cybpsy>
koud: damn, nokia n900 is still the best
<koud>
why?
<cybpsy>
koud: cause maemo support ext in any way :)
<koud>
:)
<koud>
I guess should be some way to manually mount sdcard with ext4
<koud>
without vold
<cybpsy>
koud: it's idea. Will try now
<koud>
not sure if applications will be able to see it
<Espenfjo>
issue may be permissions
<Espenfjo>
ext4 is posix permis, fat32 is not
<koud>
I dont think so, since internal uses ext4
<Espenfjo>
this is the reason for using fuse
<Espenfjo>
all apps can write to sdcard/Pictures for example
<koud>
how does it work with internal sdcard on i9100?
<koud>
that is also ext4 partition right
<koud>
and vold can handle that
<cybpsy>
and what about mounting nfs shares?
raXuz has quit [Quit: Miranda IM! Rulez!]
raXuz has joined #teamhacksung-support
giuseppej87 has joined #teamhacksung-support
<koud>
I don't know how that work sorry
<Xart0s>
I have an kenwood car amp that is android compatible does anyone knows exactly what that means?? Is it like the Iphone support that you can send the sound direct from phone to amp or is it just that it handles the directorys on the phone??
<giuseppej87>
hi everyone!
<giuseppej87>
someone have installed cm10 on samsung I9300?
<chadouming>
XartOs never heard of that
<bealtine>
yes i have
<chadouming>
Giuseppej87. Nope. No one want to truy that
<cybpsy>
koud: good news. I have tried mount -t ext4 /dev/block/mmcblk1p1 /extSdCard/ , then pressed button "attach memory card" (don't know it exactly in english) in settings->memory and it works!
<cybpsy>
I can make photos to sdcard
<cybpsy>
FX filemanager can see it
<cybpsy>
It's shown in settings->memory
<cybpsy>
How can I make "mount -t ext4 /dev/block/mmcblk1p1 /mnt/extSdCard/" to be executed during device startup? Earlier is better
Perka has quit [Ping timeout: 260 seconds]
<koud>
init scripts
<koud>
in etc I would guess
<koud>
I think cm has one for custom stuff that gets saved during upgrades
<DuperMan>
having nfc and needing it ever called/used? yeah
<bbqbot>
derp
<frankdrey-tab>
so, about the "bug" in cm10 for gtab2 10.1...is it really gonna stay? -_- it's not a bug, auto-rotate is just disabled by default, you need to enable it manually
<frankdrey-tab>
*whatever*, not like anyone here wants to do anything
<Espenfjo>
submit a patch
<frankdrey-tab>
uh...
<frankdrey-tab>
it's not a bug
<frankdrey-tab>
it's just listed in the "Known Issues" on the wiki
<frankdrey-tab>
but it's not one
<frankdrey-tab>
it's just an option that the guy didn't look into
<Thracky>
"the guy" = nebkat
<Thracky>
it's a trebuchet thing
<frankdrey-tab>
the guy who added it the wiki
<frankdrey-tab>
don't think so
<Thracky>
ohh u mean on the wiki
<Thracky>
my bad
<frankdrey-tab>
yeah:P
Fissurez has quit [Read error: Connection reset by peer]
<Thracky>
take it off the wiki then if it's not an actual issue
<Espenfjo>
fix it
<peterperfect>
RaphaBarreiros yep
<frankdrey-tab>
well, i'd like someone else to confirm it first or something
Fissurez has joined #teamhacksung-support
<peterperfect>
Espenfjo did you see the log?
<peterperfect>
i cant find nothing wrong
Perka has quit [Ping timeout: 252 seconds]
<frankdrey-tab>
anyone have a gt-p5113?
<Espenfjo>
peterperfect: same
<DuperMan>
so, the toggle for auto-rotate is set to off by default or the function is disabled?
<DuperMan>
cause if former 'stfu'
<RaphaBarreiros>
should I wipe data/dalvik and install again?
<Espenfjo>
peterperfect: Other than it crashing, tho
Perka has joined #teamhacksung-support
<Thracky>
frankdrey-tab: I'm sure you're correct, just create an account on the wiki and make the edit.
<frankdrey-tab>
in trebuchet settings, auto-rotate is set to off by default. and can be easily turned on
<Thracky>
exactly
<Thracky>
it's been that way every CM i've used
<peterperfect>
RaphaBarreiros well try that
<peterperfect>
since we dunno whats happening
<RaphaBarreiros>
:(
<DuperMan>
peterperfect: u r not mean and very cute la la la
* DuperMan
hops
DuperMan has left #teamhacksung-support [#teamhacksung-support]
DuperMan has joined #teamhacksung-support
<Thracky>
hrm looks like cody purged the wiki accounts :P
<DuperMan>
rofl
<frankdrey-tab>
and either way, look at the page.
<Thracky>
have to request one now
<DuperMan>
I almost got one
<DuperMan>
so he really shouldv'e
<DuperMan>
:D
<Thracky>
DuperMan: I had one, and made a useful edit :P
<DuperMan>
Thracky: no good deed goes unpunished
<Thracky>
of course
<Thracky>
but when the wiki has retarded incorrect info we can't change it now :P
<frankdrey-tab>
ohwait >.<
<Thracky>
ohwait what?
<frankdrey-tab>
it could be the fact that every device's "known issues" links to the gt-p5100 page >.<
<DuperMan>
you can ask nicely again and get temporary (judging by past experience) POWER
<bealtine>
i cant see how clicking a setting is a bug?
<bbqbot>
derp
<frankdrey-tab>
bealtine, that's what im saying, hold on, ill link ya
<peterperfect>
chadouming that was awesome infact :D
<chadouming>
nah, irc client crashe
<chadouming>
d
<RaPoZa>
here with cm9 I'm having some issues
<peterperfect>
chadouming brazilian haxxx tecniks
<RaPoZa>
like I can't install specifically 2 apps from the Play Store
<chadouming>
@nuclearbomb peterperfect
<bbqbot>
peterperfect, you have been challenged!
<bbqbot>
Answer (red, blue, green, orange, brown) before time runs out!
<bbqbot>
10
<peterperfect>
which are?
<bbqbot>
derp
<bbqbot>
Wrong wire!
<bbqbot>
BOOM!
peterperfect was kicked from #teamhacksung-support by bbqbot [You failed to disarm the bomb! Correct wire was orange]
<chadouming>
xD
<chadouming>
mouhahahahahha
<RaPoZa>
Overskreen and 4shared music. it says there's no space
<chadouming>
@owners remove peterperfect
<bbqbot>
User peterperfect got removed as owner.
<chadouming>
@unban peterperfect
<Espenfjo>
:P
R^Xuz has quit [Client Quit]
<RaPoZa>
tried to find where they keep their data, but didn't find anything
peterperfect has joined #teamhacksung-support
R^Xuz has joined #teamhacksung-support
<RaPoZa>
peterperfect: [17:28] <RaPoZa> Overskreen and 4shared music. it says there's no space | [17:29] <RaPoZa> tried to find where they keep their data, but didn't find anything