[android-developers] ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Sreedhar Reddy V
Hi, I opened a CMD prompt and I am trying to push a file from my pc to android device using ADB PUSH command I am getting the following error MY PC: Details: Windows 8 pc, intel core i3-2100 CPU @3.10Ghz 3.10 GHz, RAM 4gb, System 32 bit. My Android Device: Samsung galaxy note2, model num

[android-developers] Re: ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Sreedhar Reddy V
Notes i found: By seeing the error i thought that the device is Not at all detected by pc. But the device is mounted and shown clearly in my computer. I also thought that my computer USB ports are disabled by my company,for security reasonsing order to avoid copying file to

[android-developers] Using Fragments with support library ViewPager

2013-10-11 Thread Harri Smått
Hello All, I have following requirement: 1. Main application view contains support.v4.ViewPager only 2. First 4 screens are Views 3. Last, 5th, screen is the actual application ui I noticed that ViewPager onCreateView returns an Object but to my surprise it didn't work when I returned the

[android-developers] Re: Show Glyph outside Unicode Range ? label:Android

2013-10-11 Thread Ingo Klein
My colleague came up with the exact same idea :) I'll think Google has so build up an API for it, but in this project it will work that way.Our Customer will contact the vendor of the Font to clearify if its possible to edit it. Thanks ! Am Mittwoch, 9. Oktober 2013 16:57:54 UTC+2 schrieb

[android-developers] onChange method of ContentObserver not called when SMS message is read on Android

2013-10-11 Thread Abhishek Kumar Gupta
For incoming SMS, *onChange()* method of *ContentObserver* called but when SMS message is read it is not called. Actually I need to update the read/unread status of SMS in my app based on the status of that particular SMS on phone(native). Any help or guidance will be well appreciated. --

[android-developers] how to attach image from url and email from app

2013-10-11 Thread Amit Mangal
hi there, i am having url of image i need to share that image by email . my query is how to attach image from url to email . thanks -- 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] how to attach image from url and email from app

2013-10-11 Thread TreKing
On Fri, Oct 11, 2013 at 11:23 AM, Amit Mangal forum.amit.man...@gmail.comwrote: my query is how to attach image from url to email . 1 - Just email the link. OR 2 - Download the image, then attach it.

[android-developers] When using GLSurfaceView to play a video file in Android, how to solve video freezing issue?

2013-10-11 Thread Linda Li
I write an application to play a video file in in GLSurfaceView in Android, so that I could interact to show video frames in different ways. I can use my finger to move left, right, up, and down on the screen, in order to move the viewable part on the horizontally long frame. But the problem

[android-developers] Re: Activity partially offscreen

2013-10-11 Thread Nobu Games
Hm... you could get the top level container view from the Window component and transform that view. The transformation probably needs to be done with a translation animation. However, you'll also need to catch and change touch events since their coordinates will be off. On Thursday, October

Re: [android-developers] Re: ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Baodong Chen
try adb push D:\\Android.jpg /sdcard/Download On Fri, Oct 11, 2013 at 3:32 PM, Sreedhar Reddy V srib4uf...@gmail.comwrote: Notes i found: By seeing the error i thought that the device is Not at all detected by pc. But the device is mounted and shown clearly in my

[android-developers] android 4.2 Settings osd trouble

2013-10-11 Thread Chuz Lin
hi,all I get a issue when I want to disable one IME. I use keyboard to chose the Japanese IME and click Enter, but nothing happend. Why? How to fix it? I check the sourcecode,and the Preference can't get onClick.

[android-developers] android 4.2 setting osd trouble

2013-10-11 Thread Chuz Lin
hi,all I get a issue when I want to disable one IME. I use keyboard to chose the Japanese IME and click Enter, but nothing happend. I check the sourcecode,and the Preference can't get onClick. Why? How to fix it? Thanks