[Q] Hiding an app from windowsphone.com marketplace - Windows Phone 7 Q&A, Help & Troubleshooting

Hello guys,
Do you think that is possible to hide an app from being visible on queries on the windowsphone.com marketplace but keep it visible on searches trough the phone?
I am not considering the case of private/public betas

Well, there are private stores, such as the business stores and such, which are invite-only. Then there's "private" stores like the OEM stores and such, where some phones can see that store but it's not normally reachable from another phone or the website.
I don't know of any other such option. What's the use case?

Well, I don't want to get into the matter too much, since it is not a problem (and I don't want to talk about piracy)
but there is an app in the Italian marketplace developed by my carrier, which app isn't obviously available outside the Italian marketplace.
I was able to download it and install it by searching for it through the phone marketplace. But the same app isn't visible on the windowsphone.com marketplace.
When I search for it I get as a suggestion, on the auto-complete list, the name of the app. But then as soon as I open it, the page says that it couldn't find the app.
It is really intriguing.

Maybe they just opened their own exclusive store.

(But my phone is branded to another carrier, Vodafone Italy). So how does my phone get access to such marketplace?

So my Carrier's marketplace name is TIMIT
I was able to access it with Phone7Market and some trial and error

Possibly bad data
I would not rule out a small error in the database behind the Marketplace as the reason for this phenomenon.
I personally had several cases where I checked the Marketplace with IE on my PC for interesting apps among the daily new apps, and when I clicked on the link to the publisher in the app description to see who made that app and check whether that publisher made other apps as well, I got an error message "no such publisher".
I think this "small data error" theory really is as probable as some hidden Marketplace feature that so far noboby knows the details about...

Mobile Operators (MOs, or carriers) can have their own private stores just like OEMs. I actually know where the files the control this on your phone are located, and they can be modified or overwritten (my OEM Marketplace XAPs replace the OEM ones). Items from MO or OEM stores don't appear in the "public" views of the Marketplace, such as the website.

But how is it possible that I can access my MO private marketplace by using a phone branded by another carrier?
I understand that it is just a string to edit in the registry, but can they do it over the air? or the phone isn't smart enough to change it, like it changes MMS and APN settings by changing SIM card?
Thanks

Do *NOT* change the registry to do this! I'm not even sure if that would work short-term, and long-term it would mess up your phone (break the Marketplace and all apps installed from it until you hard-reset).
There are a couple of apps that will safely change the MOMarketplace. They are similar to my OEM Marketplace XAPs, except they work as actual apps that you install and then make a selection in (requires root-unlock). One of them even allows you to lock the file read-only so the phone doesn't overwrite it with its branded one.

Thanks,
I don't want to change or edit the registry.
I just wanted to know how it works:
my question was:
how is it possible that I can access my TIM ITALIA private marketplace since I am using a VODAFONE ITALY branded phone?
Apparently is not a registry key. There should be something on the SIM Card,
unless LG's app "Network configurator" changes that key according to the SIM Card insert.
Where did you read that I want to change that registry key?

GoodDayToDie said:
Do *NOT* change the registry to do this! I'm not even sure if that would work short-term, and long-term it would mess up your phone (break the Marketplace and all apps installed from it until you hard-reset).
There are a couple of apps that will safely change the MOMarketplace. They are similar to my OEM Marketplace XAPs, except they work as actual apps that you install and then make a selection in (requires root-unlock). One of them even allows you to lock the file read-only so the phone doesn't overwrite it with its branded one.
Click to expand...
Click to collapse
Why not just save a copy of your prefered file, and after an updated copy that over the restricted mess ?

Related

IM+ trial, where is the configdata?

