[HOW TO] Record Screen ***NATIVE *** - Moto G Android Development

Hi , i post in this section because i think that this "tool" will be very helpful to the rom makers, i know that in the web are a lot of tutorials but i never have seen one Rom that implement this tool to show the ROM were they are working...
so if i'm in the wrong section or if any moderator think that this is sh**t you can delete my post or etc.
So, in android 4.4 google introduces a new feature called "Screen Recording" so the tool basically record your screen , i think that if we use some videos an pics in the OP of any rom we will have a better idea of what we will see in our device, if is smooth or slow, or laggy, etc
So basically you will need :
THIS JUST WORK ON DEVICES RUNNING KITKAT
Moto G Drivers(Or drivers of the android device)
ADB
Moto G(Or android device)
So
open a conosole were is adb (shift+open window command here)
remember check adb debugging
try
adb devices
this will return something like that
https://drive.google.com/file/d/0B9MUCjEugQjgVmpLc0tOSVIxbTQ/edit?usp=sharing
so, if our device is detected we use the next instructions(basic commando):
adb shell screenrecord /sdcard/demo.mp4
if we put attention we will see that the video will be saved in the sdcard(in the root), we can change were the video will be saved, and we see too that demo.mp4 is the name of the video, you can change the name but remember put .mp4 in the end, the length of time it records (the default duration is 3-minutes) and this comand would record at 4mbps THIS COMMAND IS THE BASIC
so this look like that:
https://drive.google.com/file/d/0B9MUCjEugQjgenVMWGhXeG9YRkE/edit?usp=sharing
we know that the video will be in /sdcard/ with the name demo.mp4
so another example of code will be this:
adb shell screenrecord --bit-rate 8000000 --time-limit 30 /sdcard/kit.mp4
now the bitrate of the video will be 8mbps and the time now will be 30 seconds and the name of the video is kit and will be saved in the root of our sdcard.
this look like:
https://drive.google.com/file/d/0B9MUCjEugQjgeER2bGhHcTRPdzQ/edit?usp=sharing
now we have our video, so we will pull the video from our sdcard to our pc:
adb pull /sdcard/kit.mp4
https://drive.google.com/file/d/0B9MUCjEugQjgMTdpbjc3ZHV3Smc/edit?usp=sharing
and DONE we have a little record about our rom,etc
i repeat this is the basic example. a lot of commands are in this page http://developer.android.com/tools/help/adb.html#screenrecord
You will fin this commands in the above link:
This are more commands , just added in the command before put /sdcard/
example: adb shell screenrecord --bit-rate 8000000 --time-limit 30 /sdcard/kit.mp4
Options=====Description
--help=======Displays a usage summary.
--size <WIDTHxHEIGHT>======Sets the video size, for example: 1280x720. The default value is the device's main display resolution (if supported), 1280x720 if not. For best results, use a size supported by your device's Advanced Video Coding (AVC) encoder.
--bit-rate <RATE>=======Sets the video bit rate for the video, in megabits per second. The default value is 4Mbps. You can increase the bit rate to improve video quality or lower it for smaller movie files. The following example sets the recording bit rate to 6Mbps:
screenrecord --bit-rate 6000000 /sdcard/demo.mp4
--time-limit <TIME>======Sets the maximum recording time, in seconds. The default and maximum value is 180 (3 minutes).
--rotate=======Rotates the output 90 degrees. This feature is experimental.
--verbose=======Displays log information on command line screen. If you do not set this option, the utility does not display any information while running.
And one more thing you can find all the requirements here :
Drivers(download device manager)------https://motorola-global-portal.custhelp.com/app/answers/prod_answer_detail/a_id/97326/p/30,6720,9050/action/auth
Minimal Adb(Thanks to him)----- http://forum.xda-developers.com/showthread.php?t=2317790
Example of the Results:
http://www.youtube.com/watch?v=22C2w6FswAg&feature=youtu.be
Thanks to :
Google
Motorola
@shimp208
and maybe ... me....

Good tutorial, thanks mate
Enviado desde mi Moto G

Can this method be used to cast the screen to a computer? We need sometimes present our work via Skype meeting. Currently we use AndroidScreencast for it but it is slow as hell.

debaj said:
Can this method be used to cast the screen to a computer? We need sometimes present our work via Skype meeting. Currently we use AndroidScreencast for it but it is slow as hell.
Click to expand...
Click to collapse
I don't think so, this just will save a video of your screen,
But you can play it in the PC and then share it vía PC..

Eduardogv said:
Good tutorial, thanks mate
Enviado desde mi Moto G
Click to expand...
Click to collapse
You are welcome

Good tut
I only want to say, that OMNI ROM (now is not available for Moto G) has native recording function, you can record screen with Power + Vol Up, or down? Now i don't know which... One is for screenshot and other for recording...
Also, GravityBox can record screen from power menu.
And at the end, on Google Play you can find lot of screen recording apps which uses native recording on KitKat.

Ja_som said:
Good tut
I only want to say, that OMNI ROM (now is not available for Moto G) has native recording function, you can record screen with Power + Vol Up, or down? Now i don't know which... One is for screenshot and other for recording...
Also, GravityBox can record screen from power menu.
And at the end, on Google Play you can find lot of screen recording apps which uses native recording on KitKat.
Click to expand...
Click to collapse
Yep... But this is using adb... Btw in gravity box where i found that option??

