扫描二维码关注官方公众号
1234下一页
返回列表 发布新帖

[讨论/分享] 关于淘宝2块处理相框,已收货 附图

11923 76
发表于 2014-5-18 13:27:54 | 显示全部楼层 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

×
本帖最后由 fh_xz 于 2014-5-18 22:55 编辑

1.JPG 买了5个,收货发现只有1个1.1,说明大多都是1.5的,1.1很少
2.JPG
4.JPG
看不出年份,不过貌似不算旧07年左右的
3.jpg
5.JPG
6.JPG

——————————————更新-———补照—————————————————

DSC_000001.JPG DSC_0360.JPG



本帖被以下淘专辑推荐:

评论76

沁雨寒Lv.5 发表于 2015-8-17 11:20:54 | 显示全部楼层
本帖最后由 沁雨寒 于 2015-8-17 14:55 编辑
fh_xz 发表于 2014-5-18 17:43
1403:0001 Sitronix Digital Photo Frame
http://forum.doozan.com/read.php?9,2435

找到一个3.5寸的dpf  id是 1908:3335  从gphoto(libgphoto2)项目看这个id是 ax206的而且应该和1902:0102  是同一个芯片  http://sourceforge.net/p/gphoto/mailman/message/25153775/    求编译方法   
Modified Paths:
--------------
    branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
    branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203-compression

Modified: branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
===================================================================
--- branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:20:52 UTC (rev 13051)
+++ branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:36:10 UTC (rev 13052)
@@ -3,10 +3,11 @@

This driver allows you to upload / download and delete pictures from
appotech ax203 and ax206 based picture frames. This are small, cheap
-picture frames with a 1.1, 1.5, 1.8 or 2.4 inch display and a USB id of:
+picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
1908:0102
1908:1315
1908:1320
+1908:3335


This driver allows you to upload / download and delete pictures from
appotech ax203 and ax206 based picture frames. This are small, cheap
picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
1908:0102
1908:1315
1908:1320
1908:3335

ax203 based frames present themselves as a usb mass storage cdrom, which
contains the windows software. Communication with the device happens by
issuing special (custom) scsi commands. This driver uses the special
"usbscsi" port driver, which allows sending the custom scsi commands.

Note that if your ax203 frame has a usb-id of 1908:1315, you need to tell
Linux not to touch the HID device this version also presents in its USB
descriptor, otherwise the frame gets confused and resets.
Here is a kernel patch for this:
http://marc.info/?l=linux-usb&m=126985692106903

Alternative one could add the following on the linux kernel cmdline:
usbhid.quirks=0x1908:0x1315:0x4
But that does not help as it triggers this bug:
http://www.spinics.net/lists/linux-input/msg07870.html

Also if you have a 1908:1315 or 1908:1320 frame, these will work better
(faster, no reset errors in dmesg), if you do the following as root, before
plugging them in:
modprobe usb-storage
echo 1908:1315:b,1908:1320:b > /sys/module/usb_storage/parameters/quirks

A patch for this is on its way upstream (7th april 2010).


这个意思就是说是ax206的吧  因为203的两个他列举出来了
回复 点赞

使用道具 举报

沁雨寒Lv.5 发表于 2015-8-17 11:18:08 | 显示全部楼层
本帖最后由 沁雨寒 于 2015-8-17 14:55 编辑
fh_xz 发表于 2014-5-18 17:43
1403:0001 Sitronix Digital Photo Frame
http://forum.doozan.com/read.php?9,2435

找到一个3.5寸的dpf  id是 1908:3335  从gphoto(libgphoto2)项目看这个id是 ax206的而且应该和1902:0102  是同一个芯片  http://sourceforge.net/p/gphoto/mailman/message/25153775/    求编译方法  
  1. Modified Paths:
  2. --------------
  3.     branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
  4.     branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203-compression

  5. Modified: branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
  6. ===================================================================
  7. --- branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:20:52 UTC (rev 13051)
  8. +++ branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:36:10 UTC (rev 13052)
  9. @@ -3,10 +3,11 @@

  10. This driver allows you to upload / download and delete pictures from
  11. appotech ax203 and ax206 based picture frames. This are small, cheap
  12. -picture frames with a 1.1, 1.5, 1.8 or 2.4 inch display and a USB id of:
  13. +picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
  14. 1908:0102
  15. 1908:1315
  16. 1908:1320
  17. +1908:3335
复制代码
  1. This driver allows you to upload / download and delete pictures from
  2. appotech ax203 and ax206 based picture frames. This are small, cheap
  3. picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
  4. 1908:0102
  5. 1908:1315
  6. 1908:1320
  7. 1908:3335

  8. ax203 based frames present themselves as a usb mass storage cdrom, which
  9. contains the windows software. Communication with the device happens by
  10. issuing special (custom) scsi commands. This driver uses the special
  11. "usbscsi" port driver, which allows sending the custom scsi commands.

  12. Note that if your ax203 frame has a usb-id of 1908:1315, you need to tell
  13. Linux not to touch the HID device this version also presents in its USB
  14. descriptor, otherwise the frame gets confused and resets.
  15. Here is a kernel patch for this:
  16. http://marc.info/?l=linux-usb&m=126985692106903

  17. Alternative one could add the following on the linux kernel cmdline:
  18. usbhid.quirks=0x1908:0x1315:0x4
  19. But that does not help as it triggers this bug:
  20. http://www.spinics.net/lists/linux-input/msg07870.html

  21. Also if you have a 1908:1315 or 1908:1320 frame, these will work better
  22. (faster, no reset errors in dmesg), if you do the following as root, before
  23. plugging them in:
  24. modprobe usb-storage
  25. echo 1908:1315:b,1908:1320:b > /sys/module/usb_storage/parameters/quirks

  26. A patch for this is on its way upstream (7th april 2010).
复制代码

这个意思就是说是ax206的吧  因为203的两个他列举出来了
回复 点赞

使用道具 举报

洗洗枣Lv.5 发表于 2014-6-16 22:51:00 | 显示全部楼层
剑剑 发表于 2014-5-22 20:42
谢谢分享,做得不错呀,有空写个详细的教程吧,坛子上买了这款相框的在等着你的大作呢。

另请教下,用了. ...

我的也遇到黑屏了,囧办呀,老大。求方法啊。
回复 点赞

使用道具 举报

洗洗枣Lv.5 发表于 2014-6-16 22:41:13 | 显示全部楼层
QQ图片11.jpg 有一个破解了以后黑屏了,怎么救活啊,求助啊
回复 点赞

使用道具 举报

newbinxxLv.3 发表于 2014-6-16 19:49:52 | 显示全部楼层
洗洗枣 发表于 2014-6-12 00:01
,大神,帮忙给看看吧,像素偏移的太严重了。

你的破解了?能发个教程么?
我新手来的,都是从网上东拼西凑的。。。 
发表于 2014-7-14 00:11
回复 点赞

使用道具 举报

poi1234Lv.10 发表于 2014-6-15 00:28:20 | 显示全部楼层
处理的lcd... 真便宜。
回复 点赞

使用道具 举报

洗洗枣Lv.5 发表于 2014-6-12 00:01:47 | 显示全部楼层
QQ图片0.jpg ,大神,帮忙给看看吧,像素偏移的太严重了。
你的破解了?能发个教程么?  详情 回复
发表于 2014-6-16 19:49
回复 点赞

使用道具 举报

zjbsmLv.5 发表于 2014-5-28 16:26:23 | 显示全部楼层
看着质量还行。。。
回复 点赞

使用道具 举报

mpj645Lv.5 发表于 2014-5-27 16:31:54 | 显示全部楼层
剑剑 发表于 2014-5-22 20:42
谢谢分享,做得不错呀,有空写个详细的教程吧,坛子上买了这款相框的在等着你的大作呢。

另请教下,用了. ...

2.4的还有吗  1.5的实在太小了...
回复 点赞

使用道具 举报

884079151Lv.3 发表于 2014-5-27 16:30:14 | 显示全部楼层
fh_xz 发表于 2014-5-22 18:52
再付一张破解后的图吧

