+ Reply to Thread
Results 1 to 7 of 7

[HowTo] Building Apps with Meizu SDK

This is a discussion on [HowTo] Building Apps with Meizu SDK within the Meizu M8 Android forums, part of the M8 Firmware category; Since there were several questions about VS and Meizu SDK in the last time, i will sum up how to ...

  1. #1
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    88
    Thanked 356 Times in 139 Posts

    [HowTo] Building Apps with Meizu SDK

    Since there were several questions about VS and Meizu SDK in the last time, i will sum up how to start a project with the Meizu SDK.

    You need:
    Visual C++ 2005 or higher (Express Version is not working)
    Meizu SDK

    Installation:

    Install Visual C++ normally
    Install Meizu SDK without Doku

    Create a new Project:
    File - New - Project - Win32 Smart Device
    Select M8SDK in configuration wizard.

    Configuration:
    Project - Poperties - Linker - Input - Additional Dependencies
    add mzfc.lib for interface
    add platformapi.lib for hardware support
    add phoneadapter.lib for GPRS support

    Using SDK-Libs:
    Meizu M8 SDK Documentation
    or C:\Program Files\Windows CE Tools\wce600\M8SDK\Samples

    Debug:
    M8SDK ARMV4 Device (use ActiveSync to test on your Device)
    Emulator: M8SDK Emulator

    Creating a Cab with icon:
    Reg-Settings for Desktopicon:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Meizu\MiniOneShell\Mai n\Your Application Name]
    "DisplayName" = "Name";
    "ExecFileName" = "app.exe";
    "ProgramID" = "{52D0E792-4A35-4619-80B0-9204156D6F74}"; - Create with Tools - Generate GUI
    "DefaultIcon"= "icon.png";
    "Order"=dword:1; - Position on Desktop
    "Page"=dword:1; - Desktop-Number
    Last edited by crimson05; 05-15-2010 at 06:04 PM.
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  2. 6 members have thanked crimson05:


  3. #2
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    cool!
    that´s a nice howto! thank you very much for it.

    Now i can only hope that the sdk info from ??????? gets available in english.

  4. #3
    Valued Member
    Join Date
    Aug 2009
    Location
    Birmingham
    Posts
    873
    Thanks
    51
    Thanked 72 Times in 49 Posts
    Hey guys, I know its a bit offtopic but wanted to ask if someone could create something like this? Meizu M8 and skyfire play facebook game !! (Pet ville) | PetVille Guide & Help
    Its a mod for m8 made by Russian programmer, it is modificated FW with a package of programs inside and you dont need to spend time on installing all again, just install FW, choose all needed programs and thats all.. It could really improve meizu

  5. #4
    Passing By
    Join Date
    Apr 2010
    Location
    Harbin
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Crimson05 - so we have to buy Visual Studio C++ since the Express version does not work?

  6. #5
    Member
    Join Date
    Apr 2010
    Location
    brighton, uk
    Posts
    138
    Thanks
    35
    Thanked 4 Times in 3 Posts
    *never mind fixed*
    Last edited by Silphx; 04-06-2010 at 06:01 PM. Reason: problem fixed

  7. #6
    Member
    Join Date
    Apr 2010
    Location
    brighton, uk
    Posts
    138
    Thanks
    35
    Thanked 4 Times in 3 Posts
    when debugging is it possible to test on newer releases of the firmware inside m8emulator?

  8. #7
    Member
    Join Date
    Nov 2009
    Posts
    176
    Thanks
    42
    Thanked 12 Times in 7 Posts

    Question

    I also want to make apps, so I downloaded Visual Studio 2010 Professional Trial, but Meizu SDK didn't found it, so I couldn't install it.
    So I'm searching for a Visual C++ 2005 Professional version, but I can't find one.
    Can anyone help me?


 

Similar Threads

  1. errors building blank m8 template in visual studio
    By patrickmeizume in forum Modding & Development
    Replies: 3
    Last Post: 02-03-2010, 08:27 PM
  2. Building a Complete Theme
    By cybermessiah in forum M8 Skinning & Themes
    Replies: 3
    Last Post: 10-01-2009, 11:33 PM
  3. convert iPhone-apps to M8-apps
    By iceman#1 in forum M8 Applications
    Replies: 3
    Last Post: 06-15-2009, 01:22 PM
  4. HOWTO: Maps with Meizu
    By member in forum Video and Imaging
    Replies: 37
    Last Post: 10-19-2008, 09:52 AM
  5. Meizu Tech Building Design Inspiration?
    By Err0r in forum General Chat
    Replies: 2
    Last Post: 12-25-2007, 04:23 PM