+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 21 to 40 of 44

How to make simple app?

This is a discussion on How to make simple app? within the Modding & Development forums, part of the Meizu M8 category; Hi All, does anyone know if this SDK is compatible with the new UI of the FW leaks? I would ...

  1. #21
    Passing By
    Join Date
    Dec 2009
    Posts
    15
    Thanks
    9
    Thanked 1 Time in 1 Post
    Hi All,

    does anyone know if this SDK is compatible with the new UI of the FW leaks?

    I would also like to know, if it has to be visual c++ to develop with, or could i also use c#?
    Last edited by deinabi; 01-16-2010 at 05:04 PM.

  2. #22
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    as far i think the sdk is not compatible with the ui if you want to use the new functiomns like widgets etc. A program which usese the std stuff worx.
    You can use c# but you wont get a m8 style application. It then just looks like a windows app because there is no sdk for c# (anybody who wants to write a wrapper?)

  3. #23
    Junior Member
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    68
    Thanks
    14
    Thanked 2 Times in 1 Post
    Hi folks!

    I started to experiment with the Meizu SDK today. I successful compiled & ran it on my M8.
    The only problem that occurs is, that the calls of MzMessageBox as well as MzMessageBoxEx create a message window without background and missing Yes/No-Text (screenshot attached).

    Is this caused by a lack of graphical resources?

    Currently I'm using FW 0.9.3.8 on my M8. Is it possible that the newest SDK is already optimized for the new FW?

    Thanks for any hints.

    Best regards,

    MEDV

    PS: My sourcecode is exactly the generated template by M8AppWizard, except the different BG color and an additional button.


  4. #24
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    hum ive used the sdk an it worked 4 me. with the firmware from begin of feruary.

    Just tried to run a program with the latest fw and it worked too.

    PHP Code:
                    if(== MzMessageBoxEx(m_hWndL"Quit?"L"Exit"MB_YESNOfalse))
                        
    PostQuitMessage(0); 
    worx fine

  5. #25
    Member
    Join Date
    Apr 2009
    Posts
    116
    Thanks
    58
    Thanked 14 Times in 5 Posts
    Quote Originally Posted by MEDV View Post
    Is this caused by a lack of graphical resources?
    You should use newest fw (9.6.9 if I remember correct) and newest SDK (9.6.0 imho)...

    I have been developing with it for some hours now and have no problems (with the same functions of course).

  6. Member who thanked Lil-rich for the post:


  7. #26
    Junior Member
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    68
    Thanks
    14
    Thanked 2 Times in 1 Post
    I downloaded an older SDK-Version. Now everything works fine. Seems that the newest SDK doesn't include all old-FW resources anymore. Thanks for your answers.

  8. #27
    Founder
    Join Date
    Nov 2006
    Location
    Stockholm
    Posts
    2,875
    Thanks
    133
    Thanked 261 Times in 77 Posts
    So all you guys know how to create apps? What was your previous experience with programming?
    Can't wait to play with the Meizu MX!

  9. #28
    Member
    Join Date
    Apr 2009
    Posts
    116
    Thanks
    58
    Thanked 14 Times in 5 Posts
    Hmm I am relatively new to C++ but I program since I am 12 :P Started with HTML, CSS & PHP (+MySQL) and soon got to vb or rather the .net languages...

    Currently I am getting used to the M8SDK. I hope I am ready to do some nice apps soon

  10. #29
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    89
    Thanked 356 Times in 139 Posts
    i started with with html, css & php+mysql too
    now i study mediainformatics so i learned among some other languages C and will learn OOP with Java and how to use openGL soon...
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  11. #30
    Founder
    Join Date
    Nov 2006
    Location
    Stockholm
    Posts
    2,875
    Thanks
    133
    Thanked 261 Times in 77 Posts
    I'm taking a course in C, let's see how far that will get me...
    Can't wait to play with the Meizu MX!

  12. #31
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    goodluck with it error,
    it is nice to see that many international m8´owners think the same as me, now we are finally getting close to a 'final' fw ; it begins to be interesting to develop apps for it :-)

  13. #32
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    I'm taking a course in C, let's see how far that will get me...
    take one in c++ instead... c is different and cant be used to programm the m8. only for basic understanings

  14. #33
    Passing By
    Join Date
    Nov 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello world, I'm also interested in, I'm currently downloading the dev stuff and beginning C++. I really started program this year with HTML, CSS, SQL and VBA

  15. #34
    BPM
    BPM nincs online
    Member
    Join Date
    Aug 2009
    Location
    Austria
    Posts
    222
    Thanks
    44
    Thanked 10 Times in 10 Posts
    is it possible to write apps without visual studio?
    1. i can not run it on my debian sid box
    2. i do not want to buy visual studio (or use a illegal one)

  16. #35
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    89
    Thanked 356 Times in 139 Posts
    i think you can if you are good

    no idea how to use a sdk under linux...
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  17. #36
    Founder
    Join Date
    Nov 2006
    Location
    Stockholm
    Posts
    2,875
    Thanks
    133
    Thanked 261 Times in 77 Posts
    If you're a student you should be able to get it free: https://www.dreamspark.com/default.aspx

    Does Visual Studio cost?
    Can't wait to play with the Meizu MX!

  18. #37
    Senior Member
    Join Date
    Nov 2009
    Location
    Germany
    Posts
    409
    Thanks
    69
    Thanked 37 Times in 19 Posts
    Quote Originally Posted by BPM View Post
    is it possible to write apps without visual studio?
    1. i can not run it on my debian sid box
    2. i do not want to buy visual studio (or use a illegal one)
    no chance to get it work under Linux...you can try a VM-Ware...intall xp and so on..there is no other way!

  19. #38
    BPM
    BPM nincs online
    Member
    Join Date
    Aug 2009
    Location
    Austria
    Posts
    222
    Thanks
    44
    Thanked 10 Times in 10 Posts
    i need a tool where i can enter my gprs account data and connect my phone to the net.
    there is still no possibility to connect with mobilkom austria because of a firmware bug.

    meizu answered to my email that they will have a look on it but they can not promise anything => haha

    i will pay 100€ for someone who make such an app!

  20. #39
    BPM
    BPM nincs online
    Member
    Join Date
    Aug 2009
    Location
    Austria
    Posts
    222
    Thanks
    44
    Thanked 10 Times in 10 Posts
    i had a deeper look into the meizu sdk doku (google translated), but i am not able to find any possibility to talk to the modem.
    there is no class for gprs/edge settings.
    grml

  21. #40
    BPM
    BPM nincs online
    Member
    Join Date
    Aug 2009
    Location
    Austria
    Posts
    222
    Thanks
    44
    Thanked 10 Times in 10 Posts
    after a deeper research i found the new beta sdk with this sample:
    Google Nachricht

    sound that is exactly what i am searching for.

    is anybody here who owns visual studio and is able to build this project?


 

Similar Threads

  1. Simple Timer
    By rori in forum M8 Applications
    Replies: 4
    Last Post: 05-26-2009, 01:30 PM
  2. Simple Blue 1.0 - for FW 2.004.3
    By stranded in forum Modifications and Skins
    Replies: 23
    Last Post: 06-06-2008, 01:51 PM
  3. Simple ID3 Tag Editor
    By aquatint in forum General Meizu M6
    Replies: 5
    Last Post: 12-11-2007, 10:50 PM
  4. Simple question about DFU
    By WinniePooh in forum Technical
    Replies: 2
    Last Post: 05-14-2007, 08:34 AM
  5. [Skin] Livecinema.nl 2.003.2 (simple)
    By juba in forum Modifications and Skins
    Replies: 4
    Last Post: 05-04-2007, 03:26 AM