The Following User Says Thank You to sigpro For This Useful Post: | ||
|
2012-09-11
, 12:07
|
Posts: 59 |
Thanked: 16 times |
Joined on Jul 2012
@ India
|
#4302
|
|
2012-09-11
, 12:16
|
Posts: 9 |
Thanked: 1 time |
Joined on Sep 2012
|
#4303
|
The Following User Says Thank You to maqbul95 For This Useful Post: | ||
|
2012-09-11
, 12:17
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#4304
|
|
2012-09-11
, 12:20
|
|
Posts: 1,390 |
Thanked: 710 times |
Joined on May 2012
@ Beirut, Lebanon
|
#4305
|
I will vote AMD for president next time if I'm having any shares during next meeting.
The Following User Says Thank You to AMD For This Useful Post: | ||
|
2012-09-11
, 12:20
|
Posts: 181 |
Thanked: 64 times |
Joined on Feb 2012
|
#4306
|
haaa! got it working, but its just a temporary solution!
1. i removed my whatsapp account
2. i removed the wazapp version from CepiPerez
3. i removed /home/user/.wazapp folder
4. i installed the version from tgalal (thanks man )
5. synced the contacts
6. uninstalled the version from tgalag (i still get the "connecting ..." issue)
7. re-installed the version from CepiPerez
and now its working - with all my contacts!!!
cheers!
|
2012-09-11
, 12:33
|
Posts: 65 |
Thanked: 26 times |
Joined on Mar 2012
@ Cagliari, Italy
|
#4307
|
|
2012-09-11
, 12:37
|
|
Posts: 1,390 |
Thanked: 710 times |
Joined on May 2012
@ Beirut, Lebanon
|
#4308
|
Hi everybody!
Here is my problem (by the way: I spent about 2hours reading the last 60 pages....so be kind!!!):
I can't install wazapp....I mean,like everybody,mine was working up to few days ago,then stopped due to "whatsapp".
So,I tried yo install latest version of ceciperez(che,mucha gracias por tu trabajo!!) but....I can't even install it.
It starts loading,then in the registration phase i put my datas and then it says "FAILED SERVER SAYS WAZAPP NOT SUPPORTED".
Enter code manually? (I got it): "failed.server said unknow reason".
I tried as well with the "everything fail..." and it said the same thing: unknow reason.
Any idea?
thank you so much
I will vote AMD for president next time if I'm having any shares during next meeting.
|
2012-09-11
, 12:49
|
Posts: 40 |
Thanked: 4 times |
Joined on Mar 2012
|
#4309
|
|
2012-09-11
, 12:52
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#4310
|
About audio recording:
Best would be to build our own or use open source Python project if such exists.
""" Record a few seconds of audio and save to a WAVE file. """ import pyaudio import wave import sys chunk = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE = 44100 RECORD_SECONDS = 5 WAVE_OUTPUT_FILENAME = "output.wav" p = pyaudio.PyAudio() stream = p.open(format = FORMAT, channels = CHANNELS, rate = RATE, input = True, frames_per_buffer = chunk) print "* recording" all = [] for i in range(0, RATE / chunk * RECORD_SECONDS): data = stream.read(chunk) all.append(data) print "* done recording" stream.close() p.terminate() # write data to WAVE file data = ''.join(all) wf = wave.open(WAVE_OUTPUT_FILENAME, 'wb') wf.setnchannels(CHANNELS) wf.setsampwidth(p.get_sample_size(FORMAT)) wf.setframerate(RATE) wf.writeframes(data) wf.close()
The Following 5 Users Say Thank You to Leinad For This Useful Post: | ||
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
|
These people man.....they do not take time to read a few pages were the solution is explained.....no they keep spamming about this over and over again