Page 1 of 8 123 ... LastLast
Results 1 to 10 of 80

Thread: Adobe Flash on spica

777
  1. [translate]    #1
    Member
    Join Date
    Apr 2010
    Location
    India
    Posts
    67

    Default Adobe Flash on spica

    I got some apk files of flash lite and flash 10.1 from

    Flash Player and Flash Lite APK's - Android Forums

    and

    Adobe Flash 10.1 APK - Page 2 - xda-developers

    I pushed those apk's in root, FlashPlugin and Flash player for 2.1 bot installed but cannot install flashplayer lite (Shown in first link) It fails to install,
    Also opened browser , no flash as thought

    now my question is "Is it possible to run flash on spica from these apks?"
    I also have JIT enabled so it should have enough browsing performance.

    I am absolute beginner (<-- a ce student) in programming and all these things, so don't know how things work

  2. [translate]    #2
    Senior Member
    Join Date
    Apr 2010
    Location
    Austria
    Posts
    769

    Default

    ----
    Last edited by markus75; 06-03-2010 at 08:51 PM.

  3. [translate]    #3
    Member
    Join Date
    Apr 2010
    Location
    India
    Posts
    67

    Default

    but Flash Lite is possible as other androd devices run , and I have posted link of xda-devs, that contains flash 10.1 installable on 2.1, which I have installed.

  4. [translate]    #4
    Administrator
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,727
    Twitter | Devices: Samsung Spica i5700 - SamdroidMod 2.0.1 Froyo | Nexus One - Android 2.2 Froyo | Nexus S CyanogenMod 7.1
    If you like my stuff, buy me a beer!

  5. [translate]    #5
    Member
    Join Date
    Apr 2010
    Location
    India
    Posts
    67

    Default

    not working

    -------------------
    update :

    oh, nice its working.
    problem was I had installed plugins from my posted links, I removed them, restarted device


    thanks LeshaK
    Last edited by kiriapurv; 06-03-2010 at 10:01 PM.

  6. [translate]    #6
    Junior Member
    Join Date
    May 2010
    Location
    Sweden
    Posts
    28

    Default

    Its only for 2.2 i think.

  7. [translate]    #7
    Member
    Join Date
    May 2010
    Posts
    39

    Default

    Quote Originally Posted by kiriapurv View Post
    oh, nice its working. problem was I had installed plugins from my posted links, I removed them, restarted device
    Working well?Smooth?

  8. [translate]    #8
    Junior Member
    Join Date
    Mar 2010
    Posts
    12

    Default

    Does anyone know how to install the contents in flash.zip or flashplayer_lib_app.zip? I can install the apks but can't seem to find a way to put in the .so files. Tried adb push which seems to work but doesn't show up in astro file manager.

  9. [translate]    #9
    Member
    Join Date
    Apr 2010
    Location
    India
    Posts
    67

    Default

    Quote Originally Posted by nopol10 View Post
    Does anyone know how to install the contents in flash.zip or flashplayer_lib_app.zip? I can install the apks but can't seem to find a way to put in the .so files. Tried adb push which seems to work but doesn't show up in astro file manager.
    1. You must have a rooted phone.
    2. Install Terminal Emulator from market.
    3. Put app and lib folder on your sd card. (use contents of flashplayer_lib_app.zip nothing else)
    4. open terminal and write following commands

    su
    remount rw
    cat /sdcard/lib/libflashlite_jni.so > /system/lib/libflashlite_jni.so
    cat /sdcard/lib/libflashlitepackage.so > /system/lib/libflashlitepackage.so
    cat /sdcard/lib/libflashliteplugin.so > /system/lib/libflashliteplugin.so
    cat /sdcard/app/FlashPlugin.apk > /system/app/FlashPlugin.apk
    cat /sdcard/app/FlashSVGPlayer.apk > /system/app/FlashSVGPlayer.apk
    cd /system/lib/
    chmod 644 libflashlite_jni.so
    chmod 644 libflashlitepackage.so
    chmod 644 libflashliteplugin.so
    remount ro
    reboot
    After that your phone will reboot and you will be able to see flash contents of v9 (some sites use v10 or above that are not visible )
    if you are using JIT then phone will handle flash otherwise it may get slow.

    ---------- Post added at 07:51 AM ---------- Previous post was at 07:49 AM ----------

    Quote Originally Posted by zviki View Post
    Working well?Smooth?
    nope flash lite is not smooth but works well, with JIT phone is not getting slow.

  10. [translate]    #10
    Junior Member
    Join Date
    Jun 2010
    Location
    Chinese
    Posts
    10

    Default

    File can not be downloaded
    Last edited by shezhi99; 06-08-2010 at 01:50 PM.

Page 1 of 8 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •