samedi 14 février 2015

[mod] [i8200n] deodexed stock rom apps topic






DEODEXED APPS

Here is the stock app and framework files from new firmware I8200NXXUAOA1 for Samsung Galaxy VE (I8200N).It have all apps so and the bloatware.After install you can delete any bloatware you want.

What is Odex and Deodex ROM




What is an ODEX file?

In Android file system, applications come in packages with the extension .apk.
These application packages, or APKs contain certain .odex files whose supposed function is to save space.
These ‘odex’ files are actually collections of parts of an application that are optimized before booting.
Doing so speeds up the boot process, as it preloads part of an application.
On the other hand, it also makes hacking those applications difficult because a part of the coding has already been extracted to another location before execution.

What is an DEODEX file?

Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files.
By doing that, all pieces of an application package are put together back in one place, thus eliminating the worry of a modified APK conflicting with some separate odexed parts.

So, Deodexed ROMs (or APKs) have all their application packages put back together in one place,
allowing for easy modification such as theming. Since no pieces of code are coming from any external location,
custom ROMs or APKs are always deodexed to ensure integrity.




all apps are full working and not yet any bugs


Code:


* I can give ABSOLUTLEY no gurantee!!
All you do with your phone will be on your own.
 I'm not responsible if your phone will brick or whatever...



Code:


Rrequirements :
Root Hot To Root
Adb How to Install
Phone drivers




How To Install :



1. download the zip file
2. extract it
3. connect your phone
4. usb debugging on
3. paste the app and framework file into
GT-I8200N\Card folder which you find it on your computer
4 .install adb drivers
5. open cmd and type

Code:


adb shell

(if you are using adb shell in su for the first time,
 keep phone screen on.
After entering "su" code, super user request prompt in phone.
Press allow )


su
stop
mount -o rw,remount /system/ /system/
cp /storage/extSdCard/app/* /system/app/
rm /system/app/*.odex
cp /storage/extSdcard/framework/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot






How To check if you done



1. open cmd and type

Code:


adb shell
su
cd /system/app
 or
cd/system/framework
ls


2. now you see all your system apps.if doesnt exist .odex file and you dont have any errors or bugs your ok



DOWNLOAD:


credits:



@Snoop05 for adb installer
@j.posarekar70 for deodex guide







Aucun commentaire:

Enregistrer un commentaire