is it possible to access the media library via an explorer on device? - Windows Phone 7 Q&A, Help & Troubleshooting

i'm trying to replace my oem carrier boot image with my own. i found the boot image that is currently being used, but, in order for me to get the new image in place, i have to sync it to my phone, then copy from the media library to /windows
however, i cannot find any way of getting to media library via explorer on root tools.
anyone know how? is there a secret handshake or something?

Your media library is under \My Documents\Zune\Content, but all files get renamed when they're synched, so it's quite hard to find a specific one without reading the Zune database.
That said, I believe the boot image is locked in ROM. It may not be possible to replace it short of a CAB update.

Related

AT&T Tilt Cab File Help

I have an AT&T tilt device and have replaced the phone skin on my device by editing the images on the phone. I can manually put the rebuilt files back on the phone without error. Everything works fine. I'v created a cab file install, to change the images in a more automated fashion. This also is working; however, the install is then recorded by the device and with each following install I'm warned of the already existing app. Keep in mind I'm not adding or removing any files just overwriting them. My questions are as follows.
Is there any way to install the files without the device recording the install?
Is there a way to supress the warning messages about the already installed software.
Is there a way to prompt the user to restart the device after an install.
i have never done these things myself (except removing the warning through a reg edit)
but they may be possible through "cab manager" here
I am using cab manager to create the cab files, I guess I was hoping someone with more experance with it could point me in the right direction.

Good file explorer for wp7

i want to know if there is a good file explorer for a chevron/interop unlocked samsung focus?
WP7 Root Tools if your device is Developer unlocked and Interop unlocked. But what good is a file explorer for WP7?
WP7 Root Tools is what you want! The version 0.7 alpha is installed on My phone. You can find it in this forum.
thanks! That was what i was looking for
Could anyone please explain whats the use of a file explorer, except for creating provxml folder?
you are able to have a look in every folder. so you might be interested which files are stored within your apps, or you want to change some config files, or load dlls for further analysis on your pc ;-)
Is TouchExplorer a goos solutions ?
wp7thoze said:
you are able to have a look in every folder. so you might be interested which files are stored within your apps, or you want to change some config files, or load dlls for further analysis on your pc ;-)
Click to expand...
Click to collapse
You sound like a power user. I have lots of learning to do

[Q] Writing a file back to a Marketplace apps Isolated Storage?

