[MOD] UnBloatMi - Xiaomi MIUI Bloatware Remover - Xiaomi Mi 5s Themes, Apps, and Mods

UnBloatMi - Xiaomi MIUI Bloatware Remover
I have been searching for a script to remove Bloatware from my Xiaomi Mi5s, and found a couple of different ones that do part of the job.
None were exactly what I was looking for, so I wrote a script of my own.
Although I tested the script on my MI5s only, it should be very usable for any Xiaomi device running MIUI 7 or 8.
In UnBloatMi I have combined multiple lists of MIUI 7 and 8 apps that should be safe to remove.
It also contains a couple that are less safe to remove, but the script will ask for confirmation before removing those.
Which is a big difference from other scripts; you get to choose what to remove and what to restore!
Backup location:
If you edit the script, you can change the backup location to use (by default "/sdcard/UnBloatMi")
You can of course also add more apps to remove to the list in the script. (instructions are in the comments)
It's not needed to remove files from the list, as it will not process files that are not on your device, and you can choose not to remove any app.
To Customize the Script:
Unzip the zip and edit the file under: META-INF\com\google\android\update-binary
This script is written in shell language (sh), so editing is somewhat different from "normal" EDIFY scripts that use the "updater-script" file.
I used part of the excellent template by osm0sis to create UnBloatMi
Install Custom Apps/Files:
You can also have the script install Custom files to /system folder. (So you can add another HomeLauncher, for example)
To have the script install Custom files, just add them to the Zip in "/system/app/" folder:
/system/app/YourCustomApp1/YourCustomApp1.apk
/system/app/YourCustomApp2/YourCustomApp2.apk
The script will automatically install them for you.
To use the Script:
You need to have TWRP Recovery installed.
BACKUP YOUR DEVICE BEFORE RUNNING THIS SCRIPT!!! (I recommend using TWRP Backup)
(even though the script allows you to restore your changes, something can always go wrong - press wrong button for example)
- Move the ZIP file to your SDCard, and install using TWRP Recovery
Basically, you can just follow the instructions on the screen, by pressing Volume buttons.
- The first run, you'll be asked what apps to remove. Backups are automatically made.
You can confirm each app, or choose to only confirm the more risky apps.
- If you run the script again (after testing your installation), it will detect the backups from the previous run.
You can then choose to restore the backup files, or delete them from your device.
- You can now also create a default UnBloat list, that can be used to UnBloat after flashing a (new) ROM.
It is created by checking for installed apps. If an app is not found on the device, it's added to the list.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Feel free to edit and change the script.
If you make any improvements, please let me know so I can add them to the script.
This includes reporting what apps caused problems when removed, or comments about apps.
You can find the script in: /META-INF/com/google/android/update-binary (or on GitHub by clicking the "Source Code" link below)
Instructions can be found in the comments of that file.
--UPDATE--
Added Step by Step Restore: You can now choose which apps to restore, so it is easier to troubleshoot your installation.
--UPDATE v0.2--
Added warning to SecurityCenter App (so it has to be confirmed). It caused bootloop on my device when removed.
--UPDATE v0.3--
Bugfixes, Added Apps, changed and added some app comments. Changed download link (GitHub download creates a folder too many)
--UPDATE v0.4--
Changed/Added menu's - Allows you to do more actions at once
Added apps and comments.
Added ability to save a default UnBloat list. This can be used to UnBloat after flashing a ROM.
Download
Source Code

Unfortunately I got an error (missing files) under TWRP 3.0.2

luxim said:
Unfortunately I got an error (missing files) under TWRP 3.0.2
Click to expand...
Click to collapse
I'm using TWRP 3.0.2 as well...
Did the install reach the menu at all?
Can you look at the log file to investigate? (TWRP --> Advanced --> Copy Log --> Open log file from your SDCard)

Zappo said:
I'm using TWRP 3.0.2 as well...
Did the install reach the menu at all?
Can you look at the log file to investigate? (TWRP --> Advanced --> Copy Log --> Open log file from your SDCard)
Click to expand...
Click to collapse
Here it is. My recovery is the ZCX one and I wasn't able to enter the menu. I'm running the latest xiaomi.eu developer.

luxim said:
Here it is. My recovery is the ZCX one and I wasn't able to enter the menu. I'm running the latest xiaomi.eu developer.
Click to expand...
Click to collapse
Thanks for your bug-report and logfile!
It says it couldn't find the script, and after investigating I found the download link to GitHub creates a folder too many inside the zip.
I was hoping to have the available download automatically give the latest version...
I guess I'll have to create a release after every update, and update the link accordingly...
I adjusted the download link in the original post.

this is great! i made my own debloater script, but your is so much more elegant! i hope things dont change much when we update to 8.2....

wurstel said:
this is great! i made my own debloater script, but your is so much more elegant! i hope things dont change much when we update to 8.2....
Click to expand...
Click to collapse
I have just released version 0.4, which allows us to create a default UnBloat list.
This can be used to UnBloat again after flashing a new ROM.
(I'm hoping to use this in combination with OTA updates. I'll write a howto if I manage to get this all to work)

Thanks, i try it...
EDIT: i have removed many apps on my rn3se (kate), wipe davilcache but i've a bootloop :?
Good restore option

Hey @Zappo, did you already get the update to 8.2? Will you be updating the script for the new miui?

wurstel said:
Hey @Zappo, did you already get the update to 8.2? Will you be updating the script for the new miui?
Click to expand...
Click to collapse
I'm running the MIUI Global ROM 8.0.3.0....
As far as I know, no updates yet...
If anyone knows of new or other Bloatware, I'll update the script accordingly.

samurri said:
Thanks, i try it...
EDIT: i have removed many apps on my rn3se (kate), wipe davilcache but i've a bootloop :?
Good restore option
Click to expand...
Click to collapse
If you have found the app causing your bootloop, please let me know. I'll add it to the risky apps list.
I use the "restore one by one" option, and try to find the problem-app that way...

Zappo said:
If you have found the app causing your bootloop, please let me know. I'll add it to the risky apps list.
I use the "restore one by one" option, and try to find the problem-app that way...
Click to expand...
Click to collapse
Hi.
Big thanks for your hard work. At this moment i have personalized your list but i think that velvet.apk is a possible problem
This "# The file number doesn't have to be in order, but should be unique." is no true otherwise the script does not work well (es.: items 0-1-3-4)

