apps added/Sys changes - Amazon Echo

I'm accessing boot loader and floater app and changing sus files apps are appearing on scream I bdod9s y

Is it possible to modify the os?

Related

nexus S boot screen

hi, im rooted and running cm7 but wanting to flash this kernel
http://forum.xda-developers.com/showthread.php?t=1036996
but from what i've read this has a custom boot screen,
can someone please link me or upload the zip with the standard nexus s bootanimation so i can go back to that?
thanks
Idk if you still need it, but here you go:
http://www.mediafire.com/?7vm63bexn95u5z1
Do you need help flashing it? Cause it wont work if you just try flashing from the SD card. You need to move it to the media folder first and flash from there. OR if you wanted to use a third party software try: Boot Animation Changer LITE. Download it from market, open, allow super-user permission, select Advanced Settings, select backup animation, close. Mount USB and place bootanimation in "BootanimStock" folder, it should then ask if you want overwrite, yes. Unmount USB, enter BAC app, advanced settings, restore stock animation. And that should do it. Remember ALLWAYS Backup!!!
lol I know it seems kinda counter intuitive but its the only way i could get the free app to work correctly.
**Note I haven't tried this bootanimation myself yet, so sorry if its the incorrect one

[Q] Go Launcher EX dock background disappears after reboot?

All I'm trying to do is use a custom dock background with Go Launcher EX. I'm rooted and have both the android market and gapps installed. I installed Go Launcher EX via the market.
Whenever I set a custom dock background via the Go Launcher preferences, it only stays put until I reboot. After a reboot, the background disappears and there's no background at all. The background I'm using is a PNG which i have located in /sdcard/theme/docks, permissions on the file according to Root Explorer are ---rwxr-x.
What gives here? Why do I have to reset it after every reboot?
EDIT: It's interesting to note that if I use the "GO Theme background" under Preferences->Visual settings->Backgrounds for my dock background, the theme image is persistent after any number of reboots.
it's only a shot in the dark but i think at reboot the system is starting go launcher. according to this the rights have to be rwxrwxr-x
or the sdcard is'nt mounted when it loads - then copy somewhere to system might help
never done this - just some ideas ...
I'm unable to modify permissions of files in /sdcard. Also, I have custom dock icons that are located in /sdcard/theme/icons and they always stick around after a fresh reboot, so I'm not sure about the need to move my dock background PNG to /system. I currently only have apk's in /system.
the icons have the same permissions ?
maybe a bug in go launcher you just discovered !
Yes, the icons have the same permissions.
Could it possibly be that I'm cropping the image? Anyone know the exact dimensions I would need to use to avoid cropping?
just looked at my kf - can't find the original images - does anyone know the location ?

Titanium restoring system apps on lollipop

Hey all, I'm having problems restoring system apps on stock lp d802, (such ass lg messaging). titanium stucks on restoring, after reboot app is there, but it's not responding (tried multiple apps). What am I missing?
Never restore system apps... Try restore only data, or use some sms backup app
_____________________________________Read more write less and be smart
Closed Force said:
Hey all, I'm having problems restoring system apps on stock lp d802, (such ass lg messaging). titanium stucks on restoring, after reboot app is there, but it's not responding (tried multiple apps). What am I missing?
Click to expand...
Click to collapse
Siggey is right. Try to avoid system app restoring.
But, as a possible solution.. Set SELinux to Permissive and trying to restore your Titanium Backup again.
Just want to report that I managed to restore some of the system apps. After titanium stuck at restoring, force close it, go to es explorer navigate to root, system, apps, at root of folder there you will find the app you tried to restore in my example lggallery.apk. Create folder of the same name, change it's permissions to match other folders, move apk to folder, reboot.
Closed Force said:
Just want to report that I managed to restore some of the system apps. After titanium stuck at restoring, force close it, go to es explorer navigate to root, system, apps, at root of folder there you will find the app you tried to restore in my example lggallery.apk. Create folder of the same name, change it's permissions to match other folders, move apk to folder, reboot.
Click to expand...
Click to collapse
It's one of the apps that is causing the issue. For me it's Google Drive. Restore some first and you'll soon weed out which ones you can and can't restore.

[MOD] Remove unnecessary built-in APKS

