Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Version 0.9 With stop recording button.
Browse files Browse the repository at this point in the history
Added a button to stop the recording. Now you can make up to a 3 minute recording, which you can stop at any time. Still no audio as of yet. Import this to Android Studio to build on your own.
  • Loading branch information
alaskalinuxuser committed Dec 27, 2016
1 parent ed91dd0 commit 51f0934
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 65 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,10 @@ Nougat presented some new challenges for the S4. One of those challenges was tha
Here is my workaround for that. The usual methods did not work, so I leveraged su (root) to do a low level recording. You can choose 1 minute or 3 minute recordings. There is no audio at this time. The record button records a video. The picture button takes a photo. All files are saved in the /sdcard/Pictures folder.

Changelog:
20161227
+ Version 0.9
+ Now can stop recording or use timer. No audio yet.

20161222
+ Version 0.8
+ Records video and takes pictures. No audio yet.
Expand Down
137 changes: 80 additions & 57 deletions S4camera/app/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions S4camera/app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.example.alaskalinuxuser.s4camera"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "0.8"
versionCode 2
versionName "0.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 51f0934

Please sign in to comment.