I want to pull a savegame from the root folder without rooting. - Android Q&A, Help & Troubleshooting

Hello.
I'm trying to copy a savegame from my phone (Mi9 Lite) so I can use it in Bluestacks for when I'm home.
I know it's location but it's in user/0/ as a com. and I only know because I can access it in Bluestacks.
I do not want to modify it so I just need read rights. Mixplorer doesn't do the trick.
Is there a way? How do apps even access the root folder when I can't.
Notes: Within the game main menu there is an option to upload and download save files to the Google Play cloud but unfortunately I cannot sign in in this game anymore. The reason is that I have modified it yesterday with 8x Speeder. If I remove the hack my offline save will be wiped again. Therefore I have to somehow access user/0/ and it's designated com. so I can back that up. Since i have no issues with Google Play itself I take it it has do with the Speedhack.
Before I modified the apk with 8x Speeder, I made legitimate purchases and those purchases were actually pulled from the Play Store but now I simply cannot sign in anymore inside of the game. Outside of the game I'm stilled logged on and have no issues. I have tried wiping the cache in both the game and the Playstore.
If you are going to ask why I used an app modifier in the first place, my first save was wiped when I had progressed for over 50 hours and I was mad as hell. Since the game is pretty much auto offline I enjoy it very much and would like to be able to backup my savegame so I can use it on Bluestacks.

Hello,
For what I understood your best hope would be to use ADB to pull these files. No need for root here I guess, only enabling developer mode and USB debugging.

Atronid said:
Hello,
For what I understood your best hope would be to use ADB to pull these files. No need for root here I guess, only enabling developer mode and USB debugging.
Click to expand...
Click to collapse
Thank you for your answer.
Unfortunately pull in adb gives me a permission error

banes768 said:
Thank you for your answer.
Unfortunately pull in adb gives me a permission error
Click to expand...
Click to collapse
That's what I feared. Try to see if you using the ADB (deprecated) backup utility helps. But I think the only valuable way would still be root, or at least a custom recovery to pull the file

Atronid said:
That's what I feared. Try to see if you using the ADB (deprecated) backup utility helps. But I think the only valuable way would still be root, or at least a custom recovery to pull the file
Click to expand...
Click to collapse
Ah, that's fine then I won't bother with that. Just a game afterall Thanks!

Related

Partially functional Atrix - Need Assistance or SBF File

So I as working on theming the Adeo ROM and must have messed something up. I didn't think it had to do with the framework files I had pushed so I did a factory reset to clear off all the 3rd party apps from the phone.
Well, since that reset, I can't access the phone in ADB, settings FC's, Market FC's, and I can't download/install an APK because of the security restrictions.
The phone is "functional", I can place/receive calls/sms and use the browser. USB to the PC works for everything except getting ADB access. I verified I can get it to recognize for RSDLite and for Fastbook so I figure using one of those methods should (eventually) provide me an avenue to get my phone 100% functional again.
Does anyone happen to have or know where I could find signed files for Fastboot to replace the entire /system partition or an SBF file to flash the phone back to stock? Or possibly any other solutions?
Also, before I get flamed as a n00b who broke a phone, I've worked on over a dozen different Android handsets and I was well aware I was working without a safety net. This is NOT my primary phone so if I need to I can patiently wait for an SBF to leak. I'm just checking to see if anyone knows any solutions already so I can get back to theming.
Sounds to me like a permissions issue. I had that after I fiddled with the contacts database to unrestrict pictures from third party apps. I would double check any files you modified and make sure they got chmod'ed back to what they should be.
You will have to somehow access the Settings to re-enable adb. When you did a factory reset, you disabled USB Development (aka adb).
For now the only known way to recover is through adb. No fastboot or signed update.zip for now.
navalynt said:
So I as working on theming the Adeo ROM and must have messed something up. I didn't think it had to do with the framework files I had pushed so I did a factory reset to clear off all the 3rd party apps from the phone.
Well, since that reset, I can't access the phone in ADB, settings FC's, Market FC's, and I can't download/install an APK because of the security restrictions.
The phone is "functional", I can place/receive calls/sms and use the browser. USB to the PC works for everything except getting ADB access. I verified I can get it to recognize for RSDLite and for Fastbook so I figure using one of those methods should (eventually) provide me an avenue to get my phone 100% functional again.
Does anyone happen to have or know where I could find signed files for Fastboot to replace the entire /system partition or an SBF file to flash the phone back to stock? Or possibly any other solutions?
Also, before I get flamed as a n00b who broke a phone, I've worked on over a dozen different Android handsets and I was well aware I was working without a safety net. This is NOT my primary phone so if I need to I can patiently wait for an SBF to leak. I'm just checking to see if anyone knows any solutions already so I can get back to theming.
Click to expand...
Click to collapse
When I lost ADB access because of a hard reset (I think), this is what I did to fix my issue: http://forum.xda-developers.com/showthread.php?t=974824
I never lost root after a hard reset so I went to the market and bought root explorer and sqlite editor and copied the adbd to the /sbin folder to fix adb. I then bought sqlite editor and followed this: http://forum.xda-developers.com/showthread.php?t=972760 to re-enable side loading of apps. To install apps that I had the apk's for.
I still lose adb after a reset, but I can copy the adbd file to the /sbin folder and adb works again until I reset the phone.
I made a post about losing adb access on the motorola support forums: https://supportforums.motorola.com/message/332307#332307 to see if there were any solutions, but Mark said he would get back to me after trying to reproduce my problem.
I hope this helps.
I think I'm just up **** creek without a paddle for the moment because I can't connect via ADB, the Market force closes, and the security restrictions won't let me side-load any applications via download from the browser. I can't manually add ADB because I have no way to move the files to where they need to be.
Thanks for the replies! airbillion, I'm following your thread at the Motorola Owners' Forum to!
navalynt said:
I think I'm just up **** creek without a paddle for the moment because I can't connect via ADB, the Market force closes, and the security restrictions won't let me side-load any applications via download from the browser. I can't manually add ADB because I have no way to move the files to where they need to be.
Thanks for the replies! airbillion, I'm following your thread at the Motorola Owners' Forum to!
Click to expand...
Click to collapse
No problem. That sucks, I'm not sure what you can do. Hopefully motorola or someone here will get a sbf soon so we can mess with our phones and have a way to fully recover. I hope you get it working again. Good luck!
navalynt said:
I think I'm just up **** creek without a paddle for the moment because I can't connect via ADB, the Market force closes, and the security restrictions won't let me side-load any applications via download from the browser. I can't manually add ADB because I have no way to move the files to where they need to be.
Thanks for the replies! airbillion, I'm following your thread at the Motorola Owners' Forum to!
Click to expand...
Click to collapse
Have u not tried sideload wonder machine love that thing used it alot when my wife had her backflip
Sent from my MB860 using XDA App
shadowscreation said:
Have u not tried sideload wonder machine love that thing used it alot when my wife had her backflip
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Requires USB Debugging to be enabled, but I have no access to enabled it due to Settings force closing and no ADB access in pre-boot.
Could you download Android Terminal Emulator 's apk to your sdcard, then install it using a apk install you may already have that work.
If you can get any terminal access from your phone, do a su, then launch /sbin/adbd. This should hopefully give you adb shell access. Without needing to enable USB debugging.
adlx.xda said:
Could you download Android Terminal Emulator 's apk to your sdcard, then install it using a apk install you may already have that work.
If you can get any terminal access from your phone, do a su, then launch /sbin/adbd. This should hopefully give you adb shell access. Without needing to enable USB debugging.
Click to expand...
Click to collapse
It won't let me install a downloaded APK because of the security restriction.
If you have an SD card, try booting into recovery with an update.zip on the file.
I can get into the recovery, but the update.zip file needs to be signed. I created one that will push the original copies of the framework files I was working with but it won't install because it's signed with test keys. The stock recovery 3e needs update.zip files signed with the manufacturer release-keys which only Motorola has.
https://supportforums.motorola.com/thread/46051?tstart=30
I started a thread on the official Motorola Owner's Forum in hopes I can find a full factory restore method for the OS. It's unfortunate that unlike HTC and other manufacturers who release full wipe RUU files Motorola has chosen to keep their restore files internally.
http://www.4shared.com/file/7YXo_gmO/update.html
That's the link to the update.zip file I was trying to use that fails because it's only signed with test-keys.
Retracteddd

