Skip to content

Commit

Permalink
Merge pull request #47 from DanGLES3/master
Browse files Browse the repository at this point in the history
  • Loading branch information
skittles9823 authored Mar 9, 2024
2 parents 486859d + 09d4b0b commit 04bf566
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ $MIUI ] && [ $API -lt "30" ]; then
fi
ui_print "- Extracting module files"

unzip -o "$ZIPFILE" 'overlays/*' 'system/*' 'common/*' 'module.prop' 'system.prop' 'sepolicy.rule' 'zipsigner*' 'uninstall.sh' 'quickswitch' 'service.sh' -d $MODPATH >&2
unzip -o "$ZIPFILE" 'overlays/*' 'system/*' 'common/*' 'module.prop' 'framework-res.apk' 'system.prop' 'sepolicy.rule' 'zipsigner*' 'uninstall.sh' 'quickswitch' 'service.sh' -d $MODPATH >&2
chmod +x $MODPATH/common/*

if [ -z "$NOAPK" ]; then
Expand Down
Binary file added framework-res.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion quickswitch
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ $permissions
fi

aapt p -f -v -M ${OVERLAYDIR}/AndroidManifest.xml \
-I /system/framework/framework-res.apk -S ${OVERLAYDIR}/overlay/ \
-I ${MODDIR}/framework-res.apk -S ${OVERLAYDIR}/overlay/ \
-F ${MODDIR}/unsigned.apk &>$MODDIR/logs/aapt.log

if [ -s ${MODDIR}/unsigned.apk ]; then
Expand Down

0 comments on commit 04bf566

Please sign in to comment.