No noise in android webview

Hello

I made an animation of html5 and sounds, of animatecc.

And it works well, sounds good in my office.

But when I put the files in webview android, he rotate animation but no sound plays...

Any way to solve this problem?

There are some exceptions, but in most cases with HTML5 on mobile, you need to start sound with an action of the user. Try adding a button "play" at the beginning of the animation and only play the animation when the user hits the button.

Tags: Adobe Animate

Similar Questions

  • Is not Android Webview support cache manifest?

    Hello

    I work on a project in HTML5 and I need cache some files (static) with manifest file.

    I create a html and show the structure of base, then I used the w3c for html validator and obvious to find some erros, well, any erros appear, perfect. Secondly, I try it work on IOS and it's perfectly , as I turn on the access to the internet and all downloaded, I turn off and everything has been loaded . Well, now my problem is why android webview does not? Because when I disable all files in the android was load .

    I'm really grateful for the help.

    I confirmed with the team that we do not support this on Android.

    Neil

  • Debugging Android webview

    Can you guys turn debugging Android webview? For now, it is quite difficult to develop a customized Android library...

    Is it possible to do like this:

    Remote debugging on Android with Chrome - Google Chrome

    ?

    Well Yes, we turned on and will be delivered with our next release, due, I think that the second week of July.

    Neil

  • ADF Mobile: Error when accessing the app from the Android emulator

    I am trying to build a mobile app ADF with JDeveloper (11.1.2.4.0) and its extension ADF Mobile Framework (11.1.2.4.39.64.69). The version of the Android API is 23 and the SDK build tools and platform version 20.

    I built the app and the deployment of the android emulator has been a success, but when I try to access the application on the emulator, it throws an error indicating that the application has stopped working.

    When I check logcat he showed the exception stack trace below that throws an UnsupportedOperationException

    Any help would be really appreciated.

    I/ActivityManager( 1240): Start proc com.company.OracleMobile for activity com.company.OracleMobile/oracle.adfmf.Container: pid=1782 uid=10019 gids={50019, 1028, 1015, 3003}
    D/WearableConn( 1443): Connecting via TCP to /10.0.2.2:5601
    W/System.err( 1782): No properties file. Taking properties from ClassLoader resources
    D/dalvikvm( 1782): GC_CONCURRENT freed 152K, 12% free 2199K/2476K, paused 9ms+9ms, total 50ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 119K, 10% free 2491K/2740K, paused 13ms+10ms, total 44ms
    W/System.err( 1782): Opening "logging.properties" also failed
    W/System.err( 1782): java.io.IOException: BufferedInputStream is closed
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 168K, 12% free 2542K/2884K, paused 14ms, total 15ms
    I/dalvikvm-heap( 1782): Grow heap (frag case) to 4.062MB for 1536012-byte allocation
    D/dalvikvm( 1782): GC_CONCURRENT freed <1K, 8% free 4041K/4388K, paused 9ms+1ms, total 32ms
    E/WebViewFactory( 1782): Chromium WebView does not exist
    E/WebViewFactory( 1782): Chromium WebView does not exist
    D/gralloc_goldfish( 1782): Emulator without GPU emulation detected.
    I/ActivityManager( 1240): Displayed com.company.OracleMobile/oracle.adfmf.Container: +1s55ms
    I/Choreographer( 1240): Skipped 33 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_CONCURRENT freed 189K, 7% free 4453K/4768K, paused 17ms+17ms, total 90ms
    I/Choreographer( 1240): Skipped 96 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 122 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 202 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 376K, 10% free 4746K/5268K, paused 15ms, total 16ms
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 495K, 14% free 4944K/5724K, paused 14ms, total 15ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 507K, 11% free 5335K/5964K, paused 16ms+16ms, total 58ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 287K, 7% free 6075K/6484K, paused 18ms+11ms, total 61ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 596K, 10% free 6755K/7472K, paused 17ms+9ms, total 61ms
    W/dalvikvm( 1782): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/oracle/cvm/channel/VM;
    W/System.err( 1782): java.lang.reflect.InvocationTargetException
    W/System.err( 1782):  at java.lang.reflect.Constructor.constructNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.createFeatureContextManager(FeatureContextManagerFactory.java:37)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.getInstance(FeatureContextManagerFactory.java:72)
    W/System.err( 1782):  at oracle.adfmf.Application.initializeFeatureContextManager(Application.java:328)
    W/System.err( 1782):  at oracle.adfmf.Application.initApplication(Application.java:298)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:865)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    W/System.err( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    W/System.err( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    W/System.err( 1782):  at android.os.Looper.loop(Looper.java:136)
    W/System.err( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    W/System.err( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    W/System.err( 1782):  at dalvik.system.NativeStart.main(Native Method)
    W/System.err( 1782): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load cvm from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.company.OracleMobile-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.company.OracleMobile-1, /system/lib]]]: findLibrary returned null
    W/System.err( 1782):  at java.lang.Runtime.loadLibrary(Runtime.java:358)
    W/System.err( 1782):  at java.lang.System.loadLibrary(System.java:588)
    W/System.err( 1782):  at com.oracle.cvm.channel.VM.<clinit>(Unknown Source)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJVMWithFeatureClasspaths(JavaStarter.java:351)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJava(JavaStarter.java:65)
    W/System.err( 1782):  at oracle.adfmf.framework.NativeFeatureContextManager.<init>(NativeFeatureContextManager.java:113)
    W/System.err( 1782):  ... 17 more
    D/dalvikvm( 1782): GC_CONCURRENT freed 1574K, 21% free 6714K/8416K, paused 15ms+18ms, total 81ms
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22d6f30
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22f2490
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    D/AndroidRuntime( 1782): Shutting down VM
    W/dalvikvm( 1782): threadid=1: thread exiting with uncaught exception (group=0xb1d31ce8)
    E/AndroidRuntime( 1782): FATAL EXCEPTION: main
    E/AndroidRuntime( 1782): Process: com.company.OracleMobile, PID: 1782
    E/AndroidRuntime( 1782): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.company.OracleMobile/oracle.adfmf.LocalHTMLActivity}: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2197)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.startActivityNow(ActivityThread.java:2037)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:135)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:347)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateHiddenBackgroundFeature(Container.java:2128)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1277)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1263)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:867)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    E/AndroidRuntime( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    E/AndroidRuntime( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    E/AndroidRuntime( 1782):  at android.os.Looper.loop(Looper.java:136)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    E/AndroidRuntime( 1782):  at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime( 1782): Caused by: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at com.android.webview.nullwebview.NullWebViewFactoryProvider.createWebView(NullWebViewFactoryProvider.java:41)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.ensureProviderCreated(WebView.java:2058)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.setOverScrollMode(WebView.java:2116)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3461)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3517)
    E/AndroidRuntime( 1782):  at android.view.ViewGroup.<init>(ViewGroup.java:470)
    E/AndroidRuntime( 1782):  at android.widget.AbsoluteLayout.<init>(AbsoluteLayout.java:52)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:498)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:475)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:455)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:444)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:434)
    E/AndroidRuntime( 1782):  at org.apache.cordova.CordovaWebView.<init>(CordovaWebView.java:118)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.PhoneGapAdapterWebView.<init>(PhoneGapAdapterWebView.java:30)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.createWebView(AdfPhoneGapActivity.java:523)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.init(AdfPhoneGapActivity.java:506)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.onCreate(AdfPhoneGapActivity.java:442)
    E/AndroidRuntime( 1782):  at android.app.Activity.performCreate(Activity.java:5242)
    E/AndroidRuntime( 1782):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)
    E/AndroidRuntime( 1782):  ... 17 more
    W/ActivityManager( 1240):   Force finishing activity com.company.OracleMobile/oracle.adfmf.Container
    D/gralloc (  926): Registering a buffer in the process that created it. This may cause memory ordering problems.
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/SurfaceFlinger(  926): glCheckFramebufferStatusOES error -286649159
    E/SurfaceFlinger(  926): got GL_FRAMEBUFFER_COMPLETE_OES error while taking screenshot
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    W/WindowManager( 1240): Screenshot failure taking screenshot for (164x246) to layer 21005
    I/Choreographer( 1240): Skipped 30 frames!  The application may be doing too much work on its main thread.
    W/ActivityManager( 1240): Activity pause timeout for ActivityRecord{b25294d8 u0 com.company.OracleMobile/oracle.adfmf.Container t7 f}
    I/Choreographer( 1240): Skipped 386 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 418 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 442 frames!  The application may be doing too much work on its main thread.
    D/rpctransport( 1443): sendRpc: failed: 46
    

    Hi SayantanSinha,

    If you look under API supported levels, the maximum is 19 API.  I can't speak for the ADF 11.1.2 but the lines of code in the (more recent) MAF, who have a similar support matrix, we have noted problems with the API 20.

    You can download older versions of the API of the Manager of Android SDK tool.  Remember to update your EPCO or JDev SDK configuration with the version that you want to use once it is installed.

    Oracle JDeveloper 11g Release 2 (11.1.2) Certification

  • Tab 2 A10 70L - should I upgrade?

    Hi guys, I have a question to ask. Will I pass my tab 2-10-70 L lollipop 5.0? I got the update. I'm worried because everyone has problems with it. Any thoughts?

    Mod edit: System model added to the front of the subject line to improve visibility / clarity.

    It is no problem to operate, it has literally worked out of the box for me (my tablet was preinstalled Lollipop).

    Just to be clear: Haho asks on the A10 - 70L (LTE) 2. I do not have this tablet, but I have almost identical 2 tab A10 - 70F, the WiFi-only 'model sister.

    Of course, there are some things in Lollipop which are not large, as the percentage of battery missing display in the upper right corner (the percentage is still displayed in the quick settings pane). But things like this can often be changed with root + Xposed + GravityBox, I would use anyway, no matter if the Android 4 or 5.

    Google Earth will never block on my phone with 4.4.2 either, but it certainly plant on this tablet with 4.4.4. I've seen other people mention here in this forum, but it was drowned out by complaints of Lollipop.

    Could be a problem with Google Earth, or possibly a problem with 3D Kitkat pilots that could affect other applications such as 3D games...

    • As I said, the lollipop is faster, at least in the benchmarks (everything is not perfect, however, the scores of Java memory read/write took a dive).
    • Lollipop has less unfixed security vulnerabilities.
    • Also note how the Kitkat screenshot at the top, the two buttons below "resources:" are invisible (black on black) - a side effect of Lenovo messing around with the theming Android to Kitkat (change the decorations by default black to white, etc..). This happens with several applications; not often, but it is a problem. Lenovo did not try to personalize Lollipop that way, which is a plus.
    • Similarly, the component that many apps Android webview uses to display content (content and local content real web) Gets Play Store updated with Lollipop. Not the same with Kitkat. Given that the code of the web browser is known to have security flaws, it's also a plus for the pacifier.
    • Brings us also by the way some applications aren't available for lollipop and upwards, for Kitkat. Rare so far, but it is worth noting.
    • These tablets (A10 - 70F and the A10 - 70 L) are running a background called AALservice. It screws with the brightness of the backlight, which I find unacceptable. In Lollipop, LDA also has a significant performance impact. It's a negative fact, of course, but at least it is very easy to not disable, no root required, just some know-how. Making a positive. In Kitkat however, AAL does not appear to be (good) performance issues, but the boring auto brightness changes exist as well, and you can't disable them (very bad). If you have root or a custom, recovery you pouvez disable AAL on Kitkat too, but only because I created a patch for it.

  • Package App Manager

    Dear Adobe,

    On June 24 I will present a few mobile applications that we have developed using Captivate / Captivate App Packager for a working group discussed the implementation of mobile applications in the centre of England's health National Service.

    I would tell you to please if I have to tell them:

    (a) this route is now viable, offering an opportunity for fast development of affordable applications by non-programers.

    OR...

    (b) adobe do not really take this path and doesn't seem to work on bugs such as:

    • A broadband empty at the bottom of the Windows Phone 8 screens
    • Any possible noise in Android

    Thank you

    If someone stumbles across this post looking for information on package App or PhoneGap Build Manager, here are my findings:

    I'm no longer contracts accepts or the customer requests to use this approach to package Captivate learning released as standalone applications mobile. and I advise everyone to do the same.  The feature is, at best, in version beta and is entirely unsupported by Captivate or PhoneGap Build.  Very few people on the forums of Captivate is use it either, you'll be lucky to get a peer support.  Captivate App Packager and PhoneGap Build teams have nothing to do with the other.  By all means, have a look out of curiosity or for clearing, but DO NOT rely on it for any kind of paid work, or bad let you down and left will look stupid.

  • Android Preview N - noise headphones

    After you install the preview N Android on my phone, I was disappointed to find that the Z3 of noise is no longer supplied anti-noise headphones. Since this is just a small piece of software, it would be available to download and install as an apk. This isn't a consumer release, I understand, but when you test the audio from apps that I have developed, I would like to see if the noise would make a difference. In addition, it is not a massive change in UI, just an addition.
    Thank you

    I recall there is an app that will respond to your feedback, once you have installed android n. then try this one., no one still can help you here.

  • Android update kiosk and Webviewer

    Hello! We are an Italian Publishing House: we use CS6 DPS.

    I have two questions...

    -When Adobe updates Android booth as Adobe has done to the Apple booth (I mean with larger icons, cloud, icon, etc...).

    -I would also like to know when it's ready the Webviewer to read magazines on the web (not just in Facebook).

    Thank you very much!

    Kind regards

    Ronnie

    The Active Viewer Android will not be updated for the new library looking at Apple. We are working on a new Viewer Android that integrates a host of improvements, but that won't be available until later this year.

    Web viewer supports reading magazines already on the web, there is no need to have sharing enabled to use the web viewer.

    Neil

  • How to get full screen Fennec for android project source code?

    Hello

    First of all, I'm sure that it wasn't the right category to post this question, but I couldn't really understand better. I hope that you will be moving to a better place.

    We would like to take advantage of Fennec with HTML5 framework by wrapping it in a slightly WebView like you can do it on Android. The native implementation of the webview on Android is proving to be very disappointing so far while Fennec runs seamlessly.

    Could you recommend us advice to do it properly the Android app of the Fennec project?

    Basically, we want to just be able to call out a new instance of class FennecWebView() in our code (instead of the formerly new WebView()) which will work in full screen and will not call any other things like, bookmark manager, highlight. We want just that scale up to a strict minimum in order to launch our Web framework in a native application thanks to its engine Fennec.

    Thank you very much!

    BR,

    Armand

    I've seen some interest from others. It was suggested that they are building a web application manifest.

    https://developer.Mozilla.org/en-us/docs/apps/Getting_Started

    https://hacks.Mozilla.org/2013/01/join-us-for-Firefox-OS-app-days/

  • Mac Book upwards, the heating fan noise

    My mac book has problem with heating past 3-4 days, the fan creates a lot of noise, initially I was using tabs n of several apps at the same time then it was working fine, but now he hangs up. Sometimes apps leaving automatically.

    Here is the report EtreCheck, can anyone help?

    Hardware Information:

    MacBook Air (13 inches, beginning 2014)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Air - model: MacBookAir6, 2

    1 processor 1.4 GHz Intel Core i5: 2 strands

    4 GB RAM not extensible

    BANK 0/DIMM0

    OK 2 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en0: 802.11 a/b/g/n/ac

    Battery: Health = Normal - Cycle count = 343

    Video information:

    Intel HD 5000 graphics card

    Color LCD 1440 x 900

    Software:

    OS X El Capitan 10.11.4 (15E65) - since startup time: less than an hour

    Disc information:

    SD0128F SSD APPLE disk0: (121,33 GB) (Solid State - TRIM: Yes)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (disk 1) / [Startup]: 120,12 GB (15,34 GB free) (weak!)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 120.47 GB Online

    USB information:

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Adware:

    /Library/LaunchDaemons/com.Momus.NET-preferences.plist

    ~/Library/LaunchAgents/com.jdibackup.JustCloud.autostart.plist

    ~/Library/LaunchAgents/com.jdibackup.JustCloud.notify.plist

    3 files adware found. [Remove]

    Kernel extensions:

    /Library/Extensions/HuaweiDataCardDriver_10_9.kext/contents/plugins

    com [no charge]. MBB.driver.MBBACMData (5.01.03.00 - SDK 10.8 - 2014-02-10) [Support]

    com [no charge]. MBB.driver.MBBActivateDriver (5.01.03 - SDK 10.8 - 2014-02-10) [Support]

    com [no charge]. MBB.driver.MBBEthernetData (5.01.03.00 - SDK 10.8 - 2014-02-10) [Support]

    / System/Library/Extensions

    com.seagate.driver.PowSecDriverCore [no charge] (5.2.6 (26977) - 10.4 SDK - 2016-04-18) [Support]

    / System/Library/Extensions/Seagate storage Driver.kext/Contents/PlugIns

    com.seagate.driver.PowSecLeafDriver_10_4 [no charge] (5.2.6 (26977) - 10.4 SDK - 2015-01-31) [Support]

    com.seagate.driver.PowSecLeafDriver_10_5 [no charge] (5.2.6 (26977) - SDK 10.5 - 2015-01-31) [Support]

    com.seagate.driver.SeagateDriveIcons [no charge] (5.2.6 (26977) - 10.4 SDK - 2015-01-31) [Support]

    Startup items:

    HWNetMgr: Path: / Library/StartupItems/HWNetMgr

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [loaded] 7 tasks Apple

    [loading] 153 tasks Apple

    [operation] 78 tasks Apple

    Launch system demons:

    [operation] com.seagate.TBDecorator.plist (2013-10-12) [Support]

    [loaded] 46 tasks Apple

    [loading] 160 tasks Apple

    [operation] 83 tasks Apple

    Launch officers:

    [performance]    HWPortCfg.plist (2015-03-10) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-10-15) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-03) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2014-12-22) [Support]

    [loading] org.macosforge.xquartz.startx.plist (2015-10-16) [Support]

    [failure] ouc.plist (2015-03-10) [Support]

    Launch demons:

    [loading] com.Momus .net - preferences.plist (2016-04-25) Adware! [Remove] 

    /etc/change_net_settings.sh

    [loading] com.adobe.ARMDC.Communicator.plist (2015-10-15) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-10-15) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-16) [Support]

    com.Apple.milobe.plist [no charge] (2016-04-25) -Executable not found!

    [loading] com.google.keystone.daemon.plist (2016-03-03) [Support]

    [loading] com.microsoft.autoupdate.helpertool.plist (2015-10-18) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25) [Support]

    [loading] com.microsoft.office.licensingV2.helper.plist (2015-08-15) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2014-12-22) [Support]

    [loading] org.macosforge.xquartz.privileged_startx.plist (2015-10-16) [Support]

    User launch officers:

    [failure] com.jdibackup.JustCloud.autostart.plist (2014-12-07) Adware! [Remove] 

    [loading] com.jdibackup.JustCloud.notify.plist (2014-12-07) Adware! [Remove] 

    [failure] com.seagate.dashboard.plist (2015-07-06) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Hidden Safari application (/ Applications/Safari.app)

    Hidden EverNote Application (/ Applications/Evernote.app)

    Dropbox application (/ Applications/Dropbox.app)

    Hidden AdobeResourceSynchronizer Application (/ Applications/Adobe Acrobat Reader DC.app/Contents/Helpers/AdobeResourceSynchronizer.app)

    Request for SpeechSynthesisServer (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    Other applications:

    [ongoing] com.evernote.Evernote.47712

    [ongoing] com.getdropbox.dropbox.47392

    [operation] com.google.GoogleTalkPluginD.108512.4C8D17AE-E06A-4B52-959E-D4A09891F9CF

    [ongoing] com.Google.Android.mtpagent.188192

    [loading] 399 tasks Apple

    [operation] 196 tasks Apple

    Plug-ins Internet:

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-27) [Support]

    QuickTime Plugin: 7.7.3 (2016-04-15)

    AdobePDFViewerNPAPI: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    AdobePDFViewer: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-27) [Support]

    Default browser: 601 - SDK 10.11 (2016-04-15)

    o1dbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-16) [Support]

    SharePointBrowserPlugin: 14.5.8 - SDK 10.6 (2015-11-21) [Support]

    googletalkbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-11) [Support]

    JavaAppletPlugin: Java 8 66 update build 17 (2015-12-31) check the version of

    Safari extensions:

    Adblock more - Eyeo GmbH - https://adblockplus.org/ (2016-03-31)

    SaveFrom.net of assistance - SaveFrom.net - http://savefrom.net (2015-10-22)

    Google Scholar button - Alex Verstak, Google - https://scholar.google.com/ (2015-10-22)

    3rd party preference panes:

    Flash Player (2016-04-16) [Support]

    Java (2015-12-31) [Support]

    Seagate for Mac OSX dashboard (2015-06-09) [Support]

    TeXDistPrefPane (2015-07-06) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    5% WindowServer

    2% fontd

    1% kernel_task

    0% GoogleTalkPlugin

    0% cfprefsd (2)

    Top of page process of memory:

    967 MB com.apple.WebKit.WebContent (8)

    464 MB kernel_task

    Mdworker (19) 238 MB

    Safari of 217 MB

    49MO com.apple.CommerceKit.TransactionService (3)

    Virtual memory information:

    48 MB free RAM

    3.95 GB used RAM (645 MB Cache)

    72 MB used Swap

    Diagnostic information:

    30 April 2016, 10:17:12 self test - passed

    April 29, 2016, 23:20 / [redacted] Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2016-04-29-232000_.cpu_resource.diag[details]

    System/Library/Frameworks/WebKit.Framework/versions/A/XPCServices/com. Apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent

    April 29, 2016, 18:37:42 ~/Library/Logs/DiagnosticReports/AirPlayUIAgent_2016-04-29-183742_[redacted].cr ash

    com.apple.AirPlayUIAgent - /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent

    April 29, 2016, 12:53:02 / [redacted] Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2016-04-29-125302_.cpu_resource.diag[details]

    April 29, 2016, 11:31:11 /Library/Logs/DiagnosticReports/rastertoescpII_2016-04-29-113111_[redacted].cra sh

    /Library/printers/Epson/InkjetPrinter2/filter/rastertoescpII.app/Contents/MacOS /rastertoescpII

    April 27, 2016, 19:19:57 ~/Library/Logs/DiagnosticReports/LiveUpd_2016-04-27-191957_[redacted].crash

    com.yourcompany.LiveUpd - d /usr/local/hw_mp_userdata/airtel/OnlineUpdate/LiveUpd.app/Contents/MacOS/LiveUp

    Uninstall JustCloud.

    http://www.justcloud.com/uninstall-help

    If JustCloud is running is running:

    Finder > Applications > utilities > activity monitor

    CPU > JustCloud

    Select it and click the force quit a process in the upper-left corner of the window.

    Delete other Adware.

    1 disable all Extensions and test them.

    Safari > Preferences > Extensions

    To uninstall the extension, select it and click the "Uninstall" button

    2 safari > Preferences > Search > search engine:

    Select your preferred search engine.

    3 safari > Preferences > general > homepage:

    Set your home page.

    4. free use Malwarebytes Anti-Malware for Mac / AdwareMedic to remove the adware

    https://www.Malwarebytes.org/antimalware/Mac/

    Download, install, open and run by clicking on the "Scan for Adware" button to remove the adware.

    Once this is done, exit Malwarebytes Anti-Malware.

    I'm not familiar with this "Momus.net".

    Available disk space is very low.

    Macintosh HD (disk 1) / [Startup]: 120,12 GB (15,34 GB free) (weak!)


    Delete unnecessary applications and media on an external drive.

  • No dials or tapping sounds from android 4.4.4 updated

    Hi, I did the update on Sunday to 4.4.4 android. Needed to connect to a laptop for that. Since the update, I've lost sound when you type a text or e-mail message or type anything come to think of it. Also no noise when I type in a number to make a call. I checked that all the sound options are checked. Anyone who has lost their sounds since the update?

    Settings, language and entry - it worked. Nice to get the sound back, I missed them.
    Thanks viridis and uliwooly for your quick response and help tonight.

  • How to report bugs of rendering CSS browser WebView/BB?

    I have an app that bypasses the normally difficult radio button style html5 by cutting the real radio inside a rectangle 0,0,0,0, then using the CSS: before Pseudo selector to create a substitute radio button image using nothing more than CSS attributes. It works perfectly on every single desktop browser, I tested against (Chrome, Firefox, IE, Opera), each Android browser, I've tried (Chrome, Firefox, Opera) and the same Android browsers running on my Z10 via Cobalt (Chrome, Firefox, Opera), but on the browser BB10 and WebView (so-called WebKit based as Chrome and Opera) does not support the CSS style the : Pseudo-selector update to show that when the Group of option buttons has focus.

    This is an example of what a couple of radio buttons by using this technique looks like when they have not developed in the...

    When option buttons have the focus, it should look like this...

    But as I said, on the browser BB10 or WebView even with the development of radio buttons always look like the first example. On all other browsers (except iOS/Safari, which proves defective as browsers BB10) favouring option buttons look like the second example.

    Anyone where I can tell you something like that?

    In the immortal words of Emily Littela... never mind. Since the BB10 and WebView browser seem to ignore the: pseudo-selector developed, I thought that it was a CSS rendering problem, but it is not. The idea that led me to a solution, is that the same problem occurs on iOS Safari too. A little Google search on the oddities of Safari has revealed the real cause.

    It turns out that even if Safari, as the browser BB10 and WebView, are Webkit based, he manipulates not the focus of the element like all the other funds or Android mobile WebKit browsers. Based on certain types of HTML elements is not automatically set focus to this element. One of the element types that it affects is the radio input element that I use. Some devs online are speculating that avoids unnecessary popups of the keyboard to the iOS screen by typing some controls on a form, but does not say Apple.

    The solution is quite simple, just set the focus in the OnClick of the radio input element explicitly. In this way, by tapping the control will force the browser to focus control and if necessary: focus CSS will be applied...

    myRadioButton.focus();
    

    I use jQuery so my generic code to manage all the radio buttons to a page looks like this...

    $('input[type="radio"').click( function() {
        $(this).focus();
    });
    

    It is clear that BlackBerry browser and WebView work in the same way as iOS Safari because this code sets things there also. I don't know if someone else is bickering with this problem when you target the WebView or BB10 browser, but I thought I would post the solution, just in case.

  • Com.Android.systemapps blackBerry 10 ends

    Hello

    I got the update 10.3 on my Q10 and the issue that many applications because a noise upward with a message "wurde Der process"com.android.systemapps"finished." This means that the process has ended. This message requires confirmation on an "ok" button and when pressed, he appears again and again. It is not possible to use apps more.

    Does anyone have an idea what can be done to solve the problem?

    Thank you!

    Winnie the Pooh, it was a rough patch! I almost thought I need an Apple... but finally I got it working!

    After installation of 10.3 I lived during the last days I could easily use my phone as a Pocket heater but not more like a smartphone. The phone was always hot and the battery fell after the last 6 hours.

    Here what finally brought my phone:

    1. I created a backup with BB link (if you have a recent you can ignore this)

    2. I have reset the phone BB link remove and installed just the new OS 10.3 (that you can do it via the settings menu)

    3. I started the phone and I tried to basic functions that worked well.

    4. I restored from the backup data and media files.

    5. again, I checked the phone and it still worked well

    5. I started to restore the applications but nothing original applications that are already installed by the operating system. as for example apps Android Player and system

    After that I tested the phone again and it worked again well worked.

    I have now run for more than 12 hours and still have 75 percent of the capacity of the battery, great! All applications work as usual and I'm happy to have my Q10 back.

    Good luck!

  • Porting Android app - problem with Google Maps

    I have an Android app I want to put at the disposal of users of BlackBerry 10 by porting to the Android Runtime of BB. The only stumbling block is that my Android application uses Google Maps API (com.google.android.maps) that does not support the run time. The map screen is only a small feature of the app, and I'm happy to turn it off for BlackBerry users, but is it possible? I don't want to maintain two copies of the request, somehow can code an application so that the conversion to the BAR works, but cards are always available on Android?  I made sure that the reference to the API maps in the Android manifest has the required tag = 'false' and check in my code, if cards are available on the device, but this doesn't seem to be enough.  The Compatibility Checker lists each line in each file of the source code where I make reference to a map object.

    Any help appreciated,

    Jonathan

    No, it's not going to work. Save you time trying to find a solution and just copy your project to a new and necessary modifications for blackberry. If you use source control, then you can try to turn to this probject.

    By the way. If you want to Google maps in your application, it can be done using a webview and Google API javascript.

  • Display part of a Web site in webview/create a clickable music feed

    Hi all

    This is a 2 part question:

    1. I'm building an application in Cascades, which is similar to Uberhype (https://play.google.com/store/apps/details?id=com.dirtywaterlabs.uberhype&hl=en) a popular android app music. I have the screen layout, pages, and the created menu but I don't know how to create a clickable list of tracks for the music feed. Could someone point me in the right direction?

    2. How is - a shows only a part of a Web site in webview? I don't want to show the field of research, links and advertising on the site throughout the body. Any help would be appreciated.

    Thank you for your time.

    1. Please check the sample application rssnews in Cascades github samples.
    2. I will return speak you of it. Seems to me that you could do this by customizing Web display and javascript injection in order to show only the expected part of your web page.

Maybe you are looking for