怎么在win7下面破解呢?有win7下面的bin文件吗? bin文件.jpg
回复 点赞

使用道具 举报

剑剑Lv.10 发表于 2014-5-26 18:01:45 | 显示全部楼层
本帖最后由  剑剑 于 2014-5-26 19:32 编辑
fh_xz 发表于 2014-5-22 18:52
再付一张破解后的图吧

fh_xz

首先对你的辛勤劳动表示感谢!辛苦了!
不知你看不看够坛子上的近期LCD的贴子,你这贴N大神都出声了,你能再详细些分享你破解的过程吗,你要知道大多坛子的兄弟在Linux方面是不太擅长的,大家都是在看N大和S大神们的教程中慢慢学习消化后才折腾起来的,现在好不容易发现这款成本更低,性价比更高的相框,就是想折腾好些,看到你能破解成了,真的都想学习并成功应用在自己的NAS中,而N大和S大神们提供的确实成熟很多,如果这款没有人能为坛子的兄弟们提供更好的教程,大家可能真的要放弃了,折腾这款太费时间和精力了,呵呵,我已经两个黑屏,一个白屏,没办法恢复了。当然,这是我个人看法,你认为是不是呢,欢迎批评指正。
U盘有价,数据无价。。。。。。
回复 点赞

使用道具 举报

nonzheLv.10 发表于 2014-5-26 17:49:24 | 显示全部楼层
nonzhe 发表于 2014-5-26 17:33
fh_xz
不要吝啬了,赶紧把破解步骤发上来啊!或者打包把破解的文件夹一起发上来。
你说的那个sdx 和usb0 ...

我试了一下圆形的1.5寸的,和那个方形的有所不同,固件肯定更新过了,用原始的hack是找不到匹配的。
其实需要自己去把下载来的固件打开,重新编辑的。
具体看:
So you've got an unsupported ST2205U-device and want to create support for it?
I hope you understand 65C02 assembly, or at least are willing to learn a little
of it. Disclaimer: if you end up with a bricked device, I'm not responsible!
This is what's needed:

- Dump the firmware.
./phack -df fwimage.bin /dev/sda
- Break up the firmware in segments. Each segment is 16K:
for x in `seq 0 3`; do dd if=fwimage.bin of=fwimage-seg$x.bin bs=16384 skip=$x count=1; done
- Disassemble segment 1 using a 68c02 disassembler. You can use the symbols.def
  file in this directory. Segment should be loaded at address 0x4000.
- Open up the disassembly file and look for a shitload of consecutive writes to
  the addresses 0x8000 and 0xc000. If these are there, the firmware uses an
  external LCD-controller. If you can't find these writes anywhere (not even
  in the other 3 segments), it uses the internal one and you'll have to figure
  out the code to modify my assembly yourself.
- Copy hack/m_coby_dp151 to hack/m_[the name of your device]. For the patch to
  work, you'll need to create a correct spec-file. Use the existing one as
  a template.
- Disassemble segment 0 using a 68c02 disassembler. You can use the symbols.def
  file in this directory. Segment should be loaded at address 0x4000.
- Open the disassembly file and look for something like this:
LDA     D037c
CMP     #$31
BNE     L73c1
LDA     D037d
CMP     #$00
BNE     L73c1
BRA     L73d3
  The important thing here is that two subsequent memory locations (here
  037C:037D) get compared to 0x3100,  and later (not shown) to 0x3300.
  Modify the CMP_VAR1 and CMP_VAR2 in the specs-file to reflect these
  memory locations.
- A few lines later, you should see something like this:
LDA     #$ff
LDX     #$ff
STA     D037c
STX     D037d
RTS
  The location of the LDA-instruction, minus 0x4000, should go into the
  specs-file as PATCH_AT.
- Locate some free space. We require a location in the first segment that has
  about 240 consecutive FFs in it. Load up fwimage-seg0.bin in your favourite
  hexeditor and  go look for a location like that. Hint: there's usually one
  at the end of the file. This should go into the specs-file as EMPTY_AT.
  If the space is very small (<500 bytes), please make a note of it in the
  spec-file.
