[ROM][4.4.2][TW] 100% stock 4.4.2 kitkat P5210 [Deodexed+Rooted build also available] - Galaxy Tab 3 10.1 Android Development

This is a 100% stock flashable zip of the recently released 4.4.2 firmware for the P5210. As it is 100% stock, it is fully bloated, odexed, and non-rooted. If you wish to attain root you can do so by flashing superSU-2.02 zip from chainfire. As of right now, no other root method appears to be working, including towelroot.
Download link below.
A deodexed + rooted build is also available. The deodexed / rooted build also has unsecure boot, courtesy of @moonbutt74
NOTE: if you flash the deodexed version and have problems with root, flash UPDATE-SuperSU-v2.02.zip from here. I don't anticipate any root problems, but just in case, this will fix it.
100% stock: STOCK-4.4.2-P5210(fixed).zip
deodexed + rooted: STOCK-ROOTED-DEODEXED-4.4.2-P5210(fixed).zip
Anyone may feel free to use this as a base for their ROM. I only ask that you give me credit.

finally
Now how sweet is this? Will flash it asap... (nasty CWM backup takes forever)

Restl3ss said:
This is a 100% stock flashable zip of the recently released 4.4.2 firmware for the P5210. As it is 100% stock, it is fully bloated, odexed, and non-rooted. If you wish to attain root you can do so by flashing superSU-1.9.4 zip from chainfire. As of right now, no other root method appears to be working, including towelroot.
Download link below.
A deodexed + rooted build will be ready soon, I'm just trying to iron out the kinks with the deodex script (about 10 apks seem to be fighting me)
Download: 100% stock P5210 4.4.2
Click to expand...
Click to collapse
I flashed this on top of Pimpdroid, and now I can use google now launcher in stock rom. Let me just imagine for a second that I achieved something impossible. And this is super fast! In a word, I am very happy.

I have a little problem when i try to install the kitkat update from samsung i get this error at the screenshot
{
"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"
}
[/IMG]
and when i try to flash your stock kitkat in twrp i get this: this is for the device santos10wifi your device is santos103g
but i am 100% sure i have the p5210

damian312 said:
I have a little problem when i try to install the kitkat update from samsung i get this error at the screenshot
[/IMG]
and when i try to flash your stock kitkat in twrp i get this: this is for the device santos10wifi your device is santos103g
but i am 100% sure i have the p5210
Click to expand...
Click to collapse
have the same error!

Try flashing with philz recovery instead of twrp, i find it works a LOT better

Restl3ss said:
Try flashing with philz recovery instead of twrp, i find it works a LOT better
Click to expand...
Click to collapse
Ok which version do i need and how do i install it because i can not flash it through twrp?

Can you flash (odin ) back to 4.2.2 after flashing this?

damian312 said:
Ok which version do i need and how do i install it because i can not flash it through twrp?
Click to expand...
Click to collapse
get philz from this thread. once you have it up, wipe data, cache, dalvik cache, system, and boot. Flash zip (should install fine). reboot. enjoy.

firestorm942 said:
Can you flash (odin ) back to 4.2.2 after flashing this?
Click to expand...
Click to collapse
don't know, haven't tried. Probably can, this isn't like the galaxy S family of phones with e-fuses

Actually, wait. I seem to be having problems with philz. Getting stuck on splash screen, had to Odin. hmm

Restl3ss said:
Actually, wait. I seem to be having problems with philz. Getting stuck on splash screen, had to Odin. hmm
Click to expand...
Click to collapse
if i try to flash philz it keep saying my device is santos103g and not santos10wifi
i have 100% sure gt-p5210 it is on the back of the tablet

damian312 said:
if i try to flash philz it keep saying my device is santos103g and not santos10wifi
i have 100% sure gt-p5210 it is on the back of the tablet
Click to expand...
Click to collapse
That's an extremely weird glitch. Try odining back to 4.2.2 and start over. Maybe try a different region firmware

Happening to me to...

Can't wait for the rooted build! I wonder though, since it is based on the Canadian release, will it contain the same language pack as the European devices?

VIRGIN KLM said:
Can't wait for the rooted build! I wonder though, since it is based on the Canadian release, will it contain the same language pack as the European devices?
Click to expand...
Click to collapse
Rooted / deodexed build will be up in about 15 minutes, it's uploading right now and at about 84%
Took enough work, this thing did NOT want to be deodexed. Took about 6 hours.
edit: it's up. enjoy

