View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#37
Welcome to open mode; things may seem difficult at first but they make your life much easier wrt aegis in the long run

To solve the passwords issue we need to delete ALL accounts on the device so that new accounts can be made for which the passwords would be remembered.

To delete the accounts in terminal you can type:

Code:
rm -rf /home/user/.aegis
rm -rf /home/user/.activesync
rm -rf /home/user/.accounts
The above removes the 3 directories responsible for the accounts + passwords.

For your calendar entries they are in a database iirc in /home/user/.cache/tracker/meta.db

You may want to extract them from there and import them later on or simply re-use the meta.db. Note I'm not too sure of this step so proceed with care; I would advice to sync your calendar entries to get them out of the device first.

If you can reflash its best you do a full reflash (rootfs+emmc) then enable developer mode, disable the warning and to flash open mode use the kernel from here and re-partition your device.