热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

AndroidMarket分析【安卓市场】

安卓市场:通过对表的分析,“下载任务”的数据来源于数据库【app_download】,“已安装”的数据来源于数据库【software_in

安卓市场:

通过对表的分析,“下载任务”的数据来源于数据库【app_download】,“已安装”的数据来源于数据库【software_installed】。

数据分析:-----

bash-3.2# pwd
/data/data/com.hiapk.marketpho

bash-3.2# ls -a -l
drwxr-x--x 1 app_47 app_47 2048 Feb 4 12:38 .
drwxrwx--x 1 system system 2048 Mar 4 23:29 ..
drwxrwx--x 1 app_47 app_47 2048 Mar 5 11:06 cache
drwxrwx--x 1 app_47 app_47 2048 Mar 5 11:07 databases
drwxrwx--x 1 app_47 app_47 2048 Feb 4 12:38 files
drwxr-xr-x 1 system system 2048 Feb 4 12:37 lib
drwxrwx--x 1 app_47 app_47 2048 Mar 5 11:05 shared_prefs


bash-3.2# pwd
/data/data/com.hiapk.marketpho/databases
bash-3.2# ls
hiapk_market.db webview.db-wal webviewCache.db-wal
webview.db webviewCache.db
webview.db-shm webviewCache.db-shm



 

【hiapk_market.db中的3个表:】

sqlite> .schema android_metadata
CREATE TABLE android_metadata (locale TEXT);

sqlite> .schema app_download
CREATE TABLE app_download (_id integer primary key autoincrement,app_id int,pname text,name text,version text,version_code int,save_path text,host_path text,durl text,iurl text,state integer, dsize real,size real);

sqlite> .schema software_installed
CREATE TABLE software_installed (_id integer primary key autoincrement,pname text,version_code int,update_state int,lus_time real);

 

 

【shared_prefs数据信息:】

bash-3.2# pwd
/data/data/com.hiapk.marketpho/shared_prefs

bash-3.2# ls
market_config_pref.xml user_info_pref.xml


bash-3.2# cat market_config_pref.xml


6.0


















bash-3.2# cat user_info_pref.xml





 

【分析 app_download 表中的数据】

 

sqlite> select * from app_download;
16|417450|com.sina.weibo|新浪微博|2.8.1 beta1|154|httpstdL21udC9zZGNhcmQvLjAxMDIvNDE3NDUw|httpstd|httpstdL2FwaTIucGhwP3F0PTkwMDEmYXBrPTQxNzQ1MA==|httpstdL2FwaTIucGhwP3F0PTkwMDEmaWNvbj00MTc0NTA=|4|4190.0|4190.0
20|414153|cn.mobage.g12000001|忍者无极|1.1.0|20120216|httpstdL21udC9zZGNhcmQvLjAxMDIvNDE0MTUz|httpstd|httpstdL2FwaTIucGhwP3F0PTkwMDEmYXBrPTQxNDE1Mw==|httpstdL2FwaTIucGhwP3F0PTkwMDEmaWNvbj00MTQxNTM=|4|32836.0|32836.0



【分析 software_installed 表中的数据】

