Question Enable Google photos backup while charging only - Google Pixel 7 Pro

Solid explorer has root access but gives me a message that it can't access this directory since Android 11. Is there another way to access the file described in this article to enable the "backup while charging only" option?
/data/data/com.google.android.apps.photos/shared_prefs
How to bring back the Google Photos Backup while Charging Option
How to bring back the Google Photos backup while charging only feature that Google removed. Requires root access to bring back backup when charging.
www.xda-developers.com

First off, used to be a huge Solid Explorer or nothing fan till I gave MiXplorer a shot. You should try it out. It's free on XDA, and the version on the Play Store(useful so you don't have to go finding it every time) is more like a donation and comes with all the plugins from the XDA thread bundled with it in one install.
Second, try installing this module, then see if you can access the directory again.

Curiousn00b said:
First off, used to be a huge Solid Explorer or nothing fan till I gave MiXplorer a shot. You should try it out. It's free on XDA, and the version on the Play Store(useful so you don't have to go finding it every time) is more like a donation and comes with all the plugins from the XDA thread bundled with it in one install.
Second, try installing this module, then see if you can access the directory again.
Click to expand...
Click to collapse
This is a magisk module? Is it only for mixplorer or does it work with solid explorer too?
EDIT: The question above still stands but I was able to access the file and edit it without that zip file installed through micplorer. Thank you. Changing the value did bring the charging option up in Google photos, but the current version of the photos app is quite a bit newer since the time this article was written. The option is stuck on and is not a toggleable function like it used to be on my pixel 2 xl. That's okay though. I never mess with it anyways.

It is astonishing Google removed the option in the first place, yet again making something less usable and less user friendly by implementing something a Google nerd thought was a good idea and not the masses.

Curiousn00b said:
First off, used to be a huge Solid Explorer or nothing fan till I gave MiXplorer a shot. You should try it out. It's free on XDA, and the version on the Play Store(useful so you don't have to go finding it every time) is more like a donation and comes with all the plugins from the XDA thread bundled with it in one install.
Second, try installing this module, then see if you can access the directory again.
Click to expand...
Click to collapse
Agreed. I've been using MiXplorer for a few years on various devices, rooted and non-rooted. It's the best file manager there is, IMO

Schroeder09 said:
This is a magisk module? Is it only for mixplorer or does it work with solid explorer too?
EDIT: The question above still stands but I was able to access the file and edit it without that zip file installed through micplorer. Thank you. Changing the value did bring the charging option up in Google photos, but the current version of the photos app is quite a bit newer since the time this article was written. The option is stuck on and is not a toggleable function like it used to be on my pixel 2 xl. That's okay though. I never mess with it anyways.
Click to expand...
Click to collapse
Looking at the description of the module, I guess it wouldn't have made a difference now that I think of it, lol.
It's for when you have to grant apps access to folders on the /SD card/ such as the data folder. Sometimes, it won't let me do that even though it's the correct path, and this module just gets rid of that whole thing.
I use SD Maid to clean up a bunch of junk files and empty folders as well as other stuff, but it needed access to the /SD card/Android/data/ but Android wouldn't let me grant it, so this is where that module comes in to play.

Related

Install App From another Android?

