Giter Site home page Giter Site logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I have also tried all libraries located within /init.rc

Original comment by [email protected] on 7 Jun 2010 at 4:24

  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
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.

Original comment by [email protected] on 7 Jun 2010 at 12:26

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
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.

Original comment by [email protected] on 23 Jun 2010 at 8:17

  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
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?

Original comment by [email protected] on 24 Jun 2010 at 3:36

  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
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)

Original comment by [email protected] on 24 Jun 2010 at 5:38

  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Does -I work for you?

Original comment by [email protected] on 24 Jun 2010 at 1:18

  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
-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.

Original comment by [email protected] on 24 Jun 2010 at 1:23

  • Added labels: ****
  • Removed labels: ****

from smali.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
-I works for deodexing.
I didn't try to smali it back.

Original comment by [email protected] on 24 Jun 2010 at 3:04

  • Added labels: ****
  • Removed labels: ****

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.