Hi,
here (strazzere.com » app-private) is described how apps can be manupulate.
In case of some trials, for ex.: "IM+ Trial", i suppose there leave a config file to check when it was installed. This file stay after removing the app (so i cannot use this trial period after reinstalling ). This sux. I dont want to waste my phone with unsusual files.
So, does anyone know where such files are generally leaved? I dont want to believe that this will be stored in an extra DB....
merci alex
Hi nolimits1,
IM+/IM+ Pro does not store any hidden files on your device after app removing, so it does not waste a space. The app retrieves information about previous installs from our servers.
By the way, have you tried the latest version 3.7, which comes with fixed Facebook permission button on small screen devices, disable avatars option for reducing traffic, and French and Italian localizations? Update to the new version for free, and tell us your thoughts about the new version in this thread!
Vitaly,
PR Manager
SHAPE Services

[SOLVED] "Photo Settings" app by infinity8 trapped my photos, any way to save them?

[SOLVED] "Photo Settings" app by infinity8 trapped my photos, any way to save them?
I have this app called "Photo Settings" store some of my photos. All of them are 8MP photos 3264x2448.
http://www.windowsphone.com/en-US/apps/e88ce04d-ff1e-490c-86b8-66beab519c46
Viewing the thumbnails of the photos in the album work fine. But when clicking it to view the whole picture, and more importantly, giving me access to the export button, crashes the app.
It does not crash when the photo is smaller in size.
Is there any way to get my photos back other than waiting for an update of the app?
My device is an HTC Titan which cannot be interop unlocked right now to get filesystem access, and from what I know, even if interop unlocked, the isolated storage of the app is encrypted, right?
Are the photos not syncing with Zune?
Ah apologies, the images are stored in the app's file storage not in your media library. Then no. The app's file storage is isolated. So you'll have to wait for the dev to update the app.
Casey
Yes, you can do it easy. You will need any ISF access desktop app (search forum). Or you may use standard MS app called ISETool.exe (located at %ProgramFiles\Microsoft SDKs\Windows Phone\v7.1\Tools\IsolatedStorageExplorerTool), it came with WP7 SDK.
Command line should be: ISETool.exe ts de e88ce04d-ff1e-490c-86b8-66beab519c46 [C:\Users\YourName\Pictures]
ts = take snapshot (i.e. download all ISF content for the app to desktop)
de = device
e88ce04d-ff1e-490c-86b8-66beab519c46 = "Photo Settings" app GUID
[C:\Users\YourName\Pictures] = you should specify snapshot location here
@sensboston: ISEtool and its ilk can only be used on sideloaded apps. Given that the OP gave a link to the marketplace, I'm guessing he didn't sideload this app.
@OP: Isolated storage is not automatically encrypted (though the app developer can choose to encrypt files before putting them there, which this dev *might* have chosen to do). However, accessing the filesystem does typically require interop-unlock, so that's probably not going to help in your case.
It's a pity, I didn't know that BTW, on interop-unlocked Focus I still can access any ISF using WP7 Root Tools.
P.S. @GoodDayToDie, what if I sideload any dummy app with the same guid? Have you tried that trick?
UPDATE: tried, doesn't work (as an update; reinstall is working but deletes old ISF)
Agh... yeah, I should have mentioned, do *not* try that! If you do so, the default beahvior is re-install (wipes the IsoStore). If you try to force an update instead of a reinstall, the phone won't permit it (if you're replacing a Marketplace app with a sideloaded one). Somebody at MS already thought of that trick. :-/
Don't worry, I've experimented with useless app, of course
Summarizing: he-he, here is another reason to sideload apps instead using marketplace
P.S. It's definitely app author's fault. WP7 data API's are such limited but Pictures is the one of most opened and well known. Nothing prevented the author to save captured images in the MediaLibrary...
sensboston said:
Don't worry, I've experimented with useless app, of course
Summarizing: he-he, here is another reason to sideload apps instead using marketplace
P.S. It's definitely app author's fault. WP7 data API's are such limited but Pictures is the one of most opened and well known. Nothing prevented the author to save captured images in the MediaLibrary...
Click to expand...
Click to collapse
Well, the point of the app is to hide pictures from the Pictures library...
I should have tested it more thoroughly before putting secret yet important photos inside
Have you tried to contact the author? Most smart app authors include contact info somewhere in the app, usually in an "About" section. Lacking that, you can always use the review as a place to leave feedback, though it's hard for the dev to respond.
GoodDayToDie said:
Have you tried to contact the author?
Click to expand...
Click to collapse
It seems like a best advise in this topic. Contact author and ask about adding option to save pictures to SkyDrive or media library.
GoodDayToDie said:
Have you tried to contact the author? Most smart app authors include contact info somewhere in the app, usually in an "About" section. Lacking that, you can always use the review as a place to leave feedback, though it's hard for the dev to respond.
Click to expand...
Click to collapse
Yes there's an email to author link in the app, I emailed the author a few days ago, but got no reply.
I found what seems to be the author's personal email address by checking the author's domain information and emailed there too, still got no reply.
Does WP7 itself encrypt the NAND? When Riffbox supports the Titan, I can make a full NAND dump of the device through JTAG, are there any tools available to extract files from such dumps?
Phil_123 said:
Does WP7 itself encrypt the NAND? When Riffbox supports the Titan, I can make a full NAND dump of the device through JTAG, are there any tools available to extract files from such dumps?
Click to expand...
Click to collapse
I don't know 100%, but may guess - it shoud be encrypted, same way as sd-card.
At this time, WP7 does not (claim to) support full device encryption. It's possible that it does so anyhow, of course.
It does lock the SD card, which means another device can't even see the data on the card, but JTAG might get around that.
One-star reviews + emails to the author explaining thr problem and the reason for the one-star review seems like the best bet for now. Lame, I know.
The author finally responded, he will be fixing the problems

