Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Misc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Apr 20, 2024
1 parent 641050f commit f5528d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 54 deletions.
2 changes: 1 addition & 1 deletion bluetooth/bdroid_buildcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H

#define BTM_DEF_LOCAL_NAME "octopus-ibt"
#define BTM_DEF_LOCAL_NAME "V975s Core8"

// SERVICE_CLASS:0x5A (Bit17 -Networking,Bit19 - Capturing,Bit20 -Object Transfer,Bit22 -Telephony)
// MAJOR CLASS: COMPUTER
Expand Down
9 changes: 5 additions & 4 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,20 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.usb.config=mtp,adb \
ro.adb.secure=0 \
ro.sys.mutedrm=false \
rw.logger=0
rw.logger=1

PRODUCT_PROPERTY_OVERRIDES += \
ro.product.firmware=v3.0rc1

PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=160 \
ro.sf.rotation=270 \
ro.product.8723b_bt.used=true
ro.sf.rotation=270

# function
PRODUCT_PROPERTY_OVERRIDES += \
ro.sys.bootfast=true
ro.sys.bootfast=true \
ro.product.8723b_bt.used=true \
ro.inet.wlan.type=8723bs_vq0

PRODUCT_LOCALES := zh_CN zh_TW en_US

Expand Down
49 changes: 0 additions & 49 deletions patches/su.patch

This file was deleted.

0 comments on commit f5528d5

Please sign in to comment.