Nougat steyl apk port E700 - Galaxy E5, E7 Themes and Apps

1.Contacts
2.Calculator
3.Samsung Notes/memo
4.S8Video
5.N7Voice
6.GalleryGrace
7.ClockPackage_Grace
8.SmartManager
Contacts video etc.etc. link:
https://drive.google.com/file/d/1BMLdSjKYKEpM1x3nCCYL9fLcOjevBkiN/view?usp=drivesdk
Extrats zip copy apk system / application and paste in priv.app Set up Permisson 644 to erase your stock application and libs odex file(arm)
Reboot twrp dalvik/cache delete reboot system
And
9.myfiles
Myfiles link: https://drive.google.com/file/d/1YGZHOTY775uONo9KQ-SgJD5Y-K_9ZZYY/view?usp=drivesdk

Related

[DEODEXED] [XXMB1] deodexer for xxmb1

This is Simple deodexer for stock XXMB1
This is only for XXMB1 !! do not try on any other version
Go Here if you want to download XXMB1 Firmware
How To apply Deodex zip:
- Donwload the zip file
- Flash it via CWM
- Make sure you are on XXMB1
- It will delete all the apk and odex files from /system/app and will add deodexed apks in there
- It will delete all jar, apk and odex files from /system/framework and will add deodexed files in there
- If you have converted any user app to system, then make sure you convert it to user app before flashing
- Super User app will be deleted so please copy the apk to your sd card. You will not loose Root though.
- Yo can also Download Super User app from market
=============
Download Link
=============
i take no responsibility if you brick your device,
it is always a good idea to take backup of your system before flashing anything

Galaxy S5 Fonts / Ringtone / Wallpapers / Boot Animation

Galaxy S5 Fonts / Ringtone / Wallpapers / Boot Animation
:good: Font: Push to System using Root Explorer
:good: Ringtone: Push to System using Root Explorer
:good: Bootanimation: Push to System using Root Explorer
>>> DOWNLOAD <<<
Launcher and Weather from [here]
if you like it press thanks
Reserved..
thank you
Thread reopened.
I know there are no links yet, let the OP paste them before you report the thread.
Thanks!
Boot animation
Kashif.Ali said:
Galaxy S5 Fonts / Ringtone / Wallpapers / Boot Animation
:good: Font: Push to System using Root Explorer
:good: Ringtone: Push to System using Root Explorer
:good: Bootanimation: Push to System using Root Explorer
>>> DOWNLOAD <<<
Launcher and Weather from [here]
if you like it press thanks
Click to expand...
Click to collapse
So how and where do i put the boot animation files as the .zip is not flashable?
1. open "Root Explorer". Accept any Superuser requests.
2. Navigate to where you downloaded the "bootanimation.zip" file. Copy (or cut) it.
3. Navigate as far up as you can into your root directory, and then Goto /system/media/, mount it in r/w mode.
4. Paste your "bootanimation.zip" file or replace it into /system/media/ (it must be named bootanimation.zip)
5. Change permissions as below. >>> rw- r-- r-- <<<
6. Reboot and enjoy!

[App]Android L keyboard

Edit: much easier to use this app from the play store. No root required
https://play.google.com/store/apps/details?id=uk.co.shenye.android.inputmethod.latin
So I got the keyboard from Android L working.
Here is what I did to easily make it work.
Im Not responsible for borked phones. Make a backup first!
This is not my work.
***root required***
Download flashable zip from here
http://forum.xda-developers.com/showthread.php?p=53703171
[APP] GOOGLE KEYBOARD FROM ANDROiD L (5.0) *WORKiNG*
Next go to the play store, find Google Keyboard and click uninstall. This will uninstall updates not the entire app.
***for TWRP***
Navigate to system/app find LatinImeGoogle.apk and rename to LatinImeGoogle.bak
Reboot into recovery and flash the zip
Reboot go to settings....language and input...click on the settings for google keyboard scroll down to advanced settings, go to color scheme, choose material. That's it. You now have the new keyboard!
***For manual install ie Rooted w Safestrap***
Extract contents of the zip you downloaded
Go to system/app find LatinImeGoogle.apk and rename to LatinImeGoogle.bak
Then from the file you extracted move the new LatinImeGoogle.apk to system/app and set permissions to rw-r-r
Next from the file you extracted move libjni_latinimegoogle.so to system/lib and set permissions to rw-r-r.
Reboot go to settings....language and input...click on the settings for google keyboard scroll down to advanced settings, go to color scheme, choose material. That's it. You now have the new keyboard
Sent From My Droid Ultra

Search Samsung Rom SM-G800F Deodex

Hello i search the Orginal Rom from the Samsung Galaxy S5mini SM-G800F but in deodex.
Can someone help me because.
CM11/12/13 I do not like it
whazza83 said:
Hello i search the Orginal Rom from the Samsung Galaxy S5mini SM-G800F but in deodex.
Can someone help me because.
CM11/12/13 I do not like it
Click to expand...
Click to collapse
+1
Deodex your own rom by yourself
pull from system via ADB (usb debugging enabled) -> app, framework and priv-app, put them in a folder named system.
(can also extracted from flashfile, system.img with other tools like ext4_unpacker.exe)
deodexing -> app, framework and priv-app with SVAdeodexer (build.prop needed in systemfolder)
if deodexing finished then copy the three folders on your internal or external storage on device.
now start in to twrp recovery (mount system first), delete in the system folder on phone -> app, framework and priv-app
copy the deodex folder (app, framework and priv-app) to system and set chmod 755.
finger crossed, first time boot after replacing the folders takes several minutes
http://forum.xda-developers.com/galaxy-s5/general/tool-deodex-tool-android-l-t2972025
thanks to svadev
Whit SVAdeodexer odex to deodexing ---- work
twrp recovery mount system and copy ---- work
chmod 755 ---- work ---- but system starting working not
Even after an hour it starts still from new and does not go into the system
Sorry for my bad englisch
try to deodex with lordroid, this java based tool can creating a flashable zip file for twrp
http://forum.xda-developers.com/android/software-hacking/tool-batch-deodex-rom-t3313150
thanks to lord-ralf-adolf

Question Add apk to system.img of Stock Rom

Dear all, I need help im modifying system.img from Stockrom. I can delete apks (de-bloating) but I do not know how to add new apks!
So far I have done the following steps:
1. Untar AP*.tar.md5
2. Extract with LZ4 system.img.lz4
3. simg2img system.img system-new.raw
4. sudo mount -t ext4 -o loop system-new.raw mnt/
5. delete bloatware apps from system/app and system/priv-app
6. add additional apks to system/app and system/priv-app????
7. umount, img2simg, lz4, tar and flash (e.g. Odin)
I have real issues with step 6, everything I tried so far did not work.
a) add apks to system/app and system/priv-app with user root and 644
b) create directories in system/app and system/priv-app
c) replace apks in system/app and system/priv-app
While the de-bloating works, step 6 is broken! The new apps are not usable. They show up with the generic android "robot icon" and their canonical name (e.g. org.fdroid.fdroid...) and are immediately stopped.
What is the correct approach to add additional apks to an existing stock rom image? Please help.

Categories

Resources