[Q] Trick WP7 to use Data connection as Wi-fi(larger marketplace downloads) ?

Trying to see if this is possable....
What I would like to do, is make my WP7 device see my Data Connection as a Wi-Fi connection to download larger apps from the Marketplace when I am away from home or away from a wi-fi connection. Something that could be turned on and off.
Is this even possable ?
I hate the fact because I am on the road I can't buy a new App because of it's size, even tho I am on a full 5 bar 3G connection.....
Thoughts ?
My guess is that there is a throttling bit set in the registry for the Zune app for when not on wifi - I just can't seem to find it.
There's a value which appears to control this limit specified a file in \My Documents\Zune\PimentoCache\Keepers. The files there are downloaded to the phone based on your carrier and OEM, but they can be temporarily replaced (this is how my OEM Marketplace XAPs work).
GoodDayToDie said:
There's a value which appears to control this limit specified a file in \My Documents\Zune\PimentoCache\Keepers. The files there are downloaded to the phone based on your carrier and OEM, but they can be temporarily replaced (this is how my OEM Marketplace XAPs work).
Click to expand...
Click to collapse
Are you saying that what I am looking for IS possable ?
If so where do I get started with this ?
I'd love something that could go in the Settings menu to enable a 50mb limit or something, that I can turn off when I am done.
You'll need to interop unlock and/or root your phone so you can browse/edit the registry.
Moved TO WP7 Q&A​
Thread moved to WP7 Q&A. Please post in the correct section in the future. Posting in the dev section just to try to get extra exposure is not allowed.​
GoodDayToDie said:
There's a value which appears to control this limit specified a file in \My Documents\Zune\PimentoCache\Keepers. The files there are downloaded to the phone based on your carrier and OEM, but they can be temporarily replaced (this is how my OEM Marketplace XAPs work).
Click to expand...
Click to collapse
Now that this thread is back open.. I would like to see if it's possable to get to the bottom of this.
What my dream is here... A little app that is in the Settings that will allow you to change your settings to allow the limit to extend to 50-100mb for a short time. This will allow users to download a larger App from the marketplace.
One of my biggest hates on WP7 is when I am on the road (not at home or by a wi-fi network), I can not BUY a new app because of it's size limits.
Has anyone tried this ? And do you need root access on your device for an app to be able to change this setting (by just flipping a switch) ?
Thanks !
Check this thread for more details that might be useful.
http://forum.xda-developers.com/showthread.php?t=1602691&highlight=download+limit
DavidinCT said:
Now that this thread is back open.. I would like to see if it's possable to get to the bottom of this.
What my dream is here... A little app that is in the Settings that will allow you to change your settings to allow the limit to extend to 50-100mb for a short time. This will allow users to download a larger App from the marketplace.
One of my biggest hates on WP7 is when I am on the road (not at home or by a wi-fi network), I can not BUY a new app because of it's size limits.
Has anyone tried this ? And do you need root access on your device for an app to be able to change this setting (by just flipping a switch) ?
Thanks !
Click to expand...
Click to collapse
I had the same issue and the solution to it is to edit the xml files LKG_MOConfig.xml and Downloaded_MOConfig.xml located at /My Documents/Zune/PimentoCache/Keepers. The download limit is set to 20 and can be edited to a higher value. I recently downloaded an 80 MB file through my 3G network. The only downside it seems is the files get replaced by the OS in every few days. To get round that I have made the files read-only and testing it. Will let you know how it goes.
And yes it will require a rooted or a fully unlocked phone.
Thanks to ken52787 for figuring out the files and his thread http://forum.xda-developers.com/showthread.php?t=1602691
You don't need full unlock, just interop_unlock with a file browser.
Testing myself...
drkfngthdragnlrd said:
Here's the pre-edited files with a 200 MB limit & the "Read Only" attribute set in case it works. You don't need full unlock, just interop_unlock with a file browser.
Testing myself...
Click to expand...
Click to collapse
I'd remove these files. These are only valid for T-Mobile and my guess is it'll cause some problems if someone tries to buy apps with them on another network.
If someone can't figure out how to edit the xml themselves and change a single number, they probably shouldn't be messing with this to begin with.
Can these be put in a XAP ?
ken52787 said:
I'd remove these files. These are only valid for T-Mobile and my guess is it'll cause some problems if someone tries to buy apps with them on another network.
If someone can't figure out how to edit the xml themselves and change a single number, they probably shouldn't be messing with this to begin with.
Click to expand...
Click to collapse
Good point, had a brain fart & didn;'t think these files might be courier dependent, files removed...
Actually, I'd really appreciate it if multiple people (different carriers in particular, I already have the OEMs) posted their PimentoCache XML files. I'm working on an app that will allow people to easily switch their Marketplace settings (OEM, MO, max download size, etc.).
GDTD - Let me get these files off my Verizon Trophy and I will post so you can add to your xap. I'm off for work so it may not be until later today.
Here are the VZW files. I already edited them for 200MB download limit.
View attachment 1016305