damian312 said:
if i try to flash philz it keep saying my device is santos103g and not santos10wifi
i have 100% sure gt-p5210 it is on the back of the tablet
Click to expand...
Click to collapse
Restl3ss said:
That's an extremely weird glitch. Try odining back to 4.2.2 and start over. Maybe try a different region firmware
Click to expand...
Click to collapse
firestorm942 said:
Happening to me to...
Click to expand...
Click to collapse
Then there is a missmatch between your recovery device name and the device name in the zip. I think your recovery is made with device name santos103g. and that doesn't work with a recovery script that searches for santos10wifi. So manually change name in the update-script to search for santos103g and u are good or the maker of the recovery needs to make a fix Or u flashed a recovery that works, but for another device

Hazou said:
Then there is a missmatch between your recovery device name and the device name in the zip. I think your recovery is made with device name santos103g. and that doesn't work with a recovery script that searches for santos10wifi. So manually change name in the update-script to search for santos103g and u are good or the maker of the recovery needs to make a fix Or u flashed a recovery that works, but for another device
Click to expand...
Click to collapse
i don't have enough knowledge to fix that
would you fix the recovery if i upload it?

Same issue runing CAG-mans latest ROM
The "update-script" contains the following:
assert(getprop("ro.product.device") == "santos10wifi" || getprop("ro.build.product") == "santos10wifi" || abort("This package is for \"santos10wifi\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("");
ui_print("+++++++++++++++++++++");
ui_print(" TWRP v-2.7.1.0 ");
ui_print("+++++++++++++++++++++");
ui_print("Galaxy Tab 3 gt-p5210");
ui_print("+++++++++++++++++++++");
#
ui_print("Flashing");
ui_print("+++++++++++++++++++++");
#
#
package_extract_file("recovery.img", "/dev/block/mmcblk0p11");
#
ui_print("Done");
ui_print("+++++++++++++++++++++");
EDIT: Did a full stock reflash in odin, then flashed TWRP 2.7 (the oen misslabled 2.6.3.0) in Odin.
Still same error when flashing TWRP-v2710-gtP-5210.zip in recovery.
Same issiu when trying to flash the PhilzAdvCWM.6_55_0-gtP-5210.zip in recovery
EDIT: Found an old CWM 6.0.2.8 and flashed it in Odin, From there I was able to flash the PhilzAdvCWM.6_55_0-gtP-5210.zip and it booted fine and from there the TWRP was flashable to.
EDIT: And now stuck on Sammy logo

on recovery and vendor
hey all,
my instructions to install recovery are clear. again, you must dd write cwm as it is not a flashable zip.
AFTER you have done that then you can flash philz or twrp because they are flashable zips.
this is a re-worked system/vendor directory http://d-h.st/kSw
to address samsung's strange use of symlinks in vendor/lib
the rom hangs at boot because after copy/rebuild to a flashable zip the symlinks in vendor directory get broken
this is not a flashable zip.
instructions extract the contents and drop them into your rom.zip. you should all be familiar with the android
directory structure. when prompted to overwrite, do so.
m

Related

[ROM] [KTU84M] Pure Stock // Odex + Deodex // UNTOUCHED (Jun. 20, 2014)

{
"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"
}
​
This is Google's Official KRT16M Factory Image for the Nexus 5, without any mods included, zipaligned/signed, unrooted, untouched and ready to be flashed through any custom recovery. It will always come handy to you if you want to return back to stock from a custom rom, do a fresh and clean install or simply use it as a base to add your own mods. It is not rooted as some may don't want a rooted rom but can easily be done at any time by the end user. It comes in 2 versions, odexed and deodexed. This was cooked with dsixda's Android Kitchen.
Download KTU84P/Android 4.4.4 - Odex New!!!
http://www.mediafire.com/download/5e8m6403zj806kr/hammerhead_KTU84P_ODEX_itasoulas.zip
Download KTU84P/Android 4.4.4 - Deodex New!!!
http://www.mediafire.com/download/cfgxfavc1dq1c3t/hammerhead_KTU84P_DEODEX_itasoulas.zip
Relevant post:http://forum.xda-developers.com/showpost.php?p=53548698&postcount=130
-------------------------------------------------------
Download KTU84M/Android 4.4.3 - Odex
via dev-host
Download KTU84M/Android 4.4.3 - Deodex
via dev-host
Relevant post: http://forum.xda-developers.com/showpost.php?p=53145268&postcount=120
**** OUTDATED ****
Download KOT49H/Android 4.4.2 - Odex
via MEGA
via dev-host
Download KOT49H/Android 4.4.2 - Deodex
via MEGA
via dev-host
-----------------------------------------------------------
Download KRT16M/Android 4.4 - Odex
via MEGA
via dev-host
Download KRT16M/Android 4.4 - Deodex
via MEGA
via dev-host
Installation Procedure
- You need TWRP or CWM Custom Recovery installed on your phone.
- Wipe cache & dalvik
- Wipe data/factory reset
- Format system
- Flash rom
- Wipe cache and reboot
Root Procedure (optional)
Follow this thread by Chainfire. Once rooted you may also need to install Busybox
Odexed vs. Deodexed Mini Info
- Odexed may boot faster, can receive OTA updates
- Deodexed is easily customisable but cannot receive OTA updates
Note: I do not own a Nexus 5 (I am a Galaxy Nexus/Nexus 7 2013 user) so I cannot test things for you. But it should be safe for you flashing this since the procedure with Android Kitchen is always the same. Again I am not held responsible for any damage or issues you may face with your device after flashing this. You do this at your own risk!
*** How to update Android Kitchen in order to cook succesfully Nexus 5 ROMS ***
(thanks to members a9y and Dirk64 for providing me the workaround)
- unzip the files as follows:
a. "hammerhead" in kitchen's tools/edify_defs folder
b. "api_level" in kitchen's tools/deodex_files folder (will overwrite default file in that folder)
c. "use_this_version" in kitchen's tools/deodex_files folder (will overwrite default file in that folder)
d. "smali-2.0" & "backsmali-2.0" files in kitchen's tools/deodex_files folder
- now you can cook succesfully!!!
Thread will be updated every time a new factory image from Google is available!
mine! awesome thanks
rc420head said:
mine! awesome thanks
Click to expand...
Click to collapse
Fight Ya haha
Sent from my HTC One mini using Tapatalk
Ah, and so it begins. Cant wait till Monday when I get mine. Thanks
Nice, can't wait till i get mine... hrrr
Thanks for sharing
Sent from my SGH-I337M
It has begun!!!
Sent from my SGH-T989 using xda app-developers app
added deodexed version. I guess I am done for now. See you again when google releases a new factory image. Enjoy your awesome Nexus 5! :good:
EDIT: removed deodex, will re-upload in a while. Needed to deodex private apps folder, sorry about that!
Here is a mirror if its ever needed of the STOCK factory rom from Google
http://storagecow.eu/index.php?dir=Xda/Nexus+5/Stock+4.4/
itasoulas said:
Odexed vs. Deodexed Mini Info
- Odexed may boot faster, can receive OTA updates
- Deodexed is easily customisable but cannot receive OTA updates
Click to expand...
Click to collapse
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Hand76 said:
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=40026270 :good:
itasoulas said:
added deodexed version. I guess I am done for now. See you again when google releases a new factory image. Enjoy your awesome Nexus 5! :good:
EDIT: removed deodex, will re-upload in a while. Needed to deodex private apps folder, sorry about that!
Click to expand...
Click to collapse
Fully deodex version link added @ 1st post (including the priv-app folder!)
As the Android Kitchen wasn't build to support Android 4.4, after I build deodex version, I had to manually go back and erase apps in working folder's system/app, move the apps from priv-app to system/app and deodex again. Now apps from priv-app folder are deodexed so I replaced the odexed versions in original deodexed zip and then zipaligned it via command through android sdk tools folders. So quite easy trick there!
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Wonderful Work
You are Awesome Bro Thanks for KitKat 4.4 Many user waiting for 4.4 wait is over Thanks for KitKat 4.4 Rom
shivasrage said:
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Click to expand...
Click to collapse
I really can't test since I do not own the phone. Maybe others give us some feedback, can you flash this people? (don't know how many you already own the phone) I guess, if the bug is really there and not just you, updater-script or update-binary files might have a fault. Maybe Android Kitchen is not suitable to cook for N5? Maybe TWRP? Try CWM maybe? The process with Android Kitchen is quite straight forward, it shouldn't give errors.
Hand76 said:
You know I never really knew the exact diff. What can be customized on deodexed that can't be on odexed? Just curious.
Click to expand...
Click to collapse
It's mostly just theming. Also, the longer boot time is only on the initial boot.
itasoulas said:
I really can't test since I do not own the phone. Maybe others give us some feedback, can you flash this people? (don't know how many you already own the phone) I guess, if the bug is really there and not just you, updater-script or update-binary files might have a fault. Maybe Android Kitchen is not suitable to cook for N5? Maybe TWRP? Try CWM maybe? The process with Android Kitchen is quite straight forward, it shouldn't give errors.
Click to expand...
Click to collapse
TWRP has issues with some update-binaries (and the same one will probably work on CWM). Grab one of their binaries from another release they've done.
Is deodexed booting?
shivasrage said:
I get same error like the other build posted here in this section on XDA:
Deodexed version:
TWRP install error:
Error executing updater binary in zip
FAILED
Has somebody a hint whats wrong..??.
TWRP or the build zip?
thanks
Click to expand...
Click to collapse
I get the same error on both deodex odex version. Tried TWRP official and the 0.1. Oddly enough I can flash Slim rom. So I'm not sure if it's recovery or ROM.
Sent from my Nexus 5 using XDA Premium 4 mobile app
It's the binary and script. Kitchen hasn't been updated in a long time and its using old binary/script. Gotta update those.

