[android-developers] Android WideVine HLS/DRM support

2012-04-27 Thread petr.maza...@mautilus.com
It will be soon 2 years since Google acquires the WideVine company that provides the DRM support for protecting e.g. the HLS H.264/AAC streams. According to the http://www.widevine.com/ not only Android, but also iPhone/iPad and game consoles like Wii or PS3 ares supported. Does anybody

[android-developers] Android WideVine HLS/DRM support

2012-04-27 Thread petr.maza...@mautilus.com
It will be soon 2 years since Google acquires the WideVine company that provides the DRM support for protecting e.g. the HLS H.264/AAC streams. According to the http://www.widevine.com/ not only Android, but also iPhone/iPad and game consoles like Wii or PS3 ares supported. Does anybody

[android-developers] MPEG-TS, Android and (probably?)FFMPEG

2012-02-14 Thread petr.maza...@mautilus.com
I am receiving the MPEG-TS (MPEG transport stream) packets with the multiplexed H.264 video and AAC audio streams. I need to be able to show the audio and video on the Android phone. My assumption is that I need: * MPEG-TS de-multiplexer * AAC decoder * H.264 decoder * Synchronize

[android-developers] Re: android browser plug-ins support

2011-11-24 Thread petr.maza...@mautilus.com
Hi Klimek, Can you provide us more information?? Which Android versions we need, some examples, etc. Thanks, STeN On Nov 24, 2:11 pm, Klimek oskarklimkow...@gmail.com wrote: Yes u can create plugins :D Dnia 24 lis 2011 o godz. 04:13 petr.maza...@mautilus.com petr.maza...@mautilus.com

[android-developers] Re: Android paid technical support

2011-11-24 Thread petr.maza...@mautilus.com
your question? William On Nov 24, 1:34 pm, petr.maza...@mautilus.com petr.maza...@mautilus.com wrote: Hi, The Nokia, Apple and Microsoft as well have for their mobile platforms (Symbian, iOS, WP7) the paid technical support - simply sometimes it is necessary to ask them for certain

[android-developers] Re: Android paid technical support

2011-11-24 Thread petr.maza...@mautilus.com
://www.kbeanie.com* On Thu, Nov 24, 2011 at 9:04 AM, petr.maza...@mautilus.com petr.maza...@mautilus.com wrote: Hi, The Nokia, Apple and Microsoft as well have for their mobile platforms (Symbian, iOS, WP7) the paid technical support - simply sometimes it is necessary to ask them for certain

[android-developers] Re: Video stream hacking

2011-11-23 Thread petr.maza...@mautilus.com
Hi, If you don't want for people to steal your video, don't show your video to them. This is a problem actually - if we want to stream certain content we need to guarantee that users will not steal it.. BR STeN -- You received this message because you are subscribed to the Google Groups

[android-developers] android browser plug-ins support

