accessing the internal memory on pc - Xperia Play Q&A, Help & Troubleshooting

hi,
i recently got the xperia play for christmas and i want to play my psone games on it. so i got the PSXperia tool but requires to get a .apk and .zpak files, which are in the internal memory, which i cannot access through windows explorer. is there a tool that allows me to access this? its an unrooted phone, on 2.3.4
thank you

AFAIK none of the instructions @ https://github.com/yifanlu/PSXperia/wiki require you to access the internal memory.

Urrr...not on the website...on the actual application though
"You need to extract some files from the Crash bandicoot apk that came with your Xperia Play
The APK is either com.sony.playstationblahblahblah.apk or com.sony.playstation.blahblahblah.apk in the system/app folder of your android phone's INTERNAL MEMORY"
So I can get the ZPAK from the SD card, however I cannot get the APK. Help?

You should be able to use adb pull to get it
(Do a temp root with zergRush if you have to).

Sorry Im a noob could you explain what those are and how you do it?

Jasestyle said:
Sorry Im a noob could you explain what those are and how you do it?
Click to expand...
Click to collapse
no.
this is what wrong with the Internet. people expect to be told everything.
many threads in Xda on how to do it or perhaps Google how to use adb to pull files
rant over.. this wasn't personal
Sent from my R800i using Tapatalk

Download Astro File Manager from the Android Market. Launch the app and find the directory where the APK file is located, which is in "/system/app".
Press down on the APK file and tap on "copy". Then go back to your SD card and paste it there.
^^ This was the fastest way I was able to get that APK file.

Related

[Q] How to install .APK file directly to SD CARD?

I have an htc desire rooted and have a 4gb sd card.
i put the .apk file in the sd card and access it with file explorer in the mobile.
how can i install the .apk file directly to sd card instead of installing it in the mobile storage?
thanks
I don't think it's possible, but what you can do is install it normally and and then use Application Manager to move it to SD. (Apps to SD or a2sd)
Perhaps you already know this so sorry if i'm preaching to the quior!
Of course the ROM has to support this as well as the App. If i remember correctly i think this was supported officially from 2.2 onward. (Froyo). Custom ROMs, especially Cyanogenmods, usually have this feature working out of the box.
so is there anyway of doing it up to today?
Of course. It's called a2sd.
SwiftKeyed from Oxygen with Transparent XDA App
prince9399 said:
so is there anyway of doing it up to today?
Click to expand...
Click to collapse
You should install a rom with app2sd or data2sd
I found a solution. Connect your phone to computer and use adb
Code:
adb install -s /patch/to/file
jast wanna help u !!!
dazkyl said:
I have an htc desire rooted and have a 4gb sd card.
i put the .apk file in the sd card and access it with file explorer in the mobile.
how can i install the .apk file directly to sd card instead of installing it in the mobile storage?
thanks
Click to expand...
Click to collapse
Hi here an odd way by the way:
as far as I know in the mixui10ml (as a custom rom 4 xperia ray search 4 it)there is such ability but u should unzip it and find and test apk files and install them to find out which one do such thing
I personally do other work ... copy all apk file in to my new downloaded custom rom and replace them and it works great!
and i should that point this apk isnt like apk2sd & other silly apk... it added in to system as a property and automatically run whenever an apk install.
its the only *(hard but real) way* that i find by searching in 2 years!!! sorry 4 my poor EN just want to help!
at last I find the name of that apk!!: "package installer.apk"!

Saving or Storing .apk's

