Here is the picture of the latest failed experiment.

http://www.angelfire.com/scifi2/zpt/temp/silver.jpg


to left hydrogen and helium cylinders.
Center signal generator.  I was set to square wave for the max possible 
summation with harmonics.
To right silver wire in bottle.  Silver was is in a loop to allow circulating 
currents.
RF tuning capacitor to select harmonics.


No anomalous energy.  If I ever get anomalous energy you can believe me.


..............................
I may try my media recorder with android M and android Kit cat.  here is my 
code.



//create and instance of media 
recorder.....................................................................
mRecorder = new MediaRecorder();

//start recording button
Button StartRecording = (Button) findViewById(R.id.record);


//SET UP THE OnCLICK LISTENER FOR Start recording
StartRecording.setOnClickListener(new View.OnClickListener() {
                                      @Override
                                      public void onClick(View v) {


                                          if ( mRecorder != null){
                                              //mRecorder.release();
                                              mRecorder.reset();

                                              Log.e("1. ", "Recorder reset");

                                          }
                                          
toneG.startTone(ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD, 100);

                                          sleep(500);

                                          //set the path to this apps storage 
location
                                          String path = 
Environment.getExternalStorageDirectory().getAbsolutePath();
                                          path += "/WatchDog1.mp4";


                                          //  Set the Recording 
parameters....note the mike has to turned on manually
                                          try {



                                              
mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
                                             
mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

                                              //  encoder
                                              
mRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263);
                                              // 
mRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC);

                                              mRecorder.setOutputFile(path);


                                             // mRecorder.setVideoFrameRate(29);
                                            //  mRecorder.setMaxDuration(10000);
                                            // mRecorder.setVideoSize(640, 480);



                                          } catch (Exception e) {
                                              Log.e("2. ", "Recorder not 
initalized");
                                          }


                                          //start the recorder
                                          //  makeText(getApplicationContext(), 
R.string.toast2, LENGTH_SHORT).show();


                                          try {
                                              mRecorder.prepare();
                                          } catch (IOException e) {
                                              // 
Log.e(String.valueOf(tag),"Recorder not prepared");
                                              System.out.println("Recorder Prep 
Error " + e.getMessage());
                                          }


                                          {

                                          }


                                          try

                                          {
                                              mRecorder.start();
                                          }

                                          catch(Exception e){

                                              System.out.println("Recorder not 
started   Error Message= " + e.getMessage());


                                          }


                                      }


                                  }

);




Frank








-----Original Message-----
From: Frank Znidarsic <fznidar...@aol.com>
To: vortex-l <vortex-l@eskimo.com>
Sent: Sun, Apr 16, 2017 11:08 am
Subject: [Vo]:Why Scientists Must Share Their Failures







This may be the problem with the app.  Oh what a pain.


http://stackoverflow.com/questions/26990816/mediarecorder-issue-on-android-lollipop



-----Original Message-----
From: Frank Znidarsic <fznidar...@aol.com>
To: vortex-l <vortex-l@eskimo.com>
Sent: Sun, Apr 16, 2017 10:49 am
Subject: Re: [Vo]:Why Scientists Must Share Their Failures


Sharing now:




Tried a silver 22 gauge wire in hydrogen and then helium at one atm.
I put the wire and the gas in a small plastic bottle upside down so in case it 
blew
up it would project no shrapnel.  Wires for the RF stimulation enter at the 
bottom.


The wire was stimulated with RF (1 to 100 MHZ) and with a milli watt laser.  I 
did not use my high voltage spark gap exciter but rather a signal generator.


No anomalous energy was produced and the arrangement is still setting there 
doing nothing.  So much for that.


.............................


On the app side I am trying to get a video recorder up and recording.  My last 
apps did audio.  The programming
seems similar, however, the error appears "media-recorder failed to start"  I 
have no clue and no help.  I may quit this for now as I need to fix the roof, 
paint, treat for termites, work on one of the cars, clean the cellar, and 
similar spring time stuff.


Frank




  







Reply via email to