• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Scary school film from 1952

Does anyone [who wants to admit their age] remember seeing this in the '50s? It's an instructional film for students, made in 1952 [before my time], on what to do if an atomic bomb drops. It's called Duck and Cover--a phrase repeated endlessly throughout the ≈10 minute film:

DuckAndCover_1952_atomic_bomb_1.jpg


DuckAndCover_1952_atomic_bomb_2.jpg


Kids are told--in a very reassuring and calm way--what to do whether the Civil Defense Emergency alarm sounds or not. They're repeatedly warned that 'the flash' could come at any time, day or night, and that they and their families must know what to do immediately, with no time for thinking.

They were told to look for safe places, marked with an 'S':

DuckAndCover_1952_atomic_bomb_3.jpg


While watching the film, seeing the kids dropping to get under their school desks or the cafeteria tables, or in a doorway, covering their heads with their arms, looked exactly like the films I saw in the '60s--but mine were for earthquakes.

I don't know why exactly, but this film hit me as very timely. I won't say more...or it'll get moved to P&CA. :eek:

These are its closing credits:

DuckAndCover_1952_atomic_bomb_4.jpg


DuckAndCover_1952_atomic_bomb_5.jpg


FWIW, I seem to have vague memories of those signs around town as a child. I'm guessing it took awhile to take them all down. I'd love to hear your account of any memories you have related to the A-bomb.

Links not connecting

I seem to have stopped my Galaxy 8 phone from connecting, possibly through Google. When I enter a query in the Google search space, I'm taken to the title link, but nothing happens when I tap on it. I think I may have disabled a crucial app, but I don't know which one, or what to do about it. Can anyone help?

Pass bundle in Android (with drawer layout) destination(HashSet) via 'NavController' and 'AppBarConf

I am an amateur in Android Development. I have started working with a Drawer layout and want to populate the drawer navigational links dynamically (from a JSON variable say vtxJSON). All the links will direct to the same Fragment (say R.id.nav_fragment) with separate Bundles to be passed for each link to the same fragment.

Till now I have created the Menu and directed the links successfully to the Fragment R.id.nav_fragment (with much appreciated help from this StackOverflow answer). Now I want to pass a set of values (preferably in Bundles) on each click and process them in the Fragment class and its View Model class.

RE: I am using androidx libraries.

My code is like this (MainActivity.java):

Set<Integer> topLevelDestinations = new HashSet<>();
NavigationView navigationView = (NavigationView) findViewById(R.id.nav_view);
final Menu menu = navigationView.getMenu();
menu.add(R.id.act_drawer_group, R.id.nav_home, 0, "HOME");
topLevelDestinations.add(R.id.nav_home);
int menulen= vtxJSON.length();
for(int i=0; i< menulen; i++)
{
try {
JSONObject ttxobj= (JSONObject) vtxJSON.get(i);
Bundle args = new Bundle();
args.putString("vtx_name", (String) ttxobj.get("name"));
args.putString("vtx_mail", (String) ttxobj.get("mail"));
menu.add(R.id.act_drawer_group, R.id.nav_fragment, i+1, (String) ttaxobj.get("name"));
topLevelDestinations.add(R.id.nav_fragment);
} catch (JSONException e) {
e.printStackTrace();
}

}

NavController navController = Navigation.findNavController(this, R.id.nav_host_fragment);
AppBarConfiguration pxAppBar = new AppBarConfiguration.Builder(topLevelDestinations).setDrawerLayout(drawer).build();
NavigationUI.setupActionBarWithNavController((AppCompatActivity) this, navController, pxAppBar);
NavigationUI.setupWithNavController(navigationView, navController);


Please at least let me know if I am on the right path. A hint or an answer would be wonderful. Thanks.

USPS bs

My friend is trying to apply for a job with the post office but doesn't know much about online stuff. I'm the lucky volunteer. The website is just about useless as far as I can tell. It wouldn't work with Firefox (not supported) but googoo's not faring much better. Any job title I can come up with and enter returns 0. I looked up the po phone number and surprisingly someone answered. Unfortunately the answer was the only way to apply is via the website, of course. How do we get him a job with them?

How do Dual Sim phones work?

Don't they drain the battery?

If you have 2 different sim carriers / networks don't they need two radios constantly searching?

If you have a decent data allowance on one sim, and a tidy allowance on t'other can you swap your data source?

I'm considering one as a needed second phone, but also as a handy single device for both numbers when hiking or days out. Also my Nokia 7 Plus is having charging issues.

I'm thinking of a Nokia 5.3, dual sim only (cheap - good spec, 4000 battery) or a used Motorola. I'll probably use one sim most of the time. Dual Sims are very popular here, but I don't know anyone with one.


Answers on a postcard to Old Fogie, London - - or on this forum if you wish. :thinking: :)

Samsung "Ignore Do no disturb" not allowing notifications to sound

Hi, I've had this issue for a while, but really would like to get it resolved. Last night we had severe weather in our area, but the weather alert did not sound on my phone. Also, I have a weather app that alerts for lightning. Both apps appeared under notifications, but did not make a sound notification.

I have DND turned on at night, but several apps (under Notifications) I've turned ON "Ignore Do not disturb" for this reason. Last night as the severe weather went through (I woke up anyway), if I turned off DND the notifications were sounding. Once I turned DND back on, those notifications that were set up to ignore the DND also stopped sounding.

Would appreciate any advice. Thanks.

Help Lenovo vibe x3

I NEED Help
device :- vibe x3

I tried to install stock ROM via QFIL but it says "no port available" when i try to connect phone via USB. i have USB driver installed. but it is not detecting the phone and after switch off the phone i tried it to connect to the PC and screen is on infinite boot loop maybe that is why its not recognizing it . i have stock recovery installed. it there any solution?

'Download' button disappeared after recent update?

Hello folks,

Since the most recent update of the software on my Huawei Mate 10 Pro, I cannot find the 'download' button anymore that directs me to the list of downloads!

In the past I had added this to my 'Top Apps' folder and it has gone from there, I don't seem to find it anywhere anymore!

Please tell me how I can find my downloads again!
With biggest thanks from the bottom of my heart!

AnneMarie

Reviews Does S20 really contain 64 MP?

In S20, when u set the camera for 3:4 64 MP, the zoom goes only upto 6X. In other settings using 12/9 MP, it goes all the way upto 30X.
Now, when you have 64 MP at your disposal, this format should be more amenable for 30X than when only 12 or 9 MP format.
Further, I find that 64 MP, 6X does not produce any better image than 12MP, 6X. After 6X, the resultant image with 12 MP contains 2MP & with 64 MP, it should contain 64/6 = 10.6 MP & so the latter is expected to show much greater detail without pixelisation. But actually it's not so.
I really doubt if it contains 64 MP.
What is your opinion?

Apps Prevent EditText collapse on keyboard popup?

In an Android app, in a vertical linear layout I placed, from the top to the bottom: a multiline EditText in a ScroolView; a TextView in a ScrollView; and a Button. When the app starts the EditText gets the focus and the soft keyboard pops up. The app layout is collapsed (windowSoftInputMode = adjustResize) except for the Button (which is what I expect as user must have access to it).

I need the EditText to not collapse at any time, just like the Button.

How do I also prevent the EditText from collapsing when the soft keyboard pops up?

Help Send telephone number from Mac Chrome to s10+

macOS 10.14.6
Chrome Version 83.0.4103.116 (Official Build) (64-bit)

s10+ with Android 10
Chrome Version 83.0.4103.106

When I'm in Chrome on my desktop and click on a linked phone number I get a popup in the address bar with an option to open FaceTime and also a message that says "To send a number from here to your Android phone, turn on sync for both devices in settings."

Sync is definitely on in Chrome on both devices and sync everything is enabled. Any thoughts what might be causing this issue?

TUTORIAL: Resize images so you can upload them

There is a known forum glitch that results in an error message when uploading an image. This tutorial provides an easy workaround.

Please note that while *I* use F-Stop Gallery Pro for this task, any good image editing app should have similar functions.

The idea is to resize your image, down, until its size pleases the AF gods. :)

Let's begin:

1) install an image editing app if you don't already have one

2) fire it up:

AF_2_image_tutorial.jpg


3) open the image AF bombed out on:

AF_3_image_tutorial.jpg


4) find your app's 'edit' or 'resize' [or similar] option:

AF_4_image_tutorial.jpg


5) using F-Stop Pro, after pressing 'edit,' you're presented with the image editor; do nothing! Just press the 'save' [disk] icon at the top:

AF_5_image_tutorial.jpg


6) note the image's dimensions; they're too big! That's why AF spit out its error message:

AF_6_image_tutorial.jpg


Now use the slider to reduce them:

AF_6a_image_tutorial.jpg


7) you're done, unless you want to change anything else shown; press 'OK'

8) you're now sitting on the original image; F-SP does not touch the original at all--it creates a copy; if you browse your files now, you'll see two of the images:

AF_8_image_tutorial.jpg


The original's name is unchanged:

AF_8a_image_tutorial.jpg


The edited version's name will have "~(1)" appended to it:

AF_8b_image_tutorial.jpg


You can leave that as is or rename it; it makes no difference as far as AF is concerned.

Note that, to the best of my knowledge, there is no magic size. One file may have big dimensions, but a small file size, another, small dimensions but a larger file size, and either or both can be accepted or rejected.

If you're in the mood to experiment, start by resizing it down a little, try uploading it, if it fails, resize it a little more, and so on. Personally, I just scale them all down to ≈1,000 pixels for their max height or width, and that always works.

Feel free to ask questions! :D

Filter

Back
Top Bottom