TB folder on PC, locks PC up

Not too sure if this belongs in Q and A... But I have a Titanium Backup folder copy on my PC. Well, when I try to delete the folder it causes the program to "not respond". So I bring up task manager and "end task". It then closes everything on my PC, and all the desktop icons disappear. There's nothing other then the wallpaper. Only thing that still works is task manager. Restart PC, try again. Same thing. Happens when I put the folder in recycle bin, or by deleting just some of the folder contents. I did some spring cleaning on the PC today, and this is the only problem I've had and its consistant, and specific to this folder. Any ideas on how to delete it?
Use Astro/file explorer/Root broswer to delete it from your device.
That would probably work to get it off my phone, but the problem is on my PC. when I was in newb stages I had a backup of a backup on my PC. It's just this one TB Backup file on my PC that is causing problems and wont delete.
You could move all the files to a folder except the TB Backup and just format the sd card. that could help.
Virus scan your pc, if you haven't already. Or boot into safe mode and that should allow you to delete the file. Or you could do a system restore.
Root-Hack_Mod*Always\
laie1472 said:
Virus scan your pc, if you haven't already. Or boot into safe mode and that should allow you to delete the file. Or you could do a system restore.
Click to expand...
Click to collapse
Yeah, did a scan and it didn't pick anything up. But I had a hell of a trojan about a month ago and I was thinking it could possibly have to do with that. Although I did a very deep clean. I will give safe mode a shot. I got the PC from my parents with a bunch of virus/trojan issues only a few months ago, and because of all the cleaning and the other trojan I got....I'm not too positive a system restore will be good. I was going to create a new restore today since all has been great....until this.
Ok sounds like some spyware or malware. As said before boot into SAFE MODE, but select the SAFE MODE WITH NETWORKING. Go to http://www.superantispyware.com/ download the free version. Install it, then run superanti spyware. Select to do a COMPLETE SCAN not quick scan. On the next screen select HIGH BOOST and scan inside of ZIP files, which will use most of your cpu it will run about 80% just let it run because it will slow down anything else you try to do. After it is done get rid of the bad files, tracking cookies and/or any trojans left. Reboot the computer, but into safe mode with networking again. Then go to http://www.malwarebytes.org/ and download the free version and install. Run the complete scan in malwarebytes. Let that run and when it finishes is will ask for a reboot. Reboot, again and you should be good to go. I have seen this on teachers computers at least weekly, because of the stupid Ransom WARE. If that doesn't work than my last suggestion would be download combofix from bleepingcomputer and run that. Hope this helps a lil
gokart2 said:
Yeah, did a scan and it didn't pick anything up. But I had a hell of a trojan about a month ago and I was thinking it could possibly have to do with that. Although I did a very deep clean. I will give safe mode a shot. I got the PC from my parents with a bunch of virus/trojan issues only a few months ago, and because of all the cleaning and the other trojan I got....I'm not too positive a system restore will be good. I was going to create a new restore today since all has been great....until this.
Click to expand...
Click to collapse
Let me know if the safe mode works.
Root-Hack_Mod*Always\
dont forget to check the permissions of the folder itself tooif windows doesnt let you find them and you have two new choices so keep us all posted
mikejones13 said:
Ok sounds like some spyware or malware. As said before boot into SAFE MODE, but select the SAFE MODE WITH NETWORKING. Go to http://www.superantispyware.com/ download the free version. Install it, then run superanti spyware. Select to do a COMPLETE SCAN not quick scan. On the next screen select HIGH BOOST and scan inside of ZIP files, which will use most of your cpu it will run about 80% just let it run because it will slow down anything else you try to do. After it is done get rid of the bad files, tracking cookies and/or any trojans left. Reboot the computer, but into safe mode with networking again. Then go to http://www.malwarebytes.org/ and download the free version and install. Run the complete scan in malwarebytes. Let that run and when it finishes is will ask for a reboot. Reboot, again and you should be good to go. I have seen this on teachers computers at least weekly, because of the stupid Ransom WARE. If that doesn't work than my last suggestion would be download combofix from bleepingcomputer and run that. Hope this helps a lil
Click to expand...
Click to collapse
Yeah, I did something like this in order to get the last trojan off. I tried/have a million virus/anti-malware programs, of course only one active now which is the malwarebytes one. The trojan I had was a Win32/Sirefef one, can't remember specifically which one. But I did have to do a combo fix and I continued to check for about a week after....all was good.
laie1472 said:
Let me know if the safe mode works.
Click to expand...
Click to collapse
Will do.
wloftus said:
dont forget to check the permissions of the folder itself too if windows doesnt let you find them and you have two new choices so keep us all posted
Click to expand...
Click to collapse
I didn't check the actual permissions, will do that too.
Thank you all for the ideas/help. Much appreciated! Won't be back to the PC until tomorrow, will let you know what I find.
Update... Ran multiple virus scans and nothing showed up on any of them. Tried deleting folder in safe mode, but it still froze up without any icons. Still did the same if I tried erasing only one of the files in the TB folder itself. Permissions were set normal, as other files that I erased with no issues. Ended up erasing all my other phone backups (twrp, etc...) that were in the "BACKUPS" folder, the same folder the TB folder was in. Then I erased the "BACKUPS" folder itself with the TB one in it, and that seemed to do it. Definetly weird, but at least I got it deleted.
Your asking I. The wrong place buddy. This is for EVO 3d questions.
Have you tried to even search about it.
Sent from my PG86100 using Tapatalk
gokart2 said:
Update... Ran multiple virus scans and nothing showed up on any of them. Tried deleting folder in safe mode, but it still froze up without any icons. Still did the same if I tried erasing only one of the files in the TB folder itself. Permissions were set normal, as other files that I erased with no issues. Ended up erasing all my other phone backups (twrp, etc...) that were in the "BACKUPS" folder, the same folder the TB folder was in. Then I erased the "BACKUPS" folder itself with the TB one in it, and that seemed to do it. Definetly weird, but at least I got it deleted.
Click to expand...
Click to collapse
what you need to do to avoid all this is just download any linux live version... i personally use hirens boot cd 15... once downloaded take the image and either burn it do a cd or use a linux installer... i use pendrivelinux load that up and let it install your boot cd to your usb thumb drive....once that is completed reboot your computer and as it reboots have it load the usb drive first once that loads up you then can boot into partition magic and use linux's permissions and rights to over take windows permissions does that all automatically.... from there you right click and delete....need help or info feel free to pm me
iTzLOLtrain said:
Your asking I. The wrong place buddy. This is for EVO 3d questions.
Have you tried to even search about it.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
I'm asking in the wrong place...is that what u meant? Read from the original post. If it was that far out of the wrong place, it would more then likely have been moved by now. I always search, and search for awhile before posting. It seemed somewhat relative to me do to the fact the file came from my evo3d, and is a file made by an android app everyone rooted uses. I was also aked yo give an update on the problem.
wloftus said:
what you need to do to avoid all this is just download any linux live version... i personally use hirens boot cd 15... once downloaded take the image and either burn it do a cd or use a linux installer... i use pendrivelinux load that up and let it install your boot cd to your usb thumb drive....once that is completed reboot your computer and as it reboots have it load the usb drive first once that loads up you then can boot into partition magic and use linux's permissions and rights to over take windows permissions does that all automatically.... from there you right click and delete....need help or info feel free to pm me
Click to expand...
Click to collapse
Thanks, this was originally what I was after...but in a windows software program. BUT....I will more then likely do this anyway. Slowly working the noob out...but there's SOOOOOOOOO much to learn (still), I feel overloaded sometimes. I'm in the process of downgrading hboot on the 3d, and downgrading iOS and performing a jailbreak on my old 3g so the boss and kids stop whining at how slow it is and why there's still a phone button on it...lol.
gokart2 said:
I'm asking in the wrong place...is that what u meant? Read from the original post. If it was that far out of the wrong place, it would more then likely have been moved by now. I always search, and search for awhile before posting. It seemed somewhat relative to me do to the fact the file came from my evo3d, and is a file made by an android app everyone rooted uses. I was also aked yo give an update on the problem.
Click to expand...
Click to collapse
Have you even tried formating the sdcard?
Sent from my PG86100 using Tapatalk
Ohhhhh boy.
gokart2 said:
Ohhhhh boy.
Click to expand...
Click to collapse
is this a good ohhhhh boy?

[Q] can't get token id on htc desire x

hi guys, i'm new in this forum, and i'm new to android too, i just bought a htc desire x and want it to be root, but i have problem when trying to get token id in hasoon2000 HTC Desire X All-In-One Toolkit V2.0 [1-1-2013], it says C:\ Document is not recognized as an internal or external command openable program or batch file.
usb debugging is already connected, please any one kindly fixing my problem, thx
sorry for my bad english. btw i'm from indonesia
Did you follow these steps?
How To Use. THIS IS FOR THE PC ONLY. No plans ever for Mac or Linux. Sorry.
1. Download the toolkit DO NOT RENAME THE FOLDER
2. Download Winrar from here. Install it after you download it
3. Extract the folder anywhere.
4. Run the program.
thx for replying so quick, after i downloaded then i extract to desktop and just run the program by clicking the symbol written as desire, am i doing it right?
Try to unpack it somewhere else on a root of some partition of your PC, try to unpack it to non system partition.
ok thx, i'll try it tomorrow, i'm sorry i've to go home coz it's 11.41pm already in my town, and i'm still on friend's house.
thx anyway for your reply, i'll let you know the progress
hi nlooooo, i did what u told me to do and it worked, i unpacked to (Cdrive, but another problem came on my device when i clicked get token id.
here is the picture shows the problem
@nlooooo.....i just tried your way on rooting this device, and same problem came up on step 8 when getting token id, still it says C:\ Document is not recognized as an internal or external command openable program or batch file, i've found out my device still locked, is it because of the device still lock? here's the image shown
problem solved
hi nlooooo......i've rooted my device, just try to put all the downloaded file to C:drive, and followed your tutorial on your thread, and i succeeded, at least i saw superuser on my device, thx alot for your tutorial.
No problem, that's why we're here. If you see it then it should be it. Try to install some app that requires root privileges (Titanium Backup for ex) and see if it can get SU rights.
hi.....any recommendation of apps or what to do after this rooting? cos i really a noob in android and root things. thx
uso_diario said:
hi.....any recommendation of apps or what to do after this rooting? cos i really a noob in android and root things. thx
Click to expand...
Click to collapse
Yeah install AdFree, and get rid of the ads
ayyu3m said:
Yeah install AdFree, and get rid of the ads
Click to expand...
Click to collapse
Well, it works for me with wifi but not with mobile data, it's configured over APN IP.
nlooooo.....sorry to bother you again, but i think my dx still not rooted, cos when i installed titanium backup root it comes like this, what do i hv to do?
ayyu3m said:
Yeah install AdFree, and get rid of the ads
Click to expand...
Click to collapse
heyyy........thank you
uso_diario said:
nlooooo.....sorry to bother you again, but i think my dx still not rooted, cos when i installed titanium backup root it comes like this, what do i hv to do?
Click to expand...
Click to collapse
Go and open Superuser app, swipe to first screen and see if the binary is installed. Then go and clear data for Titanium and open it again.
If you still have the problem use some root explorer to check folder system/bin if there is a file named su.
nlooooo said:
Go and open Superuser app, swipe to first screen and see if the binary is installed. Then go and clear data for Titanium and open it again.
If you still have the problem use some root explorer to check folder system/bin if there is a file named su.[/QUOTyes..there is binary installed, but it says outdated binary notification ticked
Click to expand...
Click to collapse
That's ok it should be like that. For me Titanium is working fine I have no problems.
nlooooo said:
That's ok it should be like that. For me Titanium is working fine I have no problems.
Click to expand...
Click to collapse
hi nlooooo........finally i got it fixed by start it all over again today........i'm new in this forum, don't know whether i can click your thanks button or not, but i will try it anyway, thx a lot
ps: i think it clicked
uso_diario said:
hi nlooooo, i did what u told me to do and it worked, i unpacked to (Cdrive, but another problem came on my device when i clicked get token id.
here is the picture shows the problem
Click to expand...
Click to collapse
I've got the same screen too, nothing is happening. What did you do to make it work?
i am getting stuck at last step i am always getting this message sending 'unlocktoken' (0kb) .
i have not installed htc sync app but just directly installed the drivers for unlocking purpose.
the boot loader is recognizing the usb connection as Fastboot usb.
using windows 7 32 bit operating system.
tried putting the unlock_code in c drive and desktop but it doesnt work.
the file is just a 1kb file.
the default view is shown as a vlc player file.
any help will much appreciated. this is my 1st htc mobile and am not used to this kind of rooting. previously owned a samsung so was using odin a lot.

[Q] Another Brick Almost Hits The Wall

Howdy folks,
Yesterday, I was the proud owner of a sleek little TCT.Alcatel OneTouch A554C, formally know as a Virgin Mobile Venture running Android version 2.3.5.
It was successfully and surprisingly easy to root by utilizing 2 cool little apps, Ministro and Poot-Debug.
After root, I subsequently downloaded some root tools (eg., Titanium Backup Pro, Superuser Elite, System App Uninstaller).
That was last week.
Yesterday, I got a bit cocky. I needed to clear up some internal memory so I used "System App Uninstaller" to uninstall a few apps. If I remember correctly, the apps were as follows: Google Maps, Google Maps Street View, Calculator, Digital Clock, Setup Wizard, Android Live Wallpaper, Live Wallpaper Picker, Magic Smoke Wallpaper, Music Visualization Wallpaper, and the TouchPal Keyboard French and Spanish Language Packs.
So far so good, right? However, I believe I may have snarfed-up when I uninstalled the Setup Wizard. But I'll get to that in a minute.
Now with Titanium Backup, I moved some apps to the sd card. Included was the stock launcher, Smart Launcher Pro, SPB Shell, AVG Anti-Virus, and Superuser Elite. Then I rebooted through Titanium Backup and I haven't viewed any pornographic material since!
After reboot, the phone got stuck on the final boot animation frame. I panicked, pulled the battery, booted into recovery then rebooted a 2nd time.
This time it booted to the pull-down lock screen. I unlocked and seen:
"Sorry! The application com.android.setup wizard has stopped unexpectedly. Please try again." Along with a "Force Close" option. I forced closed and the screen went black with the exception of the status bar. The phone is still on but otherwise...nada.
When I press the power button, same thing happens: pull-down lock screen, screen goes black. Or sometimes, it will turn on and boot loop.
Major panic time!!! I booted into recovery again and performed a factory reset to no avail.
Another clue to note: I can connect & access the sd card via usb to desktop.
Also, I did have the good sense to backup all apps, system and user, through ES File Explorer and stored them both on sd card and in the cloud via Yandex Disk prior to this bricking fiasco. Now, what do I do with them? I now realize it was possibly a mistake moving all 3 launchers to the sd card. How do I get the stock launcher back to the phone?
Or, should I:
1- Attempt a base rom reinstall or
2- Attempt a custom rom install or
3- Use it solely as a time piece/mass storage device or
4- Throw it very hard and very ******* far away from me!?
I realize this is an obscure little cheap phone but it's the only one I have. Any valid feedback would be greatly appreciated.
You can go to the Play Store on any browser and choose a launcher to install. Or if you have USB Debugging on, you can side load an launcher apk. Or if you install a custom recovery, you can install another rom or sideload an apk there. Or you can flash the original firmware via SP Flash Tool.
Lots of options and none of them need to be throwing it against the wall.
es0tericcha0s said:
You can go to the Play Store on any browser and choose a launcher to install. Or if you have USB Debugging on, you can side load an launcher apk. Or if you install a custom recovery, you can install another rom or sideload an apk there. Or you can flash the original firmware via SP Flash Tool.
Lots of options and none of them need to be throwing it against the wall.
Click to expand...
Click to collapse
Hmmm...Ok, thanks. Dig your username, by the way.
First thing is, install from play store would be possible if I had data service or if I was able to enable wi-fi. I only have calling & texting service on this phone and as for wi-fi, I can't enable it due to the problem of not being able to access the settings menu. All I have when it does boot, and it only fully boots when it is connected to a PC, is the pull-down lockscreen displaying time, date, status bar and the original wallpaper. Pull it down and the screen goes black with status bar still displayed along with time & battery level.
Secondly, USB debugging was enabled prior to all of this but I panicked & performed a factory reset. Don't think it's still on.
And lastly, is installing either a custom recovery, (which, to be frank, I'm just not that savvy) another rom or flashing original firmware even possible without a PC? Because I only have access to a PC without administrative privileges so therefore...no installing exe's without a password. Maybe this program lab will allow me, quite possibly not.
Hell, would I even still have root after a reset/data wipe?
Thanks, anyway, Esoteric Chaos
Off subject: The Joker was an Agent of Chaos. Loved Heath Ledger as The Joker.
Silver Rivers said:
Hmmm...Ok, thanks. Dig your username, by the way.
First thing is, install from play store would be possible if I had data service or if I was able to enable wi-fi. I only have calling & texting service on this phone and as for wi-fi, I can't enable it due to the problem of not being able to access the settings menu. All I have when it does boot, and it only fully boots when it is connected to a PC, is the pull-down lockscreen displaying time, date, status bar and the original wallpaper. Pull it down and the screen goes black with status bar still displayed along with time & battery level.
Secondly, USB debugging was enabled prior to all of this but I panicked & performed a factory reset. Don't think it's still on.
And lastly, is installing either a custom recovery, (which, to be frank, I'm just not that savvy) another rom or flashing original firmware even possible without a PC? Because I only have access to a PC without administrative privileges so therefore...no installing exe's without a password. Maybe this program lab will allow me, quite possibly not.
Hell, would I even still have root after a reset/data wipe?
Thanks, anyway, Esoteric Chaos
Off subject: The Joker was an Agent of Chaos. Loved Heath Ledger as The Joker.
Click to expand...
Click to collapse
You can go to ANY browser - even on the PC and log into your account and hit Install and it will send the command to your phone to install it. Pretty nifty. But you did say you factory reset, so that isn't actually going to work. Sorry.
The rest of the stuff would require a PC, though I don't think admin rights are needed, so there's that...
If you don't have your phone logged into Google or USB Debugging enabled, you're kind of stuck without a PC.
es0tericcha0s said:
You can go to ANY browser - even on the PC and log into your account and hit Install and it will send the command to your phone to install it. Pretty nifty. But you did say you factory reset, so that isn't actually going to work. Sorry.
The rest of the stuff would require a PC, though I don't think admin rights are needed, so there's that...
If you don't have your phone logged into Google or USB Debugging enabled, you're kind of stuck without a PC.
Click to expand...
Click to collapse
Well, on these PCs it certainly does. I thought I was on track yesterday and tried to install a copy of Odin that I found. Can't install without a frigging admin pass.
Someone else just suggested I try a stock rom flash. Might as well, right? Happen to know where I could find a good reliable copy? That also happens to be free?
Not sure why you were trying to use Odin for a non Samsung phone...?
The stock rom flash would only be possible via PC or if you had a custom recovery installed.
Here's what you would need to do for the Virgin Mobile Venture:
Download CWM: http://www.sendspace.com/file/4gt04i
Download adb/fastboot: http://forum.xda-developers.com/showthread.php?t=2317790
Download rom: http://goo.im/devs/LeslieAnn/Venture/Stock_Venture.zip - Put on SD card.
Drivers: http://pdanet.co/bin/PdaNetA4150.exe (this program is for USB tethering and installs the adb drivers for your phone as well as many others)
The CWM img will need to be in the folder you unzipped for adb/fastboot. You'll need to boot to fastboot mode by powering on with while holding Volume Up.
Open a terminal prompt and change directories to your adb/fastboot folder. Then run this command:
fastboot flash recovery nameofrecovery.img - fill in the nameofrecovery with whatever the CWM file name is.
(if this doesn't work - make sure that your PC is reading the phone correctly by using the command: fastboot devices . If you don't get anything back, make sure you check the Device Manager for errors. If you have them, try reinstalling the drivers and rebooting the PC)
Then pop the battery out and then reboot to recovery via powering on while holding volume down. Once there, you should be able to do a factory reset and then install the stock rom zip. The volume keys should scroll through selections and the Enter key for accept, or Power if that doesn't work. Not really sure about this particular phone.)
Actually, you might just be able to use adb to install a launcher apk once you have CWM installed. Might be a little easier.
launcher apk must be in adb folder then while in CWM:
adb install nameoflauncher.apk
Note: You can rename zips and apks to be easier to type the commands.
es0tericcha0s said:
Not sure why you were trying to use Odin for a non Samsung phone...?
Click to expand...
Click to collapse
Yeah, me either. I was all over the place yesterday grasping at anything. So Odin is only for Samsungs, huh? Guess I can delete the exe file from my sd.
Right then. I'm about to proceed with your advice. Cross your fingers and toes.
Thanks mate!
The CWM img will need to be in the folder you unzipped for adb/fastboot.
Click to expand...
Click to collapse
and
launcher apk must be in adb folder then while in CWM
Click to expand...
Click to collapse
Wait, what? Please excuse my ignorance, but am I missing something. ADB didn't come in a zip. It's an installer. I think you may have to dumb this down a bit more, mate.
Silver Rivers said:
and
Wait, what? Please excuse my ignorance, but am I missing something. ADB didn't come in a zip. It's an installer. I think you may have to dumb this down a bit more, mate.
Click to expand...
Click to collapse
Sorry, I meant in the folder that it extracts the files too.
es0tericcha0s said:
Sorry, I meant in the folder that it extracts the files too.
Click to expand...
Click to collapse
Right, got it.
Silver Rivers said:
Right, got it.
Click to expand...
Click to collapse
If you can't run the exe file, then let me know, and I'll just upload a zip / folder with the necessary files. You do not need admin access to run the adb commands.
es0tericcha0s said:
If you can't run the exe file, then let me know, and I'll just upload a zip / folder with the necessary files. You do not need admin access to run the adb commands.
Click to expand...
Click to collapse
That would be really cool, actually. But check this out:
I talked someone into allowing me to utilize his laptop. I installed ADB, moved the Launcher APK to the folder suggested, ran the commands but the command prompter responded with "waiting for device" and progressed no further. Could it be a driver issue? I was under the impression that if the PC recognizes your device (which it did) then a new driver install was not necessary.
Dude was real cool about it even though I ran his battery down quite significantly and didn't even accomplish anything.
So, if I had the ADB files then I could just copy them to...say the PC desktop and run the command prompter from there? If so, then yes please upload and I'll just try it that route rather than rely on someone's personal PC. Know what i mean?
I do appreciate all of this. I'm getting quite the education here. If you ever get married, let me know and I'll come and dance as my favor to you.:good:
Peace...I'll return tomorrow.
What mode were you in when trying to install? The laptop had the most up to date drivers? You checked the Device Manager to make sure there was no yellow exclamation mark next to the phone? It's not unheard of for the PC to recognize in one mode, but not load the correct drivers in another, as there are different drivers for the phone depending on if it is booted, in recovery, or download mode or whatever they call it for that phone. Just make sure to get the PDAnet drivers installed and reboot. That should do the trick.
Everything else you should need will be in here:
https://dl.dropboxusercontent.com/u/9903887/adbfastboot.zip
es0tericcha0s said:
What mode were you in when trying to install? The laptop had the most up to date drivers? You checked the Device Manager to make sure there was no yellow exclamation mark next to the phone? It's not unheard of for the PC to recognize in one mode, but not load the correct drivers in another, as there are different drivers for the phone depending on if it is booted, in recovery, or download mode or whatever they call it for that phone. Just make sure to get the PDAnet drivers installed and reboot. That should do the trick.
Everything else you should need will be in here:
https://dl.dropboxusercontent.com/u/9903887/adbfastboot.zip
Click to expand...
Click to collapse
I was in Recovery and I was also attempting to install the just the Launcher versus the entire ROM. And I was also feeling a tad bit rushed, cause dude was right there informing me of his battery status. "Well, it's down to 30%." Then 2 mins later.."Ok, looks like it just fell to 25%."
Haha...so yeah, with him pressuring me, I spaced on checking the device manager. This desktop that I'm on today seems to be cool. Just checked the manager & it informs me that my device is 'working properly'.
Off to give it another bloody joust, mate. Wish me luck...
Can you fully explain how to do this
es0tericcha0s said:
Not sure why you were trying to use Odin for a non Samsung phone...?
The stock rom flash would only be possible via PC or if you had a custom recovery installed.
Here's what you would need to do for the Virgin Mobile Venture:
Download CWM: http://www.sendspace.com/file/4gt04i
Download adb/fastboot: http://forum.xda-developers.com/showthread.php?t=2317790
Download rom: http://goo.im/devs/LeslieAnn/Venture/Stock_Venture.zip - Put on SD card.
Drivers: http://pdanet.co/bin/PdaNetA4150.exe (this program is for USB tethering and installs the adb drivers for your phone as well as many others)
The CWM img will need to be in the folder you unzipped for adb/fastboot. You'll need to boot to fastboot mode by powering on with while holding Volume Up.
Open a terminal prompt and change directories to your adb/fastboot folder. Then run this command:
fastboot flash recovery nameofrecovery.img - fill in the nameofrecovery with whatever the CWM file name is.
(if this doesn't work - make sure that your PC is reading the phone correctly by using the command: fastboot devices . If you don't get anything back, make sure you check the Device Manager for errors. If you have them, try reinstalling the drivers and rebooting the PC)
Then pop the battery out and then reboot to recovery via powering on while holding volume down. Once there, you should be able to do a factory reset and then install the stock rom zip. The volume keys should scroll through selections and the Enter key for accept, or Power if that doesn't work. Not really sure about this particular phone.)
Actually, you might just be able to use adb to install a launcher apk once you have CWM installed. Might be a little easier.
launcher apk must be in adb folder then while in CWM:
adb install nameoflauncher.apk
Note: You can rename zips and apks to be easier to type the commands.
Click to expand...
Click to collapse
I have a old ass iMac desktop that has not been used in 5plus years at all and I'm a mother of 3 with no clue how to do any of this if you can dumb it down for me that would be very help full as well I have no clue where to download any of the needed files please help. My email is [email protected]
Thank you

[HELP] M20 PRO Notifications not showing up on time

I have an issue with my M20P. I got the phone 12 days ago and everything was fine with notifications up until yesterday. As of right now, I am NOT receiving notifications for whatsapp, gmail,* FB, messanger on time. They're constantly late and usually show up only when I actually go into one of the apps, then the content shows up and syncs, I guess.
I decided to manually launch important apps such as gmail, messanger, whatsapp and I checked all 3 boxes (primary, secondary and background launch). And this morning, after some 9 hours of not touching the phone, I woke up and there were some notifications (quite a few actually) and I was happy thinking the issue's gone but I was curious why there were no messanger and gmail notifications (two of my most active apps) and* I was right... as soon as I entered gmail, the mail that I did NOT receive notification for came on top of queue and messanger literally blew with how many notifications came at once. Other apps, less important, followed with some notification.
I'm worried because I actually decided to manually launch apps I use the most and still, the issue persists, even though most of users had this sorted with manual launching...
So yes, manual launching did not fix it for me
Is there anything else I should do and what?
And also, I have found out that this has only happened thus far on WiFi, my home WiFi. Mobile data doesn't seem to be affected. Will have to confirm though. I don't know if that's an important information...
Please help. I don't wanna sell the phone because other than this bs I like it very much
Go into settings/battery/more battery settings and make sure stay connected when device sleeps is toggled on.
jhs39 said:
Go into settings/battery/more battery settings and make sure stay connected when device sleeps is toggled on.
Click to expand...
Click to collapse
I already had that enabled.... anything else?
I'm still looking for any help.. please
Have you tried disabling PowerGenie.apk via adb?
https://forum.xda-developers.com/mate-20-pro/themes/remove-powergenie-to-allow-background-t3890409
Thanks to @klaus27
jhs39 said:
Go into settings/battery/more battery settings and make sure stay connected when device sleeps is toggled on.
Click to expand...
Click to collapse
kai84m said:
Have you tried disabling PowerGenie.apk via adb?
https://forum.xda-developers.com/mate-20-pro/themes/remove-powergenie-to-allow-background-t3890409
Thanks to @klaus27
Click to expand...
Click to collapse
I think this is my last resort. I really don't want to use my laptop to debug something unless completely necessary..
furiouszagreb said:
I think this is my last resort. I really don't want to use my laptop to debug something unless completely necessary..
Click to expand...
Click to collapse
That's the only fix available. You could unpack and decompile PowerGenie and see what's inside. A bunch of routines that try to identify apps that require being online, plus a bunch of hardcoded apps that are allowed to run in the background. That's Facebook and a bunch of Chinese apps. But everything else is being sent to sleep aggressively.
I tried every other setting available and still, the PowerGenie rendered any background app unusable.
You don't need to debug anything. Just turn on debugging, so you can disable PowerGenie. If you want to use your phone the way it is supposed to work, you have to get rid of PowerGenie. Using the ADB method is the only possible way I am afraid.
klaus27 said:
That's the only fix available. You could unpack and decompile PowerGenie and see what's inside. A bunch of routines that try to identify apps that require being online, plus a bunch of hardcoded apps that are allowed to run in the background. That's Facebook and a bunch of Chinese apps. But everything else is being sent to sleep aggressively.
I tried every other setting available and still, the PowerGenie rendered any background app unusable.
You don't need to debug anything. Just turn on debugging, so you can disable PowerGenie. If you want to use your phone the way it is supposed to work, you have to get rid of PowerGenie. Using the ADB method is the only possible way I am afraid.
Click to expand...
Click to collapse
I appreciate the thorough report. Before I do that, I'll run some over night tests to see if this perhaps is just due to my WiFi. For example, I'll leave the phone over night with WiFi disabled and mobile data on. If I receive all the notifications at the time they should have been received - I'll know the issue is with my WiFi and I'll update it to static and use the pre-set DNSs I found online.
I'm guessing you had the same issue... did it only work for you when you disabled powergenie? Have you tried perhaps what I will - to see if it was a WiFi issue? Or did it happen to you on mobile data too?
And what I find EXTREMELY weird - I had P20 Pro like until 15 days ago, updated to EMUI 9 and it received all the notifications on time. Is this solely M20P issue?
My issue was the Blackberry mobile device management suite, my company uses. Those apps use Android for work, so a separate encrypted partition (and a different user id), open a VPN tunnel and fetch emails in the background.
I have tried every possible solution, like turning off startup control, enabling those apps to run in the background, even checked special permissions, tried different hacks, reset my device multiple times, ... . Nothing helped. The VPN tunnel was capped after a few minutes and even if I opened it manually (by starting the app), the email app was sent to sleep hence not receiving anything.
I started digging around and found a way to disable system-apps even when you cannot disable them from the Android menus. I pulled a copy and decompiled it. This PowerGenie app has routines to identify apps that have widgets, pull a lot of power, have notifications, ... . And it has a list of package names (Android apps) that are never sent to sleep. Stuff like Facebook and Chinese apps. As I started digging around I found this to be a commonly reported issue with Huawei smartphones of all flavours. I think they built that in to mask the fact that Kirin has a higher standby drain than Qualcomm and Samsung. I am just assuming that..
For me this definitely wasn't an issue with my WLAN, DNS or the likes. Now without the PowerGenie, when I turn off the flight mode in the morning, the VPN app is connecting automatically and my Blackberry Hub is pulling all emails. WhatsApp, Gmail, even third party calendar apps now show their notifications in time. So I am happy.
Did it have any influence on my battery life? no, not at all.
I did the same for a couple of colleagues having the same phone and issues and they all are very happy now.
My company even stopped supporting Huawei phones because of these issues.
I can't comment on the P20 unfortunately as this was my first Huawei. But maybe the fact that you were upgrading from Oreo to Pie was the difference here.
furiouszagreb said:
I appreciate the thorough report. Before I do that, I'll run some over night tests to see if this perhaps is just due to my WiFi. For example, I'll leave the phone over night with WiFi disabled and mobile data on. If I receive all the notifications at the time they should have been received - I'll know the issue is with my WiFi and I'll update it to static and use the pre-set DNSs I found online.
I'm guessing you had the same issue... did it only work for you when you disabled powergenie? Have you tried perhaps what I will - to see if it was a WiFi issue? Or did it happen to you on mobile data too?
And what I find EXTREMELY weird - I had P20 Pro like until 15 days ago, updated to EMUI 9 and it received all the notifications on time. Is this solely M20P issue?
Click to expand...
Click to collapse
Thanks for explaining everything. I'll try some methods first and if they don't work I'll go with what you did.
Thank you.
@klaus27
It appears you were right. Tried everything, still some come through, some don't. This suck soooo much
furiouszagreb said:
@klaus27
It appears you were right. Tried everything, still some come through, some don't. This suck soooo much
Click to expand...
Click to collapse
Trust me, run through this short procedure and you won't regret it:
1) install Huawei ADB drivers: https://devfiles.co/download/zygGeX8N/Huawei-MediaPad-10-FHD-USB-Drivers-TeamAndroid.zip
2) install and enable ADB: https://www.xda-developers.com/install-adb-windows-macos-linux/
3) Open a CMD window, change directory to where ADB is installed. Run this:
Code:
adb shell pm uninstall --user 0 com.huawei.powergenie
4) Reboot
klaus27 said:
Trust me, run through this short procedure and you won't regret it:
1) install Huawei ADB drivers: https://devfiles.co/download/zygGeX8N/Huawei-MediaPad-10-FHD-USB-Drivers-TeamAndroid.zip
2) install and enable ADB: https://www.xda-developers.com/install-adb-windows-macos-linux/
3) Open a CMD window, change directory to where ADB is installed. Run this:
Code:
adb shell pm uninstall --user 0 com.huawei.powergenie
4) Reboot
Click to expand...
Click to collapse
I'm a total anti talent for this stuff. Do I install and do this from my phone or laptop?
furiouszagreb said:
I'm a total anti talent for this stuff. Do I install and do this from my phone or laptop?
Click to expand...
Click to collapse
1) from your laptop
2) Follow the link, perform the steps in the tutorial below "How to Setup the Android Debug Bridge (ADB)".
Then scroll down to the part titled "Microsoft Windows ADB Setup". Download the file from the link and unpack to c:\adb (you will have to create the folder).
Then you connect your phone to your laptop and will see a prompt for authenticating your laptop. This is all well documented, just follow the link
3) On your laptop, start menu, run, cmd. Now you will see a console window. Just enter the commands below
Code:
c:\adb\platform-tools
adb shell pm uninstall --user 0 com.huawei.powergenie
The reboot should obiously be done on your phone.
Sounds complicated, but is really easy.
@klaus27
Thank you for bearing with me and explaining. Just one more thing. On the second code, what do you mean by "maybe"?
furiouszagreb said:
@klaus27
Thank you for bearing with me and explaining. Just one more thing. On the second code, what do you mean by "maybe"?
Click to expand...
Click to collapse
I have checked the tutorial and adjusted my reply accordingly .
klaus27 said:
I have checked the tutorial and adjusted my reply accordingly .
Click to expand...
Click to collapse
Thank you so much for explaining everything even to a dummy like myself lol. Much appreciated.
klaus27 said:
1) from your laptop
2) Follow the link, perform the steps in the tutorial below "How to Setup the Android Debug Bridge (ADB)".
Then scroll down to the part titled "Microsoft Windows ADB Setup". Download the file from the link and unpack to c:\adb (you will have to create the folder).
Then you connect your phone to your laptop and will see a prompt for authenticating your laptop. This is all well documented, just follow the link
3) On your laptop, start menu, run, cmd. Now you will see a console window. Just enter the commands below
Code:
c:\adb\platform-tools
adb shell pm uninstall --user 0 com.huawei.powergenie
The reboot should obiously be done on your phone.
Sounds complicated, but is really easy.
Click to expand...
Click to collapse
Hey, I finally gave in and tried to do this but I am having so much trouble doing this mate. Could you please explain like you're talking to a child? My computer skills are abysmal. I downloaded these 2 links you said on my laptop. But I am stuck at step 2. Here are the screenshot to see where I got held up lol
gyazo.com/6541fa024b72309323ab6ed889e19420
gyazo.com/727b043a651185da8761ca8c72d8917a
gyazo.com/d510eef1ce22dde74362a670051b1d7d
When I right click on "platform tools" it gives me several options such as "extract to a specified folder" and I clicked on that (I dont know if thats right) and what do I do now? I am confused with the steps provided in the link. "Extract the contents of this ZIP file into an easily accessible folder (such ad C:\adb)" I dont know where and how to do that
Then it says "Open Windows explorer and browse to where you extracted the contents of this ZIP File" what does this mean?
And 3rd step dont even get me started.
Could you by any chance upload a video of going through all that and doing everything needed up until running the command to.disable power genie? Im lost man
@klaus27
As much as I would like to help you, I think it would make more sense if you ask someone physically around you for help. I don't think I can make it more simple than that and explaining that in such a detail without knowing what system you have is quite complicated.... But I am sure that if you show the instructions to someone with a little bit more experience, it would be a lot simpler...
Sorry I cannot help you further...
furiouszagreb said:
Hey, I finally gave in and tried to do this but I am having so much trouble doing this mate. Could you please explain like you're talking to a child? My computer skills are abysmal. I downloaded these 2 links you said on my laptop. But I am stuck at step 2. Here are the screenshot to see where I got held up lol
gyazo.com/6541fa024b72309323ab6ed889e19420
gyazo.com/727b043a651185da8761ca8c72d8917a
gyazo.com/d510eef1ce22dde74362a670051b1d7d
When I right click on "platform tools" it gives me several options such as "extract to a specified folder" and I clicked on that (I dont know if thats right) and what do I do now? I am confused with the steps provided in the link. "Extract the contents of this ZIP file into an easily accessible folder (such ad C:\adb)" I dont know where and how to do that
Then it says "Open Windows explorer and browse to where you extracted the contents of this ZIP File" what does this mean?
And 3rd step dont even get me started.
Could you by any chance upload a video of going through all that and doing everything needed up until running the command to.disable power genie? Im lost man
@klaus27
Click to expand...
Click to collapse
klaus27 said:
1) from your laptop
2) Follow the link, perform the steps in the tutorial below "How to Setup the Android Debug Bridge (ADB)".
Then scroll down to the part titled "Microsoft Windows ADB Setup". Download the file from the link and unpack to c:\adb (you will have to create the folder).
Then you connect your phone to your laptop and will see a prompt for authenticating your laptop. This is all well documented, just follow the link
3) On your laptop, start menu, run, cmd. Now you will see a console window. Just enter the commands below
Code:
c:\adb\platform-tools
adb shell pm uninstall --user 0 com.huawei.powergenie
The reboot should obiously be done on your phone.
Sounds complicated, but is really easy.
Click to expand...
Click to collapse
I tried following your steps, but when I put in the command, it says " 'c:\adb\platform-tools' is not recognized as internal or external command, operable program or batch file "

Categories

Resources