+ Reply to Thread
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 ...
-
01-15-2010 #21Passing By
- Join Date
- Dec 2009
- Posts
- 15
- Thanks
- 9
Thanked 1 Time in 1 PostHi 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.
-
01-18-2010 #22Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postsas 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?)
-
02-07-2010 #23
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.
-
02-07-2010 #24Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postshum 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.
worx finePHP Code:if(1 == MzMessageBoxEx(m_hWnd, L"Quit?", L"Exit", MB_YESNO, false))
PostQuitMessage(0);
-
02-07-2010 #25Member
- Join Date
- Apr 2009
- Posts
- 116
- Thanks
- 58
Thanked 14 Times in 5 Posts
-
Member who thanked Lil-rich for the post:
-
02-08-2010 #26
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.
-
02-08-2010 #27
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!
-
02-08-2010 #28Member
- Join Date
- Apr 2009
- Posts
- 116
- Thanks
- 58
Thanked 14 Times in 5 PostsHmm 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
-
02-08-2010 #29
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...
-
02-08-2010 #30
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!
-
02-08-2010 #31Valued Member
- Join Date
- Aug 2008
- Location
- Belgium
- Posts
- 2,434
- Thanks
- 127
Thanked 189 Times in 130 Postsgoodluck 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 :-)
-
02-09-2010 #32Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Poststake one in c++ instead... c is different and cant be used to programm the m8. only for basic understaningsI'm taking a course in C, let's see how far that will get me...
-
02-10-2010 #33Passing By
- Join Date
- Nov 2009
- Posts
- 5
- Thanks
- 0
Thanked 0 Times in 0 PostsHello 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
-
02-10-2010 #34Member
- Join Date
- Aug 2009
- Location
- Austria
- Posts
- 222
- Thanks
- 44
Thanked 10 Times in 10 Postsis 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)
-
02-10-2010 #35
i think you can if you are good
no idea how to use a sdk under linux...
-
02-10-2010 #36
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!
-
02-10-2010 #37
-
02-10-2010 #38Member
- Join Date
- Aug 2009
- Location
- Austria
- Posts
- 222
- Thanks
- 44
Thanked 10 Times in 10 Postsi 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!
-
02-12-2010 #39Member
- Join Date
- Aug 2009
- Location
- Austria
- Posts
- 222
- Thanks
- 44
Thanked 10 Times in 10 Postsi 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
-
02-12-2010 #40Member
- Join Date
- Aug 2009
- Location
- Austria
- Posts
- 222
- Thanks
- 44
Thanked 10 Times in 10 Postsafter 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
-
Simple Timer
By rori in forum M8 ApplicationsReplies: 4Last Post: 05-26-2009, 01:30 PM -
Simple Blue 1.0 - for FW 2.004.3
By stranded in forum Modifications and SkinsReplies: 23Last Post: 06-06-2008, 01:51 PM -
Simple ID3 Tag Editor
By aquatint in forum General Meizu M6Replies: 5Last Post: 12-11-2007, 10:50 PM -
Simple question about DFU
By WinniePooh in forum TechnicalReplies: 2Last Post: 05-14-2007, 08:34 AM -
[Skin] Livecinema.nl 2.003.2 (simple)
By juba in forum Modifications and SkinsReplies: 4Last Post: 05-04-2007, 03:26 AM



Reply With Quote

