ale5000-git / tingle

Tingle - Android patcher
http://forum.xda-developers.com/showthread.php?t=3438764
GNU General Public License v3.0
160 stars 11 forks source link

Unable to use Tingle on certain ROMs without .dex files #28

Closed Ra72xx closed 7 years ago

Ra72xx commented 7 years ago

I try to use Tingle on ROMs from this site: http://download.jesec.io/ These are unofficial for the S7, but official LineageOS ROMs have the same problem.

Tingle can't deal with those ROMs as framework.jar does not contain .dex files. It assumes they are odexed. Un-odexer tools cannot deal with the ROMs, too, as they don't contain .odex files. So they are recognized as already unodexed.

I already used a modified stock ROM (called SuperMan) on this S7. Tingle deals with that one flawlessly.

I'm now a bit at a loss. Am I doing something completely wrong with the AOSP ROMs?

Ra72xx commented 7 years ago

Never mind. Found out myself thet "odexed" must not mean that .odex files are present, but also .oat files can contain this data.

ale5000-git commented 6 years ago

Duplicate of #2.