Browser downloads location - G1 General

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 '.'

Related

Apps installed where...?

Pardon me but I have been searching and searching for this small bit of info.
But where exactly are Market apps installed to on the G1? What directory are they in. I have an official R30 phone so I am locked out of browsing my folder structure.
wergeld
wergeld said:
Pardon me but I have been searching and searching for this small bit of info.
But where exactly are Market apps installed to on the G1? What directory are they in. I have an official R30 phone so I am locked out of browsing my folder structure.
wergeld
Click to expand...
Click to collapse
You can browse your locked RC30/RC8 phone with the stellar app "astro" from the marketplace, it has many features that you might come to appreciate. Using it you will see a directory with lots of numbers, those are the apps. (sorry not looking at it right now to give specific directions but it is easy to find.)
--M
hey demon,
you think astro is better than android file manager? before android manager was the best but now is astro better? any comparisons to pit one against the other. (P.S. I've been using android file manager)
hbguy
hbguy said:
hey demon,
you think astro is better than android file manager? before android manager was the best but now is astro better? any comparisons to pit one against the other. (P.S. I've been using android file manager)
hbguy
Click to expand...
Click to collapse
I like astro much more, the backup function in particular. Basically, astro covers all the parts I need and the interface/customizations are really well done.
--M
Apps are installed into /data/app and their data is stored in /data/data. The name of the apk is its Java package name. So for example, the name of the telephony application is com.android.phone, so the full path to the apk would be /data/app/com.android.phone.apk and the data would be stored in /data/data/com.android.phone/
i like astro much more, it used to be called 'bender' and at that time Android File Manager, now called Linda file manager or something(i think google's coming out with an 'android file manager' so they made them change the name) was much better
theres lot of improvements in Astro Particularly the App back up functionality, used to have to us terminal emulator. also, it has a shortcut utility that lets you make a shortcut to any file and put it on the desktop.
I was trying to use Astro to find locations of caches to redirect them to the SD card since reading through lists in the terminal emulator is a pain. However, when I open the /data folder, using Astro, it shows as empty. Are the contents of this folder somehow hidden? If so, is there any way I can unhide them to Astro? I can pull of a list in the terminal emulator, so I know they are here. Any thoughts are appreciated. Thanks.
Hello,
I have the same problem - the data-folder is empty?!
Where are the apps-folders please?
DevPhone ADP 1.1 holiday
yeticomes said:
Hello,
I have the same problem - the data-folder is empty?!
Where are the apps-folders please?
DevPhone ADP 1.1 holiday
Click to expand...
Click to collapse
Data directories have permision for her own app, so you must launch astro with root privileges or you wouldn't see nothing. (try in the terminal without root and you will see what happen if you are not root)
jcuadrado said:
Data directories have permision for her own app, so you must launch astro with root privileges or you wouldn't see nothing. (try in the terminal without root and you will see what happen if you are not root)
Click to expand...
Click to collapse
ok - please can you explain me how to start Astro with root privileges?
I have the DevPhone with ADP 1.1 holiday so I should have root?!
Thank you very much for your help!

[GUIDE] How to easily edit/modify .apk files! (Simple, Noob Friendly)

Hey Guys an' Girls!
Anyway, so when I first learnt how to decompile, modify then recompile .apks I found it was a rather slow process and figured out a far faster way.I searched google and xda many times and couldn't find my method anywhere. So without further ado, let's go through an easy, simple, step by step guide on how to modify .apk files!
Step 1 - Getting the .apk
Firstly, of course, you will need to obtain the .apk file that you want to edit. There are two methods to do this:
a) If you have the recovery flashable zip for the rom you are currently on, simply open it up, navigate to the file you want to edit (in my case system -> app -> settings.apk) and drag the .apk file onto your desktop.
b) Using root browser or a similar app on your device, navigate to the .apk you wish to edit and copy it onto your sdcard. Then connect to your computer and copy the file from your phone to the computer.
Step 2 - Editing/Modifying your .apk
Now is the important part. Install Winrar by clicking the link. http://www.win-rar.com/download.html?&L=0 Then open the .apk by right clicking the file -> open with -> WinRar. Now you can look around the .apk file. Find a file inside the .apk you wish to edit. (In my case I'm going to navigate to res -> mipmap-hdpi -> ic_launcher_settings.png). Just drag the file from the .apk and edit to your liking.
NOTE: It is recommended never to completely take everything out of the .apk and then put it all back in. Just do one file at a time.
Then when your finished, select the old file in the .apk and press the delete button. Now drag in the new edited file into where you found it. Easy!
Step 3 - Putting the new .apk back where it belongs
Now of course, your going to have to put it back on your device to see the changes in effect, there's no point having it on your computer! There are two ways to go about this:
a) Open up your rom and navigate to the place where you took your .apk file from. Click on the old .apk file and press the delete button. Now drag your new edited .apk file into the zip. Then connect your device to your computer and drag the rom onto the sdcard and flash it via recovery. Now reboot the system and see your change/s in effect!
b) Copy your new .apk file from your computer to your device. Then, using Root browser or a similar app, navigate to the old .apk file and look at the permisions. (eg. RW--r--) Now delete the old file and replace with the new, but make sure to set the permissions the same as they were before. Now Simply reboot and see your change/s in effect!
NOTE: For some .apk files (eg. Framework-res.apk) there might be missing folders inside the .apk (eg. Values).
Just hit the thanks button, he doesn't bite your finger!
This is an easy way to edit the images only(icons,wallpaper,etc),not XML files,Smali's and such.I do this using the kitchen,easy way if you theme alot.
Diablo67 said:
This is an easy way to edit the images only(icons,wallpaper,etc),not XML files,Smali's and such.I do this using the kitchen,easy way if you theme alot.
Click to expand...
Click to collapse
You don't have to use this guide just for images. That was just the example. You can use it for almost any file inside an .apk. I was just saying that SOME folders aren't there.
Can you guide me to how do i keep same apps of diff versions.
i tried to modify a 3rd party app e.g whatsapp and when i tried installing i got an error which said "the app is not signed", may u kindly assist!
tendyfish said:
i tried to modify a 3rd party app e.g whatsapp and when i tried installing i got an error which said "the app is not signed", may u kindly assist!
Click to expand...
Click to collapse
You also have this tool
Easy Apk Dissassembler
http://forum.xda-developers.com/showthread.php?p=14049173
How do I use a flashable to get rid of .apks??? ₩
On the app I have here it returns 20 results that it scrapes from a website. I only want it to return 3 or 4. How do I get in there and change that value?
I want to change values on touchwiz launcher on my note 3, to use it in 440 dpi. When I use it there is so much margin on all sides, and I need to reduce. I need to add a new icon row as well. Can I do that just by modifying the app?
Sent from my GT-I9505 using Tapatalk
are the .xml files encrypted or something? when i try to edit them, it is a bunch of strange characters
Hi,
I would like to modify the tinychat.apk so that i can find how to change my device info/platform from android to something else, like pc or whatever. I dont want to be identified as using an android device. Is this possible?
Regards.
ksaul said:
are the .xml files encrypted or something? when i try to edit them, it is a bunch of strange characters
Click to expand...
Click to collapse
Yes, depending on what tool you use to decompile the apk files it may or may not decrypt them. I use apktool and it decrypts them just fine.
I think this method is no longer working for 4.3+
Modify JAR files
littlejoelgriffo said:
Hey Guys an' Girls!
Anyway, so when I first learnt how to decompile, modify then recompile .apks I found it was a rather slow process and figured out a far faster way.I searched google and xda many times and couldn't find my method anywhere. So without further ado, let's go through an easy, simple, step by step guide on how to modify .apk files!
Step 1 - Getting the .apk
Firstly, of course, you will need to obtain the .apk file that you want to edit. There are two methods to do this:
a) If you have the recovery flashable zip for the rom you are currently on, simply open it up, navigate to the file you want to edit (in my case system -> app -> settings.apk) and drag the .apk file onto your desktop.
b) Using root browser or a similar app on your device, navigate to the .apk you wish to edit and copy it onto your sdcard. Then connect to your computer and copy the file from your phone to the computer.
Step 2 - Editing/Modifying your .apk
Now is the important part. Install Winrar by clicking the link. http://www.win-rar.com/download.html?&L=0 Then open the .apk by right clicking the file -> open with -> WinRar. Now you can look around the .apk file. Find a file inside the .apk you wish to edit. (In my case I'm going to navigate to res -> mipmap-hdpi -> ic_launcher_settings.png). Just drag the file from the .apk and edit to your liking.
NOTE: It is recommended never to completely take everything out of the .apk and then put it all back in. Just do one file at a time.
Then when your finished, select the old file in the .apk and press the delete button. Now drag in the new edited file into where you found it. Easy!
Step 3 - Putting the new .apk back where it belongs
Now of course, your going to have to put it back on your device to see the changes in effect, there's no point having it on your computer! There are two ways to go about this:
a) Open up your rom and navigate to the place where you took your .apk file from. Click on the old .apk file and press the delete button. Now drag your new edited .apk file into the zip. Then connect your device to your computer and drag the rom onto the sdcard and flash it via recovery. Now reboot the system and see your change/s in effect!
b) Copy your new .apk file from your computer to your device. Then, using Root browser or a similar app, navigate to the old .apk file and look at the permisions. (eg. RW--r--) Now delete the old file and replace with the new, but make sure to set the permissions the same as they were before. Now Simply reboot and see your change/s in effect!
NOTE: For some .apk files (eg. Framework-res.apk) there might be missing folders inside the .apk (eg. Values).
Click to expand...
Click to collapse
That's very helpful thank you for sharing. Is there a way to modify JAR files the same way?
gilbertgk said:
That's very helpful thank you for sharing. Is there a way to modify JAR files the same way?
Click to expand...
Click to collapse
rename the jar to apk..after done,rename it back to jar
zamzameir said:
rename the jar to apk..after done,rename it back to jar
Click to expand...
Click to collapse
Can this work on my note 3 4.3 not rooted?
gilbertgk said:
Can this work on my note 3 4.3 not rooted?
Click to expand...
Click to collapse
idk..but you can try n report back
littlejoelgriffo said:
Hey Guys an' Girls!
Anyway, so when I first learnt how to decompile, modify then recompile .apks I found it was a rather slow process and figured out a far faster way.I searched google and xda many times and couldn't find my method anywhere. So without further ado, let's go through an easy, simple, step by step guide on how to modify .apk files!
Step 1 - Getting the .apk
Firstly, of course, you will need to obtain the .apk file that you want to edit. There are two methods to do this:
a) If you have the recovery flashable zip for the rom you are currently on, simply open it up, navigate to the file you want to edit (in my case system -> app -> settings.apk) and drag the .apk file onto your desktop.
b) Using root browser or a similar app on your device, navigate to the .apk you wish to edit and copy it onto your sdcard. Then connect to your computer and copy the file from your phone to the computer.
Step 2 - Editing/Modifying your .apk
Now is the important part. Install Winrar by clicking the link. http://www.win-rar.com/download.html?&L=0 Then open the .apk by right clicking the file -> open with -> WinRar. Now you can look around the .apk file. Find a file inside the .apk you wish to edit. (In my case I'm going to navigate to res -> mipmap-hdpi -> ic_launcher_settings.png). Just drag the file from the .apk and edit to your liking.
NOTE: It is recommended never to completely take everything out of the .apk and then put it all back in. Just do one file at a time.
Then when your finished, select the old file in the .apk and press the delete button. Now drag in the new edited file into where you found it. Easy!
Step 3 - Putting the new .apk back where it belongs
Now of course, your going to have to put it back on your device to see the changes in effect, there's no point having it on your computer! There are two ways to go about this:
a) Open up your rom and navigate to the place where you took your .apk file from. Click on the old .apk file and press the delete button. Now drag your new edited .apk file into the zip. Then connect your device to your computer and drag the rom onto the sdcard and flash it via recovery. Now reboot the system and see your change/s in effect!
b) Copy your new .apk file from your computer to your device. Then, using Root browser or a similar app, navigate to the old .apk file and look at the permisions. (eg. RW--r--) Now delete the old file and replace with the new, but make sure to set the permissions the same as they were before. Now Simply reboot and see your change/s in effect!
NOTE: For some .apk files (eg. Framework-res.apk) there might be missing folders inside the .apk (eg. Values).
Click to expand...
Click to collapse
Thnax for great guide but,my gopro app has a update and I have changed the icon on it but the app store dosent show me the update button. How to fix so I can update?
What do I need to change in an app to substitute it for another app?
OK so I've installed a new ROM and it comes with a kernel setting app preinstalled. This app has been integrated into the system settings portion of the ROM. I want to replace this kernel settings app with one of my choice but I want to be able to integrate it into the system settings like the original app is. I tried disguising the new app by changing the name of the app and .apk files but that didn't work. Closest I got was being able to convert my app to system app but even though I changed the name, the app, when installed goes back to it's original name. Or what permissions or files do I need to change to allow the integration of my app into the settings interface. Thanks ahead of time, it's appreciated.

