Files gone after reboot Ti Backup - Motorola Atrix HD

I cleared data on some apps/processes in an attempt to remove all of the text messages from my Atrix HD. The stock rom is not/ was not capable of that for some reason.<br />
<br />
I followed some information that stated to clear data on SIM toolkit, Phone, Phone/Messaging data.<br />
<br />
I made backups of all of these things ti Titanium backup. All went well, I got rid of the hoard of texts. I restarted the phone, and (paraphrasing)<br />
sorry but process com.android.phone has stopped working. Does this each time the radio indicator shows.<br />
I went to TiBackup to restore, and it shows that<br />
com.android.providers.telephony<br />
com.android.phone<br />
com.motorola.messaging<br />
com.motorola.simmanager<br />
<br />
are no longer installed. I restore them, the phone functions as normal.<br />
I reboot. They are all gone again.<br />
How can I restore these files and have them survive a reboot?<br/>

Hi there,
Seem very strange, but I would suggest that you ask in the device specific Q&A of your device, located here: Motorola Atrix HD > Atrix HD Q&A, Help & Troubleshooting
You'll have users more accustom to the phone who may be able to help you further!

Mods can you please move to the atrix hd subforum mentioned above?
Thank you

Related

Disappearing email accounts - solution

Friends,
Here are my solutions to this problem. I am using this method since I tried my first WM5 ROM. I created a cab file with my pop3 account setups. When ever I loose my account setups, all I have to do is re-install this cab. I also use this cab to install my setups when ever I flash new rom. This process is simple all you have to do is follow the below descried steps and create your own setup cab file.
1. First download attached zip file and extract to you pc. After unzipping you should see a directory c:\kapa.
2. Open CM_Entries.xml in notepad or wordpad (C:\Kapa\Network_setups\Windows\ CM_Entries.xml)
3. Change xml file with your account details.
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{6f1d0168-cab2-11db-8314-0800200c9a66}">
<parm name="SERVICENAME" value="Account name like Yahoo"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop.mail.yahoo.com"/>
<parm name="OUTSERVER" value="smtp.mail.yahoo.com:587"/>
<parm name="DWNDAY" value="-1"/>
<parm name="RETRIEVE" value="-1"/>
<parm name="AUTHREQUIRED" value="1"/>
<parm name="KEEPMAX" value="-1"/>
<parm name="AUTHNAME" value="username"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="NAME" value="Display Name"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
4. Save and close CM_Entries.xml
5. open dos prompt (run-> command)
6. goto c:\kapa directory and run following command
Cabwiz.exe c:\kapa\network_setups\setups.inf
Your setup file is created and is available in c:\kapa\networ_setups folder.
Alternate method is using wince cab manager.
disappearing email
There is actually an easier to solution to this problem. There is now a utility that can repair or delete the ghost email accounts. I downloaded it from freewareppc.com. The utility is called mailaccountrepair.exe.
arnarn911 said:
There is actually an easier to solution to this problem. There is now a utility that can repair or delete the ghost email accounts. I downloaded it from freewareppc.com. The utility is called mailaccountrepair.exe.
Click to expand...
Click to collapse
I'm not sure how having to re-enter manually the server addresses is easier than just running a cab once it is set up?
anilkaparthi, thanks for this it seems just what I have been looking for.
One thing though, I forward most of my emails to my main gmail account to an isp email account so I can download them from there on P Outlook (gmail loses them from the inbox once it downloads again), so in effect I send using gmail's smtp and receive on my isp's pop, so is it possible to add a line(s) to put in that the stmp uses separate settings (a separate login id)?
Thanks
Graham
Hi anilkaparthi,
Is it possible to include more than 1 account in one cab?
Cheers
klaey
klaey said:
Hi anilkaparthi,
Is it possible to include more than 1 account in one cab?
Cheers
klaey
Click to expand...
Click to collapse
Yes you can have more than one email account setup. Just follow following xml structure
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{6f1d0168-cab2-11db-8314-0800200c9a66}">
<parm name="SERVICENAME" value="Account1"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop.mail.yahoo.com"/>
<parm name="OUTSERVER" value="smtp.mail.yahoo.com:587"/>
<parm name="DWNDAY" value="-1"/>
<parm name="RETRIEVE" value="-1"/>
<parm name="AUTHREQUIRED" value="1"/>
<parm name="KEEPMAX" value="-1"/>
<parm name="AUTHNAME" value="username"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="NAME" value="Display Name"/>
</characteristic>
</characteristic>
<characteristic type="EMAIL2">
<characteristic type="{1325bc8c-cdee-11db-8314-0800200c9a66}">
<parm name="SERVICENAME" value="Account2"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop.mail.yahoo.com"/>
<parm name="OUTSERVER" value="smtp.mail.yahoo.com:587"/>
<parm name="DWNDAY" value="-1"/>
<parm name="RETRIEVE" value="-1"/>
<parm name="AUTHREQUIRED" value="1"/>
<parm name="KEEPMAX" value="-1"/>
<parm name="AUTHNAME" value="username"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="NAME" value="Display Name"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Make sure you generate unique characteristic type id for every account. Use following site to generate uuid
http://www.famkruithof.net/uuid/uuidgen
grayme said:
I'm not sure how having to re-enter manually the server addresses is easier than just running a cab once it is set up?
anilkaparthi, thanks for this it seems just what I have been looking for.
One thing though, I forward most of my emails to my main gmail account to an isp email account so I can download them from there on P Outlook (gmail loses them from the inbox once it downloads again), so in effect I send using gmail's smtp and receive on my isp's pop, so is it possible to add a line(s) to put in that the stmp uses separate settings (a separate login id)?
Thanks
Graham
Click to expand...
Click to collapse
If you are asking about adding another email account then follow steps mentioned in previous mail.
anilkaparthi said:
If you are asking about adding another email account then follow steps mentioned in previous mail.
Click to expand...
Click to collapse
Just one email account but with smtp using separate settings and hence needing a different login and password.
Hi anilkaparthi,
thx for the info. Your solution is realy great!
Cheers
klaey
Hi anilkaparthi,
a really great job. It works fine with my gmx-account.
I had problems creating an email account after I had installed Buzz's German language pack over Helmis AKU3.5 v1.4 because I couldn't select an email provider (pop/imap/exchange...) within the email-wizard. The drop-down field was empty.
With your tool it finally works.
Thanks a lot!
Phily
Very good info here, thanks.
2?
First anyone know the tag command for how can you unselect "use same when roaming" check box under options
Also command for delete from server or keep message on server.
Other than that it works great.
wpbear said:
Very good info here, thanks.
2?
First anyone know the tag command for how can you unselect "use same when roaming" check box under options
Also command for delete from server or keep message on server.
Other than that it works great.
Click to expand...
Click to collapse
There are ot of good stuff available on MSDN for email configuration. Check at following url
http://msdn.microsoft.com/library/d...y/en-us/mobilesdk5/html/wce51grfEMAIL2CSP.asp
anilkaparthi said:
There are ot of good stuff available on MSDN for email configuration. Check at following url
http://msdn.microsoft.com/library/d...y/en-us/mobilesdk5/html/wce51grfEMAIL2CSP.asp
Click to expand...
Click to collapse
I was there last night for a while, and as every other MS product it wasnt good. The web page is too basic and does not list all the options you get if you manually setup the email account, this led me to believe that either you can not setup all the settings using this method or the website with all the commands is not easy to find. I searched that site for the two areas I am concerned with and nothing. The only part of the site interesting was the specifiy ports and to setup SSL in and out server. Still looking even though it is not a big deal.
wpbear said:
Very good info here, thanks.
2?
First anyone know the tag command for how can you unselect "use same when roaming" check box under options
Also command for delete from server or keep message on server.
Other than that it works great.
Click to expand...
Click to collapse
Where do you setup "use same when roaming" option?
I don't think pocket messaging supports delete from server option.
anilkaparthi said:
Where do you setup "use same when roaming" option?
I don't think pocket messaging supports delete from server option.
Click to expand...
Click to collapse
These are options in WM6, I dont think they are in WM5.
wpbear said:
These are options in WM6, I dont think they are in WM5.
Click to expand...
Click to collapse
If I am correct in WM6 messaging is replaced by pocket outlook. In WM5 it is not a true outlook application.
I don't have WM6 device. So I can't help you. Sorry ....
Plese explain what I must write in command!
I perform everything you say but command promt say kapa is not recongnized as an internal or external command, operable program or batch file. or The system cannot find the path specified.
Tirke said:
Plese explain what I must write in command!
I perform everything you say but command promt say kapa is not recongnized as an internal or external command, operable program or batch file. or The system cannot find the path specified.
Click to expand...
Click to collapse
anilkaparthi said:
5. open dos prompt (run-> command)
6. goto c:\kapa directory and run following command
Cabwiz.exe c:\kapa\network_setups\setups.inf
Click to expand...
Click to collapse
Did you goto the c:\kapa directory (assuming that is where you extracted it to)?
My fail is on disk C
C:\Kapa
I open command and what I have to write in command?
goto c:\kapa directory and run following command
or
Cabwiz.exe c:\kapa\network_setups\setups.inf???
I tray boot and nothing!
Tirke said:
My fail is on disk C
C:\Kapa
I open command and what I have to write in command?
goto c:\kapa directory and run following command
or
Cabwiz.exe c:\kapa\network_setups\setups.inf???
I tray boot and nothing!
Click to expand...
Click to collapse
It is not an either/or, you open up command, type in
c: <enter>
cd kapa <enter>
Cabwiz.exe c:\kapa\network_setups\setups.inf <enter>
That takes you to the kapa directory on the c drive.
Alternatively you could type
C:\Kapa\Cabwiz.exe c:\kapa\network_setups\setups.inf
I move fail on C:\Documents and Settings\Stefan\Kapa
because when i open command in command write C:\DOCUME~1\STEFAN
and I write cd kapa
and than
Cabwiz.exe C:\Documents and Settings\Stefan\Kapa\network_setups\setups.inf <enter>
and he write
See on my pictures!
Help Please!

