| Reply | « Previous Thread | Next Thread » |
|
Hi,
I must create an application for mobile device (Nokia 6630) for a university project. I want create an application in the mobile device that read code I-MEI and send this string to an other device in format file.txt or cookie. My objective is create an Flash application on PC that read this string and permit or not permit the access to an other applications. I know Flash and ActionScript but I don't anything of Python, C++ or Java. Exist any platform that help me to program for mobile device? Thank you!!! |
|
Hi,
Maybe I didn`t understand you correctly, but some things and ideas. Don`t use IMEI code as identidication, not all phones allow to get is form java. I don`t know if your Nokia allows it, but for that purpose System.getProperty("something") function is necessary. I don`t know why you need to send txt.. or cookie, but you can simply open OutputStream in mobile deveice for bluetooth or GPRS connections and open InputStream connection on desktop and read String. I suggest you to use bluetooth address as identificator rather than IMEI. If don`t use bluetooth you can generate unique identificator ir Java.. for example: day, month, year, hour, second + uinique 10 digit random number. and store it once in midlet`s memory only when it is run first time. |
|
Hi,
In terms of a platform that can get you started in programming for mobile phones, I will suggest the Mobile version of Processing: http://mobile.processing.org/ It is an "easy" way to get started where you don't have to know loads about Java or C++ /lars |
| larzyharzy |
| View Public Profile |
| Find all posts by larzyharzy |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|