DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 24

Thread: Porting Netflix.apk from Revue to Phones?

  1. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #1

    Porting Netflix.apk from Revue to Phones?

    So I have a copy of Netflix.apk and netflix.odex (as well as a /system/Netflix directory) from a Revue. What all should it take to get these running on a phone? I'm attempting this with a Droid X running Liberty 1.0.
    Support @FreeMyMoto
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Beta Team
    es0tericcha0s's Avatar
    Member #
    100371
    Join Date
    Aug 2010
    Location
    Orlando, Fl.
    Posts
    283
    Phone
    OG Droid
    DroidForums.net Theme Developer
    Premium Member
    #2
    Not entirely sure, but I think it would have to do with the information found here: DeodexInstructions - smali - Instructions on using baksmali to deodex an .odex file - Project Hosting on Google Code.
  4. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #3
    Good start - sounds like I need to deodex these apks. Was really wishing I was a Linux guy right now. I tried straight-up using them and only one of the ~10 apk files I tried worked (and it had no corresponding odex file with it, unsurprisingly enough).
    Support @FreeMyMoto
  5. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #4
    Okay, at this point, the next steps in possibly making this happen are beyond me. Tech I am, Linux I am not. I don't know how to rebuild/deodex the apk files and the framework files - I think that's all required as the next step.

    If anybody wants a link to the files I'm working with, please PM me and I'll share it. It appears to be a personally-owned server that's hosting them so I don't want to post the link here where it will be hammered by people who have no real desire to get involved. Also, I don't want to give Logitech/others ammo to take it down.
    Support @FreeMyMoto
  6. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #5
    Okay, apparently linux-ignorant folks like me can deodex. (Thanks, xUltimate!)

    It's getting through some of my framework but is bombing out on some, now. (I had to trick it by connecting to my phone but pulling the framework/app files from my copy of the Revue dump).

    Time to investigate into why these odex files are failing...
    Support @FreeMyMoto
  7. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #6
    Out of the first half of the framework files, only 2 are giving me problems (com.google.prolo.jar and com.google.tv.tvsearch.jar) so for now I'm just deleting them and hoping I can continue without needing them. Probably not, but we'll see...
    Support @FreeMyMoto
  8. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #7
    Okay, so the framework is deodexed now, with those two files being exceptions. LOTS of problems on the apks, though...

    I'm trying to deodex as much as I possibly can and then see where I can get with what's left. I hope this works with some level of success. Unfortunately, just failed on Chrome...
    Support @FreeMyMoto
  9. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #8
    Okay, I've gotten through about half of the apps so far, and about half of them have failed while the other half have deodexed just fine. No clue why some are failing. I'm not sure I can tell why they're failing or even if it's possible to deodex them.
    Support @FreeMyMoto
  10. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #9
    And what I feared... Netflix.apk is one such app that is failing on the deodexing...

    Anybody have any idea how to move beyond this?

    Starting Netflix.odex
    *****************************************
    * Deodexing... *


    Error occured while loading boot class path files. Aborting.
    org.jf.dexlib.Code.Analysis.ClassPath$ClassNotFoun dException: Could not find superclass Lcom/google/tv/preference/PreferenceActivity;
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.loa dSuperclass(ClassPath.java:784)
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.<in it>(ClassPath.java:668)
    at org.jf.dexlib.Code.Analysis.ClassPath.loadClassDef (ClassPath.java:280)
    at org.jf.dexlib.Code.Analysis.ClassPath.initClassPat h(ClassPath.java:163)
    at org.jf.dexlib.Code.Analysis.ClassPath.InitializeCl assPath(ClassPath.java:131)
    at org.jf.baksmali.baksmali.disassembleDexFile(baksma li.java:103)
    at org.jf.baksmali.main.main(main.java:278)
    Error while loading class Lcom/google/tv/netflix/SettingsActivity; from file .\origi_app\Netflix.odex
    Support @FreeMyMoto
  11. Team FreeMyMoto
    Jaxidian's Avatar
    Member #
    81925
    Join Date
    Jun 2010
    Location
    Indianapolis
    Posts
    556
    Twitter
    Jaxidian
    Phone
    G1 -> DX -> Nook -> TBolt
    DroidForums.net Developer
    Premium Member
    #10
    For the record, here are a list of the apks that deodexed just fine:

    BrowserProvider.apk
    ContactsProvider.apk
    CrashCounter.apk
    crashreport.apk
    DownloadProvider.apk
    DrmProvider.apk
    Gallery3D.apk
    GlobalSearch.apk
    GoogleCheckin.apk
    GoogleSubscribedFeedsProvider.apk
    GtvStats.apk
    History.apk
    HTMLViewer.apk
    LatinIME.apk
    LogitechVid.apk
    NetworkLocation.apk
    PackageInstaller.apk
    Pairing.apk
    PicoTts.apk
    ScreenshotCatcher.apk
    SettingsProvider.apk
    SetupResources.apk
    StaticLocation.apk
    SystemUpdater.apk
    TtsService.apk
    TtsService.apk
    TvLauncher.apk
    TvWelcome.apk
    YouTubeSearch.apk

    This is in addition to these already-deodexed apks:
    Amazon.apk
    CNBC.apk
    EnhancedGoogleSearchProvider.apk
    GoogleApps.apk
    GoogleFeedback.apk
    GoogleSettingsProvider.apk
    Listen.apk
    Napster.apk
    NBA.apk
    NetflixLiveFolders.apk
    Pandora.apk
    SetupWizard.apk
    talkback.apk
    Twitter.apk
    Support @FreeMyMoto
Page 1 of 3 1 2 3 LastLast

Ads

Posting Permissions

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

Similar Threads

  1. Replies: 1
    Last Post: 01-10-2011, 03:30 PM
  2. Logitech Revue Rooted - Requires Hardware Mod
    By JohnDroid in forum Android News
    Replies: 3
    Last Post: 01-05-2011, 02:09 PM
  3. Google giving away free Logitech Revue units as well
    By JohnDroid in forum Android News
    Replies: 18
    Last Post: 12-22-2010, 02:34 PM
  4. Porting Themes..
    By pkbest in forum Droid 2 Roms
    Replies: 2
    Last Post: 11-30-2010, 05:22 PM
  5. Logitech Revue Product Page & Pre-Release Available
    By JohnDroid in forum Android News
    Replies: 2
    Last Post: 10-06-2010, 04:16 PM

Search tags for this page

apk netflix google tv
,
google tv apk netflix
,
google tv netflix apk
,

netflix apk

,
netflix apk for google tv
,
netflix apk google tv
,
netflix from droid phone to tv
,
netflix google tv apk
,
netflix odex
,
netflix on android hack
,

netflix.apk

,
netflix.apk google tv
,
netflix.odex
,
revue hack netflix
,
revue netflix apk
Click on a term to search our site for related topics.
Find us on Google+