sqlite> select * from software_installed;
3|com.adobe.flashplayer|111111005|0|1330047704282.0
4|com.adobe.reader|35498|0|1330047704351.0
5|com.google.android.inputmethod.pinyin|11|0|1330047704331.0
6|com.jingdong.app.mall|26|0|1328330293581.0
8|com.tencent.mobileqq|7|0|1328330293698.0
10|com.yingyonghui.market|30015477|0|1328330293770.0
11|com.chaozh.iReaderFree|33|0|1328333272864.0
12|com.hj.nce|7|0|1330047704428.0
14|com.mumayi.market.ui|28|0|1328333273918.0
15|com.speedsoftware.rootexplorer|59|0|1330047704387.0
17|udk.android.reader|148|0|1330047704321.0
18|com.android.wooboom.reader2011|8|0|1328333518152.0
19|com.duomi.android|48|0|1330047704294.0
20|com.ltz.duzhewenzhaijinghua|55|0|1330047704312.0
22|com.sohu.inputmethod.sogou|30|0|1328451689403.0
23|com.tencent.minihd.qq|38|0|1330047704361.0
24|com.tencent.mtt|33|0|1330047704375.0
25|com.tencent.qqpim|386|0|1328451689479.0
26|com.tigerknows|241|0|1330047704341.0
28|com.renren.mobile.android|45500|0|1328328194555.0
30|com.UCMobile|7|0|1328685576421.0
31|com.nd.android.pandareader|2100|0|1328685576435.0
32|cn.goapk.market|3200|0|1328783101267.0
33|com.antutu.market|6|0|1328783101280.0
36|com.wd.AndroidDaemon|35|0|1328783101322.0
37|viva.reader|11|0|1330047704417.0
38|org.androidpn.demoapp|20100927|0|1329153483336.0
40|com.tencent.mm|135|0|1329300644593.0
45|com.qiyi.video|20|0|1330047491948.0
46|com.cerience.reader.app|33|0|1330051136770.0
51|com.qzone|17|0|1330163960187.0
52|com.vancl.activity|20|0|1330220390301.0
55|com.google.android.stardroid|1112|0|1330420551134.0
56|com.qiyi.video.pad|4|0|1330420551192.0
57|com.sina.weibo|101|0|1330420551221.0
58|com.gianormousgames.towerraiders2|109|0|1330432662199.0
59|com.zdworks.android.toolbox|172|0|1330490575816.0
63|com.google.android.voicesearch|214|0|1330597799568.0
64|com.tsf.shell|1|0|1330597799578.0
65|com.tsf.shell.widget.memo|1|0|1330597799588.0
66|com.tsf.shell.widget.music|1|0|1330597799598.0
67|com.tsf.shell.widget.weather|1|0|1330597799608.0
68|com.nd.assistance|12|0|1330614541580.0
69|com.eunut.brsd|5|0|1330618010408.0
70|com.eee168.wowsearch|0|0|1330912385355.0
71|com.lovebizhi.wallpaper|8|0|1330912385394.0




【AndroidManifest.xml分析】


package="com.hiapk.marketpho"
android:versionCode="43"
android:versionName="3.1" >

android:name=".MarketApplication"
android:allowTaskReparenting="true"
android:alwaysRetainTaskState="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/MarketCommonTheme" >
android:name=".MarketMainFrame"
android:configChanges="keyboardHidden|orientation"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustPan" >






android:name=".LoginRegistFrame"
android:configChanges="keyboardHidden|orientation" />
android:name=".AppDetailFrame"
android:configChanges="keyboardHidden|orientation" >






android:host="details"
android:path=""
android:scheme="himarket" />
android:host="market.hiapk.com"
android:path="/details"
android:scheme="http" />
android:host="sc.hiapk.com"
android:path="/m/details"
android:scheme="http" />
android:host="details"
android:path=""
android:scheme="market" />
android:host="market.android.com"
android:path="/details"
android:scheme="http" />


android:name=".AppScreenshotFrame"
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="portrait" />
android:name=".MarketConfigFrame"
android:configChanges="keyboardHidden|orientation" />
android:name=".AppDownloadFrame"
android:configChanges="keyboardHidden|orientation" />
android:name=".SoftUpdateFrame"
android:configChanges="keyboardHidden|orientation" />
android:name=".QuickSearchFrame"
android:configChanges="keyboardHidden|orientation"
android:launchMode="singleTop" >
android:icon="@drawable/icon"
android:label="@string/app_name" >





android:host="search"
android:path=""
android:scheme="himarket" />
android:host="market.hiapk.com"
android:path="/search"
android:scheme="http" />
android:host="sc.hiapk.com"
android:path="/m/search"
android:scheme="http" />
android:host="search"
android:path=""
android:scheme="market" />
android:host="market.android.com"
android:path="/search"
android:scheme="http" />


android:name=".MarketUpdateFrame"
android:configChanges="keyboardHidden|orientation"
android:label="@string/market_update_title"
android:theme="@style/Theme.CustomDialog" />
android:name=".StaticADFrame"
android:configChanges="keyboardHidden|orientation"
android:label="@string/static_ad_title"
android:theme="@style/Theme.CustomDialog" />
android:name=".WeiboAccountFrame"
android:configChanges="keyboardHidden|orientation"
android:label="@string/fir_account_login"
android:theme="@style/Theme.CustomDialog" />
android:name=".DiffSignatureFrame"
android:configChanges="keyboardHidden|orientation"
android:label="@string/note"
android:theme="@style/Theme.CustomDialog" />
android:name=".TutorialActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/MarketPanelTheme" />
android:name="com.google.zxing.client.android.CaptureActivity"
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden" >






