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

Error deodexing Browser.apk on MIUI ROMs #10

Closed
ghost opened this issue Apr 20, 2014 · 19 comments
Closed

Error deodexing Browser.apk on MIUI ROMs #10

ghost opened this issue Apr 20, 2014 · 19 comments

Comments

@ghost
Copy link

ghost commented Apr 20, 2014

Hi,

On Browser.apk, jBART produces various errors when deodexing the Browser.apk. I've ran into the same problem months ago, and discovered that it only get's deodexed successfully without a declared api variable on baksmali/smali. it seems that browser.apk uses a different api from the rest of the rom, so i needs to be deodexed without it. :)

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 20, 2014

This errors are handled by auto api decreasing while deodexing in new versions of jBART. jBART automatically decrease the API by 1 if error occurs, tries to deodex with API -1, if error occurs again, it decrease API again, and if deodex failes with API - 2, jBART goes to the next apk.

@BurgerZ BurgerZ closed this as completed Apr 20, 2014
@ghost
Copy link
Author

ghost commented Apr 20, 2014

Strange, since I started using jBART for deodex, browser.apk is still the only app which doesn't gets deodexed. if I grab the apk and odex from the zipfile and do it manually, it goes without any problem.

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 20, 2014

What ROM and what API level do you use to deodex with jBART?

@ghost
Copy link
Author

ghost commented Apr 20, 2014

Currently i'm trying out MI3W roms, with API 18

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 20, 2014

MI3W deodex is OK, Browser.apk has errors with API 18, but after API changes to 16 (automatically) deodex is good.

@vagyula1
Copy link
Contributor

This is my error log:
https://www.dropbox.com/s/2wrxg56uoczekmp/error_log.txt

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 21, 2014

@vagyula1 what jBART version? I think I forgot to update jBART here to the latest fixed version.....))

@BurgerZ BurgerZ reopened this Apr 21, 2014
@vagyula1
Copy link
Contributor

jBART v1.7.8

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 21, 2014

I'll update it tomorrow.

@vagyula1
Copy link
Contributor

Thanks

@DriffeX
Copy link
Collaborator

DriffeX commented Apr 21, 2014

Thanks, sir

@vagyula1
Copy link
Contributor

Wtf?

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 21, 2014

@vagyula1 it's OK, he is my friend)))

@DriffeX
Copy link
Collaborator

DriffeX commented Apr 21, 2014

;))))))))

@vagyula1
Copy link
Contributor

@BurgerZ Then please moderate him...

@DriffeX
Copy link
Collaborator

DriffeX commented Apr 21, 2014

@valyula1 I said without offense) I love BurgeZ

@DriffeX DriffeX closed this as completed Apr 21, 2014
@DriffeX
Copy link
Collaborator

DriffeX commented Apr 21, 2014

=D

@DriffeX DriffeX reopened this Apr 21, 2014
@BurgerZ
Copy link
Owner

BurgerZ commented Apr 21, 2014

@vagyula1 done ;-)

@BurgerZ
Copy link
Owner

BurgerZ commented Apr 22, 2014

fixed in 1.8.1

@BurgerZ BurgerZ closed this as completed Apr 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants