Forum: Kindle Developer's Corner
06-28-2013, 03:09 PM
|
|
Replies: 0
Views: 1,670
Waveform fs (request)
Hi, could someone please zip "/mnt/wfm" and upload it here? You can mount it with wfm_mount. Thanks!
EDIT: fixed, wfm_erase did the trick...
|
Forum: Kindle Developer's Corner
01-08-2013, 04:37 PM
|
|
Replies: 141
Views: 48,918
|
Forum: Kindle Developer's Corner
01-08-2013, 04:25 PM
|
|
Replies: 141
Views: 48,918
|
Forum: Kindle Developer's Corner
01-08-2013, 04:07 PM
|
|
Replies: 141
Views: 48,918
|
Forum: Kindle Developer's Corner
07-30-2012, 04:07 PM
|
|
Replies: 20
Views: 4,781
|
Forum: Kindle Developer's Corner
07-30-2012, 03:41 PM
|
|
Replies: 20
Views: 4,781
|
Forum: Kindle Developer's Corner
07-30-2012, 11:50 AM
|
|
Replies: 20
Views: 4,781
There is also LED diagnostic in system diags,...
There is also LED diagnostic in system diags, which can blink the LEDs, so it must be possible to control them within userspace. Stupid that they haven't released diags prog source. Do you think if...
|
Forum: Kindle Developer's Corner
07-30-2012, 11:04 AM
|
|
Replies: 20
Views: 4,781
|
Forum: Amazon Kindle
07-30-2012, 10:36 AM
|
|
Replies: 11
Views: 3,887
|
Forum: Kindle Developer's Corner
07-30-2012, 10:29 AM
|
|
Replies: 20
Views: 4,781
Can you tell me a reference to the code file...
Can you tell me a reference to the code file where is it being controlled? I think for the real data output it would be necessary to implement data sending code in the kernel, because small delays...
|
Forum: Amazon Kindle
07-30-2012, 06:08 AM
|
|
Replies: 11
Views: 3,887
|
Forum: Kindle Developer's Corner
07-30-2012, 03:38 AM
|
|
Replies: 20
Views: 4,781
Strange they haven't connected any power...
Strange they haven't connected any power stabilizer to the port. They must have known about it when they made it that way. Yes, external lamp does not need it, but... And about that ticks - there are...
|
Forum: Kindle Developer's Corner
07-29-2012, 06:43 PM
|
|
Replies: 20
Views: 4,781
Yup, maybe delays are bad. But what are that...
Yup, maybe delays are bad. But what are that ticks? Tomorrow I'll try to connect it to speakers with amplifier to check if there are more voices. Somebody should probably connect the Kindle to the...
|
Forum: Kindle Developer's Corner
07-29-2012, 03:46 PM
|
|
Replies: 20
Views: 4,781
I were not driving it at wrong frequency. No...
I were not driving it at wrong frequency. No matter if I do while true; do echo 0 > ${ac}; usleep 100; echo 1 > ${ac}; usleep 100; done; or while true; do echo 0 > ${ac}; echo 1 > ${ac}; done;effect...
|
Forum: Kindle Developer's Corner
07-29-2012, 11:55 AM
|
|
Replies: 20
Views: 4,781
Thanks for the karma! I think it could not be...
Thanks for the karma! I think it could not be used as input port (also, I am not going to try it - there is currently no easy HW "unbrick"). While I was playing with the port, I've also tried to...
|
Forum: Kindle Developer's Corner
07-29-2012, 11:37 AM
|
|
Replies: 20
Views: 4,781
Accessory port
As the accessory port is being ignored as an output port here (I haven't found here it's used somewhere), I created script that sends text string to the port.
acsend.sh:
#!/bin/sh...
|
Forum: Kindle Developer's Corner
07-28-2012, 05:43 PM
|
|
Replies: 11
Views: 10,294
|
Forum: Kindle Developer's Corner
07-25-2012, 09:51 AM
|
|
Replies: 110
Views: 23,389
|
Forum: Kindle Developer's Corner
07-25-2012, 08:58 AM
|
|
Replies: 110
Views: 23,389
|
Forum: Kindle Developer's Corner
07-25-2012, 08:46 AM
|
|
Replies: 110
Views: 23,389
|
Forum: Amazon Kindle
07-24-2012, 04:51 PM
|
|
Replies: 28
Views: 14,654
That's worse than my problem. I really hate...
That's worse than my problem. I really hate plagiarising work with no credit given back to the original author. Have you tried sending them some reminder that it's your work and you don't want it...
|
Forum: Amazon Kindle
07-24-2012, 04:31 PM
|
|
Replies: 28
Views: 14,654
|
Forum: Amazon Kindle
07-24-2012, 03:14 PM
|
|
Replies: 28
Views: 14,654
|
Forum: Amazon Kindle
07-23-2012, 07:31 AM
|
|
Replies: 11
Views: 3,887
Have you solved your problem? If not, you may...
Have you solved your problem? If not, you may have entered invalid IP while connecting (IP=host - it's 192.168.15.244). After you enter mntroot rw in the SSH, don't do anything except opening winscp,...
|
Forum: Kindle Developer's Corner
07-19-2012, 01:58 PM
|
|
Replies: 110
Views: 23,389
|