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

Issue editing services.jar - Samsung Captivate / Android 2.2 #45

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

What seems to be the problem?

Editing classes.dex from services.jar on Samsung Captivate Android 2.2 results 
in unknown baseband and loss of cell service. I suspect baksmali/smali is 
disassembling/assembling wrong even though no errors are encountered.

What is the exact smali/baksmali command that you ran?

java -jar baksmali-1.2.4.jar -o classout/ classes.dex
java -jar smali-1.2.4.jar classout/ -o classes.dex

What version of smali/baksmali are you using? What rom are you working
from?

1.2.4
Leaked Android 2.2 for Samsung Captivate
http://forum.xda-developers.com/showthread.php?t=797282

What is the airspeed velocity of an unladen swallow?

It depends on whether you are talking about an African or European swallow.

The airspeed velocity of an unladen swallow is roughly 11 meters per second, or 
24 miles per hour*, beating its wings 7-9 times per second (rather than 43). 
But please note that a 5 ounce bird cannot carry a one pound coconut. 

Please provide any additional information below: error messages, symptoms,
etc.


Original issue reported on code.google.com by graysonc...@gmail.com on 17 Oct 2010 at 8:54

@GoogleCodeExporter
Copy link
Author

I talked to designgears|away on the irc chan about this same issue. The problem 
is that the rom is not fully deodexed. When you push services.jar to the 
device, anything that doesn't have a classes.dex file, but only an odex file, 
will break.

Original comment by JesusFr...@gmail.com on 17 Oct 2010 at 9:01

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

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