Nikon D70 Digital Camera with 18-70mm Lens Logo
Anonymous Posted on Mar 21, 2010

Flashing chr and tried everything - Nikon D70 Digital Camera with 18-70mm Lens

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Brigadier General:

An expert that has over 10,000 points.

  • Master 4,090 Answers
  • Posted on Mar 21, 2010
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Brigadier General:

An expert that has over 10,000 points.

Joined: Jun 20, 2009
Answers
4090
Questions
0
Helped
1184353
Points
12747

Questions as bare as this are less likely to be answered because they contain no information of value to the reader to assist you in solving the problem.
?chr? charger? chair? character? ( abbreviation)

If the unit is on charge flashes but does not charge, suspect a faulty charge system circuit or a dead battery unit that needs to be replaced.

Please rate my attempt to solkve this question+_+++Thankis for using FIXYA

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Excel Tool VBA Password Recovery

Are you looking to unlock a protected sheet or actually recover the password? I can help you with the former.

Note this will only work to unlock a worksheet. It will not recover the VBA editor password (however this is possible by very hard to explain.)

1) Open the excel sheet you want to unlock,
2) Open VBA editor, (Alt+F11 while in excel)
3) add a module (insert > module)
4) and paste in this code into the main window (big window on the right)

Sub PasswordBreaker()
Dim i As Integer, j As Integer, k As Integer
Dim l As Integer, m As Integer, n As Integer
Dim i1 As Integer, i2 As Integer, i3 As Integer
Dim i4 As Integer, i5 As Integer, i6 As Integer
On Error Resume Next
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If ActiveSheet.ProtectContents = False Then
MsgBox "One usable password is " & Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
ActiveWorkbook.Sheets(1).Select
Range("a1").FormulaR1C1 = Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub

5) Then either:
5a) go back to the excel window, click Developer > Macros > select PasswordBreaker
6) Or just hit the play icon (green triangle) in the top of the VBA editor

This will unlock the sheet, and give you a password which will unlock it in the future.

Note: Due to the encryption method used in excel, there are many possible passwords which will unlock the sheet. This will give you "a" password which will work but it will not be the one that you originally set up. Both the original and this one will still work.
1helpful
1answer

CHA flashing on readout screen. Battery is fully charged. What does CHA mean?

If there are brackets around the CHR, it means the card is locked. SD cards have a slide switch along one edge. The position farthest from the contacts locks the card, protecting it from writes. The position nearest the contacts unlocks the card. If the switch is already in the proper position, slide it fully the other way and then back again.

If there are no brackets around the CHR, it means the camera cannot read your memory card. Try a different card.
1helpful
1answer

I want to add 9 inch x 4 inch paper size on printer lq-300+

use following command

For 4" Height
Chr(27) + Chr(67) + Chr(0) + Chr(4)

For 6" Height
Chr(27) + Chr(67) + Chr(0) + Chr(6)

For 12" Height
Chr(27) + Chr(67) + Chr(0) + Chr(12)
0helpful
1answer

Nikon D70 with brand new Sandik ultra11 2gb flash card error CHR

Go to the Nikon site and upgrade the firmware on your D70 to version 2.0.

Before doing that, try turning the camera off, wait a min, then back on. That sometimes clears the error. The D70 is having trouble reading the card(s) you're putting in. The upgrade fixes that.
0helpful
1answer

Page setup

see the paper length you are using
ex. 8.5 X 12 "
set the paper length programatically by using following command

?? chr(27)+chr(67)+chr(0)+chr(12)

0helpful
1answer

How to set page length in computer for dot matrix printer model wep 800DX

to set up page length in inches

?? chr(27)+chr(67)+chr(0)+chr(12) - for 12" page length

to set up page length by lines

?? chr(27)+chr(67)+chr(50) - for 50 lines / page
2helpful
2answers

White screen

how do you flash the firmware using pc. can u tell the procedure
Not finding what you are looking for?

132 views

Ask a Question

Usually answered in minutes!

Top Nikon Cameras Experts

ZJ Limited
ZJ Limited

Level 3 Expert

17989 Answers

Brad Brown

Level 3 Expert

19187 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Are you a Nikon Camera Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...