Sdcard2 video is deleted unexpectedly - G Tablet General

Anyone else have this issue?
Latest vegan
Using original 16 gig micro sd from my droid.
Fat32
I loaded a video from my laptop ubuntu 10.10 into root of sd.
Test playback on ubuntu from sd.
Safely remove drive.
Power off gtab
Insert sd
Power on gtab
Video shows up and plays on gtab with doubletwist.
(video was converted to mp4 via arista transcoder galaxy tab preset)
Power off gtab
power back on
Video is gone.
Even videos in a bunch of nested folders on the sd I did not try to play (.mov vids) are gone. The folders and other non video files are still there.
Should I not be using sdcard2 at all?
Any issues with usb flash?
Thanks
Sent from my Droid using XDA App
Sent from my Droid using XDA App

place an empty file named ".nomedia" in any directory on the sdcard that you have video files. They won't be deleted

Sweet! Thanks.
Sent from my Droid using XDA App

.nomedia fix
I created a new folder. Nomedia onto root of sdcard2 using iFileManager.
Didn't work. Files with subfolders (videos) still missing.
In fact, this sdcard2 reports it is empty. Like all space is free minus the folders.
Am I doing something wrong?
Thanks

rezmax said:
Am I doing something wrong?
Click to expand...
Click to collapse
Yes.
Read post #2 again carefully.

rajeevvp said:
Yes.
Read post #2 again carefully.
Click to expand...
Click to collapse
Do you mean create a file or a folder named .nomedia?
I can create a folder but not a file. what am I doing wrong?
thanks

khedquist said:
Do you mean create a file or a folder named .nomedia?
I can create a folder but not a file. what am I doing wrong?
thanks
Click to expand...
Click to collapse
During the brief period of time I used vegan tab I had this same issue and was able to resolve it by making a folder called .nomedia and putting the videos in there but I was then required to manually specify to my video app what folder the videos were in.
I dont remember if I tried making the .nomedia file in the video folder or not so that might work as well but I do know for sure that any video in the .nomedia folder will not get deleted.

khedquist said:
Do you mean create a file or a folder named .nomedia?
I can create a folder but not a file. what am I doing wrong?
thanks
Click to expand...
Click to collapse
To repeat post #2, above:
place an empty file named ".nomedia" in any directory on the sdcard that you have video files. They won't be deleted
Click to expand...
Click to collapse
I don't know how to make it any clearer than that.
There are a number of ways to create an empty .nomedia file.
1. Create a new text file with some name and then rename it to .nomedia.
2. Run this command inside a Terminal Emulator window:
Code:
gTablet$ [B]touch /mnt/sdcard/SOME/DIR/.nomedia[/B]
3. Or, this one:
Code:
gTablet$ [B]> /mnt/sdcard/SOME/DIR/.nomedia[/B]
4. Or, this one using adb:
Code:
C:\> [B]adb shell touch /mnt/sdcard/SOME/DIR/.nomedia[/B]
Note: Type in only the stuff in bold.

Related

want droid sound on my HTC Hero

Anyway to get this?
I have the file, pm me an email addy and I'll ship it off to you.
thanks
I don't even know where to place the file. I don't see ringtone folder where I can stick sounds. Someone help me plz?
*EDIT* see I have to get to the phones system instead of the SD Card, but the Astro file manager won't let me copy and paste the file where I want it. How can I do this from my PC?
Just mount your phone via usb. Go to media folder, audio, notifications and just copy it there. You can just drop it on your SD card.
create a directory on your SD card called 'notifications' (all lowercase) and place the file there.
chavo2005 said:
create a directory on your SD card called 'notifications' (all lowercase) and place the file there.
Click to expand...
Click to collapse
Will just a notifications folder work?
I've always been told media/audio../notifications or /ringtones or /alarms
Kcarpenter said:
Will just a notifications folder work?
I've always been told media/audio../notifications or /ringtones or /alarms
Click to expand...
Click to collapse
Your path is correct.
Just in case anyone else wants this audio file, here is a link...Its already been upped here on XDA.
http://forum.xda-developers.com/showpost.php?p=5052489&postcount=8
Sorry for digging it up but I am trying to get my hands on DroidSound 1.2 beta 3 (latest one from Dec 2010). swimsuitboyds website is down for me and market has only 1.1 version. Anyone got latest one and could share it?

Cannot delete or modify 'vrtheme' folder

