苏小夣 苏小夣
蝴蝶效应7段
关注数: 162 粉丝数: 478 发帖数: 4,541 关注贴吧数: 56
Skelrom v1 for JXD s7300B These files are delivered as they are, so use it at your own risk. Flashing this ROM is your responsibility. Main features: - Based on last stock firmware (v1.3) - All chinese emulators and software stuff removed. Duplicated libraries deleted. - GameX is now a data app. - Improved google play (most apps should be available) - Deodexed and zipaligned. (auto-zipalign at boot if needed) - Deleted stok launcher and replaced with Holo Launcher HD- - Fix for emus compatibility and android games compatibility (most games should be OK, like NOVA 3 or MC4) - Setcpu free donate version XDA included with setcpu profile installed. - Battery shows percentage. - Guided first time. - Fixed ac3 and dts audio problem while playing mkv in hardware mode (no more noisy sound every second) - uInput module support. - Init.d support (you can place your own scripts) - Battery shows percentage now - Some build.prop tweaks to improve screen responsivness, make better ram consumption, etc ROM makes wipe automaticatilly, so if you have some data that you want preserve, do it before installing the ROM. INSTALLATION: - Unrar the whole content of the file to the root of your Micro SD. (Extras folder is optional). - You will need the following files in your micro sd: Factory_para_update_aml, update.zip, uImage_recovery. - Power on the JXD s7300 in recovery mode (Power + Volume`+ and wait until the process is done). CONSIDERATIONS: I’ve not included any paid apps or emu in this release nor will I do in the future, because of legal terms. SETCPU is the donate version of XDA and I've got permission to include it. Default max CPU speed is set up at 1,32 ghz, it seems more stable. However, you can increase via patch in Extras folder, or just using setcpu. Rom is no swap by default, but can be changed using the patch in Extras folder. The extras folder includes two kind of patches: Kernel1500.zip - (flash this from recovery if you want push system to 1,5 ghz) Kernel1320.zip - (flash this for a max speed of 1,32 ghz, like default's skelrom) SWAP_ON: this will change your internal and external memory. That way external will be /sdcard/ and internal /sdcard/external_sdcard/. There are no ghosting apps after reboot. You can install apps yo sdcard and they will be after a reboot. Have in mind that if you do this and remove the microSd card, both internal and external will be unmounted. Any case, read the instructions in Extras folder. GREETINGS: I’d like to thank you all the users that have made this rom possible, and a very big thank you to Deen0X, and Namco69 for testing it for me. Screenshots:
新版Tiger Arcade v4.0.0 测试版发布 NEW Tiger Arcade v4.0.0 beta released 新版Tiger Arcade v4.0.0 测试版发布 Update History: 更新历史 - v4.0.0 - Game engine is updated. 更新了游戏引擎 - NEW Net Play (WIFI) - no lag 新的联网玩法(wifi)-没有延迟 - Replay record and playback 重播记录和回放 - Diag (DIP-Switch) 诊断(开关) - Fix Knights of Valour,Knights of Valour 2, Oritental Legend, screen disorder issue after loading states. 修复Knights of Valour,Knights of Valour 2, Oritental Legend,这些游戏加载时出现屏幕显示的问题。 - Fix Hook No sound issue 修复虎克船长没有声音的问题 - Updated help for most answered questions. 更新 help 回答大多数问题 - Link to Rom Buddy for helping list TOP Played 40 Games. 链接到ROM伴侣帮助玩顶部列表的40个游戏 。 IMPORTANT NOTICE 重要提示 The ROM and saved states in Tiger Arcade3.x.y is NOT compatible with this version. rom在这个版本和Tiger Arcade3.x.y 的存档不兼容 [ Download ] v4.0.0 测试版APK下载:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fshare%2Flink%3Fshareid%3D214758%26uk%3D3776196509&urlrefer=7b3d61042b3eced8a6fed4af8bf479f1 对于那些喜欢模拟CPS1 .CPS2 . neogeo . pgm.等等街机游戏的玩家有福了。我一直在测试这个tiger arcade 最后的版本,即使是在JXD S5300上运行也相当不错。Tiger Arcade 是基于FBA但使用最近的的mame romset可能是最后几个之一,我试了几次CP1 CP2游戏和一些neogeo游戏,运行效果对我来说相当满意了。Polygamemaster游戏运行也一样不错。我一直玩虎克船长,包括声音也运行得非常棒。CPS3有一点慢,但可玩性高。整体还不坏,可能这个新版本优化更好 了,即便是在5300上也运行颇佳。 (部分内容来自骷髅的信息)
ZME的wifi掉线解决方案 ZME的 wif i时不时会中断然后又连上。如此反复。 试过wifi休眠 试过静态IP 试过加密WEP 换路由器 各种试 还是掉线 只差换手机了 难道是 wifi 门? 方法一:经过几天实验,发现症结之一在无线路由器的无线模式。 原来设定是54Mbps(802.11g)信道为自动 我把模式改为11Mbps(802.11b)信道为自动 一直到现在都没有中断过wifi。(只适合我的路由器,别的路由器不确定) 方法二:(修改wifi文件的默认设置,正在修改和测试中,可能会适用于大多数路由器。) 1 zme必须root 安装有RE文件管理器可以进入system并修改之类的工具, 这里我用ES文件管理开root权限挂读写。 2 找到/system/etc/firmware/wlan/qcom_cfg.ini (把qcom_cfg.ini先备份到可以找到的地方) 用文本打开qcom_cfg.ini, 找到里面的gTxPowerCap=30 (把30改成60 可以增强信号发射功率,也会随之耗电) 找到里面的gDot11Mode=0 (把0更改为n表示始终连接 ,强制取消休眠,你也可以改为auto自动) 修改完以上两项,然后保存。 3 找到/system/etc/firmware/wlan/qcom_wapi_cfg.ini(还是先备份保险起见) 用文本打开qcom_wapi_cfg.ini 找到里面的gTxPowerCap=30 (把30改成60 ) 找到里面的gDot11Mode=0 (把0更改为n) 修改完以上两项,然后保存。 4 找到/system/etc/hostapd/hostapd.conf(还是先备份保险起见) 找到里面的max_num_sta=255 (显示无线网络数量,更改为10只显示10个无线AP,加快搜索连接速度) 找到里面的channel=6(更改为0,让路由器来决定信道,可以解决大多数WiFi连接问题) 5 重启 连接wifi看看变化 (你也可以自己试着去修改别的参数。) (个人实验行为,只在我的ZME做了以上尝试,经几天实验,在三种不同的无线路由器都保持了稳定不掉线的状态。 但不敢保证你的ZME也适合,所以你要尝试如此,一定要备份你要修改的文件。)
首页 1 2 3 下一页