[Q] Kindle for Revo

Is there a way to upgrade Kindle on the Revolution to the newest version? I've tried upgrading in the market and off of a sd, both rooted and un-rooted. Every time it comes back with an installation failed error. Is it just my phone?
It's not too big of a deal but it would be nice if I could upgrade the apps that come pre-installed on the phone.
minus36 said:
Is there a way to upgrade Kindle on the Revolution to the newest version? I've tried upgrading in the market and off of a sd, both rooted and un-rooted. Every time it comes back with an installation failed error. Is it just my phone?
It's not too big of a deal but it would be nice if I could upgrade the apps that come pre-installed on the phone.
Click to expand...
Click to collapse
If you are rooted, you could use root explorer to go to \system\apps and delete (or add .bak to the name) the kindle.apk from in there, and start over by downloading it from the market. This may remove all your current settings so prepare for that.
Just remember to mount r/w before going and deleting it in root explorer (upper right hand corner).
Alright, using root explorer I've mounted as r/w, gone into system/apps and removed the kindle.apk (backed it up first) and tried to install it from the market but I still get the same error.
But, now when I try to sideload the newer Kindle apk I get an "Unknown Error -8".
Would there be other files that need to be removed or edited other than just the apk?
minus36 said:
Alright, using root explorer I've mounted as r/w, gone into system/apps and removed the kindle.apk (backed it up first) and tried to install it from the market but I still get the same error.
But, now when I try to sideload the newer Kindle apk I get an "Unknown Error -8".
Would there be other files that need to be removed or edited other than just the apk?
Click to expand...
Click to collapse
did you rename kindle.odex as well? This should have been easy, but I've been testing it out and it's obviously not.
I believe we might be running into an issue where there are other applications that rely on this program, as well as a signature being required for this system app. It may require deodexing of the system in order to get this one replaced.
So far I had tried renaming kindle.odex, kindle.apk, the com folder in data/data, unmounting the sdcard (per a recommendation I received), and it gives me an installation error -8 when trying to install from the market.
I haven't tried side copying it into the system folder yet as I don't have the apk lying around at the moment.... Still looking into it, though. Since you have the apk, can you rename kindle.odex, side load your new kindle.apk and let me know if that works?
You may have to reboot if sticking it in the system apps folder
Progress?
Any solution to this? I'm having the same problem on my Motorola Defy. 2.2 rooted phone. Also could not upgrade Kindle. Have deleted all Kindle files and still getting -8 error. I moved the Kindle_3.0.1.70.apk to /system/app and tried to install it there but got "Application not installed" result.
I renamed the odex and side loaded the apk. Rebooted. And nothing. If I run the APK i get the same -8 Error.
I remember reading about unmouting the sd card like you mentioned. So I hooked the phone up to my computer in Mass Storage mode so that both of the sd cards would unmount from the phone... and I still got the same -8 error.
I did notice something though, the Kindle version number is 2.0.5. I've searched and searched online for 2.0.5 and I can only find up to 2.0.4 then it jumps to 3.0. Is it possible that this is a tweaked version of Kindle and that's somehow messing things up?
Unfortunatly I don't know enough about android/programming...
You can add removing the references in packages.xml and packages.list. This is a tough one. I'm starting to believe that it's possible that Kindle only installs on certain devices (as in it does a check)? That would be crazy, but where the heck else would it be embedded that it wouldn't install from the market?
quick update on this issue:
I was able to catch Cubed tonight, and he worked with me on this issue, and we actually got the market one installed! (more like "continued for me" using my phone and Linux box)
The Amazon packages on this phone are using a shared key. The key to getting around this was to eliminate everything Amazon, including the non-kindle, but Amazon-related references within packages.xml
The problem is, I'm not positive what the final fix was, but I suspect it had to do with packages.xml. Cubed removed amazon mp3 from the phone, removed the remaining amazon references in packages.xml (completely stripped it from all amazon references and the user as well as the signed tag, not just kindle specific). I'd make sure you know a bit about xml if you want to give that a try as you want to make sure your open and close tags match. Don't want to remove partial tags.
Finally, there was one more file in system/etc called amazon-kindle.properties and it contained two keys. That was renamed as well. You can try renaming that one and report back if that was the fix if you don't want to get into the xml bit.
After this sweeping removal, it required a reboot to finally install from the market. This turned out to be why we didn't pinpoint the issue, because without the reboot, nothing worked.
Sorry for being vague, but I'm tired and heading off to bed. I suspect Cubed will release this fix in his future ROMs, but I just wanted to give a heads up that it has been done! Thanks Cubed for going the extra mile as usual with me on this one.
If anyone wants to get into the dirty specifics on this one, we can go there, but it might have to either come from Cubed, or wait until I come back from my vacation next week (Friday)
Hey, guys. I've been living without a Kindle app on this phone for a while now. Is this still on your radar?
xcbxcbx said:
Hey, guys. I've been living without a Kindle app on this phone for a while now. Is this still on your radar?
Click to expand...
Click to collapse
It hasn't fallen off the radar, and all new development has been done without the locked Kindle. The problem has been that Cubed's focus has been on CM7 - and that's massive development (he has to write drivers for everything and the kitchen sink), so he hasn't deployed a 1.2 version of his ROM.
If I get some time around here, I'll look into creating a CWR zip that will hopefully take care of this issue once and for all.
majorpay said:
It hasn't fallen off the radar, and all new development has been done without the locked Kindle. The problem has been that Cubed's focus has been on CM7 - and that's massive development (he has to write drivers for everything and the kitchen sink), so he hasn't deployed a 1.2 version of his ROM.
If I get some time around here, I'll look into creating a CWR zip that will hopefully take care of this issue once and for all.
Click to expand...
Click to collapse
That would be great, I just noticed the Kindle issue last night, and just discovered this thread before posting a new one. I will watch for further updates on the issue. thanks again guys, you seem to be putting more work into making this phone great than lg and verizon did into making it a mediocre phone... There's a real gem here, once you strip away everything that verizon and lg did to it!
I am not a Kindle user, but I just downloaded it from the market and it works perfect. Don't know why. Just searched Kindle, downloaded, and read.
Sent from my VS910 4G using XDA Premium App
mtmichaelson said:
I am not a Kindle user, but I just downloaded it from the market and it works perfect. Don't know why. Just searched Kindle, downloaded, and read.
Sent from my VS910 4G using XDA Premium App
Click to expand...
Click to collapse
I searched for kindle on the market, downloaded, and install failed with unknown error -8.
ozymandiaz said:
I searched for kindle on the market, downloaded, and install failed with unknown error -8.
Click to expand...
Click to collapse
Yeah... Me too... Thats weird. I'm a big time Kindle user. Big disappointment.... My fingers are crossed, but I have all the time in the world.
Sent from my VS910 4G using XDA Premium App
The word is that if you do:
pm uninstall com.amazon.amazonmp3
pm uninstall com.amazon.kindle
from a shell and reboot, this should fix the kindle/amazon issue.
but I restored back to stock and was able to install kindle - has anyone tried it lately?
I tried to install last night. No luck. I'm on decrapped. Right now I'm just using my archos tablet... It'll do for now... Lol
Sent from my VS910 4G using XDA Premium App
I finally got it installed and working from the market. I can say for certain that I was unable to get it to install immediately before removing the Amazon reference in the packages.xml file, then after removing it and rebooting, it installed just fine. There may be other things that I did that are also necessary, I don't know. I can only say that this one thing appears to be necessary.
It is in /data/system/packages.xml
For me it was the last entry. This is what I removed:
<shared-user name="com.amazon" userId="10069">
<sigs count="1">
<cert index="0" />
</sigs>
<perms>
<item name="android.permission.READ_PHONE_STATE" />
<item name="android.permission.ACCESS_WIFI_STATE" />
<item name="android.permission.INTERNET" />
<item name="android.permission.WRITE_EXTERNAL_STORAGE" />
<item name="android.permission.ACCESS_NETWORK_STATE" />
</perms>
</shared-user>
It looks like the update from Verizon also fixed this problem. Kindle 3.0.1.5 is installed with the VW-update and today I was able to update Kindle to 3.0.1.70 from the market with no problems
xcbxcbx said:
I finally got it installed and working from the market. I can say for certain that I was unable to get it to install immediately before removing the Amazon reference in the packages.xml file, then after removing it and rebooting, it installed just fine. There may be other things that I did that are also necessary, I don't know. I can only say that this one thing appears to be necessary.
It is in /data/system/packages.xml
For me it was the last entry. This is what I removed:
<shared-user name="com.amazon" userId="10069">
<sigs count="1">
<cert index="0" />
</sigs>
<perms>
<item name="android.permission.READ_PHONE_STATE" />
<item name="android.permission.ACCESS_WIFI_STATE" />
<item name="android.permission.INTERNET" />
<item name="android.permission.WRITE_EXTERNAL_STORAGE" />
<item name="android.permission.ACCESS_NETWORK_STATE" />
</perms>
</shared-user>
Click to expand...
Click to collapse
Thanks xcb! This did the trick for me too. Even tho I went from Decrap1.1 rom (no Kindle) to RevoltRom1.2 which includes the latest OTA update I still couldn't re-install the Kindle app until I made the changes to packages.xml. It was a bit of a pain to make the edits but well worth it!
Cannot install Kindle app after telco unlock
Hi majorpay
Any update on your "....I'll look into creating a CWR zip that will hopefully take care of this issue once and for all"? I am having the same problem.
It started after I unlocked my Android device from my telco provider. The Kindle app was never included but I could go to the market and install. Now it does not appear in the market, and even if I try accessing the app in the market through my browser it does not recognize my hardware as a supported device.
Thx!
skris88

I800 sprint ativ s neo unlock

is their any way to unlock sprint varient of ativ s neo for international gsm use ...this phone is stuck with me and i am not able to use it .
aakashpsp said:
is their any way to unlock sprint varient of ativ s neo for international gsm use ...this phone is stuck with me and i am not able to use it .
Click to expand...
Click to collapse
i'm not too sure on this, but i was looking at another problem and i have a place you could start....
look for the thread called cutsom rom for all or something like that. theres a tool by @-W-o-l-f called MBN creator that allows you to flash a custom CSC. in the default sprint CSC is the following code
Code:
<!-- SIM Lock -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\Cellular\CellManager\SIM">
<parm name="Lock" value="1" datatype="integer" />
<parm name="AllowList" value="310:120,001:01,001:010,001:011,311:01,311:11,312:11,002:11,999:99" datatype="string" />
</characteristic>
</characteristic>
i'm guessing editing the lock value to 0 would enable it, but i'm just guessing here
mtstmp said:
i'm not too sure on this, but i was looking at another problem and i have a place you could start....
look for the thread called cutsom rom for all or something like that. theres a tool by @-W-o-l-f called MBN creator that allows you to flash a custom CSC. in the default sprint CSC is the following code
Code:
<!-- SIM Lock -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\Cellular\CellManager\SIM">
<parm name="Lock" value="1" datatype="integer" />
<parm name="AllowList" value="310:120,001:01,001:010,001:011,311:01,311:11,312:11,002:11,999:99" datatype="string" />
</characteristic>
</characteristic>
i'm guessing editing the lock value to 0 would enable it, but i'm just guessing here
Click to expand...
Click to collapse
i found the thread to be really interesting but i have flashed android /apple roms before and i am bad in windows phones also in the custom_csc file their is no sim lock value...can you guide me the link for the rom as the developer their hasn't mentioned any.
Thanks

[request] whatsapp preferences.xml module

Hello, there is a preferences.xml in /data/data/com.whatsapp/shared_prefs/com.whatsapp_preferences.xml
There are some options to modify as everyone likes it like
<int name="image_max_edge" value="1280" />
TO
<int name="image_max_edge" value="1920" />
or
<int name="image_quality" value="80" />
TO
<int name="image_quality" value="95" />
I'm not a dev sry or else I would try to make this module. Modify the file itself will be overwritten from whatsapp in a few while and the changes are gone.
And sorry for my bad english. I don't want use a translation every time
You can't use Magisk to mount stuff to /data, like you can with /system.
You can however create a module with a boot script, or just place a boot script in service.d that modifies the file when the phone boots. The sed command or similar would do it.
You mention though that WhatsApp overwrites the settings after a while. That can be trickier to prevent, depending on when it happens.
Whats app videos
I am using vivo V5S mobile and i have an updated whatsapp app.
I cant send more tha 17 mb video file. Please help me in this
it is a limit of WA.
use a more user friendly messenger
I'm pretty sure Kmod FWA Xposed module can set image quality to Maximum.
But that's not Magisk.

hey guys i need help again...

hello guys
i did root my hd10...
and setup google play store.. and works is good ..
but i put in micro sd 128 and than don't work google play store and Solid Explorer..
what happen..?
stronggeon said:
hello guys
i did root my hd10...
and setup google play store.. and works is good ..
but i put in micro sd 128 and than don't work google play store and Solid Explorer..
what happen..?
Click to expand...
Click to collapse
Try to format the sd card
stronggeon said:
hello guys
i did root my hd10...
and setup google play store.. and works is good ..
but i put in micro sd 128 and than don't work google play store and Solid Explorer..
what happen..?
Click to expand...
Click to collapse
It's really sad Amazon is misleading customers with this hack job. This can really screw things up on a user app level. Anyways, they butchered the apps to external sd card option by removing the values in /system/etc/permissions/platform.xml. to fix it, you have to edit the platform.xml file, and can only be done with root...for now. Copy the file to storage and use the text editor in your root explorer to make sure WRITE_EXTERNAL_STORAGE looks like this.
Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>

Categories

Resources