Source http://www.chevronwp7.com/
Instruction
(1) Install this certificate in your Windows Phone 7 via IE : http://www.chevronwp7.com/cert
(2) Download and install this registration key in your Windows 7 OS http://walshie.me/PhoneRegAdd.reg
(3) Download and run this program http://walshie.me/ChevronWP7.exe in Windows 7 OS
Other Hacks
copy files to WP7 device in Windows Explorer
http://downloadsquad.switched.com/2010/11/20/copy-files-to-a-windows-phone-7-device-in-windows-explorer?icid=sphere_blogsmith_inpage_engadget
USB Tethering
http://www.engadget.com/2010/11/11/windows-phone-7-usb-tethering-uncovered-on-samsung-phones/
Saturday, November 27, 2010
Thursday, November 25, 2010
Windows Phone 7 Developer Registration Step 2 Error
see here
http://forums.create.msdn.com/forums/t/66601.aspx
Error in Step 2 while registering
We are currently tracking an issue developers may experience while registering for App Hub where they receive an error including the following text:
We have detected an error while processing the page you were looking for.
· If you reside in Hong Kong, we are aware of this issue but do not have any workarounds available. We are investigating this and will update this announcement as we find more information.
http://forums.create.msdn.com/forums/t/66601.aspx
Error in Step 2 while registering
We are currently tracking an issue developers may experience while registering for App Hub where they receive an error including the following text:
We have detected an error while processing the page you were looking for.
· If you reside in Hong Kong, we are aware of this issue but do not have any workarounds available. We are investigating this and will update this announcement as we find more information.
Saturday, November 20, 2010
香港天氣及日曆 gadgets (windows 7)
Sunday, November 14, 2010
How to replace gnutar and gsed for Mac OS X
Install MacPorts
http://www.macports.org/
Install gnutar
Install gsed
Replace tar and sed in Mac OS X
or you can build from source
http://prep.ai.mit.edu/pub/gnu/tar/tar-latest.tar.gz
http://prep.ai.mit.edu/pub/gnu/sed/sed-4.2.tar.gz
.
.
.
http://www.macports.org/
Install gnutar
sudo port install gnutar
Install gsed
sudo port install gsed
Replace tar and sed in Mac OS X
sudo mv /usr/bin/tar /usr/bin/darwintar
sudo ln -s /opt/local/bin/gnutar /usr/bin/tar
sudo mv /usr/bin/sed /usr/bin/darwinsed
sudo ln -s /opt/local/bin/gsed /usr/bin/sed
or you can build from source
http://prep.ai.mit.edu/pub/gnu/tar/tar-latest.tar.gz
http://prep.ai.mit.edu/pub/gnu/sed/sed-4.2.tar.gz
.
.
.
Sunday, November 7, 2010
iPA God
The so called iPA God is just using the developer's certificate to re-codesign the cracked app and install on non-jailbreaked iPhone.
Staring from iOS 4.0, provisioning profile and app can be distributed and installed via WebServer
You can simply add this in the WebServer and install the app via http
The content of MYApp.plist is
.
.
Staring from iOS 4.0, provisioning profile and app can be distributed and installed via WebServer
You can simply add this in the WebServer and install the app via http
<a href="http://192.168.0.10/My_iPhone_Development_2010.mobileprovision">Install Provisioning Profile</a><br/>
<a href="itms-services://?action=download-manifest&url=http://192.168.0.10/MyApp.plist">Install MyApp</a>
The content of MYApp.plist is
- MyApp.plist Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://192.168.0.10/MyApp.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.yourcompany.YouApp</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>MyAppName</string>
</dict>
</dict>
</array>
</dict>
</plist>
.
.
WhatsApp for iPad
The new version v2.5.11 doesn't work for iPad 3G
You have to install 2.5.3 then upgrade to 2.5.11
Subscribe to:
Posts (Atom)