Welcome! Log In Create A New Profile

Advanced

dpf-ax: unsupported dpf - requests

Posted by superelchi 
Re: dpf-ax: unsupported dpf - requests
September 09, 2015 02:57PM
Hi Superelchi Sir,

From past few days, I am trying to search in net, to purchase AX206 compatable DPF. But there are so many models and links, Not sure, which will work or which will not work.

Can you please suggest me any compatable AX206 DPF, to purchase and provide me the link to purchase. If possible, suggest me from ebay,amazon or aliexpress. if you have any other links, let me know, so that they should ship to india.

I need 2.4" DPF which is supported and crackable and use lcd4linux

Your help will be really appreciated.

Please help me on this.
Re: dpf-ax: unsupported dpf - requests
September 10, 2015 05:57AM
Hi RaviShankar,

sorry, I do not know any source for AX206 2,4" dpfs atm.
Seems they are all sold out...

superelchi
Re: dpf-ax: unsupported dpf - requests
September 21, 2015 04:22AM
Hi superelchi ,

I've got a buildwin 1,5" 128x128px dpf which seems not supported :

Running on windows - unable to detect flash size
Reading 100000 bytes from flash...
Flash written to file fulldump_win_20150921-210655.bin'.

Looking for firmware.............: Not found.

This in no known firmware!

Sorry, no matching dpf found.

I have tried to run identify.py under debian, but I have got a error:no module named dpf.

I have uploaded firmware to http://pan.baidu.com/s/1qWMg0ck ,please check!

Can you help me?thanks a lot!



Edited 1 time(s). Last edit at 09/21/2015 04:24AM by mingfeng.
Re: dpf-ax: unsupported dpf - requests
September 21, 2015 07:58AM
@ Mingfeng

sorry, nothinhg I can do
Your dpf is not supported by dpf-ax.
The dpf needs to be based on the Buildwin SDK for AX206.
Yours is based an the SDK for AX208.

superelchi
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 09:08AM
superelchi Wrote:
-------------------------------------------------------
> Hi Eric,
>
> please try attached fw.
> Don't know why restore.py did not work. Maybe not
> root?
> Anyway: you can use the FlashLib.ini from a couple
> of post above for Windows.
>
> superelchi


I have the same dpf as Eric. I was able to flash the firmware you provided and it works but the up and down keys in the menu do not. Is there a way to fix this?
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 09:14AM
Please upload a copy of your original fw. I will have a look.

superelchi
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 09:29AM
superelchi Wrote:
-------------------------------------------------------
> Please upload a copy of your original fw. I will
> have a look.
>
> superelchi