2011-11-23 Thread petr.maza...@mautilus.com
How is the situation with the Android browser plug-ins? - Can we develop the browser plug-in? - Are there any limitations of what the plug-in can do? - Can it be developed in C or Java only? I swa here (https://www.codeaurora.org/git/projects/qrd-gb-dsds-7225/

[android-developers] Android paid technical support

2011-11-23 Thread petr.maza...@mautilus.com
Hi, The Nokia, Apple and Microsoft as well have for their mobile platforms (Symbian, iOS, WP7) the paid technical support - simply sometimes it is necessary to ask them for certain issue or SDK feature and sometimes the customer needs the 'certified' answer. Google groups, stackoverflow.com are

[android-developers] Video stream hacking

2011-11-14 Thread petr.maza...@mautilus.com
Hi, When I stream a video in some 3rd party application - is it somehow with hacks/programming, etc. possible to redirect the video stream to HDMI, USB or Bluetooth or on SD card? I am asking if someone can in this way 'steal' the video or audio stream. The stream itself is encrypted - so it

[android-developers] Disable ports

2011-11-14 Thread petr.maza...@mautilus.com
Hi, Can I disable all external communication interfaces on device, while my application is running? By external interfaces I mean USB, HDMI and Bluetooth - all those must be disabled. Any advice on this would be great! Regards, STeN -- You received this message because you are subscribed to

[android-developers] HDCP like protection inside the device

2011-11-14 Thread petr.maza...@mautilus.com
Hi, For the HDMI there is HDCP encryption standard. It might be broken, but there is some. My question is - if I will stream e.g. DRM protected content (or content protected by other method) and want to save it unencrypted offline and I will have time and some money - isn't the bottleneck the HW

[android-developers] Re: Disable ports

2011-11-14 Thread petr.maza...@mautilus.com
:20 PM, petr.maza...@mautilus.com petr.maza...@mautilus.com wrote: Hi, Can I disable all external communication interfaces on device, while my application is running? By external interfaces I mean USB, HDMI and Bluetooth - all those must be disabled. Any advice on this would be great

[android-developers] Re: How to send DHCPINFORM request

2011-11-10 Thread petr.maza...@mautilus.com
Hi, what it means 'Not from the SDK'? Should be implemented by use of sockets? Regards, STeN On Nov 9, 6:15 pm, Diego Torres Milano dtmil...@gmail.com wrote: Not from the SDK On Nov 9, 12:28 am, petr.maza...@mautilus.com petr.maza...@mautilus.com wrote: Is it possible to send manually

[android-developers] Re: How to send DHCPINFORM request

2011-11-10 Thread petr.maza...@mautilus.com
the SDK On Nov 9, 12:28 am, petr.maza...@mautilus.com petr.maza...@mautilus.com wrote: Is it possible to send manually the DHCPINFORM request? I was searching the SDK and I did not found any class that allows creating and broadcasting the DHCPINFORM (see RFC 2131) request. Might

[android-developers] Re: TFTP (Trivial File Transfer Protocol) support

2011-11-10 Thread petr.maza...@mautilus.com
configuration options, basically supports only domain name to port resolving and even port cannot be obtained this way as far as I know. Regards, STeN On Nov 9, 6:10 pm, Diego Torres Milano dtmil...@gmail.com wrote: Why don't you just use HTTP ? On Nov 9, 1:41 am, petr.maza...@mautilus.com petr.maza

[android-developers] How to send DHCPINFORM request

2011-11-08 Thread petr.maza...@mautilus.com
Is it possible to send manually the DHCPINFORM request? I was searching the SDK and I did not found any class that allows creating and broadcasting the DHCPINFORM (see RFC 2131) request. Might be there is some Java implementation, which can be ported to the Android. Kind Regards, STeN -- You

[android-developers] TFTP (Trivial File Transfer Protocol) support

2011-11-08 Thread petr.maza...@mautilus.com
According to my information the SDK does not support directly the TFTP. Are the any other ways how to deal with the missing API? Was anybody tried to use org.apache.commons.net.tftp? Are there any experiences how difficult is to run this on Android? Any other GPL solutions for TFTP? Thanks,

[android-developers] Browse .apk structure on android phone and compute file digest

2011-10-05 Thread petr.maza...@mautilus.com
How the .apk installation process works on device? Is the .apk file just copied to some place and kind of installer application extracts the application information, register somehow the application to environment, extract also the icon and put it on the application launch screen? Or the .apk

[android-developers] Browse .apk structure on android phone and compute file digest

2011-10-04 Thread petr.maza...@mautilus.com
How the .apk installation process works on device? Is the .apk file just copied to some place and kind of installer application extracts the application information, register somehow the application to environment, extract also the icon and put it on the application launch screen? Or the .apk

[android-developers] Android set(get) environmental variables in Java

2011-09-29 Thread petr.maza...@mautilus.com
I have experimented little with Android OS and I tried to call System.getenv() to get environmental variables. It works e.g. for $PATH, but I was not able to define own variable, which can be accessible in this way... Is it possible? I have tried to set and export variables from adb shell as a

[android-developers] Re: Android set(get) environmental variables in Java

2011-09-29 Thread petr.maza...@mautilus.com
Hi, I agree that environmental variables might not be the best approach, but we are porting software, which is expected to use it. So, there is no way for one process/thread to set environmental variables, which can be read by other one? What about calling from the java application the .so

[android-developers] How to make custom Spinner pop-up list radio button on Android

2011-09-13 Thread petr.maza...@mautilus.com
Hello, I am able to customize the Spinner widget drop-down background by specifying the drawable resource in the Spinner XML element: Spinner android:id=@+id/search_spinner android:layout_height=wrap_content android:layout_width=fill_parent android:background=@drawable/spinner_dropdown

[android-developers] Android binary disassembling and debugging protection

2011-08-03 Thread petr.maza...@mautilus.com
Hi, let's assume I would like to protect the Android binary against disassembling or byte code debugging - are there any solutions for that available on market for both java and native C/C++ code? Thanks a lot STeN -- You received this message because you are subscribed to the Google Groups

[android-developers] Scaling widget on Android (dp, px, screen size)

2011-08-03 Thread petr.maza...@mautilus.com
Hello everybody, what is the best way for controlling the size of widget on Android? Look on following table: • On 3.6-4.0 inch screen (smartphone) with 480x800px the dpi is about 240dpi • On 4.3 inch screen (smartphone) with 540x960px the dpi is about 270dpi • On 7 inch screen (tablet) with

[android-developers] Re: Android binary disassembling and debugging protection

2011-08-03 Thread petr.maza...@mautilus.com
Hi, well - hard to choose... Put here both please, I will use the brutal for my understanding and gentle one for management:) But seriously - please note that I fully understand that if there are some solutions, they are breakable/hackable if someone is really interested. But still I would like