I'm about to start buying a few different apps, and want to save them on my PC so I can have them for either future use or if I am gonna be wiping my phone, returning it, getting another phone, etc... Anybody save them straight to their computer from amazon.com, or can I pull them off my phone thru Kies after dowloading from the market? Then I guess I'll also need to know how would I get the apk running once I put it on my SD Card? Sorry in advance if this is a dummy question- it's my first run at this and there are tons of different opinions and people pitching their softwares on google search and youtube that span back to 2009, so I'd like to see what someone who knows how and has a T989, Thanks!
Download astro file manager (free) from the market and u can back up your apk's. Save them to ur sd card and transfer it to ur pc.
Sent from my SGH-T989 using XDA
zero86ea said:
Download astro file manager (free) from the market and u can back up your apk's. Save them to ur sd card and transfer it to ur pc.
Sent from my SGH-T989 using XDA
Click to expand...
Click to collapse
+1
Sent from my SGH-T989 using XDA
You can also use JRUMMY6 apps - Ultimate app manager pro or ROM Toolbox Pro. This will save the apk as well as the settings for that app.
CincoDeDrinko said:
I'm about to start buying a few different apps, and want to save them on my PC so I can have them for either future use or if I am gonna be wiping my phone, returning it, getting another phone, etc... Anybody save them straight to their computer from amazon.com, or can I pull them off my phone thru Kies after dowloading from the market? Then I guess I'll also need to know how would I get the apk running once I put it on my SD Card? Sorry in advance if this is a dummy question- it's my first run at this and there are tons of different opinions and people pitching their softwares on google search and youtube that span back to 2009, so I'd like to see what someone who knows how and has a T989, Thanks!
Click to expand...
Click to collapse
Here's a quick guide:
1) Download and install a file explorer application that can write to the system partition. You can use ROOT explorer or ES file explorer. I'm not sure if astro has system writing capabilities.
2) Go into the application and enable root access and the ability to write to system. For ES, you go into settings then scroll down and check "Up to Root" and "Root Explorer" and "Mount File System"
3) Navigate to the apk files that you want to save. For user apps, it's under /data/apps and for system apps (memo, contacts, etc.) it's under /system/apps. Now you probably default to /sdcard so you'll have to go up one more level to reach the root directory (it'll just be "/") to access system or data. Save those apks.
4) If you want to restore these apks to a future phone/ROM, it's the same idea, except you just have to copy paste the files to the directory that you found them in. But you have to watch out for odexed/deodexed apps because they're not compatible. So if you go into /system/apps or /data/apps and you see a .odex file after each respective .apk file, you won't be able to install those apps to a ROM that is deodexed. If you go into those directories and you only see .apk files, you won't be able to install those apps on a stock ROM (almost all custom ROMs are deodexed).
5) All you have to do is copy the files into the directories and reboot, you don't have to install them or anything. Some will say that you should change the permissions to (rw- r-- r--) but I've tried both ways anecdotally and I don't think it makes a difference whether you do or not.
Although I'm not sure why you want to go about it this way, if you have titanium backup it'll do all your backing up and restoring for you. The only thing that I use this method for is for the memo.apk which I use but isn't included on all ROMs. TB doesn't back this up because it's a system app. So this process is really only necessary for system apps.
yoft1 said:
Here's a quick guide:
1) Download and install a file explorer application that can write to the system partition. You can use ROOT explorer or ES file explorer. I'm not sure if astro has system writing capabilities.
2) Go into the application and enable root access and the ability to write to system. For ES, you go into settings then scroll down and check "Up to Root" and "Root Explorer" and "Mount File System"
3) Navigate to the apk files that you want to save. For user apps, it's under /data/apps and for system apps (memo, contacts, etc.) it's under /system/apps. Now you probably default to /sdcard so you'll have to go up one more level to reach the root directory (it'll just be "/") to access system or data. Save those apks.
4) If you want to restore these apks to a future phone/ROM, it's the same idea, except you just have to copy paste the files to the directory that you found them in. But you have to watch out for odexed/deodexed apps because they're not compatible. So if you go into /system/apps or /data/apps and you see a .odex file after each respective .apk file, you won't be able to install those apps to a ROM that is deodexed. If you go into those directories and you only see .apk files, you won't be able to install those apps on a stock ROM (almost all custom ROMs are deodexed).
5) All you have to do is copy the files into the directories and reboot, you don't have to install them or anything. Some will say that you should change the permissions to (rw- r-- r--) but I've tried both ways anecdotally and I don't think it makes a difference whether you do or not.
Although I'm not sure why you want to go about it this way, if you have titanium backup it'll do all your backing up and restoring for you. The only thing that I use this method for is for the memo.apk which I use but isn't included on all ROMs. TB doesn't back this up because it's a system app. So this process is really only necessary for system apps.
Click to expand...
Click to collapse
TI backup also just requires the pro license key to be stored in the same location as the backup directory. this way you can change roms and get Ti pro back without needing to re purchase.
Sent from my SGH-T989
try using root explorer
then goto the data/app directory copy your apps and move to whatever folder that you like. then if you want you could sign up for minus and upload all your apks (they have a 2gb upload limit so it works great). Or just connect hercules to computer and pull files from folder you copied to to your computer.
rom tool box pro backs up ALL your installed apks on your sd. manual install and market installed.

[Q] How to get lego fusion town master app/game working on amazon fire tv

