[APP] Motion detector with recording abilities - Android Apps and Games

Hello everyone,
I am new to this forum. I decided to register here after I completed my android project.
I created a program that can detect movements and save pictures of the moving objects. Phone has to remain static in order to work properly. The program also features separate address book. Address book keeps phone numbers for SMS notification. In order to activate that you have to create a new contact then long press the item in the list. The program creates folder on memory card where it saves the pictures. The speed is very high on Galaxy S. You can throw something fast and phone still snaps the flying object if it passes by the camera.
The program has many settings that can dramatically alter the performance. Settings have to be adjusted in accordance with the lighting conditions.
I tested app only on 2.2 Vibrant. I am really curious to see how it works on other 2.2 devices.
ARMv7 processor is a must!!
Please give me some feedback!
App is called Motion Recorder

this sounds like a great app. gonna try it now on my incredible.

My app MobileWebCam also does this (simpler detection algorithm I suppose) and can automatically save, upload the pictures or send email:
Development Thread is here:
http://forum.xda-developers.com/showthread.php?t=950933
Are you interested in sharing your motion detection code? Possibly we could combine functionality of both apps?

dirtsky, If you have any questions or if you find any bugs please write in this thread.
The program is little hard to use so feel free to ask.
_miha_, Mine detects motion by analyzing color. What about yours?
How do you send e-mail without the annoying pop up?

