What is 'authorize' file that automatically downloaded? - X Style (Pure) Q&A, Help & Troubleshooting

I'm running Marshmallow 6.0, not rooted.
This morning I had a message in my notifications area that a file had been downloaded. When I went to Downloads to look I saw a file named 'authorize' with a size of 1.36 KB, no other information except for time of the download. The phone was sleeping at that time.
Does anyone know what this 'authorize' file is?
Thanks.

No... Why not look in your Downloads folder and see what it is, and if it concerns you attach it here?

It downloaded to my Downloads folder. I don't know how to see properties other than what I have listed above. I tried to attach a copy of it to this message but XDA said invalid file type.

opti1 said:
It downloaded to my Downloads folder. I don't know how to see properties other than what I have listed above. I tried to attach a copy of it to this message but XDA said invalid file type.
Click to expand...
Click to collapse
Google Drive it and post a link, use a file manager app like Solid Explorer, or open it in something like QuickEdit and see what's in it.

I was able to look at the file in Total Commander. It was something to do with Comcast Xfinity. I deleted it. We will see what happens.

Related

how to upload any file in gmail from your g1

Ok so seems I've seen this asked in a few differnt theards so I fig I would just post up info once.
For uploads, yes its disabled, but there is a work around. Go to linda file mgr. Long press the file u want, select send to, then gmail (email doesn't work for some reason, has to be gmail). It will automatically bring u to a new email with the file attached ready to send. I've tested this with all types of files, test up to 7mb so far.
Now to get uploads working on websites...
Thanks, that helped a bunch. Good luck getting upload to work =D
Thank you so much for this!!!!!! I really needed it couple of days ago... I know now!
Ok so I have an update on my tests, but first let me clear up some things I've read in here.
Just installing linda file mgr will enable Downloading of any file type, but uploads though browser are disabled. Thats why i came up with this method.
So test results:
Yes you can Upload .zip files. I sent a few small ones to my other email. You can pretty much send Any file type.
Yes there is a file size limit. Only bigger files I had on my phone was .mp4 and 1 update.zip(46mb). The size limit is around 20 mb. I sent several up too and including a 19.46mb.mp4 and all went though.I then sent a 24mb.mp4 and would not go though. It just hangs in outbox. If after 30 mins (or whenever ur satisfied that it won't send) delete it out of out box, because u won't receive new emails till its deleted, cause its repeatly trying to send I guess.
Can a mod pls change the title of this thread to something like "yes you can upload any file type in gmail" or something like that so people know this is a how too and not a question. thanks.
can u download from the web or not
jacsonmoore3 said:
can u download from the web or not
Click to expand...
Click to collapse
Yes g1 in its stock form will let u download "known file types". installing linda file mgr installs a plug in that let's you download any file type. What I am telling u how to do is upload, that is send any attachment you want though gmail.
ASTRO 1.3.11 includes this plugin for the browser download as well. question is now, How do I download pdfs and the like using the GMail program... I can preview the file. How do I save it?
cal3thousand said:
ASTRO 1.3.11 includes this plugin for the browser download as well. question is now, How do I download pdfs and the like using the GMail program... I can preview the file. How do I save it?
Click to expand...
Click to collapse
You can't dl them in the gmail app, but you can go to gmail.com in ur browser, when u click on the pdf (or any other file type for that matter) it will automattically download it to ur sd card

Browser downloads location

Where does the browser downloads go?
What is the location of the saved files?
I'd like to access the files after they've been downloaded.
I'm pretty sure it downloads to /sdcard/download
If its really killin ya, download a file, open astro and take a look for yourself.
Seek and you will find it...
...or just look here:
skri11a said:
I'm pretty sure it downloads to /sdcard/download
Click to expand...
Click to collapse
I don't mean to resurrect a year old thread here, but I was looking for the default download location because I couldn't find my downloaded files in /sdcard/download.
Apparently the default display settings for EStrongs and Astro file managers are different. EStrongs doesn't show hidden files by default, which is why I couldn't find my downloaded files beginning with a '.'

Downloading attachment failed.

I have the Bell Galaxy S and sometimes email attachments will fail to download. For example I can't download an mpg or jpg file my parents sent me. However, I can download a small text file. Anyone have similar issues and does anyone know how to fix it?
I have an issue downloading "large" files.
It's weird because it seems to be source dependent as well. I was able to download a 34MB HTC sync driver yet a RAR file of 40MB wouldn't download even though the save to pop-up showed up on opera and i pick location but it never starts.
in the built in browser on the other hand i get unsuported file error show up.
I was using the Samsung Email with my hotmail account sync'd. Mpg files and jpg files failed to download. It's very frustrating...even a pdf failed to download but I know I had been able to download one before.
you guys should try this
Attachment to SD
Apk: http://www.appbrain.com/app/com.ndola.android.attachment2sd
more cool stuff here http://forum.xda-developers.com/showthread.php?t=765081
... double posted
do you have astro file manager installed? if so, there is an option to enable the browser to download unknown file types or smth like that, but it also states that it will mess up your email attachments, so if you have enabled it, you know what to do ^^
cheers
yes astro works too
Sorry, how does this affect using Samsung Email to download attachments? Does it even help? I'd really just like to know why certain files download fine as attachments to the attachment folder while others do not. How can I make it so I can download all attachments...?
it works just like your file association in windows
if you do not have an App installed that can handle the file type, it wont let you do anything with the file, not even saving it to disk
That's stupid that you can't even download the file. Thanks for the help guys.

How to host an .apk file?

Hi!
I've been trying to upload an .apk to my webhost (through ftp) and when I try to download it through the given url, the file doesn't download. Instead I only get text, just as if my host don't understand the file.
Any idea how I can fix this? Is it though .htaccess or what? /:
(I've tried to search this but with no luck)
First off I don't know too much about ftp but from what I do know I would imagine what you want to do would involve the .htaccess file in the apk's directory
My guess would be in the .htaccess file you'd have to edit/add the FilesMatch line
(if that doesn't work it may me just "Files" instead of "FilesMatch" - not sure)
Code:
<FilesMatch "\.(apk)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
Other alternatives I can think of are either:
Change the link from [B]ftp[/B]://your.ftp.org/blah/android.apk to [B]http[/B]://your.ftp.org/blah/android.apk when you give it out - but I realize this kinda defeats the purpose of using a FTP in the first place
Upload the .apk into a zip. That should force the 'save as' dialog
Hopefully this does the trick for you
**I hope this post looks correct - adding the html myself I may have messed up somewhere along the line, if it you see /LIST] or anything like that I'll fix it when I have access to a computer **
Sent from my Android using Tapatalk
kyouko said:
First off I don't know too much about ftp but from what I do know I would imagine what you want to do would involve the .htaccess file in the apk's directory
My guess would be in the .htaccess file you'd have to edit/add the FilesMatch line
(if that doesn't work it may me just "Files" instead of "FilesMatch" - not sure)
Code:
<FilesMatch "\.(apk)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
Other alternatives I can think of are either:
Change the link from [B]ftp[/B]://your.ftp.org/blah/android.apk to [B]http[/B]://your.ftp.org/blah/android.apk when you give it out - but I realize this kinda defeats the purpose of using a FTP in the first place
Upload the .apk into a zip. That should force the 'save as' dialog
Hopefully this does the trick for you
**I hope this post looks correct - adding the html myself I may have messed up somewhere along the line, if it you see /LIST] or anything like that I'll fix it when I have access to a computer **
Sent from my Android using Tapatalk
Click to expand...
Click to collapse
Geniuous! Worked like clockwork!
(I used the http://-link from the start, that's where it failed.. but the .htaccess content did it's job!)
1+Thanks! ^^

Cannot copy item error message

All of a sudden, I can't copy files to Nexus 7. Windows 7 64 says device has either stopped responding or is disconnected....which tells me nothing. I see others have posted this topic for this tablet but there are no replies. Tablet is rooted, running LiquidSmooth Beta 2 and seems fine. Same USB cable and I can see internal folder and files from Windows, but cannot perform normal file transfers. Where do I start looking for issue?
eduardo_b said:
All of a sudden, I can't copy files to Nexus 7. Windows 7 64 says device has either stopped responding or is disconnected....which tells me nothing. I see others have posted this topic for this tablet but there are no replies. Tablet is rooted, running LiquidSmooth Beta 2 and seems fine. Same USB cable and I can see internal folder and files from Windows, but cannot perform normal file transfers. Where do I start looking for issue?
Click to expand...
Click to collapse
MTP or whatever its called sucks. But that usually either means that your device doesn't support that file format, the files are too big, or you actually disconnected your device. Try a different USB port, and give us a bit more info on what you are trying to copy.
drake90001 said:
MTP or whatever its called sucks. But that usually either means that your device doesn't support that file format, the files are too big, or you actually disconnected your device. Try a different USB port, and give us a bit more info on what you are trying to copy.
Click to expand...
Click to collapse
Trying to copy a 7MB zip file. I looked at settings -- MTP is checked and there's 12.79GB available out of 13.24GB. Weirdly, I thought I'd try a file that was completely different, so I just copied a text file (2K) and it went fine. Now what's that about?
I usually use WinRAR to create zip files, but some on xda recommend 7-zip (changing file extension to zip) for stuff like boot animation files. Is that the problem??
I had the same thing happen... I tried an 11mb zip file, no luck. Text file or image worked fine... I'm guessing I'll just have to use something like AirDroid to transfer any file. This is disappointing that Google has done this. My older Android phones, I could copy any file I please.
jaminroe said:
I had the same thing happen... I tried an 11mb zip file, no luck. Text file or image worked fine... I'm guessing I'll just have to use something like AirDroid to transfer any file. This is disappointing that Google has done this. My older Android phones, I could copy any file I please.
Click to expand...
Click to collapse
Well, one thing I finally discovered is that zip renamed from 7z may be an issue...the system probably checks the file header (I assume) against extension to see if there's a match. Possibly to catch exe files with zip extensions that may be viruses.
solution
Just put the files you want to copy inside a folder, then copy the folder. works for me on Nexus 4
inerhead said:
Just put the files you want to copy inside a folder, then copy the folder. works for me on Nexus 4
Click to expand...
Click to collapse
Just had the same problem. This worked! So the problem looks to be that the device can't handle certain files by themselves.
inerhead said:
Just put the files you want to copy inside a folder, then copy the folder. works for me on Nexus 4
Click to expand...
Click to collapse
yeah this worked for me too... strange b/c i can copy files w/o issue to my sisters N4 but on mine i have to do this method
inerhead, you sir are a genius! Thank you
eduardo_b said:
Well, one thing I finally discovered is that zip renamed from 7z may be an issue...the system probably checks the file header (I assume) against extension to see if there's a match. Possibly to catch exe files with zip extensions that may be viruses.
Click to expand...
Click to collapse
after reading your post i just removed the .zip and copied it to the device when it was on the device i just renamed the file and added the .zip thanks man really helpful
inerhead said:
Just put the files you want to copy inside a folder, then copy the folder. works for me on Nexus 4
Click to expand...
Click to collapse
Thank you very much sir!
Now why the hell did this start happening with zips?
inerhead said:
Just put the files you want to copy inside a folder, then copy the folder. works for me on Nexus 4
Click to expand...
Click to collapse
working exactly perfect!! Thanks my friend..

Categories

Resources