Trying to install Fusion Tower Master app on amao fire tv via root and side loading
But i keep getting ""Downlad Failed Beause You May Not Have Purchased This app"
I got the apk file from online. It was 2 files in this folder com-lego-fusion-townmaster
1) main.1222.com.lego.fusion.townmaster.obb
2) com_lego_fusion_townmaster-1222.apk
Then i adb install the apk. Not sure where to place obb file which is like 110 MB
I
Is there any workaround to get this fix or working to play the game on amazon fire tv
itsthrills said:
Trying to install Fusion Tower Master app on amao fire tv via root and side loading
But i keep getting ""Downlad Failed Beause You May Not Have Purchased This app"
I got the apk file from online. It was 2 files in this folder com-lego-fusion-townmaster
1) main.1222.com.lego.fusion.townmaster.obb
2) com_lego_fusion_townmaster-1222.apk
Then i adb install the apk. Not sure where to place obb file which is like 110 MB
I
Is there any workaround to get this fix or working to play the game on amazon fire tv
Click to expand...
Click to collapse
Reason it's saying that is because that *.obb file isn't put where it needs to go, so it wants to download it, and thinks it's not paid for.
I don't know the location on the AFTV as my ES File Explorer won't get off the SDCard. But it's generally ../android/obb directory.
Also, you need to copy the *.obb file over before installing the *.apk file, or it will error out with the same error.
Thanks for response. I tried that but didnt work. Here's my location of where the OBB file is
\Xperia Tablet Z\Internal storage\Android\obb\com-lego-fusion-townmaster
itsthrills said:
Thanks for response. I tried that but didnt work. Here's my location of where the OBB file is
\Xperia Tablet Z\Internal storage\Android\obb\com-lego-fusion-townmaster
Click to expand...
Click to collapse
hmm, okay. Well, I'm getting my usb stick tomorrow and will have to deal with this myself, so give me a few days and maybe I'll have an answer for you.
Great! Hope you can figure this out. Thanks again
okay, what I have found out so far is that the obb directory is /sdcard/Android/obb and I needed to turn on root access in es file to see it.
Copying the directory of stuff into there, and then you install the *.apk
If you installed the *.apk first, then uninstall it, then copy the stuff over, then install it.
Should work for most stuff, but I haven't played with it much. Been busy.
Was really hard to find at first, the location. But I didn't have root enabled in es file.
Where did you find it?
Where did you get this obb file I've search the internet for it and all I get is this same exact post on 20 different website's.
Thanks
nyder said:
okay, what I have found out so far is that the obb directory is /sdcard/Android/obb and I needed to turn on root access in es file to see it.
Copying the directory of stuff into there, and then you install the *.apk
If you installed the *.apk first, then uninstall it, then copy the stuff over, then install it.
Should work for most stuff, but I haven't played with it much. Been busy.
Was really hard to find at first, the location. But I didn't have root enabled in es file.
Click to expand...
Click to collapse
jdmiami said:
Where did you get this obb file I've search the internet for it and all I get is this same exact post on 20 different website's.
Thanks
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.lego.fusion.townmaster
it's free, I didn't try it on my Amazon TV though.

[Q] LG G3 Lollipop - No Internal SD Card?