android:name=".WeiboFrame"
android:configChanges="keyboardHidden|orientation" />
android:name=".DiscussDetailFrame"
android:configChanges="keyboardHidden|orientation" />
android:name=".MarketExitFrame"
android:configChanges="keyboardHidden|orientation"
android:label="@string/exit_confirm"
android:theme="@style/Theme.CustomDialog" />























android:name=".DiscussDetailFrame"
android:configChanges="keyboardHidden|orientation" />



















android:minSdkVersion="4"
android:targetSdkVersion="4" />

android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" />























安智市场:

木蚂蚁:

应用汇:

安机市场:

我搜:

转:https://www.cnblogs.com/exmyth/p/4861680.html



推荐阅读
  • 本文介绍了在Android项目中实现时间轴效果的方法,通过自定义ListView的Item布局和适配器逻辑,实现了动态显示和隐藏时间标签的功能。文中详细描述了布局文件、适配器代码以及时间格式化工具类的具体实现。 ... [详细]
  • Linux 系统启动故障排除指南:MBR 和 GRUB 问题
    本文详细介绍了 Linux 系统启动过程中常见的 MBR 扇区和 GRUB 引导程序故障及其解决方案,涵盖从备份、模拟故障到恢复的具体步骤。 ... [详细]
  • Android 九宫格布局详解及实现:人人网应用示例
    本文深入探讨了人人网Android应用中独特的九宫格布局设计,解析其背后的GridView实现原理,并提供详细的代码示例。这种布局方式不仅美观大方,而且在现代Android应用中较为少见,值得开发者借鉴。 ... [详细]
  • 本文详细介绍了如何在Linux系统上安装和配置Smokeping,以实现对网络链路质量的实时监控。通过详细的步骤和必要的依赖包安装,确保用户能够顺利完成部署并优化其网络性能监控。 ... [详细]
  • CentOS7源码编译安装MySQL5.6
    2019独角兽企业重金招聘Python工程师标准一、先在cmake官网下个最新的cmake源码包cmake官网:https:www.cmake.org如此时最新 ... [详细]
  • 本文总结了在使用Ionic 5进行Android平台APK打包时遇到的问题,特别是针对QRScanner插件的改造。通过详细分析和提供具体的解决方法,帮助开发者顺利打包并优化应用性能。 ... [详细]
  • 本文详细介绍了如何在云服务器上配置Nginx、Tomcat、JDK和MySQL。涵盖从下载、安装到配置的完整步骤,帮助读者快速搭建Java Web开发环境。 ... [详细]
  • 本文详细介绍如何在IntelliJ IDEA 14中打包Android应用APK文件,并提供查询SHA1值的具体步骤。 ... [详细]
  • 本文详细介绍了如何在现有的Android Studio项目中集成JNI(Java Native Interface),包括下载必要的NDK和构建工具,配置CMakeLists.txt文件,以及编写和调用JNI函数的具体步骤。 ... [详细]
  • Android商城应用开发指南(第二部分):创建启动欢迎页
    大多数商城应用程序在启动时会显示一个欢迎页面,以提升用户体验。本文将指导您如何实现一个基本的欢迎页,该页面会在用户打开应用后短暂展示,随后自动跳转至主界面。 ... [详细]
  • 深入解析Android动画中的插值器(Interpolator)
    本文详细介绍了Android动画系统中插值器的作用和使用方法,包括如何通过插值器控制动画的速度变化,以及如何自定义插值器来实现特定的动画效果。 ... [详细]
  • 本文记录了Android学习的初期阶段,包括Android的基本架构、Dalvik虚拟机与JVM的区别、ADB工具的使用以及应用程序的打包安装流程。 ... [详细]
  • 如何使用Ionic3框架创建首个混合开发应用
    混合开发是指结合原生(Native)与网页(Web)技术进行移动应用开发的方法。本文将详细介绍如何利用Ionic3这一流行的混合开发框架,从环境搭建到创建并运行首个应用的全过程。 ... [详细]
  • Android开发技巧:实现带描边的圆角图片
    本文介绍了一种在Android应用中实现带描边的圆角图片的方法。通过使用BitmapShader类,开发者可以轻松地为图片添加圆角和描边效果,提升应用的视觉体验。 ... [详细]
  • 作为一名Docker初学者,我已经成功创建了一个基于Alpine Linux 3.4的Docker镜像,该镜像安装了MySQL、Apache和PHP及其相关扩展。本文将探讨如何确保MySQL数据在Docker容器重启后仍能被保留。 ... [详细]
author-avatar
佩人永雪3
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有