- Locate a routine starting with
PHA
LDA     #$55    ; 85 U                                 
STA     D0240                                          
LDA     #$53    ; 83 S                                 
STA     D0241                                          
LDA     #$42    ; 66 B                                 
STA     D0242                                          
LDA     #$53    ; 83 S         
  Make a note of the location of the start of the routine and enter this in the
  specs-file, minus 0x4000, as SEND_CSW.
- Locate a piece of code looking like this. (The refs to adresses 2xx will be
  the same, the ones to 37x may differ):
STZ     D0370
STZ     D0371
LDA     D0216
STZ     D0370
LDA     D0217
STA     D036f
ASL     D036f
ROL     D0370
ROL     D0371
- Fill LEN1 to LEN3 with the ASL/ROLled adresses, fill LEN0 with LEN1-1. In this
  example, LEN0=$36E, LEN1=$36F, LEN2=$370, LEN3=$371
- Check the kind of controller you have: if you find this in your disassembly
  code (mostly in segment 1), your controller most likely is an PCF8833 and you
  should leave your CTRTYPE at 0:
LDA        #$2a        ; 42 *
STA        X8000
(Snip! 2 or 4 stores to C000)
LDA        #$2b        ; 43 +
STA        X8000
(Snip! 2 or 4 stores to C000)
  On the other hand, if your code looks more like this:
LDA        #$f4        ; 244 .
STA        X8000
(Snip! one aditional store to 8000)
LDA        #$f6        ; 244 .
STA        X8000
(Snip! one aditional store to 8000)
LDA        #$f5        ; 244 .
STA        X8000
(Snip! one aditional store to 8000)
LDA        #$f7        ; 244 .
STA        X8000
(Snip! one aditional store to 8000)
  you've got a UC1697V on your hands and CTRTYPE should be 1.
- Fill out CONF_XRES, CONF_YRES with the horizontal and vertical resolution of
  your device.
  Leave CONF_PROTO at 0, which is the PCF8833-protocol.
- Regenerate the binaries using the 'assembleme'-script. You'll need to have
  crasm installed for this.
- Try the hackfw script. If the script finds your device profile and asks if
  you really want to flash the hacked firmware, !disconnect your device! and
  enter 'yes'.
- The hacked firmware now is in the 'fwimage.bin'-file. Please revise the
  patched areas around PATCH_AT and EMPTY_AT: a mistake here could in theory
  brick your device.
- If you're sure it'll work, you can try the hackfw.sh script for real.
- Rejoice if you see the 'It Works!' image :)
- If you see a garbled mess or if the image is offset, your OFFX, OFFY or
  CONF_BPP-settings are wrong. Go to the setpic-dir and run
./setpic /dev/sdX -test test.png
  and fiddle with the keys. As soon as your image is correct, you can copy
  the displayed settings to the spec-file.
- Zip up the m_yourmachine directory and mail it to
  me <picframe@spritesmods.com>, if you like.

回复 点赞

使用道具 举报

nonzheLv.10 发表于 2014-5-26 17:33:41 | 显示全部楼层
剑剑 发表于 2014-5-22 20:42
谢谢分享,做得不错呀,有空写个详细的教程吧,坛子上买了这款相框的在等着你的大作呢。

另请教下,用了. ...

fh_xz
不要吝啬了,赶紧把破解步骤发上来啊!或者打包把破解的文件夹一起发上来。
你说的那个sdx 和usb0是后续了,肯定是先破解,再在lcd4linux用驱动调入。
如果先不破解,怎么可能载入呢?
还有setpic肯定是/dev/sdb这样的,哪来的usb0啊?
我试了一下圆形的1.5寸的,和那个方形的有所不同,固件肯定更新过了,用原始的hack是找不到匹配的。 其实需要自己去把下载来的固件打开,重新编辑的。 具体看: So you've got an unsupported ST2205U-device and wa  详情 回复
发表于 2014-5-26 17:49
就是呀,N大都说了,就分享下吧。再者说实在的在Linux方面应该很多兄弟都有点头疼,想我就是小白一个也折腾了几下,这不,又黑屏一个,呵呵。 
发表于 2014-5-26 17:44
回复 点赞