[android-developers] Re: Android binary disassembling and debugging protection

2011-08-03 Thread petr.maza...@mautilus.com
Hello, Thank you all for comments. The reason I am asking is that this is a customer request and I have to handle it somehow. I will reject this requirement, but before besides my own analyze of the issue I prefer to ask the audience here, which I trust and which always the best source of ideas

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-12 Thread petr.maza...@mautilus.com
Dear Martin, Still few questions:) Not to NXP's S2C but to NFC-WI, which is standardized in ECMA-373 (you'll find that on Google). I was thinking S2C is an NXP implementation (e.g. the commercial name) of the NFC-WI. Both,S2C and NFC-WI, looks pretty similar. So

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-11 Thread petr.maza...@mautilus.com
Hi, Thanks again for the nice discussion. I have few more comments and points for last clarification. As for the moment I don't know of any SD card that supports NFC-WI. I understand that there are no NFC-WI enabled microSD cards on the market. Anyway I think the SD

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-10 Thread petr.maza...@mautilus.com
Hi, Many thanks for the answers! Let's continue the discussion, but please be patient with me - I still do not understand what/how should be done in order to use the SD card with the secure element and how to connect it via S2C, so let's start with basics: The SD card has normally 8 pins and

[android-developers] NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-08 Thread petr.maza...@mautilus.com
Hello, the Nexus S device NXP PN544 NFC controller supports not only SWP for UICC based SE, but also the S2C (aka NFC-WI) for the external, e.g. micro SD card SE. Does anybody know how this can be enabled and what it means for the SD card? That is not relevant for the Google Nexus S (there is not

[android-developers] NFC and the secure element on the SD card

2011-07-08 Thread petr.maza...@mautilus.com
Hi, does anybody see the possibility to enable (by enable I mean even compile the sources, e.g. as shown by Gerald Madlmayr on the http://www.nearfieldcommunicationsworld.com/2011/02/13/35913/uncovered-the-hidden-nfc-potential-of-the-google-nexus-s-and-the-nokia-c7/) the NFC NXP 544 to work in