Save WhatsApp Conversation

Hello!
I have a question regarding WhatsApp. Is there a possibility to save WhatsApp conversations/history? Through any homebrew-App?
I searched through Google and XDA, didn't find anything useful, unfortunately.
Thanks in advance.
Greetings,
Crash1k
You need to copy out the Isolated Storage for the app. There are a few tools that can do this, including any filesystem browser (such as WP7 Root Tools). An easy way to get the file(s) from your phone to the PC would be my Root Webserver app; find the App GUID of WhatsApp and go to http://<PHONE_IP>/FileSystem/Applications/Data/<APP_GUID>/Data on the PC while the phone runs the webserver app.
Thanks for your fast answer.
Since I'm pretty new to this homebrew-and-phoneHacking thing I don't have much of a clue how to work with those programs. I have downloaded "HtcRootWebServer_231.zip" and the ".xap" file, but I don't know how to get started. Are there any instructions online, perhaps on your homepage, if you have one?
Thanks again.
Oh boy... okay, I assumed you'd already be familiar with dev-unlock at least, so this is going to be a bit complicated. First of all, what phone do you have? On some phones, you won't even be able to run the app because of restrictions that we don't know how to get past.
The summary:
To install an app to the phone from a XAP file, your phone needs to be developer-unlocked. There are a few ways to do this, including an official one from Microsoft (though that costs money unless you're a student). To deploy the apps, you'll probably want to download the Windows Phone SDK from Microsoft as it has all the tools.
To use high-privilege apps, you'll need your phone to be "interop-unlocked" which you can read about on XDA-Devs. Not all phones can currently be interop-unlocked, though many can.
Once your phone is IUed, install the webserver and also WP7 Root Tools v0.9. Use the Root Tools to mark the Webserver app as "Trusted"; this will give it the permissions it needs (it has its own permission elevation code, but I'm almost sure your phone isn't compatible).
if your phone is unlocked:
install wmdc by ultrashot, then, connect it to wmdc, then browse <YOUR WP NAME>\\Applications\Data\218A0EBB-1585-4C7E-A9EC-054CF4569A79 then copy everything from it
GoodDayToDie said:
Oh boy... okay, I assumed you'd already be familiar with dev-unlock at least, so this is going to be a bit complicated. First of all, what phone do you have? On some phones, you won't even be able to run the app because of restrictions that we don't know how to get past.
The summary:
To install an app to the phone from a XAP file, your phone needs to be developer-unlocked. There are a few ways to do this, including an official one from Microsoft (though that costs money unless you're a student). To deploy the apps, you'll probably want to download the Windows Phone SDK from Microsoft as it has all the tools.
To use high-privilege apps, you'll need your phone to be "interop-unlocked" which you can read about on XDA-Devs. Not all phones can currently be interop-unlocked, though many can.
Once your phone is IUed, install the webserver and also WP7 Root Tools v0.9. Use the Root Tools to mark the Webserver app as "Trusted"; this will give it the permissions it needs (it has its own permission elevation code, but I'm almost sure your phone isn't compatible).
Click to expand...
Click to collapse
Thanks a lot for your help, and I'm sorry you had to write this much. I already know how to deploy .xap's and these things, but I have no clue when it comes to the Webserver and how to find the conversations with that. I'll try this for now. I appreciate your help and effort.
aramadsanar said:
if your phone is unlocked:
install wmdc by ultrashot, then, connect it to wmdc, then browse <YOUR WP NAME>\\Applications\Data\218A0EBB-1585-4C7E-A9EC-054CF4569A79 then copy everything from it
Click to expand...
Click to collapse
Is this the same method as the one GoodDayToDie explained?
Thanks for your answer!
//Edit:
I tried it like you, GoodDayToDie, told me. I downloaded your HtcRootWebServer_231.xap and HtcRootWebServer_231.zip. (even though I have a Samsung Omnia 7 with windowbreak unlock (I think that's interop unlock, don't know for sure though)). Then I deployed the .xap, opened the App in the phone but didn't know what to do with the numbers and text fields (like what kind of Admin name and password I should fill in...). After I gave up on the phone-part, I tried to work with the .zip file, but I don't know what to do next. There are 2 folders, one is called "Homebrew" the other "WebServer", I tried to open the programs which are placed in the subfolders (I opened both with Microsoft Visual Studio Solution) but I only get an error and it won't show anything.
Do you know where the problem is? (aside from my lack of knowledge of course :/ )
Thanks for your help.
Crash1k said:
Thanks a lot for your help, and I'm sorry you had to write this much. I already know how to deploy .xap's and these things, but I have no clue when it comes to the Webserver and how to find the conversations with that. I'll try this for now. I appreciate your help and effort.
Is this the same method as the one GoodDayToDie explained?
Thanks for your answer!
//Edit:
I tried it like you, GoodDayToDie, told me. I downloaded your HtcRootWebServer_231.xap and HtcRootWebServer_231.zip. (even though I have a Samsung Omnia 7 with windowbreak unlock (I think that's interop unlock, don't know for sure though)). Then I deployed the .xap, opened the App in the phone but didn't know what to do with the numbers and text fields (like what kind of Admin name and password I should fill in...). After I gave up on the phone-part, I tried to work with the .zip file, but I don't know what to do next. There are 2 folders, one is called "Homebrew" the other "WebServer", I tried to open the programs which are placed in the subfolders (I opened both with Microsoft Visual Studio Solution) but I only get an error and it won't show anything.
Do you know where the problem is? (aside from my lack of knowledge of course :/ )
Thanks for your help.
Click to expand...
Click to collapse
yes, it goes to one objective, but in a simpler method
Eh, WebServer doesn't require installing anything on the PC, WPDM doesn't (directly) require installing anything on the phone. In both cases, you'll need to have WP7 Root Tools installed.
For WPDM + TouchXperience:
Install Windows Phone Device Manager from TouchXperience.com.
Start Zune and connect your phone.
Start WPDM and wait for it to install the TouchXperience app on the phone.
Open WP7 Root Tools v0.9 and go to the Policy pivot.
Mark TouchXperience as "Trusted" and exit Root Tools.
Open TouchXperience (and WPDM on the PC, if you closed it) and connect them.
Either do what @aramadsanar suggested, or use the Installed Apps feature of WPDM to make a backup.
For Root Webserver:
Install Root Webserver (the XAP; the ZIP file is the source code); you already did this.
Open WP7 Root Tools v0.9 and go to the Policy pivot.
Mark "Webserver (HtcRoot)" as Trusted and close Root Tools.
Connect the phone to WiFi (on the same network as your PC) and launch the webserver app.
Set a username and password you can remember ("admin" and "root" for example, though that's insecure).
On the PC, open a web browser and go to the phone's IP address, then drill down into the FileSystem like I said (aramadsanar gave you the app's GUID).
Download the files from the Isolated Storage to your PC, and save them somewhere.
Thanks a LOT for those great instructions, GoodDayToDie! That's really nice, thanks for your effort.
I tried the WebServer method since I didn't want to install Windows Phone SDK 7.1, but I didn't manage to get into my phone through the browser (by typing the I.P. of the phone, which is listed on the Webserver App, just as you said), that's why I was forced to use the other way. Well, who cares, it worked! I have my messages file, but the next problem shows up. I can open the file with the Editor, but it shows weird symbols and you can't read the messages actually. I tried many other programs but none work. Do you guys know how to open those files? The ending is ".sdf". I google'd it for nearly two hours, couldn't find anything useful.
Thanks for the help so far.
You used the WiFi address of the phone, right? The WWAN (cellular) connection is almost certainly firewalled. For example, on my home network the router usually gives my phone IP address 192.168.0.73 on WiFi, so I type in "http://192.168.0.73" into the browser on my PC. It'll ask for username and password; give it what you put on the phone.
As for the file contents, I can't help there. They might be encrypted, in which case the crypto key is somewhere but might be hard to find. Or they might be compressed, in which case you need to find a decoder for that compression. Either one would produce files that appear to be meaningless binary to a casual glance.
One thing you could try for the compressed file possibility is tell 7-Zip to open the file. It's usually very good at recognizing compressed formats. If it's encrypted, you'll probably need to decompile WhatsApp to figure out how. If WhatsApp is obfuscated, you're going to be in a tough spot.
By the way, I assume you downloaded the messages file directly, rather than using the data backup function of WPDM, right?
Hmm... what do you need these files for? If it's just for backup, what you have is *probably* sufficient, so long as you grabbed *all* the files from the IsolatedStorage.
Yeah, I used the WiFi address which is listed on the WebServer App, and I typed that IP Address just like you said into my browser, with "http://" etc., but it still didn't work. It doesn't even ask me for any password or username.
I don't think they are compressed, because I already tried to open/extract them with 7zip, all I got was an error because of the incompatibility. The other thing is, that when I open the files with the "Editor", I can see my messages there, but there are many many other symbols there, which makes it impossible to read the messages. They are too wide spread and you can't tell which messages belong together etc.
Even though I have no idea how to "decompile" WhatsApp, I won't ask you to tell me, since it sounds pretty complicated. I hope there is another way to solve this problem.
Yes, I simply saved the file on my Desktop, didn't use the BackUp function.
That's right, they're "just" for backup, and I didn't grab just the IsolatedStorage folder, I took the whole "Data" folder, just like aramadsanar told me to.
Thanks again for your fast and detailed answer.
If the wifi address didn't work, either your phone was not on WiFi (did the address start with 169.254.?) or your PC was not on WiFi or even connected to the same WiFi network. You can (in theory; I've never tried) also connect to the phone over wired Ethernet by plugging in the phone to the PC with its USB cable, and running Zune on the PC. That will add an ethernet entry to the phone IP list, but I don't know if it can be used for server ports from the PC.
There are a number of free apps for decompiling managed (.NET) code. The latest version of .NET RAIN, distributed right here on XDA-Devs, can do it, for example. Decompiling turns the intermediate-language binary code in a managed DLL or EXE file into C# or VB.NET or whatever. It's not a perfect reversal; the decompiler has to guess what the original source code looked like, and of course comments are missing. It's good enough to read pretty easily, though.
It sounds like what you have is probably a database file of some kind. There are only a few database formats available for WP7 apps (a few more can be accessed using native code).

New Phone, option to transfer everything?

Hello,
I currently own a LG E900 and just recently I noticed a little scratch on the display. I know this is gorilla glass and it worked really great for more than a year and I don't even know how the scratch got there, but I thought that it might be time to upgrade.
I know that most stuff is synced using Windows Live but there are still a couple of things where I am not sure:
1. What about contacts where I linked their Facebook, Twitter and Windows Live profiles? If they do not have the same name in Facebook and Windows Live, will their linking be preserved?
2. Is it possible to transfer stored data from apps and games? I mostly care about my saved progress from e.g. angry birds, can you transfer that without being banned or so from Xbox Live for cheating?
3. Zune creates full backups and I guess this would be the best you can get, but can you restore them onto another device (I am considering buying either another LG E900 or a HTC Titan 2, but this thread should not be about which phone to chose right now) or is this somehow tied to the IMIE?
All of your contacts are synced from their various accounts. None are currently stored on the phone. Your linked contacts will link if the names are the same. If names differ, you'll have to relink as necessary.
Game and application data cannot be transferred to the new phone unless said game/app offers a cloud backup option. XBoxLive games will remember scores, but I'm not sure about progress.
To my knowledge, a backup can only be restored to the phone it was made from. This means you can't even get the same model and restore from a different backup. Sucky, I know.
That is correct. Manually (using an app like Root Webserver or WPDM), you could back up your Angry Birds isolated storage folder and then restore it on the new phone (if you get another phone that you can achieve at least root-unlock with). I don't believe you're at risk of getting flagged for cheating unless you try to *edit* those game files.
That sound interesting.
Is root-unlock the same as interop-unlock?
No. Interop-unlock can allow apps to gain additional privileges, possibly including TCB privileges ("root" if it were a Unix-like OS; this is what's meant by "root unlock"). However, by default interop-unlock does not grant those permissions.
Root unlock is most commonly gained through either using interop-unlock on a supported device to then install WP7 Root Tools, or by using a full-unlocked custom ROM (full-unlock includes root-unlock).
Thanks, I guess I will be able to figure out the rest on my own since interop-unlock seems to be prettt easy on LG devices.
Just to be sure, if I copy the Isolated Storage from a game to my PC and back onto a different phone, that will still work?
slimshady322 said:
(I am considering buying either another LG E900 or a HTC Titan 2, but this thread should not be about which phone to chose right now) or is this somehow tied to the IMIE?
Click to expand...
Click to collapse
Angry Birds does not seem to require phone or owner identity privileges, so I doubt it is.
Also, keep in mind that the Titan II has no unlock at all yet - you couldn't get your files back on it then.

Categories

Resources