Sadly I forgot to back it up... :( All I had to do the flash initially was the Windows SPI flasher (dpfhack 0.12 didn't initially want to compile on Arch. Too new sdcc (Ive now downgraded to 2.9) Hard coded python paths (And looking for pyversions which is a debian only thing))

So if I'm stuck with a non functioning menu I know it's my fault. :)

EDIT: The main reason I wanted the menu was to turn it off. Is there some command I can send over USB to power it down?



Edited 1 time(s). Last edit at 11/11/2015 09:34AM by parkerlreed.
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 10:12AM
parkerlreed Wrote:
-------------------------------------------------------
>
> Sadly I forgot to back it up... :( All I had to do
> the flash initially was the Windows SPI flasher
> (dpfhack 0.12 didn't initially want to compile on
> Arch. Too new sdcc (Ive now downgraded to 2.9)
> Hard coded python paths (And looking for
> pyversions which is a debian only thing))
>

0.12 is a very old version. Current version is 0.4. This version should build under Arch just fine. There is a fix for pyversions for non-debian distris in the current version. Get it here.
If you only need the dpf access library, python modules and helpers there is no need for sdcc (only needed if you want to compile your own firmware.) The current sdcc is not compatible. You need sdcc 2.0 or cc1111. The Makefile for the firmware will tell you so. ;)

> So if I'm stuck with a non functioning menu I know
> it's my fault. :)
>
Never heard of non functioning buttons before - did they work in the original fw?
Eric did not give a feedback. So I do not kown if the buttons work for him...

> EDIT: The main reason I wanted the menu was to
> turn it off. Is there some command I can send over
> USB to power it down?

None that I know of. Maybe you can get rid of the battery. Then it will turn off when USB looses power.

superelchi
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 10:20AM
Yeah they worked in original (Both in what was originally on my device and Eric's original firmware dump)

As for the powering off yeah no battery would be a good idea. Short of removing the battery is there any function in the python library to turn it off?

Thanks for the help! I'm just happy to have a frame working at all. The only other one I have is an st2205 based that I can't get the image offset working to save my life.

>>> import struct
>>> import sys
>>> sys.path.append("./Debug")
>>> import dpf
>>> import time
>>> 
>>> d = dpf.open("usb0")
Found AX206 DPF
Got LCD dimensions: 128x128
>>>



Edited 1 time(s). Last edit at 11/11/2015 10:21AM by parkerlreed.
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 11:59AM
parkerlreed Wrote:
-------------------------------------------------------
> Yeah they worked in original (Both in what was
> originally on my device and Eric's original
> firmware dump)
>

Did you try to flash Eric's original dump? Does it work?

> As for the powering off yeah no battery would be a
> good idea. Short of removing the battery is there
> any function in the python library to turn it
> off?
>

Sorrry, no.

superelchi
Re: dpf-ax: unsupported dpf - requests
November 11, 2015 12:24PM
Yeah his original firmware works.

EDIT: Is there any way to flash the original firmware in Linux? Having to load up Windows just to mess with the original has been annoying. I tried the update.py but it complains that it isn't an ihx file.

EDIT2: Aha restore.py



Edited 2 time(s). Last edit at 11/11/2015 12:55PM by parkerlreed.
Re: dpf-ax: unsupported dpf - requests
November 12, 2015 02:10AM
Interesting. New button layout!?
I will have a closer look at the weekend.

superelchi
Re: dpf-ax: unsupported dpf - requests
November 12, 2015 08:03AM
Here's some pictures if it helps http://imgur.com/a/Bqx1l
Re: dpf-ax: unsupported dpf - requests
November 15, 2015 12:54PM
Well I was out today and bought another frame.

Bus 002 Device 030: ID 1908:1320 GEMBIRD PhotoFrame PF-15-1

Detecting & reading dpf flash...
Opening generic SCSI device '/dev/sr0'
Manufacturer: AMIC
Unknown Manufacturer
Got id[3]: 37, 30, 14
Unable to detect flash, just assuming 2MB size
Size        : 2 MB
Reading 200000 bytes from flash...
Flash written to file 'fulldump_20151115-134644.bin'.

Looking for firmware.............: Not found.

This in no known firmware!

Sorry, no matching dpf found.

Here's the firmware dump https://dl.dropboxusercontent.com/u/71679/fulldump_20151115-134644.bin

EDIT: According to the picframe wiki this is an ax203

1908:1320 	ax203 with firmware ver 3.4.x 	supported in svn libgphoto2-2_4 branch and trunk (**)

EDIT2: And now I see it's unsupported. Oh well http://picframe.spritesserver.nl/wiki/index.php/DPF_with_AppoTech_AX203



Edited 2 time(s). Last edit at 11/15/2015 01:09PM by parkerlreed.
Re: dpf-ax: unsupported dpf - requests
November 15, 2015 02:15PM
Hi Superelchi,

I bought this DPF, named FR-024SA-8, display:2.4 TFT, 16MB, 320x240, but - Sorry, no matching dpf found :-(

http://www.alibaba.com/product-detail/2-4-inch-TFT-nice-gift_506523246.html?spm=a2700.7724857.29.46.QLp7IF

Detecting & reading dpf flash...
Opening generic SCSI device '/dev/sg0'
Manufacturer: Apple
Size        : 2 MB
Reading 200000 bytes from flash...
Flash written to file 'fulldump_20151115-163800.bin'.

Looking for firmware.............: Found (buildwin, 240x320 px).
Looking for Openwin..............: 
OpenWin        at 0x1280 (0x00068a), len 0x5d, CRC = 0x502d5d7c
Written to lcd.tmp/tmp_lcdblit.bin.
Looking for LcdIniTbl............: 
Module 36:
LcdInit (Tbl) (found by scan) at 0x1553 (0x0459af)
Module 51:
LcdScheduleTbl  at 0x14c9 (0x046f1b), len 0x00
LcdContrastTbl  at 0x14ca (0x046f1c), len 0x09
LcdContrastTb2  at 0x14d4 (0x046f26), len 0x07
LcdBacklightTbl at 0x14dc (0x046f2e), len 0x16
LcdIniTbl       at 0x14f5 (0x046f47), len 0xce, CRC = 0xc4f34607
Written to lcd.tmp/lcdinit.s.
Timer1 standard init found (tmr1per = 0x00ff).
Looking for backlight & contrast.: 
Module 36:
LCD_Backlight !NOTBL! at 0x15ba (0x045a16)
Written to lcd.tmp/tmp_setbacklight.bin.
Timer1 custom init found (tmr1per = 0x0033).
Tmr1con init found at 0x163e (0x045a9a), value = 0x43
LCD_Contrast (Tbl) at 0x1623 (0x045a7f)

Signature (OpenWin, Init, Backlight, Contrast): 0x502d5d7c, 0xc4f34607, 2, 1
Default contrast  = 5
Default backlight = 20

Looking for known signatures.....: 
None.

Sorry, no matching dpf found.


Original firmware from DPF:
https://www.dropbox.com/s/1r9e2tkkqdm73em/fulldump_20151115-163800.bin?dl=0

Many thanks in advance for your help.
Re: dpf-ax: unsupported dpf - requests
November 16, 2015 05:38AM
@Parkerlreed

As you already discovered - not an AX206 or not based an the Buildwin-SDK. :(

@Maxipes

Please try attached fw.

superelchi
Attachments:
open | download - fw_fanray.zip (84.2 KB)
Re: dpf-ax: unsupported dpf - requests
November 16, 2015 10:33PM
@superelchi Any update on the Vivitar frame?
Re: dpf-ax: unsupported dpf - requests
November 17, 2015 03:33AM
Yep. Vivitar uses alternate pins for the up / down keys.
Did some pin-description-fiddeling in the header files.
Please try attached fw. Up / down should work now.

superelchi
Attachments:
open | download - fw_vivitar.zip (27.3 KB)
Re: dpf-ax: unsupported dpf - requests
November 17, 2015 07:28AM
Thanks! That works. One thing... they seem to be reversed :P Up is down and down is up.



Edited 1 time(s). Last edit at 11/17/2015 07:28AM by parkerlreed.
Re: dpf-ax: unsupported dpf - requests
November 17, 2015 07:59AM
That's an easy one - buttons switched.. :)
Please try this fw.

superelchi
Attachments:
open | download - fw_vivitar.zip (27.3 KB)
Re: dpf-ax: unsupported dpf - requests
November 17, 2015 10:02AM
Cheers! Finally have a fully functional frame that everything lines up on. :D



Edited 1 time(s). Last edit at 11/17/2015 10:04AM by parkerlreed.
Re: dpf-ax: unsupported dpf - requests
November 18, 2015 07:52AM
FYI: uploaded the new version to sourceforge.
Get it here: http://sourceforge.net/projects/dpf-ax/files

superelchi
Re: dpf-ax: unsupported dpf - requests
November 22, 2015 05:01AM
@Superelchi

Thanks! Firmware for FR-024SA-8 DPF fw_fanray.zip works perfect ;-)
Re: dpf-ax: unsupported dpf - requests
January 12, 2016 05:31AM
Hi, superelchi
Would you help me to cr the fw? thank you!

Running on windows - unable to detect flash size
Reading 100000 bytes from flash...
Flash written to file 'fulldump_win_20160112-192323.bin'.

Looking for firmware.............: Found (buildwin, 128x128 px).
Looking for Openwin..............: Found.
Looking for LcdIniTbl............: Found.
Looking for backlight & contrast.: Found, Found.
Looking for known signatures.....: None.

Sorry, no matching dpf found.

But the following model has a partial signature match: acme_2.
This firmware MAY work for your dpf.
Attachments:
open | download - fulldump_win_20160112-192323.zip (211.4 KB)
Re: dpf-ax: unsupported dpf - requests
January 13, 2016 06:32AM
@ Shh200438

Please try attached fw.

Do you have a name / supplier for this dpf? Else it will stay acme_10.

superelchi
Attachments:
open | download - fw_acme_10.zip (27.4 KB)
Re: dpf-ax: unsupported dpf - requests
January 29, 2016 12:32AM
thank you very much!
there is nothing information of dpf, i used your acme_10, it worked.
Re: dpf-ax: unsupported dpf - requests
January 29, 2016 01:54AM
Nice. One more . :)
So the name will be: acme_10!

superelchi.
Re: dpf-ax: unsupported dpf - requests
February 24, 2016 03:16PM
Hi superelchi,

I've got something like this

nrg@XPS420:~/dpf/trunk/tools$ sudo ./identify.py /dev/sg7
Detecting & reading dpf flash...
Opening generic SCSI device '/dev/sg7'
Manufacturer: AMIC
Unknown Manufacturer
Got id[3]: 37, 30, 14
Unable to detect flash, just assuming 2MB size
Size        : 2 MB
Reading 200000 bytes from flash...
Flash written to file 'fulldump_20160224-211018.bin'.

Looking for firmware.............: Not found.

This in no known firmware!

Sorry, no matching dpf found.

If you could take a look please if anything can be done with this one.
Attachments:
open | download - fulldump_20160224-211018.tar.gz (524.8 KB)
Re: dpf-ax: unsupported dpf - requests
March 19, 2016 06:21PM
Hi Superelchi

root@ubuntu-gnome:/home/ubuntu-gnome/Downloads/dpf-axL/tools# sudo ./identify.py /dev/sg3
Detecting & reading dpf flash...
Opening generic SCSI device '/dev/sg3'
Manufacturer: Apple
Size        : 1 MB
Reading 100000 bytes from flash...
Flash written to file 'fulldump_20160319-230911.bin'.

Looking for firmware.............: Found (buildwin, 128x128 px).
Looking for Openwin..............: Found.
Looking for LcdIniTbl............: None.
Looking for backlight & contrast.: Found, Found.
Looking for known signatures.....: None.

Sorry, no matching dpf found.

Buy allegro.pl

root@ubuntu-gnome:/home/ubuntu-gnome/Downloads/libst2205-master# lsusb -vs 013

Bus 003 Device 013: ID 1908:0102 GEMBIRD
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x1908 GEMBIRD
  idProduct          0x0102
  bcdDevice            2.00
  iManufacturer           2 BUILDWIN
  iProduct                3 Digital Photo Frame
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              200mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              4 DPF Mate
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)

Help me :)



Edited 1 time(s). Last edit at 03/20/2016 09:39AM by dippaolo.
Attachments:
open | download - fulldump_20160319-223518.tar.gz (232.8 KB)
Re: dpf-ax: unsupported dpf - requests
March 20, 2016 07:18AM
@Dippaolo

Please try attached fw.

superelchi
Attachments:
open | download - fw_allegro_pl_egg.zip (27.4 KB)
Author:

Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: