Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2
« previous next »
  • Print
Pages: 1 ... 42 43 [44] 45 46 ... 129

Author Topic: SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2  (Read 1337482 times)

Offline notlistening

  • Member
  • *
  • Posts: 29
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #645 on: February 19, 2009, 08:54:14 PM »
Hi,

Not sure how many hardware secrets still exist with the e200 but i have a busted e280v2 that needs a new screen. I am registered blind and have no chance of being able to feel my way to replacing a new LCD. any takers? I am happy to post the unit.

Currently the player turns on to give a nice white background on the screen with a big black smash mark the blue lights of the scroll wheel for about 10-15 secs then dies. I am from England but am happy to post most places.
Logged
Listening - To my E200V2, Clip+ & Dell Streak (Android 2.2) :)

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #646 on: February 19, 2009, 10:14:30 PM »
Seems that I broke the e200v2's LCD driver. Can someone please test, if http://pastie.org/394710 makes it work again?
Logged
 

Offline FlynDice

  • Developer
  • Member
  • *
  • Posts: 166
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #647 on: February 19, 2009, 11:37:55 PM »
Kugel, sorry to run off on you in the middle of that but sometimes 6th grade math just can't wait :o !  I tried 394710 and got basically the same results.  Let me try to describe them here.

When I turn the player on it boots up with the cabbie backdrop visible but no menus.  Scrollwheel, |<<, >>|, and menu(bottom) button give no response.  >|| (play) button however will take me right into the wps screen and music starts playing.  Scrollwheel now works along with |<< & >>| but the menu button does not.

EDIT: http://pastie.org/394841

In lcd_update_rect if I move the lcd_write_cmd(R_WRITE_DATA_2_GRAM); after the lcd_window calls I get a menu on bootup but it is skewed diagonally.   In lcd_update I also changed the 2nd lcd_window_x to lcd_window_y.
« Last Edit: February 20, 2009, 02:23:24 AM by FlynDice »
Logged
e280v2    fuzev1 2gb   clip+4gb   8GB Transcend cl6 uSD    access to fuzev2 4GB       clip+2gb R.I.P.

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #648 on: February 20, 2009, 08:28:18 AM »
Ok, can someone try this then? http://pastie.org/395034
Logged
 

Offline Hillshum

  • Member
  • *
  • Posts: 108
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #649 on: February 20, 2009, 08:35:53 AM »
I'm not in a position to compile right now, but on a different matter, how do I go about determining the data needed to enable charging in the e200?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #650 on: February 20, 2009, 09:50:39 AM »
The battery and charger on the V2 are the same as the V1.  I don't think we need to determine anything else.  The old settings should be fine.
Logged

Offline sko

  • Member
  • *
  • Posts: 52
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #651 on: February 20, 2009, 10:11:23 AM »
Quote from: kugel. on February 20, 2009, 08:28:18 AM
Ok, can someone try this then? http://pastie.org/395034
I tried it... see the attachment for the result, it seems that every pixel-row is shifted left by one pixel, but it is fine if messages are displayed (e. g. the message "screendump enabled" if I enable it). Sorry for the bad picture, screendump bitmaps are useless because they look fine.

EDIT: bootscreen looks also fine.

EDIT2: with r20064 it's fine again, no shifted pixel.

* lcd.jpg (15.4 kB, 245x280 - viewed 566 times.)
« Last Edit: February 20, 2009, 11:08:30 AM by sko »
Logged
Sandisk Sansa e250v2 + 8GB Sandisk microSD Card
Ubuntu 9.10

Offline Hillshum

  • Member
  • *
  • Posts: 108
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #652 on: February 20, 2009, 10:21:36 AM »
Quote from: saratoga on February 20, 2009, 09:50:39 AM
The battery and charger on the V2 are the same as the V1.  I don't think we need to determine anything else.  The old settings should be fine.

So should I post a patch with it enabled or will someone who knows more than me simply commit it? If the former where should I look in the source tree?
« Last Edit: February 20, 2009, 10:27:17 AM by Hillshum »
Logged

Offline sko

  • Member
  • *
  • Posts: 52
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #653 on: February 20, 2009, 11:42:49 AM »
Uhm... it seems that sound playback is not working at all on e200v2 on r20064. Even ogg-files. Can somebody confirm this?
Logged
Sandisk Sansa e250v2 + 8GB Sandisk microSD Card
Ubuntu 9.10

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #654 on: February 20, 2009, 11:43:55 AM »
Quote from: sko on February 20, 2009, 11:42:49 AM
Uhm... it seems that sound playback is not working at all on e200v2 on r20064. Even ogg-files. Can somebody confirm this?
FlynDice just told me that it's working even better than before my lcd work.
Logged
 

Offline sko

  • Member
  • *
  • Posts: 52
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #655 on: February 20, 2009, 11:48:55 AM »
Ok, I'll format my player and put a clean new rb-build on it and try it again.

EDIT: you're right, it works, sorry :) and FlynDice is right, it's working better now! No more stutters if I navigate through menus while listen to music, good work!
« Last Edit: February 20, 2009, 12:02:45 PM by sko »
Logged
Sandisk Sansa e250v2 + 8GB Sandisk microSD Card
Ubuntu 9.10

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #656 on: February 20, 2009, 01:16:32 PM »
Can people please look at http://www.rockbox.org/tracker/task/9933 ? Thanks
Logged
 

Offline sko

  • Member
  • *
  • Posts: 52
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #657 on: February 20, 2009, 01:52:11 PM »
Quote from: kugel. on February 20, 2009, 01:16:32 PM
Can people please look at http://www.rockbox.org/tracker/task/9933 ? Thanks
Sorry, but the patch is not working:
Code: [Select]
patching file firmware/SOURCES
patching file firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
Hunk #3 FAILED at 125.
Hunk #4 FAILED at 184.
Hunk #5 FAILED at 283.
3 out of 5 hunks FAILED -- saving rejects to file firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c.rej
patching file firmware/target/arm/as3525/sansa-e200v2/button-target.h
patching file firmware/target/arm/as3525/sansa-e200v2/button-e200v2.c
Reversed (or previously applied) patch detected!  Assume -R? [n]
My working copy is at r20060 as yours.
Logged
Sandisk Sansa e250v2 + 8GB Sandisk microSD Card
Ubuntu 9.10

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #658 on: February 20, 2009, 02:11:12 PM »
Meh, I didn't think you'd really look at the revision of the patch :/

My tree was at r20060, but contains the e200v2 lcd fixes, so it was actually at r20063.
Anyway, I uploaded a proper diff against r20067.

Please comment on the scrollwheel. I changed how it's read to be like the fuze.
Logged
 

Offline sko

  • Member
  • *
  • Posts: 52
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #659 on: February 20, 2009, 02:34:56 PM »
Well, display works, but the scrollwheel scrolls in the wrong direction some time, but just two or three items, then it scrolls in the right direction again.
Logged
Sandisk Sansa e250v2 + 8GB Sandisk microSD Card
Ubuntu 9.10

  • Print
Pages: 1 ... 42 43 [44] 45 46 ... 129
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.108 seconds with 14 queries.