[ROM] kk 4.4.4 [N900PVPUDNK4] NO KNOX [DEODEX]

BEFORE FLASHING YOU NEED
* Your device should be running on KK 4.4.4 NK4 ( Recommended )
* However, you can flash from NC5 and NH7 ( Follow instructions listed below )
* A KK 4.4 + compatible custom recovery, like TWRP or PHILZ CWM
* I except no responsibility for Broken, Abused, or Neglected devices
* Big shout out to Carl1961 for all his help !!!!
SPRINT KK 4.4.4 N900PVPUDNK4
Stock Full rom : ODEX
Busybox / Zipaligned
Rooted / Superuser
No Knox ( Disabled )
DOWNLOAD
http://www.mediafire.com/download/uxtwh147vbwp6zf/N900PVPUDNK4_ODEX_NO_KNOX.zip
Md5:82c523e8a305640de1a2d0a3976168be
SPRINT KK 4.4.4 N900PVPUDNK4
Stock Full rom : DEODEXED
Busybox / Zipaligned
Rooted / Superuser
No Knox ( Diasbled / Removed )
Custom Kernel ****
DOWNLOAD
http://www.mediafire.com/download/m7azpwfqf9y67c7/N900PVPUDNK4_DEODEX_NO_KNOX.zip
Md5:cbe89dd1d66ce0511df0ba8f1714a7c
SPRINT KK 4.4.4 N900PVPUDNK4
Stock rom : DEODEXED, NO KNOX, and DEBLOATED ( #2 )
Busybox / Zipaligned
Rooted / Superuser
No Knox ( Disabled / Removed )
Volume Mod / 300+ Fonts ( Thanks DevilDog512 )
Custom Kernel ****
DOWNLOAD
http://www.mediafire.com/download/p1lexsxxnk5ed1j/N900PVPUDNK4_DEODEX_NO_KNOX_DEBLOAT.zip​Md5:478b9e046e9c2c5d223ed9ba9549855cc​​​
To Install : From NK4
1. Download rom
2. Copy and paste to sd card
3. Boot into custom recovery
4. Wipe system, cache and Delvik-cache
5. Install zip
To Install : From NC5 or NH7
1. Download rom
2. Copy and paste to sd card
3. Boot into custom recovery
4. Wipe system, cache and Delvik-cache
5. Install zip
6. Boot up device let settle down
7. Download zip below ( NK4 modem and bootloader )
http://www.mediafire.com/download/jk7qevy1swwfw2e/N900PVPUDNK4_MODEM_BOOTLOADER.zip
8. Extract the zip files
9. Boot into download mode
10. Use odin 3.07 from zip click PDA box flash modem first
11. Boot into download mode again
12. Use odin 3.07 from zip click the bootloader box flash bootloader
13. ENJOY !!!​
**** Custom Kernel : All the KNOX files from the Boot.img / initrd folders have been removed. The Boot.img is also where the Kernel is located. This causes the device to boot up with ( KERNEL IS NOT SEANDROID ENFORCING ) header Flags ( lasts about 3 seconds ). You get the same Flags after installing a custom recovery. THIS IS NORMAL !!! It eliminates 8 KNOX files from being reinstalled at boot up !!!
KK 4.4.4 NK4 [DEBLOATED]​
WHAT WAS REMOVED​
APP
Accuweather2013.apk
Blurb.apk
Books.apk
Chrome.apk
Dropbox.apk
DropBoxOOBE.apk
Easysettings.apk
EasyFavoritesContactsWidget.apk
Hangouts.apk
Lounge.apk
Magazines.apk
MobilePrintSvc_HP.apk
MobilePrintSvc_Epson.apk
MobilePrintSvc_Samsung.apk
Music2.apk
PolarisOffice5.apk
SamsungHub.apk
samsungHubUpdater_fHD.apk
YaHooStockPhone2013.apk
PRIV-APP
CloudAgent.apk
GolfShotViewer_H.apk
GroupPlay.apk
ID.apk
MagazineHome.apk
SamsungApps_H.apk
sCloudBackupApp.apk
sCloudDataRelay.apk
sCloudDataSync.apk
sCloudQuotaApp.apk
sCloudsyncCalender.apk
sCloudSyncContacts.apk
sCloudSyncSbrowser.apk
sCloudSyncNote3.apk
SketchBookStub.apk
SkyfireToolbar.apk
StoryalbumActivationUpgrade.apk
Storyalbumwidget.apk
KK NK4 KERNELS
STOCK NK4 DOWNLOAD
http://www.mediafire.com/download/uu7b8b9s2vmfu2n/NK4_STOCK_KERNEL.zip
STOCK NK4 NOKNOX DOWNLOAD
http://www.mediafire.com/download/7p10zin07w887dt/NK4_STOCK_KERNEL_NOKNOX.zip
NK4 BEAST (THANK YOU FREEZA) KERNEL DOWNLOAD
http://www.mediafire.com/download/igubb72oi3vb07j/NK4_BEAST_KERNEL.zip
Just copy and paste to internal storage or SD card then flash through your custom recovery
KK NK4 MAX VOLUME​
DOWNLOAD
http://www.mediafire.com/download/4kd09de9d40yd8a/KK_NK4_MAX_VOLUME.zip​For those of you who are missing the volume mod for NK4 here you go !!! I'm going to include it in the Debloated version.​Just copy and paste to sd card wipe cache and Delvik-cache, install zip. ENJOY !!!!
Nice will this be stock base!!!!
Chaz187 said:
Nice will this be stock base!!!!
Click to expand...
Click to collapse
Hey Chaz, its all stock the deodex version has an altered kernel. But if you don't want the flags just extract a stock boot.img from a stock NK4 .tar and swap it out with the boot.img in the zip. But the knox_data folders with come back on boot up but they will be empty. Either way knox is completely disabled, there are no container files to put the data in .
jimzweb1 said:
Hey Chaz, its all stock the deodex version has an altered kernel. But if you don't want the flags just extract a stock boot.img from a stock NK4 .tar and swap it out with the kernel in the zip. But the knox_data folders with come back on boot up but they will be empty. Either way knox is completely disabled, there are no container files to put the data in.
Click to expand...
Click to collapse
Nice glad to see a nk4 rom.... i may tinker with it.... hehehe.
Thanks
Chaz187 said:
Nice glad to see a nk4 rom.... i may tinker with it.... hehehe.
Thanks
Click to expand...
Click to collapse
No problem, now there is a deodexed system to work with.
Just flashed with zero issues.... nice job
THANKS.
Chaz187
Great job, man! :good::good::good:
Looking forward to the stock deodexed and debloated rom.
Thanks for sharing :highfive:
Always nice to have a good modded base to go back to. TY! :good:
DarkAngel said:
Always nice to have a good modded base to go back to. TY! :good:
Click to expand...
Click to collapse
I believe its stock other then the knox remove and the kernel work running it now so far so good.... but stock makes me mad.. i will do some good things to it.
Chaz187 said:
I believe its stock other then the knox remove and the kernel work running it now so far so good.... but stock makes me mad.. i will do some good things to it.
Click to expand...
Click to collapse
I have no doubt you will LOL. I de-odexed a stock base from back when I was using NK4 for a bit but it had knox. Glad this one is a straight shot, no hassle, knox free version if one needs a good base to go back to. I have been wanting to see more NK4 Base Custom Roms come out ......... was wondering where all the NK4 love had gone......
:good:
thanks for this rom installed updated modem and baseband as you have in the instructions wiped as you put in the instructions (I actually wiped 4 times) rebooted recovery (twrp 2.8.5) installed this rom rebooted and when I got to the rom much to my surprise my old rom Chaz187 classic rom 4.4.4 was still there (with all my apps installed) with your rom installed over it which I find strange seeing I wiped 4 times and rebooted recovery. I only have 2 minor problems when I reboot I get unified deamon (eur) has stopped and twice I got touch wiz has stopped working after I click ok on both I have no ill effects from the errors. so far rom is running great. any suggestions why this happened ? thanks for this great rom!
timezone12 said:
thanks for this rom installed updated modem and baseband as you have in the instructions wiped as you put in the instructions (I actually wiped 4 times) rebooted recovery (twrp 2.8.5) installed this rom rebooted and when I got to the rom much to my surprise my old rom Chaz187 classic rom 4.4.4 was still there (with all my apps installed) with your rom installed over it which I find strange seeing I wiped 4 times and rebooted recovery. I only have 2 minor problems when I reboot I get unified deamon (eur) has stopped and twice I got touch wiz has stopped working after I click ok on both I have no ill effects from the errors. so far rom is running great. any suggestions why this happened ? thanks for this great rom!
Click to expand...
Click to collapse
When testing, I found that going from NC5 to NK4 if you don't wipe data ( factory reset ) just system and caches. You end up with a dirty flash which allows you keep most of your apps and data. If it is running with no glitches. great !! But, if the problems continue you will have install NK4 stock, rooted and flash again. Sometimes it works, sometimes it doesn't, just trying save some time.
Looks promising...
{
"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"
}
Will there be a flashable kernel that you included in the deodexed debloated no Knox version, that we could use in the deodexed no knox version to give us permissive instead of enforcing ? Also thnx for all you do here including helping ppl out .. you break it down quite well for the noobs ??????
Was going to download from my phone but cant see the captcha. So this will have to eait a few hours until i get home. Looks like fun and thanks for the nk4 rom.
daswahnsinn said:
Was going to download from my phone but cant see the captcha. So this will have to eait a few hours until i get home. Looks like fun and thanks for the nk4 rom.
Click to expand...
Click to collapse
If you request the desktop version in the browser you should be able to see the captcha.
GavinMazey said:
If you request the desktop version in the browser you should be able to see the captcha.
Click to expand...
Click to collapse
I tried that but no big deal, I'm home now.
Ok i have been running this for 2 days now with no issues at all..... great base rom to work off of!!!!
Thanks,
Chaz187

[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][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

[RECOVERY]TWRP 3.3.1.0 for Galaxy A20

{
"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"
}
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its 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.
Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards, thermonuclear war, or your getting fired because the alarm app failed.
* Please do some research if you have any concerns about features included in this Recovery
* before flashing it! YOU are choosing to make these modifications
* If you point the finger at me for messing your device. i will laugh at you
Special Notes:*
1. DON'T FORGET TO ENABLE "OEM UNLOCK" (located in Developers options).
2. KNOX will be tripped once you flashed custom binaries to your phone.*
(Your warranty may be voided. However this may not affect you if your country forces Samsung to provide hardware warranty regardless of software status.)
3. Samsung Firmware OTA (aka System Updates) will no longer work once you flashed custom binaries.
(You can flash custom ROMs if you want to keep the OS up-to-date.)
4. All apps that use KNOX like Samsung pay, Secure Folder and maybe more will no more work.
If you like my work please hit the "Thanks" button and feel free to donate to me via my Paypal
Guide
1.Make sure u have rooted device.
If Not follow this (Root For U3,S3,S4)
2. Download the custom recovery[TWRP]
3. On the PC rename the unpatched recovery as recovery.img*
4. Use 7zip to make it into recovery.tar*
(right click and choose add to archive)
5. Use 7zip to add your patched boot.img to recovery.tar
(right click and choose add to archive and choose recovery.tar)
6. Use 7zip to add vbmeta.img to recovery.tar
(right click and choose add to archive and choose recovery.tar)
7. Install recovery.tar to ap slot using Odin.
To ensure that data is not encrypted*so as to enable data to be backed up follow these steps
8. Boot the A20 into TWRP and mount everything that you can.
9. Format Data (not just wipe)
10. Flash*Disable_Dm-Verity.
11. Reboot into Recovery. It will reboot into download mode.
12. On the pc repeat step 7.
13. Reboot phone and re-enter all data.
14. Reboot into Recovery.
15. Flash Magisk
16. Backup*boot, data & system
17. You can now restore boot, data & system.
If u are getting vbmeta.img fotter error when booting to twrp Then flash this vbmeta.tar via odin ap solt.
Downloads
Twrp [U3][U4][S3][S4]
Build with A205FXXS4ASJ4 Source.
Thanks:
TWRP team
@topjohnwu for root
@ianmacd for TWRP flash guide
@afaneh92 for device tree
- @fahadali2315 Good friend, Always support me
Contributors
@Agrim720
Version Information
Status:*Stable
Current Stable Version:*1.0
Stable Release Date:*2019-12-02
Created*2019-12-02
Last Updated*2019-12-17
Quick Root and TWRP.
A quick method is found here.https://forum.xda-developers.com/galaxy-a20/how-to/guide-quick-root-twrp-galaxy-a20-t4069423
Make sure you backup boot, data & system (not system image) before you go on to install GSIs
This TWRP was originally designed for Android 9 but works perfectly with Android 10.
It also comes with MTP built-in.
physwizz said:
Your title says A10. Is that a typo?
This is for the A20 yes?
Click to expand...
Click to collapse
Yes.
Wrong typed.
Fully updated thread with easy guide.
Agrim720 said:
Yes.
Wrong typed.
Click to expand...
Click to collapse
Fixed.
Magic???
Looking forward to seeing more A20 people with TWRP who can backup and restore. ?
physwizz said:
Fixed.
Magic???
Click to expand...
Click to collapse
What Magic?
i didt understand.
Agrim720 said:
What Magic?
i didt understand.
Click to expand...
Click to collapse
The title has been changed from A10 to A20.
What about U4?
TBM 13 said:
What about U4?
Click to expand...
Click to collapse
I'll wait for U8
I can see you mention me then you changed your mind.
afaneh92 said:
I can see you mention me then you changed your mind.
Click to expand...
Click to collapse
Yeah didt put device tree link thats why i remove.
i tryped soon in sources ill put link today and mention you Then ppl will know why thanks goes to u.
TBM 13 said:
What about U4?
Click to expand...
Click to collapse
i dont think it is even released.
Please help. I can't backup data with this recovery
thatha said:
Please help. I can't backup data with this recovery
Click to expand...
Click to collapse
Format data and flash dm-virety.
Agrim720 said:
i dont think it is even released.
Click to expand...
Click to collapse
Take a look to the attached image.
TBM 13 said:
Take a look to the attached image.
Click to expand...
Click to collapse
Twrp will work.
Bcz its built from December security patch sw source.
U can try and report for U4.
Agrim720 said:
Twrp will work.
Bcz its built from December security patch sw source.
U can try and report for U4.
Click to expand...
Click to collapse
Im on U4 and it's confirmed that TWRP is working and installing custom kernel as well.
Deluriane said:
Im on U4 and it's confirmed that TWRP is working and installing custom kernel as well.
Click to expand...
Click to collapse
can you backup and restore
physwizz said:
can you backup and restore
Click to expand...
Click to collapse
Haven't tried yet, but I will in a bit. Kept on getting boot loop when installing custom kernel.
Note: Tried already! Backup and restore works.
Deluriane said:
Haven't tried yet, but I will in a bit. Kept on getting boot loop when installing custom kernel.
Note: Tried already! Backup and restore also working on my end.
Click to expand...
Click to collapse
Maybe the custom kernel that you are installing is more older and doesn't works with U4
TBM 13 said:
Maybe the custom kernel that you are installing is more older and doesn't works with U4
Click to expand...
Click to collapse
Yeah, probably. Tried it also when I was on OCT and it didn't boot also. Have to wait for a newer version.

Categories

Resources