theandre said:
_miha_, Mine detects motion by analyzing color. What about yours?
How do you send e-mail without the annoying pop up?
Click to expand...
Click to collapse
My motion detection is three steps: Image is converted to grey, then I max every pixel with the ones around to remove the flickering pixels (especially needed for night/low contrast situations) and calc the difference between the last and this new pixels. Some magic value (which should better be configurable later decides about the motion. Problem is this is very slow (should use the ndk but only began working with it recently) so I have to scale down the image before which is bad for small/distant moving objects.
Email: Is not sent with Android/Intent. I use JavaMail. I had some difficulties with the libs but got it working somehow (and even more difficulties with proguard which I needed because file size is getting too large without using it).

_miha_, did you test my app? How does it stack up against yours in terms of performance?

I cant seem to find where the images are being saved on my SDcard. Epic 4G Froyo ec05 midNight Rom
I looked for the folder "Motion Recorder" and i dont see it. and theres nothing in the Gallery

zman519, since your device is basically Galaxy S type it will save in internal memory(aka 14 GB "SD card").
Please let me know if you find the folder there.

I have total 105 installs out which 35 are active. Is it considered as bad result?

UPDATE: 59 active installs out of 109 which makes it >50%. Is it good?

theandre said:
zman519, since your device is basically Galaxy S type it will save in internal memory(aka 14 GB "SD card").
Please let me know if you find the folder there.
Click to expand...
Click to collapse
The Epic does not have an internal sdcard. That must be the problem. I looked around with root explorer and did not see the folder.
Sent from the Drivers Seat of my Suby txting and Driving doing 100MPH+ in a school zone! Ha.

zman519, thank you for feedback, I will fix that and let you know once the update is ready. It should not take more than half an hour.

Question to developers:
My program saves pictures to the following path:
String path = "/sdcard/Motion Recorder/TakenOn" +...
Why does it not automatically save to external sd card in the case when there is no internal sd?
UPDATE. I figured out myself. Working on update that allows user to choose between internal and external memory.

Hello dev,
I tried it on my DHD - it crashes and don't save settings.

I just updated to v0.42 which adds support for the external storage. Just go to settings and tap the checkbox. Unfortunately I have not tested the new feature on the actual hardware because I do not have one at the moment. So please, those of you who can test it please let me know if it does not work.
drast-x, Thank you for the feedback. Please give me some more details. When does it crash? After you hit the start? When you hit the start do you get the preview from the camera? Unfortunately settings do not save after the exit except contacts...
Did it happen on:Jun 11, 2011 9:32:07 PM ? I ask you this because Developer console shows me one crash that occurred at that time:
java.lang.RuntimeException: Fail to connect to camera service
at android.hardware.Camera.native_setup(Native Method)
at android.hardware.Camera.<init>(Camera.java:294)
at android.hardware.Camera.open(Camera.java:271)

Does saving pictures work on any of the phones except Epic 4g?
Thank you

I updated to v0.45
Now settings will save. Motion Recorder 0.45

Many thanks to the user of my app who sent this feedback:
"force close when start button clicked in nexus".
It turns out Nexus One (or S?) does not support either VGA or QVGA preview frames. So I had to fix this issue by requesting the supported resolutions. Very surprised by this issue. I expected that Android OS would figure this out on its own...
Thus new version 0.45.5 is supposed to fix the issue. I do not have Nexus One so I am not 100% about the fix. Those of you who are reading this and have Nexus One, please try new version!
Thank you!

Have you tried first reducing your image resolution to something ridiculously small like 32x32 and apply a DCT to keep only the low frequencies?
This might offer much better performance.
You can perform very good
_miha_ said:
My motion detection is three steps: Image is converted to grey, then I max every pixel with the ones around to remove the flickering pixels (especially needed for night/low contrast situations) and calc the difference between the last and this new pixels. Some magic value (which should better be configurable later decides about the motion. Problem is this is very slow (should use the ndk but only began working with it recently) so I have to scale down the image before which is bad for small/distant moving objects.
Email: Is not sent with Android/Intent. I use JavaMail. I had some difficulties with the libs but got it working somehow (and even more difficulties with proguard which I needed because file size is getting too large without using it).
Click to expand...
Click to collapse

Related

Camera v2.7b21026 questions...

I DL'd the Camera v2.7 installer from one of the threads here. I love how this app handles indoor pictures, even if the display still doesn't look as if it's doing anything.
I would like to change the Camera shortcut in the Programs directory and Start Menu to point to this new application instead (It is also stored in \Windows). Aside from installing Resco File Explorer, is there any other way to do this?
Also: Just in case, where are the registry settings for this camera app? Does it use the same ones the old camera app uses?
Try Total Commander maybe it can do it for you. Or copy the shortcuts to your PC & change them there, don't forget to copy them back
Not sure whether the same reg.keys/values are used.
M
Thanks.
Total Commander works. I'll keep it around. ^_^
Copying the shortcut to WinDOS doesn't work (XP Professional); the path is greyed out when the link is on the phone, and if you take it out to your desktop, Windows won't recognize it as a valid link.
PS: The new camera performs better if there's a source of light _in front of_ it. Without one it's as bad as the old. Taking a pic of my PC monitor works wonders, but attempting to take a pic of the corridor with the monitor behind me produces grainy results (evening time 6pm).
Can't complain, tho. At least the pic of my monitor isn't grainy anymore. Next camera version should be perfect, I hope. <_<
I got the same 2.7 version with my 1.13WWE rom & it's performing nice in good light conditions. Other conditions are not to discuss :-(. I'm trying to get the 3.0 version working, but the fellow with this version isn't capable of dumoing the cab, not to speak of finding all related reg.keys. Too bad.
Btw I moved the camera & album apps to my internal storage & changed links, reg etc. Works OK & saves a lot of RAM.
M
[Edit]
Forgot to mention that updating the values (brightness, contrast etc) in HKLM\HTC\Camera\AppDefSettings\General
Will change the default camera settings, so you don't have to change them after switching from 'night' to 'daylight' etc.

looping video recording. is it possible?

It occurred to me the other day that when on a windscreen mount the camera in the hd2 could be useful for in car video footage.
Seems to work fairly well but what would REALLY be great would be if you could set it to record a continuous loop so it only uses a fixed amount of card space unless you tell it save the file and start a new file.
Any idea if there are any apps that could do that?
Anyone?
Would be super useful to have. I nearly witnessed a nasty crash today and wished I had video to report the moron that nearly caused it, but can't just leave it recording at about 500-600mb per 15 minutes or so!!
+1 - Good idea, soon we're all going to have in car recording
Well I want to be able to show that if I'm ever involved in an accident exactly what happened and so on.
But kinda mainly because I just want to be able to do it to see if we can.
I suppose it needs to record to a set file size, then once that is done, to use an extra buffer amount of storage briefly while it deletes the file it just finished and begins recording again over the same space. Or something.
If you want it to keep anything you stop it and save it, then it starts from scratch.
Might be better if it actually keeps the current and previous file before deleting anything, then that way it's less likely to immediately/accidentally delete anything useful before you tell it to save. For instance you could maybe have a video screen overlay with a couple of large basic controls for save current recording and a couple of other bits.
Basically the important bit is the automated control over only using a specified file space then re-using it once it's used it up.
search forum... already discussed topic
http://forum.xda-developers.com/showthread.php?t=597003
Yep. Shame those options don't seem to work that well....
No other options for this then?

[Mortscript 'App'] One Touch (ish) Video Recording

Following on from another thread where people were asking about availability of apps to start a looping video recording app, I've started work on this, and have made some promising initial progress.
I'm having to do this with Mortscript since the only language I can code in is not suitable for writing phone/pc apps sadly, but so far it looks to be quite suitable.
If you're interested in this I'm afraid you'll have to be quite patient as I can't promise it will be complete by any date and I might even fail to complete it, but I'm posting up now because I believe that it's still useful at its current state.
Basically what the code does at the moment is as follows:
Tells you how much memory is spare on your SDcard
Asks you what you want the minimum remaining memory (in MB, ie when your remaining memory reaches a certain point the script stops recording)
Opens the camera in video mode
Begins recording
Once recording, the remaining memory is checked every 5 seconds
When the remaining memory dips below the amount you specified the recording stops, the camera turns off, and a message confirming remaining memory is displayed.
If you add the script to the appropriate start menu folder then you can add it as a home screen shortcut like any other app, so that just one touch will fire it up.
At present I have not started working on the actual looping functionality of the video, so it records until it reaches the memory limit you specify, or until you stop it manually, but I think this is still useful.
Now for the 'funny' important stuff:
Please understand this code comes with absolutely no promises/guarantees etc - if you choose to use it, you do so entirely at your own risk and I am not responsible for any outcome of doing so. I've run it several times and it has worked well for me, but there's no guarantee that it will behave the same for others.
I'm not going to be answering questions about the most basic stuff in relation to Mortscript. Please read up on the basics of what it is and what it does, and how you implement it before using this script. It's nothing personal, just that my free time is extremely limited so I can't afford to spend it answering potentially lazy questions.
Do as you wish with the script if you want to modify it and improve it, or just tailor it to your own needs. For instance, you may wish to do away with the question about minimum remaining memory and set a fixed amount so the recording begins from just one shortcut press. I've set it like that really for ease of testing but it may be handy for people who want to keep a certain amount of their card empty.
You may have to change minor bits of this script to make it work for you. Main example I can think of is depending on where the default location is for video recording files on YOUR phone (ie storage or card - it should be card for this script to work), and also the name of your card. On mine the card is called "Storage Card" - yours may be different and would therefore affect the script.
Other stuff I've not thought of yet but that people might whinge about.
In a nutshell though, I hope some of you find this useful, and at some point hopefully in the not too distant future this might be a bit more automated and do exactly as some of us wanted on the other threads about looping video.
If others want to use this as a base and finish the job I'm not going to be upset shall we say.
Script in post #2
Either download the zip file, unzip and place the script in an appropriate folder on your memory card, or copy this script code into a notepad file & save it, then change the files extension from .txt to .mscr & place it where it needs to live.
Script contents/zip download:
Code:
Free1 = FreeDiskSpace( "\Storage Card")
Freemb1 = Free1 / 1048576
Message((Freemb1& "MB left") , "Memory remaining:" )
Min = Input( "Remaining Memory Cutoff Limit(MB)?")
MinMem = Min * 1048576
set Mem, MinMem
Run( "\windows\camera.exe", "-v" )
WaitForActive "Camera",5000
mouseclick(240, 700)
set Delay, 5000
while wndActive "Camera"
sleep Delay
Free2 = FreeDiskSpace( "\Storage Card")
Freemb2 = Free2 / 1048576
if (Free2 le Mem)
# end recording & close camera
mouseclick(240, 700)
close "Camera"
Message((Freemb2& "MB left free") , "Memory Info:" )
#to do - delete the file just created
#to do - start recording again:
#mouseclick(240, 700)
endif
EndWhile
Reserved in case I need it for anything else....
This is interesting, will try after I read up on mortscript. One thing cought my eye, it seems with mortscript you are able to do software clicks on the screen (#to do - start
recording again:
#mouseclick(240, 700)
Would this mean we could have a way to asign a hardware key to take pictures in camera mode? I know this has nothing to do with your app, it just came to my mind after seeing your code. It would be nice to have a hardware key to take pictures with our HD2's.
Anyway I will be following your thread for updates on loop recording. Thanks for your work here.
Thanks for your comments mate.
I'm not sure about the hardware button in camera mode. It might be possible but I'm only a novice at Mortscript myself so I don't actually know. I would guess that if MS is capable of registering the activation of hardware buttons and distinguishing between them, then it should be possible but don't quote me!
A script to do that would I think have to effectively listen for the camera being activated, then once it is launched, listen for hardware key presses from a specified key which would in turn trigger the on screen mouseclick command.
Something for another thread I think but an interesting idea anyway. If you search through the mortscript examples thread (approx 70 pages!) you might find something that helps.
After a quick look at the manual this morning I think it's going to take me a little while to figure out how to delete the last created file in the DCIM folder, but once I have it sorted I will post up the amendments.
Run into a problem tonight with timestamps.
The time a file was recorded is showing up exactly 1 hour wrong from when it actually was made, so I have to try and figure this out. It's not the phone clock since the timestamp for the current time is spot on.
Go figure!
Thanks for posting updates for us. Hope you will find a solution, could it have something to do with summer/winter time? Or with local time? Don't know for sure of course, just trying to help.
I think there's a very good chance that's what it's linked to yes, but no idea how to get around it.
The dates where the clocks move forwards/back are not the same each year, so I can't hardcode it in. If there's a way I can get the script to check whether the phone's clock is using GMT or BST then that would likely solve it but I've no idea if that's possible.
Have raised a thread elsewhere to ask for help but no luck so far.
Well - I'm going to be struggling with this a bit guys.
I've not had any replies to the thread (http://forum.xda-developers.com/showthread.php?t=690134) asking about this time difference (I'm wondering if I have posted in the wrong subforum perhaps?) so I'm not really going to be able to get past the issue anytime soon. Kind of scuppers the project until I can work around that.
There is another way potentially of finding the correct file to delete, which would be to go through the mp4 files in the video folder, and create a list of them, sort it by time created, then delete the latest one.
But I don't know how to do that and there isn't any useful info that I can see in the Mortscript manual about sorting data, or even creating simple lists of data objects (unless this is the 'array' functionality?).
So I'm a little bit stuck sorry.

[Q] [Q of a sort] Low Vision A700

This is a two part question
I have the A700 and, frankly, I love it to pieces
1. I have a problem with app text size.. Most of the apps have teeny-tiny text that I can't read. The talk-back affects my ability to scrll up and down so text-to-speech is not an option. Is there anything to be done to control app text size?
2. I was goofing around with the Barcode scanner and I got somthing with small print as well as a bar code and I get the printed part in the scanner square. What I saw blew me away. The print was very legible and got an idea. If you could expand that magnified area to fill the screen and do away with the red scan line, you could have a very good reading device for persons with low vision. Even better, if you could route it through the Android browser, you could set it up "darkfield"; White on black. Those of you have have ever done microscopy know about the "darkfield microscope" designed to make things easy on the eyes for long-period use, not to mention using the browswers zoom command. This would duplicate the action of the current low-vision reading device known as the CCD/TV which, the last I was sure of cost $US1200 and am told is down to $US700. I contacted the creator of the Barcode Scanner app and he said that it was open-source. If what I have suggested could be done; expand the veiwing field to full screen and removing the red scan line this would make the A700 a very good low-vision reading device at about 65$ of the price of a CCD/TV
Could someone adapt the Barcode Sanccer program to expand the viewing/magnifying area to the full screen and eliminte the rad scan line?
Hi Space Patroller,
1. There are two ways to accomplish resizing the text:
1.1: Go to Settings > Accessibility and tick the Large text box. If that isn't big enough, or just not right, try 2.
1.2: Go to Settings > Display and tap on the Font size button. There you'll find the four options: Small, Normal (default), Large, Huge.
2.
I contacted the creator of the Barcode Scanner app and he said that it was open-source.
Click to expand...
Click to collapse
That is quite the easy answer. I don't think the developer wanted to actually implement it or he just didn't have time.
To edit the source, you have to have some knowledge about the coding/scripting language. It's not something a regular "customer" could do.
I couldn't do it either, so you might want to create a new topic in either one of those:
http://forum.xda-developers.com/forumdisplay.php?f=565
http://forum.xda-developers.com/forumdisplay.php?f=524
Maybe there are people with the particular knowledge who could accomplish what you want. Though removing the red line wouldn't be a huge problem for people with a little knowledge about the language.
Low Vision Iconia
I have already tried the methoids you mentioned. 1. They don't make that much of s size difference 2. The don't control the app text size in most cases. I got BigFont and that helps somewhat but not with app text
I quite agree about knwing the code and the creator really did not want to be involved I put it here beccause I was told to put all questions in the "general" forum
I am talking here about severe visual disability like not being aable to get a driver's license severe. Are you sure it is all right for met to post my question in those forums? I do not wish to give offense, but if this were done it would bring this cost of reading devices down by at least half
Space Patroller said:
I have already tried the methoids you mentioned. 1. They don't make that much of s size difference 2. The don't control the app text size in most cases. I got BigFont and that helps somewhat but not with app text
I quite agree about knwing the code and the creator really did not want to be involved I put it here beccause I was told to put all questions in the "general" forum
I am talking here about severe visual disability like not being aable to get a driver's license severe. Are you sure it is all right for met to post my question in those forums? I do not wish to give offense, but if this were done it would bring this cost of reading devices down by at least half
Click to expand...
Click to collapse
You could also try to ajust the LCD Density. The LCD Density changes the whole resolution of your tablet, which makes everything looks bigger or smaller (texts, but also buttons in apps or games).
You'll need, however, require root permissions in order to do that.
There are two ways:
1. Manually: Download a file browser which is capable of viewing the root of the tablet. Root Explorer will do that for you, but it's shareware. There are other free apps out there which can do the same thing, but Root Explorer is able to edit files. You can also try AndroZip and then edit files with Documents To Go 3.0.
Navigate to /system/. Search for the file default.prop. Edit the file and search for lcd_density = 240 (which is the default). Change it to a higher value. I'm not quite sure which values are valid, because it'll also affect the Google Play Store compatibility checker. I think 320 is a valid value. You can also play a little with it, but you have to reboot the tablet every time you change the value.
2. Automatically (On The Fly ajustable, won't survive reboot ): Download LCDDensity for Root and check it out, haven't been able to get my hands on the app yet.
I think it's okay to post a question in one of these forums, you should edit the question a little though. You should mention the severe vision disability and then that you would want anyone to look into the app because it is open source; With of course the two things you want different. Though I really want to help you with that, I don't have the programming knowledge. I'm not sure if anyone is willing to help you out with something "complicated" like that, because people willing to do stuff that include changes like those are hard to find.
Space Patroller said:
This is a two part question
I have the A700 and, frankly, I love it to pieces
1. I have a problem with app text size.. Most of the apps have teeny-tiny text that I can't read. The talk-back affects my ability to scrll up and down so text-to-speech is not an option. Is there anything to be done to control app text size?
Click to expand...
Click to collapse
Hi, I don't know if you updated already to JB, I did, and as a novelty there's an option to extend the apps' visualization to fill all of the screen's real estate, afterwards the text gets bigger. A new "enlarge-stretch" icon appears near the clock in the navbar in (almost) every open app. But maybe you already found out by now

Question Random issues - collected

Got these questions if anyone can answer or even facing themselves please
Slow in loading the gallery - scrolling through the list and the pictures load pixellated and take some time to load and sometimes the thumbnails wont even come up
Edited a video of 39 secs (90mb) to 14 secs (108mb) - WTF?? I took a video with P7P which was 39 seconds and the size was 90MB. Then I edited the video cut it to 14 seconds and now the size of the video shows up as 108MB
Sometimes the double tap to wake doesn’t work
Video - zoom switching is laggy [This is known issue across the OEM]
Call quality is weird and screwed up for half of the calls I am making
Battery is not that great (How to check SOT?)
Inability to organise apps into folders in the Apps screen. OR to sort them etc: I miss this on Samsung devices etc, cant even sort them.....WHYYY?
Sometimes when I press TALK button on my Subaru and ask “Call a person” it doesn’t work - Android auto is really finicky
Gallery/Photos app: So I organise photos into folders. And I moved my photos from one device to P7P and I put all the folders into the DCIM folder. Now when I open the Photos app all these photos are shown under Camera
And maybe my issue...?
Issue with Material You color setting?
There is someting weird with my color settings. As we know, in Android 13, the system will pick color-sets automatically when you changed background image. I find that if i pick color-sets by myself, not the system selected color-set, when the...
forum.xda-developers.com
Would you please confirm that? Thank you
phsetaknev said:
Got these questions if anyone can answer or even facing themselves please
Slow in loading the gallery - scrolling through the list and the pictures load pixellated and take some time to load and sometimes the thumbnails wont even come up
Edited a video of 39 secs (90mb) to 14 secs (108mb) - WTF?? I took a video with P7P which was 39 seconds and the size was 90MB. Then I edited the video cut it to 14 seconds and now the size of the video shows up as 108MB
Sometimes the double tap to wake doesn’t work
Video - zoom switching is laggy [This is known issue across the OEM]
Call quality is weird and screwed up for half of the calls I am making
Battery is not that great (How to check SOT?)
Inability to organise apps into folders in the Apps screen. OR to sort them etc: I miss this on Samsung devices etc, cant even sort them.....WHYYY?
Sometimes when I press TALK button on my Subaru and ask “Call a person” it doesn’t work - Android auto is really finicky
Gallery/Photos app: So I organise photos into folders. And I moved my photos from one device to P7P and I put all the folders into the DCIM folder. Now when I open the Photos app all these photos are shown under Camera
Click to expand...
Click to collapse
Are you running the stable Android 13 or the QPR beta ? The latter solved many of the mentionned bugs.
dexlemaffo said:
Are you running the stable Android 13 or the QPR beta ? The latter solved many of the mentionned bugs.
Click to expand...
Click to collapse
Oww, Im running the stable 13. Got the device a week ago! Just enrolled into the beta program. Will try and see. Thanks
You need to create a folder outside of DCIM for them to show as individual folders in the gallery.
Paz9 said:
You need to create a folder outside of DCIM for them to show as individual folders in the gallery.
Click to expand...
Click to collapse
Oh yeah thought of that too! But I got like 20 folders lol, I know I wont often look at the "Files" but yeah something to try. Also there is a folder called PICTURES and my folders were there before and I moved them to DCIM because when I am trying to share something to Instagram I cant see those folders on the IG app. That was the main reason behind the idea to move these folders into DCIM.
But I will try and move these folders outside of DCIM (but wont put them inside Pictures folder). Thanks mate!
Paz9 said:
You need to create a folder outside of DCIM for them to show as individual folders in the gallery.
Click to expand...
Click to collapse
Aah its still the same! Anyway I just moved everything back to Pictures folder anyway. Also I am on the latest Beta build and still got these errors related to editing a video (rotating and saving a video errors out) and Gallery loading etc. Sometimes the thumbnails wont even show up
Got these questions if anyone can answer or even facing themselves please
Slow in loading the gallery - scrolling through the list and the pictures load pixellated and take some time to load and sometimes the thumbnails wont even come up
It's not present in my case - (QPR 3.1 November). My it's the issue with mixed pictures from your own reposity and Google Photos / taken pictures by 7Pro?
Edited a video of 39 secs (90mb) to 14 secs (108mb) - WTF?? I took a video with P7P which was 39 seconds and the size was 90MB. Then I edited the video cut it to 14 seconds and now the size of the video shows up as 108MB
No idea - maybe it's trying to save in better quality that it already is?
Sometimes the double tap to wake doesn’t work
Got similar problem - especially when Face Unlock with option to skip lockscreen is enabled.
Video - zoom switching is laggy [This is known issue across the OEM]
Still present in 3.1 in my case
Call quality is weird and screwed up for half of the calls I am making
Can't complain. Mine are loud and clear - even with loud speaker.
Battery is not that great (How to check SOT?)
It's been good for me - 8,5 hrs SOT with approx. 35-40 hrs of standby. Both on stable 13 and QPR (2, 3 and now on 3,1 looks similar)
Inability to organise apps into folders in the Apps screen. OR to sort them etc: I miss this on Samsung devices etc, cant even sort them.....WHYYY?
I don't use folders, but agree - pixel launcher is ****ty as f*ck. I use Nova Launcher most of the time - folders do work there.
Sometimes when I press TALK button on my Subaru and ask “Call a person” it doesn’t work - Android auto is really finicky
No opinion.
Gallery/Photos app: So I organise photos into folders. And I moved my photos from one device to P7P and I put all the folders into the DCIM folder. Now when I open the Photos app all these photos are shown under Camera
Why not backed up in Google Photos cloud? It works great for me - sync between devices, web etc.
after the last update (today 8november) i noticed something that could be a new bug (i hope): in the stock camera app i use the level to measure the tilt. it worked great but after the update that level is tilted about 3-4°: i.e. i was taking a photo of the horizon on the sea (leveled through the grid) and the level measure 3 or 4° of tilt
I probably have nowhere near the amount of photos as you, and based on what I read, I'm guessing they're local photos, but the gallery thing could be solved by just getting a new gallery app rather than Photos. QuickPic was the go-to back in the day before they sold to another company. When that happened, I found Piktures to be a fast and pretty alternative. There might've also been a modded QuickPic app on XDA. Not sure on that since I just use Photos.
Battery and call quality, I can't complain. Battery is all dependent on the user, so there's always that.
Sometimes the double tap to wake doesn’t work
Now this here works flawlessly with out a case, but I found it easier to double tap near the camera bar. It seems to activate more when it's up higher.
piotrkruczek said:
Got these questions if anyone can answer or even facing themselves please
Slow in loading the gallery - scrolling through the list and the pictures load pixellated and take some time to load and sometimes the thumbnails wont even come up
It's not present in my case - (QPR 3.1 November). My it's the issue with mixed pictures from your own reposity and Google Photos / taken pictures by 7Pro?
Edited a video of 39 secs (90mb) to 14 secs (108mb) - WTF?? I took a video with P7P which was 39 seconds and the size was 90MB. Then I edited the video cut it to 14 seconds and now the size of the video shows up as 108MB
No idea - maybe it's trying to save in better quality that it already is?
Sometimes the double tap to wake doesn’t work
Got similar problem - especially when Face Unlock with option to skip lockscreen is enabled.
Video - zoom switching is laggy [This is known issue across the OEM]
Still present in 3.1 in my case
Call quality is weird and screwed up for half of the calls I am making
Can't complain. Mine are loud and clear - even with loud speaker.
Battery is not that great (How to check SOT?)
It's been good for me - 8,5 hrs SOT with approx. 35-40 hrs of standby. Both on stable 13 and QPR (2, 3 and now on 3,1 looks similar)
Inability to organise apps into folders in the Apps screen. OR to sort them etc: I miss this on Samsung devices etc, cant even sort them.....WHYYY?
I don't use folders, but agree - pixel launcher is ****ty as f*ck. I use Nova Launcher most of the time - folders do work there.
Sometimes when I press TALK button on my Subaru and ask “Call a person” it doesn’t work - Android auto is really finicky
No opinion.
Gallery/Photos app: So I organise photos into folders. And I moved my photos from one device to P7P and I put all the folders into the DCIM folder. Now when I open the Photos app all these photos are shown under Camera
Why not backed up in Google Photos cloud? It works great for me - sync between devices, web etc.
Click to expand...
Click to collapse
Thanks for the reply mate
Yeah My gallery consists of photos taken by Samsung, Apple and this phone too. Even in the beta its all pixellated.
Also I found another issue with IG app when I am trying to upload videos to my feed. Selecting multiple photos option and selecting pictures works fine, but videos wont get selected. These videos are taken through the phone too. Support team says to update the app but still the same. Cleared cache, re-installed and done everything, but still the same.
Curiousn00b said:
I probably have nowhere near the amount of photos as you, and based on what I read, I'm guessing they're local photos, but the gallery thing could be solved by just getting a new gallery app rather than Photos. QuickPic was the go-to back in the day before they sold to another company. When that happened, I found Piktures to be a fast and pretty alternative. There might've also been a modded QuickPic app on XDA. Not sure on that since I just use Photos.
Battery and call quality, I can't complain. Battery is all dependent on the user, so there's always that.
Sometimes the double tap to wake doesn’t work
Now this here works flawlessly with out a case, but I found it easier to double tap near the camera bar. It seems to activate more when it's up higher.
Click to expand...
Click to collapse
Yeah I am thinking to root the phone soon. But a little bit worried about all these cyber attacks happening in Australia now. But Ill try the 3rd party apps, obvio I prefer if the native app has that option but cant do anything now
The slide to type on Gboard is not working instantaneously when typing messages from notifications (such as whatsapp).

Categories

Resources