[Blu Energy X Plus] I Deleted my launcher and Download Manager By Mistake. - Android Q&A, Help & Troubleshooting

[First Time Poster, so i can't post outside links. therefore, i will have a space instead of a "." you can add it yourself to go to the sources i mention.]
So i rooted my Blu Energy X Plus, and i decided to get rid of some blotware using some cool rooted apps. and i deleted download manager, (i thought it was blotware for some reason) and i deleted the stock launcher, because i was using nova launcher.
a little time later i realise that i can't download any apps. i soon figure out it's becuase i deleted the download manager. i try desperately to find a place to get it back, but nothing.
so i figure, i would just factory reset! i had just gotten the phone that day so what is the harm? well when it was finished i had no launcher, and still no download manager. it just says "android UI had stopped working" or something like that.
the only way i can get it to boot up, is if i choose the option: "wipe"data/factory reset" in the recovery menu.
I Have Tried to "Install Update From ADB" using this tutroil: digitaltrends com/mobile/how-to-install-the-android-m-developer-preview-on-your-nexus-device/2/
i know it says nexus, but i figured it would work for me as long as i used the correct image. i found an image for my phone here: needrom com/download/blu-energy-x-plus-e030u/
But there's another image Here: needrom com/download/blu-energy-x-plus-e030l/
I Don't Know Which one is the correct one. i have tried to install both links on the first one, but my phone just says instalation aborted when i start it.
I Installed the drivers in the first link there as well^
Well i can boot up my phone and turn on debugging, and stuff, but i dont have a launcher or download manager. i can launch the built in apps (by going to apps in the settings) like google, and chrome, but i still can't download anything.
My PC Is Running Windows 7 64 Bit, and the phone is running Android 5.0 With a Skin that Blu Put on. (IDK What It's Called)
can anyone help? am i not using an official ROM for my phone? Any Help Would Be Amazing.

BuildMineSurvive said:
[First Time Poster, so i can't post outside links. therefore, i will have a space instead of a "." you can add it yourself to go to the sources i mention.]
So i rooted my Blu Energy X Plus, and i decided to get rid of some blotware using some cool rooted apps. and i deleted download manager, (i thought it was blotware for some reason) and i deleted the stock launcher, because i was using nova launcher.
a little time later i realise that i can't download any apps. i soon figure out it's becuase i deleted the download manager. i try desperately to find a place to get it back, but nothing.
so i figure, i would just factory reset! i had just gotten the phone that day so what is the harm? well when it was finished i had no launcher, and still no download manager. it just says "android UI had stopped working" or something like that.
the only way i can get it to boot up, is if i choose the option: "wipe"data/factory reset" in the recovery menu.
I Have Tried to "Install Update From ADB" using this tutroil: digitaltrends com/mobile/how-to-install-the-android-m-developer-preview-on-your-nexus-device/2/
i know it says nexus, but i figured it would work for me as long as i used the correct image. i found an image for my phone here: needrom com/download/blu-energy-x-plus-e030u/
But there's another image Here: needrom com/download/blu-energy-x-plus-e030l/
I Don't Know Which one is the correct one. i have tried to install both links on the first one, but my phone just says instalation aborted when i start it.
I Installed the drivers in the first link there as well^
Well i can boot up my phone and turn on debugging, and stuff, but i dont have a launcher or download manager. i can launch the built in apps (by going to apps in the settings) like google, and chrome, but i still can't download anything.
My PC Is Running Windows 7 64 Bit, and the phone is running Android 5.0 With a Skin that Blu Put on. (IDK What It's Called)
can anyone help? am i not using an official ROM for my phone? Any Help Would Be Amazing.
Click to expand...
Click to collapse
Isn't there a way to re-install the download manager and stock launcher through adb? I'm not sure where you can find the apk's for said applications (perhaps you could ask a user with the same stock device to send them to you?)
It's easy to extract the apk of the download manager on a stock device and then send it over through adb. Checkout this tut: hxxp://www wikihow com/Extract-APK-File-of-Any-App-on-Your-Android-Phone
Then you could use:
Code:
adb pull path-to-my.apk
Or some other method to send the apk file to your pc...
If you can you could simply install it on the other broken device with
Code:
adb install path-to-my.apk
You would have to install adb on your windows 7 machine (which is included in android software development kit. I've just installed AndroidStudio to do this for me.) and enable adb on your phone. Here is a reference: hxxp://developer android com/tools/help/adb html
Change xx into tt and add dots instead of spacebars, I'm a new user too...
Or you could transfer the file to your device some other way and use a file explorer to find it, click on it and let the phone install it itself without the use of adb... I'm sure a stock device comes with the capability of installing apk files through the UI.

That worked to install nova launcher. but i still need my download manager. any idea of where to find it? or is there any alternatives?

BuildMineSurvive said:
That worked to install nova launcher. but i still need my download manager. any idea of where to find it? or is there any alternatives?
Click to expand...
Click to collapse
Like I said, find someone with the same stock device and let them extract the apk, send it to your computer and then install the apk through adb on your broken phone.
EDIT: check out my edits, I made a lot of them without showing
EDIT: you might be able to request xda to create a forum for blu energy x plus. They have a lot of different phone model forums but not one for blu energy x plus yet. If they will you could start a thread there to ask if anyone could send you the apk.
You might wanna checkout this thread for that: http://forum.xda-developers.com/showthread.php?t=2335502

K Thanks! i am able to use my phone now, it's just a bit of a hassle to install apps from an APK by trasfering them from my tablet
i'll be looking for someonw with the same phone as me, and i'll probably be posting somewhere if anyone has this phone. or get a forum request for it. thanks for all your help! i hit the thanks button on both your replies!

BuildMineSurvive said:
[First Time Poster, so i can't post outside links. therefore, i will have a space instead of a "." you can add it yourself to go to the sources i mention.]
So i rooted my Blu Energy X Plus, and i decided to get rid of some blotware using some cool rooted apps. and i deleted download manager, (i thought it was blotware for some reason) and i deleted the stock launcher, because i was using nova launcher.
a little time later i realise that i can't download any apps. i soon figure out it's becuase i deleted the download manager. i try desperately to find a place to get it back, but nothing.
so i figure, i would just factory reset! i had just gotten the phone that day so what is the harm? well when it was finished i had no launcher, and still no download manager. it just says "android UI had stopped working" or something like that.
the only way i can get it to boot up, is if i choose the option: "wipe"data/factory reset" in the recovery menu.
I Have Tried to "Install Update From ADB" using this tutroil: digitaltrends com/mobile/how-to-install-the-android-m-developer-preview-on-your-nexus-device/2/
i know it says nexus, but i figured it would work for me as long as i used the correct image. i found an image for my phone here: needrom com/download/blu-energy-x-plus-e030u/
But there's another image Here: needrom com/download/blu-energy-x-plus-e030l/
I Don't Know Which one is the correct one. i have tried to install both links on the first one, but my phone just says instalation aborted when i start it.
I Installed the drivers in the first link there as well^
Well i can boot up my phone and turn on debugging, and stuff, but i dont have a launcher or download manager. i can launch the built in apps (by going to apps in the settings) like google, and chrome, but i still can't download anything.
My PC Is Running Windows 7 64 Bit, and the phone is running Android 5.0 With a Skin that Blu Put on. (IDK What It's Called)
can anyone help? am i not using an official ROM for my phone? Any Help Would Be Amazing.
Click to expand...
Click to collapse
I have the same phone, are you rooted? My phone is blu-energy-x-plus-e030u. In about device what version do you have? V9, V10, V11, V14?
What rom are you using?

vampirefo said:
I have the same phone, are you rooted? My phone is blu-energy-x-plus-e030u. In about device what version do you have? V9, V10, V11, V14?
What rom are you using?
Click to expand...
Click to collapse
It Says: "BLU_E030U_V09_Generic"

BuildMineSurvive said:
It Says: "BLU_E030U_V09_Generic"
Click to expand...
Click to collapse
Well you can see from your last post you would use E030U from needarom. I have V11 and V14, If you would make a backup of your system, boot.img, recovery.img and upload them that would be great, I could add V9 to my twrp recovery and build flashable rom for it.
You can get all the files you need from the needarom system.
Sent from my BLU ENERGY X PLUS using Tapatalk

vampirefo said:
Well you can see from your last post you would use E030U from needarom. I have V11 and V14, If you would make a backup of your system, boot.img, recovery.img and upload them that would be great, I could add V9 to my twrp recovery and build flashable rom for it.
You can get all the files you need from the needarom system.
Sent from my BLU ENERGY X PLUS using Tapatalk
Click to expand...
Click to collapse
I have not been able to install a ROM. i have tried to install a defualt ROM, but it always gives en error. i tried applying an update From ADB using my computer, and that did not work. i tried install update from SDCard, and another error. i have followed tutroils, but it always fails. what exactly should i do?

I don't understand your question, you were asking what rom to use, so I told you. You said you wanted stock launcher and download manager, they are in the needarom system.img
Sent from my Venue 8 3830 using Tapatalk

BuildMineSurvive said:
I have not been able to install a ROM. i have tried to install a defualt ROM, but it always gives en error. i tried applying an update From ADB using my computer, and that did not work. i tried install update from SDCard, and another error. i have followed tutroils, but it always fails. what exactly should i do?
Click to expand...
Click to collapse
to make a good backup once you have rooted, go to playstore https://play.google.com/store/apps/details?id=com.h3r3t1c.onnandbup&hl=en
install Online Nandroid Backup * ROOT
open app
grant su permission
change Backup Type from clockworkmod to twrp
change backup mode from normal backup mode to selective backup mode
click blue select button
check
b:boot
r:recovery
s:system
click ok
top right click save
quick backup
start backup
Then zip up backup and upload it for me.
PS if you haven't installed busybox most people have, but if you haven't you would need to install that as well.
https://play.google.com/store/apps/details?id=stericson.busybox&hl=en
Once you do this and install my twrp recovery ported to your V9, you can install my backup V11, or test a custom rom, I am porting, they are still betas but work well enough.
The current rom I ported it this one.
http://www.rohantaneja.ml/2015/09/m-preview-full-firmware-for-aurora.html
Just now got it booted up.

OK i will do all of that. i am a bit busy and my upload speed is quite slow, so it may be a day or two, but i'll get the backup to you.

vampirefo said:
to make a good backup once you have rooted, go to playstore https://play.google.com/store/apps/details?id=com.h3r3t1c.onnandbup&hl=en
install Online Nandroid Backup * ROOT
open app
grant su permission
change Backup Type from clockworkmod to twrp
change backup mode from normal backup mode to selective backup mode
click blue select button
check
b:boot
r:recovery
s:system
click ok
top right click save
quick backup
start backup
Then zip up backup and upload it for me.
PS if you haven't installed busybox most people have, but if you haven't you would need to install that as well.
https://play.google.com/store/apps/details?id=stericson.busybox&hl=en
Once you do this and install my twrp recovery ported to your V9, you can install my backup V11, or test a custom rom, I am porting, they are still betas but work well enough.
The current rom I ported it this one.
http://www.rohantaneja.ml/2015/09/m-preview-full-firmware-for-aurora.html
Just now got it booted up.
Click to expand...
Click to collapse
I Followed all of those steps ^ But when it finishes, it says unknown backup location, and i can't the backup when browsing my phone for the files.

BuildMineSurvive said:
I Followed all of those steps ^ But when it finishes, it says unknown backup location, and i can't the backup when browsing my phone for the files.
Click to expand...
Click to collapse
Don't you have a micro sdcard installed?
Sent from my Google Aurora using Tapatalk
---------- Post added at 08:31 PM ---------- Previous post was at 08:20 PM ----------
By the way here is my V11 backup.
https://www.androidfilehost.com/?fid=24052804347848089
Sent from my Google Aurora using Tapatalk

vampirefo said:
Don't you have a micro sdcard installed?
Sent from my Google Aurora using Tapatalk
---------- Post added at 08:31 PM ---------- Previous post was at 08:20 PM ----------
By the way here is my V11 backup.
https://www.androidfilehost.com/?fid=24052804347848089
Sent from my Google Aurora using Tapatalk
Click to expand...
Click to collapse
I Do have a MicroSD Card. and how exactly do i go about installing that? apply update From SDCard in the boot Recovery Menu?

BuildMineSurvive said:
I Do have a MicroSD Card. and how exactly do i go about installing that? apply update From SDCard in the boot Recovery Menu?
Click to expand...
Click to collapse
You install it via twrp recovery, that I will make from your uploaded dump.
Sent from my Venue 8 3830 using Tapatalk

OK I Got the backup to Work! now it will have to be an overnight upload. my internet is quite slow. so it will be up tomorrow.
And how do i install TWRP recovery? it's not supported for The Blu Energy X Plus. do i need it to install the rom you're going to give me?

vampirefo said:
You install it via twrp recovery, that I will make from your uploaded dump.
Sent from my Venue 8 3830 using Tapatalk
Click to expand...
Click to collapse
My Backup will be up tomorrow.

Ok, I have two custom roms ported, still looking at other roms to port.
Sent from my Venue 8 3830 using Tapatalk

vampirefo said:
Ok, I have two custom roms ported, still looking at other roms to port.
Sent from my Venue 8 3830 using Tapatalk
Click to expand...
Click to collapse
Here's my Backup! https://mega.nz/#!XcIQWDQQ!NY2s-w18r1otbH-MVPzYY9KPpD3VTegOruxXJUz3sxc
Click download through your browser.

Related

[Q] Xperia Neo V Recovery

Hey guys,
I am new here and wanna learn. I have ICS 4.0.3 build .562 rooted.
I am experiencing few problems, i would be happy if somebody can help:
1. I cannot get into recovery mode of my phone. I tried Rom Manager too but failed. I want to have a Nandriod backup but can't.
2. I get a message "error processing purchase" on google play store while downloading a free app.
3. I cannot copy files when my computer is connected to PC. I can see a drive in My Computer and see all the files, but i cannot copy them. Copying a folder helps but the copied folder is always empty.
I am stuck up guys.. Please Help
Welcome to XDA
Seems like a messed up OS !
I am not sure, what's the cause of those problem, but is your phone working fine with normal usage ? ie Call, SMS, Browsing wifi etc ?
try Repairing your phone with SUES and check things without Rooting 1st !
1 have you installed cwm? There are many versions floating around, some you tap the screen others use volume down, install one and try. You can then set rom manager to use the installed one.
2 have you set up a payment method on play, not all networks support adding to your phonebill, you many need to add card details.
3 switch to msc mode in settings, mtp support is flaky on some OS
Sent from my MT11i using XDA
thanks but still stuck...
1. i just wanna use the built-in recovery. For that what i should do?
2. i will try to setup the card on it.
3. where is MSC mode in settings.. please elaborate.. i appreciate
@zmbutt
yes rest phone is working great. I once repaired it but it just got worse so restored back.
aeronaughtycal said:
1. i just wanna use the built-in recovery. For that what i should do?
2. i will try to setup the card on it.
3. where is MSC mode in settings.. please elaborate.. i appreciate
@zmbutt
yes rest phone is working great. I once repaired it but it just got worse so restored back.
Click to expand...
Click to collapse
1. No Build-in recovery
2. For MTP mode, go to Setting>Xperia>Connectivity>chose MTP
1) You can install one (there is information in the forum already). If you don't want to bother and you have unlocked bootloader, you can get `recoveryNeo.img` and use `fastboot boot recoveryNeo.img` to boot recovery the current session.
No built-in recovery on Neo V though.
Doing some cleaning and moving this to Q&A. OP glad you are wanting to learn and best of luck to you.
just in case you still need
I, too have experienced this that i cannot reboot to recovery after flashing a new fw and installed cwm so heres what i did:
1. Do a factory reset (found in settings).
2. Install CWM.
Try if this method/procedure works for you!
aeronaughtycal said:
1. I cannot get into recovery mode of my phone. I tried Rom Manager too but failed. I want to have a Nandriod backup but can't.
Click to expand...
Click to collapse
Android phones don't have a recovery mode by default. We have to install one. One of the most popular on is ClockWorkMod recovery. Once you have rooted your phone, its pretty simple to install. I can elaborate on the procedure if anyone is looking for the solution still.
aeronaughtycal said:
3. I cannot copy files when my computer is connected to PC. I can see a drive in My Computer and see all the files, but i cannot copy them.
Click to expand...
Click to collapse
Instead of using the Windows Explorer, try copying files directly from the PC Suite.

Nabi 2 Stripped Stock ROM

I made this using the kitchen.
WARNING:
I do not have any guarantees expressed or implied, do at your own risk.
Make a backup!
This is flashable in TWRP.
SHOULD fix Wifi issues.
Comes with Gapps and latest SuperSU and SU binary (as of 12/15/12).
Kids zone, kids apps and OTA update stuff removed.
De-Odexed (wont have the updating apps thing at every boot)
Prerequisites:
1.Have TWRP Recover installed
To install:
1. Download and copy mt799_unsigned_121512_160603.zip to your tablet
2. Shutdown and boot into TWRP Recovery
3. Go to wipe, factory reset and wipe system
4. After that is complete go to main menu
5. Go to install
6. Navigate to location of the .zip
7. Swipe to Install
8. When complete reboot to system
Optional:
HERE is a flashable zip that re-installs the kids stuff, it does not restore /data apps, but those are easily downloadable in the Apps Zone.
Just install it like you did the custom ROM without the factory reset.
I hope this works for every1, I will be trying to make a more custom ROM.
---UPDATE---
New Rom available.
Completely stock.
Not even De-Odexed.
Update 37.
SHOULD fix WiFi issues.
Flash using directions at top of post substituting this zip for the one used in the directions.
PureStockU37.zip
---UPDATE2---
Another one.
Stock Rom.
De-Odexed.
Update 37.
SHOULD fix WiFi issues.
Flash using directions at top of post substituting this zip for the one used in the directions.
StockU37DeOdexed.zip
If anybody has experience with themes and is willing to help, please PM me.
Lets get a custom ROM!
cyhax said:
I made this using the kitchen.
WARNING:
I do not have any guarantees expressed or implied, do at your own risk.
Make a backup!
This is flashable in TWRP.
Should fix Wifi issues.
Comes with Gapps and latest SuperSU and SU binary (as of 12/15/12).
Kids zone, kids apps and OTA update stuff removed.
De-Odexed (wont have the updating apps thing at every boot)
Prerequisites:
1.Have TWRP Recover installed
To install:
1. Download and copy mt799_unsigned_121512_160603.zip to your tablet
2. Shutdown and boot into TWRP Recovery
3. Go to wipe and factory reset
4. After factory reset is complete go to main menu
5. Go to install
6. Navigate to location of the .zip
7. Swipe to Install
8. When complete reboot to system
I hope this works for every1, I will be trying to make a more custom ROM and will hopefully make a flashable zip that re-installs the kids stuff for those who actually bought this for their kids
Click to expand...
Click to collapse
works great. before installing your rom i had lost wifi and it was just all messed up. i did buy this for my kids so the kids stuff would be great. any idea on an eta? thank you very much.
Wonder if nabi will update to jb?? Or possibly a developer come out with jb?
Sent from my Galaxy Nexus using xda app-developers app
mrkrabs said:
Wonder if nabi will update to jb?? Or possibly a developer come out with jb?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
If/until Fuhu releases source code, I don't think it is very plausible to try to port this tablet to JB.
Nice Job installed fine
now that Deodexing was done ... it gets rid of that pesky "android is upgrading message.
cyhax said:
I made this using the kitchen.
WARNING:
I do not have any guarantees expressed or implied, do at your own risk.
Make a backup!
This is flashable in TWRP.
Should fix Wifi issues.
Comes with Gapps and latest SuperSU and SU binary (as of 12/15/12).
Kids zone, kids apps and OTA update stuff removed.
De-Odexed (wont have the updating apps thing at every boot)
Prerequisites:
1.Have TWRP Recover installed
To install:
1. Download and copy mt799_unsigned_121512_160603.zip to your tablet
2. Shutdown and boot into TWRP Recovery
3. Go to wipe and factory reset
4. After factory reset is complete go to main menu
5. Go to install
6. Navigate to location of the .zip
7. Swipe to Install
8. When complete reboot to system
Optional:
HERE is a flashable zip that re-installs the kids stuff, it does not restore /data apps, but those are easily downloadable in the Apps Zone.
Just install it like you did the custom ROM without the factory reset.
I hope this works for every1, I will be trying to make a more custom ROM.
Click to expand...
Click to collapse
don't know if this is happening to any one else but before intalling the kids stuff everything works but after play store will not connect and just said retry. wifi still works and internet is up. just no play store. btw thankz for the fast reply. you rock.
e2950 said:
don't know if this is happening to any one else but before intalling the kids stuff everything works but after play store will not connect and just said retry. wifi still works and internet is up. just no play store. btw thankz for the fast reply. you rock.
Click to expand...
Click to collapse
I am not able to reproduce this issue, try wiping your cache and dalvik cache. Also, make sure your time is set correctly.
just wondering
this isn't a big thing but i noticed ProductionTest4791.apk is not in the system folder ?
this is the file that you could use to do a few test on the nabi
Settings /about tab/ Product version/<- keep tapping to start it
Eric Karz said:
this isn't a big thing but i noticed ProductionTest4791.apk is not in the system folder ?
this is the file that you could use to do a few test on the nabi
Settings /about tab/ Product version/<- keep tapping to start it
Click to expand...
Click to collapse
I didn't know what it was, so I removed it and it didn't seem to affect anything, but this could be of some use, it will be included next time i change something. Nice Catch! :good:
cyhax said:
I am not able to reproduce this issue, try wiping your cache and dalvik cache.
Click to expand...
Click to collapse
found my fix. i did wipe the cache and dalvik but i was doing that every time. this time i did your rom and started it up with the wifi off and skipped every thing with the google setup then when i got to the desktop i restarted and and cleared the cache and dalvik and then installed the kids stuff. restarted and kept the wifi off and did all the nabi stuff. when i could get to the desktop i started up play store and let it turn on wifi and do its thing and it all worked. then went into kids mode and it said tht their was a user with my email allready so it came up the the sigh up or sigh in screen. i have an account so i sighed in and finished the nabi stuff. then went back to play store and it still is working. hope this helps if anyone else has my problem. hey thanks again for the rom. if it wasn't for you i would have just thrown $200 bucks out the window
---------- Post added at 08:07 PM ---------- Previous post was at 07:55 PM ----------
also DON'T click on the APP ZONE progam. playstore was working fine but after i went to app zone it stoped working.
Can I with this Custom ROM install apps to the external SD card?
cyhax said:
I didn't know what it was, so I removed it and it didn't seem to affect anything, but this could be of some use, it will be included next time i change something. Nice Catch! :good:
Click to expand...
Click to collapse
Are you in the process of making a ROM that's closer to stock with the Wi-Fi and "Android is upgrading..." fixes?
Waleslie said:
Are you in the process of making a ROM that's closer to stock with the Wi-Fi and "Android is upgrading..." fixes?
Click to expand...
Click to collapse
I am working on making a completely stock ROM with said fixes
e2950 said:
found my fix. i did wipe the cache and dalvik but i was doing that every time. this time i did your rom and started it up with the wifi off and skipped every thing with the google setup then when i got to the desktop i restarted and and cleared the cache and dalvik and then installed the kids stuff. restarted and kept the wifi off and did all the nabi stuff. when i could get to the desktop i started up play store and let it turn on wifi and do its thing and it all worked. then went into kids mode and it side the was a user with my email allready so it came up the the sighup or sigh in screen. i have an account so i sighed in and fished the nabi stuff. then went back to play store and it still is working. hope this helps if anyone else has my problem. hey thanks again for the rom. if it wasn't for you i would have just thrown $200 bucks out the window
---------- Post added at 08:07 PM ---------- Previous post was at 07:55 PM ----------
also DON'T click on the APP ZONE progam. playstore was working fine but after i went to app zone it stoped working.
Click to expand...
Click to collapse
I will be starting this ROM from scratch this weekend (hopefully addressing the issues it has), it will not take nearly as long now since I know the steps to do it. I will be building one complete stripped ROM and one complete stock ROM (except without the OTA updater because I think it may conflict with the OTA updater if an update happens because of the De-Odexed apps). I will also be on Christmas break so I will have plenty of time to work on this.
But I am still not able to duplicate your issue with the play store... the only thing force closing on me is the GMail app, maybe you should try installing the gapps on THIS page
cyhax said:
I will be starting this ROM from scratch this weekend (hopefully addressing the issues it has), it will not take nearly as long now since I know the steps to do it. I will be building one complete stripped ROM and one complete stock ROM (except without the OTA updater because I think it may conflict with the OTA updater if an update happens because of the De-Odexed apps). I will also be on Christmas break so I will have plenty of time to work on this.
Click to expand...
Click to collapse
That's AWESOME! I'm really looking forward to it. Do you have a way to test if leaving the OTA updater active is acceptable? It would be nice to use the VooDoo OTA RootKeeper app to maintain root and still get OTA updates.
Waleslie said:
That's AWESOME! I'm really looking forward to it. Do you have a way to test if leaving the OTA updater active is acceptable? It would be nice to use the VooDoo OTA RootKeeper app to maintain root and still get OTA updates.
Click to expand...
Click to collapse
I can probably test this, I will try rolling back pre-update 37 and see if I can get updating to play along with the tweaks
I'll save you time... voodoo root keeper works on the OTA. I didn't even flash back stock recovery.... just went with TWRP....lol
Just like my nexus...woot!~
dottat said:
I'll save you time... voodoo root keeper works on the OTA. I didn't even flash back stock recovery.... just went with TWRP....lol
Just like my nexus...woot!~
Click to expand...
Click to collapse
Hmmm... I wonder if the OTA updates even touch root in the first place.... That is something I need to test.
shams2002s said:
Can I with this Custom ROM install apps to the external SD card?
Click to expand...
Click to collapse
no. the only thing that seems to work is a progam i found. this is a link to the page with my post on it http://forum.xda-developers.com/showthread.php?t=1905674&page=68 hope it helps you out. it is not perfect but so far it is the only thing that works.

★ [Rom][N5110-CMG2][4.2.2] Stock Root Deodex [07/17/13]★

This is a Deodexed Version Of the newest JellyBean 4.2.2 Leak N5110XXCMG2
Features:
Rooted
insecure boot.img
BusyBox
Zipaligned
Deodexed
Init.d support
adb as root
Bash
Nano
Download: http://www.androidfilehost.com/?fid=23050663588004205
md5: 0386dd0afe5fd788ae2486b7820cfddd
Disclaimer: nothing has been edited this is a full stock rom that you would expect to get from samsung just rooted and deodexed for easy modability,themability
Thanks to:
SamMobile - for the basefirmware package
Dsixda - for the kitchen used to deodex
ChainFire - for superSU
FYI- i will be making me JellyBeans Rom with this base
Welcome back .
Is there much difference between this version and civato other than his has Aroma installer?
2swizzle said:
Welcome back .
Is there much difference between this version and civato other than his has Aroma installer?
Click to expand...
Click to collapse
this is pure stock deodexed nothing removed, and has adb as root. also doesnt have any mods
thank you for posting this here! :good:
Many thanks!
Thanks for this! Works great, feels more fluid... Except doesn't seem to fix the touchscreen deadzones that occur intermittently (but of course that's for Samsung to take care of)
How this update should be installed? Adb?
Edit. Sorry, never mind, this is for N5100 but I have N5100. Waiting for new version for my device.
I am interested in loading this rom on my wife's tablet. I have been flashing rom's on my Motorola Phones for years now and am very comfortable doing so, but a real Novice when it comes to Samsung.
I am on 4.1.2, insecure loader. I have tried both CWM and TWRP recoveries and can use either. I have also used Odin as well.
Question, do I need to wipe data first, and how do I load this rom onto a Samsung Device.
Sorry for the trouble, but I am a fast learner and will be on board soon (I hope)
BobC43 said:
I am interested in loading this rom on my wife's tablet. I have been flashing rom's on my Motorola Phones for years now and am very comfortable doing so, but a real Novice when it comes to Samsung.
I am on 4.1.2, insecure loader. I have tried both CWM and TWRP recoveries and can use either. I have also used Odin as well.
Question, do I need to wipe data first, and how do I load this rom onto a Samsung Device.
Sorry for the trouble, but I am a fast learner and will be on board soon (I hope)
Click to expand...
Click to collapse
Since this is an OS upgrade (4.1.2 to 4.2.2) a data wipe is highly suggested. Frankly, I would suggest wiping system, data, cache and dalvik just for good measure. If she wants to keep a lot of the apps' progress/settings she has, I would install Titanium Backup and back up all user apps first before doing anything. She may have everything synced with her Google account as I believe you can sync apps and their data through Google now, but I haven't tested it yet.
To install the ROM, you'd just need to put it somewhere locally on your tablet, I have a '000Flash' folder on the root of my internal SD storage for any ROMs/kernels/modems (on my phone), etc. Place it in there, then get yourself into recovery. Once in recovery, wipe everything I mentioned above, then go back to the install/flash option of whatever recovery you're using. Flash the .zip file you just downloaded and put locally on your tab. Wait a few minutes and boot her up!
Just make sure you have the right software for the right version tablet you have, N5110 vs N5100.
hayzooos said:
Since this is an OS upgrade (4.1.2 to 4.2.2) a data wipe is highly suggested. Frankly, I would suggest wiping system, data, cache and dalvik just for good measure. If she wants to keep a lot of the apps' progress/settings she has, I would install Titanium Backup and back up all user apps first before doing anything. She may have everything synced with her Google account as I believe you can sync apps and their data through Google now, but I haven't tested it yet.
To install the ROM, you'd just need to put it somewhere locally on your tablet, I have a '000Flash' folder on the root of my internal SD storage for any ROMs/kernels/modems (on my phone), etc. Place it in there, then get yourself into recovery. Once in recovery, wipe everything I mentioned above, then go back to the install/flash option of whatever recovery you're using. Flash the .zip file you just downloaded and put locally on your tab. Wait a few minutes and boot her up!
Just make sure you have the right software for the right version tablet you have, N5110 vs N5100.
Click to expand...
Click to collapse
Thank you very much, the same as I am use to really. I do have my system backed up, as well as Titanium Back UP for apps and data. So should be fine. I do have the N5110
BobC43 said:
Thank you very much, the same as I am use to really. I do have my system backed up, as well as Titanium Back UP for apps and data. So should be fine. I do have the N5110
Click to expand...
Click to collapse
No problem, shouldn't be too different than what you're already used to, but I can understand the need for clarification when it comes to different devices as they're all a little bit different.
OK, on 4.2.2, no problems at all after I found how to turn debugging mode on. THAT IS STRANGE
BobC43 said:
OK, on 4.2.2, no problems at all after I found how to turn debugging mode on. THAT IS STRANGE
Click to expand...
Click to collapse
Hello!
Can you please share how to turn on debugging mode? Thank you in avdavauce!
Sent from my GT-N5110 using xda premium
gqinside said:
Hello!
Can you please share how to turn on debugging mode? Thank you in avdavauce!
Sent from my GT-N5110 using xda premium
Click to expand...
Click to collapse
Settings / About Device /
Then tap the build number 7 times. As you are getting close to 7 taps, the screen will tell you how many more till you are in development.
BobC43 said:
Thank you very much, the same as I am use to really. I do have my system backed up, as well as Titanium Back UP for apps and data. So should be fine. I do have the N5110
Click to expand...
Click to collapse
Also you will need to have CWM or TWRP installed as a custom recovery for it to work. There are plenty of options for installing and the new versions that are non touch should fix any issues uyou had previously. Happy flashing!
Sent from my GT-N5110 using XDA Premium HD app
Yo Nate Dogg!!!!
I am Here!
Now we can get Jammin on this one too!!!!
I will be Flashing this on Friday, Looking around the hood now just seeing what is what on this Note 8!
Get some of that fly a$$ **** from the Note 2 over here! lol
Piece my brotha!
See you soon!
~B
@beanstown106
I'm all rooted and running the ROM...
This ROM definitely needs a little TLC...
How about putting a list of requests together so maybe we have an Idea of what we can expect?
Here is a thread for customizing this ROM!!!​
Here is a link to the Google Edition 4.3 Camera
This works I have it installed. and it is pretty sweet. (even on a 5mp Camera)
I installed xposed framework today and it works well on this ROM. Has anyone else tried this?
You can go here for other mods to add to it...
After you have the Xposed frame work installed you can install the app_settings see attachments, to modify the per app DPI settings.
example, you open up app settings go to gmail, set the dpi to 160 & screen (dp): 1000x1600
I did this for System settings as well and they look nice.
Play around with it and we can build on it...
You can find other mods that you can see if they work and build a list in a new thread. REMEMBER TO BACK UP FIRST!
Ge the disabler in attachments to flash in case you get into a boot loop. These work well since this is a stock ROM.
NottachXposed works very nicely for this ROM... You just have to play with it a little bit, but you can tweak it out nicely...
Don't forget to grab the Multi-Window Manager over in the Themes and app section. It works Great Without any flaws so far...!
If you need a 3-way reboot menu, here is an excellent app here for that...
Knock it Off Please
OK, please stop with all the "bad-mouthing" and "trolling" and... the "Off-Topic" posts. You know the rules, especially in the Dev Forum.
You wanna post garbage or talk about who's gonna do what, then go to the main Android "Off Topic" forum.
Thread cleaned. (please don't make me come back in here again)
MD
Thanks for the deodexed, recovery flashable rom. I just flashed it and got everything set up. So far everything is running great.
Sent from my GT-N5110 using Xparent Green Tapatalk 2

[ROM] Knox Free KK (I9200XXUDNE4)

It took nearly 24 hours to upload due to my dreadful internet connection but here it is, the latest Android version for the galaxy Mega I9200 AKA Kit Kat I9200XXUDNE4, repacked with a full Knox free bootloader.:good:
DISCLAIMER
I'm not responsible for anything, as usual procede only if you know what you do, and make a backup beforehands in case things go out of control.
This said since this ROM is Knox free you will be able to get back to 4.2.2 or to whatever ROM you want in case you don't like Kit Kat.
IMPORTANT
You can flash this ROM ONLY if you come from a non Knox Rom.
It means that if you were on a ROM that had Knox, like the latest 4.2.2 versions, you can't flash this ROM and in that case you'll have to go for the regular 4.4.2 Knox version available at sammobile.
BEFORE TO FLASH
Get a custom recovery, cuz this ROM comes without any recovery.
Why?
Because at the time I was testing it I kept my custom recovery to see if I could reuse it with Kit Kat, and since it worked, and since I don't want to loose again 24 hours to upload an other ROM with a recovery, you'll have to go like this.
There are plenty of custom recoveries on the forum, as for me I use that one:
http://forum.xda-developers.com/showthread.php?t=2415294
but you can use any one you like, it doesn't matter as long as it has been installed BEFORE to flash Kit Kat.
Edit
If for some reasons you want to stick to stock recovery head to post #5, I've attached it there with some instructions.
THE FLASH
Download the ROM, unrar it and you'll get a tar.md5 file.
Open ODIN 3.04, put the file in the PDA section.
On your phone, enter download mode (press volume down and start at the same time), then connect it to your computer.
Once it has been recognized by Odin (it gets blue on the left upper case) start the flash.
It will take approx 5 mns before it reboots, that's it.
If everything goes ok it will reboot twice and then it will enter the set up wizard.
It could be that some app forces close and that it reboots one more time, in that case you'll have to enter recovery and format /data (and since you have a custom recovery you can do so without erasing your sd card contents).
ROOT
Easy, download the latest SuperSU_1.94.zip from the master chainfire, flash it from recovery, reboot, voila.
REMOVING THE LAST KNOX TRACES:
This has to be done manually (I could have done it and repacked/uploaded a new pre rooted ROM with everything done but sorry, my connection is too slow )
There are some Knox apps in the /system/app folder and in the system/priv-app folder:
-the ones that have Knox in their name are easy to guess;
-one is called KLMSAgent and should be deleted as well, and so too ContainerAgent.apk, ContainerAgent.odex, ContainerEventsRelayManager.apk and ContainerEventsRelayManager.odex.
In the /system/lib folder delete libknoxdrawglfunction.so.
Delete completely the system/preloadedkiosk folder and the system/preloadedsso folder.
In data/data delete the com.sec.knox.seandroid folder and the com.sec.knox.store, and the other com.sec.knox whatever folders there are.
Enjoy!!!:silly:
Stay tuned, in the coming days I will put some mods here...
I already made a deodexed version but I don't think I will upload it since it takes too long (24 hours again), so if anyone with a better connection feels like doing it he or she is welcome!
THE LINK?
Here it is:cyclops::
https://mega.co.nz/#!6lhzGaab!zIFiED3APN7_lHAT5YRPbgJqb6lyrLZJwjs-gw9kLEQ
CREDITS
@SilviuMik for the tuto
@Chainfire for the root
@XDA for the opportunities it gives to all of us
Reserved, for some hopefully soon to come stuff
I'm guessing we can't jsut flash this in recovery, right?
unclefab said:
-cut-
Get a custom recovery, cuz this ROM comes without any recovery.
Why?
Because at the time I was testing it I kept my custom recovery to see if I could reuse it with Kit Kat, and since it worked, and since I don't want to loose again 24 hours to upload an other ROM with a recovery, you'll have to go like this.
-cut-
Click to expand...
Click to collapse
I expect you are ready for udate and version WITH recovery already started to upload? Please be serious of your work!
trurl3 said:
I expect you are ready for udate and version WITH recovery already started to upload? Please be serious of your work!
Click to expand...
Click to collapse
Yep, I have to be serious:cyclops: so here it is, I packed a stock recovery in case someone needs it for some reason (s).
It took (only) 15 mns to upload (not bad for a 10 mb file )...
Download the file, open Odin 3.04, put the file in PDA, flash, now you have KK's stock recovery, boooooo:laugh:
http://d-h.st/PGb
@bnb25
nope, you can't flash the ROM from recovery.
If some people are interested I can upload the deodexed version in the coming days when I have time, unless someone else does it before
I flashed somr stock rooted Rom awhile ago on the gf's phone. I been waiting on this update b4 doing anything. The phone acts up. Performance issues. She keeps ot close to full. Moving to sdcard doesn't work anymore. (That broke b4 filling the phone up. But didn't know that when we bought a 16gb sdcard.) So....thus has knox removed. You mentioned stock recovery as an option. You mean the stock kitkat recovery for the phone? Meaning that will introduce knox if you choose it? And if you do choose stock recovery with knox it can be rooted right? Just saying cause usually when first comes out it takes a lil time for someone to root it.
Sent from my SM-N900P using Tapatalk
i try this rom for 10 minutes and it keep restarting..
so i flash again with ODIN 3.04, and it keep restarting again..
i have wipe data and cache+dalvik, i use twrp recovery.
can you troubleshoot this problem?
thank you :good:
sorry for my bad english...
Works fine for me. I had latest official 4.2.2 rom; I then flash a custom recovery and a rooted rom before I flash this rom via odin. After flashing this rom, I wiped it factory reset. All is well for me. 24hrs now. Thumbs up me general.....
Sent from my GT-I9200 using XDA Premium 4 mobile app
@ninja_unmatched:
the recovery I attached is the stock KK recovery, and AFAIK it doesn't have Knox in it. About rooting a Knox cursed ROM, some people say it's easy but I don't have any personal experience on that matter.
But anyway, why don't you want to use a custom recovery?
I kept the CWM I had on 4.2.2, and after I upgraded to 4.4.2 it took me 2 minutes to root with Chainfire's SuperSu_1.94.zip...
So now I'm on Knox free KK, with custom recovery and root.
@congquer:
do a full factory reset and see if it helps.
@fpage:
nice to read that it works fine for you!:good:
@all:
if you are rooted and want to enable quad multi windows view (up to 4 apps opened at once on the same screen, fully resizable), check my thread in the themes and apps section..:
One of the best KK's new features cool:...
works like a charm, i've installed via odin, but lost root for some reason
Well the girl is like any other nooby internet user. She knows enough to get it infected over and over....lol. Knox actually helps a lil with that. I used to use my phone (Note 3) to check questionable sites out for clients. Knox would do its pop ups alerting me to there being something going on that I do not want. It has actually helped....weird thing sort of. Now of course it doesn't do that anymore but for her......it might lower my headaches if you know what I mean?
But...no I'm about to try it out now anyways after I backup her phone.
Sent from my SM-N900P using Tapatalk
It could be that some app forces close and that it reboots one more time, in that case you'll have to enter recovery and format /data
This step right here causes the same boot loop mentioned. An app forces closes just like you said. soon as you format /data after a reboot it goes into a boot loop. I am also using TWRP 2.7
You have to clear cache not data. Even with that alot of apps just force close.
Sent from my SM-N900P using Tapatalk
I am rooted and working like a charm. Quad window working and alot of modules via xposed installer.
Sent from my GT-I9200 using XDA Premium 4 mobile app
Well it didn't work for me. And the supersu only caused freezing then reboot. I just went and flashed stock. Maybe I'll root it later. The process also messed with the sdcard. Made it unreadable. So I used an app (Called Photorec) to recover some of the files from the 16gb sdcard she has.
Sent from my SM-N900P using Tapatalk
whenever I want to delete knox from system/app, it always failed to delete.
I wonder why?
@ninja_unmatched:
your girl seems to be like mine, willy to use the phone but messing it all the time, and then calling her man to fix it:cyclops:.
But you are worse tham me cuz you use her phone as a guinea pig!
The problem with SuperSu is that at first you can't install it a a system app.
In order to fix this you'll need either twrp recovery or aroma file manager ( http://forum.xda-developers.com/showthread.php?t=1646108 ) and do as follows:
-download SuperSu zip,
-extract the app from the zip but keep the zip intact,
-flash the SuperSu zip,
-do not reboot but go to your file system while still in recovery, either from the twrp menu or by flashing the aroma file manager file,
-delete SuperSu from the system/app folder,
-reboot,
-install the SuperSu apk manually as you would with any apk.
Now you are rooted, and your SuperSu being on your data/app folder it doesn't force close anymore.
Later you can convert SuperSu into a system app from the apk's settings.
But this force close is a problem on KK, cuz everytime an app FC (not only SuperSu) the phone reboots, pretty annoying and definitely a deal breaker for me.
The messing with the files is another problem, it's because somehow KK uses another format than JB. But this one is easy to overcome, just connect your phone to your computer and copy the files to it, or you can copy them from recovery/aroma file manager (that's what I did, at first I thought it was gone but nope, it's just a format stoy) to anywhere on your phone.
@fpage:
I'm happy for you if everything works:good:
@serpentlord:
salaam manis dari Jowo!:laugh:
Are you rooted? Sorry if the question sounds obvious, but if you are then deleting the Knox apks shouldn't be a problem.
Otherwise if it doesn't work, use aroma file manager (see above, and don't forget to push thanks for @amarullz our dev from Bandung!) and delete the Knox stuff from within recovery.
That said I went back to 4.2.2, this KK is plagued with bugs and I don't like the new multi windows implementation, so until they make a more stable version and until I find out whether I can implement some of JB's multi windows functions in it or not I'll stick to 4.2.2...
I'll make soon a thread about specific KK's bugs, hopefully sammy will listen but don't hold your breath
A guinea pig....lol. yeah. Only thing I ever did was flash a stock 4.2.2 rooted Rom. For wifi tethering purposes. It was fine for awhile. She starts complaining about it....I find she filled the thing up. Apps, apps, apps, mad games. I move some of the apps to the 8gb card. That helped. Later she fills it up again. I get a 16gb card and then find out it won't move anything to the card. Broke that somewhere after the 8gb card move. She goes on facebook and clicks on those questionable site posts and jave you sign up while giving them permission to post on your profile and all sorts if sites I find are questionable. That and apps from blackmart and from that site that offers hacked android games/apps.
So far now she seems fine on the stock official 4.4.2. It has a few widgets and apps in Russian. I've seen a few bugs that clear up on their own.
1. The lock screen took a bit to update. (What I mean is this. I know when playing music will say Milk it will show also on the lock screen. It wasn't doing that. Had to reboot to get that going.)
2. There is an app called Wish. It allows you to send something you think another person would be interested in that also has wish. That feature doesn't work to well. You can choose facebook or google+. FB no work at all. I think that is some other reason for that one. Google+ works but only if you choose the regular browser. Through chrome the page doesn't pop up woth the option to use the app to open the link.
And generally I've just run into these lil quarks that eventually just start working. Or partially work enough to get by.
Sent from my SM-N900P using Tapatalk
unclefab said:
salaam manis dari Jowo!:laugh:
Are you rooted? Sorry if the question sounds obvious, but if you are then deleting the Knox apks shouldn't be a problem.
Otherwise if it doesn't work, use aroma file manager (see above, and don't forget to push thanks for @amarullz our dev from Bandung!) and delete the Knox stuff from within recovery.
That said I went back to 4.2.2, this KK is plagued with bugs and I don't like the new multi windows implementation, so until they make a more stable version and until I find out whether I can implement some of JB's multi windows functions in it or not I'll stick to 4.2.2...
I'll make soon a thread about specific KK's bugs, hopefully sammy will listen but don't hold your breath
Click to expand...
Click to collapse
Salam manis dari Jakarta! :laugh:
Yes, my device is rooted. I've tried root browser, root explorer and soon. but it ends with the same result. I wonder why.
And my device also keep restarting every 10 minutes. Is it a bug?
@ninja_unmatched:
I can't tell about this wish.apk and widgets, at the time I was still on 4.4.2 I had stripped the Rom down to only about 20 system apps.
I allways do this on my ROMs cuz I don't like stock apps, I rather uninstall all that stuff and replace it by third part apps that are easier to manage and not so much on the spying/bloatware side...
@serpentlord:
what happens is probably that you have an app that forces closes, and this is what makes the phone reboot. I had the same problem and in my case it was youtube, in your case it could be any other app.
Just start your phone and keep an eye on it until it says "sorry app whatever has closed". Then if it reboots you know from wish app it comes and you can uninstall it and/or replace it with another app or another version from the same app.

How to remove stock sprint apps from a rooted (but s-on) HTC M9 Sprint

i am fedup with these apps especially handsfree and this voicemail keep popping up every now and then
i was running uptill now android 5.1 and had rooted my mobile for s-off and any custom rom but didnt want to spend money on that
today i installed latest RUU on this mobile phone n since then im getting these annoying pop ups from various stock sprint apps
any simpler way to get rid of those?
babarasghar said:
i am fedup with these apps especially handsfree and this voicemail keep popping up every now and then
i was running uptill now android 5.1 and had rooted my mobile for s-off and any custom rom but didnt want to spend money on that
today i installed latest RUU on this mobile phone n since then im getting these annoying pop ups from various stock sprint apps
any simpler way to get rid of those?
Click to expand...
Click to collapse
To get rid of Hands Free Activation you just need to delete the \system\priv-app\HtcOMADM_SPCS folder in twrp
1. Boot into TWRP
2. Mount System
3. Use the file explorer and navigate to \system\priv-app\HtcOMADM_SPCS
4. Press the tick in the bottom right
5. Select delete
6. Unmount System
7. Reboot phone.
chimpsinties said:
To get rid of Hands Free Activation you just need to delete the \system\priv-app\HtcOMADM_SPCS folder in twrp
1. Boot into TWRP
2. Mount System
3. Use the file explorer and navigate to \system\priv-app\HtcOMADM_SPCS
4. Press the tick in the bottom right
5. Select delete
6. Unmount System
7. Reboot phone.
Click to expand...
Click to collapse
okay i am trying to re-install TWRP now ... after installing latest Stock RUU to get official updates ... i am re-installing TWRP but when i type
C:\Users\Babar>C:\Users\Babar\Downloads\twrp.img
i get "the disc image file is corrupted" i tried 2.8.5 version and also 3.0.3 version as well ... all r saying corrupted image
need help
babarasghar said:
okay i am trying to re-install TWRP now ... after installing latest Stock RUU to get official updates ... i am re-installing TWRP but when i type
C:\Users\Babar>C:\Users\Babar\Downloads\twrp.img
i get "the disc image file is corrupted" i tried 2.8.5 version and also 3.0.3 version as well ... all r saying corrupted image
need help
Click to expand...
Click to collapse
Where are you getting this from? "C:\Users\Babar>C:\Users\Babar\Downloads\twrp.img"
Just google installing TWRP on M9 and you should get loads of guides. If the image you're getting is genuinely corrupt you're going to have to check your sources as the ones downloaded from the main twrp pages are usually fine.
chimpsinties said:
Where are you getting this from? "C:\Users\Babar>C:\Users\Babar\Downloads\twrp.img"
Just google installing TWRP on M9 and you should get loads of guides. If the image you're getting is genuinely corrupt you're going to have to check your sources as the ones downloaded from the main twrp pages are usually fine.
Click to expand...
Click to collapse
This method didn't work for me, I tried the old command mode guide and same twrp worked fine for me.
Sent from OnePlus 3T
babarasghar said:
This method didn't work for me, I tried the old command mode guide and same twrp worked fine for me.
Sent from OnePlus 3T
Click to expand...
Click to collapse
Did you get bloatware removed?
https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup&hl=en
Use caution. You can go thru batch settings, select remove all apps and then while in there, click deselect all. Then go thru and pick what you want to remove (EXTREME CAUTION you can remove an app or so that will require you to flash the rom again)
Other So Called "ROOT app remover" apps backup the app before you delete it and then decides for you if it should be reinstalled for you, and you cant delete them.
babarasghar said:
i am fedup with these apps especially handsfree and this voicemail keep popping up every now and then
i was running uptill now android 5.1 and had rooted my mobile for s-off and any custom rom but didnt want to spend money on that
today i installed latest RUU on this mobile phone n since then im getting these annoying pop ups from various stock sprint apps
any simpler way to get rid of those?
Click to expand...
Click to collapse
I recommended going into your settings. Apps. And just select the apps that are sprint related & force stop them, and then disable each app individually. After they are disabled clear the data & cache of each one. Then they'll no longer be displayed or asked to be updated. This is without having to install TwRp.
-E
hi
babarasghar said:
okay i am trying to re-install TWRP now ... after installing latest Stock RUU to get official updates ... i am re-installing TWRP but when i type
C:\Users\Babar>C:\Users\Babar\Downloads\twrp.img
i get "the disc image file is corrupted" i tried 2.8.5 version and also 3.0.3 version as well ... all r saying corrupted image
need help
Click to expand...
Click to collapse
i can help u with the twrp for ur htc m9

Categories

Resources