What is 'authorize' file that automatically downloaded?

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.

How to Get Downloads App to show.

There's a downloads app (system app) yet it doesn't seem to show up as an icon, with the Google Nexus and Huawei Mate 20 Pro, I could access this app and see files that have been downloaded.
In the download folder it's empty. Yet if I go to attach a file in gmail there are files in the download folder.
Both Google Photos and Gallery don't show the images stored in this folder either. There's also no files in Google chrome downloads.
So how do you clean out what's in there if you can't access it.
Darkat70 said:
There's a downloads app (system app) yet it doesn't seem to show up as an icon, with the Google Nexus and Huawei Mate 20 Pro, I could access this app and see files that have been downloaded.
In the download folder it's empty. Yet if I go to attach a file in gmail there are files in the download folder.
Both Google Photos and Gallery don't show the images stored in this folder either. There's also no files in Google chrome downloads.
So how do you clean out what's in there if you can't access it.
Click to expand...
Click to collapse
I have downloads in all locations you mentioned. Maybe I'm misunderstanding?
moSess said:
I have downloads in all locations you mentioned. Maybe I'm misunderstanding?
Click to expand...
Click to collapse
These 2 apps, but they ain't available to use .
They are in system apps, but not there in the app draw to select.
In the My files under downloads it's empty. Yet in attach files in gmail under downloads...there's a file.
Darkat70 said:
These 2 apps, but they ain't available to use .
They are in system apps, but not there in the app draw to select.
Click to expand...
Click to collapse
You are correct. Weird as that's been part of android for some time. Lucky solid Explorer for me. Though weird nonetheless. Maybe we can create a shortcut for it through Nova
I did and once created when I tap on it I get permission denied. Methinks Samsung wants us to use their file manager
Yes it's weird, You're rigt solid explorer seems to work. I'll just use this as my default file manager, solid can connect to my computer too which is a bonus.

Recover file manager

Hello, I have a problem with file manager. I deleted both file managers by accident. How can I bring them back now?
OnePlus File Manager and Google Files are available on Playstore. Whereas the other one you may get the APK and install it.
srjkumar96 said:
OnePlus File Manager and Google Files are available on Playstore. Whereas the other one you may get the APK and install it.
Click to expand...
Click to collapse
I find OP File Manager, but second app Google Files, it's not the app I deleted.
Look screenshot, first i have, second no can search.

Categories

Resources