这篇文章是和上一篇文章紧密相连的,上一篇文章中提到关于授权信息的问题。终于在我的不断折腾之下现在这个鸟信息显示出来了(版本:wing ide 4.1.3-1 )。在使用的时候还是需要激活免费试用授权,在美页的文章中提到的方法不过是把程序比较的那个代码给改成了70,其实也是一个跳转,但是这个跳转在改完之后重新反编译pyo文件得到的代码是什么样子我也不知道。而后意外的把那段代码改错了一个字节,竟然程序还能跑,但是授权信息还是missing。作为一个半完美主义者这个东西是不能容忍的。嘎嘎。
这个东西是昨天在看雪上看到这个东西的破解补丁的时候才下载了试了一下,但是不管怎么尝试。都没成功,不过可以确定的是提供的这个文件应该是和授权有关的,但是不知道为什么在我这里会失败。
话说用三星的i9100现在发现这是一个非常痛苦的事情,不单纯是root的问题。因为这个鸟东西除了root还需要重新安装那些被删除掉的组件,也不知道他们怎么想的,自己封装固件也就罢了,还要安装什么鸟人人,开心之类的东西。安装这些鸟东西也就罢了,还他妈的把Google所有的组件都删除掉了,连play都没有,每次安装东西都痛苦的1b。root完了还要重新复制组件。而更新现在看来也非常一般,没什么鸟用,到现在还是2.3.6.所以那些要买三星的智能手机的就不要考虑这个破机器了。
root的方法还是和以前一样的,这里只提供内核包,不知道怎么root的猛击这里和这里:
1.root内核下载:http://dl.dbank.com/c0bchbbbbv
2.原版内核下载:http://dl.dbank.com/c0gkmm4iag
In my recent work i have to send a http get request to the itunes app store.In the past i send the request by idhttp compents,but i notice that when get something vi openssl i get the wrong data.there are some noise data,just as below:
1 2 3 | <view alt="" stretchiness="1"></view>
<gotourl target="main" inhibitDragging="true" url="https://st11p08it-finance004/WebObjects/MZFinance.woa/wo/0.0.0.0.0.2.1.1.1.47.1.7.0.1.0.1.0.0.5.0.15.1.0.3.0.1.1.3.0.7.7.0.5.1.0.3.0.5.0.0.1.3.0.0.3.0" formViewName="giftAlbumForm"><picturebuttonview leftInset="3" width="14" topInset="1" picts="plain,pressed" rightInset="3" alt="selectedSend gift via email" url="https://s.mzstatic.com/images/btn_radio_selected.png" height="15"></picturebuttonview></gotourl>
<view alt="" stretchiness="1"></view> |
but the correct data should be like this:
1 2 3 | <view alt="" stretchiness="1"></view>
<gotourl target="main" inhibitDragging="true" url="https://WebObjects/MZFinance.woa/wo/2.0.0.0.0.2.1.1.1.47.1.7.0.1.0.1.0.0.5.0.15.1.0.3.0.1.1.3.0.7.7.0.5.1.0.3.0.5.0.0.1.3.0.0.3.0" formViewName="giftAlbumForm"><picturebuttonview leftInset="3" width="14" topInset="1" picts="plain,pressed" rightInset="3" alt="selectedSend gift via email" url="https://s.mzstatic.com/images/btn_radio_selected.png" height="15"></picturebuttonview></gotourl>
<view alt="" stretchiness="1"></view> |
with no “st11p08it-finance004/” and “0.0.0.0.0.2.1.1.1.47.1.7.0.1.0.1.0.0.5.0.15.1.0.3.0.1.1.3.0.7.7.0.5.1.0.3.0.5.0.0.1.3.0.0.3.0” should be “2.0.0.0.0.2.1.1.1.47.1.7.0.1.0.1.0.0.5.0.15.1.0.3.0.1.1.3.0.7.7.0.5.1.0.3.0.5.0.0.1.3.0.0.3.0”
via the wininet api i get the correct result but i don’t know why there are so many diffrents .if anyone know just leave a message here .thx.:)

Continue reading