GithubHelp home page GithubHelp logo

Comments (8)

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #1 originally posted by JesusFreke on 2010-06-07T04:24:28.000Z:

I have also tried all libraries located within /init.rc

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #2 originally posted by JesusFreke on 2010-06-07T12:26:21.000Z:

It's likely that class doesn't exist on the phone. You'll need to see if the class
exists in any of the framework files. (baksmali them, and see if there's a smali file
for the class that it can't find).

If that class really doesn't exist, then you should be able to use the
-I/--ignore-errors option in baksmali to get it to deodex.

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #3 originally posted by JesusFreke on 2010-06-23T20:17:32.000Z:

Bravo_HTC_WWE_1.21.405.2
I've deodexed whole rom. There is no such class.

It's from java xsdlib library, which isn't in the rom. Don't understand how htc could use it in this way.

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #4 originally posted by JesusFreke on 2010-06-24T03:36:55.000Z:

That's really not that uncommon with HTC/sense roms. Apparently, the code that references those non-existant classes is never actually used.

Did you try the -I option?

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #5 originally posted by JesusFreke on 2010-06-24T05:38:11.000Z:

It has a lot of references for non existent classes.

By the way RSS.odex, which references to com.htc.rss.jar deodexed without any errors

org.jf.dexlib.Code.Analysis.ValidationException: class Lcom/htc/StingHandler; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Ljava/beans/IntrospectionException; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Lorg/dom4j/datatype/DatatypeAttribute; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Lorg/dom4j/datatype/DatatypeElement; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Ljavax/xml/stream/XMLInputFactory; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Lnu/xom/Attribute; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Lnu/xom/Comment; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Lnu/xom/Node; cannot be resolved.
org.jf.dexlib.Code.Analysis.ValidationException: class Lnu/xom/ProcessingInstruction; cannot be resolved.

org.jf.dexlib.Code.Analysis.ValidationException: class Lnu/xom/Text; cannot be resolved.

StingHandler is from RSS.odex, htc rocks! framework references system app
IntrospectionException is defined inside itself. (com/rosedata/java/beans)

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #6 originally posted by JesusFreke on 2010-06-24T13:18:09.000Z:

Does -I work for you?

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #7 originally posted by JesusFreke on 2010-06-24T13:23:12.000Z:

-I does indeed allow the file to be processed, is there anyway to silence the error output on Linux, or could you possibly at that option to the next release, would make it easier to recognise problems in other odex files when using bash scripts to deodex mass amounts.

from smali.

JesusFreke avatar JesusFreke commented on July 19, 2024

Comment #8 originally posted by JesusFreke on 2010-06-24T15:04:03.000Z:

-I works for deodexing.
I didn't try to smali it back.

from smali.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.