View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#11
Originally Posted by Hedgecore View Post
I can't speak for the n880, but doesn't the door on the 770 have to be closed in order to mount the memory card? That kinda screws any sort of adapter.
yes with Nokia kernel, no with custom kernel with one line fix, waiting for closing the door is software 'feature'. Just comment line 694
Code:
                if (cards_present)
in drivers/mmc/omap.c to make it check for cards also with doors open.

I have Transcend 4gb mmcplus card and it works in n770 without any hardware mod with doors opened and kernel with this one line fix.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2007-08-03 at 15:59.