AuthorTopic: Pixel app for Mobile Phones, programmer wanted! :D  (Read 16159 times)

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: Pixel app for Mobile Phones, programmer wanted! :D

Reply #30 on: October 28, 2009, 01:21:07 am
illke, I found out that JSR-75 has the proper specifications for device file loading. You can relay that to the other programmer if you want.

Offline ilkke

  • 0010
  • *
  • Posts: 233
  • Karma: +0/-0
  • pix off
    • iLkKke
    • https://pixeljoint.com/p/9270.htm
    • View Profile
    • portfolio

Re: Pixel app for Mobile Phones, programmer wanted! :D

Reply #31 on: October 30, 2009, 08:33:19 am
Thanks a lot! I will.
i

Offline a3um

  • 0001
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile

Re: Pixel app for Mobile Phones, programmer wanted! :D

Reply #32 on: October 30, 2009, 01:58:15 pm
Hi guys!

I'm the mysterious 3rd programmer on pixla ::) and I have a question to other programmers. How do you think, how to export images from application on devices which doesn't support JSR 75?

Btw, minimal screen res should be 128x128 otherwise I can't use it ):

Cheers!
« Last Edit: November 01, 2009, 10:11:37 am by a3um »

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: Pixel app for Mobile Phones, programmer wanted! :D

Reply #33 on: October 30, 2009, 04:15:58 pm
As far as I know, the options with phones without JSR 75 support are extremely limited. The only other option might be sending through bluetooth to a PC or another JSR 75 compliant phone.

Basically, if the phone doesn't support it, don't supply file saving/loading (which makes the tool a bit useless, but still fun to work in?)

Offline a3um

  • 0001
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile

Re: Pixel app for Mobile Phones, programmer wanted! :D

Reply #34 on: October 30, 2009, 04:41:16 pm
There're still phones without BT :D

We can [save/load] image data [to/from] record store. In this case we have access to images only from midlet and we can't set image as wallpaper or send it to someone but still we can work on it :D

I was thinking on extracting record store files from the phone and converting them to png. It works on my old Nokia 5140 which doesn't have BT or JSR 75 support D: