[GUIDE][XXAMG1][4.12] Root for Galaxy S III Mini I8190 - Galaxy S III Mini Android Development

Hi Evryone.
Until somebody will release CWM Recovery or root for this device, I managed to create a pre-rooted firmware.
This firmware base on the last build for I8190, is a full firmware exactly like the original, except the root.
after flash you will see the SuperSU app in the app drawer.
flashing this firmware do not doing wipe data. you will not lose anything.
also, this flash not increase your download binary count.
This file will work on any firmware/baseband.
Caution!
This is only to the I8190, not I8190T or I8190N
base on - XXAMG1.
PDA - I8190XXAMG1
PHONE- I8190XXAMG1
CSC- I8190OXXAMG1
Android version: Jelly Bean 4.12
{
"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"
}
Download
https://mega.co.nz/#!50BD3RTJ!frjDD3hIV1GoaMpyHeWWITRm3HFymU8h6H_3JwAH5kM
Installation instructions
Download the zip file above and extract to some folder, you should receive a tar file. (Extract by double click on the 7z exe file)
Open odin 3 (attached) and put the tar file in pda.
Put the divece into download mode. (vol down + home + power button, and then click on vol up)
Connect phone to usb and wait for odin detect the device.
Click start.
p.s.
For some reason in some models it's impossible in this device to boot into recovery mode (by combination of buttons).
If you want to do wipe data doing it from the settings menu (factory reset) or if you have a boot loop problem, flash the attached file WIPE_I8190.zip (the tar file inside zip) via odin in pda, it will do wipe data automaticly.
Who happened to him soft brick as result of wrong flash (for example cf-root of I9300) and the phone stuck on boot, first flash root file and after this flash param_i8190.tar (attached). it will fix it.
Enjoy
If you want to thank me for this work, you can do this by donating..
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Previous versions:
XXALL2.
PDA - I8190XXALL2
PHONE- I8190XXALL2
CSC- I8190OXXALL1
Android version: 4.11
https://sourceforge.net/projects/av...90OXXALL1_HOME_rooted_by_avicohh.zip/download
XXALK6.
PDA - I8190XXALK6
PHONE- I8190XXALK6
CSC- I8190XEFALK1
Android version: 4.11
https://sourceforge.net/projects/av...90XEFALK1_HOME_rooted_by_avicohh.zip/download
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

I love u. Thx master. . Plz share how / what u did.. ill try build a kernel/recovery. And have asked for help also to kousch and amonraa
Regards
Marsdroid / Brokenworm
http://Marsdroid.6te.net
Sent from my GT-I8190 using XDA Premium App

Ok, so... where's the firmware ??

brokenworm said:
I love u. Thx master. . Plz share how / what u did.. ill build a kernel/recovery.
Regards
Marsdroid / Brokenworm
http://Marsdroid.6te.net
Sent from my GT-I8190 using XDA Premium App
Click to expand...
Click to collapse
I did not make any change in the kernel or recovery, just decompile system img, adding root files with the right permissions and recompile again.
dacc said:
Ok, so... where's the firmware ??
Click to expand...
Click to collapse
press on download button in the nain post, it's a link.
or here
https://sourceforge.net/projects/av...90XEFALK1_HOME_rooted_by_avicohh.zip/download

Great work
Great work! Thanks a lot.

Sounds easy.. not like htc's hash checks..
A open loader "samsung". .. anyways its working...and iv removed all the bloatware.. and adds.. finally. Thx again
If u use windows to decomplile the tar/md5 file what app did u use for that ? Could also like to know what to compile it with again.. if u like to share .. becoes its working. . ??? Thx
Ill request this thread stiky to a mod.
Sent from my GT-I8190 using XDA Premium App

Thanks !!!

you need to extract the content of tar/md5 and decompile/recompile system.img.
There is no way to recompile this .img format in windows, just decompile if you want.
if you want to recompile you have to use linux.
i'm using this tool.
http://forum.xda-developers.com/showthread.php?t=1081239
the commands in this thred fit to Galaxy S2 only. for Galaxy S3 mini use this commands instead.
To unpack the .img file:
Code:
./simg2img system.img output.img
To view and edit the contents of .img file:
Code:
mkdir tempdir; mount -o loop output.img tempdir
To repack .img file:
Code:
./mkuserimg.sh -s /tempdir ./system_custom.img ext4 ./temp 1170M
after recompile you rename the new file to system.img and make tar from him and other files in the original firmware.

Thread stuck

Wow, thanks! Hats off to you, good sir!
Any chance of doing this for other firmwares? Or does it not matter what is currently installed on my phone?
At the moment, I have:
PDA: I8190XXALJL
CSC: I8190CNXALJ4
PHONE: I8190CNXALJ4
My Baseband and Build number fields (in the About device screen) also reflect the info above, of course.
The original firmware can be downloaded from here.
Oh, and one more thing - installing a firmware such as yours won't add to the Samsung triangle thing because no custom recovery is installed, right?

what you have installed now it's the first firmware for s3 mini, XXALK6 is newer version.
flashing this firmware won't add to the Samsung triangle because it is exactly like the original firmware, and no changes nade in kernal or recovery.
flash it and your phone will be more updated.

sholimar said:
Wow, thanks! Hats off to you, good sir!
Any chance of doing this for other firmwares? Or does it not matter what is currently installed on my phone?
At the moment, I have:
PDA: I8190XXALJL
CSC: I8190CNXALJ4
PHONE: I8190CNXALJ4
My Baseband and Build number fields (in the About device screen) also reflect the info above, of course.
The original firmware can be downloaded from here.
Oh, and one more thing - installing a firmware such as yours won't add to the Samsung triangle thing because no custom recovery is installed, right?
Click to expand...
Click to collapse
No triangle here
Sent from my GT-I8190 using XDA Premium App

Thanks for the reply, guys!
I was asking about the name of the firmware because it was reflected in the baseband's name, and I've become paranoid about baseband changes because of my last Android phone.
Downloading now, can hardly wait!
Later Edit: Yes, it worked perfectly! Thanks again!

enjoy

is it possible to get a wipe version? i have a boot loop

Just flashed, and working great. Thanks a lot!

nixonik said:
Thanks !!!
Click to expand...
Click to collapse
There's a button for that, you know?
No offense, but if more people did that the thread would be bloated up

Thanks avicohh,
The root process is working as described. I had a small problem when, after the reboot, my phone shown 0Mb free on the external SD card. I had to format my external SD card to get it right.

Botoxx said:
is it possible to get a wipe version? i have a boot loop
Click to expand...
Click to collapse
Basicly you shold do wipe data from the recovery.
for some reason it's impossible (for me at least) to boot into recovery mode, i tried all possible combinations.
anyway i made for you a tar file that does wipe data (without flash again full firmware), flash the attached file via odin.
the phone will reboot automaticly after flash to recovery and do wipe data.
goodmamba said:
Thanks avicohh,
The root process is working as described. I had a small problem when, after the reboot, my phone shown 0Mb free on the external SD card. I had to format my external SD card to get it right.
Click to expand...
Click to collapse
There is someone else here who has the same problem? maybe something wrong with yor phone/sdcard.
I do not have that problem.
Try to wipe data, maybe it will fix it.

avicohh said:
flashing this firmware do not doing wipe data. you will not lose anything.
Click to expand...
Click to collapse
Can we do a wipe data by flashing this rom because I can not enter in recovery mode or do a factory reset ?

Related

[RECOVERY][XP] TWRP 2.7.0.0 touch recovery [2014-03-21]

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
{
"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"
}
Introduction:
Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's a fully touch driven user interface , no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage
Portal Link: http://www.xda-developers.com/android/twrp-recovery-now-available-for-the-xperia-u-p-go-and-sola/​
Click to expand...
Click to collapse
Installation:
since our device developers are constantly trying to fix bugs, they are always changing something in init.*.rc files for testing. For this reason I can't post a regular boot.img file because it won't work. For now, I've created a script that will take all init.*.rc files from current rom's boot.img and then compile new boot.img with TWRP inside it.
Note : For Rooted & Unlocked Bootloader Only
Note : For 4.4 ROM (should work on older version of android upto 4.1). I don't own XP. So please provide feedback
1) Download the latest zip file.
2) Extract it in a folder and place your current rom's boot.img inside that folder. (it must be named boot.img)
3) Connect your phone with PC. (adb must be working)
4) Open your command line and cd to that folder
5) For linux users, type
Code:
chmod 755 run_me.sh
./run_me.sh
For windows users, type
Code:
run_me.bat
new boot.img file will be created in the current directory named new_boot.img. Power off your phone and flash the boot image.
Code:
fastboot flash boot new_boot.img
Theming:
Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers
To ROM makers
if you include it in your ROM, please give proper credits cause I've spent almost a month trying to port this.Thanks.
Download
recovery_install_XP.zip - 6.43 MB
Source
TWRP source -> https://github.com/omnirom/android_bootable_recovery
Credits
all teamwin members, especially @Dees_Troy for giving me constant advice
@munjeni for his support and answering all my questions
@percy_g2 for providing gyroscope fix in touch
Changelog 21/03/2014
booted
full touch working
adb working
usb mass storage working
fixed show battery capacity & charging status (+ icon next to percentage)
reboot to bootloader/recovery working (from twrp menu)
reboot to bootloader/recovery working (from rom)
battery led to indicate battery status
brightness slider working (under settings=>screen in twrp)
F.A.Q
1) Are CWM backups compatible with TWRP ?
Ans: CWM backups are not compatible - please make a fresh backup in TWRP as soon as you have flashed it.
edit: kernel not supported, stock rom, anyway thanks bro, good job!
miui
MIUI 5 (4.2.2) works +++
Confirmed working on SlimKat 4.4.2 by @DroidModderXtreme. Really good job man!
Sent from my Xperia P using XDA Premium 4 mobile app
kosmos-2011 said:
MIUI 5 (4.2.2) works +++
Click to expand...
Click to collapse
kopter36 said:
Confirmed working on SlimKat 4.4.2 by @DroidModderXtreme. Really good job man!
Sent from my Xperia P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Pls confirm if everything is working according to changelog. Thanks
Well, noob Coder Here's It
booted
full touch working
adb : I dont know how to check
usb mass storage: working super fine
battery percentage is showing... as it is showing in my phone 14%+(guess thatz it)
reboot to bootloader/recovery working (from twrp menu) = working well
reboot to bootloader/recovery working (from rom) =working
battery led to indicate battery status=working
brightness slider working well
Buddy, itz cool to see someone from my country helping here. Thnx for your effort.
MIUI 4.2.2
booted yes
full touch working yes
adb working ? yes
usb mass storage working ? yes
fixed show battery capacity & charging status (+ icon next to percentage) yes
reboot to bootloader/recovery working (from twrp menu) ? yes
reboot to bootloader/recovery working (from rom) ?
battery led to indicate battery status ? yes
brightness slider working (under settings=>screen in twrp) ? yes
Who can make zip for recovery for CM11?
Sent from my Xperia P using xda premium
Xperia_Fans said:
edit: kernel not supported, stock rom, anyway thanks bro, good job!
Click to expand...
Click to collapse
you're on locked BL ? If not, it should work. Did you try it?
kaziupal said:
Buddy, itz cool to see someone from my country helping here. Thnx for your effort.
Click to expand...
Click to collapse
anytime
after flashing this kernel root doesnt seem to be working on miui 4.2.2
work parfectly in stock rom based ( dark) with nemsis v6.3 as original karnel
i thinks that is better than cmw
thanks a lot
Using it on latest carbon but fix permission failed will provide logcat later
Sent from my Xperia P using Tapatalk
ibudanov said:
Who can make zip for recovery for CM11?
Sent from my Xperia P using xda premium
Click to expand...
Click to collapse
Not sure it's possible, since the boot.img is compiled a script that runs on the device.
I suppose it would be possible to do it by running the script on an XP with CM11 installed then using the compiled boot.img to create a flashable ZIP.
I'm going to try do this once I get to my computer.
Are you using Percy's CM11?
not working
i have an XP with the stock rom .100, the stock kernel and Unlocked Bootloader. I followed the instructions but it failed.
here's a screenshot of cmd and if you see something wrong in it tell me plz.
Thanks for your great work !!
big-A said:
i have an XP with the stock rom .100, the stock kernel and Unlocked Bootloader. I followed the instructions but it failed.
here's a screenshot of cmd and if you see something wrong in it tell me plz.
Thanks for your great work !!
Click to expand...
Click to collapse
check your folder, you must have a new file: "new_boot.img" and after fastboot it via flashtool
no
dastane said:
check your folder, you must have a new file: "new_boot.img" and after fastboot it via flashtool
Click to expand...
Click to collapse
there's no new_boot.img in the folder it's clear in the cmd screenshot that the process failed...
did you copied your curent karnel file in this folder and rename it into " boot.img" as its said in the OP??
djkk16 said:
after flashing this kernel root doesnt seem to be working on miui 4.2.2
Click to expand...
Click to collapse
+1
no root acces
now i'm using Liquid smooth based 4.4.2
the probleme is from the original karnel not from this recovry; waiting for karnel fix and i will re flash twrp

