Re: [android-developers] Read and write file at same time?

2011-04-17 Thread XiaoXiong Weng
um. that's not possible in my mind so far. but what you could do is decrypt the file into buffer and utilize the buffer to play. See reference on something like RTSP by flash. On 4/17/2011 3:44 AM, Hitendrasinh Gohil wrote: hi lbendlin, can you suggest me how i can decrypt file to memory

Re: [android-developers] Re: Progressive download with MediaPlayer

2011-04-17 Thread XiaoXiong Weng
um. create a file, make a buffer, add the media into the buffer and apprend to the disk? something like that? On 4/16/2011 9:57 PM, Doug wrote: MediaPlayer can't do that for you, sorry. You will have to fully implement your own solution. Doug On Apr 14, 6:27 pm, Fernando Valente

Re: [android-developers] Re: Read send sms

2011-04-12 Thread XiaoXiong Weng
, 2011 at 12:56 PM, Mochamad Basofi moch.bas...@gmail.com mailto:moch.bas...@gmail.com wrote: Could you give me more details? I don't have any clue of which intent I should use. btw thank you for the reply On Apr 12, 10:15 am, XiaoXiong Weng xiaoxiong.w...@gmail.com

Re: [android-developers] package 3g data

2011-04-11 Thread XiaoXiong Weng
Um. I believe the netsentry source code is available in google code. On 4/11/2011 12:35 PM, Sarath Krishna wrote: Hi, I want to write a code for tracking 3g data usage in my phone. Can anyone please tell me which android package should I use for this purpose. thanks in advance sarath

Re: [android-developers] Read send sms

2011-04-11 Thread XiaoXiong Weng
Um. I believe the intent for sms allows you to see the status, so you would get a status code for every message sent. On 4/11/2011 11:09 PM, Mochamad Basofi wrote: Hello groups, I wonder if there is a way to read sms that being send at the time? I've googled for a few days yet there is still

Re: [android-developers] Re: Send an SMS message to an email?

2011-01-25 Thread xiaoxiong weng
does work on some carrier like mine. It depends on if your carrier has a gateway, mine for example is 16477712...@msg.wind.ca String number = j...@edispatches.com; String st = testing; sm.sendTextMessage(number, null, st, null, null); On Mon, Jan 24, 2011 at 9:51 PM, Kostya

Re: [android-developers] Market broken today?

2011-01-06 Thread xiaoxiong weng
It's funny how people find their .apk file not from marketplace. ALot of users get it elsewhere. On Thu, Jan 6, 2011 at 11:07 AM, TreKing treking...@gmail.com wrote: On Thu, Jan 6, 2011 at 12:56 PM, Brill Pappin br...@pappin.ca wrote: Has anyone else noticed that sort of problem? Just

RE: [android-developers] New mobile number | Neue Handynummer

2011-01-04 Thread XiaoXiong Weng
Hun t.t? From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Haroon Khalid Sent: Tuesday, January 04, 2011 3:14 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] New mobile number | Neue Handynummer I almost got

RE: [android-developers] How to implement this with location.distanceTo()?

2011-01-01 Thread XiaoXiong Weng
Wow, smart J From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of TreKing Sent: Saturday, January 01, 2011 11:12 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] How to implement this with location.distanceTo()? On

RE: [android-developers] SMS sending through HTC Desire

2010-12-31 Thread XiaoXiong Weng
Wouldn't that just goto the voicemail? Erh, when I send text to myself it works J From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of TreKing Sent: Friday, December 31, 2010 11:06 AM To: android-developers@googlegroups.com Subject: Re:

RE: [android-developers] MMS messages

2010-12-28 Thread XiaoXiong Weng
, 2010 at 5:49 PM, xiaoxiong weng ad...@littlebearz.com wrote: I believe it's the same as SMS_receive but you parse the data as setType(image/png); I might be wrong :S On Mon, Dec 20, 2010 at 5:55 PM, Yves Liu yves...@gmail.com wrote: Anyone knows? On Sat, Dec 18, 2010 at 3:10 PM, yves

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread XiaoXiong Weng
Um. I know that if I dial *#06# it would return the IMEI number, but each carrier might differ so it's probably not a good solution, I would stick with the cellphone number since that's accessible. -Original Message- From: android-developers@googlegroups.com

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread XiaoXiong Weng
not identify the device. -- Kostya 28.12.2010 20:29, XiaoXiong Weng пишет: Um. I know that if I dial *#06# it would return the IMEI number, but each carrier might differ so it's probably not a good solution, I would stick with the cellphone number since that's accessible. -Original Message