I got my self the hero, and my wife the Moment. I am slightly jealous of the hardware she has..but that aside, I am in love with my Hero.
However, she does have one app that i really want and the market place does not have. I assume this is an app installed by sprint.
It is Photo and Video uploader. You set an email address or other location and after a video or photo is taken, it automatically uploads the photo to the predetermined destination. GREAT FOR BACKING UP PICTURES! But, her camera hardware blows. 3.2 MP and it is sooo slow. So picture quality is no where near that of the Hero's 5 MP.
So the real question here - -
Can I ADB into her phone and just take the .APK and ODEX file for this app and push it to my phone? Is it that easy???
Some apps are that easy. Give it a try and find out! The worst thing you'll get is some force closes.
However most stock apps require files from /system/lib that help run that apk. And they don't have the same naming convention therefore you won't know which one(s) it is amongst the 100s there. But I always say try and see what happens.
And if it works upload that .apk for the rest of us!
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
thedudejdog said:
And if it works upload that .apk for the rest of us!
Click to expand...
Click to collapse
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Kcarpenter said:
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
Click to expand...
Click to collapse
Copying the ../lib/ over and not replacing existing files could work. lol. As for apps2sd... you kind of have two ways you can try installing this. Without copying the lib and all that just try putting the apk on to your sdcard and browsing to it using astro or linda (a file manager) and click on the apk and installing it. See if it errors out or fails. If it does, THEN try copying it and the odex to /system/app (if it has an odex I'm pretty confident you won't be able to install it using package manager). If that still fails then you can go crazy and trying copying the lib ha.
Kcarpenter said:
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Click to expand...
Click to collapse
I don't remember if I read it on here or ppcgeeks but I believe officially the only stock apk's not allowed is quick office. But don't quote me on that.
So I hooked up to the Moment through ADB last night.
Found out really quickly that I can SU with it....
There is a "non permanent" hack out there to become root, but I tried it and still couldn't mount the file system to copy from it.
Any ideas guys?
From what I understand the Moment uses an FS16? file System? Something Odd that non of the other droids seem to be using.
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
rockcrawler said:
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
Click to expand...
Click to collapse
This root doesn't allow you to run Root apps. not sure why, seems like root would be root.
After some reading, the root method that is being used on the Moment is not the safest. Apparently if you skip a step you have a brick. And with no Nandroid backup at the moment(pun?) I would HATE to attempt it. Apparently though Root sticks until you reboot. There is an INit. script that runs and resets the permisions.
I know, "Don't skips steps and you'll be ok"
I may get brave and try it tonight...
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
nelson8403 said:
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
Click to expand...
Click to collapse
ROCK ON! Thanks for the link to the dump, I hadn't thought about looking around in one of these.
I will post what I find out.
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
wonder if their youtube app has better picture quality than ours?
BrianDigital said:
wonder if their youtube app has better picture quality than ours?
Click to expand...
Click to collapse
I will let you know in a few minutes. As soon as I get done with my WiFi teether I will compare the two. Pretty sure they should be the same.
EDIT: I am not sure if it is hardware or not. Running the same youTube video side by side - Our HERO has better color quality, Deeper blacker. The Moment has slightly sharper edges to the pictures, not quite as blurry. the moment does not go "Full Screen" for videos either which could be contributing to the sharper look to things. My assumption would be that this is a difference in the hardware. Quality of youTube videos seems to have diminished over the years anyways, none of the really look "good" any more. Probably in an effort to save bandwidth.
However, if you want to take a look personally, I will post the APK for you. Just please don't blame me if you forget to back up the original and want to revert....I love disclaimers.
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
BrianDigital said:
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
Click to expand...
Click to collapse
I am using MoDaCo + Optimizations w/ ZipAlign. Not sure if its worth the switch for you or not.
I have never used Gutted so I do not know what it offers/doesn't have.
Gutted is as vanilla as our Rom can get. It's quick too
that's pretty cool and sounds like a great idea for backing up pics so what all would I need to do to get this and install it I have root access already
Kcarpenter said:
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
Wow... that's a really cool program... and just so you know, you can "install" it using adb and it still works fine
Code:
adb install xms-android-1.0.42-prod.apk
Then it will install in /data/apps (or if you have apps2sd, on the sdcard under /system/sd/apps)
Works great on the Sprint Hero and MoDaCo ROM
Kcarpenter said:
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
The only rule regarding it would be
6. Do not post warez.
If a piece of software requires you to pay to use it, either pay or find your cracks and serials somewhere else. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained.
Click to expand...
Click to collapse
which your app doesn't fit in to. Posting it is not outside of the rules and should be fine.

