« first day (30 days earlier)      last day (296 days later) » 

4:07 AM
Good morning @all
 
VGM @Khan
 
how r u?
 
i m fine ty.. how yu doing?
 
@Khan bhai jaan how r u .. Good Morning
@droids Good morning
 
fine @AkashSingh VGM and u ?
 
4:22 AM
:(.. aaj mood thoda kharab hai
@khan
 
y
 
@khan r u there
 
yes
 
yr is room ki punch line to bna
sub Room ki hai
apni nhi
 
suggest something
 
4:37 AM
There has problem,discussions and solution for only and only only android by Android lits
this is not final
 
@AkashSingh gm
 
tuma jo thik alge wo rekhna
 
monday ka rakh te he soch kar
 
hmmmmm
soch lena
ok .. dude
@droids or kasi hai
how r u
 
good ty and yu? @AkashSingh
 
4:39 AM
thik hu
@droids
 
:)
 
saturated is boring day in office
 
highfive
 
@AkashSingh have try to install apk in emulator
?
 
Mrng guys
 
4:49 AM
@Abhi morning mate welcome
 
:) thank you
 
5:06 AM
@MehulPatel welcome VGM
 
@Khan gm
@AkashSingh Jay Hanuman Dada
@Hari Welcome Buddy
you have to cover 20 repo in SO, then you can chat here..!
 
good morning fnds
jay hanuman
 
5:34 AM
@AkashSingh are u there?
 
hello @khan
how r u?
 
@hardikjoshi thanx fine and u
 
same here
 
good
 
6:32 AM
@AkashSingh r u there?
 
6:59 AM
@droids hi.
 
hi
 
office?
 
@robinhood
 
@Ganesh
 
i got one sample project
 
7:04 AM
yup.. and yu?
 
when i run it , [2012-06-30 12:26:57 - VoiceNotes] \VoiceNotes\bin\VoiceNotes.apk installed on device
[2012-06-30 12:26:57 - VoiceNotes] Done!
 
@droids same pinch :D
 
but the apk file not found on device.
 
awwwch
 
where it has been store.
how to check it.?
@Robinhood r u thr
 
7:07 AM
Its widget?
 
no
 
count total number installed app before installing and then install and again count it, and check the difference
@droids why I am smelling that we are familiar to each other, Right?
 
@robinhood, when i check on setting -> application -> Manage application , the project is there.
but not to display on home page.
 
@RobinHood you really think so?
 
7:16 AM
@droids yup/
 
@RobinHood might be den :P
 
May you disclose?
 
where were you yesterday?
 
you guess/
 
lolzzz .. its you smelling that :P you must say
hmmm picnic?
 
7:18 AM
Wrong, again try
 
give up
 
No issue, I will find out/ just wait and watch
 
yu bet?
where were you yesterday man :P
 
man? o_0?
 
aint yu?
(rofl)
 
7:21 AM
I am a cute boy/ :P
 
:D that's sweet ... literally laughing here
 
7:34 AM
@RobinHood have try shrare img at fb
 
@Ganesh machi there ?
 
7:51 AM
hello khan
 
yes now what happen not gett any error right but display nothing
 
yes
I am getting nothing on display as well as on logcat
 
paste ur code at paste.org both activity and adapter code too
@al0neevenings are u there?
 
YES
I am pasting code
ok here is my code
here is my code paste.org/51154
 
let me check
 
7:57 AM
ok
 
both array are same size or not
@al0neevenings after this line t.toArray(tS); also check lenth of tS
 
I think not
 
meet u after lunch
 
how much time will you take on lunch?
I removed mTitle now but still not getting anything.
I mean I am not passing mTitle array to lazyadapter.
Please see this code now when you are back paste.org/51155
 
8:23 AM
Hey
 
Any chance you could give me a hanf with something?
 
What's up?
 
I need to know how to retreive the raw data from a sensor. Because my phone snaps the lux values to 100 or 10 which is pretty useless
 
alone: I can only say that tS is somehow null, not sure how at a glance
Carbon: I believe that's phone/sensor-dependent, and you are actually getting raw data from the sensor
As far as I know, there's nothing that filters those values between the sensor itself and the API
 
Raw data is being logged in logcat and is very accurate and useful. The lux value however isnt
I need to know how to obtain the raw value its logging
 
One sec
 
I cant find anything in the documentation which is quite annoying :/
 
can you paste some code? paste.org
 
8:43 AM
What code do you want?
 
The sensor setup and onSensorChanged() for sure.
brb
 
k
Those are the relevant bits taken out
 
i am back
 
Hey
The problem is its just snapping the lux to 10 or 100. I need those raw values to make the sensor usable
 
ye
i m waiting for u khan
 
8:53 AM
Any Ideas?
 
@khan can you see my code now which is here paste.org/51155
 
le t me check
@al0neevenings what u get Log.e("String", tS.toString()); in this line
 
I am getting nothing.
 
hello everyone
 
8:56 AM
anybody can help me on time stretching of audio in android?
I want to change the tempo of audio without changing the pitch
 
Vipul: There is no android-provided way to do it, but you can get the algorithm for it in the link I gave when I posted to your Q.
 
@al0neevenings y check this way Log.e("String", ""+tS.length());
 
I dont get you. what do you want to say khan?
I dont get you. what do you want to say @khan?
 
@change ur line by this line which i have given and check what it gives result
 