[RECOVERY] [SM-G313HN] CWM-Based Recovery 6.0.5.1 for Galaxy Trend 2

Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Downloads:
* Odin-package
* Raw image
* Flashable zip
Installation (Odin):
* Download the CWM Odin package.
* Open Odin:
{
"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"
}
* Switch your phone off and boot it into Download-mode by pressing <Vol Down>+<Home>+<Power>.
You should see the warning screen:
* Press <Vol Up> to continue and you should see this screen:
* Plug in your USB-cable to your phone. It should be detected by odin:
* Select the CWM file to the AP option:
* Make sure that Auto Reboot and F.Reset Time are selected and Re-Partition is NOT selected.
* Press Start to flash:
* If everything goes as planned, your phone should reboot to recovery and it should say "PASS!":
Installation (Existing custom recovery):
* Download the .zip file and copy it to your SD-card
* Reboot your phone to recovery
* Flash the .zip
Installation (Rooted phone)
* Download the raw image to the root of your SD-card.
* Open command prompt/terminal and type "adb shell" (or use a terminal emulator on your phone)
* Type in these commands: (Note: these commands are case sensitive)
Code:
su
dd if=/storage/extSdCard/recovery.img of=/dev/block/platform/sdhci.1/by-name/RECOVERY
reboot recovery
Screenshot:
Changelog:
Code:
21/December/2015:
* Added an empty cache image to the Odin-package that could fix some failed flashes.
I have never had a failed flash, so I can't confirm.
Also erasing the cache is recommended anyway when flashing a new recovery, so this will take care of that too.
29/August/2015:
* Fixed ADB access.
* Fixed a typo.
29/December/2014:
* Initial release
Bugs:
If you find any bugs, please report them to this thread.
Sources:
* Device tree
* Kernel
Works like a charm!
1 - flashed as PA with Odin 3.09, it reboots.
2 - reboot to recovery again, CWM's one this time, flashed superuser.zip (by Koush/CWM), reboot to system. Root granted! YEAH!
adeii said:
Works like a charm!
1 - flashed as PA with Odin 3.09, it reboots.
2 - reboot to recovery again, CWM's one this time, flashed superuser.zip (by Koush/CWM), reboot to system. Root granted! YEAH!
Click to expand...
Click to collapse
This version works w G313F ? what i need to try ? no brick danger?
jsusduran said:
This version works w G313F ? what i need to try ? no brick danger?
Click to expand...
Click to collapse
I don't think so. It not the same model. Can you send me official recovery.img for G313F to compare with G313HN for differences?
adeii said:
I don't think so. It not the same model. Can you send me official recovery.img for G313F to compare with G313HN for differences?
Click to expand...
Click to collapse
Hi, thanks for the input, I try the samsung ace 4 sm-g313f and did not work. You can help me for this model sm-g313f ..? Thank you.
caceloja said:
Hi, thanks for the input, I try the samsung ace 4 sm-g313f and did not work. You can help me for this model sm-g313f ..? Thank you.
Click to expand...
Click to collapse
I had just found this video. Try file from discription of video....
Tell me more about SM-G313F, which version of ROM it is or language region? Cause there are 2 sources for your model!
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-g313f
adeii said:
I don't think so. It not the same model. Can you send me official recovery.img for G313F to compare with G313HN for differences?
Click to expand...
Click to collapse
how can i get the recovery in this model?
adeii said:
I had just found this video. Try file from discription of video....
Tell me more about SM-G313F, which version of ROM it is or language region? Cause there are 2 sources for your model!
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-g313f
Click to expand...
Click to collapse
my G313F version G313FXXU0ANG5 - Digitel (Venezuela)
please, help me ty
jsusduran said:
my G313F version G313FXXU0ANG5 - Digitel (Venezuela)
Click to expand...
Click to collapse
There is fresh new firmware for your model and country!
2015-05-21 Venezuela 4.4.2 G313FXXU0AOD1
from http://www.sammobile.com/firmwares/database/SM-G313F/
I can send you only stock recovery for now to flash it with Odin. Compiling new ROM/recovery asks for too much time and HD free space...
Try this: http://www26.zippyshare.com/v/5skEnZli/file.html
new stock recovery for SM-G313F and repacked ClockWorkMod recovery for SM-G313HN with SM-G313F kernel.
MAYBE it works for you, but use it at your own risk.
I'm not responsible for any damage to your device. If it does not work, reflash it with stock recovery.
Installation:
1. Download the RAR-file.
2. Unpack it.
3. Power off your phone and boot it to Download-mode by pressing Vol. down + Home + Power.
4a. Flash the CWM-recovery-G313F.tar.md5 with Odin. Use PDA/AP. Make sure that Auto Reboot and F. Reset Time are checked. Leave everything else unchecked.
4b. Flash stock-recovery-G313F.tar.md5 with Odin. Use PDA/AP. Make sure that Auto Reboot and F. Reset Time are checked. Leave everything else unchecked, if CWm not works for you.
Hi i tried the intallation metod with Odin but i got stuck at recovery.img and nothing happen on the phone.
my model is g313hn so i don't know what i can do to overcome this problem. please help me
my phone is stock and not rooted (i can't find a way to root it)
sciumba said:
Hi i tried the intallation metod with Odin but i got stuck at recovery.img and nothing happen on the phone.
my model is g313hn so i don't know what i can do to overcome this problem. please help me
my phone is stock and not rooted (i can't find a way to root it)
Click to expand...
Click to collapse
Do you get any errors when flashing? And do you have "Auto reboot" and "F. Reset Time" checked?
Nikiz said:
Do you get any errors when flashing? And do you have "Auto reboot" and "F. Reset Time" checked?
Click to expand...
Click to collapse
No i don't get any error, Odin (version 3.09) get stuck al recovery.img and nothing happens
Yes i have auto reboot and f. Reset time checked only
I updated the Odin-package so that it has an empty cache image. That should help with some failed/stuck recovery flashes. I never had this issue, so I can't confirm it fixes that. Also emptying the cache is recommended anyway, so this will take care of that too. Also added a detailed/noob proof Odin-flash instructions with pictures.
Will the Odin method require root on samsung galaxy trend 2?
StrangeTester said:
Will the Odin method require root on samsung galaxy trend 2?
Click to expand...
Click to collapse
Nope.
Can you do twrp recovery for trend 2? Twrp is so much better, its easier to use, works more often and it gives More information IF something goes wrong
Hello!
I'm using google translator.
I have a SAMSUNG GALAXY ACE 4 LTE (SM-G313F) DIGITEL VENEZUELA.
One day restart the phone and stays in the SAMSUNG logo. I installed again ROM using the Odin and nothing.
I can not enter the RECOVERY pressing the HOME, VOL UP, POWER keys.
Who helps me. What can I do.?
Does it supports sm g313hu?
LAXUSRS said:
Hello!
I'm using google translator.
I have a SAMSUNG GALAXY ACE 4 LTE (SM-G313F) DIGITEL VENEZUELA.
One day restart the phone and stays in the SAMSUNG logo. I installed again ROM using the Odin and nothing.
I can not enter the RECOVERY pressing the HOME, VOL UP, POWER keys.
Who helps me. What can I do.?
Click to expand...
Click to collapse
Hola amigo pudiste resolver el problema te pudo arrancar el equipo?
---------- Post added at 07:17 PM ---------- Previous post was at 07:15 PM ----------
jsusduran said:
how can i get the recovery in this model?
my G313F version G313FXXU0ANG5 - Digitel (Venezuela)
please, help me ty
Click to expand...
Click to collapse
probaste si el recovery te funciono en ese equipo amigo?

[Deodex][SM-A300] Deodex Thread for Samsung Galaxy A3

[GOTO : Deodex Thread | TWRP Thread]
This is deodex thread for our devices. Why you need to make deodex to your rom?
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this Deodex
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
What you can do with deodex:
Install Unofficial Xposed at Touchwiz
Install UI mods by ivan-68 (will make a thread later)
Free some /system space for you own mods
What you CAN'T do:
Fire a laser from you A3 camera
Make a flash that give amnesia to peoples(like in a MIB)
All deodexes must be flashed using custom recovery(you can get it at this thread)
All deodexes by ivan-68
I'm not the guy who developed this one, but if you have a questions you can ask in this thread
Developer at XDA, at 4PDA
Warning! First-afterflash-boot will be much longer then all next boots so be patient
---Download section here---​
Ok, first of all I learn you how to download from mail.ru
You just need to press this key:
{
"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"
}
[Deodex for SM-A300F]
Android 5.0.2
Download
[Deodex for SM-A300H]
Android 5.0.2
There are two versions of deodex:
Standart deodex - deodex of sm-a300h rom version, you can't install mods by ivan-68 on this version, there are some framework-res issues, but you still can install and success use xposed
Advanced version - deodex of sm-a300f rom adapted to H vesion, you can install mods and xposed on this version and be sure that all works
1. Standart deodex(you can't install mods at this one, only Xposed)
2. Advanced deodex(you will able to install mods)
[Deodex for SM-A300FU]
Android 5.0.2
Download
---Installation section here---​1. Reboot into recovery
1.1 MAKE A NANDROID BACKUP
2. Install zip
3. Reboot
4. Go make some tea(first boot will 5-8 minutes)
5. Done!
Thank you sir!!! For making mods for our A3 brothers.
I will try the deodoxed ROM for A300F and will report on how it goes.
Sorry, I have a question before flashing the zip. Do I have to do a data, cache, and dalvik cache wipe before flashing the deodexed ROM zip?
Do I have to do a data, cache, and dalvik cache wipe before flashing the deodexed ROM zip?
Click to expand...
Click to collapse
No
All that is needed is already written in the installer
@Intel777chanel @ivan-68
I flashed Deodexed_A300F_5.0.2.zip on my A300F running stockrom 5.0.2 using TWRP without problem but when phone boots up I, there are a lot of Google Play services Force Closing so rapidly I couldn't use my phone. Example: "Unfortunately, Google Play services has stopped.".
How can I fix this error???
How can I fix this error???
Click to expand...
Click to collapse
install it through after Deodex: Replace_Gapps.zip
ivan-68 said:
install it through after Deodex: Replace_Gapps.zip
Click to expand...
Click to collapse
Thank you, i will report back when i habe the time ?
Some People make nandroid backup of all 6 partition for 300-fu and put on this forum for me? I don't have PC and i don't make start. I'm make bootloop for flash this.
Hi there, I just flashed this deodex version from here but I'm stuck for a while now (a lot more than 8 minutes !) on the Samsung Galaxy A3 boot logo...
What should I do ? Try to get back to TWRP (if I still got it...) to restore my old original Samsung ROM ?
Thanks for your advices !
Edit : Well... this one was tricky. If someone is in the same case once : stuck on Samsung boot logo, trying to cut off power via Power+Home buttons not responding... I succeeded to enter download mode, then flashed again auto root by Chainfire then flash TWRP and ASAP enter recovery mode. Had to do it two or three time because it tried to enter in normal mode (and then bootloop). Then I restored my backup from TWRP.
I don't know why your deox didn't work...
You must first upgrade on 5.0.2 from odin.
If anyone is flashing the zips from post 1 then you definately need to be on lollipop already or update with odin. If you update with odin and lose imei/unknown baseband, you may need to flash twice. Modem fails to install on first flash. As always, run odin as administrator.
mooon3 said:
Hi there, I just flashed this deodex version from here but I'm stuck for a while now (a lot more than 8 minutes !) on the Samsung Galaxy A3 boot logo...
What should I do ? Try to get back to TWRP (if I still got it...) to restore my old original Samsung ROM ?
Thanks for your advices !
Edit : Well... this one was tricky. If someone is in the same case once : stuck on Samsung boot logo, trying to cut off power via Power+Home buttons not responding... I succeeded to enter download mode, then flashed again auto root by Chainfire then flash TWRP and ASAP enter recovery mode. Had to do it two or three time because it tried to enter in normal mode (and then bootloop). Then I restored my backup from TWRP.
I don't know why your deox didn't work...
Click to expand...
Click to collapse
I had a similar adversity. At first I didn't know what to do as well when my phone's stuck in Samsung Galaxy A3 bootlogo(not to be confused with boot animation). Then I found out it was because I did a full wipe before flashing the Deodexed.zip. So in short, the solution to your problem is simply not do a wipe before flashing the Deodexed.zip. You must straight flash the Deodexed.zip without wiping anything(scripts are already written in the zip itself). That worked for me as the phone finally gets through the bootlogo. Hope this can solve your problem.
OMG! Guys, can you see "wipe system" in installation instruction? No? I'm too. It's just because no MUSTN'T do any wipes.
So, restore you nandroid backup and flash zip without wiping.
is there a deodex rom for sm-a500fu?
mjs87 said:
is there a deodex rom for sm-a500fu?
Click to expand...
Click to collapse
Actually is a A3 thread.
Sent from my SM-A300F using Tapatalk
It does not work with A3 sm-a300h lollipop
http://forum.xda-developers.com/galaxy-alpha/help/galaxy-a3-a5-a7-themes-apk-theme-store-t3131852
Medox Rsb said:
It does not work with A3 sm-a300h lollipop
http://forum.xda-developers.com/galaxy-alpha/help/galaxy-a3-a5-a7-themes-apk-theme-store-t3131852
Click to expand...
Click to collapse
Hey any possible to install lollipop on model sm a300m ? please
What about a300-fu
droidqwerty said:
What about a300-fu
Click to expand...
Click to collapse
First post, using the A3-FU version myself
Can't people read the main post? FU variant is included
ASHLEY117 said:
If anyone is flashing the zips from post 1 then you definately need to be on lollipop already or update with odin. If you update with odin and lose imei/unknown baseband, you may need to flash twice. Modem fails to install on first flash. As always, run odin as administrator.
Click to expand...
Click to collapse
Odin isn't working since I got windows 10. When I click AP or PDA, it says "not responding". I tried running as administrator, but no luck.

[RECOVERY] [ISOREC] [TWRP 3.0.2-1] [OFFICIAL] [26/04/2016]

{
"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"
}
Disclaimer​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Features​
Code:
. Completely new theme
. True Terminal Emulator
. Language translation
. Flashing of sparse images
. Adopted storage support for select devices
. Reworked graphics to bring us more up to date with AOSP
. SuperSU prompt will no longer display if a Marshmallow ROM is installed
. Update exfat, exfat fuse, dosfstools
. Update AOSP base to 6.0
. A huge laundry list of other minor fixes and tweaks
Installation instructions
Code:
[U]Flash via Recovery[/U]
. Download the TWRP zip file from the Downloads section
. Flash using CM/TWRP recovery
. Kernel must be IsoRec compatible
. What is IsoRec? Please visit [URL="http://forum.xda-developers.com/galaxy-s2/orig-development/isorec-isolated-recovery-galaxy-s2-t3291176"][U]here[/U][/URL]
Code:
[U]Flash via HeimdallSuite (Windows only)[/U]
. Download [URL="http://forum.xda-developers.com/attachment.php?attachmentid=3713767&d=1460278689"][U]HeimdallSuite[/U][/URL] & [URL="http://forum.xda-developers.com/attachment.php?attachmentid=3713769&d=1460278744"][U]Samsung USB Drivers[/U][/URL]
. Install Samsung USB Drivers
. Connect the phone in Download mode (Vol. Down + Home + Power)
. Go to Heimdall Suite/Drivers & open 'zadig' (Run in admin mode)
. Select 'List All Devices' under 'Options'
. Select 'Gadget Serial' & 'libusb0 (v1.2.5.0)' from the drop menu & scroll menu respectively
. Click on Install/Replace Driver
. Close 'zadig'
. Reboot again into Download mode
. Open 'heimdall-frontend'
. Select 'Utilities' tab & click on 'Detect' under 'Detect Device' option
. Make sure the 'Output' window says 'Device Detected'
. Scroll down to 'Download PIT' section & click on 'Save As...' under 'Destination File'
. Type any name under 'Name:' and select 'Save'. Do not give any filename extensions
. Click on 'Download'
. Reboot again into Download mode
. Select 'Flash' tab
. Load the downloaded pit under 'PIT'. Do not select 'Repartition' checkbox
. Click the 'Add' button under 'Partitions (Files)'
. Select 'RECOVERY' from the drop down menu in 'Partition Name' under 'Partition Details'. Make sure 'Partition ID' reads 7
. Download the latest TWRP image from the official website
. Load the img image under 'File'
. Now click on 'Start'
. The image will get flashed in '/dev/block/mmcblk0p6' partition under mountpoint '/recovery'
. Device will automatically restart when flashing is complete
Code:
[U]Update via Recovery[/U]
. Download latest TWRP image from the official website
. Boot into TWRP and from 'Install' select 'Install Image'
. Select the downloaded img image file
. Select 'Recovery' under the Partition selection menu
. Swipe to start the Flash
. Reboot again into recovery to use the new updated TWRP
Changelog​
Code:
[U]26/04/2016[/U]
. Updated TWRP sources
. Fixed labeling of storage
. Fixed fsck.f2fs generation
. Added USB OTG support
. Removed many depreciated flags(TWRP tree cleanup)
Bugs​
Code:
None
Downloads
#include <recovery.dl>​
Video Review
Join the TWRP Community for the latest updates
​
XDA:DevDB Information
TWRP, Tool/Utility for the i9100
Contributors
arnab, Dees_Troy, Lanchon
Source Code: https://github.com/TeamWin/android_device_samsung_i9100
Version Information
Status: Stable
Current Stable Version: 3.0.2-1
Stable Release Date: 2016-04-26
Created 2016-03-07
Last Updated 2016-04-27
Themes
TWRP Themes Folder
TWRP Themes by @G.M.L​
A huge thanks to @Lanchon who let me use his script.
:So the wait is over now...Thanks a lot for new TWRP
thanks @arnab
Skyline said:
:So the wait is over now...Thanks a lot for new TWRP
Click to expand...
Click to collapse
Plz use the disable isorec to clear the existing twrp recovery if coming frm a previous isorec recovery. After then install.
Sent from my MI 3W using XDA Free mobile app
arnab said:
Plz use the disable isorec to clear the existing twrp recovery if coming frm a previous isorec recovery. After then install.
Sent from my MI 3W using XDA Free mobile app
Click to expand...
Click to collapse
Why is this needed? I have just installed it over previous isorec recovery and all is fine.
arnab said:
Plz use the disable isorec to clear the existing twrp recovery if coming frm a previous isorec recovery. After then install.
Sent from my MI 3W using XDA Free mobile app
Click to expand...
Click to collapse
It also work for me without disabling isorec I am on Doorimanx B031 + cm12.1 by markox8. Is there any serious Problem with it?
Hi, @arnab! I got error 255 when i try format cache in f2fs. If i format manualy and try wipe cache, i got error too.
SaZoN said:
Hi, @arnab! I got error 255 when i try format cache in f2fs. If i format manualy and try wipe cache, i got error too.
Click to expand...
Click to collapse
I have this same issue...its not twrp fault.. Only the cache throws the the error... I think its bcoz if the external/f2fs-tools repo... Here the mkfs.f2fs gets compiled...i tried to use the cm repo but it wont even compile... I had to use the omni repo.
Soln:- Install cm... Go to cm recovery... Type adb shell on pc... Then format it frm there... Mkfs.f2fs /dev/block/mmcblk0p7....when u come back to twrp.. Frm settings just use rm-rf for the cache partition... I already forwarded this problem to twrp lead developers.
Sent from my MI 3W using XDA Free mobile app
So....
Does this new version have OTG support?
I get tired of having to break out the terminal in TWRP everytime i want to flash a ROM from my USB key with ROMs on
And if it doesnt, why, because CWM has had OTG out of the box forever
p.s. I may have a pathological hatred of TWRP
Don't know why , but it doesn't work for me , if I flash it then reboot I get stuck on samsung logo
Sent from my GT-I9100
Iam requesting this to every one...Plz plz plz if u find any problem...report it to the Bugs section.
Just to echo it here (as I used the bug-report for that) and as it might prevent some people from running into problems later:
@arnab
not a bug, but maybe you should also name the zip to reflect it is an IsoRec recovery (e.g. recovery-IsoRec-TWRP_i9100_3.0.0-0) ? Just to make sure there is no confusion about that.
beautiful
Thank you
works good and thanks for this update
@Troubadour666 Can you come up with some themes for our device resolution ???
Themes
Deleted
Deleted
Any one with theme experience, plz contact me in private. I don't know any RT here.

[RECOVERY][UNOFFICAL] TWRP 3.3.1-0 [8.1][SM-T595]

Closed Per OP Request
{
"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"
}
Code:
/* Disclaimer
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you blame me in any way for what happens to your device, I will laugh at you.
* BOOM! goes the dynamite
*/
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Downloads:
TWRP 3.3.x
Please Install Via Odin!
Disabling Force Encryption(Highly recommended)
This process involves wiping your data
- flash twrp on your current rom
- Click Wipe and then click format data(Wipes your /sdcard as well)
- Go to download mode and flash stock
- Make sure to to not let it boot and reboot to download mode again(Power + Vol Up + Vol Down + USB cable)
- Flash TWRP again and boot to recovery(Power + Vol Up + USB Cable)
- Flash RootFix (Optional, for magisk) - https://drive.google.com/file/d/19C9byrqlw_TGo-Nfm4Z-WcT6yB6sM2oP
- Flash DM-Verity and Force Encryption Disabler - https://zackptg5.com/android.php#disverfe
- Boot to stock
Flash Magisk if you want
PS: Only tested on T595XXU3ASC1
Bugs:
Encryption
MTP
Must Click "Disable MTP" to make ADB work
Brightness cannot be changed
you tell me
Device Sources:
Device Tree
Kernel Tree
XDA:DevDB Information
TWRP SM-T595, Tool/Utility for the Samsung Galaxy Tab A series
Contributors
rupanshji
Source Code: https://github.com/minimal-manifest-twrp
Version Information
Status: Alpha
Created 2019-08-06
Last Updated 2019-08-08
Reserved
Changelog
07-Aug-19
Code:
Fix Mouse Cursor Bug
Fix Flashing of files
Remove useless stuff
06-Aug-19
Code:
Initial Build
I will be working on building lineage very soon as well. However I don't have enough data to download 4-5 builds everyday.
All those willing to test or just discussing the development in general can join my telegram group - https://t.me/smt595
INTERESTING!!
At the moment Odin freezes while I try to load the recovery image. (Odin 3.13, ROM T595XXU3BSF3)
Supercoach1970 said:
INTERESTING!!
At the moment Odin freezes while I try to load the recovery image. (Odin 3.13, ROM T595XXU3BSF3)
Click to expand...
Click to collapse
oof my bad i uploaded the whole folder instead of a file
EDIT: Link fixed!
Great work Rupanshji!! It works on my SM-T595. THANKS!!!
Not so quick, it does not work on mine. When I flash twrp in odin it tells me that it is unverified package on tablet and odin says failed. Anyway, could anyone share a patched bootloader? I have the latest rom ...... June.
vq8acsxht said:
Not so quick, it does not work on mine. When I flash twrp in odin it tells me that it is unverified package on tablet and odin says failed. Anyway, could anyone share a patched bootloader? I have the latest rom ...... June.
Click to expand...
Click to collapse
Unlock your bootloader m8
rupanshji said:
Unlock your bootloader m8
Click to expand...
Click to collapse
No the bootloader was unlocked. I finally was able to flash twrp. You missed a step though:
0) Reflash all the OEM First before flashing TWRP
Just a heads up to anyone else....
If you get this message in red text:
"Only official released binaries are allowed to be flashed"
or this message in a blue screen of death:
"Security Error: This device has been flashed with unauthorized software & is locked. Call your mobile operator for additional support. Please note that repair/return for this issue may have additional cost."
Congradulations! You just tripped SAMSUNG'S SECURITY APE! You just won..... more flashing.... :silly:
Just reflash "ALL OF THE STOCK FIRMWARE." The BL + AP + CP + CSC to fix it and put the ape back into the cage.
Here is the command to push a file to the SD card with ADB:
adb push Disable_DM-Verity.zip /sdcard/Disable_DM-Verity.zip
Thanks rupanshji !!!! Hope you get encryption working soon and LOS.
If you could also make it compatible with the SM-T597, that would be nice
Hi rupanshji. Any news on lineage? I'm really impressed with the specs of the tablet and confused why there is almost zero efforts to get any custom roms ready for that device.
Just to let everyone know. LOS is still being worked on. His laptop is in repair so he has to get it back. If you have the 595 tablet PLEASE JOIN THE TELEGRAM GROUP so you know what is going on.
rupanshji
All those willing to test or just discussing the development in general can join my telegram group - https://t.me/smt595
Click to expand...
Click to collapse
dezzo77 said:
If you could also make it compatible with the SM-T597, that would be nice
Click to expand...
Click to collapse
I can confirm that it is working on SM-T597P with firmware T597PVPS2ASG3. I also went ahead and pulled the stock recovery and boot, as well as modified the RootFix for any device. You can find those files here Link. Thanks Dev for bringing this to light . I also didn't follow the install directions exactly so ill list the steps i took.
1. Flash TWRP with modded odin and reboot to download.
2. Flash Stock recovery and as soon as it reboots enter stock recovery.
3. Wipe Data/Factory Reset.
4. Reboot to Bootloader from Stock Recovery.
5. Flash TWRP again and after reboot enter TWRP.
6. Flash RootFix.
7. Flash DM-Verity and Force Encryption Disabler.
8. Reboot to system.
If anyone would like me to pull the stock recovery of their firmware for them i'm more than happy to.
Compatability with the sm-t590 would be greatly appreciated
Build number
T590XXU3BSG3
Added T590XXU3BSG3 stock boot and stock recovery Here
koobie777 said:
I can confirm that it is working on SM-T597P with firmware T597PVPS2ASG3. I also went ahead and pulled the stock recovery and boot, as well as modified the RootFix for any device. You can find those files here . Thanks Dev for bringing this to light . I also didn't follow the install directions exactly so ill list the steps i took.
If anyone would like me to pull the stock recovery of their firmware for them i'm more than happy to.
Click to expand...
Click to collapse
SM-T597P firmware t597pvpu2bsh7 Android 9 will work your loader?
alexpuz said:
SM-T597P firmware t597pvpu2bsh7 Android 9 will work your loader?
Click to expand...
Click to collapse
yeah for sure
Sent from my SM-G955U using Tapatalk
Sm-t595nzkadbt
Model: SM-T595NZKADBT
Basisbandversion: T595XXU4BSG3
Still no luck :/
With modded Odin from kobi and TWRP from the 1. Site.
Error: Only official...
dm.homelinux.com said:
Model: SM-T595NZKADBT
Basisbandversion: T595XXU4BSG3
Still no luck :/
With modded Odin from kobi and TWRP from the 1. Site.
Error: Only official...
Click to expand...
Click to collapse
try this workaround what i found for our tablet in KG State Prenormal
https://forum.xda-developers.com/showpost.php?p=80856871&postcount=772
koobie777 said:
I can confirm that it is working on SM-T597P with firmware T597PVPS2ASG3. I also went ahead and pulled the stock recovery and boot, as well as modified the RootFix for any device. You can find those files here Link. Thanks Dev for bringing this to light . I also didn't follow the install directions exactly so ill list the steps i took.
1. Flash TWRP with modded odin and reboot to download.
2. Flash Stock recovery and as soon as it reboots enter stock recovery.
3. Wipe Data/Factory Reset.
4. Reboot to Bootloader from Stock Recovery.
5. Flash TWRP again and after reboot enter TWRP.
6. Flash RootFix.
7. Flash DM-Verity and Force Encryption Disabler.
8. Reboot to system.
If anyone would like me to pull the stock recovery of their firmware for them i'm more than happy to.
Click to expand...
Click to collapse
can you make please the fix root for T595XXU4BSG3 please .. cause this one gives bootloop.
thanks in advance

Categories

Resources