After playing around and installing different ROMs, I noticed a folder called 'vrtheme' on the sdcard. Not my biggest concern, except for the fact that my galleries are scanning that folder, which in turn lists about 10 folders with pictures.
I've tried everything to remove this folder, but keep getting a permission denied error. I've tried simply adding a .nomedia file, but can't modify the folder whatsoever. I cannot rename any files, can't move them either, can't add files.
Please provide any other suggestions. Thank you!
Copy everything important from your storage then perform a /sdcard wipe in recovery. This is assuming the file is on your internal storage.
Sent from my SCH-I535 using xda app-developers app
gregory_classy said:
After playing around and installing different ROMs, I noticed a folder called 'vrtheme' on the sdcard. Not my biggest concern, except for the fact that my galleries are scanning that folder, which in turn lists about 10 folders with pictures.
I've tried everything to remove this folder, but keep getting a permission denied error. I've tried simply adding a .nomedia file, but can't modify the folder whatsoever. I cannot rename any files, can't move them either, can't add files.
Please provide any other suggestions. Thank you!
Click to expand...
Click to collapse
Connect your phone to PC,run adb shell in CMD,and get root permission(su),and then,delete it(rm -r).

[Q] Turn off camera shutter sound

Any idea how to turn the camera's shutter sound off? I can't find it in the camera menu.
supa2001 said:
Any idea how to turn the camera's shutter sound off? I can't find it in the camera menu.
Click to expand...
Click to collapse
If you have root look in system/build.prop/ and change this line (or something similar) value to 0: ro.camera.sound.forced=1 -----> ro.camera.sound.forced=0. Haven`t tried it myself on the N5 though.
you can also delete or rename the sound files in /system/media/audio/ui. The filenames are self explaining and start with camera_ or video_; they are .ogg filetype.
On custom roms yull be able to
Sent from my Nexus 5 using Tapatalk
You can also switch your phone state to silent or vibrate only. This will kill the noisy camera sound as well.
Sceetr said:
You can also switch your phone state to silent or vibrate only. This will kill the noisy camera sound as well.
Click to expand...
Click to collapse
What he said.
Sent from my Nexus 5 using Tapatalk 2
gee2012 said:
If you have root look in system/build.prop/ and change this line (or something similar) value to 0: ro.camera.sound.forced=1 -----> ro.camera.sound.forced=0. Haven`t tried it myself on the N5 though.
Click to expand...
Click to collapse
Can't find any line with camera in it.
xdafalter said:
you can also delete or rename the sound files in /system/media/audio/ui. The filenames are self explaining and start with camera_ or video_; they are .ogg filetype.
Click to expand...
Click to collapse
I renamed the 3 files, but sound still present.
supa2001 said:
Can't find any line with camera in it.
I renamed the 3 files, but sound still present.
Click to expand...
Click to collapse
Are you sure renaming was a success. Try a reboot, after that: is the sound still there and are the files still renamed?
xdafalter said:
Are you sure renaming was a success. Try a reboot, after that: is the sound still there and are the files still renamed?
Click to expand...
Click to collapse
Yeah, I even moved the files to other folders, and sounds still there.
I renamed the 2 camera_xxx.ogg and 1 video_xxx.ogg in media/UI folder.
Which files did you rename?
supa2001 said:
Yeah, I even moved the files to other folders, and sounds still there.
I renamed the 2 camera_xxx.ogg and 1 video_xxx.ogg in media/UI folder.
Which files did you rename?
Click to expand...
Click to collapse
Exactly those. This is weird, you are rooted on bootloader is unlocked?
How did you move the files?
What is the exact path of the files?
Maybe, if they are still in an indexed dir the media scanner still finds them.
For me this was working on several devices...
xdafalter said:
Exactly those. This is weird, you are rooted on bootloader is unlocked?
How did you move the files?
What is the exact path of the files?
Maybe, if they are still in an indexed dir the media scanner still finds them.
For me this was working on several devices...
Click to expand...
Click to collapse
I moved it to audio folder instead of UI using Root Browser.
The exact path of the 3 files are system\media\audio\UI
I renamed by adding a 1 in front of the filename.
Thanks!
Another way. Tested and verified on Nexus 5
In terminal when rooted
su
mount -o "rw,remount" /system
cd /system/media/audio/ui/
mv camera_click.ogg camera_click.bck.ogg
Not working when using HDR mode . ?!?!?
i've renamed, moved and deleted all three audio files (camera_click.ogg , focus and video), and i still have the shutter sound when using the camera AND hdr mode.
Why ?
Any progress on shutting the sound on HDR mode?
Ok guys if you want to disable the HDR shutter sound you have do some extra steps.
What you need are:
A computer PC/Mac will be fine. ZIP file explorer software (I recommend 7-zip freeware and rich format support)
Rooted Nexus 5 Debugging Mode turn on
Root Explorer App from play store
1. Launch Root Explorer and local to /system/app/ look for GoogleCamera.apk file copy it and move to SD card partition (I copy to Download folder on SD card partition which is easy to find)
2. Connect the nexus 5 to your pc/mac copy the Googlecamera.apk from SD card partition to your PC. After that rename the GoogleCamera.apk to other name on your phone.(after modifity the apk and load back to the phone it won't replace the original apk incase issues we can alway replace the original apk back to system)
3. Open Googlecamera.apk on your computer with zip software you should see a list of file and folders, open "res/raw" folder you will see few files, search for following 2 files "hdr_plus_capture_done.ogg" "hdr_plus_capture_start.ogg" what you have to do is create a empty file on your computer and rename as this two file name with the same file format. After created the empty file just drag it to the apk file that we open with the zip software. When it done you should see two file with 0 byte.
4. Copy the modified Googlecamera.apk back to the sdcard partition location. disconnect the phone from your computer.
5. Launch the root explorer on your phone and copy and paste the modified Googlecamera.apk back to /system/app/ also please remember to change the file permission to rw-r-r. open the apk and click install (it will end up Not installed)
6. Reboot the phone and open the camera app and test shot with HDR+ mode it should be silent now.
Enjoy.
Johnsonyc said:
Ok guys if you want to disable the HDR shutter sound you have do some extra steps.
What you need are:
A computer PC/Mac will be fine. ZIP file explorer software (I recommend 7-zip freeware and rich format support)
Rooted Nexus 5 Debugging Mode turn on
Root Explorer App from play store
1. Launch Root Explorer and local to /system/app/ look for GoogleCamera.apk file copy it and move to SD card partition (I copy to Download folder on SD card partition which is easy to find)
2. Connect the nexus 5 to your pc/mac copy the Googlecamera.apk from SD card partition to your PC. After that rename the GoogleCamera.apk to other name on your phone.(after modifity the apk and load back to the phone it won't replace the original apk incase issues we can alway replace the original apk back to system)
3. Open Googlecamera.apk on your computer with zip software you should see a list of file and folders, open "res/raw" folder you will see few files, search for following 2 files "hdr_plus_capture_done.ogg" "hdr_plus_capture_start.ogg" what you have to do is create a empty file on your computer and rename as this two file name with the same file format. After created the empty file just drag it to the apk file that we open with the zip software. When it done you should see two file with 0 byte.
4. Copy the modified Googlecamera.apk back to the sdcard partition location. disconnect the phone from your computer.
5. Launch the root explorer on your phone and copy and paste the modified Googlecamera.apk back to /system/app/ also please remember to change the file permission to rw-r-r. open the apk and click install (it will end up Not installed)
6. Reboot the phone and open the camera app and test shot with HDR+ mode it should be silent now.
Enjoy.
Click to expand...
Click to collapse
Tried this; when I try and install the apk I get "X App not installed"
that is normal cause all the system app will not installed they are boot loaded. Actually I tested even you not install just go for reboot it will work too
It works perfect with Cataclysm 4.4.2 :good:
Can someone upload the modified camera apk ?
Johnsonyc said:
Ok guys if you want to disable the HDR shutter sound you have do some extra steps.
Click to expand...
Click to collapse
Thank you, but i don't have the skill to do this.

Galaxy S7 ADB Push / Pull to External Storage Commands?

Hey folks, Jared here. Just working on a video for the XDA YouTube channel.
I'm trying to figure out how to adb push and pull files to the micro sd card on the S7.
/sdcard/ only sends the file to the internal, not external.
Any thoughts on what the correct path would be?
Needing help on this asap...I'll give you a shout out in the video if you have the correct answer!
Cheers,
Jared
TheSmokingAndroid said:
Hey folks, Jared here. Just working on a video for the XDA YouTube channel.
I'm trying to figure out how to adb push and pull files to the micro sd card on the S7.
Jared
Click to expand...
Click to collapse
Just tested pushing a file to my S7 sdcard with this command and it worked for me just fine adb push C:\SamsungS5\Contacts.vcf /sdcard/ the SamsungS5 is my old phones folder on my PC
ag4751 said:
Just tested pushing a file to my S7 sdcard with this command and it worked for me just fine adb push C:\SamsungS5\Contacts.vcf /sdcard/ the SamsungS5 is my old phones folder on my PC
Click to expand...
Click to collapse
Thanks man. Unfortunately, the S6 and S7 both use UFS 2.0. Since then, I believe samsung has changed how external storage is accessed by the user and device.
I tried your command, just incase, but it didn't work =(
TheSmokingAndroid said:
Thanks man. Unfortunately, the S6 and S7 both use UFS 2.0. Since then, I believe samsung has changed how external storage is accessed by the user and device.
I tried your command, just incase, but it didn't work =(
Click to expand...
Click to collapse
Don't know if you have sorted this out yet but now I have a little more time I have looked into this.
The sdcard on the system is showing as an identifier of numbers and letters under the system storage I don't know if they are all the same, probably not mine is storage/7E53-1B03
I used the command below to push a png called Version.png to this location and it appears to work properly, the png appeared on the external sdcard not the system storage
You can find the sdcard identifier using a file explorer like Root Explorer, ES File Explorer
From ES File Explorer tap Menu>Device>storage then you should see a folder identified by numbers and letters tap it to check that it shows exactly what is actually on your sdcard, if it does this is the sdcard path
From Root Explorer tap Menu>Home>Storage then look for the folder identified as numbers and letters as mentioned above
To push a file to the sdcard use adb push (folder location > files name and type) then /storage/ (folder identified exactly as it is as it is case sensative) /
Command tested were these
Command done from a different folder to where the file is located on the computer folder location and file name adb push C:\SamsungS7\Version.png /storage/7E53-1B03/
Command done from within the folder the file was located in on the computer adb push Version.png /storage/7E53-1B03/
Attached a a couple of screen clips, hope this works for you
Genius! Makes perfect sense.
I've already done the video, but I'm glad this was solved for future purposes and other people looking for the answer.
Thanks!

Not able to delete the folder and files within that particular folder

I have Lenovo K4 note , having Marshmellow installed. Now the problem is what happened, one folder having some files around 2 GB, I cant delete that folder neither the files, nor I cant CUT or Move . But yes I can rename that folder. I cant add or change the permissions too. The dafault permissions is given same as other folder and files. The phone is not rooted. CAn you please help on that. .
Joydeep212008 said:
I have Lenovo K4 note , having Marshmellow installed. Now the problem is what happened, one folder having some files around 2 GB, I cant delete that folder neither the files, nor I cant CUT or Move . But yes I can rename that folder. I cant add or change the permissions too. The dafault permissions is given same as other folder and files. The phone is not rooted. CAn you please help on that. .
Click to expand...
Click to collapse
Someone please help me on this
Joydeep212008 said:
I have Lenovo K4 note , having Marshmellow installed. Now the problem is what happened, one folder having some files around 2 GB, I cant delete that folder neither the files, nor I cant CUT or Move . But yes I can rename that folder. I cant add or change the permissions too. The dafault permissions is given same as other folder and files. The phone is not rooted. CAn you please help on that. .
Click to expand...
Click to collapse
You'd need to post more info. Like:
1. Name of folder
2. Location of folder (SD card/system partition/data partition/etc)
3. Contents of the folder.
4. Anything else that might be helpful. Like the creation date of the folder etc.
Freewander10 said:
You'd need to post more info. Like:
1. Name of folder
2. Location of folder (SD card/system partition/data partition/etc)
3. Contents of the folder.
4. Anything else that might be helpful. Like the creation date of the folder etc.
Click to expand...
Click to collapse
Thanks for the reply.
1. The name of the folder is ADM. It created when I install the apps. ADM holo
2. It is in the SD card partion.
3. small video files.
It seems to be permission issue, which dont allowing me to delete the folder neither I can move, but yes I can rename the folder.
Joydeep212008 said:
Thanks for the reply.
1. The name of the folder is ADM. It created when I install the apps. ADM holo
2. It is in the SD card partion.
3. small video files.
It seems to be permission issue, which dont allowing me to delete the folder neither I can move, but yes I can rename the folder.
Click to expand...
Click to collapse
Have you tried using different file managers? (including stock)
Or connecting it to your computer and try deleting it from there. Or.....If its a removable SD card, insert it in another device and try deleting the folder.
What version of android are you on btw?
Freewander10 said:
Have you tried using different file managers? (including stock)
Or connecting it to your computer and try deleting it from there. Or.....If its a removable SD card, insert it in another device and try deleting the folder.
What version of android are you on btw?
Click to expand...
Click to collapse
Yes I have tried 2 to 3 explorer other than the stock one. but same. As version is Marshmellow so memory will not be detect in my PC. when I connect the phone with my PC, I tried to delete it, It gets delete, but again when I check from my mobile it show the folder and files as it is. that means it don't gets deleted. I don't know why it happens like that.
Joydeep212008 said:
Yes I have tried 2 to 3 explorer other than the stock one. but same. As version is Marshmellow so memory will not be detect in my PC. when I connect the phone with my PC, I tried to delete it, It gets delete, but again when I check from my mobile it show the folder and files as it is. that means it don't gets deleted. I don't know why it happens like that.
Click to expand...
Click to collapse
Try another phone then.
Assuming its a removable SD card.

Categories

Resources