Solved error 0xE8000043 without restoring
Hi, I had a problem with Shazam app. I messed around the app with openssh to try and export the music tags and ended up with shazam app closing as it starts to load. I tried uninstalling on the phone and even itunes but always ended up with "Shazam cannot be removed error 0xE8000043 "
Using ssh I found out that the iphone was removing the folder from
/private/var/stash/Applications
but leaving the folder from
/private/var/mobile/Applications/9ABA6647-15FA-4643-8E91-37938A184334
intact.
( the long binary digit folder is the one that contains the application, you have to check each folder within the Applications folder since the binary digit is unique to every iphone, I think lol)
I tried removing the folder manually(keeping a backup) and the app was eventually gone, but when i tried to reinstall shazam from the appstore/itunes, I couldn't.
I solved the problem using the following method:
1. Using SSH Make sure that you have the application (eg Shazam) folder and files in the following path:
/private/var/mobile/Applications/9ABA6647-15FA-4643-8E91-37938A184334
(They have to be there if you have an icon of your app on your iphone)
2. Go to the following path:
/private/var/stash/Applications
and you will see that it doesn't contain your app (eg Shazam.app)
So lets fool the iphone into thinking it has one
Choose an existing app form within that folder (eg Youtube.app) and copy it on your desktop(using SSH)
rename it to the name of your app (eg Shazam.app) and copy it to the same folder /private/var/stash/Applications
Now do a hard reset of your iphone by pressing the power and home button together for 10 seconds.(This will just restart your iphone no worries about losing data

)
You will either have an icon on your phone or not depends exactly from where you began. (I didn't have)
Now go to itunes and before syncing make sure that your app is unchecked from the Applications tab. This is so as itunes will uninstall it for you.
If everything went fine itunes should remove your app without giving you that error. Then reinstall from itunes or whatever
Cheers and good luck!

