[android-developers] Question to start a Project on flashing google tv to android tv

2015-12-23 Thread Winston Lau
Hey guys Im pretty sure its possible to flash my 46in sony google tv to the 
android tv platform since sony and google drop google tv. I want to start a 
project so i can update my obsolete google tv with no support at all to 
android tv. I was wondering if any of you brilliant engineers and 
programmers would point me in the right way. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/489e638c-7c7c-4a8f-8999-66476192773a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Why does the camera thumbnail of recent apps become empty in Jelly Bean ?

2012-08-27 Thread Winston
In the ICS, the recent apps can display the thumbnail of camera and other apps.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Why does phone incallscreen.java remove the code of params.systemUiVisibility = View.SYSTEM_UI_FLAG_LOW_PROFILE in Jelly Bean ?

2012-08-27 Thread Winston
I found a problem that my android phone after calling to any people by 
phone apk in ICS, then enter the camera.
In the camera, whenever I click the recent apps button, it will flash not 
display normally.

But in Jelly Bean, this issue disappeared. 
After a little code test, I found that it has a special relationship with 
the code of setting SYSTEM_UI_FLAG_LOW_PROFILE in phone APK.
Camera, gallery... have also the same system ui profile 
(SYSTEM_UI_FLAG_LOW_PROFILE) as phone APK.
I wonder the LOW PROFILE setting can affect the recent app display.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to add more user into android developer account?

2012-03-16 Thread Winston Zhang
I have an android developer account, and want to add other team members to 
access the console for managing apk, viewing statistics etc. How can I do 
that?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: open nfc installation

2011-08-06 Thread Winston
Mohamed Ramadan writes:

 
 HI,
 I had two problems when I try to connect the simulator with the
 connection Center in open nfc
 
 1-ccrouter.dll file not found in the connection center folder
You can get connection center and its required DLLs by downloading the OpenNFC
core edition. The NFCC simulator is also included in the package.
Note that these two apps are Windows apps. So you should set up you test
environment on a Windows host. If you are running on a Linux host (as the error
message below implies), it won't work.
 
 2-an error message
 
Warning:No provider for client
 source:***.***.***.***(ip);LINUX;NFC controller (I2C);--rejected
 Error:Error while reading the
 socket:Socket greacefully shutdown'
 Warning: Client
 source:***...***(ip) ;linux;NFC Controller(I2C);NFC
 Controller(I2C);disconnected
 
  appear when I try to enter the ip and press and start the nfc service
 in the emulator
 
 did any one know how to get that file or what the message explanation
 is
 
Did you start the NFCC simulator? Also there is currently a bug in the Android
port for the NFC stack so you need to run a TCP echo server along side the
connection center. I have posted a step by step procedure on how to set up the
OpenNFC stack on StackOverflow. Here's the link.
http://stackoverflow.com/questions/6770774/getting-started-with-open-nfc-emulator/6944968#6944968
I have managed to get the NFC stack installed and started. But beyond that I
have encountered problems when I tried to read a virtual tag using the NFCC
simulator. Other people have heard from the developers that this release is
buggy and they are trying to resolve it in the next release.
Winston
 Thanks,
 




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en