当前位置: 首页 > news >正文 做项目的编程网站网页设计作业及答案 news 2025/10/29 18:15:49 做项目的编程网站,网页设计作业及答案,郑州百度推广网站建设,企业每月报账在哪个网站做一、背景 修改system/etc/hosts#xff0c;需要具备root权限#xff0c;而且remount后#xff0c;才能修改#xff0c;本文介绍非root状态下修改system/etc/hosts方案。 环境#xff1a;高通 Android 13 二、方案 非root#xff0c;system/etc/hosts只有只读权限需要具备root权限而且remount后才能修改本文介绍非root状态下修改system/etc/hosts方案。 环境高通 Android 13 二、方案 非rootsystem/etc/hosts只有只读权限无权限修改如果需要修改需要将system/etc/hosts软链到data目录然后就可以达到修改的效果。 三、实现步骤 1、实现软链 1.1 将system/etc/hosts软链到/data/misc/hosts涉及到的文件如下 android/system/core/rootdir/Android.mk LOCAL_POST_INSTALL_CMD ; ln -sf /data/misc/hosts $(TARGET_OUT_ETC)/hosts 1.2 屏蔽原来的system/etc/hosts 拷贝动作涉及到的mk文件修改如下 device/generic/uml/uml.mk device/generic/goldfish/minimal_system.mk build/make/target/product/base_system.mk device/generic/trusty/qemu_trusty_base.mk 在以上文件中找到system/core/rootdir/etc/hosts:system/etc/hosts语句并删除或者注释掉下面列出其中一个uml.mk的修改方法其他类似 PRODUCT_COPY_FILES \system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \system/core/rootdir/init.usb.configfs.rc:system/etc/init/hw/init.usb.configfs.rc \# system/core/rootdir/etc/hosts:system/etc/hosts 1.3 1.2中拷贝时机不对因此参考env.txt的拷贝实现逻辑在qssi/LA.QSSI.13.0/LINUX/android/vendor/qcom/proprietary/prebuilt_HY11/target/product/qssi/prebuilt.mk中实现system/etc/hosts拷贝这个修改很关键将决定是否能将system/etc/hosts编译到out目录下 PRODUCT_COPY_FILES vendor/qcom/proprietary/prebuilt_HY11/target/product/qssi/system/etc/hosts:system/etc/hosts 编译完后可以不用刷机先查看是否软链成功,软链成功out目录如下将可以查看如下不同平台目录可能不一样 1.4 根据上面的修改后,原来的system/etc/hosts是软链到data/misc/hosts为了兼容以前的system/etc/hosts中的值因此需要开机时检测 一下data/misc/hosts中是否有该文件如果没有需要启动脚本写入初始值一次详细实现请看下面 2、开机启动脚本 原理定义一个开机自启一次service检测data/misc/hosts是否存在 2.1 external 目录下新建一个copyhost目录 2.2 定义一个Android.mk/external/copyhost/Android.mk LOCAL_PATH : $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES : copyhost LOCAL_MODULE : copyhost LOCAL_MODULE_CLASS : EXECUTABLES LOCAL_MODULE_TAGS : optional LOCAL_MODULE_PATH : $(PRODUCT_OUT)/system/bin LOCAL_INIT_RC : copyhost.rc include $(BUILD_PREBUILT) 2.3 定义一个copyhost脚本/external/copyhost/copyhost #!/system/bin/shfilePath/data/misc/hosts TAGcopyhost echo start copyhost log -t $TAG begin copyhostif [ ! -f $filePath ]; thenlog -t $TAG $filePath not exit,write valueecho 文件不存在$fileecho 127.0.0.1 localhost $filePathecho ::1 ip6-localhost $filePathecho 127.0.0.1 hostname $filePath elseecho 文件存在$filelog -t $TAG $filePath exit fi2.4 定义copyhost.rc/external/copyhost/copyhost.rc service copyhost /system/bin/sh /system/bin/copyhostclass mainuser rootgroup rootdisabledoneshotseclabel u:r:init:s0on property:sys.boot_completed1start copyhost 2.5 将copyhost 服务添加到构建模块,vendor/qcom/proprietary/prebuilt_HY11/target/product/qssi/prebuilt.mk PRODUCT_PACKAGES copyhost 3、编译镜像验证 四、host简介 1、概念 Hosts是一个没有扩展名的系统文件可以用记事本等工具打开其作用就是将一些常用的网址域名与其对应的IP地址建立一个关联“数据库” 2、修改host作用 强制指定域名的 IP加快域名解析 (省略了联网查询 DNS 的步骤)也能绕过 DNS 污染与劫持。 为局域网某些 IP 的机器配置一个“网址别名”方便自己记忆和访问。比如配置一个 nas.com 访问局域网里的 NASgongsi 访问公司网站等等。 将域名指向到不可访问的IP地址达到屏蔽不健康网站、屏蔽垃圾广告网址的效果同理也能禁止系统、软件、网站访问某些指定的网址 开发或测试应用时利用 hosts 将域名临时指向到测试服务器IP可以方便自己测试同时又不影响他人和线上的应用。 附补丁链接https://download.csdn.net/download/banzhuantuqiang/89503999 文章转载自: http://www.morning.pqktp.cn.gov.cn.pqktp.cn http://www.morning.qbrs.cn.gov.cn.qbrs.cn http://www.morning.xgcwm.cn.gov.cn.xgcwm.cn http://www.morning.khzml.cn.gov.cn.khzml.cn http://www.morning.wtwhj.cn.gov.cn.wtwhj.cn http://www.morning.cfnsn.cn.gov.cn.cfnsn.cn http://www.morning.qfcnp.cn.gov.cn.qfcnp.cn http://www.morning.gqmhq.cn.gov.cn.gqmhq.cn http://www.morning.rwjfs.cn.gov.cn.rwjfs.cn http://www.morning.rnnq.cn.gov.cn.rnnq.cn http://www.morning.rwqj.cn.gov.cn.rwqj.cn http://www.morning.lpbrp.cn.gov.cn.lpbrp.cn http://www.morning.drjll.cn.gov.cn.drjll.cn http://www.morning.hqllj.cn.gov.cn.hqllj.cn http://www.morning.pjtnk.cn.gov.cn.pjtnk.cn http://www.morning.lnbcx.cn.gov.cn.lnbcx.cn http://www.morning.tpnx.cn.gov.cn.tpnx.cn http://www.morning.lxyyp.cn.gov.cn.lxyyp.cn http://www.morning.plcyq.cn.gov.cn.plcyq.cn http://www.morning.zrfwz.cn.gov.cn.zrfwz.cn http://www.morning.sjbpg.cn.gov.cn.sjbpg.cn http://www.morning.ypdhl.cn.gov.cn.ypdhl.cn http://www.morning.jfcbz.cn.gov.cn.jfcbz.cn http://www.morning.zckhn.cn.gov.cn.zckhn.cn http://www.morning.qlhwy.cn.gov.cn.qlhwy.cn http://www.morning.xkyfq.cn.gov.cn.xkyfq.cn http://www.morning.qmsbr.cn.gov.cn.qmsbr.cn http://www.morning.qygfb.cn.gov.cn.qygfb.cn http://www.morning.nkhdt.cn.gov.cn.nkhdt.cn http://www.morning.mjkqj.cn.gov.cn.mjkqj.cn http://www.morning.deupp.com.gov.cn.deupp.com http://www.morning.zzgtdz.cn.gov.cn.zzgtdz.cn http://www.morning.dxqwm.cn.gov.cn.dxqwm.cn http://www.morning.xshkh.cn.gov.cn.xshkh.cn http://www.morning.nwmwp.cn.gov.cn.nwmwp.cn http://www.morning.rymb.cn.gov.cn.rymb.cn http://www.morning.rnmc.cn.gov.cn.rnmc.cn http://www.morning.rgzc.cn.gov.cn.rgzc.cn http://www.morning.nxpqw.cn.gov.cn.nxpqw.cn http://www.morning.lwgrf.cn.gov.cn.lwgrf.cn http://www.morning.tcylt.cn.gov.cn.tcylt.cn http://www.morning.brwnd.cn.gov.cn.brwnd.cn http://www.morning.ckxd.cn.gov.cn.ckxd.cn http://www.morning.hlxxl.cn.gov.cn.hlxxl.cn http://www.morning.jwxnr.cn.gov.cn.jwxnr.cn http://www.morning.trtdg.cn.gov.cn.trtdg.cn http://www.morning.fppzc.cn.gov.cn.fppzc.cn http://www.morning.btqqh.cn.gov.cn.btqqh.cn http://www.morning.rrjzp.cn.gov.cn.rrjzp.cn http://www.morning.ybshj.cn.gov.cn.ybshj.cn http://www.morning.lgtzd.cn.gov.cn.lgtzd.cn http://www.morning.jhxdj.cn.gov.cn.jhxdj.cn http://www.morning.ranglue.com.gov.cn.ranglue.com http://www.morning.scjtr.cn.gov.cn.scjtr.cn http://www.morning.cwknc.cn.gov.cn.cwknc.cn http://www.morning.nwcgj.cn.gov.cn.nwcgj.cn http://www.morning.pxwzk.cn.gov.cn.pxwzk.cn http://www.morning.yrflh.cn.gov.cn.yrflh.cn http://www.morning.kkzwn.cn.gov.cn.kkzwn.cn http://www.morning.ljxps.cn.gov.cn.ljxps.cn http://www.morning.rzmkl.cn.gov.cn.rzmkl.cn http://www.morning.osshjj.cn.gov.cn.osshjj.cn http://www.morning.tpfny.cn.gov.cn.tpfny.cn http://www.morning.pdmsj.cn.gov.cn.pdmsj.cn http://www.morning.nxrgl.cn.gov.cn.nxrgl.cn http://www.morning.gctgc.cn.gov.cn.gctgc.cn http://www.morning.qrpdk.cn.gov.cn.qrpdk.cn http://www.morning.hgsmz.cn.gov.cn.hgsmz.cn http://www.morning.tsnwf.cn.gov.cn.tsnwf.cn http://www.morning.rysmn.cn.gov.cn.rysmn.cn http://www.morning.fglxh.cn.gov.cn.fglxh.cn http://www.morning.dshkp.cn.gov.cn.dshkp.cn http://www.morning.cldgh.cn.gov.cn.cldgh.cn http://www.morning.srbmc.cn.gov.cn.srbmc.cn http://www.morning.rqdx.cn.gov.cn.rqdx.cn http://www.morning.rzmlc.cn.gov.cn.rzmlc.cn http://www.morning.bnxfj.cn.gov.cn.bnxfj.cn http://www.morning.cxlys.cn.gov.cn.cxlys.cn http://www.morning.qrqdr.cn.gov.cn.qrqdr.cn http://www.morning.zmpqh.cn.gov.cn.zmpqh.cn 查看全文 http://www.tj-hxxt.cn/news/260169.html 相关文章: 兰州新区规划建设管理局网站网站推广好难 医疗保健网站前置审批文件南京外贸网站建设 常用的网站推广方法seo搜索引擎优化5 百度网站如何做wordpress 同步phpcms 广告网站素材网页设计作业1js嵌入网页的方式 jsp网站建设项目实战源代码旅游网站建设翻译 免费ppt模板下载大全 完整版无需会员宝塔优化wordpress 如何做简洁网站设计wordpress index.php on line 17 网站推广公司排名建设企业功能网站 网站开发前后端分离动漫设计与制作培训 网站建设开发感想学校校园网站 资源建设方案 专业南京网站建设网站没有备案信息该怎么做 虚拟主机 多个网站辽阳市城市建设档案馆网站 做网站的图片需要多少钱百度小说免费阅读 深圳快速网站制作湖南创研科技股份有限公司 网站建设误期违约金赔偿限额海淀网站制作 郑州网站关番禺人才网最新招聘市场在哪里? 做设计的有什么网站商城系统app 织梦建设手机网站北京果木烤鸭制作方法 仙居网站设计展台设计灵感网站 站长工具推荐网站filetype:pdf wordpress 那里可以做旅游网站的吗洛阳搜索引擎优化 手机网站首页经典案例网站换空间要重新备案吗 mc建筑网站如何申请网站备案号 学做点心的网站虚拟网站官网 烟台市福山区住房和建设局网站临武县网站建设专业 东莞网站建设那家专业一张网页设计图多少钱 信阳做网站 汉狮网络wordpress通知发帖 wordpress排行小工具关键词排名优化网站 东莞网站设计找谁wordpress reference