How To Customize your phone without custom rom
Rabu, 25 September 2013
0
komentar
First Install Xposed Installer
You need your phone to be rooted
You need to know what is xposed installer
Some technical details:
I extended the /system/bin/app_process executable to load a JAR file on startup. The classes of this file will sit in every process (including the one for system services) and can act with their powers. And even more: I have implemented something that allows developers to replace any method in any class (may it be in the framework, systemui or a custom app). This makes Xposed very powerful. You can change parameters for the method call, modify the return value or skip the call to the method completely - it's all up to you! Also replacing or adding resources is easy.
Advantages:
I extended the /system/bin/app_process executable to load a JAR file on startup. The classes of this file will sit in every process (including the one for system services) and can act with their powers. And even more: I have implemented something that allows developers to replace any method in any class (may it be in the framework, systemui or a custom app). This makes Xposed very powerful. You can change parameters for the method call, modify the return value or skip the call to the method completely - it's all up to you! Also replacing or adding resources is easy.
Advantages:
- No need to modify any APKs. This means:
- No need to decompile, change things in smali, compile, sign, ...
- It will work for odexed and deodexed ROMs.
- Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Hell, it will probably even work with different ROMs.
- Multiple mods can be installed at the same time, even if they change the same package. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
- It does its magic at runtime. That means you can implement options to let the user decide if they prefer the bikeshed to be painted in red or blue. Or you can have some extra logic for certain ROMs without building different mod versions.
- It can be disabled easily without having to reflash.
- It's open source.
How to install:
Download link: http://mediafire.com/?499wilgqfecb5qfFirst step for everything you do: Create a nandroid backup and make sure you know how to restore it!
I'm not responsible for anything you do with your phone/tablet/rice cooker.
There is also the risk to soft-brick your device. In such a case, restoring a backup is the easiest way to get rid of it (other possibilities mentioned below).
For the framework:
Download XposedInstaller.apk and install it
Launch the Xposed Installer and click on "Install/Update"
Reboot
Done!
For any modifications/modules you want to install:
Download <module>.apk (down there are many) and install it
Launch the Xposed Installer and go to the "Modules" tab (you will also get there if you click on the notification warning you that the module is not enabled yet)
Enable the module by checking the checkbox
Reboot
Done!
After doing this just install the modules down there are many .....................
Here starts the collection:
A. Modules for all ROMs
- i) All-in-One Tweak Box
- GravityBox by @C3C076 - Module for devices running vanilla Android 4.2/4.3 with special support for MTK6589 devices.
- MoDaCo Toolkit by @paulobrien - Collection of the author's various mods/tweaks.
- Tweakbox by @rovo89 - No-flashing tweaks collection.
- XblastTools by @FemBlack - Change status bar & notification bar clock color; center clock; change Battery, Wifi signal & Mobile signal color; change carrier name and its color in lock-screen and notification; CRT effect; etc.
- Xposed Additions by @dk_zero-cool - Additional ROM settings.
ii) SystemUI Mods - Battery Icon Mod by @samthechamp - Change the battery icon on status bar from stick to an Android robot.
- Battery Themeing by @kmokhtar79 - Change the battery icon on status bar. (For HDPI & XHDPI) (Xposed Modules are on #2)
- Notification Background Image by @ernest33 - Change notification background image & transparency.
- WisdomSky Xploit by @WisdomSky - Customize the colors of your status bar & more.
- XBatteries by @xperiacle - Switch to a different battery theme in a snap. (Based on Xposed Battery Modules)
- Xposed Battery Modules by @dully79 & @dr.ketan (Another Thread) - Collection of different battery icons replacer.
iii) (Non-SystemUI) Themes - Black Holo Background by @CrazyCoder - Change the default gradient Holo theme background to the completely black one.
- Full Screen Call Picture by @blchinezu - Enable full screen call picture. (from GravityBox)
- Icon Themer by @ruqqq - WinterBoard-like app for Android.
- ResXploit by @WisdomSky - Theme Android in commands easily.
- Smiley Replacer by @rovo89 - Smiley pack chooser for stock SMS/MMS app.
- XThemeEngine by @ruqqq - Theme your device similar to T-Mobile/CM10 Theme Engine.
iv) Jelly Bean-only Mods - Altarnate App Picker by @qwerty12 - Bring back an ICS-style default application picker in Jelly Bean.
- Airplane Mode Helper by @DavisNT - Let apps control airplane mode as they work on pre-4.2 devices.
- Car Dock on 4.2 by @MohammadAG - Restore Car Dock mode on Android 4.2.
- Maximize Widgets by @MohammadAG - Shows lockscreen widgets expanded when you unlock the screen.
- Notification Direct Launcher by @itandy - Avoid keyguard to display when launching notification activities if keyguard is disabled by 3rd party apps.
v) Enablers & Disablers - Disable Google Location consent by @MohammadAG - Auto-agree and disable the prompt when enable Google location service. - New!
- Facebook Home Enabler by @ruqqq - Enable Facebook Home on unsupported devices.
- Google Wallet Patcher by @Entropy512 - Disable network/device checks for Google Wallet.
- Netflix Workaround by @Entropy512 - Allows Netflix to work on CM10.1 on Exynos4 devices. (For Droid Incredible by @Kaepernick & Full guide for Nook Color by @pastordl)
- NFC LockScreenOff Enabler by @qwerty12 - Allows you to keep NFC enabled when the screen is turned off and/or at the lockscreen.
- TWC TV Patcher by @Entropy512 - Allow TWC TV to work on rooted devices and with USB debugging.
- Unsafe Volume by @stammler - Disable safe media volume popup/check.
- XHaloFloatingWindow by @zst123 - Halo popup floating window for every ROMs.
vi) Mods for Security - Master Key Dual Fix by @Tungstwenty - Universal patch for "Master Key" + "Bug 9695860" vulnerabilities.
- PeerBlock For Android by @DragonHunt3r - Block ad hosts, http/https traffic, DNS, etc.
- XPrivacy by @M66B - Privacy Manager to prevent apps from leaking privacy sensitive data.
vii) Others - 3dot Menu Mod by @c3k - Enable 3dot menu button in all applications. - New!
- Adapted Layout for Xperia Apps by @etatto83 - Correct the layout for Movie & Walkman Xperia apps if you are using a hidden or 0px height navbar. - New!
- Android Reverse Tethering by @capslock66 - Surf on your phone using the ADSL of your PC (No Wifi or 3G required). (Only GPlay hack use Xposed Framework.)
- App Settings by @Tungstwenty - Change generic settings (e.g. perceived DPI, rotation behavior, fullscreen, etc.) on a per-app basis. - Select which apps to run at system start.
- BootManager by @defim - Select which apps to run at system start.
- Docomo SIM Patcher by @SBS - Fix for Docomo MVNO data-only SIM "cell standby" battery drain.
- Greenify by @oasisfeng - Hibernate apps when you are not using them to save battery and memory. (Only Experimental Features use Xposed Framework.)
- Keepchat by @sturmen & @stammler - Save your Snapchats automatically. - New?
- Music2SD by @StevenMattera - Force Google Play Music to store your music where you want.
- Pictures2SD by @DavisNT - Makes Camera and Focal apps to save pictures/videos to external SD card.
- ReceiverStop by @defim - Prevent apps to receive broadcasts.
- Ringer & Notification Volume Unlink by @itandy - Separate ringer volume and notification volume as they were before ICS.
- SIM Number Changer by @OXINARF - Change the number registered in your SIM card.
- SMS in Ringer Stream by @OXINARF - Changes SMS audio stream of notifications from 'notification' to 'ringer'
- Snapshare by @stammler - Share images and (portrait) videos via Snapchat.
- Vine Downloader by @MohammadAG - Add a "Download" option to Vine & download the video to /download/Vine directory.
- XVolume by @hansthegeek - Change Media & Call Volume to 30/45 steps.
B. Modules for TouchWiz ROMs
- Disable Clear Defaults Dialog by @MohammadAG - Disable the "Clear Defaults" instructions dialog when you set an app as the default app. - New!
- Extended Toggles by @qwerty12 - Long press toggle buttons to bring up relevant Settings page.
- HoldHome by @BuckeyBall - Remap double-press home to long-press search. - New!
- Multiple Widgets & Camera on Lockscreen by @MohammadAG - Enable multiple widget support and secure camera on secure lockscreen.
- Multiwindow by @Scalee - Enable Multiwindow feature on all Samsung devices.
- Multiwindow Apps Manager by @xperiacle - enable apps to use multiwindow feature.
- Nottach Xposed by @Nottach - Special mods for AT&T Galaxy S4.
- Smart Alarm Icon by @Mantelinho - Change the alarm icon in status bar to be only displayed for a configurable time before alarm will go off.
- S-View Music Controls by @MohammadAG - Allows the S View screen to display songs played in Poweramp or Google Play Music, as well as the album art.
- Unlock Effect Before Security Code by @MohammadAG - Show the light/ripple/circle effect before unlocking the device.
- Wanam Xposed by @wanam - Customize your Samsung Android 4.2+ ROMs (odexed & deodexed) with many useful features.
- XBackground by @xperiacle - Replace background with custom color or image.
- XQuickSettings Toggles Themer by @xperiacle - Customize the colors of various parts of the toggles (incl. background, text color, transparency). (more themes here by @kmokhtar79)
- Xposed HideBattery Module by @mijjah74 - Have the battery bar without the default battery icon.
C. Modules for Sense ROMs
- BlinkFeed Back to Top by @Mantelinho - Enable the back button to scroll to top in BlinkFeed just like the home button for Sense 5.
- Custom Status Bar Opacity by @Mantelinho - Change the opacity of the status bar (when it is transparent in lock screen or launcher).
- Sense 5 Toolbox by @langer hans - Change the order of your EQS tiles + Several mods made for HTC One's stock(-based) ROM.
- Smart Alarm Icon by @Mantelinho - Change the alarm icon in status bar to be only displayed for a configurable time before alarm will go off.
- Xposed Status Bar Tweaks by @agentdr8 - Replace statusbar icons, make statusbar transparent,switch between AT&T, T-Mobile & Intl. signal icons, etc.
D. Modules for Xperia ROMs
- Advanced Power Menu by @kennethso168 - Add Reboot, Soft Reboot, Reboot to Recovery and Screenshot to power menu. (May work for AOSP)
- Xperia Phone Vibrator by @itandy - Vibrate your phone when an outgoing call is connected and ended.
- Xperia V Mods by @ruqqq - Various tweaks for Xperia T, TX, TL & V.
- Xposed DTN Disabler by @dully79 - Remove the popup when you enable/disable mobile data.
E. Modules for AOSP ROMs
- CyanogenMod PieControls Mod by @12alex21 - Theme the CM 10.1 & 10.2 Pie controls + Enable them on device without softkeys.
- Exchange Bypass by @prng - Bypass Exchange Security requirements such as the PIN lock requirement in AOSP ROMs. - New!
- XLockY by @FemBlack - Change the lockscreen lock icon, glow got color, lock ring icon, etc.
In case you want to uninstall this there is option in Xposed installer app or if you bricked your device you can flash XPOSED-Disabler through ClockWorkRecovery
VIA XDA
Thanks to cities514 & rovo89
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: How To Customize your phone without custom rom
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://apk-1mobile.blogspot.com/2013/09/how-to-customize-your-phone-without.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar