刚买了PSP皮皮麻将 破解版系统掉的 系统是6.2 PR...

Installing Pro CFW on a PSP 1000 (PSP Phat)Heads up:
deal going on. Pay what you want for $565 worth of hacking related ebooks. (Affiliate link) Translations for this article:ENInstalling a Custom Firmware on your PSP 1000 has never been so easy. In this page I’m describing the easiest possible way for you to install the most reliable Custom Firmware on your PSP: Pro CFW.As a PSP 1000 owner, you can practically install everything you want on your device, and use other techniques such as the Pandora Battery to install a Custom Firmware. If you are interested in the “advanced” Pandora Battery method, please go check , or the “Power users” section below. If, on the other hand, you want to follow the easy method (which for now I recommend), please keep reading.Installing Pro CFW on your PSP1000 is simple, free, and is not much risky than installing a Firmware update on your device. It does not require any advanced hack technique or hardware modification. There’s basically 3 easy steps (you were expecting more? Sorry to disappoint):1. Download the necessary files
2. Update your PSP To firmware 6.60Skip this step if you already have Firmware 6.60 installed on your PSP.In order to install Pro CFW on your PSP, you will need to first update your PSP to the 6.60 Sony firmware (which, at the time of this writing, is the latest firmware released by Sony), if that’s not already the case. There are versions of Pro CFW that will run on older firmwares, but updating to 6.60 will guarantee the best compatibility for your official games.To install the 6.60 Firmware, just unzip the archive on your PSP’s memory stick, in the “PSP” folder (you should end up with an “UPDATE” folder in the PSP folder, if you do things correctly), then run the update from your PSP menu.Trouble upgrading? 3. Install Pro CFW
The Pro CFW archive provides several subfolders in the “PSP/GAME” folder. Two of them are interesting for us: the FastRecovery and the PROUPDATE folders. Those two need to be extracted to the PSP/GAME folder on your memory stick.Assuming you extracted the files correctly, you will see a few new applications in your PSP’s Game menu. The one you will want to run in order to install Pro CFW is “Pro Update”. Just run it.That’s it. You can erase the “ProUpdate” folder from your PSP, but keep the “FastRecovery” one.4. DAILY USEThat’s it, I said 3 steps ? Welcome to the world of Custom Firmwares. There’s no additional step required to install the Pro CFW. However, every time you reboot your console, you will have to reactivate ProCFW, which is done by running the Fast Recovery tool from your PSP’s Game menu, and takes literally 5 seconds.5. Power userIn this section you will find additional tricks/steps if you want to improve or customize your experience with a Custom Firmware on your PSP 1000Some people think that it is a burden to reactivate the CFW every time they reboot their console. It is important to note that this is needed only if you reboot the console, not if you put it into sleep mode. Most people use the sleep mode 90% of the time without ever realizing it. Trust me, I’ve used several PSPs for years now, running the Fast Recovery tool is not a problem in your daily usage. That being said, since you’re running on a PSP 1000, you have a possibility to install the CFW permanently. This is done by running the tool CIPL FLasher from the Pro CFW (included in the archive). I won’t dig into the details for that (just run the tool will do the trick), just know that I personally think this is a feature you won’t need (and there is an additional risk of bricking your PSP) unless you use your PSP for dev purposes.
Advertising
Popular this week
/TalkFeaturedPopular Downloads Popular ArticlesArchives
Archives Select Month October 2017 September 2017 August 2017 July 2017 June 2017 May 2017 April 2017 March 2017 February 2017 January 2017 December 2016 November 2016 October 2016 September 2016 August 2016 July 2016 June 2016 May 2016 April 2016 March 2016 February 2016 January 2016 December 2015 November 2015 October 2015 September 2015 August 2015 July 2015 June 2015 May 2015 April 2015 March 2015 February 2015 January 2015 December 2014 November 2014 October 2014 September 2014 August 2014 July 2014 June 2014 May 2014 April 2014 March 2014 February 2014 January 2014 December 2013 November 2013 October 2013 September 2013 August 2013 July 2013 June 2013 May 2013 April 2013 March 2013 February 2013 January 2013 December 2012 November 2012 October 2012 September 2012 August 2012 July 2012 June 2012 May 2012 April 2012 March 2012 February 2012 January 2012 December 2011 November 2011 October 2011 September 2011 August 2011 July 2011 June 2011 May 2011 April 2011 March 2011 February 2011 January 2011 December 2010 November 2010 October 2010 September 2010 August 2010 July 2010 June 2010 May 2010 April 2010 March 2010 February 2010 January 2010 December 2009 November 2009 October 2009 September 2009 August 2009 July 2009 June 2009 May 2009 April 2009 March 2009 February 2009 January 2009 December 2008 November 2008 October 2008 September 2008 August 2008&>&PSP6.39PR10破解包
PSP6.39PR10破解包
上传大小:965KB
解压缩覆盖原来的文件
综合评分:0(0位用户评分)
所需积分:
下载个数:1
{%username%}回复{%com_username%}{%time%}\
/*点击出现回复框*/
$(".respond_btn").on("click", function (e) {
$(this).parents(".rightLi").children(".respond_box").show();
e.stopPropagation();
$(".cancel_res").on("click", function (e) {
$(this).parents(".res_b").siblings(".res_area").val("");
$(this).parents(".respond_box").hide();
e.stopPropagation();
/*删除评论*/
$(".del_comment_c").on("click", function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_invalid/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parents(".conLi").remove();
alert(data.msg);
$(".res_btn").click(function (e) {
var q = $("#form1").serializeArray();
console.log(q);
var res_area_r = $.trim($(".res_area_r").val());
if (res_area_r == '') {
$(".res_text").css({color: "red"});
$.post("/index.php/comment/do_comment_reply/", q,
function (data) {
if (data.succ == 1) {
var $target,
evt = e || window.
$target = $(evt.target || evt.srcElement);
var $dd = $target.parents('dd');
var $wrapReply = $dd.find('.respond_box');
console.log($wrapReply);
var mess = $(".res_area_r").val();
var str = str.replace(/{%header%}/g, data.header)
.replace(/{%href%}/g, 'http://' + window.location.host + '/user/' + data.username)
.replace(/{%username%}/g, data.username)
.replace(/{%com_username%}/g, _username)
.replace(/{%time%}/g, data.time)
.replace(/{%id%}/g, data.id)
.replace(/{%mess%}/g, mess);
$dd.after(str);
$(".respond_box").hide();
$(".res_area_r").val("");
$(".res_area").val("");
$wrapReply.hide();
alert(data.msg);
}, "json");
/*删除回复*/
$(".rightLi").on("click",'.del_comment_r', function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_comment_del/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parent().parent().parent().parent().parent().remove();
$(e.target).parents('.res_list').remove()
alert(data.msg);
//填充回复
function KeyP(v) {
$(".res_area_r").val($.trim($(".res_area").val()));
评论共有0条
审核通过送C币
Windows组件集
创建者:mfkbbdx1
国外著名软件专用注册机系列 2017
创建者:mfkbbdx1
windriver workbench3.0 for ppc
创建者:longfei_3
上传者其他资源上传者专辑
操作系统热门标签
VIP会员动态
前端开发重难点
17年软考最新真题及解析
物联网全栈开发专题
二十大技术领域优质资源
spring mvc+mybatis+mysql+maven+bootstrap 整合实现增删查改简单实例.zip
CSDN&VIP年卡&4000万程序员的必选
PSP6.39PR10破解包
会员到期时间:
剩余下载个数:
剩余C币:0
剩余积分:6726
积分不足!
资源所需积分
当前拥有积分
您可以选择
程序员的必选
绿色安全资源
资源所需积分
当前拥有积分
当前拥有C币
(仅够下载10个资源)
全站1200个资源免积分下载
资源所需积分
当前拥有积分
当前拥有C币
全站1200个资源免积分下载
资源所需积分
当前拥有积分
当前拥有C币
您的积分不足,将扣除 10 C币
全站1200个资源免积分下载
你当前的下载分为234。
你还不是VIP会员
开通VIP会员权限,免积分下载
你下载资源过于频繁,请输入验证码
你下载资源过于频繁,请输入验证码
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
若举报审核通过,可奖励20下载分
被举报人:
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动***等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:
PSP6.39PR10破解包

参考资料

 

随机推荐