Re: [android-developers] Sony S1 adb driver

2011-11-11 Thread Edwin Low
or notebook? After setting up the files in these locations, does this mean driver is configured? If not, what must I do. Regards, Edwin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Choosing not to export renderscript functions

2011-10-21 Thread Edwin Vane
Hi, I have a utility function I've defined in blah.rsh file and an implementation in blah.rs file. The function takes an argument by pointer and thus cannot be exported since there's no way to represent this function in Java. I would like to use said function in foo.rs. I know of the workaround to

[android-developers] BluetoothEventRedirect.java missed broadcast message

2011-06-23 Thread Edwin Tsang
Hi, I am tracing down a "hang and reboot" issue. Gallery send file via bluetooth, initial device select state in discovering. I found that during a good case (not hanging and reboo) it will have V/BluetoothEventRedirector( 2520): Received android.bluetooth.adapter.action.DISCOVERY_FINISHED Tr

[android-developers] Re: bluez help

2011-06-22 Thread Edwin Tsang
May be start with www.bluez.org On Jun 21, 3:26 am, arun_satya3 wrote: > Hi, > > Can anybody let me know bluez forums to get help for android > development. > > Rgds, > Arun S. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] dbus-monitor --session not working

2011-06-22 Thread Edwin Tsang
dbus-monitor --system works but dbus-monitor --session process 2968: D-Bus not compiled with backtrace support so unable to print a backtrace [1] Segmentation fault dbus-monitor --session Any one know how to fix this? -- You received this message because you are subscribed to the

[android-developers] Bluetooth simultaneous connections to multiple devices

2011-06-20 Thread Edwin Tsang
Does Gingerbread support simultaneous connection to multiple devices? It seem there might be topology issue e.g. scatternet, slave to two master.. The use case is e.g. play music to stereo headset and send file to PC. Anyone got this working on Gingerbread? -- You received this message because yo

[android-developers] NFC issue - phLibNfc_RemoteDev_CheckPresence() returned 0x00ff[NFCSTATUS_FAILED]

2011-06-20 Thread Edwin Evans
I sometimes get the following error: 06-17 13:21:01.449: ERROR/NFC JNI(213): phLibNfc_RemoteDev_CheckPresence() returned 0x00ff[NFCSTATUS_FAILED] I'm trying to scan an emulated card. After this happens Android will bring up my app registered for my intent but not go to the correct Activity. This

[android-developers] NFC issue - phLibNfc_RemoteDev_CheckPresence() returned 0x00ff[NFCSTATUS_FAILED]

2011-06-20 Thread Edwin Evans
Sometimes I am getting this error: 06-17 13:21:01.449: ERROR/NFC JNI(213): phLibNfc_RemoteDev_CheckPresence() returned 0x00ff[NFCSTATUS_FAILED] I'm reading an emulated card and this seems to happen if the communication was cut off part way. At this point when I try to read again -- instead of lau

Re: [android-developers] Re: Activity inside TabActivity doesn't work properly

2011-02-19 Thread Kwok Chun Wing, Edwin
inside a TabActivity. Avoid them at all cost, if you can. You should be able to refactor your code to the point where they are not needed. On Feb 19, 6:43 pm, Edwin wrote: Hi All, I have an activity named A which has TTS and service functions. It works well if it is a single activity, but TTS

[android-developers] Activity inside TabActivity doesn't work properly

2011-02-19 Thread Edwin
Hi All, I have an activity named A which has TTS and service functions. It works well if it is a single activity, but TTS and service are not working if I put A into a TabActivity. I am not sure which part of the program has problem. Maybe TabActivity have some effect for the onActivityResult in A

Re: [android-developers] Re: Hidden Broken images in Webview

2010-11-09 Thread Kwok Chun Wing, Edwin
This work well using emulator, but it doesn't work in my milestone On Tuesday, November 09, 2010 10:58 AM, Maps.Huge.Info (Maps API Guru) wrote: There could be problems downloading large png's depending on the carrier. Does it work when you use wifi? -John Coryat -- You received this me

Re: [android-developers] Hidden Broken images in Webview

2010-11-08 Thread Kwok Chun Wing, Edwin
Yes...but what do you mean by "not download properly". On Tuesday, November 09, 2010 01:29 AM, Kumar Bibek wrote: If the images are for some reason not downloaded properly, you will see these broken images. On Mon, Nov 8, 2010 at 10:57 PM, Edwin <mailto:edwin...@gmail.com>>

Re: [android-developers] Save webview content for offline browsing

2010-11-08 Thread Kwok Chun Wing, Edwin
to point to your local resources. BTW, Whenever you use a web view, it caches some information like images. But this is not full proof though. On Mon, Nov 8, 2010 at 10:55 PM, Edwin <mailto:edwin...@gmail.com>> wrote: Hello, I would like to implement an apps that allow users

[android-developers] Hidden Broken images in Webview

2010-11-08 Thread Edwin
Hello all!! I load a webpage in webview but it results that there is a broken image. I check the html and load it in PC, everything is ok. I don't know why..However, I think hidden the broken image is fine. Does any one know how to disable to show broken images automatically? Thanks -- You recei

[android-developers] Save webview content for offline browsing

2010-11-08 Thread Edwin
Hello, I would like to implement an apps that allow users save the webpage including images. Then the users can view the web page again even there is no network access. However, I found that there is no such related API to do so. Does anyone have idea or experience? Thanks -- You received this m

Re: [android-developers] Webview inside Scroll doesn't resize

2010-09-18 Thread Kwok Chun Wing, Edwin
? Thanks for your advice. On 09/18/2010 07:09 PM, Mark Murphy wrote: On Sat, Sep 18, 2010 at 7:03 AM, Kwok Chun Wing, Edwin wrote: Umm...I got your point, but I really need to have an image below a webview, is there any suggest that is without using scroll view Option #1: Put the

Re: [android-developers] Webview inside Scroll doesn't resize

2010-09-18 Thread Kwok Chun Wing, Edwin
Umm...I got your point, but I really need to have an image below a webview, is there any suggest that is without using scroll view Thanks On 09/18/2010 06:49 PM, Mark Murphy wrote: On Sat, Sep 18, 2010 at 3:44 AM, Edwin wrote: Hi all, I put a webview inside a scroll view according to

[android-developers] Webview inside Scroll doesn't resize

2010-09-18 Thread Edwin
Hi all, I put a webview inside a scroll view according to this http://www.anddev.org/view-layout-resource-problems-f27/add-imageview-to-bottom-of-webview-t19169.html . But I found that if the webview already loaded a long content, and then load short content again. The webview doesn't resize and th

[android-developers] Add imageview to bottom of webview

2010-09-16 Thread Edwin
Hi, I have a banner and want to add it to the webview. But the banner will be shown only when the webview is scrolled to the bottom. I tried using scrollview to embed the webview and imageview. However, the webview will shrink to content height. In short, I want the webview filling the remaining p

[android-developers] Did Android support make a dial in native code

2009-07-29 Thread edwin
hi,all i'm try to make a dial in native code, could i make a dial with RIL through socket or IPC communication?or push AT command directly to GSM Modem. could somebody can make some brief point to me. thanks a lot, edwin --~--~-~--~~~---~--~~ You rec

[android-developers] Stream Player with jsp website

2009-03-12 Thread Edwin
I have written an Android Program that get the video from a jsp web. Basically, the jsp will return a movie to the client, in this case, the client is Android. I can get the movie in the browser. Then, I set the this path to mediaplayer by mp.setDataSource(path). Then prepare it, exception is thr