alonsoch said:
Yep... But this is using adb... Btw in gravity box where i found that option??
Click to expand...
Click to collapse
Power tweaks - Screen record in in power menu
Sent from my Nexus 7 using Tapatalk

Ja_som said:
Good tut
I only want to say, that OMNI ROM (now is not available for Moto G) has native recording function, you can record screen with Power + Vol Up, or down? Now i don't know which... One is for screenshot and other for recording...
Also, GravityBox can record screen from power menu.
And at the end, on Google Play you can find lot of screen recording apps which uses native recording on KitKat.
Click to expand...
Click to collapse
Volume down for screenshot. Volume up for screen record

Ja_som said:
Power tweaks - Screen record in in power menu
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Cant find advanced power menu on KitKat gravitybox!!

Antieco said:
Cant find advanced power menu on KitKat gravitybox!!
Click to expand...
Click to collapse
Its in the power menu Tick advanced reboot menu

robin0800 said:
Its in the power menu Tick advanced reboot menu
Click to expand...
Click to collapse
On KitKat? cant find it! please would you give me the exact path ..

Antieco said:
On KitKat? cant find it! please would you give me the exact path ..
Click to expand...
Click to collapse
Open GravityBox[KK]
click on Power tweaks
select the second item Advanced reboot menu

robin0800 said:
Open GravityBox[KK]
click on Power tweaks
select the second item Advanced reboot menu
Click to expand...
Click to collapse
Cheers, cant belive i never saw it! thanks!

Code:
Options Description.
--help Displays a usage summary.
--size <WIDTHxHEIGHT> Sets the video size, for example: 1280x720.
--bit-rate <RATE> Sets the video bit rate for the video, in megabits per second. The default value is 4Mbps. You can increase the bit rate to improve video quality or lower it for smaller movie files.
--time-limit <TIME> Sets the maximum recording time, in seconds. The default and maximum value is 180 (3 minutes).
--rotate Rotates the output 90 degrees. This feature is experimental.
--verbose Displays log information on command line screen. If you do not set this option, the utility does not display any information while running.

Related

[MOD COLLECTION] Need testers!