samurri said:
this "# The file number doesn't have to be in order, but should be unique." is no true otherwise the script does not work well (es.: items 0-1-3-4)
Click to expand...
Click to collapse
You are both correct and wrong; they don't have to be in order, but do have to be ascending without interruptions (can't have missing numbers)
Ex: items 0-1-3-5-4-2 is OK.
I didn't think it would be a problem, as items don't have to be removed...
I will review your list, and add a comment to velvet.apk when I have the time. (however it didn't cause any problem on my Mi5s)

Ok, thanks.
Do you know where can i find mi apps description?

samurri said:
Ok, thanks.
Do you know where can i find mi apps description?
Click to expand...
Click to collapse
I've been Googling for those quite a bit...
It's hard to find good descriptions for those.

Zappo said:
I've been Googling for those quite a bit...
It's hard to find good descriptions for those.
Click to expand...
Click to collapse
No sorry, velvet is ok but it's need a litlle of attention.
EDIT: install /system/custom1/custom1.apk is impossible

hey @Zappo is this debloat script working for china stable?

wurstel said:
hey @Zappo is this debloat script working for china stable?
Click to expand...
Click to collapse
Yes, it should work for all MIUI 7&8 devices.
If software in the script is not found on your device, it will be automatically skipped.

samurri said:
EDIT: install /system/custom1/custom1.apk is impossible
Click to expand...
Click to collapse
I agree this kind of got lost in the code...
New software is only installed when removing bloatware the first time (or when no backups are found).
It should be automatically installed when choosing "Remove/Restore bloatware" from the first menu.
However when a backup is present on the device (folder "UnBloatMi" by default), this is skipped...
I did this, presuming new software is installed after the first run, and if a backup is already created it doesn't have to be installed again.

Hey @Zappo , found this project for redmi note 2, and it's so heavily debloated, i haven't seen anything like it. Maybe you can look over it and add a few more things to debloat? I tried to recreate it but I don't know which qualcomm apps are essential to our phone, i had only bootloops... Anyway here's the link https://forum.xda-developers.com/redmi-note-2/development/best-sot-t3434915
Edit: i can provide you with a list of all the contents of the rom, i extracted the system partition.

Related

[ROM]Fission Vanilla 1.2.1 Upgrade & Full ROM - Droid2

Vanilla FroYo FRF91
For your Droid2 & DroidX
Developed for You by Team DeFuse
Splitting Blur from your Moto Droid.​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The DX 1.2.1 has been pulled. Development has been delayed for the time being.
I am not blaming testers at all. I have been missed plenty of stuff testing. I am still laughing at myself dropping the D2 build into the DX media folder It is just crap that happens when building this stuff. I do not want to waste any of your time either. It must suck to download a ROM, install it and then be told there was a bug and you should not run it...
Plus it makes our work look bad and that is the last thing any of us want when we are striving for high quality ROMs.
Update: I could not just give up...worked through night. DX issue solved.
HotFix:
D2 1.2.1 - Download HERE - This will update your build to 1.2.1
DX 1.2.1 - Download HERE - This will update your build to 1.2.1
If you are coming from the 1.2.1 test file from IRC then still install this update file since it will remove items that did not make it to final build (Nexus One Livewallpapers that were not working)
Full 1.2.1 ROMs are listed bleow.
Changelog is listed below.
No need to wipe for update file. No need to wipe if AND ONLY IF you are coming from 1.1, 1.2 and upgrading to 1.2.1. You MUST wipe if coming from any other ROM.
D2/DX - HotFix for data still functioning when custom battery manager is used to turn off data during certain times. Download HERE. Install from recovery as any other update. Just mount system, do not wipe and select the zip file for update.
Twitter:
@AngDroid
@Drod2169
Web:
http://www.teamdefuse.com
IRC:
http://www.freenode.net
#teamdefuse
Changelog:
1.2 -> 1.2.1
Cleaned up Add_On folder. Removed items that would not work with this ROM, added Live Wallpaper packages.
Added Network location (AGPS) pop ups. Will pop up when permission is needed. It is working in ROM but the option is not in settings.
Data Manager fix now included. Fixed issue when setting custom battery manager profile but data was still on during off hours.
Few changes to build.prop.
Added transparent status bar pull down curtain.
1.1 -> 1.2
Addressed Superuser issue - Not sure if it is fixed for some users.
DX Build now has FroYo Android Keyboard stock - Install DX Multi-Touch in add_on folder if you prefer.
Addressed USB issue - Not sure if it is fixed for some users.
Added ability to overclock from shell. Open terminal (download from market) and type in proper commands.
Improved boot animation. Now with hi-res graphics.
Updated install script for ROM.
DX Build - Fixed displayed version info in about phone.
Add Ons have been fixed so all zip files should install fine.
More cleaning of code...
Not part of the release but I updated darkonion's one click root method. It is now an EXE file. Will fix all broken root issues, update you to latest version of Superuser and install the APK properly in data/app so any future update from market should not cause problems.
About ROM:
First Vanilla ROM for Droid2, DroidX & Droid2 WE!
First ROM for Droid2, DroidX & Droid2 WE that can be overlocked!
This is not an AOSP ROM but all stock packages are built from source. It is a complete set of vanilla Android applications. All Blur has been removed so it is the closest you will get to a true AOSP clean ROM for the Droid2/X/WE/Pro right now. This is not a themed ROM to make it look like AOSP ROM.
The purpose of this ROM was to remove all Blur and have a real Android experience. Please do not ask to add anything to ROM. Everything that is missing can be found in the Add On folder that was created when you installed ROM or can be downloaded from market.
The installed applications are all of your basic Android apps. Gmail, Voice Search, Car Home, YouTube and some other apps are missing since there are more updated versions on the market.
ROM has root, deodexed, busybox and zip alligned.
How To Report Bugs:
Before you report a bug please search through thread and see if someone has your problem and if a fix was found. If you do not find a fix please report bugs using this format.
In subject of post place "[Bug Report]" Bug here so it will read [Bug Report]Force Close with X APP.
In Body:
Device Name:
Explain in detail about bug and list anything that will cause it so we have more info when we correct it.
Install Insctructions:
Installing ROM:
This Method works for al supported devices.
It is suggested you follow all the steps even if you are coming from previous Fission ROM. If you do not want to perform all wipe steps then at least wipe system.
Pre-Installation Tasks:
You must have root. You can use our One Click Root in this THREAD.
You must have Koush's Bootstrap program for your device. Download from Market or check HERE.
Select the ROM for your device (Droid2, Droid2 WE, DroidX or Droid Pro)
Download and place ROM on SD Card
Open Bootstrap
Tap "Bootstrap Recovery"
Tap "Allow" if asked to grant SU Persmission
Tap "OK' on "Success" screen
Tap "Reboot Recovery"
You will be booted into Recovery
Use Volume up/down keys to navigate through menu. Press Camera button to Confirm selection. Power button to back up to last menu.
Create Backup - "backup and restore" then select what you want to do
Back out to main menu
Wipe Cache
Wipe Data
Mount System - Screen will read "UNMOUNT /SYSTEM" when mounted
Mount Data - Screen will read "UNMOUNT /DATA" when mounted
Back out to Manin Menu
Install Zip From SD Card
Choose Zip From SD Card
Select your ROM
Yes - Install
Wipe Cache
Wipe Data
Reboot
Back into Android
Perform a Factory Reset
Open App Draw
Tap Settings
Tap Privacy
Tap Factory Reset
Tap Reset Phone
Tap Erase Everything
Your phone will now be rebooted, perform factory reset and then reboot itself when completed.
Activate phone when prompted.
Enjoy!
You may install ROM by not wiping anything and not peform a Factory Reset. You will run into a few problems though. One will be battery manager may force close and Market Facebook App will not sync correctly with contacts.
Please do not ask if doing it another way is good. These are the instructions for a proper clean install and we will only accept bug reports if you followed the above instructions.
Installing Updates and Add Ons:
Open Bootstrap
Tap "Bootstrap Recovery" - if you have not installed yet on new ROM
Tap "Allow" if asked to grant SU Persmission - If you have not granted it SU permission
Tap "OK' on "Success" screen - if you have not installed yet on new ROM
Tap "Reboot Recovery"
You will be booted into Recovery
Use Volume up/down keys to navigate through menu. Press Camera button to Confirm selection. Power button to back up to last menu.
Mount System - Screen will read "UNMOUNT /SYSTEM" when mounted
Back out to Manin Menu
Install Zip From SD Card
Choose Zip From SD Card
Select your Zip File
Yes - Install
Reboot
If you are installing more than one update zip then please remember to mount system before installing new file.
Donations:
We do not have a DX to fully test ourselves yet so donating to project will help us obtain one. We would also like to obtain future devices such as the Droid Pro, Droid2 World Edition and whatever else may come down the pipe that we can port this ROM too. Your help will allow us to do that. If you would like to contribute to our project you may do so by clicking HERE
Downloads:
Fission 1.2.1 for Droid2 HERE
Fission 1.2.1 for DroidX HERE
i am a fan of turtles
do we need to wipe if coming from 1.1?
jerseyh22accord said:
do we need to wipe if coming from 1.1?
Click to expand...
Click to collapse
Please read all install instructions as they have been updated.
Where is the download link for this ROM? Or 1.1?
JDunc said:
Where is the download link for this ROM? Or 1.1?
Click to expand...
Click to collapse
For real?
Sent from my DROID2 using XDA App
No I found it. For some reason I was having trouble finding the download
ROMs are now up...enjoy.
Great Stuff! no issues so far... can't wait for you to port some of CyanogenMOD's hacks.
EDIT: found one issue, car home won't launch. But easily fixed by downloading Car Home from Market.
firestrife23 said:
Great Stuff! no issues so far... can't wait for you to port some of CyanogenMOD's hacks.
EDIT: found one issue, car home won't launch. But easily fixed by downloading Car Home from Market.
Click to expand...
Click to collapse
The launcher was left in but the apk file removed. This was done so there was no issue from downloading from market.
If you remove both files then you can not download from market
is there anyway you could add an option for the D2 dock screen or even the D1's original dock screen?
jerseyh22accord said:
is there anyway you could add an option for the D2 dock screen or even the D1's original dock screen?
Click to expand...
Click to collapse
Isn't the dock screen the D1 original?
I do not think the D2 one works. Have not tested it yet but I will. You can always add them yourself by using root explorer to place the APK in system/app and then setting correct permission.
New hot fix is now posted. Cures data still being active when a custom profile is used in battery mananger.
The link is in the first post under the hot fix section.
rom is great! thank you at last the d2 is getting some love
Man I still don't know what it is with my contacts/accounts. My Facebook won't "add" in the accounts thing and linkup my contacts with the right pictures
kwheel596 said:
Man I still don't know what it is with my contacts/accounts. My Facebook won't "add" in the accounts thing and linkup my contacts with the right pictures
Click to expand...
Click to collapse
I'm having the same problem. Oddly enough I didn't have it in 1.0
Sent from my DROID2 using XDA App
Sorry i keep asking the same question in all the threads but is the dictionary/autocorrect feature working on 1.2?
Sent from my DROID2 using XDA App
cupertinosucks said:
Sorry i keep asking the same question in all the threads but is the dictionary/autocorrect feature working on 1.2?
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
Doesn't seem to be working for me, but I'm also having issues with some other things so this could be just my device.
Edit: I lied, its working lol
whats the file name for the droid 2 lockscreen, and could give me quick lesson on how i would aplly it. one last thing is there a way to get the droid 2 email back in thats the only way my yahoo would load in. thank you so much
droid void said:
whats the file name for the droid 2 lockscreen, and could give me quick lesson on how i would aplly it. one last thing is there a way to get the droid 2 email back in thats the only way my yahoo would load in. thank you so much
Click to expand...
Click to collapse
What are you trying to do to the lock screen?

[TOOLKIT][GUI][MULTI-PLATFORM] Ultimate Backup Tool v2.0 - Full backup without root

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
With this tool, you can completely backup your device without root or unlocked bootloader.
I have tested it so far only with my Galaxy Nexus, but it should also work with other devices running Android 4.0+.
So you can unlock your bootloader without losing your data.
With version 1.1, not all parts of the program will be downloaded, only the necessary.
The most tools in the "Tools" section are for the Galaxy Nexus, but more devices will follow soon.
Now the final release of v2 is out!
The UI is complete, it's much easier to use.
Screenshots
Tutorial (thanks to AndyCr15)
http://www.youtube.com/watch?v=Xa0vnq_ce-M
If you use v1.2.2 you don't need to copy the UBT to platform-tools.
It would be nice if someone would do a tutorial for v2
German Tutorial:*click*
Download
Windows
Ultimate Backup Tool v1
Ultimate Backup Tool v1.1
Ultimate Backup Tool v1.2
Ultimate Backup Tool v1.2.1
Ultimate Backup Tool v1.2.2
Ultimate Backup Tool v1.3
Ultimate Backup Tool v1.3.1
Ultimate Backup Tool v1.3.2
mod edit: Using pay per click links is against XDA rule 13
3. Advertising and Income Generation
Commercial advertising, advertising referral links, pay-per-click links and other income generating methods are forbidden. Do not use XDA-Developers as a means to make money.
Click to expand...
Click to collapse
Mirror link (not always up to date; thanks to chip.de)
ROM Backup Digital Cryptor
Mac OS / Linux
Ultimate Backup Tool v1 (thanks to eyrienne)
mod edit" more pay per click links
Source
UBT
ROM Backup Digital Cryptor(Alpha, post bugs below; big thanks to Marijuana Legal/Marijsoft )
Changelog
v1
Initial release
v1.1
Added download feature
Changeable path for backup
Added "Tools" section
ADB preloads
Added pauses
Added ADB and fastboot check
changed Window size
returning to .bat because some virus scanners have indentified it as malware
v1.2
Path will now be saved
fixed problem with preloading ADB
added version number
added Option to backup a single app
added CWM for GS2 and GS3
fixed Option 2 to install CWM to Verizon
v1.2.1
hopefully fixed the bug with backup functions
v1.2.2
changed window size
spelling mistake corrected
advanced ADB and fastboot check (thanks to 2uk3y)
some UI adjustments (thanks to 2uk3y)
recognizes if it runs on x64 or x86
v1.3
full S2 and S3 support
german translation (thanks to TheMaurice)
added device and version check
added notification if backup has been finished
added device informations
added "Incorrect input" notification to all menus
added pop-ups
v1.3.1
fixed a bug with pop-ups
added pop-ups for backups of a single app
fixed a bug with path of backup of a single app
v1.3.2
option to capture a problem
added package list
added Galaxy Note support
ADB updated
Fastboot updated
v2.0
Added rootmethod for Samsung Galaxy S4
Added option to flash zip
Added rootmethod for many devices (Doom4lord4Root)
Updated option to block ads
Added cloudservice box
Added form to report bug in programm
Updated gpubli (google ads)
Add image to cloud (experimental) (save your photo sdcard cloudservice picasa or flikr - only donation***ImageToCloud) in this version zip file folder image and uploading to google drive
Added CloudManager to add upload to your cloud with a application you get if you donate
Added donationbutton (Marijuana Legal don't have a job, he's so sorry)
Fixed language(English language is default)
Fixed update search and download
Fixed Backup/restore list single app
Known problems
Problems with the HTC One series
Problems with Sony devices from 2011
When you have a problem make sure you have correctly installed drivers.
Donations
Nobody has donated so far, be the first
Our little team
Gigadroid (Scripting)
Marijuana Legal (GUI for Windows and Mac)
Well...tried this on my GF's Droid Razr Maxx but all it did was display the adb.exe help text and then re-start. Does this util require an ADB connection? Or maybe anything else? I'm thinking some more info would be helpful...
Great idea, though -- I really hope it works.
Sent from my halfway-decent Acer A100 running WDS's JB with godmachine's kernel v1.3a cranked up to a sweet "battery life is for chumps" 1.5GHz using xda premium...like a boss!
I have fixed the problem.
The compiler has built crap.
And yes, it requires a ADB connection
I would like to see your source on this, is it possible to create a git?
Sent from my Galaxy Nexus using Tapatalk 2
It's just a .bat file.
Here is the code:
http://pastebin.com/pCHm38Ry
Gigadroid said:
It's just a .bat file.
Here is the code:
http://pastebin.com/pCHm38Ry
Click to expand...
Click to collapse
Thank you
Maybe post it in the first post, as I am not the only one who will want to see the source on a developers forum
does NOT work on sprint's galaxy s III running CM10
A simple gift for this wonderful promising tool...
Since this uses ADB, if adb.exe is not found, it would not give any error/information to the user, of what is happening. It will just exit to the menu. Thus, I have added some ADB detection in the script here. http://pastebin.com/mFXJ3w36
PS: If @Gigadroid would put this up on github, more expansion and contribution is expected.
hai Gigadroid,
can u explain more about each option? coz i a little bit confuse about option 3,4 and 5.
if i need to backup game apps and data saved, which one should i choice ?
sorry for my English.
TQ
UI for your tool
Where can I contribute a simple Windows WinForms based UI for your tool? I am envisioning a save folder for backups, a file selection for restore. Backup name with date and time in file name if so desired, custom file name, ADB existense check, all garnished with explanative messages and an interminent progress bar so as to not block the UI while performing backup or restore.
BTW I just tried it on my SGS2 a day I after I rooted it for backups and it work fine
Now if I could only see how in ADB a package list can be retrieved with friendly names (Don't tell me... let me learn alone)
Does it work with<strikethrough> ICS 4.0.3(galaxy S2)</strikethrough> or even Gingerbread 2.3.6 (Galaxy Y) ?
I got this on galaxy S2
tapatalk سے لکھا گیا
drraptor said:
I got this on galaxy S2View attachment 1285550
tapatalk سے لکھا گیا
Click to expand...
Click to collapse
it's was an old issue with screenadjuster, just disable it. and tap back up my data.
What option to use to Backup everything like in a Nandroid?
bonell said:
What option to use to Backup everything like in a Nandroid?
Click to expand...
Click to collapse
It's data backupper, I think
jaguaralani said:
A simple gift for this wonderful promising tool...
Click to expand...
Click to collapse
Thank you, I will try to include it in the next version.
I have big plans.
It will not only be a backup tool.
ameer1234567890 said:
Since this uses ADB, if adb.exe is not found, it would not give any error/information to the user, of what is happening. It will just exit to the menu. Thus, I have added some ADB detection in the script here. http://pastebin.com/mFXJ3w36
PS: If @Gigadroid would put this up on github, more expansion and contribution is expected.
Click to expand...
Click to collapse
I will also include it in the next version.
Then I will put it up to github.
2uk3y said:
hai Gigadroid,
can u explain more about each option? coz i a little bit confuse about option 3,4 and 5.
if i need to backup game apps and data saved, which one should i choice ?
sorry for my English.
TQ
Click to expand...
Click to collapse
Option 3 is for backup device and app data.
That means when you restore you have only the system apps on your device.
The data of your apps is still present.
If you've done a mission in Dead trigger and install the app again, you're where you left off.
Option 4 is for backup your apps without data.
When you restore you aren't where you left off.
Option 5 is for backup music, pics, etc. hat are saved on your device
I would say you should choose 3 and 4, but with 1 you can do nothing wrong
AlbertoBN said:
Where can I contribute a simple Windows WinForms based UI for your tool? I am envisioning a save folder for backups, a file selection for restore. Backup name with date and time in file name if so desired, custom file name, ADB existense check, all garnished with explanative messages and an interminent progress bar so as to not block the UI while performing backup or restore.
BTW I just tried it on my SGS2 a day I after I rooted it for backups and it work fine
Now if I could only see how in ADB a package list can be retrieved with friendly names (Don't tell me... let me learn alone)
Click to expand...
Click to collapse
I had the same idea for a future release.
Maybe we can work together.
Send me a PM.
drraptor said:
Does it work with<strikethrough> ICS 4.0.3(galaxy S2)</strikethrough> or even Gingerbread 2.3.6 (Galaxy Y) ?
Click to expand...
Click to collapse
Please read the first post. :/
Does not work on stock ROM in Sprint Epic 4G Touch (SPH-D710) "adb: unable to connect for backup" every other adb functions work.
Nice script nonetheless.
bonell said:
What option to use to Backup everything like in a Nandroid?
Click to expand...
Click to collapse
You can't compare this tool with a Nandroid backup.
Option 2 is the closest Option.
Is there a restore data ONLY button for a specific app?

[GUIDE]How to theme your 5x using RRO- NO LONGER RELEVANT

Layers Manager now supports the 5x making this thread redundant. You can find the beta here:
https://plus.google.com/117376207394302665227/posts/P5Z41eL57bz
Still exercise caution when applying Layers.
Here is a small guide on theming your device using the built in "theme engine" a.k.a. "RRO" until it's properly supported with Layers Manager.
Do not attempt this unless your are prepared to do a factory reset or reflash a boot.img in a worst case scenario.
YOU HAVE BEEN WARNED.
Requirements.
Root: LINK
BusyBox: LINK (Optional but recommended for future use).
Root file explorer.
Layers themes: LINK
Layers showcase: LINK
To filter themes:
Select hamburger menu in the upper left.
Choose free/paid layers.
Click menu in upper right.
Select "Android Version" and pick "M".
PLEASE NOTE.
THE THEMES MUST BE COMPATIBLE WITH MARSHMALLOW TO RESTRICT PROBLEMS.
Click to expand...
Click to collapse
Steps.
Gain root.
Install BusyBox open the app and click "Install" (see screenshot below).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Use a root file explorer (I use root explorer) to create a folder named "overlay" in "system/vendor" and set its permissions to 775 (see screenshot below).
Download theme/s. TIP do this through your browser to view the package name in the address bar as it will make things easier on the next step.
example:
Code:
https://play.google.com/store/apps/details?id=[B][SIZE="4"]com.dully79.graphite[/SIZE][/B]&hl=en
Using the file explorer navigate to "data/app" and locate the theme you installed.
Inside the folder you will find an apk named "base.apk", copy the apk to your sdcard.
Click the apk and select "view"
Navigate to "assets>Files" and extract the zip/s.
Extract the apks from the extracted zip and copy the desired overlays to the overlay folder we created earlier.
Reboot.
PLEASE NOTE. THE FRAMEWORK LAYER IN GRAPHITE IS UNSUPPORTED AT THIS TIME. DO NOT USE IT.
Problems?.
Until we can view the vendor folder from recovery, here is how to fix a troublesome layer.
Navigate to the overlay folder and delete the layer/s that is causing the issue.
As a last resort, If you cannot gain access to the overlay folder we need to do a factory reset or reflash the boot.img.
Yay! Thank you sir.
Whoa so this is actually the first time I've ever heard of layers or RRO. This is a gamechanger. So a theme like this(https://play.google.com/store/apps/details?id=bitsykolayers.vividcolorwhite&hl=en) would work? Can you combine themes? One that changes navigation bar and one that changes colors in the system?
Pikezer1337 said:
Whoa so this is actually the first time I've ever heard of layers or RRO. This is a gamechanger. So a theme like this(https://play.google.com/store/apps/details?id=bitsykolayers.vividcolorwhite&hl=en) would work? Can you combine themes? One that changes navigation bar and one that changes colors in the system?
Click to expand...
Click to collapse
Yes, depending on the priority of the layers we are able to stack them. If you have layer (A) that changes the status bar with priority 60, and another layer (B) that changes the same resources with a higher priority, layer B will override A.
But do your self a favour and dont apply anything that isnt officially marshmallow supported.
If you get yourself into problems you may have to factory reset, ive had to do 3 times today testing my theme.
Once we can get into the overlay folder from recovery, troublesome layers wont be a problem.:good:
dully79 said:
Yes, depending on the priority of the layers we are able to stack them. If you have layer (A) that changes the status bar with priority 60, and another layer (B) that changes the same resources with a higher priority, layer B will override A.
But do your self a favour and dont apply anything that isnt officially marshmallow supported.
If you get yourself into problems you may have to factory reset, ive had to do 3 times today testing my theme.
Once we can get into the overlay folder from recovery, troublesome layers wont be a problem.:good:
Click to expand...
Click to collapse
Thanks for the response! Have you found any themes that support 6.0 yet?
I downloaded the layers manager app and it says it supports marshmellow already.
Pikezer1337 said:
Thanks for the response! Have you found any themes that support 6.0 yet?
I downloaded the layers manager app and it says it supports marshmellow already.
Click to expand...
Click to collapse
Layers manager does support 6.0 on most devices, just not this hence the steps to extract.
We need to wait for an update.
If you download the Layers showcase app you can filter themes that are compatible with 6.0:
https://play.google.com/store/apps/details?id=com.lovejoy777.showcase&hl=en
Ehh having trouble getting any theme to work. I'll wait a bit until the app is updated
Pikezer1337 said:
Ehh having trouble getting any theme to work. I'll wait a bit until the app is updated
Click to expand...
Click to collapse
What are your EXACT steps?
dully79 said:
What are your EXACT steps?
Click to expand...
Click to collapse
So I downloaded and installed busybox. I then used three different themes that were compatible with 6.0. I used root browser to create a folder in system/vendor called "overlay" The downloaded themes I downloaded from Google Play are in Data/app. I took the apk and clicked it and hit view. Then I went into assets and took the zip folder and extracted it. I took all the apks and put them into the overlay folder. Then I rebooted and nothing happened. I tried timberwolf, skywolf, and inversion UI.
Pikezer1337 said:
So I downloaded and installed busybox. I then used three different themes that were compatible with 6.0. I used root browser to create a folder in system/vendor called "overlay" The downloaded themes I downloaded from Google Play are in Data/app. I took the apk and clicked it and hit view. Then I went into assets and took the zip folder and extracted it. I took all the apks and put them into the overlay folder. Then I rebooted and nothing happened. I tried timberwolf, skywolf, and inversion UI.
Click to expand...
Click to collapse
Did you set the priority for the overlay folder at 775?
dully79 said:
Did you set the priority for the overlay folder at 775?
Click to expand...
Click to collapse
Yup!
Would you mind trying any of those themes to see if you were able to get them working?
---------- Post added at 03:36 PM ---------- Previous post was at 03:19 PM ----------
Nice, got it working. Turns out I wasnt setting the permissions of the apks. Thanks for the help! Do you know any compatible themes for the navigation bar
Pikezer1337 said:
Yup!
Would you mind trying any of those themes to see if you were able to get them working?
---------- Post added at 03:36 PM ---------- Previous post was at 03:19 PM ----------
Nice, got it working. Turns out I wasnt setting the permissions of the apks. Thanks for the help! Do you know any compatible themes for the navigation bar
Click to expand...
Click to collapse
No idea mate, i dont get time to try anyones theme other than my own.
dully79 said:
No idea mate, i dont get time to try anyones theme other than my own.
Click to expand...
Click to collapse
this one and this one work.
It is possible to use Layers Manager to install/uninstall Layers/RRO themes. Here's how you do it:
1. Install a Terminal emulator/use adb shell
2. Remount the vendor partition as rw (read/write)
Code:
$ su
# mount -o remount,rw /vendor
3. Open Layers Manager and install/uninstall your chosen Layers/RRO theme
4. Reboot and enjoy!
Also, a factory reset will not clear any themes installed in /vendor/overlay. You can just flash the vendor image from the factory image to remove all installed themes (no need to wipe)
Code:
fastboot flash vendor vendor.img
Sent from my Nexus 5X using Tapatalk
craigacgomez said:
It is possible to use Layers Manager to install/uninstall Layers/RRO themes. Here's how you do it:
1. Install a Terminal emulator/use adb shell
2. Remount the vendor partition as rw (read/write)
Code:
$ su
# mount -o remount,rw /vendor
3. Open Layers Manager and install/uninstall your chosen Layers/RRO theme
4. Reboot and enjoy!
Also, a factory reset will not clear any themes installed in /vendor/overlay. You can just flash the vendor image from the factory image (no need to wipe)
Code:
fastboot flash vendor vendor.img
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
do we need to run this command every time we want to install or remove a layer, if we dont want to copy paste into /overlay?
k.s.deviate said:
do we need to run this command every time we want to install or remove a layer, if we dont want to copy paste into /overlay?
Click to expand...
Click to collapse
For the moment, yes!
I tried the above method and it did not work for me
Thanks for post
@craigacgomez Getting the theme on to the device isn't really the problem, it's removing them.
Until we are able to view the vendor partition from recovery were playing with fire.
And I never said a factory reset will remove any themes, it will put a stop to persistent fcs like SystemUI. I had to do this 3 times yesterday and twice the day before.
Edit: I forgot to say, the reason I say factory reset is because it can be done without the need for a cable and pc to fastboot flash an image.
dully79 said:
@craigacgomez Getting the theme on to the device isn't really the problem, it's removing them.
Until we are able to view the vendor partition from recovery were playing with fire.
And I never said a factory reset will remove any themes, it will put a stop to persistent fcs like SystemUI. I had to do this 3 times yesterday and twice the day before.
Edit: I forgot to say, the reason I say factory reset is because it can be done without the need for a cable and pc to fastboot flash an image.
Click to expand...
Click to collapse
It's not necessarily true that a factory reset will get rid of SystemUI FCs if you use a theme that is not M-compatible. But, yes, it could fix many other reasons for FCs.
Sent from my Nexus 5X

[Root] 5/5T Dynamic Change Library for GCam without Breaking OOS Cam. {DEPRECATED}

{DEPRECATED}
This project won't release a new version because I see no reason for that since modified lib v.2.3 is working fine on OP5/5T without breaking OOS functionality.
Hi guys,
After intensive try. I’ll glad to tell you that I just found the way to fix GCam Front facing camera portrait mode without using Magisk module. (which break Face Unlock functionality in OOS)
Instead, my method will dynamic change library only when needs to use GCam and you can revert to default binary, then you still can use Face Unlock.
THIS MOD WAS TESTED WITH OXYGEN OS OREO ONLY
Warning:
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, your phone won’t boot. Use it at your own risk
Prerequisite:
1. Root with Magisk (My app/script only test with Magisk)
2. Busybox NDK (Magisk Module)
3. My file.
4. Disable all lib fix module. (prevent confliction)
5. Recommended Gcam APK: https://www.celsoazevedo.com/files/android/google-camera/dev-arnova8G2/
How to:
Ver 3.5.1
1. Download my file here View attachment FixGCam-by-aillez-Unified-V.3.5.1.zip and don't move to another folder. (should be in Download folder or XDA folder)
2. Install this app from the archive (FixGCam-by-aillez-Unified-V.3.5.zip)
3. Allow storage permission of my app. Long Press the app and choose App info > Permission > Storage > Enable it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. Open the app and tab Read me/Tutorial button and read it first.
5. Tab Create required file button.
6. Wait until it shows toast about "Required file has been created"
7. Auto-Mode is Fix binary and automatic revert after screen off. (It'll ask for root permission)
8. Manual Fix and Revert is for a user who wants to trigger it by their design time. (It'll ask for root permission)
9. Pick GCam dialog will show after you fix binary (either Auto-Mode or Manual) PS. Only supported for Pixel2Mod and Pixel3Mod by Arnova8G2
10. If you think this mod helps your life better and it worth for some donation. Please help donate
Troubleshooting.
1. If you get "Archive not found" when tab Create required file >>> Download My file first.
2. If you get "You don't have a required file" >>> Tab Create required file button.
3. If you get "Busybox not found" >> Install it.
4. If Create required file doesn't say anything to you. (report by some users).
You need to create a folder name "FixGCam-by-aillez" in internal storage and extract file from archive to there. (As a workaround) Folder structure should be like this.
and you should not tab Create required file.
5. After I fix binary Gcam still don't work/Capture Pink image. What should I do?
Sometimes Gcam already running before change library and load default binary. Fc Gcam and try again will help.
Updated: Should be fixed in V.3.5.1
---------------------------------------------------------------------------------------------------------------------------------------------------------default-----------------------------------------------------
Code:
Tutorial + Demo for V.3.0
[media=youtube]aelumI-U7AM[/media]
Ver. 3.0
1. Download My file here [ATTACH]4503243._xfImport[/ATTACH]
2. Extract it to your root of internal storage (/storage/emulated/0) [U][B]otherwise my script won’t work.[/B][/U]
3. Looking for App folder you will find 2 APK. Install it.
4. When you need to use GCam.[B] [U]Launch 01_FixBinary_by_aillez app[/U][/B]. Give it root permission and wait for it to say "GCam Binary is Fixed"
5. If GCam still take Pink image. Force close GCam and try again.
6. When you done using GCam. [B][U]Launch 02_02_RevertBinary_by_aillez app. [/U][/B] Give it root permission and and wait for it to say "Reverted to Stock Binary Completed".
7. Enjoy using Face Unlock, OOS Cam all functionality.
That’s it. Enjoy
All credit goes to who made this happen
@defcomg (SavitarZA) for Portrait Fix binary.
@topjohnwu for Magisk
@osm0sis for Busybox Systemless
@txx1219 for his finding of solution for camera2api
@Arnova8G2 for Dot fix and GCam Mod.
Not necessary but If you like my work and wanna buy me some coffee.
Donation: https://www.paypal.me/aillez
Changelog:
V.2 - Added SManager method.
V.2.1 - Repack for new binary to use with OOS 5.1.x (Android 8.1)
V.2.2 - Repack new dotfix lib by Arnova8G2 and colour fix lib by Savitar (aka Defcomg).
V.3.0 - Big Update....Release as an app. No more Tasker and SManagers thing.
V.3.5 - Combine 2 APK to 1 APK (from V.3.0)
Added Application interface.
Bring back automatic mode and added create required file.
Added Pick GCam version dialog after fix binary (Pixel2Mod and Pixel3Mod)
Added error-handling. Should be easier to know what wrong and how to fix it.
V.3.5.1 - Updated lib from Arnova8G2 v. 2.2
Added loop for Force close Gcam after fix binary (should solved all pink image after fix binary)
Thank you I will try this mod.
(Glad to see Thai people here.):fingers-crossed:
The YouTube video is not working
ps000000 said:
Thank you I will try this mod.
(Glad to see Thai people here.):fingers-crossed:
Click to expand...
Click to collapse
Greetings!!
arun483 said:
The YouTube video is not working
Click to expand...
Click to collapse
Can you try this link?
how do I Import project??please make a step by step video of how to install or atleast write a step by step guide please
Hey! It works amazingly well....
So, I was thinking about triggering the revert task to exiting Gcam rather than screen off. The only problem is that it detects exiting Gcam if you go view your photos from within the camera app. I can't figure out how to make it work. Anyone with more Tasker knowledge know how to make this work... I.e. tie the fix to launching the app, then get it to revert on closing the app? I know there are downsides either way really.
Working great! Thanks ?
Th3PorTuGa said:
Working great! Thanks ?
Click to expand...
Click to collapse
please tell me a step to step guide
aneesh12 said:
please tell me a step to step guide
Click to expand...
Click to collapse
Install the busy box module
Restart the phone
Install Tasker
Go to Tasker options and disable beginner mode
Download the zip provided by the op and extract it
Go to Tasker and create a new project and select the files in the zip
Start the project
Done
Th3PorTuGa said:
Install the busy box module
Restart the phone
Install Tasker
Go to Tasker options and disable beginner mode
Download the zip provided by the op and extract it
Go to Tasker and create a new project and select the files in the zip
Start the project
Done
Click to expand...
Click to collapse
how do i place a shortcut in my home screen?
aneesh12 said:
please tell me a step to step guide
Click to expand...
Click to collapse
aneesh12 said:
how do i place a shortcut in my home screen?
Click to expand...
Click to collapse
Add a widget
Th3PorTuGa said:
Add a widget
Click to expand...
Click to collapse
I use Nova launcher and I've set it so that if I swipe over the Gcam icon, it launches the Tasker fix. I modified the Tasker fix to launch the app after it successfully patches. So to run Gcam I swipe. To use it again before I turn off the screen I just tap the icon.
in my case the camera app doesn't take any picture in portrait mode with the front camera
No errors when the task is execute and works well the restore for the face unlock...but I can't take the photo
OB3 + Arnova's v6_beta15
EDIT: It's necessary to enabled hdr+ front camera
Thank you very much man I really prefer face unlock over fingerprint and I often use my camera (thank God we have gcam to replace stock camera) and it was a pain to have to reboot to get either gcam or face unlock.
It's working for me on OB3 with arnova Cam and other version of gcam.
Good to see it's working for you
I'll try to write a script to run without needs of Tasker since not everyone using Tasker.
But I can't give you ETA.
???
aillez said:
Good to see it's working for you
I'll try to write a script to run without needs of Tasker since not everyone using Tasker.
But I can't give you ETA.
Click to expand...
Click to collapse
How about using Tasker App Factory to create an app of your profile which can be used by everyone.
aayushgala said:
How about using Tasker App Factory to create an app of your profile which can be used by everyone.
Click to expand...
Click to collapse
I try but error about parsing package. I think maybe cause by I need to add permission on package but I'm not sure what needs to be add.
aillez said:
Good to see it's working for you
I'll try to write a script to run without needs of Tasker since not everyone using Tasker.
But I can't give you ETA.
???
Click to expand...
Click to collapse
Quick update here.
I finally writing script and keep testing.
NOW SCRIPTS IS COMPLETED.
This will allow users who not using Tasker can using my mod.
Will record tutorial and share here soon :laugh:
aillez said:
Quick update here.
I finally writing script and keep testing.
NOW SCRIPTS IS COMPLETED.
This will allow users who not using Tasker can using my mod.
Will record tutorial and share here soon :laugh:
Click to expand...
Click to collapse
Thx a lot
aillez said:
Quick update here.
I finally writing script and keep testing.
NOW SCRIPTS IS COMPLETED.
This will allow users who not using Tasker can using my mod.
Will record tutorial and share here soon :laugh:
Click to expand...
Click to collapse
thank you so much bro..

[ROM] Samsung Galaxy J8 Debloated+Rooted Stock Rom v7.1 - J810F/G/M/Y/GF - j8y18lte

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
YOU ARE THE SOLE RESPONSINLE FOR WHAT HAPPENS TO YOUR DEVICE. PROCEED WITH CAUTION!​
Hi all! I should have posted this years ago but anyways... This rom is made due to the fact that there is no bug-free rom for Galaxy J8, not even any development going on. So, I decided to de-bloat the latest stock firmware, polish it a bit, configure some settings and fix some of the issues.
Twrp and Root Guide: https://forum.xda-developers.com/t/...d-flash-twrp-j810f-g-m-y-gf-j8y18lte.4479201/
WORKING
Everything that works on stock rom, including VOLTE.​
NOT WORKING
Nothing.
CHANGELOG
Read the "!!! READ ME FIRST !!!" text inside the Google Drive folder.
BLOATWARE LIST
Read the "More Info About Bloatwares" pdf file inside the Google Drive folder.
INSTRUCTIONS​HOW TO MAKE A CLEAN INSTALLATION (WARNING! YOU WILL LOSE ALL YOUR DATA INCLUDING INTERNAL STORAGE -pictures, songs, downloads, files, apps etc.-)
1. Install/Update TWRP (use v3.5.0) (big thanks go to goldfish07)
2. Create backup, INCLUDING VENDOR (everything you need - including your files in internal storage - use an external storage if possible)
3. Reboot into TWRP. Navigate to Wipe/Format Data type yes and apply it. Then, go to Wipe-Advanced Wipe, select ONLY these "Dalvik/Art Cache - System - Vendor - Data - Cache" and format them.
4. Copy "J8_De-Bloated_Stock_Rom_v7.1.zip" to your internal or external storage and flash it.
5. Reboot and enjoy! (it might say "NO OS INSTALLED", it is normal when you format system from advanced wipe and then install the zip, just swipe and system will start) (first boot may take a couple of minutes, please be patient, YOU WILL ONLY SEE THE "SAMSUNG LOGO", NOT the animation and it is NORMAL)
HOW TO MAKE A DIRTY INSTALLATION (ONLY IF YOU ARE COMING FROM ANOTHER VERSION OF DEBLOATED ROM) (YOU WILL NOT LOSE ANY DATA)
1. Open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android.
2. Go inside the "data" folder and delete the 3 folders (adb, app, system). Do not delete the "local" folder.
3. Copy the "J8_De-Bloated_Stock_Rom_v7.1.zip" to your phone.
4. Reboot into TWRP.
5. Flash the "J8_De-Bloated_Stock_Rom_v7.1.zip".
6. When installation completes, select "Wipe cache/dalvik" and swipe.
7. Reboot and enjoy!
Contributors
goldfish07 (Ayush Bisht) for anykernel and TWRP
Kernel Source (thanks to goldfish07 (Ayush Bisht))
GitHub - goldfish07/android_kernel_samsung_j8y18lte: base: LA.UM.8.6.r1-04700-89xx.0
base: LA.UM.8.6.r1-04700-89xx.0. Contribute to goldfish07/android_kernel_samsung_j8y18lte development by creating an account on GitHub.
github.com
ROM INFO:
Security Patch Level2021-12-01OS VersionAndroid 10PDAJ810FJXU6CVA1
Download: https://tinyurl.com/J8-Debloated-Rom
Reserved
New Update v7.1!
Read the "!!! READ ME FIRST !!!" text inside the Google Drive folder for changelog details.
BNFCTR said:
New Update v7.1!
Read the "!!! READ ME FIRST !!!" text inside the Google Drive folder for changelog details.
Click to expand...
Click to collapse
Hi, thank you firstly.
I installed this rom everythink is ok but no internet connection.
Any solution?
sinanlenfom said:
Hi, thank you firstly.
I installed this rom everythink is ok but no internet connection.
Any solution?
Click to expand...
Click to collapse
Please follow the clean installation steps carefully.
Hi bro thank you so much this rom work perfectly everything work thanks a lot
Download link (https://tinyurl.com/J8-Debloated-Rom) is not working ((
Who can share it?
there is a way to make a ROM to make the touch work, I have a j810m and the touch stopped after updating to Android 10 binary 3 version, I had changed the display and I didn't know I couldn't update
Cheat said:
Download link (https://tinyurl.com/J8-Debloated-Rom) is not working ((
Who can share it?
Click to expand...
Click to collapse
The link is working. Please try using another browser or use vpn.
jabsjrm said:
there is a way to make a ROM to make the touch work, I have a j810m and the touch stopped after updating to Android 10 binary 3 version, I had changed the display and I didn't know I couldn't update
Click to expand...
Click to collapse
While system update check, it also verifies your display originality. If you change your display on untouched stock rom, it will be permanently disabled unfortunately. You should have upgraded to debloated rom or disabled system update apps so that you could keep using changed display. There is no luck fortunately. (you cannot downgrade to Android 9 to solve the issue because bootloader does not allow that)
This and the "More info about bloatwares" is great, thanks for all your efforts. The device is finally usable without stutter even when scrolling.
But there is a small thing -> I think you should remove default magisk so that it can be installed with app and be able to update.
erfto said:
This and the "More info about bloatwares" is great, thanks for all your efforts. The device is finally usable without stutter even when scrolling.
But there is a small thing -> I think you should remove default magisk so that it can be installed with app and be able to update.
Click to expand...
Click to collapse
You're welcome. I configured some of the Magisk settings so that you do not need to do anything so as to be able to successfully pass SafetyNet. Additionally, If I remove default installation of Magisk as an app, stub app will give you error while downloading the app unfortunately. Lastly, Magisk v24.3 is the latest working version for J8. Magisk v25.x versions will bootloop the device. Therefore, do not attempt to update Magisk. Considering these issues, I decided to include Magisk and its configurations. If you still want to remove it, open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android. Go inside the "data" folder and delete the 2 folders (adb, app). Then flash the .zip.
BNFCTR said:
You're welcome. I configured some of the Magisk settings so that you do not need to do anything so as to be able to successfully pass SafetyNet. Additionally, If I remove default installation of Magisk as an app, stub app will give you error while downloading the app unfortunately. Lastly, Magisk v24.3 is the latest working version for J8. Magisk v25.x versions will bootloop the device. Therefore, do not attempt to update Magisk. Considering these issues, I decided to include Magisk and its configurations. If you still want to remove it, open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android. Go inside the "data" folder and delete the 2 folders (adb, app). Then flash the .zip.
Click to expand...
Click to collapse
I'm not knowledgable about this but i get it now, thanks for informing !
where i can get non root (magisk) boot.img
i want to uninstall magisk from this rom.
thank you so much dev
X - root said:
where i can get non root (magisk) boot.img
i want to uninstall magisk from this rom.
thank you so much dev
Click to expand...
Click to collapse
just do what was posted above?
BNFCTR said:
... SNIP ... If you still want to remove it, open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android. Go inside the "data" folder and delete the 2 folders (adb, app). Then flash the .zip.
Click to expand...
Click to collapse
Where are people getting TWRP from? I can't see it listed for the J8 on their website: https://twrp.me/Devices/Samsung/
There's an unofficial one here:
[RECOVERY] TWRP 3.6.x.x for Samsung Galaxy J810G/GF/F/M/Y j8y18lte
TWRP 3.6.x.x for Samsung Galaxy J8 Note: I AM NOT RESPONSIBLE OF ANY DAMAGE WILL HAPPEN AFTER YOU FLASH THIS TWRP , ALWAYS DO BACKUP FIRST DOWNLOAD MODE 1. power off your Samsung J8/On8 2. press & hold both vol+ & vol- keys and insert USB driver...
forum.xda-developers.com
Bro i need galaxy theme is there any solution ?
X - root said:
where i can get non root (magisk) boot.img
i want to uninstall magisk from this rom.
thank you so much dev
Click to expand...
Click to collapse
You can uninstall it from Magisk homepage "Uninstall Magisk". The system may not boot without Magisk. Keep this in mind.
Canyoning.cat said:
Where are people getting TWRP from? I can't see it listed for the J8 on their website: https://twrp.me/Devices/Samsung/
There's an unofficial one here:
[RECOVERY] TWRP 3.6.x.x for Samsung Galaxy J810G/GF/F/M/Y j8y18lte
TWRP 3.6.x.x for Samsung Galaxy J8 Note: I AM NOT RESPONSIBLE OF ANY DAMAGE WILL HAPPEN AFTER YOU FLASH THIS TWRP , ALWAYS DO BACKUP FIRST DOWNLOAD MODE 1. power off your Samsung J8/On8 2. press & hold both vol+ & vol- keys and insert USB driver...
forum.xda-developers.com
Click to expand...
Click to collapse
Here: https://forum.xda-developers.com/t/...d-flash-twrp-j810f-g-m-y-gf-j8y18lte.4479201/
Kevin Ackerman said:
Bro i need galaxy theme is there any solution ?
Click to expand...
Click to collapse
Download the necessary apps from "Deleted Apps" folder inside the Google Drive folder and copy them to corresponding folder and reboot.

Categories

Resources