[Q] Create a link to a directory - Galaxy 3 General

Is it possible to create a link to a directory ?
For instance, I would like to access quickly and easily to the directory /sdcard/bluetooth from the home without using apps like Astro.
Thank you !

Related

[Q] Folder?

Hello, for some reason when I press on the folder it doesn't show any of my files, only a transparent white window. Any advice?
I'm using a SD card.
bumping this thread
Can you be a little clearer? What folder, and where is it? Is this through a file explorer, or a folder on your home page?
Just give us more to go on
johncmolyneux said:
Can you be a little clearer? What folder, and where is it? Is this through a file explorer, or a folder on your home page?
Just give us more to go on
Click to expand...
Click to collapse
I don't know how to acces the media on my SD.
Pressing on folder shows a white transparent window.
What application are you trying to access it with? Talk me through from the beginning so I can see if I can help.
johncmolyneux said:
What application are you trying to access it with? Talk me through from the beginning so I can see if I can help.
Click to expand...
Click to collapse
I have no idea, I just need to find the media that are on my SD.
Windows mobile had file explorer, does the latest NAND have it?
I've got no idea how to access it..
There are plenty of file explorers available from the market. You just need to search on there.
I personally use Root Explorer as it allows you to modify/copy/paste system files.
The folder you are probably trying to access is simply a virtual folder you have created on your android desktop. To use it you need to drag icons to it to organise stuff into groups etc.
What you should be doing to access your SD card is using an actual file explorer/manager app like the one described above. I personally use ASTRO File Manager though.
PS. Next time you ask for help please be more descriptive of your issue/problem.

[Q] Create folder shortcut from external SD card

What I want to do is create a short cut to a folder that is located on an external sd card and put it on my home screen.
I have tried alot of file managers and none I tried have this option. I did come across one fike manager which i could create a shortcut but it only had access to the internal memory.
Can anyone recommend a suitable app which i can install?
File manager HD works fine
https://market.android.com/details?id=com.rhmsoft.fm.hd
I cant access the external SD card using file manager hd
Did you try to navigate back in the directory tree by pressing parent? You might need root for that.
amateurandroid said:
I cant access the external SD card using file manager hd
Click to expand...
Click to collapse
What rom are you running???
If you are on Thor's rom he calls the external sdcard something else and most file managers won't see it with out editing the name.
amateurandroid said:
I cant access the external SD card using file manager hd
Click to expand...
Click to collapse
If you're still on File manager HD, press HOME, and then UP and you'll see your external_sd. Otherwise it is located in mnt/ folder. If you're running thor's ROM 14.2 it is under mnt/Removable/MicroSD
shortcut to external sd
lowsum said:
File manager HD works fine
https://market.android.com/details?id=com.rhmsoft.fm.hd
Click to expand...
Click to collapse
Hi all, by the life of me I was not able to create a shortcut with FM HD. A bookmark in FM HD yes, no problem.
I run stock rom.
I am running Thor's ROM 14.2
found it through File Manager HD, had to press Home and Up Twice and then in the Removable Folder. Thanks for that.
Now, back to my original query, I still am unable to create a short cut to my home screen. The options that presents include, Details, Open, Copy, Delete, Move, Rename, Permissions (all boxes ticked), Bookmark and Compress
amateurandroid said:
What I want to do is create a short cut to a folder that is located on an external sd card and put it on my home screen.
I have tried alot of file managers and none I tried have this option. I did come across one fike manager which i could create a shortcut but it only had access to the internal memory.
Can anyone recommend a suitable app which i can install?
Click to expand...
Click to collapse
Could be wrong here, but I don't think that's possible in Android. You can't put shortcuts (or linked files) on your Android desktop...at least the stock one (don't know if there's a launcher that has this capability). I have tried in many versions of Android with no success. You could, in a terminal, use Busybox to create a linked file/directory in /data/app or /data/app-private, but the link doesn't show up on the desktop (at least not for me).
With File Manager HD you can add a folder shortcut from the widget drawer, the far right tab (i'm on ICS so I can't check for the exact tab name). From there you can add a FMHD shortcut for a chosen folder.
Just installed File Browser Widget and I think it's a great little app you might want to try.
http://market.android.com/details?id=com.ceenic.filebrowserwidget&feature=search_result&hl=en
I know this might be too late but ES file Explorer can do sth like this. Simple long-press on a folred and choose "Shortcut" and you get one on your desktop.
Install File manager HD, go to the Widgets section on the apps drawer in the OS, and there is a widget for File Manager HD, add it to your home screen, it will then prompt you to create a shortcut to a folder of your choice, even one on the External SD
mrfenyx said:
I know this might be too late but ES file Explorer can do sth like this. Simple long-press on a folred and choose "Shortcut" and you get one on your desktop.
Click to expand...
Click to collapse
I was going to mention ES as well. They made it remarkably simple. Something that's kinda neat is that you can choose folder color between yellow and blue. Then, when you shortcut a folder, it will be the color of the folder at the time you created the shortcut. And it holds even after a reboot. Could be useful to have different colored shortcuts for organizing.
Es goes way beyond shortcuts, you get a full featured file browser with root browsing (in settings) as well as a network browser, ftp, file editor, permission editor... So much more.

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

Missing folders in android/data...is something wrong with my phone?

I'm trying to access my Final Fantasy IV data folder to backup my save folder, but I can't seem to find the folder even though I already researched the specific directory. How do I access the "hidden" directory? I am using root access explorers set to show hidden files but that doesn't help.
Here is a link that shows the specific directory to backup the save file (read the second comment).

Need root to access obb folder?

As title states, to access the obb folder, do I need to be rooted?
no you dont need to be rooted.
I dnt see the obb folder inside the Android folder.. its normally
Android > obb
what file manager are you using? Are you checking for the obb folder on the memory card or internal memory? What game/app are you trying to install that you need the obb folder?
S7 built-in file manager... and of course internal memory...
hmm it should be available by default try creating the folder and placing whatever game/app you want in side it.
doesnt seem to work... tried a few times with different app... just FCs
Out of interest, If you do not see it, You may not have an application thats created Obb.
This folder is not created unless a package is stored in here.
you can create it manually via file manager / file browser
(If you create it manually, there is every chance you need to set the permissions and assign it a group)
obb is owned by media_rw (Group id 1023)
The permissions on this folder are:
rwxrwx--- OR 0770 (Owner and Group Full read Write Execute)
If the folder exists and is hidden, the application will not allow you to create the folder.
Delete the folder and download one of the following from the store:
This should create the OBB folder
StarKnight
Brain it on
The Room 3
Thumb drift
Ilttle Drew
Odyssey
(Just some packages i have in Obb)
dave7802 said:
Out of interest, If you do not see it, You may not have an application thats created Obb.
This folder is not created unless a package is stored in here.
you can create it manually via file manager / file browser
(If you create it manually, there is every chance you need to set the permissions and assign it a group)
obb is owned by media_rw (Group id 1023)
The permissions on this folder are:
rwxrwx--- OR 0770 (Owner and Group Full read Write Execute)
If the folder exists and is hidden, the application will not allow you to create the folder.
Delete the folder and download one of the following from the store:
This should create the OBB folder
StarKnight
Brain it on
The Room 3
Thumb drift
Ilttle Drew
Odyssey
(Just some packages i have in Obb)
Click to expand...
Click to collapse
Im not rooted so I cant check/change permissions.. But I did install the thumb drift game and the OBB file showed up.. still just getting FCs
I'm using an s5 on RR 7.1.2 and I can't access obb. It's there but the folders inside are empty. And I can not move files into the directory.... I don't know why.

Categories

Resources