Progress:
All mods need testing!
Basic tutorials on how to install the mods are included inside the downloads.
Minimum Brightness Patcher (allows you to set the minimum brightness lower!)
Credits to Xeudoxus
Build.Prop mods (only include the value to change, they are NOT full replacements!)
Credits to LexusBrian400
Code:
-Change LCD Density to 220
-Change LCD Density to 200
-HQ Recording Mod (720x480)
-Keep button lighting on while the screen is on
-Delay wifi search from 60 to 90 ms (for when you forget WiFi on)
Contact List Mod[NOT WORKING]
Credits to Wysie
Code:
[B]+Dialer[/B]:
-Ability to set certain programs for voicemail
-Themeable background: custom_background_dialer.png in drawable-finger
-Changeable digits color
-Haptic feedback function
[B]+Call log[/B]:
-View total incoming/outgoing call time in call log
-Show actual time in call log, instead of relative time
-Show contact pictures in call log
-Hide the green dial button, when this is hidden, tapping on the arrows showing incoming/outgoing/missed call will dial the number instead. That is, they replace the function of the green dial button.
-Ability to clear all logs of a particular user or number (long-press on the entry, it's in the context menu)
-Ability to clear all logs of a particular type (missed, incoming, outgoing)
-Call logs are now grouped
-Ability to change the size of the contact picture when viewing an individual's call log
[B]+Contacts[/B]:
-Navigate directly from contact info
-Show dial button in Contacts/Favourites
-Add/remove contacts from Groups
-Ability to change the size of the contact picture when viewing a contact.
-Alphabetical separators in contacts
-Ability to create/rename and delete groups! System Groups and Starred in Android are shown but not editable though
-Ability to take a picture with the camera directly when adding/editing a contact.
-Added copy to context menu when viewing a contact so you can copy a contact's number, address, email, etc. directly
-Added preference to hide all "Text/SMS" actions except for mobile numbers.
[B]+Favourite[/B]s:
-Ability to clear frequently called numbers
-Ability to hide frequently called numbers
[B]+Misc[/B]:
Enable/disable auto-rotation based on sensor
Phone Mod[NOT WORKING]
Credits to cytown
Code:
-Add notification differ than talking when dialing.
-Vibrate on outgoing call on answered.
-Vibrate on 45 sec when outgoing talking, i.e. 45", 1'45", 2'45"... (also have attached without this function.)
-2 short vibrate on off hook.
-More awake time for screen on while talking.
-Notify with led blink when missing call
-Vibrate on call waiting
-Force return to call log screen after a call out end
-Settings for on/off of all above
-Show avatar when outgoing call not answered
-Ringer performance improved
-Show organization in call screen
-Larger avatar
-Black list
-Layout from eclair
-Force use touch ui keyboard
-Turn over to silence incoming call
-Support left hand user
-Support wire control to hangup
-Show nickname in call screen
Mods In Progress:
YouTube Default HQ Mod
Incognito Browser Mod
Multitouch Gallery 3D From BlackDroid v10
Launcher2 From BlackDroid v10
HelixLauncher From BlackDroid v10
HelixLauncher2 From BlackDroid v10
MMS App From BlackDroid v10
Music App From BlackDroid v10
270/360 Degree rotation from CyanogenMod
The UltimateDroid Menu from UltimateDroid eXtreme 8
Contact List Mod
Phone Mod
Your suggestions
Anyone wanting to try out the files? I don't own a device yet, and I don't think the android emulator will allow these changes..
Mikevhl said:
Progress:
I'm currently researching a file I took from the hero forums but am stuck at finding a way to modify "classes.dex" found inside "framework.jar"
I found it in http://forum.xda-developers.com/showthread.php?t=721811
Click to expand...
Click to collapse
This might help you!
http://code.google.com/p/android-apktool/
89luca89 said:
This might help you!
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
Thanks, I just found the 'Avabox v2' tool which I am looking into right now. I will try the APK tool if I have no succes. The proccess I'm going through right now is pretty hard, I have to find the original file, and compare it with my file which has been changed with the 270 degree rotation mod already, and when I am done I have to insert the code into our framework.jar
Being impatient as I am, I'm giving the files from the Fast-Light-Rom v2a a shot, since they look pretty unchanged. I'll report back wether I have succes of failure!
I'm very intrested in ths hack, if you need help, please ask me via pm I'll help you if I can ^_^ (I'm not an advanced developer) and I'll be happy to test and troubleshoot!
Alright, I have attached the modded framework.jar. I assume you know how to replace the current file and if anything goes wrong restore it? If you do, would you please be so kind to test it for me? Since if I have to do it myself, I'll first have to install Ubuntu, go trough some crap taking 30 minutes, compile a system.img for the android emulator and finally check if the file crashes settings.apk or not. I won't even be able to try if the rotating works!
Which I am doing anyway.. downloading Ubuntu 9.04 (10.04 has Wifi issues for me) right now
I'll test it
89luca89 said:
I'll test it
Click to expand...
Click to collapse
Much appreciated!
Any news?
Note that after installing the file the first boot is supposed to take longer, so that you won't freak out
Mikevhl said:
Any news?
Note that after installing the file the first boot is supposed to take longer, so that you won't freak out
Click to expand...
Click to collapse
Yeah I imagin xD Now I'm returning home and I'll test, now I'm from milestone lolz
I have many things to test on my rom, but when I'll return home I'll test your firts
Thanks a bunch, I'm confused if this will work or not, maybe I still need to add an entry in the settings.apk to enable it, maybe it will enable by itself.
Hoping to hear from you!
I'm sorry, but it's 01:30 where I live right now and I realy need some sleep
I'll be back tomorrow!
Greetings, Mike
Mikevhl said:
I'm sorry, but it's 01:30 where I live right now and I realy need some sleep
I'll be back tomorrow!
Greetings, Mike
Click to expand...
Click to collapse
the file is broken, cannot unzip it!
Please can you do it in rar? or better 7z?
89luca89 said:
the file is broken, cannot unzip it!
Please can you do it in rar? or better 7z?
Click to expand...
Click to collapse
That's weird, it downloads fine for me.. but alright, I'll 7zip it up for you
Hope this one'll work
It works in the Android emulator!
Any news on the real-world device?
turns out android-emulator is always capable of rotating the screen... I'll need a real-world-device-test
Mikevhl said:
It works in the Android emulator!
Any news on the real-world device?
turns out android-emulator is always capable of rotating the screen... I'll need a real-world-device-test
Click to expand...
Click to collapse
real-world not working
Only rotates on the left like normal
89luca89 said:
real-world not working
Only rotates on the left like normal
Click to expand...
Click to collapse
Al right, thanks for the report. Does it crash anything though?
Mikevhl said:
Al right, thanks for the report. Does it crash anything though?
Click to expand...
Click to collapse
not, simply does nothing xD
Some mods like the brightness,the build.prop changes for lcd density wifi and HQ all works because are included in my Rom from a while xD
Would suggest you also the youtube mod!
EDIT:
wait, your phone,contacts and brightness mode doesn't work!
Lcd and hq yes are tested a lot, bi those 2 hacks not!
Sent from my Milestone using XDA App
Hi guys,
I remember that Motofrenzy has rotate mod and works like a charm. It's yours?.
@89luca89: I'm using your EclairMod (AMAZING!!, by the way), I wonder if you make a patch for your ROM with rotate mod. Or I cant use this zips archives attached to this thread?.
Regards!!. Keep the wonderfull work!!

[Mod]Camera[4.0][4.1][4.2] [Discontinued]

Code:
[CENTER]---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[COLOR="Red"]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[/COLOR]
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ICS 4.0.4 Camera[/CENTER]
When in 3D mode the preview will be upside down
Workaround: select last taken pic let it open go back to camera preview is right side up or Start 3D Camera instead of Normal Camera from launcher
ISO Menu is not needed the Auto Option works quite well IMO ICS camera Quality is good enough
Todo -
Rotate Video Output Preview Fixed Rotate
Rotate 3D Video Preview + Output
update NOV 5 5.42am
Voice Shutter Now activated by the word "cheese"
Removed Shutter tone 1 Replaced it with OFF option
IPP was set to off by deault enabled it Lense Correction + Noise Filter
YUV422i Preview
JPEG 100% Quality Clear Arccamera Data
update NOV6
Burst Shot @ Full Res
Burst Shots Now = 20 Shots:D
Enabled Macro CAF in menu
NOV10
Dithered Bitmap
InpreferQualityOverSpeed
Disabled sounds
removed Manual Focus
Quality is now Really @100%
NOV12
Beta Added Followin scene modes
Action
Beach
Barcode
Candlelight
Closeup
Cine - Later Add to Video
Fireworks
Mood
Night indoor
Old-film - Later Add To Video
Party
Snow
Steadyphoto
Super night
Theatre
Nov 13 Scene Modes All Working :D These Were not Activated but Actually Coded into ArcCamera Enjoy Next stop Video Scene Modes and Higher bitrates If you notice the icons for the scenes dont match the scene thats because there generic icons Visuals l8R.
RC2 - Video Scene Modes
Video Focus Modes
Higher Bitrate Set IT to 36mbps
Let me know if camera works with low battery
Nothing Major
[CENTER]---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[COLOR="Red"]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[/COLOR]
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
JB 4.2 Camera[/CENTER]
Note Front Cam In Now upside down lol use any other camera app if you really need it
Android 4.2 Cam MD1 inc photosphere
Just tried it seem buggy on o3d anyway here is samples
Photosphere
[url=http://iceimg.com/a720c7a801344d.jpg.htm][img]http://iceimg.com/t/a7/20/c7a801344d.jpg[/img][/url]
Normal
[url=http://iceimg.com/bdeaca643ff9f8.jpg.htm][img]http://iceimg.com/t/bd/ea/ca643ff9f8.jpg[/img][/url]
Even though Photosphere preview is upside down the Final Image rotation is corrected
[B][U][URL=http://d-h.st/aVq]JB 4.2 CAM + Gallery O3D_ICS.rar - 8.50 MB[/URL][/U][/B]
Click to expand...
Click to collapse
P1 Camera.zip - 4.28 MB
http://d-h.st/dEs <<<<<<<<<<<<<<<<<<<<<<< Media Profile 40mbps Vid+ 320kbps 2ch Audio
12th April Added Last Version for V28 V30a V30b
delete ArCamera from system/app
install v28-V30a-V30b-ArcCamera.apk like normal apk's no need to copy to system dir
I can give you temporary CWM access in order to do the tests.
Sent from my LG-P920 4.0.4 ICS using xda app-developers app
xbsall said:
I can give you temporary CWM access in order to do the tests.
Sent from my LG-P920 4.0.4 ICS using xda app-developers app
Click to expand...
Click to collapse
I Changed the rotation to 0 90 180 270 seems to havwe no effect we going to have to find a way to fool the MPL sensor and use the phone upside down to take pictures however i got it todo a raw image dump in .yuv formart. you can play with the settings open terminal type su then camera_test f there you can override default settings in ArcCamera.apk i saw something about Forced Landscape orientation if that
Progress?
ICS's arccamera hasn't continuous focus for video recordings
bether said:
ICS's arccamera hasn't continuous focus for video recordings
Click to expand...
Click to collapse
its there just disabled maybe its because v30b
Code:
case 268435477:
switch (j)
{
case 536871008:
s = "auto";
break;
case 536871009:
s = "macro";
break;
case 536871010:
s = "auto";
break;
case 536871011:
s = "infinity";
break;
case 536871013:
s = "fixed";
break;
case 536871017:
s = "continuous-picture";
break;
case 536871024:
s = "auto";
break;
case 536871025:
s = "continuous-video";
break;
}
break;
And if there is no ticam.xml/media profile where can we see the jpg compression and other data?I think you say it is in omap.so files...maybe?So, can you tweak any feature?camera's tweaks in builp.prop will work?
Thanks defcomg!
lemach said:
And if there is no ticam.xml/media profile where can we see the jpg compression and other data?I think you say it is in omap.so files...maybe?So, can you tweak any feature?camera's tweaks in builp.prop will work?
Thanks defcomg!
Click to expand...
Click to collapse
The Jpeg Compression Can be manually set in the APK i managed to get the UI From Rotating but preview still rotates if the orientaion Sensor can be disabled the camera might be usable till then CameraPro Works fine if not better Minus the 3D part Plus you can Set Bitrate Frame Rate audio channels etc tried 60fps and 40k bitrate but it was in low light will try again see if it works im sure camera.omap4.so can be compiled from source
Can the setting of the other camera program be ported to the ArcCamera?
Pesach85 said:
Can the setting of the other camera program be ported to the ArcCamera?
Click to expand...
Click to collapse
Yes but the thing is it's upside i don't see the point of modding he app if i can't get the preview working right side up
Can you upload camera.omap4.so from SU870/P940?
I tried add these lines to build.prop.
accelerometer.hwrotation=270
input.hwrotation=270
ro.sf.hwrotation=270
but it effects only for whole screen.
bether said:
Can you upload camera.omap4.so from SU870/P940?
I tried add these lines to build.prop.
accelerometer.hwrotation=270
input.hwrotation=270
ro.sf.hwrotation=270
but it effects only for whole screen.
Click to expand...
Click to collapse
Is the preview still messed up
https://github.com/milaq/android_vendor_lge_p940/blob/ics/proprietary/camera.omap4.so
Ask that use called 2old4toys for camera.omap4.so i don't have su870 and also for ducati-m3.bin
In GB i swapped base_image_app_m3.xem3 with the one from SU760 it also gave me upside down view so the prob is there if we could find a beta for p920 and get that file we would be sorted
Thanks.
Unfortunately 2old4toys hasn't rooted his Cube 3D
I found another topic about upside/down camera:
http://forum.xda-developers.com/showthread.php?t=1848595
Maybe could help for find solution.
bether said:
Thanks.
Unfortunately 2old4toys hasn't rooted his Cube 3D
I found another topic about upside/down camera:
http://forum.xda-developers.com/showthread.php?t=1848595
Maybe could help for find solution.
Click to expand...
Click to collapse
I asked for help in there T.I Forum will see if they reply its possible to edit the ducati-m3.bin but there is a file thats required for that but its not included in there firmware folder using this app http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5
/system/lib/libcameraservice.so ??
---------- Post added at 10:21 PM ---------- Previous post was at 09:55 PM ----------
bether said:
Thanks.
Unfortunately 2old4toys hasn't rooted his Cube 3D
I found another topic about upside/down camera:
http://forum.xda-developers.com/showthread.php?t=1848595
Maybe could help for find solution.
Click to expand...
Click to collapse
To copy file from system folder is not required root, he can do it
He can use Android Commander to copy it directly into pc.
I 'd ask to him:
- /system/lib/hw/camera.omap4.so
- /system/lib/libcameraservice.so
- /system/vendor/firmware/ducati-m3.bin
Defcom not a clue but if the application Word Lens has an option to rotate the camera and with this if it looks good, do not know if you will help.
Look:
https://play.google.com/store/apps/details?id=com.bb.upsidedowncamera&feature=search_result
https://play.google.com/store/apps/details?id=rubberbigpepper.Orientator&feature=also_installed
Maybe this will help.
Anyway I can't calibrate "motion sensor" can be bug?
viper531986 said:
Defcom not a clue but if the application Word Lens has an option to rotate the camera and with this if it looks good, do not know if you will help.
Click to expand...
Click to collapse
Yes this app can rotate the camera preview without rotate the app commands!!
Defcomg in this must be the solution!
I think problem is at the communication camera apps with sensor.
Because the "Set Orientation" partially repair that problem.
Solution:
1. Download "Set Orientation" https://play.google.com/store/apps/...eyesfree.setorientation&feature=search_result
2. Run it and set to "Automatic"
3. Run any camera app and turn smartfone upside/down (vol+- on the bottom)
It's ALL!!
Can you do motion sensor calibration?
I don't Is notification "Cannot calibrate. Try again"
bether said:
I think problem is at the communication camera apps with sensor.
Because the "Set Orientation" partially repair that problem.
Solution:
1. Download "Set Orientation" https://play.google.com/store/apps/...eyesfree.setorientation&feature=search_result
2. Run it and set to "Automatic"
3. Run any camera app and turn smartfone upside/down (vol+- on the bottom)
It's ALL!!
Can you do motion sensor calibration?
I don't Is notification "Cannot calibrate. Try again"
Click to expand...
Click to collapse
work for me

[App][4.1] Recordr - Professional sound recorder (v2.0)

A beautiful and handy sound recorder that brings perfect sound quality with small file size.
Recordr allows to record long session without time limit, supports multiple audio output formats and multiple choices of application themes. This is the first recorder to produce .aac (Advanced Audio Coding) which saves upto 90% file size in compare to raw data.
Features
Recording profiles: raw data, lecture recorder, noise capturer, interview recorder. You can create your own and define what you need:
• Gain factor: control sound louder or softer
• Skip silence: control decibel level to skip sound recorded
• Noise filtered
• Remove echo
• Audio formats: wav, aac (compress upto 90% without degrading sound quality), 3gpp, amr, mp3, mp4
• Sample rate 48kHz, 44kHz, 16kHz, 8 kHz, 96kHz (.wav only)
• Channel: stereo, mono
Theme: include 35 beautiful themes for you to select.
Share, easy to share recordings to:
• Other devices through bluetooth
• Friends through email, message
Handy widgets allow to record from your home screen. Support resizable widget 1x1, 2x1, 2x2.
Advanced settings:
• Invisible recordings to music player
• Recording file naming convention
Note: Recording with mp4 format allows to post on Youtube and other video platform.
Download
Google Play: https://play.google.com/store/apps/details?id=com.hootapps.soundrecorder
.apks:
V 2.0.3 View attachment Recordr_v2.0.3.apk
V2.0: View attachment Recordr_v2.0.apk
V1.1.0: View attachment Recordr_v1.1.0.apk
V1.0.4: View attachment Recordr_v1.0.4.apk
V1.0.3: View attachment Recordr_v1.0.3.apk
V1.0.1: View attachment Recordr_v1.0.1.apk
V0.98: View attachment Recordr_v0.98.apk
v0.9.5 View attachment Recordr_v0.9.5.apk
v0.9.4 View attachment Recordr_v0.9.4.apk
v0.9.3 View attachment recordr_v0.9.3.apk
More info
Translate to your language
Report issue on bitbucket
Google+
Full change logs
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great!
Thanks for sharing with us.
It looks good and has great options.
I have yet to test it more thoroughly, but two early observations:
- having the possibility to save to ext-SD instead of just internal will be a great addition whenever you get to it;
- the widget (tried 3x1 and 2x2) doesn't seem to work properly for me. Tapping it seems to start the recording, but even if I tap it again to pause (or further to restart/restop) and press the checkmark to confirm saving, it only saves an empty 0bite file. I actually have to press the btn to open the app to do my recording...
4.4.4 let me know if logcat would help.
Thanks a bunch anyway and Happy Holidays.
Downloading
Sent from my Nexus 6 using Tapatalk
Thanks @testkeys for feedback
testkeys said:
- having the possibility to save to ext-SD instead of just internal will be a great addition whenever you get to it;
Click to expand...
Click to collapse
You will be able to select "location of recordings" in next release
testkeys said:
- the widget (tried 3x1 and 2x2) doesn't seem to work properly for me. Tapping it seems to start the recording, but even if I tap it again to pause (or further to restart/restop) and press the checkmark to confirm saving, it only saves an empty 0bite file. I actually have to press the btn to open the app to do my recording...
Click to expand...
Click to collapse
I confirmed the widget bug. I hope to fix it soon.
This app is awesome!
thanks for the reply @LEDUbao.
One more observation if you don't mind... :
After exiting the app, there are still 1 process and one service running. Those are not "cached" (for faster opening later on) they are running ones and last time I checked, use 24MB of ram.
Could you please try to make the app exit properly and kill those when leaving the app?
I know that I could always go in apps settings each time and stop them manually, but that is annoying and kinda froyo-era time and I don't want to go back to tasks killer app use...
?
Cheers.
testkeys said:
thanks for the reply @LEDUbao.
One more observation if you don't mind... :
After exiting the app, there are still 1 process and one service running. Those are not "cached" (for faster opening later on) they are running ones and last time I checked, use 24MB of ram.
Could you please try to make the app exit properly and kill those when leaving the app?
I know that I could always go in apps settings each time and stop them manually, but that is annoying and kinda froyo-era time and I don't want to go back to tasks killer app use...
Cheers.
Click to expand...
Click to collapse
Thanks @testkeys to point it out. It's certainly the recording service does not stop properly. It may cause battery leak. I will review on this point.
Nice. Timed recording of xx minutes or starting via slate (loud short amplitude) would be nice. Any chance to record to a movie container (e. G. AAC in MOV). This way you could store the time code. Also an option for WAVs...
dreinulldrei said:
Timed recording of xx minutes or starting via slate (loud short amplitude) would be nice. .
Click to expand...
Click to collapse
Thanks @dreinulldrei. There is an option "Draw graphs with decibels" in app's settings. Does that you mean?
Please provide a (by default?) option to have the date and time incorporated in the filename. So the recorded file starts with the mask yyyymmdd_hhmm , something like 20151222_0927 . After that prefix add what ever the user whishes to name the recording.
I basically suggest that the filename the user chooses should be placed after that automatically generated prefix.
I would welcome this... Fingers crossed.
Verstuurd vanaf mijn Elephone P8000 met Tapatalk
ko3st said:
Please provide a (by default?) option to have the date and time incorporated in the filename. So the recorded file starts with the mask yyyymmdd_hhmm , something like 20151222_0927 . After that prefix add what ever the user whishes to name the recording.
I basically suggest that the filename the user chooses should be placed after that automatically generated prefix.
I would welcome this... Fingers crossed.
Verstuurd vanaf mijn Elephone P8000 met Tapatalk
Click to expand...
Click to collapse
Hi @ko3st, There is already an option for this, but it's off by default.
Ver 0.9.4 is out, below are change logs
Fix recording via widgets
Support to change location of recordings
Datetime filename is set to default
@leducbao
Features, interface and usability are great!
Thank you for sharing this project
I will be testing it for my recordings very soon !!!
leducbao said:
Ver 0.9.4 is out, below are change logs
Fix recording via widgets
Support to change location of recordings
Datetime filename is set to default
Click to expand...
Click to collapse
Merry Xmas!
and thanks for the new gift.
Just had a quick test and I can confirm that I no longer have issues with widgets and that the app is now closing properly upon exit (no more running service/process); thanks!! (that could've been in changelog also btw)
[emoji12]
No ext-SD saving yet, but no biggie there.
Regarding the user interface again:
I like this theme:
but:
- I find it a little bit redundant to have the exact same functions pressing on the big circle (microphone icon) or the middle square button;
- it will take no time to get used to this, but at first, the two small round buttons' functions was not obvious as their icons are a little on the stealth mode (hard to see);
- it would be nice if the notification recording icon(status bar one) would somehow follow the selected theme's scheme/color accent; I truly prefer stealth look over cyan...
- One last thing: the proper abbreviation for Decibel is "dB" not "Db" (string in skip silence setting)
Thanks again for sharing this with us and Happy Holidays to you and your family.
---------- Post added at 03:10 AM ---------- Previous post was at 02:35 AM ----------
additional info regarding closing the app (on Android 4.4.4) - 2 scenarios:
- you save your recording and press the back key once or twice to exit: the app is "mainly" closed, but it will still "blip" a 0.2%cpu load (small, I know but...) every 5 seconds or so unless I go in recent apps and swipe it off;
- start a recording, press the back button until you reach the home screen, drag the notification panel down and pause&save the recording from there. Now if you look in your running service/process it will be listed and using anywhere from 3 to 7% of cpu load (constant not short blips like case 1). Same solution again though: have to swipe it off the recent apps to fully close it.
Sorry that I'm not using your other means or issue/feedback reporting; I don't G+ or fb...
Version 0.9.5 is out. Change logs
- Fix bug recording service don't stop properly
- Auto upload record file to Google Drive
- Support .mp3 output format
testkeys said:
Merry Xmas!
No ext-SD saving yet, but no biggie there.
Click to expand...
Click to collapse
You can change output directory from app's Settings
I like this theme:
Click to expand...
Click to collapse
Thanks.
additional info regarding closing the app (on Android 4.4.4) - 2 scenarios:
- you save your recording and press the back key once or twice to exit: the app is "mainly" closed, but it will still "blip" a 0.2%cpu load (small, I know but...) every 5 seconds or so unless I go in recent apps and swipe it off;
Click to expand...
Click to collapse
Fixed. No more background service while not recording
- start a recording, press the back button until you reach the home screen, drag the notification panel down and pause&save the recording from there. Now if you look in your running service/process it will be listed and using anywhere from 3 to 7% of cpu load (constant not short blips like case 1). Same solution again though: have to swipe it off the recent apps to fully close it.
Click to expand...
Click to collapse
Same above
Sorry that I'm not using your other means or issue/feedback reporting; I don't G+ or fb...
Click to expand...
Click to collapse
I monitor this thread and there is no issue at all. Please give your feedback here.
There are still some point that did not fix yet. See more in next version.
leducbao said:
Thanks @dreinulldrei. There is an option "Draw graphs with decibels" in app's settings. Does that you mean?
Click to expand...
Click to collapse
No, actually I was suggesting to start recording on a very loud amplitude, e.g. the slate on set (if on the mic of course).
Secondly, attaching a time code to the running recording would be an absolute pro feature. I often record audio alongside video (e.g. interview situation). Although both devices run at the same "speed" (e.g. audio being recorded at 48KHz), sample clocks can drift and recording hiccups etc. can occur. Recording a timecode with a specified fps, e.g. 23.98, 24, 25 or 29.97 (with e.g. the option to record the time code in free run (which means it's synced to the real-time clock and recording at 14h23m4s would start with a timecode of 14:23:04)) would just be nice...
Version 0.9.8 is out. Change logs:
- Support .mp4 output format
- Control recording from wear devices
- Fix bugs
dreinulldrei said:
No, actually I was suggesting to start recording on a very loud amplitude, e.g. the slate on set (if on the mic of course).
Secondly, attaching a time code to the running recording would be an absolute pro feature. I often record audio alongside video (e.g. interview situation). Although both devices run at the same "speed" (e.g. audio being recorded at 48KHz), sample clocks can drift and recording hiccups etc. can occur. Recording a timecode with a specified fps, e.g. 23.98, 24, 25 or 29.97 (with e.g. the option to record the time code in free run (which means it's synced to the real-time clock and recording at 14h23m4s would start with a timecode of 14:23:04)) would just be nice...
Click to expand...
Click to collapse
@dreinulldrei: ver 0.9.8 already supports .mp4 output with recording time on screen. I hope you will have time to test it and give us more feedback.
no recording higher than 44.1? why not?

[TEMPORARY SOLUTION] Selfie zoom problem ON INSTAGRAM

Hi people, in this video is the only solution I found for the troublesome Instagram zoom problem. You just have to follow the steps seen in the video (This video is not mine).
YOUTUBE VIDEO
Steps if you don't want to see the video:
- enable programmer options
-go to the drawing section
-in that section, go to the smallest width
-switch to 400dp (432 comes from factory)
-go to gestures, switch to 3 buttons
And finally, if you need to go back to Android 10 gestures, the wrong Instagram zoom will come back.
If you have any problem with an application due to the modification of the DP values, just go back to the original values: 432DP.
UPDATE:
A second option is download Threads from Instagram. This app uses the same instagram filters (sice it also belongs to this one). Also with this app, it is not necessary to perform the previous steps to avoid zooming in the selfies. You only need download the photos and then upload them the original app.
Satsuma99 said:
Hi people, in this video is the only solution I found for the troublesome Instagram zoom problem. You just have to follow the steps seen in the video (This video is not mine).
YOUTUBE VIDEO
Steps if you don't want to see the video:
- enable programmer options
-go to the drawing section
-in that section, go to the smallest width
-switch to 400dp (432 comes from factory)
-go to gestures, switch to 3 buttons
And finally, if you need to go back to Android 10 gestures, the wrong Instagram zoom will come back.
If you have any problem with an application due to the modification of the DP values, just go back to the original values: 432DP.
Click to expand...
Click to collapse
Any solution for the same.problem on Snapchat?
ozzfan1989 said:
Any solution for the same.problem on Snapchat?
Click to expand...
Click to collapse
Maybe, try to follow the same steps and then comment what happened
I have found a solution but you need to root the device and it is using the Screen Shift application. You can find it in Playstore.
Once downloaded and allowed root access, you can create a resolution for the application to run, in this case it can be Instagram or Snapchat, and you set a resolution of 16: 9, the maximum allowed for a G9 Plus is 1080x1920.
It is a good solution, it hurts that it looks black at the top and bottom.
Hope I can fix the problem for you until Instagram and Snapchat decide to schedule 21: 9.
Best regards,
Satsuma99 said:
Hi people, in this video is the only solution I found for the troublesome Instagram zoom problem. You just have to follow the steps seen in the video (This video is not mine).
YOUTUBE VIDEO
Steps if you don't want to see the video:
- enable programmer options
-go to the drawing section
-in that section, go to the smallest width
-switch to 400dp (432 comes from factory)
-go to gestures, switch to 3 buttons
And finally, if you need to go back to Android 10 gestures, the wrong Instagram zoom will come back.
If you have any problem with an application due to the modification of the DP values, just go back to the original values: 432DP.
UPDATE:
A second option is download Threads from Instagram. This app uses the same instagram filters (sice it also belongs to this one). Also with this app, it is not necessary to perform the previous steps to avoid zooming in the selfies. You only need download the photos and then upload them the original app.
Click to expand...
Click to collapse
Worked here and haven't noticed problems on any other app.
Satsuma99 said:
Hi people, in this video is the only solution I found for the troublesome Instagram zoom problem. You just have to follow the steps seen in the video (This video is not mine).
YOUTUBE VIDEO
Steps if you don't want to see the video:
- enable programmer options
-go to the drawing section
-in that section, go to the smallest width
-switch to 400dp (432 comes from factory)
-go to gestures, switch to 3 buttons
And finally, if you need to go back to Android 10 gestures, the wrong Instagram zoom will come back.
If you have any problem with an application due to the modification of the DP values, just go back to the original values: 432DP.
UPDATE:
A second option is download Threads from Instagram. This app uses the same instagram filters (sice it also belongs to this one). Also with this app, it is not necessary to perform the previous steps to avoid zooming in the selfies. You only need download the photos and then upload them the original app.
Click to expand...
Click to collapse
Just realized that this issue is not happening on android 11 anymore. Months after the update I decided to went back to the original values (432DP) and it's working fine (in fact idk if it was corrected by an update from instagram or the OS, but anyways)

[Info] RM3&3S Display accepts renders up to 5k

As the title says, you can use the adb wm size command to change the resolution, higher.
On most phones the resolution shipped is the highest available.
The RM3&3S ship stock 1080p but easily go up much higher.
Personally i recommend 1440x3120
wm size 1440x3120
In an su terminal or adb by pc.
This brings the display up to current phones resolution! (2k)
Enjoy!
As for performance and battery life, there is no noticeable NEGATIVE impact. However, when screen recording or streaming your screen, it can lag if your connection cant support the higher resolution. Native screen recording should be unaffected.
SilentDevGuy said:
As the title says, you can use the adb wm size command to change the resolution, higher.
On most phones the resolution shipped is the highest available.
The RM3&3S ship stock 1080p but easily go up much higher.
Personally i recommend 1440x3120
wm size 1440x3120
In an su terminal or adb by pc.
This brings the display up to current phones resolution! (2k)
Enjoy!
As for performance and battery life, there is no noticeable NEGATIVE impact. However, when screen recording or streaming your screen, it can lag if your connection cant support the higher resolution. Native screen recording should be unaffected.
Click to expand...
Click to collapse
wow nice
anyone has tested this ?
I have downloaded the DevCheck app and under HARDWARE tab > Graphics > Resolution, it is shown as 2340 x 1080. Does it mean that on adb I have to type wm size 3120x1440 instead ?
Thank you
SilentDevGuy said:
As the title says, you can use the adb wm size command to change the resolution, higher.
On most phones the resolution shipped is the highest available.
The RM3&3S ship stock 1080p but easily go up much higher.
Personally i recommend 1440x3120
wm size 1440x3120
In an su terminal or adb by pc.
This brings the display up to current phones resolution! (2k)
Enjoy!
As for performance and battery life, there is no noticeable NEGATIVE impact. However, when screen recording or streaming your screen, it can lag if your connection cant support the higher resolution. Native screen recording should be unaffected.
Click to expand...
Click to collapse
I have tried changing the resolution yes the screen changed to a smaller icon etc but the problem is the below area is not responding to touch for example, the soft button; back, home and app manager does not work when touched.
On mine
lius90 said:
I have tried changing the resolution yes the screen changed to a smaller icon etc but the problem is the below area is not responding to touch for example, the soft button; back, home and app manager does not work when touched.
Click to expand...
Click to collapse
On mine it works without issue at all and I can touch all the way up to 5k no problem, can you tell me your device model and rom?
Not to be rude or offend you but it is 100% user error on your side, the resolutions are accepted, and tested on A11 and A10 multiple devices. Also the icons smaller and all that is just based on DPI, resolution is the resolving power.
lius90 said:
wow nice
anyone has tested this ?
I have downloaded the DevCheck app and under HARDWARE tab > Graphics > Resolution, it is shown as 2340 x 1080. Does it mean that on adb I have to type wm size 3120x1440 instead ?
Thank you
Click to expand...
Click to collapse
No, use 1440x3120 it matters what order the numbers are in.
Thankyou
Thank you. For the display to work properly, you also need to change the pixel density. We enter three commands in adb:
wm size 1440x3120
wm density 640
reboot
Increased clarity even in games! See screenshots...
Source: https://lumpics.ru/how-change-screen-resolution-on-android/#helpgood
Disable nubia red magic 3 animated boot splash screen on phone boot and reboot, save your zip, download my zip and replace via total commander
bootanimation.zip
shutdownanimation.zip
File path:
system/media/theme/bootup
system/media/theme/shutdown
Here is a program Easy DPI Changer root for those who have root rights:
Easy DPI Changer [Root] - Apps on Google Play
Make your screen yours
play.google.com
In the "Density" field, enter the DPI, and in the "Resolution" field, enter the width and length. After changing each parameter, click "Apply" in its block to save the new values. They will apply after a reboot.
I played around with this screen resolution and returned to standard resolution!

Categories

Resources