I have a strange problem and I haven't been able to find a resolution online. I'm hoping someone smarter than me can offer a solution.
I have an AT&T LG G3 (LG-D850). When I got it, it had stock KK. I rooted it with Bump and everything was cool. I stayed with stock.
Last night I upgraded it to Lollipop using the stock, bump'd LG-D850 20F Lollipop 5.0.1 ROM from autoprime. I didn't run into any problems with the install. The phone appeared to be working fine.
However, today I'm having trouble with the internal storage. When I try to download a file from the internet, it's failing. In the stock browser, it just fails. Downloads says "<Unknown> Failed." In Firefox, it tells me "Cannot download file because SD card is in use." In Chrome, it tells me "No SD card."
I'm also not able to move files to or from internal storage. I can cut, copy, and paste files from one folder on my external card to another on my external. However, I can't cut, copy, or paste files from one folder in my internal storage to another folder in my internal or external storage. I've tried both the stock file explorer as well as FX.
I tried the SDFix app from NewApp on the off chance that it would help (I read somewhere it would also work on L), but it had no effect.
I can still download apps from the Play store and install them. However, if I create a new file in QuickOffice, I can't save it ("Failed to save document.") I can navigate to root and copy/cut/paste files from the data/app folder to my external card and other folders. I think the issue is the system/sdcard folder. The owner/group on the folder is root and read, write, and exec are all checked.
Does anyone know what the permissions on that folder should be? Or if that's really my problem at all?
Thanks.
kragar00 said:
I have a strange problem and I haven't been able to find a resolution online. I'm hoping someone smarter than me can offer a solution.
I have an AT&T LG G3 (LG-D850). When I got it, it had stock KK. I rooted it with Bump and everything was cool. I stayed with stock.
Last night I upgraded it to Lollipop using the stock, bump'd LG-D850 20F Lollipop 5.0.1 ROM from autoprime. I didn't run into any problems with the install. The phone appeared to be working fine.
However, today I'm having trouble with the internal storage. When I try to download a file from the internet, it's failing. In the stock browser, it just fails. Downloads says "<Unknown> Failed." In Firefox, it tells me "Cannot download file because SD card is in use." In Chrome, it tells me "No SD card."
I'm also not able to move files to or from internal storage. I can cut, copy, and paste files from one folder on my external card to another on my external. However, I can't cut, copy, or paste files from one folder in my internal storage to another folder in my internal or external storage. I've tried both the stock file explorer as well as FX.
I tried the SDFix app from NewApp on the off chance that it would help (I read somewhere it would also work on L), but it had no effect.
I can still download apps from the Play store and install them. However, if I create a new file in QuickOffice, I can't save it ("Failed to save document.") I can navigate to root and copy/cut/paste files from the data/app folder to my external card and other folders. I think the issue is the system/sdcard folder. The owner/group on the folder is root and read, write, and exec are all checked.
Does anyone know what the permissions on that folder should be? Or if that's really my problem at all?
Thanks.
Click to expand...
Click to collapse
set up adb then typ this commands
Code:
adb shell
su
restorecon -v -R /data/media
@suljo94 Awesome! That fixed it! :good:
Googleing restorecon brought up a whole bunch of hits about this problem along with this solution. Too bad I couldn't find the answer unless I already knew the answer
this should be added to the autoprime thread or on the q&a for all variants.
Is there anyway to fix internal sdcard? i get bricket on a F460K and cant install .zip files in recovery philz, when i choose zip from/sdcard resolves "Couldn't open directory" and "ni files found" but i can put files in "sdcard" via adb =/, anyone know a way to fix it?. thanks!.
@bolillo It's in the main thread now, first post. It looks like it was added on 3/19.
kragar00 said:
@bolillo It's in the main thread now, first post. It looks like it was added on 3/19.
Click to expand...
Click to collapse
Ooooo well sorry jajaja first thing that popped up in google was this lol
Sent from my LG-D850 using XDA Free mobile app
@mafury did you try the solution @Sulijo94 posted? That fixed my problem.
Can you install via adb?
kragar00 said:
@mafury did you try the solution @Sulijo94 posted? That fixed my problem.
Can you install via adb?
Click to expand...
Click to collapse
Can't run this command on adb shell =(.
mafury said:
Can't run this command on adb shell =(.
Click to expand...
Click to collapse
Did you try from a terminal emulator on phone?
Sent from my LG-D850 using XDA Free mobile app
No, the phone bricked, i recover delete all user data and use kdz with LG Flash tools2014.
I'm failing at this error
suljo94 said:
set up adb then typ this commands
Code:
adb shell
su
restorecon -v -R /data/media
Click to expand...
Click to collapse
I get this error. Please can somebody help?
tauseefalik said:
I get this error. Please can somebody help?
Click to expand...
Click to collapse
format your internal sd (you will lose everything not on externl sd card,apps data)
suljo94 said:
format your internal sd (you will lose everything not on externl sd card,apps data)
Click to expand...
Click to collapse
I tried using this command instead an it worked for me.
"adb shell
su
restorecon -FR /data/media/0"
P.S i'm using no SD Card
Would this work for media (ie. mp3)?
I can't seem to find a fix.. All my music doesn't show in any music app and can't find a solution.. Already checked for .nomedia files, cleared media storage and forced a rescan for media and and formatted internal and external SD cards... No luck.
Thanks
Sent from my LG-D852 using XDA Free mobile app
Very good!!!
suljo94 said:
set up adb then typ this commands
Code:
adb shell
su
restorecon -v -R /data/media
Click to expand...
Click to collapse
Fantastic!! I had the same problem with my LG G3 D850. I installed the stock rom from the TWRP recovery and was with this same problem. After performing this process my problem was solved !! But the pictures of the Camera application are not saved in the internal memory. What should I do to fix this??
kragar00 said:
I have a strange problem and I haven't been able to find a resolution online. I'm hoping someone smarter than me can offer a solution.
I have an AT&T LG G3 (LG-D850). When I got it, it had stock KK. I rooted it with Bump and everything was cool. I stayed with stock.
Last night I upgraded it to Lollipop using the stock, bump'd LG-D850 20F Lollipop 5.0.1 ROM from autoprime. I didn't run into any problems with the install. The phone appeared to be working fine.
However, today I'm having trouble with the internal storage. When I try to download a file from the internet, it's failing. In the stock browser, it just fails. Downloads says "<Unknown> Failed." In Firefox, it tells me "Cannot download file because SD card is in use." In Chrome, it tells me "No SD card."
I'm also not able to move files to or from internal storage. I can cut, copy, and paste files from one folder on my external card to another on my external. However, I can't cut, copy, or paste files from one folder in my internal storage to another folder in my internal or external storage. I've tried both the stock file explorer as well as FX.
I tried the SDFix app from NewApp on the off chance that it would help (I read somewhere it would also work on L), but it had no effect.
I can still download apps from the Play store and install them. However, if I create a new file in QuickOffice, I can't save it ("Failed to save document.") I can navigate to root and copy/cut/paste files from the data/app folder to my external card and other folders. I think the issue is the system/sdcard folder. The owner/group on the folder is root and read, write, and exec are all checked.
Does anyone know what the permissions on that folder should be? Or if that's really my problem at all?
Thanks.
Click to expand...
Click to collapse
Not working. I connected my phone,they can't find it in when i type adb devices. + can't download anything from internet,only from google play.
P760x said:
Not working. I connected my phone,they can't find it in when i type adb devices. + can't download anything from internet,only from google play.
Click to expand...
Click to collapse
@P760x when you type adb devices, what do you get? If it doesn't list any devices you probably need to reinstall the phone drivers on your computer. If it does list your phone, then there's something else wrong.
kragar00 said:
@P760x when you type adb devices, what do you get? If it doesn't list any devices you probably need to reinstall the phone drivers on your computer. If it does list your phone, then there's something else wrong.
Click to expand...
Click to collapse
(i'm getting nothing)That's the whole point. My pc searches and founds my device. It perfectly worked on 4.1x JB, it founds instantly.
For some reason,when i connect my phone into mtp (Files transfer to pc) mode my pc can't find any items in phone,so does extraction applications in my phone,it's just all empty, even though i have gApps,custom kdz.
I tried with terminal emulator (android version) - it says permission denied,so i think that requires root? I would get instantly but i can't transfer or download anything to my phone...?
P760x said:
(i'm getting nothing)That's the whole point. My pc searches and founds my device. It perfectly worked on 4.1x JB, it founds instantly.
For some reason,when i connect my phone into mtp (Files transfer to pc) mode my pc can't find any items in phone,so does extraction applications in my phone,it's just all empty, even though i have gApps,custom kdz.
I tried with terminal emulator (android version) - it says permission denied,so i think that requires root? I would get instantly but i can't transfer or download anything to my phone...?
Click to expand...
Click to collapse
@P760x I noticed that I can't connect my phone in MTP mode unless developer options are on and USB debugging is on. I didn't have that problem on KK, only Lollipop.
If adb devices still doesn't list your phone after that, manually download and reinstall the phone drivers from LG. I've had multiple occasions when Windows eats those drivers, so that's the first place to start.
Hopefully that helps.

Files got moved to the emulated folder. How do i recover them?

Im new to this so i dont know how to delete my previous thread, but im creating a new one. So, i noticed that my files got moved to the emulated folder, i can access them if i use a file browser with root access, but i cant see them in the regular file manager, gallery, music app, etc. What do i have to do? They are there, but i cant have access to them without root.
TalkMatt said:
Im new to this so i dont know how to delete my previous thread, but im creating a new one. So, i noticed that my files got moved to the emulated folder, i can access them if i use a file browser with root access, but i cant see them in the regular file manager, gallery, music app, etc. What do i have to do? They are there, but i cant have access to them without root.
Click to expand...
Click to collapse
At least tell here the device type u used, rom, etc. To make anyone help u easily.

Categories

Resources