@Geobits : Thnx but that algo is too complicated to apply.. is these any other way or simpler algo to this??
 
9:10 AM
Thank you khan it is now working. There was no value in profile image
 
No, time stretching isn't easy. That's why most simple media players don't have the option.
 
Right now I am using ffmpeg native lib.. i can play audio and can change the tempo but with tempo pitch also chages... any way to change only tempo using ffmpeg?
 
sorry, ffmpeg doesn't do that. you have to do the pcm manipulation yourself.
 
any other native lib that can help?
 
@al0neevenings u got ur output or not
@al0neevenings are u there?
 
9:17 AM
but, if you're already using the NDK for ffmpeg, you can use this c++ library for it, it may be easier to implement: surina.net/soundtouch
 
@al0neevenings no mention buddy
 
but how to compile it for android, any idea?
 
I haven't tried, but it says it supports anything using gcc, so you should be able to compile it the same way you would any other library
Try this, chapter 3:
 
ok...let me check
 
9:40 AM
Anyone know how to recycle arraylist values?
 
yes
what u want to update arraylist value right
?
 
recycle how?
 
I'm taking a data from a sensor then taking the average, I would like it to reuse the values once the arraylist has reached 50 values. so that its a usable average
 
@kha n r u there?
 
aka once it reached 50, value 1 would be overwitten as such if you get what i mean
 
9:42 AM
ys
 
you mean you want to clear and average it every 50, or keep a rolling average of the last 50?
oh, yea. no prob
it might be easier with an array, not an arraylist
 
yr i want to do not dismiss Dailong on back button .. do u have any idea @khan
 
rolling average is what i'd like
 
use an incrementer (i) for the array index you're writing to. when it reaches 50, take an average and reset i to zero
 
9:44 AM
@Geobits : here is a project which use soundTouch lib.. but iam unable to find how to use this code.google.com/p/pf-android-robot
 
for a rolling average, still reset to zero every time it hits fifty, but you can average any time. since it overwrites the oldest ones first, you always have the latest fifty in the array
 
@AkashSingh abe yaar deaful hardware back button pe close to ho jata he dialog
 
I'd like to be constantly taking a average no matter the size of the array
I Could probably use the method i already have for that and incorporate the rest of it. Can you explain what a incrementer is to me? xD or point me to documentation
 
i thing i have got... i don't try ... i m try this then tell u that what is status..stackoverflow.com/questions/2620444/…
@khan
 
oh, just an int that you ++ each time it's used
 
9:47 AM
@AkashSingh k
 
so, like: readings[i] = currentReading;
i++;
 
ah ok, then how would i change the array position its writing to?
 
if(i == 50) i=0;
 
But how to link that to the array
oh i get it xD
 
@VipulPurohit I haven't really played with compiling libraries for NDK, so I can't help you there
 
9:49 AM
ints.add(i, lux); Would that work?
 
@droids back!
 
if you use add() it won't replace, it'll add it in place and bump the rest down
 
so i use ints[i, lux]; ?
 
or if using an arraylist you could use set() instead of add(), but only once you had the first 50
 
So i need to change my arraylist to a array?
 
9:52 AM
i would just use a regular array: int[] lux = new int[50];
Gotta run though, I can't find an outlet and my battery hates me
best of luck
 
thanks
 
@Geobits Its ok...thnx for your help...
 
KMI
hi
 
 
2 hours later…
11:37 AM
i think all are in weekend mood ....... right
 
@khan u r right
 
saturday is a boarding day i think all people feel lazyness
 
yes so so boaring
 
12:06 PM
@khan i back on my pc
hello @hardikjoshi
 
to abhi tak kis ke sath the
 
how r u guru
 
hahaha
kon guru yaha koi guru nahi he
 
are kuch nhi bus kisi k sath kam kar rha hta us k pc pr
oye wo dailog walli problem solve ho gyi hai
 
have any idea to share video from links or how to get byte array from video link or how share large video from sdcard @AkashSingh
@AkashSingh custome kar ke dailog.cancel() ; kiya ya kuch aur
@AkashSingh k ate hi droid aa gayi
 
12:09 PM
nhi bhai us k liye dailog ka hi setonlisner methos aata hai
if u want to send video on server
from sd ccard
@khan
 
fb par muje share karni he
 
hello @AkashSingh h r u ?
 
thik hu bhai bus busy tha esliye nhi tuje jawab nhi de ska tha m
@hardikjoshi
 
facebook par karni he aur before few days u have posted a snap for post on fb is completed or not give me that snap again
@AkashSingh
@AkashSingh are u there?
 
ha bhai boss aaya tha
yr m smja nhi
tu aakir kya chata hai
fb se
video ka koe idea nhi hai vode upload ka pr photo ki hai mene
us m kya karna hai
i hope this can help u ...stackoverflow.com/questions/10780172/… @khan
 
12:26 PM
its ok @akashsingh
 
@hardikjoshi Dehli m Android ki kasi job hai
koe scope hai android m
 
I m not from delhi
i from gujarat
 
12:47 PM
@AkashSingh ye ques? he yaar
answer nahi he
 
bhai yhi to Question
puch rha hu ki tuje karna kya hai pic ka
 
muje video link se video share karnih he fb pe sdcard se mene ki he par jyada size ki video me exception aata he
bye everybuddy
 
1:47 PM
gn
fnd
bye
 

« first day (30 days earlier)      last day (296 days later) »