Hello friends this is my first contribution to this forum, this file removes unnecessary built-in apks present in, /system/app & /system/priv-app.
I will miss the applications removed?
No, because a current copy of them is running on /data/app
Goal
Remove unused applications by the system
Free up space in the device memory
Compatibility
Nexus 5 android 6.0.1 must have root and twrp
How to use
Installed the android 6.0.1, get in playstore and update all applications, now just flash the zip via TWRP.
Removal list click to see
delete_recursive("/system/app/Chrome");
delete_recursive("/system/app/Books");
delete_recursive("/system/app/CloudPrint2");
delete_recursive("/system/app/Drive");
delete_recursive("/system/app/EditorsDocsStub");
delete_recursive("/system/app/EditorsSheetsStub");
delete_recursive("/system/app/EditorsSlidesStub");
delete_recursive("/system/app/FitnessPrebuilt");
delete_recursive("/system/priv-app/GCS");
delete_recursive("/system/app/PrebuiltNewsWeather");
delete_recursive("/system/app/NewsstandStub");
delete_recursive("/system/app/Maps");
delete_recursive("/system/app/PrebuiltBugleStub");
delete_recursive("/system/app/Photos");
delete_recursive("/system/app/PlusOne");
delete_recursive("/system/priv-app/GoogleContacts");
delete_recursive("/system/app/PrebuiltDeskClockGoogle");
delete_recursive("/system/priv-app/GoogleDialer");
delete_recursive("/system/app/PrebuiltGmail");
delete_recursive("/system/app/GoogleCamera");
delete_recursive("/system/priv-app/Velvet");
delete_recursive("/system/app/PrebuiltKeepStub");
delete_recursive("/system/app/talkback");
delete_recursive("/system/app/Music2");
delete_recursive("/system/app/PlayGames");
delete_recursive("/system/app/Hangouts");
delete_recursive("/system/app/GoogleTTS");
delete_recursive("/system/app/Videos");
delete_recursive("/system/app/WebViewGoogle");
This is a system partition
The deletion is useless because you can't use this space and you won't appreciate any differences
Read here, it is very very important
http://forum.xda-developers.com/showpost.php?p=64208563&postcount=3393
Personally I prefer to disable unnecessary apps
Pay attention
I do not like duplicate files, disabling an app the same will continue in the system, the idea is to not disable an app.
If I have the upgraded chrome in data\app I will not want an unusable copy of it on \system\app. My list does so with 30 Apps, if they are all updated on DATA I see no utility in maintaining obsolete unusable in the SYSTEM, and we still have the possibility to uninstall those we dislike.
ivn888 said:
This is a system partition
The deletion is useless because you can't use this space and you won't appreciate any differences
Read here, it is very very important
http://forum.xda-developers.com/showpost.php?p=64208563&postcount=3393
Personally I prefer to disable unnecessary apps
Pay attention
Click to expand...
Click to collapse
If you read that post he clearly says that to modify system you need to delete things from it to be safe. He is pointing out that it is an unknown. He said even to make small changes you would need more space. I see no reason to leave unneeded files in system. Maybe you want to run an app as system app and these unneeded files are getting in the way. Nothing wrong with getting rid of them.
We can use some root enabled file app managers (like es explorer, solid explorer) to uninstall the system apps.
I just want to know if is it safe or not?
And is it different than using flashable script?
parag60288 said:
We can use some root enabled file app managers (like es explorer, solid explorer) to uninstall the system apps.
I just want to know if is it safe or not?
And is it different than using flashable script?
Click to expand...
Click to collapse
File explorers with root function can enable manual removal of system apps, but it is laborious and tedious remove as many apps, It is safe if you know what you are removing, because the system is running if you give problem can fall into a bootloop... my flash file is safe removal of 30 apps, all with updated copies of the same in DATA folder so I ask you to enter the play store and update it before you use it, nothing is lost only copies obsolete and useless are removed.
The advantage here is not to miss anything, remove enough waste Rom, and return the power to uninstall what you do not want. I do not use play books, play movies, keep, Drive, Hangouts... so without losing any, then after the flash zip i have the freedom to uninstall what I want.

Little Guides and Tricks