[TOOL] Online .apk installer (for the real newbie's)

Today a friend of mine wanted to install a .apk file on his Android phone and he did not have a clue on how to do this.
So.. After some hours PHP coding here I created an online tool for him (and other newbies).
Basically the users selects the .apk he wants to install, and points his Android camera to the given QR code.
Please have a look at http://bit.ly/e4mLXu , and let me know what you think.
Some things like About and FAQ are still missing, but will be added later this week.
Thank you.
It's a good concept but the site layout is so unnecessary, you don't need all those unneeded images and links in the website that has nothing to do with its function.
armoguy94 said:
It's a good concept but the site layout is so unnecessary, you don't need all those unneeded images and links in the website that has nothing to do with its function.
Click to expand...
Click to collapse
Thank you for your input.. I guess that I did go over the top a bit on the design.... But I was really in my zone when doing the page layout
I'm re-doing it at the moment, and I will try to keep it as KISS as possible.
Once again thank you for your input.
Awesome idea. A friend of mine just got her first Android phone, and is pretty clueless about installing APKs, even though I rooted her phone and walked her through it with Root Explorer. This will make it much simpler for her.
Good idea! Can save some time. It`s already saved in my favorites!
file manager, astro..
this is for first class rookies
Sorry but have I missed something here??
Why on earth would ANYBODY really actually need to use this? (no offence) Has your friend lost the plot?
Why would you go through all this instead of simply installing a file manager liek ASTRO via the market?
a) Copy apk to sd card/phone
b) install ASTRO File Manager from market.
c) Install apk
How difficult is that?
If I have missed something here please explain because I cant think of any scenario where this would be an advantage.
TheATHEiST said:
Sorry but have I missed something here??
Why on earth would ANYBODY really actually need to use this? (no offence) Has your friend lost the plot?
Why would you go through all this instead of simply installing a file manager liek ASTRO via the market?
a) Copy apk to sd card/phone
b) install ASTRO File Manager from market.
c) Install apk
How difficult is that?
If I have missed something here please explain because I cant think of any scenario where this would be an advantage.
Click to expand...
Click to collapse
unless that not everyone knows those steps.
TheATHEiST said:
Sorry but have I missed something here??
Why on earth would ANYBODY really actually need to use this? (no offence) Has your friend lost the plot?
Why would you go through all this instead of simply installing a file manager liek ASTRO via the market?
a) Copy apk to sd card/phone
b) install ASTRO File Manager from market.
c) Install apk
How difficult is that?
If I have missed something here please explain because I cant think of any scenario where this would be an advantage.
Click to expand...
Click to collapse
I have not looked at it yet, but this allows you to do it without connecting the phone to the pc right?
Logical order for your instructions
a) Install ASTRO File Manager from market.
b) Copy apk to sd card/phone
c) Install apk
repeat steps b and c for other .apks
It is a great idea,and nicely done. but i will stay with the other method.
i think its great especially when you forget your usb cable, i never leave home with out but i forgot it, surfing thru xda and didnt feel like opening xda app on phone just download upload install, also, when paw server is down i guess, nice work.
Oops... The site is getting a lot of attention at the moment as it made the XDA's frontpage!
I guess that it's time to start putting together a FAQ for the site.
Things like:
Q: Sorry but have I missed something here??
Why on earth would ANYBODY really actually need to use this? (no offence) Has your friend lost the plot?
Click to expand...
Click to collapse
A: I have not looked at it yet, but this allows you to do it without connecting the phone to the pc
Click to expand...
Click to collapse
and
its great especially when you forget your usb cable.
Click to expand...
Click to collapse
will be in it
Thank you all for the input.
Dblfstr said:
I have not looked at it yet, but this allows you to do it without connecting the phone to the pc right?
Logical order for your instructions
a) Install ASTRO File Manager from market.
b) Copy apk to sd card/phone
c) Install apk
repeat steps b and c for other .apks
Click to expand...
Click to collapse
Err how is that any more "logical" then what I said?
It doesn't make a difference which way around you do a&b so one order isnt any more or less logical then the other.
Your logic fails
deolarte said:
i think its great especially when you forget your usb cable, i never leave home with out but i forgot it, surfing thru xda and didnt feel like opening xda app on phone just download upload install, also, when paw server is down i guess, nice work.
Click to expand...
Click to collapse
Ok so if you where not at home and didnt have a USB cable, you could simply email the apk to yourself or use your friends card reader/card slot/dongle etc. There are a million different ways that are much quicker then this. Not trying to dis OP/site etc just suprised that this has been made front page news?
I love how quickly people try to smash an idea just cause it's not their way...what if the user doesn't have a file manager installed? Left their USB cable? Doesn't want to login to a webmail account for security reasons? There are tons of reasons to use this...I say scale it up, and somehow work out longer time periods for the QR codes (Maybe only for registered users?)...besides, it's always nice to have some functional PHP code that could be used in other projects.
I just used this and it is awesome! thank you thank you thank you!
sorry, but its useless. also harder and takes longer time than just copying to sd.
not everybody gets the idea of Astro/File manager.
this is just another way to get to the goal.
sometimes, even if you try to show them a better way of doing things, they still prefer another way which may seem not logical/takes a longer time.
This is a neat idea. it might not appeal to everybody, but it may help somebody.
I don't get this either. I email the apk to my gmail and there's an option in Gmail on your phone for you to install the app.
Hey, i found great use for this. I downloaded a couple of APKs and needed to quickly dl them, and install them. Too lazy to connect to my computer or email it. So much faster.
One cosmetic issue: when I upload an apk the name changes to a crazy long string. Any way to shorten that? I realize you can't keep the original apk name but a simple numbering system (each new upload +1 id kind of a thing) or whatever else might work better. It's not required, but just my input love it!
niceeee!!! this is exactly what i wanted!

Market Fix - Froyo Apps + Tegra 2 Apps

In addition to the standard Market Fix to get protected applications working (clearing cache/data), we also need to trick Google to think we have a Tegra 2 device.
We simply need to change the following line in /system/build.prop
ro.product.device=olympus
This tells Google Market we are using a Motorola Atrix 4G and will give us the missing Tegra 2 apps when applying our market fix.
However, since we are mimicking a phone, Tablet specific apps will not show up (NYTimes app for Tablets is an example)
Cheers!
Edit:
It is well known that the Google Web Market is hit and miss on our GTablets. This thread indicates it may take a few days for our tablet's to show up on the web interface. However, what this fix does is allow you to download most of the Froyo + Tegra2 apps via the Market Application within our tablets. There will be applications that will refuse to install through the web market interface (if your tablet can actually show up on the darn thing) because of missing capabilities, but will install just fine via the Market app.
If you want to install apps using a web browser from your Desktop computer, I recommend the use of Appbrain to generate your list of desired apps and then syncing your list on the tablet to install.
Hi,
SUPER!!
This build.prop change, just by itself, on stock 3588, allows me to see a bunch of apps I haven't been able to see before, including Firefox, Flash, Tank Hero, etc. Didn't have to do anything else, no fingerprint changes, etc.
Thanks!
Jim
AWESOME! The only thing I can't find is message ease which is no great loss and I'm not seeing it on the web either -- I think they are pulling it on and off the market. But YES -- Laucher Pro, Saumari, Silver Creek games, Flash 10.2, tv.com, both opera browsers, dolphin HD -- all there. FANTASTIC. THANK YOU!
Even Vlingo shows up which was never found before. Truth is I don't even want it but it was one of my indicators.
wd5gnr said:
AWESOME! The only thing I can't find is message ease which is no great loss and I'm not seeing it on the web either -- I think they are pulling it on and off the market.
Click to expand...
Click to collapse
Are you looking for MessagEase?
https://market.android.com/details?id=com.exideas.mekb
Whoops! Helps if you spell it right. I always think that should be a faster keyboard but then I give up and go back to BetterKeyboard or the word predicting one which is great until you need to do Linux command lines and such.
Sorry for the confusion. I even found Astro Bluetooth Module another I used to have to switch for. Very cool.
Hmmm... the market.android.com site no longer shows my device since I made the above fix! It only shows my older device. I tried just clearing the market cache and rerunning but no go. I am now running the regular market fix (clear cache in market, stop, clear data in service framework, stop, reboot).
I did install things off the market, but it had to be from the device.
Ok tablet is booted back up.... drum roll....
Nope. And now I am -- for now -- only showing my paid apps off the market, none of the freebies I had previously installed.
UPDATE: I killed the market data and cache along with the service framework data and rebooted. This made no difference to the web site (unless it takes time for it to catch up) but it did -- after installing something else -- restore my existing apps. On the other hand, having the market working on the device beats the web site, but it still means something is "off".
How do we request this be made a sticky?
I know I've tried just about every market tweak for the last 3+ months and this is the only 1 that made a huge diff.
Jim
I haven't tried this fix (heck I don't even know how to apply it, someone mind helping a noob out?) but I had the same problem you did where the web market doesn't show your device. I tried spamming the regular market fix and still no good.
However I logged back into the web store today and it showed my device, weird.
Not sure how to fix it but yesterday I changed my password so I was forced to sign in again. Of course that didn't work at the moment but I guess it worked since I can now see my device now.
Hope this helped.
wd5gnr said:
Hmmm... the market.android.com site no longer shows my device since I made the above fix! It only shows my older device. I tried just clearing the market cache and rerunning but no go. I am now running the regular market fix (clear cache in market, stop, clear data in service framework, stop, reboot).
I did install things off the market, but it had to be from the device.
Ok tablet is booted back up.... drum roll....
Nope. And now I am -- for now -- only showing my paid apps off the market, none of the freebies I had previously installed.
UPDATE: I killed the market data and cache along with the service framework data and rebooted. This made no difference to the web site (unless it takes time for it to catch up) but it did -- after installing something else -- restore my existing apps. On the other hand, having the market working on the device beats the web site, but it still means something is "off".
Click to expand...
Click to collapse
Yeah I tried logging out of the web site and back in. I've tried forcing a google account sync. And I've tried making sure Talk is running (apparently the website uses talk to send things to your device.).
Just for fun I put my ro.product.name/device/board back to Vega and with no reboot or anything the web site immediately found the device.... curious....
Well now that I'm back on the web site, my market is back to how it was even after I put the olympus line in. Getting too late. Will look at it tomorrow :-(
Hachi2Go said:
I haven't tried this fix (heck I don't even know how to apply it, someone mind helping a noob out?) but I had the same problem you did where the web market doesn't show your device. I tried spamming the regular market fix and still no good.
However I logged back into the web store today and it showed my device, weird.
Not sure how to fix it but yesterday I changed my password so I was forced to sign in again. Of course that didn't work at the moment but I guess it worked since I can now see my device now.
Hope this helped.
Click to expand...
Click to collapse
I did the change by:
- get temp root via z4root
- make /system R/W via root explorer
- start a terminal
- cd /system
- Edit build.prop: busybox vi build.prop
- did regular market fix
- reboot
Jim
wd5gnr said:
Hmmm... the market.android.com site no longer shows my device since I made the above fix! It only shows my older device. I tried just clearing the market cache and rerunning but no go. I am now running the regular market fix (clear cache in market, stop, clear data in service framework, stop, reboot).
I did install things off the market, but it had to be from the device.
Ok tablet is booted back up.... drum roll....
Nope. And now I am -- for now -- only showing my paid apps off the market, none of the freebies I had previously installed.
UPDATE: I killed the market data and cache along with the service framework data and rebooted. This made no difference to the web site (unless it takes time for it to catch up) but it did -- after installing something else -- restore my existing apps. On the other hand, having the market working on the device beats the web site, but it still means something is "off".
Click to expand...
Click to collapse
You're right that having market work on the device beats the website! The web market issues may be a whole separate battle.
Jim
jimcpl said:
I did the change by:
- get temp root via z4root
- make /system R/W via root explorer
- start a terminal
- cd /system
- Edit build.prop: busybox vi build.prop
- did regular market fix
- reboot
Jim
Click to expand...
Click to collapse
I'm quite new to the Android OS so I'm not really sure how to do this.
I installed z4root and got temp root. I'm not sure if I needed it as I read somewhere that Vegan 5.1.1 (which I am using) gives me root already.
But I installed it and ran it anyways.
I'm stuck on giving my /system read and write permissions. Is this 'root explorer' app needed? Or can I use my 'iFileExplorer' app to do so, if so how? (It came with the vegan ROM)
Not sure if you meant to type ifileManger, but it will not get you write permissions. Root explorer will allow you to write. It looks as though you may have to
open a terminal up as discussed above, to change the build prop.
Hachi2Go said:
I'm quite new to the Android OS so I'm not really sure how to do this.
I installed z4root and got temp root. I'm not sure if I needed it as I read somewhere that Vegan 5.1.1 (which I am using) gives me root already.
But I installed it and ran it anyways.
I'm stuck on giving my /system read and write permissions. Is this 'root explorer' app needed? Or can I use my 'iFileExplorer' app to do so, if so how? (It came with the vegan ROM)
Click to expand...
Click to collapse
Hachi2Go said:
I'm quite new to the Android OS so I'm not really sure how to do this.
I installed z4root and got temp root. I'm not sure if I needed it as I read somewhere that Vegan 5.1.1 (which I am using) gives me root already.
But I installed it and ran it anyways.
I'm stuck on giving my /system read and write permissions. Is this 'root explorer' app needed? Or can I use my 'iFileExplorer' app to do so, if so how? (It came with the vegan ROM)
Click to expand...
Click to collapse
Hi,
If you don't have root explorer, there's a free app on market called something like "system mount r/w" that is free that will mount /system as r/w for you. Or, I think that you can do it using a terminal and a mount command (something like mount -remount....).
Normal file explorers won't do the remount.
Jim
mount -o remount,rw /system /system
Watch out for the spaces and you need to be root so do an su command first.
When done, repear the mount command but use ro instead of rw. You can do this with a terminal program or the adb.
Root Explorer is what, $3.99? Worth it for the time savings. I bought the Ti Pro too. $300+ on a tablet...spend $9 on some software to make life easier.
iam a noob. i have stock rom 3588. how do i get market working?
By the light of morning I got back to a full market! But it again broke the web site connection. Is anyone seeing this behavior? Or is it just me?
For the new guys.
1) This appears like it MAY break your connection with the market web site [Update: Wait a few hours and it appears to catch up with you]. It may have other unknown effects. If you are not comfortable with making mods you might wait until more people have reported success or failure with this. For the record I did NOT find this fix (thanks Isira -- see OP of this thread). Just writing up my take on what you need to do. This applies to VEGAn 5.1.1 with supplement. It has been noted that with a stock rom you may need to put "busybox" before commands like cp (which you don't need to use if you have Root Explorer, by the way). If you get this to work (or not) on a different ROM, report it in this thread.
2) That being said, you need a file explorer that will look at / and edit text files, an su utility (comes with your root kit; as far as I know all the custom ROMs are pre rooted) and a command shell/terminal. Or you could spring a few bucks and get Root Explorer which is well worth it and does all of these things. Others have suggested Absolute Root tools which I do not know about. You could also use adb for all of it (which is what I did) but if you know how to do that, you probably don't need me to tell you what to do. We will be changing your build.prop file in the /system directory.
IF YOU ARE NOT USING ROOT EXPLORER GO DOWN TO STEP 3B. IF YOU ARE, GO TO STEP 3A.
3A) Open root explorer. Find /system and press the "Mount R/W" button.
4A) Long press on build.prop and select Copy. Then navigate somewhere like /mnt/sdcard and press the paste button at the bottom of the screen. This is your backup. Please backup.
5A) Go back to /system
6A) Long press on build.prop again. The menu is scrollable. You want Open in Text Editor.
7A) Find the line that says ro.product.device=XXXX (where XXXX is probably Vega). Make it read:
ro.product.device=olympus
Don't change anything else.
8A) Save the file by pressing the menu key and selecting Save & Exit.
9A) Scroll to the top of the /system directory and press the Mount R/O button.
10A) Reboot your tablet. Wait for things to settle down on restart. Open Market. Look for Saumari 2. Look for LauncherPro, Opera Mobile, etc. It will all be there.
If you don't have root explorer:
3B) Open the terminal. At the prompt, enter (spaces and lower case matter):
su
mount -o remount,rw /system /system
HINT: If you think you will do this a lot grab Script Manager off of the market. You can put the mount line in a script, tell it to execute as root (which is the same as su) and then you can run the script when you want to make changes.
4B) Start your file manager and find the /system directory. Your file manager probably starts in /sdcard or /mnt/sdcard. You'll need to go "up" a directory or two to root and then back down. Either way, when you find it, make a backup copy of build.prop somewhere you can write to. Seriously. Do not skip this step. Make the copy.
5B) Edit build.prop. You are looking for a line that sys ro.product.device=XXXX (probably Vega; I don't know about other ROMs and if this works for other ROMs but for VEGAn 5.1.1 its Vega). Carefully replace whatever you have as XXXX to olympus. So the line should read:
ro.product.device=olympus
Note: Some of us had other changes to build.prop. Not clear if these had any effect or not.
6B) Save your changes. If your file explorer is not root, you probably need to save the file to where you can write (your sdcard for example) and the copy from a terminal, such as:
su
cp /mnt/sdcard/new-buildprop.txt /system/build.prop
or
su
busybox cp /mnt/sdcard/new-buildprop.txt /system/build.prop
7B) Open your terminal and enter:
su
mount -o remount,ro /system /system
Remember spaces and case count! Also if you are in the same terminal window as before you don't have to keep entering su since you stay root.
NOTES FOR BOTH SETS OF INSTRUCTIONS
I did the original market fix after saving the file, but some people say it is not necessary. But at least a few people have said they don't see much or anything in market until the redo the fix (the one where you delete the market cache and the google services framework data and reboot).
Things that appear to work:
1) Installing free programs
2) Updating existing programs
3) Amazon market web site oddly enough
4) The official market Web site AFTER WAITING SEVERAL HOURS
5) Buying an app off the build in application
Some of us had other changes to build.prop but I don't think any of them were significant. If you have trouble you might apply it (shouldn't hurt). Also, if your "my apps" only shows your paid apps (or nothing if you have no paid apps), try downloading anything off the market and that will usually restore it. There is also an update local cache key that might do the trick, but loading some freebie off the market is easier. Also check to make sure gtalk is logged in. You can try forcing a resync on your Google accounts (in the main menu under Accounts).
Hope that helps someone. Its early so I probably made mistakes and will edit any that are found.
wd5gnr,
I don't know how "unusual" it is, but on my Gtab, where I had 3452 for awhile, then now 3588, I've always noted that I don't have a "cp" command, so I have to use "busybox cp".
Just FYI, in case anyone encounters this when they try your instructions.
Jim
wd5gnr said:
By the light of morning I got back to a full market! But it again broke the web site connection. Is anyone seeing this behavior? Or is it just me?
Click to expand...
Click to collapse
Based on this thread ( http://forum.xda-developers.com/showthread.php?t=941205 ), it seems it may take a few days for the tablets to register on the market.
I have 3 tablets and I'm trying to change the identifier for each tablet through the ro.product.model and seeing if each of the tablets will show up on the market. So far, only one tablet is showing on the web market, but it's still using the old ro.product.model identifier (GTablet-TnT-Lite).
However, the web market is still pretty wonky. Certain apps may refuse to install through the web market because of missing capabilities on our tablets, but will install just fine through the market app.

[Q] WHY can't you delete preinstalled apps?

Hi folks,
As you can tell from the title I'm a smartphone noob and didn't realise you couldn't do this (see the amount of people I've spoke to who didn't even notice you can't delete apps that come with the phone! What's with that?).
But as you can see I emphasised the 'why', 'cause I've searched everywhere but can't find a reason as to why. I'd assume it was just so you can't delete bloatware, but even the Nexus that runs on stock Android has the same issue.
Does anyone know why (or guess why) you can't delete preinstalled apps?
Thanks!
If your device is rooted, all you have to do is download Root Explorer from the market and delete the APK files from the system.
They're located in: /system/app/
You have to press "Mount R/W" on the top right of the application before you can read and write. Make sure hit "Mount R/O" in the same spot after you're done editing though. Also, make sure that what you're deleting isn't something you need and you should probably back-up the .APK files to be safe. If you mess up and don't back up, you can still just re-flash or re-download GAPPS without a problem. Have fun .
Thanks
I was thinking about rooting my phone actually, I'll check that out (I'm sooooo going to back up everything lol).
But! The question was WHY you can't delete the preinstalled apps. Does anyone know the reasoning behind it?
You're welcome mate .
Just for safety I suppose. And you should definitely root your phone, it'll open a whole new world for you!
manufacturer /operator agreements...
tmpchr said:
manufacturer /operator agreements...
Click to expand...
Click to collapse
That and basically without rooting your phone it's basically like a comps guest profile. A lot less can mess up if you can't play around with certain files/settings.
Makes sense.
Thanks folks
I am also unhappy that i cannot uninstall apps that came with the phone and i have yet to find a good reason as to why not. most of the apps i want to delete are free on the market, already compatible with my phone and can be deleted or uninstalled without causing any major issues.
tmpchr says "manufacturer /operator agreements..."
ok ill buy that, sounds like a good business opportunity, (i would do it) good advertising, shared/reduced costs...etc. but the end user should still have the option to remove.
I totally agree with you guys, at the very beginning I had so big apps installed on my device (motorola xt720), for instance MotoNav was about 1.5 GB and spoiled my battery life. Luckily I discovered how to root the device and now, using "root uninstaller" that you find in the market, all of them are just a memory
You could also use Titanium Backup to remove programs.

[Guide] Spoof in Pokemon go without rubber banding

So I tried many things for stop rubber banding in Pokemon go, and I think i found a method that works for me. Thanks to @Wildcat2083 for his thread https://www.google.com/amp/s/forum....nable-gps-change-rubber-banding-t3889811/amp/
Note :- in this method you are going to change file from you vendor , so be warned .
Requirements:- rooted device,GPS joystick,root explorer (solid explorer or any ), link2sd app which can be found in playstore.
Step 1 :- download GPS joystick and generate a duplicate version of it . Uninstall the original version and make the fake app a system app by using link2sd app and reboot device.
Step 2 :- open any root explorer go-to root->vendor->etc
In here you would find a file called "gps.__"(extension may vary). If don't see that file look for a folder called gnss ( i found mine in that ).
Step 3:- copy that file to any location like sdcard or internal. Then go back to the original file ( in vendor/etc) and delete it. Create a new file with same name and same extension.
Step 4 :- setting in up spoofing app. Don't enable any option other than system mode which will be enabled by default.
Hurray!!!! You can enjoy a working non rubber banding spoofing time now
Disclaimer :- doing this method means that other location apps won't work (maps, navigation etc) and adventure sync also will not work.
*Important*
*Keep your GPS in "device only" mode.
*Turn off location history for your Google account.
*Disable WiFi/Bluetooth scanning.
*Always start the GPS before opening Pokemon go.
*Repeat the same steps if you flash a update of your ROM.
FAQs
Wanna go back to normal?
-> paste the copied file over the newly created file.
Still face rubber banding?
-> just enable suspended mocking while facing rubber banding.
Still rubber banding?
-> use the tin foil method.
Should I disable any services or anything?
-> you can try,but don't disable fused location since the new update looks for fused location.
Lost the copied file?
-> dirty flash your ROM again
enjoy spoofing. If you have any doubts,you are always welcomed to ask.
If you like my work hit like......
Pokemon GO in the PUBG era?? Hmm interesting!!
Rowdyy Ronnie said:
Pokemon GO in the PUBG era?? Hmm interesting!!
Click to expand...
Click to collapse
Sounds crazy but Pokemon go is still rocking with million of players, although 75% of them are spoofers,but yes it still exist.
sreenucr7 said:
Sounds crazy but Pokemon go is still rocking with million of players, although 75% of them are spoofers,but yes it still exist.
Click to expand...
Click to collapse
Have you found the best ROM/Kernel for better performance on Pokemon Go?
raptorskate said:
Have you found the best ROM/Kernel for better performance on Pokemon Go?
Click to expand...
Click to collapse
Lel performance for Pokemon go it works smoothly on any device with 2+ gb of ram
hay how to use foil paper method ?
surajit banik said:
hay how to use foil paper method ?
Click to expand...
Click to collapse
The Idea is wrapping several layers of foil over your phone in such a way you can still see the screen and access the buttons but it is suspose to block the gps inside the phone from getting a reliable signal from space, I personally didn't like doing that, its why I originally worked out a software solution that prevented the gps from acquiring said signal from within android
---------- Post added at 03:09 AM ---------- Previous post was at 03:00 AM ----------
sreenucr7 said:
So I tried many things for stop rubber banding in Pokemon go, and I think i found a method that works for me. Thanks to @Wildcat2083 for his thread https://www.google.com/amp/s/forum....nable-gps-change-rubber-banding-t3889811/amp/
Note :- in this method you are going to change file from you vendor , so be warned .
Requirements:- rooted device,GPS joystick,root explorer (solid explorer or any ), link2sd app which can be found in playstore.
Step 1 :- download GPS joystick and generate a duplicate version of it . Uninstall the original version and make the fake app a system app by using link2sd app and reboot device.
Step 2 :- open any root explorer go-to root->vendor->etc
In here you would find a file called "gps.__"(extension may vary). If don't see that file look for a folder called gnss ( i found mine in that ).
Step 3:- copy that file to any location like sdcard or internal. Then go back to the original file ( in vendor/etc) and delete it. Create a new file with same name and same extension.
Step 4 :- setting in up spoofing app. Don't enable any option other than system mode which will be enabled by default.
Hurray!!!! You can enjoy a working non rubber banding spoofing time now
Disclaimer :- doing this method means that other location apps won't work (maps, navigation etc) and adventure sync also will not work.
*Important*
*Keep your GPS in "device only" mode.
*Turn off location history for your Google account.
*Disable WiFi/Bluetooth scanning.
*Always start the GPS before opening Pokemon go.
*Repeat the same steps if you flash a update of your ROM.
FAQs
Wanna go back to normal?
-> paste the copied file over the newly created file.
Still face rubber banding?
-> just enable suspended mocking while facing rubber banding.
Still rubber banding?
-> use the tin foil method.
Should I disable any services or anything?
-> you can try,but don't disable fused location since the new update looks for fused location.
Lost the copied file?
-> dirty flash your ROM again
enjoy spoofing. If you have any doubts,you are always welcomed to ask.
If you like my work hit like......
Click to expand...
Click to collapse
Curious, I have been away from GO for awhile now, its always a cat and mouse game with these things, is the method still functioning? I had some folks ask if it works with Android Pie but my carrier sees fit to not provide the update so Im not sure, at one point I wanted to make a app that automated all of this but eh not sure who is still interested in all this lol
So quick update, even with magisk installed no exposed pogo kept seeing root on my phone, but in a stroke of genius i found an app on the play store that sandboxes apps, its used for work applications to have a seperate copy of choosen apk for work purposes, what i did in addidition to the steps above was added pogo to the "island" gave play store access so I could log in the froze the regular copy of pogo and left the island copy working now it no longer sees root and the joystick method still functions, I win
Fake GPS app. is not works anymore with Pokémon Go ?
Some of them still do, i used the one from theappninjas ... The issue is getting pogo to stay running as they look through your files and processes to see what is running, if its in their blacklist then you get booted and possibly banned
I have followed all the steps but it works only for few seconds. I am getting Incompatible OS or software error Any solutions?
scorpienez said:
I have followed all the steps but it works only for few seconds. I am getting Incompatible OS or software error Any solutions?
Click to expand...
Click to collapse
A couple things to check for are if pokemon go can see your rooted, if so then youll want to hide root from pokemon go with magisk but that slone isn't enough, you also have to hide magisk manager itself by using their option in their settings that changes their package name to something random, also pokemon go looks at your files in your sd card and internal storage, even if you deny storage access permissions, any file that can be directly flashed with twrp can do the OS message as well as any folder named magisk,root etc, also some root apps will cause you to not be able to play, like xposed frameword, even if its installed via magisk, busybox installer will also prevent you im sure there is a bunch more, as pokemon gets updated they add more and more checks
Its hard to find a difinitive list, its more about trial and error, even the joystick app i use by "theappninjas" has a help option to download their "full" version wich also has an option to generate a copy of their app that changes the name again as pokemon knows all about spoffing, its all about using every hiding method avaiable, cleaning up stray rooting files and really trial and error
The easiest way I've found is to root your device using magisk and flash smali patcher
Follow the instructions on flashing smali patcher
what if i tell you , you cant make system app and even if u succeed the moment you restart your mobile that app will "poof" GONE
Wildcat2083 said:
The Idea is wrapping several layers of foil over your phone in such a way you can still see the screen and access the buttons but it is suspose to block the gps inside the phone from getting a reliable signal from space, I personally didn't like doing that, its why I originally worked out a software solution that prevented the gps from acquiring said signal from within android
---------- Post added at 03:09 AM ---------- Previous post was at 03:00 AM ----------
Curious, I have been away from GO for awhile now, its always a cat and mouse game with these things, is the method still functioning? I had some folks ask if it works with Android Pie but my carrier sees fit to not provide the update so Im not sure, at one point I wanted to make a app that automated all of this but eh not sure who is still interested in all this lol
Click to expand...
Click to collapse
If you on pie it will work but with a serious rubber banding if you have root acces try smali patcher.
can you give the app name used to sandbox pokemon go
and the steps to be followed
Wildcat2083 said:
So quick update, even with magisk installed no exposed pogo kept seeing root on my phone, but in a stroke of genius i found an app on the play store that sandboxes apps, its used for work applications to have a seperate copy of choosen apk for work purposes, what i did in addidition to the steps above was added pogo to the "island" gave play store access so I could log in the froze the regular copy of pogo and left the island copy working now it no longer sees root and the joystick method still functions, I win
Click to expand...
Click to collapse
can you please give the steps and apps for this process
thanks in advance
mendax99 said:
can you please give the steps and apps for this process
thanks in advance
Click to expand...
Click to collapse
Sorry for the super long delay, i unfortunatly do not have the steps any longer as the sandbox app i used was offered to me from google play store as a beta, at the end of the day tho i found out its unneeded you can gain the same effect by installing regulary way, the only reason i had mentioned it was i had thought in a sandbox enviroment pogo wouldnt see the sd card or internal storage but it turns out even in sandboxed it still does, all that really means is certain apps that pertain to root even if hidden with magisk if folders or files reside on your internal storage or sd card basically the game will see them N moreless kick you off, it looks for root apps anything named magisk and even .img or certain .zip files youd use to flash your phone, the best suggestion is google and you can come across some resources detailing which apps it looks for, i removed several apps and folders files until pogo would play without closing, i still had to hide root from pogo with magisk i still tweaked the gps like i posted in the thread its just minimizing the root apps to a bare minimum, xposed i know for one you cant use at all not even the one from magisk, pogo detected that right off, root checkers are another i know of right off hand
---------- Post added at 10:15 AM ---------- Previous post was at 10:11 AM ----------
mendax99 said:
can you please give the steps and apps for this process
thanks in advance
Click to expand...
Click to collapse
The app was island sandbox, if playstore even still has it all i did was install it, it gives an option to store and install a second copy of any app within it to isolate the app but as i had stated pogo still managed to see what was in my storage anyhow, not sure how, but i know it looks in /data /storage /sdcard and even /system its pretty nosey for a game
---------- Post added at 10:40 AM ---------- Previous post was at 10:15 AM ----------
Rowdyy Ronnie said:
Pokemon GO in the PUBG era?? Hmm interesting!!
Click to expand...
Click to collapse
Lol yea i was late on the draw, N from what i know the game still has lots of players, i dont play near as much myself but i lived where there were hardly no poke stops and walking around endlessly for the things was a drag so i got lazy lol, im sure there are more exciting games, but as an example take Skyrim its what 11 years old something like that and its modded n played like crazy, i dont really see pokemon as a whole going anywhere anytime soon
sreenucr7 said:
So I tried many things for stop rubber banding in Pokemon go, and I think i found a method that works for me. Thanks to @Wildcat2083 for his thread https://www.google.com/amp/s/forum....nable-gps-change-rubber-banding-t3889811/amp/
Note :- in this method you are going to change file from you vendor , so be warned .
Requirements:- rooted device,GPS joystick,root explorer (solid explorer or any ), link2sd app which can be found in playstore.
Step 1 :- download GPS joystick and generate a duplicate version of it . Uninstall the original version and make the fake app a system app by using link2sd app and reboot device.
Step 2 :- open any root explorer go-to root->vendor->etc
In here you would find a file called "gps.__"(extension may vary). If don't see that file look for a folder called gnss ( i found mine in that ).
Step 3:- copy that file to any location like sdcard or internal. Then go back to the original file ( in vendor/etc) and delete it. Create a new file with same name and same extension.
Step 4 :- setting in up spoofing app. Don't enable any option other than system mode which will be enabled by default.
Hurray!!!! You can enjoy a working non rubber banding spoofing time now
Disclaimer :- doing this method means that other location apps won't work (maps, navigation etc) and adventure sync also will not work.
*Important*
*Keep your GPS in "device only" mode.
*Turn off location history for your Google account.
*Disable WiFi/Bluetooth scanning.
*Always start the GPS before opening Pokemon go.
*Repeat the same steps if you flash a update of your ROM.
FAQs
Wanna go back to normal?
-> paste the copied file over the newly created file.
Still face rubber banding?
-> just enable suspended mocking while facing rubber banding.
Still rubber banding?
-> use the tin foil method.
Should I disable any services or anything?
-> you can try,but don't disable fused location since the new update looks for fused location.
Lost the copied file?
-> dirty flash your ROM again
enjoy spoofing. If you have any doubts,you are always welcomed to ask.
If you like my work hit like......
Click to expand...
Click to collapse
Hi mate could you help please
I did the same settings it works perfectly.
The problem is that I'm using it for uber deliveries when starting a delivery maps doesn't work
Help please

Categories

Resources