Showing posts with label MAC Development. Show all posts
Showing posts with label MAC Development. Show all posts

Monday, February 16, 2015

Xamarin Mono For Android 4.12 installation, crack


1 installation environment introduction:
Win8.1 Enterprise Edition 64, VS2013, mono-android-4.12.02001, the installation process below are successfully has been installed in the VS2013 operation, the support of vs2013 Chinese crack.
Installing JDK 2
To Oracle official download and install jdk-6u45-windows-i586.exe
Add the environment variable JAVA_HOME
C:\Program Files (x86)\Java\jdk1.6.0_45
Add the environment variable CLASSPATH
.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
Modify the environment variable Path, add the following values at the front:
.;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;
3 installation Android SDKdownload the installer_r22.6.2-windows.exe, I am here is mounted to the D:\Develop\Android\android-sdk directory
Can also download the offline package, unzip to D:\Develop\Android\android-sdk, installer_r22.6.2-windows.exe toinstall to install the latest version of the unpacked
After the installation to set environment variables, right-click My Computer properties -- -- -- -- advanced system settings advanced environmental variables -- variables, find the Path, click Modify, increase in the front:
D:\Develop\Android\android-sdk\tools;D:\Develop\Android\android-sdk\platform-tools;
(note must end with semicolon; English, if Path has the value, it is not necessary to add, if it is mounted to the other directory, corresponding to modify the path)
4 in order to download and install the following software:
1)gtk-sharp-2.12.25.msi
2)XamarinStudio-4.2.3.60-60.msi
3)XamarinInstaller.exe, Automatic installation of NDK, Android and iOS plugin (can also be used manually installed sequentially installed)
After the 5 best all finished, restart the computer
Download Windows following patch:

1)Crack Android: copy mandroid.exe to%PROGRAMFILES(x86)%\MSBuild\Xamarin\Android
The switch in the CMD command to%PROGRAMFILES (x86)%\MSBuild\Xamarin\Android directory, run the following command register:
mandroid.exe --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a
Check whether the registration is successful
Run command: mandroid.exe --entitlements > "%temp%"\mfa.txt
Then run the command: type "%temp%"\mfa.txt
If appear similar to " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MonoAndroid Priority2014-08-26T05:52:36" form that is registered successfully.
2)Crack iOS: copy mtouch.exe to%PROGRAMFILES(x86)%\MSBuild\Xamarin\iOS
The switch in the CMD command to%PROGRAMFILES (x86)%\MSBuild\Xamarin\iOS directory, run the following command register:
mtouch.exe --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a

With part of the original procedure download address:






With Android SDK development kit the download address:

Part of the original address from the following contents:



Two, Mac the following installation
Installing Max 1, this is not to say, the reference article
Install the Xcode procedure in the above article, pay attention to, if you want to use under the MAC simulator, it can only be installed 5.0.2 Xcode, if only the prototype debugging, you can install the Xcode 5.1
Installing Xamarin 2, to the official website to download online setup XamarinInstaller.dmg for automatic installation, the installation process to download a file, so this step will be a bit long, waiting for the automatic installation is completed, the automatic installation program download address:

3 automatically after the installation of the version is not broken, and is compared with the old version, we next to the corresponding version download crack, download the following all the linked files, and in order to install:
1)
2)
3)
4)
To download files:

Solving steps are as follows:
a) replace mtouch in /Developer/MonoTouch/usr/bin/
b) replace mandroid in /Developer/MonoAndroid/usr/bin/
c) Executed on the command line: sudo chmod a+x /Developer/MonoAndroid/usr/bin/mandroid
d) Run in Cmd: /Developer/MonoAndroid/usr/bin/mandroid --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a
e) Run in Cmd: /Developer/MonoAndroid/usr/bin/mandroid --entitlements
If the output is similar to " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MonoAndroid Priority2014-08-26T05:52:36" said success
f) execute: /Developer/MonoTouch/usr/bin/mtouch --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a

Friday, June 28, 2013

Xojo Real Studio

A majority of us use the web to do research – it’s faster, easier and the information is fresh.  For years I was a frequent visitor to Ramblings, a website/blog run by Aaron Ballman.  In my opinion, it was THE definitive source for many things in REALbasic.
For those of you that are new to REALbasic, Aaron was one of the REAL Software developers that worked on REALbasic.  We was with the company for seven years which is a long time in the software industry and in many respects REALbasic bears his signature.
In his new book, Ramblings on REALbasic, Aaron took many of his old blog posts, cleaned them up with new information, rearranged the order and put them in book form.  The book is divided up into Knowledge Base, REALbasic Language, User Experience, Windows, Design Patterns, Plugins, Other Languages and Just for Fun.
The Knowledge Base is a rather large collection of changes, gotchya’s, and miscellaneous information dumps about REALbasic that Aaron wrote about for years.  REALbasic is ever evolving and Aaron wrote about the bugs or misunderstandings to give us (the REALbasic developer) a little insight into what or why it happened or how we are misusing it (which happened more often than we’d like to admit).
The REALbasic Language section goes into specific REALbasic features.  I guarantee that you’ll learn something about REALbasic in this section.  Aaron writes it not as an end-user but as someone who is writing the compiler and having to support people like you and me on a regular basis.
A good portion of REALbasic developers use RB on Mac OS X and we sometimes take a Mac-centric viewpoint of developing software for Windows.  In the User Experience and Windows sections, Aaron goes into detail on some of the finer points of the Windows experience.  If you’re not a Windows expert (and even if you thought you were), these are must read sections.
The Plugins section is an alternative to REAL Softwares woefully incomplete documentation.  Aaron does a nice job of explaining how plugins work with the IDE and then goes into details that most of us will never use (unless you want to make a plugin that is).
The Design Patterns section is particularly interesting because he creates the design patterns using REALbasic.  Design patterns are coding patterns that, if you’ve been doing software long enough, you start to see over and over again.  Bigger, more complex applications probably have some of these coding patterns in them already (even if you didn’t know it) but it’s nice to get the theory and uses of them in REALbasic, up front.
Aaron does a good job of pointing out bugs and flaws in REALbasic and which versions they occurred in.  Some of those flaws are fixed in later versions of REALbasic, and he doesn’t always note if they’ve been fixed or not.  I can understand the complexity of finding out when bugs were fixed but it makes the text incomplete in my opinion.
Another missing feature, especially for the design patterns section, is downloadable project files.  It’s one thing to list the source code and explain it, but it’s entirely different to have a working example that you can step through.
While it’s sometimes nice to have a paper book to thumb through it’s getting harder and hard to justify the cost of a book that will lose its relevance in a short period of time.  This is not new to Ramblings or any book on technology but the REAL Software Rapid Release Model guarantees that any paper book will quickly become, if not obsolete, dated quickly.
Download Link : http://rapidshare.com/files/3295947299/REALbasic%202009%20Release%204.rar