Re: [android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-21 Thread xiaoxiong weng
this is werid, it's slow on all SDK emulator except 1.6- ? mine 2.1 is slow as well, my cellphone is definately faster LOL On Tue, Dec 21, 2010 at 12:49 AM, lv xianhao...@gmail.com wrote: Yes, Android 2.3 SDK Emulator is very slow, and I got a reboot when test my app. On Thu, Dec 16, 2010

Re: [android-developers] TextView bug or feature?

2010-12-21 Thread xiaoxiong weng
maybe it's just galaxy? my U8100 is fine with strong tag~ On Tue, Dec 21, 2010 at 12:51 AM, Brill Pappin br...@pappin.ca wrote: Ok, I might be mistaken about this, and I can't image nobody else has noticed... so before I put in a bug report: The TextView seems to be doing something odd with

Re: [android-developers] MMS messages

2010-12-21 Thread xiaoxiong weng
I believe it's the same as SMS_receive but you parse the data as setType(image/png); I might be wrong :S On Mon, Dec 20, 2010 at 5:55 PM, Yves Liu yves...@gmail.com wrote: Anyone knows? On Sat, Dec 18, 2010 at 3:10 PM, yves...@gmail.com yves...@gmail.comwrote: Hi I use

[android-developers] SMS application

2010-12-21 Thread XiaoXiong Weng
Hi: My application is named Littlebearz and I can't seem to find it on marketplace. So how is there like 57 downloads and why it isn't on the marketplace? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

RE: [android-developers] Re: New Android Market Client Update

2010-12-11 Thread XiaoXiong Weng
That would be cool J From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of TreKing Sent: Sunday, December 12, 2010 12:08 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: New Android Market Client Update On Sat,

RE: [android-developers] Re: Geocoder throwing exception

2010-12-01 Thread XiaoXiong Weng
I recall there was an openmap where you could just download the area you need and store it to SD card and then view it from there, this can be beneficial to user who does not have internet. I'm trying to develop this software but I need a lot more time. Progress can be found at

RE: [android-developers] synchornization with gmail account

2010-12-01 Thread XiaoXiong Weng
I don't think it could be done without some coding or research, I would use market and get gmail apps. Um. I checked out the emulator that it came and figured that it's faster to test your app on your phone through USB connection than firing up the emulator. -Original Message- From:

Re: [android-developers] Re: Binary sms?

2010-11-29 Thread xiaoxiong weng
um im doing this by a pop server and http request with post password to retrieve data, not very safe but works ~littlebearz On 2010-11-29 7:50 PM, vnv nikola1...@gmail.com wrote: On Nov 29, 3:52 pm, Leon Moreyn-Android Development lmor...@earthcam.com wrote: All data is 0s and 1s. You can

[android-developers] SMS from laptop

2010-11-25 Thread XiaoXiong Weng
Hi, I was wondering if it's safe to use the http protocol to retrieve the message(SMS) to the phone and send it. I currently have the simple SMS outbound working. I'm planning to use $_POST in php give a unique id to the sender and retrieve the message through

Re: [android-developers] Re: Get web page with spaces in path

2010-11-13 Thread xiaoxiong weng
Nice On 2010-11-13 10:52 AM, Hal dsheppar...@gmail.com wrote: something like this should work (Taken from Jt.http.JtHttpAdapter) try { eString = URLEncoder.encode(xmlMsg, UTF-8); } catch (UnsupportedEncodingException e) { handleException(e); return

Re: [android-developers] Google TV Remote Control App

2010-10-22 Thread xiaoxiong weng
Smart idea On 2010-10-22 11:04 PM, keyeslabs keyes...@gmail.com wrote: Has anyone put a packet sniffer on the remote control app provided for Android devices to interact with Google TV? I'm curious about what the protocol is. I would guess that it's ProtoBuf, or possibly XBMC (wouldn't that be

Re: [android-developers] What is an SMS data message?

2010-10-11 Thread xiaoxiong weng
I believe in the Text Message, It contain binary data or any sort of addition data besides text. prehaps attached image is one of them? On Mon, Oct 11, 2010 at 7:22 PM, Greg Siano gregmsi...@gmail.com wrote: How is it different from a text message? -- You received this message because you

Re: [android-developers] Running static analysis on an Android device

2010-10-10 Thread xiaoxiong weng
Hm I might help if I have time On 2010-10-10 5:42 PM, daniela daniela.anton...@gmail.com wrote: Hi, I am working on a university project which should be completed in 2 months. The aim of the project is to classify Android apps as secure or less so. I am hoping to achieve this by statically

Re: [android-developers] Application Testing Group anyone?

2010-10-10 Thread xiaoxiong weng
This seemed a good idea On 2010-10-10 5:30 PM, Sanjay Parekh objectprofession...@gmail.com wrote: Would anyone be interested in setting up an application testing group where various beta apps could be tested by individuals on DIFFERENT phone models to help ensure the stability of new apps +

Re: [android-developers] Re: Android Web Server

2010-10-07 Thread xiaoxiong weng
as long as you have access to a public server, you could always do a tunnel. I used to send stuff behind nat through ssh On Thu, Oct 7, 2010 at 2:22 AM, Miguel Morales therevolti...@gmail.comwrote: What about service providers which don't allow or firewall most if not all incoming ports? Can

Re: [android-developers] Gifting paid market apps

2010-10-06 Thread xiaoxiong weng
Can't u make your program connect to your server getting authority before letting them use it? On 2010-10-05 9:53 PM, Adam Hammer adamhamm...@gmail.com wrote: Is there a way to gift a paid app if you are the developer? I want to gift VIA the android market. I don't want to give apk's in the