使用道具 举报

wuterwu_519Lv.10 发表于 2014-5-24 07:58:27 | 显示全部楼层
怎么都玩相框啦,跟不上节奏。
回复 点赞

使用道具 举报

askaLv.10 发表于 2014-5-24 07:21:10 | 显示全部楼层
剑剑 发表于 2014-5-22 20:42
谢谢分享,做得不错呀,有空写个详细的教程吧,坛子上买了这款相框的在等着你的大作呢。

另请教下,用了. ...

想把空气质量的PM2.5 10等模块去掉,换上显示CPU和主板温度  ,这样就完美了
回复 点赞

使用道具 举报

884079151Lv.3 发表于 2014-5-23 16:52:16 | 显示全部楼层
fh_xz 发表于 2014-5-22 18:52
再付一张破解后的图吧

怎么破解的,能发个教程吗?
回复 点赞

使用道具 举报

剑剑Lv.10 发表于 2014-5-22 20:42:57 | 显示全部楼层
本帖最后由  剑剑 于 2014-5-22 20:47 编辑
fh_xz 发表于 2014-5-22 18:52
再付一张破解后的图吧

谢谢分享,做得不错呀,有空写个详细的教程吧,坛子上买了这款相框的在等着你的大作呢。

另请教下,用了./hackfw.sh /edv/sdb 之后重启了相框变黑屏和白屏了有什么办法恢复吗?我刷的两个一个变黑屏,一个变白屏,其他兄弟不知碰到过没有?呵呵,我就真的倒霉透了。看来,还是用我原来的2.4寸的实际些。 44.jpg

这个是我原来买东北人清仓那款来的,呵呵,看着爽多了。
不过这款2块的真的折腾人呀,都说了一入LCD深似海!唉。。。。。。。。。。
我的也遇到黑屏了,囧办呀,老大。求方法啊。  详情 回复
发表于 2014-6-16 22:51
2.4的还有吗 1.5的实在太小了...  详情 回复
发表于 2014-5-27 16:31
fh_xz 不要吝啬了,赶紧把破解步骤发上来啊!或者打包把破解的文件夹一起发上来。 你说的那个sdx 和usb0是后续了,肯定是先破解,再在lcd4linux用驱动调入。 如果先不破解,怎么可能载入呢? 还有setpic肯定是/dev/s  详情 回复
发表于 2014-5-26 17:33
想把空气质量的PM2.5 10等模块去掉,换上显示CPU和主板温度 ,这样就完美了  详情 回复
发表于 2014-5-24 07:21
U盘有价,数据无价。。。。。。
回复 点赞

使用道具 举报

沁雨寒Lv.5 发表于 2014-5-22 20:05:54 | 显示全部楼层
看样子还不错。。。。
回复 点赞

使用道具 举报

fh_xz楼主Lv.2 发表于 2014-5-22 18:52:16 | 显示全部楼层
本帖最后由 fh_xz 于 2014-5-22 18:58 编辑

再付一张破解后的图吧 DSC_0362.JPG

DSC_000001.JPG

怎么在win7下面破解呢?有win7下面的bin文件吗?[attachimg]24346[/attachimg]  详情 回复
发表于 2014-5-27 16:30
fh_xz 不知你看不看够坛子上的近期LCD的贴子,你这贴N大神都出声了,你能再详细些分享你破解的过程吗,你要知道大多坛子的兄弟在Linux方面是不太擅长的,大家都看是在N大和S大神们的教程中慢慢学习消化后才折腾起来  详情 回复
发表于 2014-5-26 18:01
怎么破解的,能发个教程吗?  详情 回复
发表于 2014-5-23 16:52
谢谢分享,做得不错呀,有空写个详细的教程吧,坛子上买了这款相框的在等着你的大作呢。 另请教下,用了./hackfw.sh /edv/sdb 之后重启了相框变黑屏和白屏了有什么办法恢复吗?我刷的两个一个变黑屏,一个变白屏,  详情 回复
发表于 2014-5-22 20:42
回复 点赞

使用道具 举报

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表