Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The offset/label is out of range #9

Closed
GoogleCodeExporter opened this issue Aug 20, 2015 · 2 comments
Closed

The offset/label is out of range #9

GoogleCodeExporter opened this issue Aug 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

After deodex services.odex then redex I get this error. 

java -Xmx512M -jar smali.jar -o classes.dex out 

C:\Android\tools\out\com\android\server\WindowManagerService
[.smali31955,4] The offset/label is out of range. The offset is -133 and 
the range for this opcode is [128, 127].  

The service.odex is from Droid 2.01 

I have attached the deodexed services.odex

Thanks, 

-Matt 

Original issue reported on code.google.com by xeudo...@gmail.com on 18 Dec 2009 at 4:56

@GoogleCodeExporter
Copy link
Author

Known issue. I already have a fix, but am waiting to finish some other changes 
before
pushing it out. The workaround is to change the opcode that it is complaining 
about
to a goto/16 instead of a goto.

Original comment by JesusFre...@gmail.com on 18 Dec 2009 at 7:32

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

This issue has been fixed in 1.1

Original comment by JesusFre...@gmail.com on 26 Dec 2009 at 12:31

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant