How do I recover photos in full quality from my Moto E4? - Moto E4 Questions & Answers

So, I recently deleted photos from my Moto E4 that I did not think I would need. Using diskdigger, I was able to retrieve the photos (and a few videos), but I could only view the thumbnail of said photos, and the results were very pixelated, obviously. In order to get the full capacity of my photos, diskdigger required that I root my phone. I would prefer not having to do this (I am a complete imbecile when it comes to computers, all guides that I saw to root my phone were way over my head). Is there another way around this? I am currently unable to afford any sort of purchase, and I am even unable to perform a free trial of any sort. Furthermore, if there be no way to circumvent without rooting my phone (which I understand is risky), would someone direct me to a complete guide to rooting my phone? I have researched this whole afternoon in an attempt to find a reliable way, but I do not want to do something brash without consulting people who are smarter than me first. As a final note, due to the somewhat sensitive nature of the photos, I do not want to ask someone whom I know personally for assistance.
I know this is alot of perameters and contingencies, but I trust that some of you will know what to do.

Related

Monitoring reading activity on the Nook Touch?

Dear XDA community,
First I apologize for the long post, if you want to see only my actual question, just skip the next 2 paragraphs.The stuff before is for context on why your help will be so crucial to us!
Friends and I have started a non-profit organization with the aim of bringing Nooks Touch loaded with literature and DIY books to Kenya (the website is readandprosper.org) The idea is to provide children in their last two years of secondary education with choice and easy access to both Kenyan, pan-African, and US/European literature, as well as replace their textbooks with electronic versions. Currently, up to 5 children share a single textbook (generally in bad shape as well). We also would like to include lots of Do It Yourself books to encourage children to learn useful trades (carpentry, irrigation, mechanical repair, etc).
We have made significant progress in our work, identified the school where we will pilot the project, identified the books we'd like to use (though publishers are giving us a hard time; shocker!) etc. Right now, we are working on the monitoring and evaluation plan and are looking into collecting data about the use of the devices by children and professors. This is where the XDA community's help would be crucial!
Our hope is that there is a way to record what books are being read and also basic information about basic reading patterns, like how many pages are being read in sequence vs. just browsing through the book. Do you guys and gals know any way this can be done via a script/app?
I have a pretty good understanding of Android, having rooted and tested lots of roms on my G2x and having done some basic customization work in the guts so I'm OK with a not super simple and easy solution. It would be really helpful for us to understand use patterns and what books have the most value so we can better tailor our approach!
Thank you so much for any suggestions/help!
Depending on how in-depth you wanted the info, this could get complicated.
You'd need to modify the reader.
You'd have to safeguard against logging as read when somebody holds down a side button continuously.
You can look in the Nook and check the content provider content://media/external/docs and see if a book was ever opened.
If you took occasional snapshots of this you might make some sense of reading.
There's also content://com.bn.nook.reader.providers.lastreadingpointprovider/
It's not what you want, but the easiest data that you can get is if people are using Adobe Digital Editions to borrow from libraries.
You can look in C:\Users\Whoever\My Documents\My Digital Editions and see all the books ever borrowed.
Renate NST said:
Depending on how in-depth you wanted the info, this could get complicated.
You'd need to modify the reader.
You'd have to safeguard against logging as read when somebody holds down a side button continuously.
You can look in the Nook and check the content provider content://media/external/docs and see if a book was ever opened.
If you took occasional snapshots of this you might make some sense of reading.
There's also content://com.bn.nook.reader.providers.lastreadingpointprovider/
It's not what you want, but the easiest data that you can get is if people are using Adobe Digital Editions to borrow from libraries.
You can look in C:\Users\Whoever\My Documents\My Digital Editions and see all the books ever borrowed.
Click to expand...
Click to collapse
Thank you for the info Renate!
I think our first interest is in finding out which books are read most often. Number of pages read would be interesting, but as you said, it will be difficult to collect the data without getting a lot of "noise" or some kind of access to the reader's innards.
We are also open to installing a different reader than the Nook standard, like Moon+ or Aldiko (after root of course). Do any of these third party readers provide an API-type access that would enable more extensive data collection? Otherwise we might try to talk to the app makers and see if they might be able to cook up something for us.
The ADE aspect doesn't really work for us, there is no WiFi where the e-readers are going and we will be sideloading all the books.
We'll continue to think about all this. I got one of our refurbished Nook yesterday to play with, and so far I haven't really gone the rooting route just yet, but I think it will be happening pretty soon.
I just wanted to revive this thread on logging how students use their e-readers.
Since my last post, I haven't really been able to find much more information, which is incredible frustrating.
School libraries, public libraries, and so forth are all using or at least beginning to use e-readers and I can't believe that there exist no app or reading software that tracks reading habits or use. I understand there are some privacy issues, but anonymized data would carry incredibly useful information. In our case, we will have multiple kids using each reader, and no log-in so the privacy issues is essentially void. Plus the data will inform what books we should load up on our readers in the future.
Does anybody on XDA have any clue about an app that can collect reading data? I know Moon+ Pro has some reading statistics for example, but do you guys/gals know what data is available?

Android Security Concerns

I'm hoping someone can point me in the right direction after spending a day reading about mobile phone security. I'm still confused as to what an app can do and how I can limit access. Some answers or a point in the right direction for more information would be helpful.
Apps that are granted permission "Modify/Delete SD Card" can pretty much read/write anything on my device? Could an app go through my sd card and see files, for example, music, movies, other data from different apps; file names/content? I have about 35 apps running on my phone with this access. I'd rather not leave it to "how much I trust the developer" and have some means to limit access to data.
I don't keep national security secrets on my nexus but there is work and personal information that is sensitive and I wouldn't want shared. It looks like if I use android to encrypt my data it only encrypts the /data folder and there doesn't seem to be much in there.
What about securing contact and calendar data? Is this possible? Not as critical as guarding my file data, but still important to me. Thanks.
Yes, files on the external sdcard are not protected, I.e. all apps which have the right to read/write sdcard can read/write everything there. One reason is just the filesystem type: on FAT you don't have access rights. On internal /sdcard it's a bit different, because it's using ext4 as a filesystem, so principally not all apps can read everything, but also here you have the problem that for example the camera, the gallery app, ... need access to the same files and directories. So at the moment you need to trust the apps in a certain way or not to install it at all.
Sent from my Nexus 7 using xda app-developers app
While it is difficult for someone with limited tech experience, it is plausible to protect your data with measures like XPrivacy or PDroid.
However, if you're looking for an answer without jumping through a few technical hoops, there aren't many good ones unfortunately. The best bet is as you already suggested, that is to be smart about where you browse the net, and only install trusted apps. Always think twice and review permissions carefully for any app even if it's from the Play Store.
And don't forget encryption only works similar to a house door. It's only good if you keep it locked. But if you let the bad guys into your house (i.e., installing a naughty app), it doesn't protect you much. It only keeps them out so long as you don't let them in (physical access). P.S. I'm assuming you're talking about the stock android encryption not actually having individual encrypted files on your device if not then ignore this paragraph (although I'm sure some will disagree that even having SHA-512 AES encrypted files with a extremely complex and long passwords is still not enough to protect data once a malicious user gets their hands on that file.)
Even on the internal SD card, it looks like once I give an app access to "modify/delete" the entire sd card is exposed; did I understand that correctly? It looks like grant access to everything or nothing.
After reading this:
http://appanalysis.org/
It seems that even trusted developers can't be trusted. I don't consider myself a novice user but I'm really surprised at how exposed the data is on phones and tablets. Its like leaving money on your front porch and hoping it isn't too tempting for someone to walk though a broken gate and grab.
Any idea what WP, iOS or BB10 offer in the way of data protection?
TheAltruistic said:
While it is difficult for someone with limited tech experience, it is plausible to protect your data with measures like XPrivacy or PDroid.
However, if you're looking for an answer without jumping through a few technical hoops, there aren't many good ones unfortunately. /QUOTE]
XPrivacy looks good, might be worth rooting for that app.
I'm not as concerned with an app downloading files and using a high level attack on my data. I am concerned about an app where the developer decides to go through my contacts, photos, and files which are unlocked and easily viewed. Then sell the data to whomever that can do whatever. No effort required, no ability to know the data was even accessed and no ability to lock the data. I think like most things, if there is more than a slight effort needed to access the data, they'll move on to something else.
I see Google offers encryption but I can't find information on exactly what is encrypted and if I install an app with say permission to contacts does that give them encrypted access to all contacts? For example, a program that can add a contact via sms I don't want to allow it to read all my contacts, just add a new one.
Maybe Android isn't the right platform for me.
Click to expand...
Click to collapse
mgerbasio said:
TheAltruistic said:
While it is difficult for someone with limited tech experience, it is plausible to protect your data with measures like XPrivacy or PDroid.
However, if you're looking for an answer without jumping through a few technical hoops, there aren't many good ones unfortunately. /QUOTE]
XPrivacy looks good, might be worth rooting for that app.
I'm not as concerned with an app downloading files and using a high level attack on my data. I am concerned about an app where the developer decides to go through my contacts, photos, and files which are unlocked and easily viewed. Then sell the data to whomever that can do whatever. No effort required, no ability to know the data was even accessed and no ability to lock the data. I think like most things, if there is more than a slight effort needed to access the data, they'll move on to something else.
I see Google offers encryption but I can't find information on exactly what is encrypted and if I install an app with say permission to contacts does that give them encrypted access to all contacts? For example, a program that can add a contact via sms I don't want to allow it to read all my contacts, just add a new one.
Maybe Android isn't the right platform for me.
Click to expand...
Click to collapse
Heh don't give up. To be honest at least android tells you when it grants a program certain permissions unlike some other OSes where you're in the dark in terms of security.
As far as I know, and I'm assuming we're talking about the same thing, the type of encryption Android offers only prevents people from gaining unauthorized access to your data if your device is mounted or accessed when your lock screen is up. (I'm sure someone will correct me if I'm wrong--please do). But if your device is not password protected (e.g., you set lock password to lock every hour and they get it when it's unlocked) then your data can potentially be compromised.
This encryption does not, however, protect your data as you're browsing the internet, or running apps like facebook.
If you're looking for something to protect your data from say facebook finding your GPS location without your permission, or accessing your contacts and doing God knows what with it, then XPrivacy and PDroid (links above) is your answer, and I'd say that's awesome.
I may not play around with an iPhone / iOS enough, but I'm confident enough to say that they don't offer the same privacy protection even from Cydia that you can get from communities like here on XDA. Perhaps for iOS users, ignorance is bliss?
Click to expand...
Click to collapse
TheAltruistic said:
mgerbasio said:
Heh don't give up. To be honest at least android tells you when it grants a program certain permissions unlike some other OSes where you're in the dark in terms of security.
Click to expand...
Click to collapse
Thanks again. I appreciate the comments.
All I'm really looking to do is prevent an app downloading all my contacts, photos, movies, files, etc. I have some work data on my tablet that isn't confidential but it is what I would call sensitive. Actually, I rarely use external memory, mostly just use in internal sd card.
It seems all the "good apps" grab more permissions than they need or, the permission they do need to operate gives them way more access than I'd like. I'm not so concerned that I'd start using Tor or duckduckgo, but just trusting a developer with an open door to data is more than I can to leave to chance.
From what I've been reading the sandboxing in iOS and WP provide good security and in BB you can remove permissions from apps; BB10 is still the most secure if you can believe the internet articles. I'd like to see Google make it more clear as to what encryption actually allows and prevents.
There seems to be apps that button up a lot of holes, like photos, but there still are gaping holes.
Click to expand...
Click to collapse
Hi guys,
Any progress? I use PDroid on my smartphone and find it unnerving to see how much and how often data is accessed not only by third party apps but by Google itself. With PDroid you can restrict permissions without bricking the app because it can provide fake data rather than none. I have to say that I am not entirely happy with it though. I hope that Firefox OS will have success in stopping the appification of our devices. Data wise, it is much safer to use web-based services than app-based services.
I think Google's Android is so successful with developers (also) because they can gather so much data. Our smartphones are unfortunately "data gold mines" for the ICT industry.
If you have any progress in improving privacy, safety and security of the Nexus 7 than I'd be happy to read about it.

For Those That Have Not Unlocked Their Bootloaders (XT926)...

...wouldn't this be an option (people more in the know, please correct me if I am wrong):
- Use one of the utilities to revert your system back down to ICS (4.0.4)
- Unlock the bootloader / root / do whatever you want to do that you can't when on the latest software...
- Re-take all of the updates to get you back up to 4.1.2 (or use the utility to get back to 4.1.2)
Easy-peasy, pending the updates that block the unlock exploit are reverted as well when the software is reverted.
I do understand that one would lose all their precious info (contacts, pics, vids, apps, etc.), but making a hard copy list of that stuff (or a backup of some sort - Backup Assistant Plus, DropBox, and Titanium Backup to Cloud storage come to mind) may be worth it to get the bootloader unlocked. To save pics, vids, etc. one could also just drop all of that stuff on to their computer before reverting as well.
Just thinking of a way to help those that cannot unlock but want to... maybe it'll help rid the forum of the "new unlock method needed please" threads as well
From what i've gathered, downgrading the phone from current firmware will not undo their patch that blocks unlocking/rooting.
LifeAsADroid said:
...wouldn't this be an option (people more in the know, please correct me if I am wrong):
- Use one of the utilities to revert your system back down to ICS (4.0.4)
- Unlock the bootloader / root / do whatever you want to do that you can't when on the latest software...
- Re-take all of the updates to get you back up to 4.1.2 (or use the utility to get back to 4.1.2)
Easy-peasy, pending the updates that block the unlock exploit are reverted as well when the software is reverted.
I do understand that one would lose all their precious info (contacts, pics, vids, apps, etc.), but making a hard copy list of that stuff (or a backup of some sort - Backup Assistant Plus, DropBox, and Titanium Backup to Cloud storage come to mind) may be worth it to get the bootloader unlocked. To save pics, vids, etc. one could also just drop all of that stuff on to their computer before reverting as well.
Just thinking of a way to help those that cannot unlock but want to... maybe it'll help rid the forum of the "new unlock method needed please" threads as well
Click to expand...
Click to collapse
along with the many "new unlock method needed please" post, there are many post just like yours, to which in every case we "in the know" state "cant be done/will not work"
as previously stated, the files that need to be modified to unlock can not be reverted.
Yeah, like Bwen said, it's not going to happen. The ability to downgrade was locked up on the update that also patched the unlock. Many have tried, many have failed, and a few have bricked.
1) I apologize if it came off as offensive about the stopping all the "new unlock method needed please" posts. It wasn't meant to be. Was simply thinking that new posts like that wouldn't develop, and the older ones would naturally die off, thus letting us all happily and jointly move on to newer topics or issues and solve them when they arrive. I have seen lotsa posts from people needing a new method to unlock, I haven't seen any along the thought process of trying the method I (apparently unoriginally) suggested.
2) Of course I did not expect this to be a new idea, but hadn't seen it posted so I thought I'd give it a whirl and perhaps help others out if it hadn't been thought of... A shot in the dark of an idea.
3) To receiving the knowledge that it cannot be done this way - ah nuts. Oh well, tried to help.
4) I'm glad I went and did the unlock when I did, prior to the corrective action taken by Motorola.
5) Anyone know what caused Motorola to make the fix? Since the XT925 is able to be unlocked, I'm thinking they don't personally care whether people unlock or not... I'm guessing that VeeZeeDub may have forced their hand to make the correction since VeeZeeDub doesn't want the phones unlocked? (disclaimer: I apologize up front if this is not a new topic)
I would blame it on VZW, more than anything else. Moto is somewhat trying to push towards being more dev friendly, but VZW is far from it.
I agree that it must be Verizon. Sorry for the duplicated thanks in the post above.
Sent from my RAZR Maxx HD
Jhall8 said:
I agree that it must be Verizon. Sorry for the duplicated thanks in the post above.
Sent from my RAZR Maxx HD
Click to expand...
Click to collapse
No worries man. I know I can be abrasive and it only gets amplified through the internet, and I apologize if my post came off that way.
LifeAsADroid said:
1) I apologize if it came off as offensive about the stopping all the "new unlock method needed please" posts. It wasn't meant to be. Was simply thinking that new posts like that wouldn't develop, and the older ones would naturally die off, thus letting us all happily and jointly move on to newer topics or issues and solve them when they arrive. I have seen lotsa posts from people needing a new method to unlock, I haven't seen any along the thought process of trying the method I (apparently unoriginally) suggested.
2) Of course I did not expect this to be a new idea, but hadn't seen it posted so I thought I'd give it a whirl and perhaps help others out if it hadn't been thought of... A shot in the dark of an idea.
3) To receiving the knowledge that it cannot be done this way - ah nuts. Oh well, tried to help.
4) I'm glad I went and did the unlock when I did, prior to the corrective action taken by Motorola.
5) Anyone know what caused Motorola to make the fix? Since the XT925 is able to be unlocked, I'm thinking they don't personally care whether people unlock or not... I'm guessing that VeeZeeDub may have forced their hand to make the correction since VeeZeeDub doesn't want the phones unlocked? (disclaimer: I apologize up front if this is not a new topic)
Click to expand...
Click to collapse
it really doesn't matter that this was posted again, you could post it 10 more times and i guarantee within a couple days someone will ask again.
the problem is, there is an ever increasing group of people who want answers spoon fed to them because they are too lazy to read for 5 minutes to find it them self. that may sound harsh, but if you have been around the forums for at least a few years helping people its easy to see it progressing.
i have provided help on various forums through the past few years and the majority of the time when i dont have an answer, i throw some key words into a search engine and come up with the answer within minutes.
its not that im much more knowledgeable than most, its that i would rather read a few minutes and learn how to do something rather than have someone feed it to me. thats why you very rarely see me ask any questions or ask for help. 99% of the answers are out there some where, all you have to do is look...
:semi rant concluded: just my opinion, take it as you will...
I know that we can't load prior software as it won't over write the exploit fix but, here's what I don't understand. When a phone gets sent back for repair, I would think there's a way that they wipe the phone out completely removing any trace of it's previous owner. Including the traces of a new update, boot loader...etc. Then install a completely fresh copy.
Why can't that technique been done to reinstall the previous software that allows boot loader unlocking? Wouldn't a cell phone repair shop have this capability? If you put a new board in the phone, can it be flashed with any software?
Or even in the refurbish process, not everything gets wiped?
bear263 said:
I know that we can't load prior software as it won't over write the exploit fix but, here's what I don't understand. When a phone gets sent back for repair, I would think there's a way that they wipe the phone out completely removing any trace of it's previous owner. Including the traces of a new update, boot loader...etc. Then install a completely fresh copy.
Why can't that technique been done to reinstall the previous software that allows boot loader unlocking? Wouldn't a cell phone repair shop have this capability? If you put a new board in the phone, can it be flashed with any software?
Or even in the refurbish process, not everything gets wiped?
Click to expand...
Click to collapse
I'm sure moto or verizon can do it, but they have access to the software that contains the encrypted key that is necessary.
But, in any event, they probably would just update it to the latest software if that hasn't happened already.
I got lucky. When I had to replace my RAZR MAXX, they "upgraded" me (for free) to a RAZR MAXX HD. I was lucky enough to have it come in with the 9.16 version, which meant I was able to unlock it, which I did immediately.
The main thing to understand is, if you don't unlock at the 9.14/9.16 version BEFORE applying any other updates, there is NO way to unlock the bootloader. It was an exploit that wasn't meant to be there. Said exploit has now been patched, and if you didn't take advantage of it when it was there, then you have no one to blame, not even Verizon or Moto since it was a security issue that they didn't know existed.

confused

I read the blog post on XDA about getting rid of Google on an android phone.
http://www.xda-developers.com/setting-up-android-marshmallow-without-google/#comment
It started with install TWRP. I know what it is, but just had a problem with it on a Nexus 4 running CM 10. I could not get to it through recovery. Finally had to install Clockwork Mod, and that got me to where I needed to go to put 12.1 on the Nexus. I had gotten both from Play. Is there a better download for TWRP elsewhere? and a good wiki? (I do read everything)
I've had problems with Play, I have an Oppo and Google told me some of my apps would not run. BULL! i repurchased from Amazon and they ran just fine. Google has also insisted that some of my wifi only tablets belonged to my carrier.
I can't get Carbon to run - tried everything possible and no joy. Can TWRP run a backup if you aren't rooted? I didn't root the Oppo. You could turn everything off so rooting was not necessary.
I've ordered the Moto X Pure, and since I don't use Google for anything except apps, I have no contacts, sms or other goodies stored there.
I don't want to, either. There's other cloud services besides Google. I also have friends that despise Google. They buy a phone and only use what the carrier offers. They just leave phone stock and don't want their names in Google's database via emails. The carriers update the phones. I also don't use Gmail. The account is mostly just to give out to spammers and to buy apps.
If I'm paying for a private mail service, I don't see why Google should get the info.
I'm concerned about the contact list.
Will TWRP help? and which 3rd party is best?
Thanks
I use a fairly fast phone for certain apps. All are reference and I like having them on the phone. All my info is at my fingertips. These apps will not run on anything but a smart phone. I also always buy unlocked phones. TMO is switching bands and the Oppo doesn't have the newer ones that I want to try.
I'd prefer to give the phone a chance, but if I get too annoyed, I'll root it.
I see the info here has improved - it's no longer in phone shorthand where you have to look up all the shortcuts.

Rooting and Fixing Samsung Galaxy Tab E (SM-T560NU) (and fixing -504 issue)

Disclaimer: I know this should go in the correct subforum for my device, but I'm having trouble navigating this site, altogether. I only see subforums for a handful of devices. So if there is a better place for this thread, I apologize
Oh, where to begin. My wonderful girlfriend got me this tablet back in october, since i said it'd be nice to have a linux based tablet so i wouldn't have apple telling me what i can and cannot do with my device (she saw that as a hint, even though it was more social commentary, but I'll take it). Anyway, I found the 16GB limitation problematic, so I decided to root it so i could use some sort of sshfs app to create a slow multi-terabyte harddrive space to steam small files (like music) from. Seeing as i had the thing for only a week and it's kind of expensive, even for a nurse, to buy for me, i chickened out and made due with a small 8GB microSD card which i just happened to have laying around.
Fast forward to a few days ago, I ordered from Amazon a 128GB microSD card (also from samsung), and decided to try to make due with that. Only to find out (and, if you're able to help me you've probably met the following issues yourselves) that the seemingly largest apps refuse to let you move them to external storage. Even better, there's some apps like Star Wars KOTOR (2.5GB) that say they let you move them, but in reality they stay on internal storage and create empty folders on the external medium. And then many apps cannot write and read to and from SD cards (like DOSbox Turbo), for reasons that completely stump me (which leads to me having to move dos games back and forth when i want to play one that saves). I then read about this wonderful feature called "Adoptable Storage," and promptly go through all sorts of things to try to enable it, only to find out that, since I have Android Version 6.0.1 from Samsung, that feature was disabled by them. After using the email support to berate them (they don't have a suggestion box), decided to try to come here and figure out how to properly root this device and figure out how to solve my space issue (I have 128GB of space that I need to use, but have no idea how to use it for what i need to use it for). By the way, a small shoutout to Samsung support, despite my very terse response, there clearly was a human being at the other end and this human was very, very civil and said that they'll pass it on as feedback (I got the impression that the employee either had the same issue or at least wanted me to know that there have been alot of complaints about this issue).
Anyway, now that that wall of text is over, this is how far i've gotten.
I know that XDA is reliable, they've had problems in the past with malware, but it was unintentional and the ship has been cleaned. I don't know about anywhere else, so the rooting instructions i find elsewhere i assume are probably correct, but i don't know where to get files for the process that i can trust, outside of XDA (and i'm having trouble finding the files i need, here).
I have a nice little article from techbeasts.com ( techbeasts.com/install-twrp-and-root-samsung-galaxy-tab-e/ ), but I don't know where their downloads came from and how many people checked them out for windows and android trojans and such.
So...
1. Is that article accurate for android 6.0.1?
2. Are those files safe (free from corruption and viruses)?
3. If they're not safe, where can I get safe files?
4. I like to develop programs, and I want to be able to develop apps for android as well. Once rooted, how does one test how their app would work on an unrooted device to ensure the app follows the "proper procedures?"
5. How do I deal with apps that are root sensitive? The point of all this is so that I can keep using my apps, so if they all break because i'm rooted that defeats the purpose.
6. Other than having to be careful with what i do (I've used Linux for years, and I occasionally like to code in assembly), that it voids my warranty, and that screwing up can make for a really bad day, is there anything else that I should know? This is, indeed, my first touch screen device outside of Nintendo products, because my V3xi is fine for me as a phone.
EDIT:
7. Forgot the most important question: How would I go about getting adoptable storage working on this device once it is rooted?
Forward: Given the nature of my question, the URL is absolutely necessary. After I've gotten my "10 useful posts" I'll fix the URL for future viewers.
EDIT2: Decided to take a chance. Ran into some issues finding the "stock firmware" which I ended up having to do. For those that have problem getting TWRP to stick, you gotta flash the stock firmware of the version you have currently installed. I tried to flash the original that it came with, which, for some reason, it didn't like at all.
Oh, and don't turn off OEM mode after everything's done. I assumed that after everything was installed it wouldn't second guess it and i could safely turn it off for added security if any app went rogue or something. Nope, must keep it on, so do regular backups. Turn off auto-updating, etc. I hear there's some sort of app that lets you "update safely." Not sure what it is, but unless you *NEED* it, don't do it.
And as a bonus note (so it shows up in the archives), some apps didn't install right (either google or the app developer's fault, but these apps weren't tied to this process [pokemon go and just about all the final fantasy games]). The kicker about this is is that you will not notice this UNTIL you uninstall the app, and reinstall it. Deleting the data before uninstalling the app will make it unstable. To find the data, i used
Code:
du / | grep "pokemon" > pokesearch.log
, since i knew that there should not have been a pokemon related directory on my droid at the time, since i needed to reinstall pokemon go because it was acting really fruity. Deleting the folders (actually, the last entry contains the rest, so it's easier just to delete the last one) allowed me to avoid the -504 issue (not to be confused with 504).
Code:
[email protected]:/data/data/com.termux/files/home # cat pokesearch.log
4 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/cache
1192 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/code_cache
12 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/shared_prefs
4 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/files
1220 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo
Message me if have the same tablet on a system root
Sent from my SM-S907VL using Tapatalk
denakor said:
Message me if have the same tablet on a system root
Sent from my SM-S907VL using Tapatalk
Click to expand...
Click to collapse
We can talk here for the benefit of the community. Any problems you might have should be documented for the sake of the community. But, yes, the -504 error i mentioned above can only be solved through root, so, yes, i was successful.
Kohlrak said:
We can talk here for the benefit of the community. Any problems you might have should be documented for the sake of the community. But, yes, the -504 error i mentioned above can only be solved through root, so, yes, i was successful.
Click to expand...
Click to collapse
I have the same tablet
---------- Post added at 09:32 PM ---------- Previous post was at 09:28 PM ----------
keith thibodeau said:
I have the same tablet
Click to expand...
Click to collapse
Tablet just updated itself after I tried to root it .. MM 7.0.1 but I didnt ask it to
I disabled automatic updates (from settings and google play, 'cause it's in both places) to prevent this problem. There might be a new firmware for the tablet, but i'm sticking to this version. I'm not sure you can downgrade after you upgrade, though. You can take a shot, though, if you're not afraid of loosing data. I doubt this process will brick as long as you can get the official firm ware on backup incase something goes wrong.
Kohlrak said:
We can talk here for the benefit of the community. Any problems you might have should be documented for the sake of the community. But, yes, the -504 error i mentioned above can only be solved through root, so, yes, i was successful.
Click to expand...
Click to collapse
Now it seems impossible to root without pc

Categories

Resources