Hi All,
I've used Heathcliff's WP7RootTools 0.9 to extract a file from an installed apps IsolatedStorage. The app in question was installed from the Marketplace, but I want to modify some of the files it's saved to it's Isolated Storage.
I extracted the file I wanted to edit by using the Explorer utility in WP7RootTools to copy the file to the "My Documents" folder, and renamed the extension to docx. From there I could simply go into the Office Hub, where the file was now listed, and emailed the file to myself.
I have made the edits to the file, but now need to get the file back into the app's Isolated Storage. This is where I have now got a bit stuck
I've tried copying the file to SkyDrive, and using the Office Hub to download it from SkyDrive to my phone. The file downloaded and is cached on the phone somewhere, but the file location, according to Office is not "Phone". This is normal, as Skydrive downloaded documents are not saved to the "Phone" location until you open the document and do "Save as".
I cannot of course open the downloaded file, as it isn't really a .docx file. Files loacted in the "Phone" location show up in "My Documents" in the WP7RootTools explorer. SkyDrive downloaded documents I have no idea where they are located?
Can you guys help? Does anyone know the path to location of SkyDrive downloaded items on the phone. If so, then I can easily just use the WP7Roottools Explorer to copy the file back to the apps Isolated Storage.
Is there a better way to copy a non-Office file back onto the phone?
Regards,
Micro666
You could use one of these apps:
sh4d0w86 said:
i was going to suggest using WPV App Data Backup, but it seems i saved the Backups in the wrong location... (will fix in next release)
so,
you can use TouchXperience or WMDC Launcher.
Click to expand...
Click to collapse
I'm looking to do the exact same thing....
Options:
1. Do exactly what you've been doing, but save as .txt instead of .docx. The phone can still open this, even though its probably a binary file, and save it to the "Phone" location. Then you can copy it back and rename it.
2. Use an app that gives direct access to the phone's filesystem from the PC, like TouchXperience+WPDM, or Root Webserver (see my sig)+your favorite webbrowser.
3. Use any other way to get a file onto the phone, such as emailing it to yourself, using IsolatedStorageexplorer, or putting it in a XAP files and installing that file. Then move the file with WP7 Root Tools.
I recommend approach #2.
GoodDayToDie said:
Options:
1. Do exactly what you've been doing, but save as .txt instead of .docx. The phone can still open this, even though its probably a binary file, and save it to the "Phone" location. Then you can copy it back and rename it.
2. Use an app that gives direct access to the phone's filesystem from the PC, like TouchXperience+WPDM, or Root Webserver (see my sig)+your favorite webbrowser.
3. Use any other way to get a file onto the phone, such as emailing it to yourself, using IsolatedStorageexplorer, or putting it in a XAP files and installing that file. Then move the file with WP7 Root Tools.
I recommend approach #2.
Click to expand...
Click to collapse
I used TouchExperience.
1.On my Fully unlocked Device(I assume you can do this with root tools), I installed a file manager that gives full access to the device.
http://forum.xda-developers.com/showpost.php?p=24636416&postcount=23
2. I installed TouchEperience on my PC. After giving the WP7 app, Root tools rights, it should show most of the file system(on the PC) but, not all of it. So I created a new folder in \Windows (temp).
3. On the Phone, I hunted down the file I was looking for from Isolated Storage, I copied it to the \windows\temp folder.
4. Used the PC TouchExperience and browsed to \Windows\temp, there was my files, I copied them to my PC. USed the File Explorer to delete the files in my \temp folder(to make sure they were gone).
5. I edited the files, copied them back to \Windows\Temp on my device via TouchExperience on the PC. Then used the file explorer to copy them back to the Isolated Storage.
Note: The file explorer I posted a link to is GREAT, it can even edit files (basic text editor) in Isolated storage. I found a way to Cheat on a marketplace Xbox live game (didn't try others), right before the achivements, so they were really easy to get
I'm sure there is easier methods but, this worked for me...
Can I ask, what app did you try this on ?
Hope this helped...
FYI DavidinCT: Cheating XBL games is very risky. Microsoft often can detect it (for example, if you get one achievement that would have required getting another first) and they can and will permanently ban your Xbox Live account for doing so.
That all said... why didn't you just use WPDM (on the PC) to copy the file straight to the IsoStore of the app? So much easier...
GoodDayToDie said:
FYI DavidinCT: Cheating XBL games is very risky. Microsoft often can detect it (for example, if you get one achievement that would have required getting another first) and they can and will permanently ban your Xbox Live account for doing so.
That all said... why didn't you just use WPDM (on the PC) to copy the file straight to the IsoStore of the app? So much easier...
Click to expand...
Click to collapse
To be honest, I only did it with a game that had an error when I got so far, so the final achivements of the game. A Game with a Known issue but, no fix.
And I just really wanted to see if I COULD do it...
I used WPDM but, the PC version even with my phone fully unlocked (custom rom on my VZW HTC Trophy) and using Root tools 0.9 to give full to TouchExperince root, would not see all the folders and would not see the IsoStore. SO I had to copy the files to a folder that WMDM could see.
Personally, the new File Explorer above is awsome, it's even got a editor in it, I didn't even need to go through all that......

[Q] Need experts in Android VM

Ok, so my old android phone broke. I used an app called "Keepsafe" on it and had a few important images I need back. Luckily, the app saved onto my SD card so I have access to the encrypted .ksd files. The only way around this (at least that I've found) is to use another phone to install keepsafe, replace its main folder with the old main folder, and then view the files from the phone. I don't have another phone I could use, so I was wondering if this would be possible using an Android VM like Genymotion. I tried doing this myself, but I'm lost. Any help would be appreciated!
iatebreakfest said:
Ok, so my old android phone broke. I used an app called "Keepsafe" on it and had a few important images I need back. Luckily, the app saved onto my SD card so I have access to the encrypted .ksd files. The only way around this (at least that I've found) is to use another phone to install keepsafe, replace its main folder with the old main folder, and then view the files from the phone. I don't have another phone I could use, so I was wondering if this would be possible using an Android VM like Genymotion. I tried doing this myself, but I'm lost. Any help would be appreciated!
Click to expand...
Click to collapse
try this, download BlueStacks to your pc, this is an adroid emulator, only transfer files to computer, you heve playstore on this emulator, download keepsafe, and convert files to his original extension, good luck

Is it affected by the 'setLastModified' bug?

I mean https://issuetracker.google.com/issues/36930892
When you copy a file to the device (MTP or other means), the copy doesn't get the origin's timestamp. Is this true for XZP?
yes same for me. i tried to copy some pictures itchanges the date. even when i extract it through zip file
I noticed that applications are allowed to change files' last modification date. I.e. Sony has definitely patched the bug. So if you'd like to transfer stuff to your phone manually while keeping timestamps, you may use a file manager that is capable to access network shares and a shared folder on your computer. I used Total Commander with LAN plugin from GPlay

Categories

Resources