Here you can find recovery flashable zip by SilviuMik and text by me .....these can help you to debloat your I9192 easily...
Make sure to backup before flashing this because with this you can delete your some favourite apps from stock......
Make sure to see the updater-script in this zip file to know what is deleted after flashing....
Similar threads like this are:-
⇛https://forum.xda-developers.com/ga...laxy-s4-mini-duos-4-4-2-t2832673/post62423754
⇛https://androidfilehost.com/?fid=4996503000517181784
⇛https://forum.xda-developers.com/showthread.php?t=2406637
⇛https://forum.xda-developers.com/showthread.php?t=2400230
⇛https://forum.xda-developers.com/showthread.php?t=2701507
⇛Make your stock Menu button as recents app switcher:-
Go to /system/usr/keylayout/Generic.kl, /system/usr/keylayout/gpio-keys.kl and edit key 139 MENU to APP_SWITCH and reboot to apply changes
And use this xposed mod for force 3 dot menu to replace menu key with 3 dot on top right of every app
http://repo.xposed.info/module/com.robertogl.yesmenubutton
or
Use Navigation Key actions in main menu yo remap.
use gravity box navigation button actions and use gravitybox option from miscellaneous tweaks⇛force overflow menu button⇛force enable
https://forum.xda-developers.com/showthread.php?t=2704102
How to deodex any app
https://forum.xda-developers.com/android/themes/guide-apktool-mobile-setup-decompile-t3048238
How to flash STOCK ROM without PC
https://forum.xda-developers.com/galaxy-s4-mini/help/guide-how-to-revert-to-stock-odin-t3785784
CSC Tweaks that are confirmed to be working in s4 mini:-
1.) To enable exit option in Browser
Code:
<CscFeature_Web_AddOptionToTerminate>TRUE</CscFeature_Web_AddOptionToTerminate>
<CscFeature_Web_EnablePromptToExit>TRUE</CscFeature_Web_EnablePromptToExit>
2.) To enable longpress for symbols in keyboard
Code:
<CscFeature_Sip_UseSymbolInCMKey>TRUE</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
3.) To enable call icon in logs section of phone
Code:
<CscFeature_Contact_EnableCallButtonInList>TRUE</CscFeature_Contact_EnableCallButtonInList>
4.) To disable infinite scrolling in launcher and app drawer and widget drawer
Code:
<CscFeature_Launcher_DisablePageRotation>TRUE</CscFeature_Launcher_DisablePageRotation>
5.) To extend speeddail to 100
Code:
<CscFeature_Contact_ExtendSpeedDialTo100>TRUE</CscFeature_Contact_ExtendSpeedDialTo100>
6.) To set alpha order for launcher by default
Code:
<CscFeature_Launcher_EnableViewByAlphabetAsDefault>TRUE</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
7.) To show hardwareversion in about phone
Code:
<CscFeature_Setting_EnableHwVersionDisplay>TRUE</CscFeature_Setting_EnableHwVersionDisplay>
8.) To add rotation icon in gallery
Code:
<CscFeature_Gallery_AddAutoRotationIcon>TRUE</CscFeature_Gallery_AddAutoRotationIcon>
9.) To remove Software Update from settings about phone
Code:
<CscFeature_Setting_DisableMenuSoftwareUpdate>TRUE</CscFeature_Setting_DisableMenuSoftwareUpdate>
Thanks to this and this threads
Journey of SuperUser's
1.ChainSDD
⇛https://forum.xda-developers.com/showthread.php?t=682828
⇛https://forum.xda-developers.com/showthread.php?t=1835502
⇛https://github.com/ChainsDD/Superuser
⇛https://github.com/ChainsDD/su-binary
2.Koush
⇛https://github.com/koush/Superuser
⇛http://koush.clockworkmod.com:8080/post/superuser
⇛http://download.clockworkmod.com/superuser/superuser.zip
⇛http://download.clockworkmod.com/apks/Superuser.apk
⇛https://f-droid.org/en/packages/com.koushikdutta.superuser/
3.SuperSU
⇛http://www.supersu.com
⇛https://forum.xda-developers.com/apps/supersu/stable-2016-09-01supersu-v2-78-release-t3452703
⇛https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
⇛http://download.chainfire.eu/1220/SuperSU/SR5-SuperSU-v2.82-SR5-20171001224502.zip
⇛https://forum.xda-developers.com/showthread.php?t=1538053
⇛ https://play.google.com/store/apps/details?id=eu.chainfire.supersu
4.Phh
⇛https://github.com/phhusson/Superuser
⇛https://forum.xda-developers.com/android/software-hacking/wip-selinux-capable-superuser-t3216394
⇛https://superuser.phh.me
⇛https://androidfilehost.com/?fid=889764386195909456
⇛https://play.google.com/store/apps/details?id=me.phh.superuser
⇛https://f-droid.org/packages/me.phh.superuser/
5.Magisk
⇛https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
⇛https://forum.xda-developers.com/apps/magisk/dev-magisk-canary-channel-bleeding-edge-t3839337
⇛https://github.com/topjohnwu/Magisk/releases/
⇛Guide:- How to make recovery_xxxxx.tar.md5 to recovery_xxxxx.img to flash the recovery without pc or with heimdall/adb & fastboot?
⇛First Download RootExplorer or any explorer which as has .tar and .zip archive ability.
⇛Rename the recovery_xxxxx.tar.md5 to recovery_xxxxx.tar i.e., just remove the .md5.
⇛Then go to that file and there will be recovery_xxxxx.img and copy that .img file to any other folder.
⇛Flash it with .img flashable apps like Flashify, Rashr, Root Essentials, ROM Toolbox lite etc or with heimdall/adb & fastboot in pc.
⇛How to extract TWRP backups that ends with the extension .ext4.win......?
Rename .ext4.win to .ext4.tar and extract that file...
Thats it.... tested myself working on my serranodsdd
⇛ClockWorkMod recovery backups are located in
/data/media/clockworkmod/backup
⇛Chrome offline pages are stored in
/data/data/com.android.chrome/app_chrome/Default/Offline Pages/archives
⇛Present using wallpaper will be available in /data/system/users/0/wallpaper and add extension jpeg to that.
⇛Backup recovery as .img⇛ go to /dev/block/platform/msm_sdcc.1/by-name/recovery and copy that recovery to any folder in internal/sdcard and rename to add extension img......
⇛Many people don't know about YalpStore...
If anyone has errors with Google Play Store this app can download apps same as play store....
⇛If you want fo take a note in browser then type this in url:-
HTML:
data:text/html, <html contenteditable>
and hit.... then type
⇛If we add any file to /preload/INTERNAL_SDCARD/Samsung/Music then those files are still will be availble in internal storage in Samsung/Music even after factory data reset also...
Note:- It only works with Stock recovery
⇛If you have twrp installed then factory data reset in stock settings app does not wipes the internal storage......
⇛Locking before flipling the mobile when playing music in stock music app will prevent the stopping of song......
Many people don't know LuckyPatcher can also used for many options other then patching...
⇛It can backup app and settings as separately.
⇛It can odex the ROM and also single apps
⇛It has SELinux switching in Settings but It didn't worked on my device..
⇛It can Integrage updates to system.
⇛It can be used to block "ads" in whole system without patching app separately like as AdAway by changing hosts file
⇛It can freeze apps and can defreeze also.
⇛It can uninstall system apps.
⇛That's it for now I know:laugh:
These three awesome xposed modules work with s4 mini stock roms
⇛http://repo.xposed.info/module/uk.co.villainrom.pulser.enablecallrecording This replaces "+Add Call" switch with "Call Recording button". When this button pressed while in call, the recording starts...
⇛http://repo.xposed.info/module/com.liam_w.phonenumberfix This module is used to edit/add the number in sim-card....S4 mini stock rom has no ability to do this without this module...
⇛http://repo.xposed.info/module/de.robv.android.xposed.mods.appsettings We can also force prevent full screen from stock apps like calculator, gallery, music, radio, video, voice recorder, etc with an awesome xposed module by rovo89 and tungstwenty called APP SETTINGS.......
Multiling O Keyboard
Most customizable keyboard with lightweight and no dangerous permissions including internet access....
Launcher:- Nova
Browser:- Via, Atlas
Music Player:- Musicolet
Video Player:- MX
Cleaning:- SD Maid
Explorer:- MiXplorer
Hiding Hacks:-
We can hide any media from gallery/video player without app lock like apps..
⇛Placing that file in a hidden folder i.e., folder with name starting with .(dot)
⇛Making that file as archive like zip, tar, 7z etc
⇛Renaming that file extension to some other name.
⇛Encrypting that files.
[STOCK]Users can replace this file in /system/bin and set permissions to rwxr-xr-x i.e., 755 and place the custom bootanimation.zip in /system/media from ROM Toolbox lite etc......to replace the working of .zip animations instead of .qmg.....
Tried in my serranodsdd....
Credits to @Wildfear
Sound Hacks:-(for stock)
/system/media/audio/ui
1.charger plugged⇛ Charger_Connection.ogg
2.keyboard tap⇛ TW_SIP.ogg
3.lock with no effect⇛ Lock_none_effect.ogg
4.unlock with no effect⇛ Unlock_none_effect.ogg
5.low battery alert⇛ LowBattery.ogg
6.screen hardware buttons tap sounds⇛ S_HW_Touch.ogg
7.screen tap sounds⇛ TW_Touch.ogg
8.boot sound⇛ PoweOn.ogg
⇛muting the s4 mini will also mute the boot sound
Users can also add custom audio to their boot animation.....
Make a audio of your favourite with mp3 cutter etc that is less than 20 seconds.....
Rename that audio to PowerOn with extension "ogg" without quotes....
Replace this in /system/media/audio/ui with permissions rw-r-r i.e., 644....REBOOT
If you want to mute the boot sound totally , simply move the PowerOn.ogg to internal/external storage or simply rename it to any other name......
Users can make the stock ROM as a flashable zip by copying the folders & files in /system to system folder and boot.img below the system folder in the STOCK.zip I attached below......
Don't copy the symlinked files...
If you want more details and questions pm me...
Credits to @Wildfear
Or head to this [guide]how to build/modify roms for samsung devices [7.0/6.0.1/maybe more]
You can also make stock rom as flashable zip by using APKtool for android v4.4 ....
It needs, you have to be in that rom that you want to make as flashable ......
If you made using apktool, dont forget to flash kernel.img after flashing ROM....
Setmeta2Setperm https://forum.xda-developers.com/android/general/convert-updater-script-to-make-support-t3545462
Small build.prop tweak:-
To enable on screen navigation keys
Code:
qemu.hw.mainkeys=0
Viper4android flashable zip for stock KitKat so that use can experience better sound quality in their mobile....
Requires :- Root and BusyBox
How to deodex and zipalign s4 mini?
go this thread and follow the procedure...
https://forum.xda-developers.com/showthread.php?t=2725930
https://m.box.com/shared_item/https://app.box.com/s/7c5m584yzdvytu2810wgut6o36204co8
If you are having trouble with installation of java then follow these
https://youtu.be/4q7hp6QP58k
https://social.technet.microsoft.co...arning-unknown-publisher?forum=w7itprogeneral
https://blogs.msdn.microsoft.com/as...checkbox-always-ask-before-opening-this-file/
and also in Internet explorer go to menu and Internet tools and advanced and under security option check allow low risk type files.......
and right click on downloaded exe of java and under properties and security, click on unblock
.net framework https://www.microsoft.com/it-it/download/details.aspx?id=30653
Sec Settings modification
⇛https://forum.xda-developers.com/showthread.php?t=2505421
⇛https://forum.xda-developers.com/ga...de-how-to-remove-icon-sim-status-bar-t3064737
Wallpaper Hacks:-
-To change wallpaper from base app
/system/framework/framework-res.apk/res/drawable-sw360dp-hdpi/default_wallpaper.png
-from data
/data/system/users/0/wallpaper
/data/system/users/0/wallpaper_info.xml
-To change lockscreen wallpaper from base app
/system/priv-app/Keyguard.apk/res/drawable-sw360dp-hdpi/keyguard_default_wallpaper.jpg
-from data
/data/data/com.sec.android.gallery3d/files
https://forum.xda-developers.com/ga...ps/theme-s5-theme-secthemechooser-s5-t2867997
https://forum.xda-developers.com/galaxy-s4-mini/themes-apps/mod-s4-mini-volume-boosting-mod-t2836950
https://forum.xda-developers.com/galaxy-s4-mini/themes-apps/fonts-styles-4-mini-t3119509
⇛Did you have a question about GApps that what apps are in pico, nano, etc ...? Then go to this link https://github.com/opengapps/opengapps/wiki
⇛Want to know what changes are made in Android Version i.e., to know difference betwwen 4.4.2 and 5.1 etc... then follow this link https://en.m.wikipedia.org/wiki/Android_version_history

Categories

Resources