[Q] answer to call with swipe or hold - Nokia X

how we answer the call with swipe look like samsung or hold green square ? (witout rooting )

i rooted my device ^_^ now you can tell me any way for rooted nokia x

easy
The_WarriorII said:
i rooted my device ^_^ now you can tell me any way for rooted nokia x
Click to expand...
Click to collapse
if u've got root access just install a custom rom!! u'll get everything u want
the best custom rom! stable! is of dhacker9 ! available in android orignal development section of nokia x forum
just install that n u'll get what u want
pls dont forget to hit thanks pls

bunty786 said:
if u've got root access just install a custom rom!! u'll get everything u want
the best custom rom! stable! is of dhacker9 ! available in android orignal development section of nokia x forum
just install that n u'll get what u want
pls dont forget to hit thanks pls
Click to expand...
Click to collapse
ok , but some custom rom have some problem ,what about that custom rom ?
can i do every thing in a orginal rom ?
and where is dhacker9 rom ? i can not find that !

The_WarriorII said:
ok , but some custom rom have some problem ,what about that custom rom ?
can i do every thing in a orginal rom ?
and where is dhacker9 rom ? i can not find that !
Click to expand...
Click to collapse
install LEWA os (custom rom) best custom roms out there..! everythings works like charm.!
smooth/fast
download the smoothest version from here
https://docs.google.com/file/d/0B3pCNOGBTi1WSmVSRy1WZVYxR1U/edit
pls hit thnxx broder :good:

bunty786 said:
install LEWA os (custom rom) best custom roms out there..! everythings works like charm.!
smooth/fast
download the smoothest version from here
https://docs.google.com/file/d/0B3pCNOGBTi1WSmVSRy1WZVYxR1U/edit
pls hit thnxx broder :good:
Click to expand...
Click to collapse
i installed that custom rom but i do not like that ! then i restore my backup and back to my orginal rom
but i see some thing good on that custom rom ! the status bar was good on that ! can i install only that status bar in my phone i the orginal rom ?

The_WarriorII said:
i installed that custom rom but i do not like that ! then i restore my backup and back to my orginal rom
but i see some thing good on that custom rom ! the status bar was good on that ! can i install only that status bar in my phone i the orginal rom ?
Click to expand...
Click to collapse
just dump ur rom and modify according to ur wish,.... or other method... just install xpoosed framework and just modify ur preinstalled status bar to any modified uh want :good:
hit thnx

dear bunty iam a beginner and i donot understand any think you sayd to me
can you tell what i should to do with xpoosed ? plz tell me step by step ,,tnx ^_^

cheers
The_WarriorII said:
dear bunty iam a beginner and i donot understand any think you sayd to me
can you tell what i should to do with xpoosed ? plz tell me step by step ,,tnx ^_^
Click to expand...
Click to collapse
Requirement:-
1.Custom REcovery (very imp)
2.make nandroid backup before doing anything
3.xposed framework.apk
4. li'l bit common knowledge
5.modules
In this thread, I'm presenting a framework which gives you the possibility to modify your ROM - without modifying any APK (developers) or flashing (users)!
Quote:
Quick guide what kind of posts is allowed in this thread and what is not allowed.
If you don't follow the rules, you might get notified (sometimes friendly, sometimes angrily) that you're doing it wrong, but your post might as well be ignored.
NO posts without reading at least the first two posts and searching the thread => I and other people have spent hundreds of hours developing and supporting Xposed, we expect at least this much of respect
NO support for any modules here => use the module's forum instead, don't even try to post here
NO questions whether there is a module for XYZ exists => check the builtin repository and this thread: http://forum.xda-developers.com/show....php?t=2327541
NO requests for new modules => check this thread if it has been requested before, otherwise ask nicely there: http://forum.xda-developers.com/show....php?t=2327541
NO, you don't get any support via PM either => for the points above, do as pointed out, for allowed things always post in this thread (unless you want to share logs with sensitive data)
YES, you can report bugs for the framework => make sure that you followed the instructions and can reproduce it without any active modules
YES, you can get support if you have issues with the Xposed Installer (e.g. you can't install the framework) => make sure you read the instructions and searched in the thread for similar problems
YES, I will support module developers with specific questions (e.g. how to hook a certain method) => you must have read the development tutorial and give as much context as needed to make it easy for me or others to answer (code always helps!)
YES, you can suggest new features for the API (as a module developer) or the Xposed Installer here => again, no requests about modules
For a quick start, have a look at XDA's "Android Basics 101" on Xposed: http://www.youtube.com/watch?v=uRR0Flqx9M8
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:
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.
Download:
You can download the installer from http://dl.xposed.info/latest.apk. The attached disabler zip is only needed if you are in a boot loop.
An experimental version for Gingerbread made by liudongmiao can be found here: http://forum.xda-developers.com/show...4#post44034334 (no support from my side though)
How to install:
First 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 the Xposed Installer APK and install it
Launch the Xposed Installer, go to the "Framework" section and click on "Install/Update"
In case you get a Segmentation Fault error, please install this additional app (not needed if the installation worked fine).
Reboot
Done!
You can verify this by starting the Xposed Installer again. If app_process jumped back to an older version (or none at all), you probably have a ROM with S-On or similar, which reverts any changes to /system after a reboot. Use installation via recovery in such cases.
For any modules you want to install:
Download <module>.apk and install it
Launch the Xposed Installer and go to the "Modules" section (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!
(note that you can install the framework and enable/disable multiple modules at once and reboot afterwards)
In case you get into a boot loop:
First, try using the safemode by pressing any hardware key repeatedly. You can find a short explanation how it works here.
If that doesn't work, you can flash the attached Xposed-Disabler-Recovery.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
Modules:
The official repository for Xposed modules, which can also be access from within the app itself (with download/update support), can be found at http://repo.xposed.info
You can also have a look at this index: http://forum.xda-developers.com/show....php?t=2327541
Please don't use this thread for problems with modules! Use the thread of the module instead.
How to write a module:
If you are an interested developer, give it a try. The development tutorial will help you get started. Further documentation (e.g. how to replace resources) is here. And of course, you can ask your development questions in this thread.
If you have suggestions for new functions the framework could provide (which means they should be useful for more than your module), you can do this here as well. However, requests that I or somewhen else should write a module for xyz are NOT allowed here. Again, this thread is only about the framework.
Changelog:
1.0: Initial version
1.1: ???
1.2: Installer
1.5: Resource replacing
1.6: Some fixes and improvements [629 downloads]
2.0 rc2: Lots of thing redone. Supports (temporarily) replacing native libraries, lots of additions and changes for developers. [3,234 downloads]
2.0: Removed the native library replacement again, support for 4.1 and 4.2, Instagram crash fixed, ... [631 downloads]
2.0.1: Fixed a crash when a module tries to hook a function with "long" or "double" parameters [930 downloads]
2.0.2: Fixed a problem which resulted in a boot loop [4,310 downloads]
2.1: Various improvements, e.g. earlier callbacks for module loading. For details, see this post. [345 downloads]
2.1.1: Fixed a bug in drawable replacements [5,421 downloads]
2.1.2: Small fixes, added Chinese and Russian translations [11,415 downloads]
2.1.3: Reverted a change in 2.1.2 that caused bootloops; new translations and some more fixes [46,803 downloads]
2.1.4: Support for Galaxy S4 and HTC One plus a few minor fixes/enhancements (details) [208,176 downloads]
2.2: Builtin updater/module downloader, extended UI, support for Android 4.3 and more (details) [241,267 downloads]
2.3: x86, Knox, MIUI support (experimental), context menu in modules list and more (details) [18,219 downloads]
2.3.1: "Segmentation fault" during installation fixed [679,333 downloads]
2.4: Support for Android 4.4, performance improvements, log viewer, active check (details) [101,613 downloads]
2.4.1: Fixed bootloop on some x86 ROMs [2,537,642 downloads]
2.5: Rewritten installation, safemode, more compatibility (details) [821,792 downloads]
2.5.1: Compatibility with new CM11 nightlies and LG G2 theming engine
Source code:
https://github.com/rovo89/Xposed (the C++ part)
https://github.com/rovo89/XposedBridge (the Java part)
https://github.com/rovo89/XposedInstaller (Installer app)
Thanks to:
Tungstwenty for his many contributions, both in code and thoughts
XDA admins, news writers and supporters for making Xposed known to so many people
All those volunteers who help answering questions about Xposed
The people who donated to get me a Nexus 5 for earlier KitKat support
Translators:
[ar] Arabic: aljohanei
[az] Azerbaijani: hero355
[bg] Bulgarian: Stefan Stefanov
[ca] Catalan: Albert Samaniego, David Vaz Guijarro
[cs] Czech: Aleš Berka, Petr Reznícek
[de] German: rovo89, Nils Wasser
[el] Greek: Theodore Keloglou
[es] Spanish: David Vaz Guijarro
[fr] French: tonymanou
[gl] Galician: David Vaz Guijarro
[hu] Hungarian: Adam77Root
[id] Indonesian: AngSanley
[it] Italian: Vincenzo Cerminara
[iw] Hebrew: DubelBoom
[ja] Japanese: Noumi Ryoko
[ko] Korean: marbulas
[ms] Malay: Abe Atok
[nb] Norwegian Bokmål: rosaage
[nl] Dutch: Gert-Jan Anema, Leonard Simonse, Martin Coulon
[pl] Polish: czeci
[pt-rBR] Portuguese (Brazil): Marcio Andrade
[ro] Romanian: razorsbk
[ru] Russian: michfood
[sk] Slovak: pyler
[sr] Serbian: maleksa
[sv] Swedish: Fredrik Lundberg
[tr] Turkish: TheNorth34
[vi] Vietnamese: alienyd
[zh-rCN] Chinese (China): Cye3s, liveasx, Yeechan Lu
[zh-rTW] Chinese (Taiwan): Cye3s
THe guide is of @rovo89
so all credits goes to him
SImple just download the xposed framework.apk
install it like regular one..!
and then go to the "Framework" section and click on "Install/Update"
then select reboot and if ur phone gets rebooted and the home screen comes
then congrats u've successfully installed the xposed framework...!
if any case u get boot loop..! ! then just goto ur custom recovery(imp) and select install and select the disabler xposed .zip and flash it..! ur boot loop issue will be solved download this disabler xposed (IMP)and put it in ur sd/internal (anywhere) ( http://forum.xda-developers.com/attachment.php?attachmentid=2568891&d=1391958634)
PLEASE HIT THANKS PLEASE

oh really thank you but i mean was how can in change my status bar to some thing like samsung status bar ,, pls tell me this with step bye step
i now what is xpoosed,,i no how can i work with that but i do not now how can i work with xblash or another xpoosedapps to change my status bar and change that to some thing like samsung status bar !
so this is my problem ( choose what option on Xblast or another xpoosedapss to change my status bar to some thing like samsung status bar ! )

my Nokia s rooted, stock rom
now, who can show me how to change answer call screen, plz

Related

[ROM]**9/13/09** Drizzy's Custom Hero Mod-V2.0 "Full Chinese support added"

Please Keep Thread on topic
Please keep this a friendly thread
Please do some research before you post
& please enjoy!!!
Click to expand...
Click to collapse
My thanks go to:
Stericson, Twisted, Barak, www.Androidspin.com , Modaco and the XDA community!!
***************************************
***************************************
"You will need"
: Root
: Recovery Image posted on 3rd post
***************************************
***************************************
"What has been added"
: BizCardReader
: Java
: su/root/superuser.apk
: term.apk
: new busybox
: new rosie "optimized"
: framework png's edited
: haykuro's apn list
: added lots of languages
: resource.apk edited
: edit customize folder
: apps to sd runs on initial boot
: linux-swap
: ext2/3/4
: full lockscreen look
: added spare parts
: added voice search
: updated libs
: Gmail/market.png now hero style
: Hero look on gmail/setup wizard
: removed learn more.apk
*******************************************
*******************************************
For those wondering what Build is 2.86.110.6 it is from a Unreleased HTC Sense UI phone I do Have the RUU but cannot leak due to source "though I have put this build together for you all to play with!"
*******************************************
*******************************************
"I am not responsible for any bricks or any damages done to your phone"
Based off 2.86.110.6 un-released build, this has tons of mods and edits, hope you all enjoy!!!
: Please read disclaimer before flashing
: Please wipe
: Please reformat ext
Click to expand...
Click to collapse
"Please read Change-Log"
V2.0.:
DDR-V2.0-Hero-Users.zip
MD5: DA801E117B5A887D41EA314C3C46FF16
If you like what I do follow me on Twitter
***********************************
***********************************
"Change-log"
"V2.0"
: added user.conf
: added nano "thanks modaco"
: added dalvik-to sd by default
: added default swap to 30MB
: added launcher back in
: added tun.ko
: Linux-swap support for partitioned sd cards
: ext2/3/4 support
: added different HTC_IME fixes keyboard lag issues
: fixed Rosie issues
: new apps to sd runs on initial boot "thanks to cyanogen modified by JAC"
: linux-swap on set by default
: added xbin files "like 15"
: fixed htc contacts issues
: added new stale image for Rosie and boot
: added all Chinese support back on
: added Chinese languages
: added plurk "not in setup by default, sign in thru apk"
: added custom locale apk
: added some Chinese apk's
: removed wap browser
: removed htc scenes
"V1.0"
: 1st release
Info and upgrade's!!!!
For more info on Radio Upgrades and roms please visit Modaco's website or just follow the links posted below thank you!!!
Thanks Modaco!!!
ENSURE YOU DO A NANDROID BACKUP SO YOU CAN 'ROLL BACK' IF REQUIRED!
A 'wipe' is MANDATORY when installing this ROM and you MUST do this BEFORE applying the update zip (as the update zip puts files on the data partition)! I also recommend you install the latest radio from my 'update zips' topic if you have not done so.
Please note that first boot may take a little while, especially if you have a lot of apps on your A2SD partition. Be patient! If you want a real clean start or you have issues with your existing A2SD installed apps when you boot, you need to wipe your EXT3 partition on SD too by executing 'adb shell rm -r /system/sd/app', 'adb shell rm -r /system/sd/app-private' and 'adb shell reboot'
The ROM is in an update.zip format for installation via the custom recovery image HERE , I also recommend installing the latest radio (63.18.55.06EU_6.35.06.18 at time of writing). As always, do a Nandroid backup before you do anything... just in case! LATEST RADIO
For the complete newbies, these are the steps you need to take with a 'virgin' Hero:
- Download the patched recovery image linked above and install as detailed in that post
- Download this custom ROM, and copy it to your SD card
- Enter the recovery image (if you're not in it already) by powering on while pressing 'home'
- Select 'nandroid backup' from the menu to do a backup
- If you copied the custom rom as update.zip, select 'apply sdcard:update.zip', else select the option below.
- all done
If you would like to remove parts of the ROM that you do not use, see this post. HERE
Feedback / feature requests welcome!
Wow, gonna try this.
Is it necessary to wipe when coming of Modaco 2.2?
arene said:
Wow, gonna try this.
Is it necessary to wipe when coming of Modaco 2.2?
Click to expand...
Click to collapse
yes wipe! or you will run into many errors!
you got a hero?
Nice!!!
enlightener said:
you got a hero?
Nice!!!
Click to expand...
Click to collapse
yes sir I did lol!!!
Nice one mate.... good to see you with a Hero!!!
I tried The Rom.. Unfortunately, all the same problems exist.
1>search in browser in landscape mode, keyboard bounces.
2>sms delivery report time shows 7 mins. later than actual.
3>Advanced task manager does not show memory inso and system tab force closes (the 3rd problem is what i dont like),
I'm quite sure there is some problem in these modified roms(even the modaco one, Ive tried them all) because when i install the rooted unmodified rom from modaco the 3rd problem is solved it works fine(not that i really need this app. its just that some where in the back of my head i feel something is not right in the rom that causes this, which might later on be a problem with some other apps also). and i also added a2sd later on which worked fine. and the 1st and 2nd problem exists in all the roms(modified, unmodified, rooted, and unrooted stock roms). if you could please solve the 3rd problem it would be gr8.
I'm very keen to try this rom...
Could anyone explain how to make the 3 partitions which are required.
Just to confirm: a partitioned sd card is not optional for this rom? When fiddling with the modaco Rom I never bothered.
basbroens said:
I'm very keen to try this rom...
Could anyone explain how to make the 3 partitions which are required.
Click to expand...
Click to collapse
3 partitions not neede!
aleck_eagle said:
I tried The Rom.. Unfortunately, all the same problems exist.
1>search in browser in landscape mode, keyboard bounces.
2>sms delivery report time shows 7 mins. later than actual.
3>Advanced task manager does not show memory inso and system tab force closes (the 3rd problem is what i dont like),
I'm quite sure there is some problem in these modified roms(even the modaco one, Ive tried them all) because when i install the rooted unmodified rom from modaco the 3rd problem is solved it works fine(not that i really need this app. its just that some where in the back of my head i feel something is not right in the rom that causes this, which might later on be a problem with some other apps also). and i also added a2sd later on which worked fine. and the 1st and 2nd problem exists in all the roms(modified, unmodified, rooted, and unrooted stock roms). if you could please solve the 3rd problem it would be gr8.
Click to expand...
Click to collapse
send me the logcat!
remember I am USA time so I sleep when you all are testing so always be patient as I am trying to wok on this build as much as possible!
I will have an update tomorrow for you all!
Seem to have lost some apps from market ones im having trouble with being Maize's Digital Clock Widget and Autostart.
Any ideas?
Drizzy, have I told you - 'I never cried when pac died, but I probably will when my hero does'
Good release Drizzy, will try it as soon as I get home!
What's in your opinion better than in MoDaCos Rom 2.2, Drizzy?
Why should I flash yours instead of?
what's this "2.86.110.6 un-released build"? A new update coming up?
Interesting change of style to the notifications area - not sure if I like it or not!
Also the lock screen - how did you manage to edit it?
As above
what's this "2.86.110.6 un-released build"? A new update coming up?
Click to expand...
Click to collapse
Any chance of some screen shots so we can see the visual differences?

[GT-S5660][ROM] Jonas Hendrickx's ROM v3.1 [2.3.5][XXKS2]

About this ROM
This ROM is all about battery, performance and stability. GioPro, SimpliGio, and Sgg dt have many tweaks which are not working due to syntax errors. While some others may work but are not optimized for our Gio. Don't get me wrong. They are great roms! But I hope I can correct what I feel they did wrong.
Screenshots
Features
- ROM Base: XXKS2 (Android 2.3.5)
- Stock rooted
- Deodexed
- Zipaligned
- Custom themes
- Fixed Gingerbread lag
- Clean ROM
- Improved performance
- Improved battery life
- Improved stability
- Integrated APP2SD by darktremor
- Tweaks from GioPro, SimplyGio, Sgg dt and even tweaked them for better results
Downloads
v3.1 - GT-S5660XXKS2(2.3.5)
v2.3 - GT-S5660XXKQG(2.3.4)
Download List
Froyo KC6 build of my ROM is coming soon for those who do not like Gingerbread
Click to expand...
Click to collapse
Donate me if you like my work
Installation procedure
Download mode: Volume down + Home + Power button (do this when talking about flashing with odin)
Recovery mode: Homebutton + power button (do this when talking about wiping data,cache and dalvik cache)
1. Download v3.1 - GT-S5660XXKS2(2.3.5) first.
2. Flash with Odin and OPS file
3. Boot into CWM Recovery: Home + Powerbutton (hold both)
4. Wipe data, wipe cache, and wipe dalvik cache
app2sd 1. Format partitions like this: 1-fat32 & 2-ext2 (Use EASUS Partition Manager for example to do the job)
app2sd 2. Run APPSDGUI and change whatever you want.
app2sd 3. Reboot
Themes
If you are experienced in theming, feel free to do so for my ROM. I will happily add them to this page.
Issues
- KS2 has Wifi detection problems. Try setting the Wifi scan interval lower in the build.prop (15-60)
Changelog
-v3.1 06/10/2011
- Forgot to deodex and zipalign in previous version. This ROM is now deodexed and zipaligned
Click to expand...
Click to collapse
-v3.0 06/10/2011
- Updated base to XXKS2(2.3.5)
Click to expand...
Click to collapse
-v2.3 02/10/2011
- Dalvik heapsize increased to 80m for testing.
- init.d auto detect scripts
- APP2SDGUI integrated
- And some more tweaks.
Click to expand...
Click to collapse
-v2.2 22/09/2011
-v2.1 19/09/2011
ROM released
Version 1.1 uploaded at http://code.google.com/p/gt-s5660-jonashendrickx-rom
Added app2sd support
Let me know what you think of it
Hi,
Can you give me the link for app2sd? There was link before. Please beacause i cant, do it in my gio.
woda85 said:
Hi,
Can you give me the link for app2sd? There was link before. Please beacause i cant, do it in my gio.
Click to expand...
Click to collapse
I had integrated app2sd. But it was not working on reboot. So I had to reapply it again.
I am currently asking people for help on how I can keep a2sd on start.
However a2sd can be found here
http://forum.xda-developers.com/showthread.php?t=1209425
If you happen to know a solution on how to auto start scripts let me know
i dont know. for link2sd i use script manager to run "install-recovery.sh"
I will look for script manager.I will work as fast as possible
good work !! screenshot plz
djjonastybe said:
I will be making custom ROMS for Android in the near future.
Features
- The latest ROM base available
- CWM Recovery
- Stock rooted
- Deodexing: means that this ROM is themeable
- Zipaligned: all *.apk and *.jar files are optimized for faster access and smaller file size
- This ROM is themeable
- Tweaks for RAM, ...
- Replaced default messaging app with Go SMS Pro
- Replaced touchwiz launcher with GO Launcher Ex
To do:
- LCD Density
- integrated CWM recovery
- 5 lockscreen mod
- extended power menu
- app2sd (need help on how to auto start the scripts???)
Downloads
Installation procedure
For best results, flash this ROM first:
http://hotfile.com/dl/128609834/5d1ee8e/S5660XXKQB_S5660XXKQ5_S5660PRTKQ4.rar.html
Pass: samfirmware.com
1. Open up odin
2. Connect phone to computer (make sure it is in debugging mode)
2. Select 'One package'
3. Now select the package where you have downloaded or extracted my ROM
4. Press 'Start' - WARNING DO NOT DISCONNECT!
5. Reboot to recovery and do a data wipe/reset. Else in the phone dialer type *2767*3855# for a reset.
Donation
Donation is always welcome. Donation can be done to [email protected] @ Paypal
I also have a international bank account...
Donation money will only be spent for buying a second Gio or will only be spent for use in my project.
Helping
Help is greatly appreciated. If you are interested to share information let me know...
Credits
dharamg3
Click to expand...
Click to collapse
Please, no default ROM manager. There are users who brick their phones using ROM manager, apparently without doing stupid things. Please see here: http://s5660.pl/temat-martwy-gio
forum is in polish, but google translate will do a good job
And if I'm allowed, please let me tell what I would like to see on a "generic" custom rom:
- rooted;
- root explorer integrated;
- deodexed;
- phone should not be unlock by menu (power) button + left touch button (as with gio versions);
- safe tweaks to memory;
- a2sd installed but not activated (I don't like logs full of errors from a2sd);
- GUI: icons from GIOpro_v3, CRT animation, unlock buttons from simplygio (the round blue-red ones, with a sharp corner) - or a separate theme (maybe editable by userd) that can be applied;
- default: launcher (can be changed by user, no big deal), music player, no app that can be installed simply from market or internet.
Thank you for sharing your knowledge and (the most important!) your work with us!
Screenshot Please.
I also would like to not to have unlock by menu option.
Screenshots coming!
Do you guys mind I replaced the default messaging mms.apk with Go SMS Pro? Since there happens to be a bug in mms.apk on every Gio that makes the keyboard appear relatively slower.
v1.4 will feature Touchwiz launcher again, removed CWM
djjonastybe said:
Screenshots coming!
Do you guys mind I replaced the default messaging mms.apk with Go SMS Pro? Since there happens to be a bug in mms.apk on every Gio that makes the keyboard appear relatively slower.
v1.4 will feature Touchwiz launcher again, removed CWM
Click to expand...
Click to collapse
Go SMS Pro is free on the market, and removing mms.apk is easy with root explorer, isn't? I don't think you should bother replacing the default one.
In place, I propose to do something like Slax:simple updates that can be applied over the ROM, to add (or change) functionality.
so, for example, there should be one update to replace the default messaging application with Go SMS Pro.
is-it reasonable? it should help you to release a clean bug-free ROM, and users will not flash the whole system over and over again. IMHO this will be great.
esilviu said:
- root explorer integrated;QUOTE]
That would voilate xda warez policy.
As for gui easy use uot kitchen
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
r33p said:
esilviu said:
- root explorer integrated;QUOTE]
That would voilate xda warez policy.
As for gui easy use uot kitchen
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
-then don't include root explorer (but prepare all the background for it to work properly)
-uot kitchen is online for the moment... who will know how it will be a week from now... but yes, it's a good idea to have a few themes as zip file to be updated on the phone.
Click to expand...
Click to collapse
Root Explorer suckes in my opinion...
Try looking for Advanced Tools (free)
It has a built in task manager which is able to see everything. Not just running programs, even the acore etc...
The file explorer is far superior to those I have seen. You also have like 4 tabs.
A build.prop editor is also in it.
If you guys want I will release a quick fix with just the Mms.apk and touchwiz30launcher.apk back in action. But I am actually working on ext2 conversion and support for /cache /data and /system for our phone... So far it works, I have Quadrant score of 1600
djjonastybe said:
Try looking for Advanced Tools (free)
If you guys want I will release a quick fix with just the Mms.apk and touchwiz30launcher.apk back in action. But I am actually working on ext2 conversion and support for /cache /data and /system for our phone... So far it works, I have Quadrant score of 1600
Click to expand...
Click to collapse
Advanced Tools is looking good, but I did not test-it enough (yet).
1600 on Quadrant is quite a good score, it just tell us that you are on the right way!
I understand that at this moment moving/extending some folders on the sdcard is the hardest part. What happens with the system when card is connected as storage on the PC? Only fat32 partition is unmounted? More...I'm almost sure that the speed of sdcard is inferior to the speed of internal storage, so moving everything on the card will slow-down the phone. Installing conventional linux on sdcard/usbstick is not recommended: usual read-write cycles of the OS wear the sdcard/usbstick very fast.
So, imho, only the storage folder of android OS should be moved.
I still vote for a minimum modified ROM, that will allow any other modification with only "updates" and simple file replace/edit on the OS.
and another thought: "free RAM is useless RAM",
in other words: internal memory of the phone should not be as empty as possibly... (it's like you have a fast car in the garage but you use a slow and hungry cart to drive)
GT-S5660M ?
Will this work on the Samsung GT-S5660M
This is apparently slightly different version that is sold in Canada by Bell and Virgin Mobile. This thread explains more about the differences
If I5660XXKQB works for your phone then this one will work as well.
My personal opinion is every model has its own firmware. For the best experience of your phone and the least bugs, you should use your own phone's firmware for your safety.
But I remember I5800 and I5801 being fully compatible with eachother. But this wasnt the case for I5000 and I5000L for example. Honestly I don't know it is you having that phone !

[ROM]ECHOE V12 S.E.P-TW-4.3-MK2/AnyCarrier-SS-KNOXfree-CLEAN-FAST-THEMED-gogoliePORT

After receiving the go ahead from friedrich420 to go ahead with this port I decided to get it out quick. I'm not sure if that'd make it official or not I'll have to see.
Gogolie'sROM Port:ECHOE V12 See.Emily.Play.-TW-4.3-MK2/AnyCarrier-SS-KNOXfree-CLEAN-FAST-THEMED-OFFICIALPORTROM - SAFESTRAP (Install to any slot and restore to Stock slot too! Compatible with VZW - AT&T - TMO and can be installed on MDK/MDL and should be any phone with TWRP recovery.
original vzw port thread (post questions there or search actual rom's thread for more info)
If you dont know ECHOE get familiar (read the 1400 page thread.). This version features a cool Floyd theme. Restore it to your stock slot in Safestrap or to any slot you like or restore it with TWRP/Philz any recovery that is TWRP compatible should work. AT&T and other carriers may need to flash your MK2 modules or add in TMO APN / AT&T APN settings to get this beast working 100%. If that didn't fix your problem then you need to install the GSM / LTE carrier modem (just guessing that your GSM if you can't get this going as thats been only complaint of lost data and he was able to fix it with proper carrier modem).
Known issues/Not Working (only for select users):
No issues exist if phone is setup properly. however...
If it doesnt work for you I'm sorry your best bet if your on VZW is SS with something else installed stock slot would be mk2/mj7 stock odin, reroot, ss,(I go to MK2 as I have best speeds and benchmarks with it) n I know it will work flawlessly if rooted and setup as described cause I've used this ROM package on 7 phones for clients (1 AT&T, 2 TMOs one with mdl bootloader and one with locked and 4 VZWs).... enjoy took me some time to put together so if it works thank me or better yet donate so you can see updates and more roms!
Due to packaging restraints and installation issues a familiar format like .zip is not available yet but will be soon. Until then please use the TWRP/SS restore option as its a more viable install and can be restored onto any slot including Stock through Safestrap. If someone wants to help the cause please install this through philztouch then create a zip from the rom do not flash anything else over the rom and upload the zip and PM me the link it'd help me out a lot!
Lil about me: I'm a now broke, technically I'm disabled (w/ 4 crushed discs in spine the gov says I'm too young to get disability and shouldn't admit that MMJ medicine works for me they=heartless pricks)I'm a full time single parent of a 1 yr old so I don't get a lot of time for my passions anymore. ex award winning programmer (lost the love for it, be sure to copyright anything you intellectually own especially when it comes to working with G or MS. they'll steal your everything claim you signed it over and hang you out to dry) now i'm just a fellow android lover with a knack for making things work when they normally won't, experimenting, coding,scripting, anything I feel like doing so if this or any of my other creations or additions to your phone helped you in any way help keep my kid in fresh diapers or put a beer in my hand please. Anything is better than nothing I have spent countless hours learning testing and everything in between to bring you cool stuff like this. Thanks!
Install:
Unzip into your new SS backup dir into your backup Safestrap folder in a folder like gogolies-echoe12v3 make sure all files are simply in 1 folder and that folder is in your backup directory and restore to a ***blank/newly created or STOCK*** rom slot. I went super small as small as SS would allow for slot creation. If your getting an error on restoring be sure to try deleting the slot and re-adding it then restoring the system files. If your WiFi doesn't work try flashing MJ7 or MK2 SS modules but only flash modules after 1st booting up rom and knowing wifi isnt working. 1st boot takes time plz allow a minute after loading up 1st time.
Download SS/TWRP Install by Restores NEW VERSION #420!!:
http://www.androidfilehost.com/?fid=23329332407567255
Special thanks to: my local testers the THCX boys! and friedrich420 and the team that created echoe.
Surge1223, Hashcode, rarffaele88, snakes, jrkruse, ktoonsez,open1your1eyes, sbreen94, k1mu, old&slow, beanstown106, Dubbsy, invisiblek, nitroglycerine33, jovy23, andybones and anyone else contributing anything toward development!
-gogolie
friedrich420 said:
The ECHOE TEAM PROUDLY PRESENTS:​ Echoe Rom v12 "See Emily Play"
​
A Supersonic Rom for the Galaxy S4​
FEATURES:
[/COLOR]
*Prerooted
*Zipaligned
*Deodexed
*Build.prop tweaks (seriously, TOO MANY to list...)
*Ex-FAT Support
*Custom Echoe Rom Settings allow for FULL CUSTOMIZATION of your phone (Check Screenshots)
*Complete Phone DPI Control
*Echoe Extended 4-way Power Menu
*With Viper4Android
*The AMAZING Echoe1%BatteryMod
*The OG Battery Mod (credits @OsamaGhareeb ,XDA THREAD
*The AMAZING Echoe Lockscreen Flare
*Keyboard with secondary symbols for all languages enabled
*Fully Functional Call Recording and Full Caller ID thanks to @Carotix XDA THREAD
*Added the Kit Kat Google Camera and Google Gallery from Nexus 5 with Fully Functional Photosphere
*Modded Stock Samsung Camera with ability to take pics with the Power Button, with less than 15% power left,
and with music on if you choose to do so
*Unlocked all the Hidden Features from Stock MMS/SMS application (thanks to this INCREDIBLE GUIDE BY jovy23 THANK YOU!!!): XDA THREAD
*No SMStoMMS conversion
*SMS/MMS Custom smileys (No more UGLY Green ones)
*SMS/MMS Show sent time instead of time received
*Save and Restore SMS/MMS to SD Card
*Enabled group messaging
*Unlimited SMS recipients
*Enabled Split View Mode in SMS/MMS Settings
*Enabled Screen On/Off Toggle in SMS/MMS Settings
*Increased the SMS hour limit to 1000
*Enabled All System Languages by Default (thanks to the GREAT wanam!!!)
*Exit menu in stock web browser
*No more annoying SMS logs in Call Logs
*Extended Speed Dial Entries to 100
*Enabled Call Button in Contacts
*Added Shutter Sound Menu in Camera Settings
*Functional Torchlight that can be enabled with screen off (In Settings/Device/Display)
*Enabled 2 Additional Options in System Settings:
Call Settings and Call/Message Block (They are under Settings/ Device)
*Added Shutter Sound Menu in Camera Settings
*Added custom color in Calendar (Sat and Sun are a bit more colorful now)
*Added Transparent Accuweather Widget
*Extended Speed-Dial Entries to 100
*Modded TW Launcher
*Disabled Email Exchange Security
*Added Latest Xposed Framework (Credits: rovo89), Xposed Framework: XDA THREAD
*Added Wanam Xposed Module: (Credits: Who else??) :silly: XDA THREAD
*Added PerApp DPI Xposed Module (Credits: xperiacle): Per APP Density Setting for Every APP: XDA THREAD
*Added AdAway (THANKS TO THE CREATOR: mrRobinson): XDA THREAD
*Updated to latest SuperSU
*Updated to latest PlayStore
*EXTREMELY FAST & SMOOTH ("SuperSonic")
*VERY BATTERY FRIENDLY
*The MOST BEAUTIFUL Custom Boot Animation and Custom ShutDown Animation by @chavxxx
*Stock and Themed Versions Available​[/COLOR]
[/CENTER]
2. CURRENT ANDROID 4.3 VERSION: 30/12 Echoe Rom v12 "See Emily Play" (Stock and Themed, Full and ULTRA SLIM versions)
(Note: Changelogs for all releases are in post #2)
CHANGELOG:
2. DOWNLOAD LINKS (NO MIRRORS PLEASE!!!)
ECHOE DOWNLOAD CENTER​http://echoerom.com
OLDER DOWNLOADS
I. 21/10 Echoe Rom v.5_PLUS "Celestial Voices" (FULL VERSION)
LINK: http://d-h.st/0gY
MIRROR: http://www.androidfilehost.com/?fid=23189362627839618
I. 21/10 EchoeSLIM Rom v.5+ "Celestial Voices" (approx 700 mb's)
conceptualized, created, directed and maintained SOLELY by the the ONE and ONLY, our Amazing Dev ms. @tschulieh!!! PLEASE SUPPORT HER AS MUCH AS YOU SUPPORT ME!!!
LINK: http://www.androidfilehost.com/?fid=23189362627840115
Mirror: http://d-h.st/QHb
I. 18/10 Echoe Rom v.5 "Celestial Voices" (FULL VERSION)
LINK: http://d-h.st/DBV
Mirror: http://www.androidfilehost.com/?fid=23189362627838168
md5: 457520856428A150D71F1A096E3FF334
DELETED APPS: http://forum.xda-developers.com/showpost.php?p=46643104&postcount=114
EchoeSLIM Info:
***THE AMAZING ECHOE BOOTANIMATION, ECHOE WALLPAPERS AND ECHOE LIVE WALLPAPERS ARE HERE: http://forum.xda-developers.com/showpost.php?p=46610406&postcount=5710 all thanks to @chavxxx***
I. 16/10 Echoe Rom v4.1 "Brain Damage" (FULL VERSION)
LINK: http://www.androidfilehost.com/?fid=23156208500211735
I. 24/09 Echoe Rom v3.1 "Eclipse" (FULL VERSION)
LINK: http://www.androidfilehost.com/?fid=23134718111255157
II. 24/09 Echoe Rom v3.1 "Eclipse" (EchoeSLIM Version)
LINK: http://www.androidfilehost.com/?fid=23134718111255523
Mirror: http://torrentbox.com/torrent_details?returnto=/account-cp.php&id=1899456
III. Deleted Apps from EchoeSLIM version:
Link:ECHOE_Slim_deleted_Files
PLEASE READ POST#3154 FOR INSTRUCTIONS
B. Echoe3Minit (ALL THE CREDITS GO TO @gharrington and @Rixsta)
I. CURRENT VERSION: 3.5Echoe3Minit_v3.1 24SEP
READ INFO FIRST: 3.5Echoe3Minit Info
Download:
A. 3.5Echoe3Minit v3.1 (Version with Big Icons): http://www.androidfilehost.com/?fid=23134718111255491 (A HUGE THANK YOU TO THE WONDERFUL @pas2001)
B. 3.5Echoe3Minit v3.1 (Version with Small icons): http://www.androidfilehost.com/?fid=23134718111255493
I. 18/09 Echoe Rom v3 "Eclipse" (FULL VERSION)
LINK: http://www.androidfilehost.com/?fid=23134718111253663
II. 18/09 Echoe Rom v3 "Eclipse" (EchoeSLIM Version)
LINK: http://www.androidfilehost.com/?fid=23134718111254585
3a. INSTALLATION INSTRUCTIONS
1. Backup
2. Recommended Recovery: PhilZ Touch
3. You need to do a clean install!!! Wipe cache, wipe dalvik cache, Wipe data/factory reset and Wipe System (In Philz recovery use the Following Options: Wipe Data/ Factory Reset/ Clean to Install a New Rom) and then Install Zip (from either external or internal SD depending on where you chose to save the Rom)
4. The installation process takes between 3-5 minutes. Let it do its job Also the 1st boot also takes 3-5 minutes. I would also recommend that before the initial setup, you dont do anything to your phone for 5 minutes... Let it settle and then proceed with the initial setup... That's just my usual ritual with any Rom I flash
Note: Even if you are coming from a previous version of Echoe Rom, it is still STRONGLY RECOMMENDED that you do a full wipe before flashing!!
5. Reboot and Enjoy
6. If by any chance you have any issues with LTE, do the following:
Using Root Explorer or an analogous app go to data >property>persist.radio.lteon.xml open the file in Text Editor and change the value to true. Save and Exit and Reboot
- ALSO READ THIS EXTREMELY HELPFUL AND USER FRIENDLY GUIDE TO FLASHING THE ECHOE ROM CREATED BY @fAiLOfax !!! (Thank you so much!!): http://forum.xda-developers.com/showthread.php?p=47227598#post47227598
3b. FREQUENTLY ASKED QUESTIONS HUGE THANKS TO @Mr.Yawnie
Full/Slim versions:
VERSION 5.0 ONLY
Q: S-browser in missing in v5, where can i get it?
A: It has been removed on purpose as it didn't work with the current kernel (kept FC).
Q: Does 3minit framework work with this rom?
A: No, not yet as 3minit haven't been updated to support android 4.3.
Q: How can i get back the call recording option?
A: With Xposed framework. This module has been confirmed to work.
Q: I have poor connection and/or i keep losing connection occasionally when screen shuts. Is there a fix for this?
A: Yes. Flash mj5 modem in Odin.
VERSION 4.0/4.1 ONLY
Q: I don't have the S-Browser and Samsung keyboard! Please help!!"
A: Both the stock browser and keyboard have been deleted on purpose since they did not work well with the 4.3 leak and kept FC. You may try to install them back yourself and most likely you'll face the issues mentioned.
Q: My wi-fi keeps forgetting the ssid and it takes 30 seconds to connect. How can i fix this?
A: This is an issue in version 4.0 only, and has been fixed in v4.1. Please update your rom.
Q: My LTE signal doesn't stay on when i turn off the screen. I lose my connection completely. Is there i fix for this?
A: This is a known issue and has been mentioned in OP as a bug. In Connections/ More Networks/ Mobile Networks/Network Mode choose GSM. You can choose LTE if you want but unless you are in an area that has non-stop LTE coverage, you will face the following bug: when your screen is off, it will lose the networks and stop mobile data. That wont happen when the screen is on and its really fast. So the solution would be to have the GSM option ticked and that way you still have mobile data even with screen off.
Q: I don't like the custom EchoeRom background. How can i get back to stock?
A: To revert back to stock background please flash this .zip https://mega.co.nz/#!CwoDBRyK!Pk7V9m8tzpwxTby-dZub7yeWLB4oCXmTeSU-CWCUdJ4
ALL VERSIONS
Q: Is there a possibility of getting knox status 0x1 and thus void root when flashing this rom?
A: No, Echoe roms does not include bootloader so you will still have the old bootloader if you had it prior to flashing Echoe rom. This way you can still have an old bootloader with fully working newer firmware bases, even the new 4.3!
Q: I have lost the brightness bar after flashing Echoe V 3.1. How can I reinstall it back?
A: It has been removed on purpose, however you can get it back by flashing either one of the .zips below:
Add Brightness Bar: https://www.dropbox.com/s/hxsp1xo333ivim0/AddBrightnessBar.zip
Add Brightness Bar and Remove Transparent Background: https://www.dropbox.com/s/4xzkpd3w2mney8a/RemoveTransparentBGandADDBrightnessBar.zip
Q: How to disable 4-way rotating lockscreen?
A: You can just flash one of the .zips below and remove either just the lockscreen rotation or both lockscreen and 4-way screen rotation.
Remove Lockscreen Rotation (in other words, to keep just the 4way screen rotation): https://www.dropbox.com/s/9z1eghz9lfpyb54/4wayRotation.zip
Remove both Lockscreen Rotation and 4way Rotation: https://www.dropbox.com/s/v2kuqbt6ni32iit/RemoveLockscreenand4wayRotation.zip
Q: LTE is not working, how can i fix it?
A: Using Root Explorer or an analogous app go to data >property>persist.radio.lteon.xml open the file in Text Editor and change the value to true. Save and Exit and Reboot. (if you don't have the persist.radio.lteon.xml file, download and paste it from https://mega.co.nz/#!cJhQkSBI!c3AqJDWYv0sleCNjLvFlbkhnn34b1Y7TdXwa51ajurw and change permissions to rw---)
If this doesn't work and you don't have LTE option in settings, try downloading and flashing this zip Http://l.bitcasa.com/p3BbVcQo.
Q: Is there a way to enable fast charge?
A: Currently Adam kernel does not support it, but you try Ausdim kernel instead as it has the option for fast charge.
Q: How to delete sound in bootanimation?
A: Navigate to system/media/audio/ui/PowerOn.mp3 and change it to PowerOn.bak or delete it completely using root browser or similar app.
Q: I'm getting really poor screen time. How can I fix it?
A: You need to use WLD (wake lock detector) or similar app to see what app(s) cause you wakelocks. Remember to enable system apps from setting settings.
- if it's media scanner that's draining your battery, download 'rescan media scanner' from the market to disable media scanner.
- if it's NlpCollectorWakeLock, then go to Google settings > Android Device Manager and uncheck Remotely locate this device.
It is also good to use Greenify to hibernate apps and save your battery.
Q: I have FC while trying to change volume settings. How to get it working again?
A: It is an issue with older 3minit framework. Download Echoe3minit and the problem is solved.
SLIM specific questions:
Q: I have problems with email/alarm/live wallpaper/whatever app, could you please help me?
A: Download the necessary .apk file(s) from Deleted files in here http://www.mediafire.com/folder/mru89xyk9htzh/ECHOE_Slim_deleted_Files#dw0vdb9z3ydbh and copy paste it to system/app (overwrite, change permissions to rw-r-r, reboot). If unsure what .apk's to download, address your questions to Director Of EchoeSlim Development: @tschulieh
For stock email app, you need SecEmail_J.apk (and SecExchange.apk)
For live wallpaper, you need SecLiveWallpapersPicker.apk
For alarm to work with S-view flip cover (only v3.0 and below, not 3.1), you need ClockPackage.apk
S-VIEW FLIP COVER USERS - Please check if alarm works with s-view cover closed. If not, you're running slim version v3 or before and need to download the clockpackage.apk from deleted files and follow the instructions above. Reason for this is that SLIM versions prior v3.1 has ported clock app from SGS3 and thus does not support s-view.
Q: I'm using SLIM version of Echoe and there is no stock email app. Can I get it back and if yes, how?
A: Yes, you can. Just download SecEmail_J.apk from deleted files http://www.mediafire.com/download/s4bm9mzmy72f356/SecEmail_J.apk and Copy-paste it to system/app. Remember to change permissions to rw-r-r and reboot.
Q: Can't find ringtones on my phone, where are they or why aren't they there?
A: Ringtones are deleted in SLIM versions. You can download them back from http://www.mediafire.com/folder/mru89xyk9htzh/ECHOE_Slim_deleted_Files#6d92lx1acork4. Remember to save the .ogg files to ringtones folder in internal or external SD.
Q: How can i get Google Camera to work in Slim?
A: Download and install GalleryGoogle.apk file from here http://www.mediafire.com/download/785u2w6l6culuub/GalleryGoogle.apk.
Extra questions:
Q: How to change permissions and what app should i use to do it?
A: Almost any root file manager app will do, but Root Explorer (paid app) and Root Browser (free app) are proved to work without any issues.
Q: Echoe rom md5 checksums are not in OP. Where can i find them?
A: In the download page on androidfilehost.com
Q: Where can i find Echoe banners for my signature?
A: From post #1081 http://forum.xda-developers.com/showpost.php?p=44372885&postcount=1081 and in OP.
4. CREDITS & THANKS
There are SO MANY.... Im working on it
- ausdim for his AWESOME Google Edition Kernel: ausdim GOOGLE EDITION KERNEL
- wanam for the ONE and ONLY Adam Kernel: Adam Kernel
- kkoolpatz for creating this AMAZING guide which helped with a lot of this Rom's mods: XDA Thread
- jovy23 for his AMAZING MODDING GUIDE: http://forum.xda-developers.com/showthread.php?t=2472009
- mrRobinson the Creator of AdAway: http://forum.xda-developers.com/showthread.php?t=2472009
- rovo89 for his Xposed Framework:http://forum.xda-developers.com/showthread.php?t=1574401
- Chainfire for providing us with Root and for always BEATING SAMSUNG!!!: SuperSu, CF Auto Root
- Thanks to the Viper4Android Team and especially ViPER520 and zhuhang
***Viper4Android Audio Website: http://vipersaudio.com/
***Viper4Android XDA Thread: http://forum.xda-developers.com/showthread.php?p=39156757
*** A Great Collection of IRS by the AMAZING zhuhang: http://forum.xda-developers.com/showthread.php?t=2442933
- raffaele88 for helping me a lot and being the AMAZING DEVELOPER and PERSON he is!!FoxHound ROM
- THE GREAT xperiacle for his Per APP Density Setting for Every APP: http://forum.xda-developers.com/showthread.php?t=2072081
- gharrington for allowing us to "mess" with his amazing creation 3Minit!! and for his 3-way Reboot Menu for the 4.3
- Rixsta
- pas2001
- All the WONDERFUL PEOPLE who helped with BETA testing the new versions!!!
- All the WONDERFUL PEOPLE IN THIS THREAD!!
- EVERYBODY here at XDA!!!
5. ECHOE TEAM​
Echoe Roms Creator/ Chief Developer: @friedrich420
Developer/ Themer/ Modder/ ANDROID GURU: @viruslaura
Developer/Modder/Tech Support: @Mr.Yawnie
Developer/Modder/Tech Support: @smegg
Artistic Director: @chavxxx
Modder/ Tech Support: @Wuby986
Contributor/ Tech Support: @störte
Contributor/ Tech Support: @Fauert
Contributor/ Tech Support: @skeamznz
Chief Beta Tester/ Tech Support: @oluwaponmile
Chief Beta Tester/ Tech Support: @sjamajee
Beta Tester: @sswagonman
Developer/Director Of EchoeSlim Development: @tschulieh
A SPECIAL THANKS TO THE AMAZING @Rixsta for creating the AMAZING Echoe Illusion Theme!!! Thank you so much my brother!! I LOVE MY PHONE AGAIN
Co-Contributors: ALL MY BETA TESTERS!!!
​
Follow us:
If you feel like supporting us:
OFFICIAL PLAY STORE ECHOE CREATIONS APP
[/CENTER]
I would be surprised if anyone browsing this thread doesn't realize that:
Flashing this Rom voids your warranty. And as with any custom Rom it comes with the usual dangers/ side effects such as, but not limited to, explosions, wars, spontaneous combustion, your pet forgetting all his/her tricks, retrograde and anterograde amnesia, interpersonal alienation, a number of psychosomatic, neurological, and metaphysical complaints, and in general an overall disturbance in the "order of things". Having said all that, WE ARE NOT RESPONSIBLE for anything happening to your phone as a result of you flashing this Rom...
A. ECHOE ILLUSION THEMED VERSION
{
"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"
}
Click to expand...
Click to collapse
1st???
YAAAAAAAAY MORE TOYS TO PLAY WITH!!!
Welcome n thank you!! looks great i shall try this ASAP
YAAAAAAAAY MORE TOYS TO PLAY WITH!!!
More choices are never a bad thing.
Sent from my GT-I9505G using xda app-developers app
Looks good but the website seems to be down. "Error" is the only thing that comes up.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Mr_Jay_jay said:
YAAAAAAAAY MORE TOYS TO PLAY WITH!!!
Welcome n thank you!! looks great i shall try this ASAP
one tip though u should state that this DOES NOT HAVE WI-FI CALLING before u get asked if this has wi-fi calling over n over again!!! thank you again..
YAAAAAAAAY MORE TOYS TO PLAY WITH!!!
Click to expand...
Click to collapse
my friend that tested the tmo version said it appeared when he flashed modem&apn and mk2 module for tmo? someone wana verify and sorry for first upload that was a muff not that anyone here had a problem? verizon ppls went nuts but alls working on this one someone double check it doesnt have wificalling and ill post that in the op thx!
gigilie said:
my friend that tested the tmo version said it appeared when he flashed modem&apn and mk2 module for tmo? someone wana verify and sorry for first upload that was a muff not that anyone here had a problem? verizon ppls went nuts but alls working on this one someone double check it doesnt have wificalling and ill post that in the op thx!
Click to expand...
Click to collapse
\Please accept my apologiez, I got caught up on the word "porting" that I didn't know this was base on T-mo's latest FW, so it should have Wi-Fi Calling, I would gladly test But I still dont quite understand this installation Method:
install:
Unzip into your new SS backup dir into your backup Safestrap folder in a folder like gogolies-echoe12v3 make sure all files are simply in 1 folder and that folder is in your backup directory and restore to a ***blank/newly created or STOCK*** rom slot. I went super small as small as SS would allow for slot creation. If your getting an error on restoring be sure to try deleting the slot and re-adding it then restoring the system files. If your WiFi doesn't work try flashing MJ7 or MK2 SS modules but only flash modules after 1st booting up rom and knowing wifi isnt working. 1st boot takes time plz allow a minute after loading up 1st time.??
SS back up dir? Back Up SafeStrap?? ***blank/newly created or STOCK*** rom slot??
Again Please accept my apologie I didn't mean to disrespect your work...
Edit: I tried to restore by placing the unzip file from your download into the Phil'z Recovery folder and I got a MD5 mismatch error...
I'm excited about this, and the three other rom ports in your signature. But I'm also confused about how to install. Safestrap is totally new to me until this post. It may be a good thing to learn about, but for now I just like TWRP. If I'm reading right, it sounds like the TWRP installation method consists of downloading and unzipping a zip file that contains a nandroid backup which we are to restore in TWRP?
ComputerNmyPocket said:
I'm excited about this, and the three other rom ports in your signature. But I'm also confused about how to install. Safestrap is totally new to me until this post. It may be a good thing to learn about, but for now I just like TWRP. If I'm reading right, it sounds like the TWRP installation method consists of downloading and unzipping a zip file that contains a nandroid backup which we are to restore in TWRP?
Click to expand...
Click to collapse
Not sure safestrap applies to us. It is for locked bootloaders. I don't think ours is locked. Not sure how to install these roms either.
ComputerNmyPocket said:
I'm excited about this, and the three other rom ports in your signature. But I'm also confused about how to install. Safestrap is totally new to me until this post. It may be a good thing to learn about, but for now I just like TWRP. If I'm reading right, it sounds like the TWRP installation method consists of downloading and unzipping a zip file that contains a nandroid backup which we are to restore in TWRP?
Click to expand...
Click to collapse
NEW DOWNLOAD LNK:
http://www.androidfilehost.com/?fid=23329332407567592
sorry been offline working on somethings just figured out AFH messed up my last batch upload sorry guys. yes you install this via TWRP or philz (ive done both for my TMO friends). sorry I suppose just a .zip would work for you guys but this is the method now widely used by my followers...
just unzip the zip figure out where your TWRP bakup folder is and place my folder in it then restore. APN's I believe will automatically restore for tmo if not plz reflash your modem with apns attached or restore APN's however you please. I don't have the power to b in 4 places at once so if you have a question PM me or visit the verizon thread they will help you there too enjoy
Easier to flash than I thought. I will try all of them. Thanks
Sent from my GT-I9505G using Tapatalk
gigilie said:
NEW DOWNLOAD LNK:
http://www.androidfilehost.com/?fid=23329332407567592
sorry been offline working on somethings just figured out AFH messed up my last batch upload sorry guys. yes you install this via TWRP or philz (ive done both for my TMO friends). sorry I suppose just a .zip would work for you guys but this is the method now widely used by my followers...
just unzip the zip figure out where your TWRP bakup folder is and place my folder in it then restore. APN's I believe will automatically restore for tmo if not plz reflash your modem with apns attached or restore APN's however you please. I don't have the power to b in 4 places at once so if you have a question PM me or visit the verizon thread they will help you there too enjoy
Click to expand...
Click to collapse
Still cant restore using phil's... getting MD5 Mismatch
Mr_Jay_jay said:
Still cant restore using phil's... getting MD5 Mismatch
Click to expand...
Click to collapse
sorry I'm not that familiar with philz but cant you remove MD5 matching for restores? i'm 90% sure u can but I dont know why itd be a mismatch just that it works on mine
gigilie said:
sorry I'm not that familiar with philz but cant you remove MD5 matching for restores? i'm 90% sure u can but I dont know why itd be a mismatch just that it works on mine
Click to expand...
Click to collapse
I couldn't find an option to disable MD5 check in Phil's, so I installed latest TWRP 2.6.3.1 and it starts to restores til it fails on system... I guess I'll just wait for a zip to pop to try this Rom...
zip
Mr_Jay_jay said:
I couldn't find an option to disable MD5 check in Phil's, so I installed latest TWRP 2.6.3.1 and it starts to restores til it fails on system... I guess I'll just wait for a zip to pop to try this Rom...
Click to expand...
Click to collapse
get a chance to try Nemesis 2.0 ? its a regular .zip install thru any custom recovery. for some reason the mods are refusing to let me post this really irritated. im quiting after that boys dont need the crap from them along with trying to keep up with 8 new roms and whatever their trying to tell me i was bricking phones i said no theres no kernel they said ok now their complainging about apns which i said should be not over ridden if so flash your modem with apns over and that these roms are universal so if your from a different carrier let me know which so i know its working and where thanks
nemesis 2
http://www.androidfilehost.com/?fid=23329332407568672
gigilie said:
get a chance to try Nemesis 2.0 ? its a regular .zip install thru any custom recovery. for some reason the mods are refusing to let me post this really irritated. im quiting after that boys dont need the crap from them along with trying to keep up with 8 new roms and whatever their trying to tell me i was bricking phones i said no theres no kernel they said ok now their complainging about apns which i said should be not over ridden if so flash your modem with apns over and that these roms are universal so if your from a different carrier let me know which so i know its working and where thanks
nemesis 2
http://www.androidfilehost.com/?fid=23329332407568672
Click to expand...
Click to collapse
I tried to flash the rom but it failed. . Any idea why?
Sent from my SGH-M919 using XDA Premium 4 mobile app
stewiemakkn said:
I tried to flash the rom but it failed. . Any idea why?
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
this happens to me with all of his work.. and Support is almost none existent, Mods feel like he just posting this kinda of work everywhere just to collect donations, his threads are being close..
Jerdog:
"Not only is the OP an assault to my eyes and causing me to feel like I am on acid... but the OP can't support this (as is evidenced by his first few posts) and he's wasting everyone's time.
XDA doesn't look kindly on blind builders/kangers/modders/etc. who will post nonsense all over in an attempt to gain notoriety when they can't support something, all the while hoping people donate. And given the content in his OP, that's precisely what is going on here.
so closing this thread and others like it."
Mr_Jay_jay said:
this happens to me with all of his work.. and Support is almost none existent, Mods feel like he just posting this kinda of work everywhere just to collect donations, his threads are being close..
Jerdog:
"Not only is the OP an assault to my eyes and causing me to feel like I am on acid... but the OP can't support this (as is evidenced by his first few posts) and he's wasting everyone's time.
XDA doesn't look kindly on blind builders/kangers/modders/etc. who will post nonsense all over in an attempt to gain notoriety when they can't support something, all the while hoping people donate. And given the content in his OP, that's precisely what is going on here.
so closing this thread and others like it."
Click to expand...
Click to collapse
Couldn't have said it better myself!
Thread closed

[ROM+KERNEL][4.4.2][SM-P900]CivZ-P900-Rev1.5+RevXX Kernel[XXUANK2][11/jan/2015]

Note:
This rom is based on the Samsung 4.4.2 and won't contain heavy mods or themes, install what you want.
I'm not a developer and not pretending to be one, I'm a android enthusiast.
Take it as it is and don't complain as this is free.
No requests.
Thanks to
amarullz for Aroma installer
Chainfire for the SUperSU app
rovo89 for the xposed framework
zhuhang for Viper4Android and for the IRS starter pack
alexndr for SU installer script new updater-script
gharrington for3Minit battery & 3Minit Quicklaunch panel
.........Sorry if I forget someone please contact me and I will add you with pleasure.........
Installation:
KNOX counter will be tripped to 1 as you need to be on TWRP to install this
Make a EFS backup
Make a backup
Download rom and place on your device.
First time you install this full wipe.
I'm giving Android.Ninja full control over this thread.
He will be answering questions and helping you out. Don't pm me , Android.Ninja will decide if it is important enough to pm me. And if so he will contact me. He can edit the OP and I will let him as he got more experience then me about development and problem tracking.
Do what he ask, be polite and be patient. We do this as a hobby and we do have a life.
SM-P900
Based on KOT49H.P900XXUANK2
Android Host File
CivZ-P900-XXUANK2-Rev1.4_signed.zip & older
Mega File
CivZ-P900-XXUANK2-Rev1.4_signed.zip & older
md5 checksum: 9B80F3148665FDCC30834733670FBE7A *CivZ-P900-XXUANK2-Rev1.4_signed.zip
FLASH UPDATE PATCH TO REV1.5
Install with custom recovery!
Update_Patch_To_Rev1.5.zip
LATEST CIVZ-P900 KERNEL-REV...
See here for the latest Custom Kernel ( Rev3.2 included in Rom Rev1.3) and full details.
Available regions in aroma:
(You want more regions? Then you provide me your CSC)
"BTU", "UNITED KINGDOM"
"DBT", "GERMANY"
"ITV", "ITALY",
"LUX", "LUXEMBURG"
"PHN", "NETHERLANDS"
"XAC", "CANANDA"
"XAR", "USA"
"XEF", "FRANCE"
"XEO", "POLAND"
Aroma installation options:
"Bloomberg"
"Genie" "Google weather and news"
"Scloud"
"Evernote"
"MobilePrint"
"LiveWallpapers"
"CiscoMeeting"
"Pen Up"
"S-Tab launcher" "This replaces stock Note pro launcher"
"PaperArtist" "Note 8.0 Drawing app"
"PhotoShop" "Samsung provided in Note10.1"
ROM FEATURES
[*]Custom Kernel CivZ-P900-Rev3.2
[*]Re-Odex script
[*]KNOX removed
[*]3Minit Battery Mod @ gharrington.
[*]3Minit Quicklaunch Panel @ gharrington. modded by me for better layout.
[*]3-Way-reboot = Reboot/Softreboot/Recovery
[*]ExternalSD card R/W fixed
[*]Deodexed & zipaligned
[*]Busybox 1.22.0 included
[*]New SuperUser 2.13 included
[*]SpenWindow manager & MultiWindow manager included (Select what apps are visible in pen drawer & Multiwindow drawer)
[*]Xposed framework
[*]ViperFX supported and included (modded build.prop) Updates follow this thread.
[*] init.d support with the custom kernel that is included
[*]Xad & YouTube AdAway xposed modules
[*]CSC hidden features enabled: Camera sound; Key_symbols;........
[*]Apps & Libs updated and google apps placed in data to keep a clean system all the time.
[*]Aroma installation to pick the apps you want and the region you need.[*]updater script with correct symlinks (wifi) for 100% stability.
[*]Extra control settings in the rom menu (Apps are not shown in the app drawer) (see screenshots)
*MultiWindow app manager (Thanks to Xperiacle)
*Pen Window Manager (Thanks to Xperiacle)
*3Minit battery icons manager
*Ad blocker
*Xposed Framework
*SuperSu root manager (This is also visible in the app drawer)
[*]Added native AC3 audio support
[*]etc.........
Changelog ROM:
14/10/2014: First release Rev1.0
24/10/2014 Rev1.1 Released
Updated app
Updated libs
Polaris removed =lib not supported , download from the playstore.
Custom Kernel CivZ-P900
26/10/2014 Rev1.2 Released
Updated app & libs
Splanner widget modded to support all launchers and not only MagazineLauncher
RE-Odex script added (thanks to MatrixDJ96), smoothness off stock rom , re-odex your rom after installation with the simple command in terminal emulator : su (enter) odex (enter) all (enter)
Custom Kernel CivZ-P900-Rev2.3
16/12/2014 Rev1.3 Released
Updated app & libs
Based on the new release XXUANK2
Custom Kernel CivZ-P900-Rev3.2 included
07/01/2015 Rev1.4 Released
Extra control settings in the rom menu (Apps are not shown in the app drawer) (see screenshots)
*MultiWindow app manager (Thanks to Xperiacle)
*Pen Window Manager (Thanks to Xperiacle)
*3Minit battery icons manager
*Ad blocker
*Xposed Framework
*SuperSu root manager (This is also visible in the app drawer)
Added native AC3 audio support
11/01/2015 Update PatchRev1.5 Released
Small 40MB patch to update to Rev1.5 and fix the system settings bug = see here what the bug is
​
Planning to use anything of this rom, like my modded apps/framework, please give proper credit
P900 STOCK Kernel download folder
If this was a helpfull post hit thanks!
XDA:DevDB Information
CivZ-P900, ROM for the Samsung Galaxy Note Pro 12.2
Contributors
civato, Android.Ninja
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Created 2014-10-15
Last Updated 2015-01-11
Reserved
Q&A: (Questions and answers that are help full will be posted here)
Overclocking and undervolting can cause instability.
Re-Odex Script:
simple command in terminal emulator : su (enter) odex (enter) all (enter)
Some screens of the Synapse:
Hey Civ! Android.Ninja here! Good to see you put out a ROM for the Note Pro 12.2
Sent from my SM-P900 using Tapatalk
Installed yesterday morning and all is working well so far.
Sent from my VS985 4G using XDA Premium HD app
Hello guys! Thanks u so much for the ROM is AWESOME
But i have a problem, with samsung stock based roms, when i use S-pen, the physical buttons dont works, so if i hold accidentaly recents or back button while im writing the buttons dont works, What can i do to disable while im writing like in samsung stock? It is possible? Its importante for me becausei use this tablet for taking notes at university
Thanks 4 all guys :good::good::good::good:
Hi all ,can anyone provide me paperartist.Apk. please.
Thanks,
Best Regards
Jhon
itsme_4ucz said:
Hi all ,can anyone provide me paperartist.Apk. please.
Thanks,
Best Regards
Jhon
Click to expand...
Click to collapse
Can u add selinux kernel?
The OP says no requests. Great rom.
Thank you so much
Thank you @civato !!! thank you so much for cooking this rom.
I was so disapointed first times that this powerful high end tablet never reach its potential. And missing developpend.. I was planing to sell but there is no altertane powerful than this one really.
So I decided to wait until it gets android 5... hoping there will be a good firmware by samsung with renewing all apps.
after losing hopes of development I wasnt even looking this forums for months.. today it was all randomly...
I will install the rom this wekkend. !
Aurondios said:
Can u add selinux kernel?
Click to expand...
Click to collapse
The stock kernel is a Selinux kernel
#################################################################################
m_carleone82 said:
Thank you @civato !!! thank you so much for cooking this rom.
I was so disapointed first times that this powerful high end tablet never reach its potential. And missing developpend.. I was planing to sell but there is no altertane powerful than this one really.
So I decided to wait until it gets android 5... hoping there will be a good firmware by samsung with renewing all apps.
after losing hopes of development I wasnt even looking this forums for months.. today it was all randomly...
I will install the rom this wekkend. !
Click to expand...
Click to collapse
I waited for the price to drop, In the beginning it was up 750 Euro , now it dropped to 438 Euro.
#########################################################################################
Info:
Update rom coming :
Small changes in SystemUI
Added some Xposed modules that I use (tested and working)
Note4 Wallpapers added in Xperia wallpaper picker (Only for main screen)
Init.d script "zipalign on every boot added"
New Custom kernel CivZ-P900 with lots of tweak options...... Everything related to Knox removed (SecureStorage, Containers)
Release?... This weekend or the following week.
And I don't take requests as this is what I use and I share it.
I only put in what I will use.
Tried to setup Viper Android but the driver install failed, saying that the busybox version installed is broken. Installed Stericsons but the driver still won't install. Any ideas to get it to work?
dodo99x said:
Tried to setup Viper Android but the driver install failed, saying that the busybox version installed is broken. Installed Stericsons but the driver still won't install. Any ideas to get it to work?
Click to expand...
Click to collapse
No problems here, try reinstalling the rom, no need for a full wipe.
That fixed her. Merci
Question
Hi, thank you for posting the rom, and your hard work, I tried to install it several times, I do a full wipe before installing, after it finishes I restart and it just come back to recovery every time, Any suggestions? I would appreciate your help. Thanks
Go into Advanced Wipe, wipe Cache, Data, System, Dalvik. Install rom again. If you still get a boot loop, start over from scratch by flashing back to stock via Odin, flash TWRP, then try to flash the rom again.
Thanks, the first link to download the rom is imcomplete or corrupted, i downloaded the rom again from the 3 link and its working like a char , thank you again, I also noticed the S tab launcher doesnt install atall regardless, Any idea about that one?
awsome rom
Awsome rom first time instal and it works like a charm with the aroma installer
Keep up the good work
Thank you so much
Thank you so much!!. Everything works like charming...
Sooner I will try this with muti boot.
It is surprise to see you again Civato, I am still using your rom with my iconia a500 It is good that you are cooking rom for this. Too bad mine is P901 Is there any chance?
Sent from my SM-G900F using XDA Free mobile app
New rom release with custom kernel
New rom with the following kernel included, please give me some time to setup github. I'm working on it.
Download in OP
KERNEL FEATURES source
[*]KNOX removed (container service, SecureStorage)
[*]SELINUX protection included but set at Permissive = No problems wit apps like Paragon and Titainium.
[*]INIT.D Support
[*]FRANDOM
[*]ARCH Enabled
[*]NEON @ Faux123
[*]DYNAMIC FSYNC & A_SYNC @ Faux123
[*]BATTERY CONTROL @ Andreilux
[*]POWERSUSPEND @ Faux123 & Yank555.lu
[*]SPen BOOSTER CONTROL @ bonuzzz
[*]INTERNAL & MEMORY VOLTAGE CONTROL @ Andreilux & halaszk
[*]MEMORY Frequency up to 933MHz
[*]OVERCLOCKING & VOLTAGE CONTROL CPU & GPU @ Andreilux & halaszk (CPU:200MHz up to 21000MHz / GPU:100MHz up to 667MHz)
[*]BFQ SCHEDULER ADDED
[*]INTERACTIVE GOVERNOR TWEAK
[*]WOLFSON DAC SOUND CONTROL ( Speaker and Headphone equalizer) @ Andreilux & oloendithias
[*]DIRTY WRITEBACK & DYNAMIC READ AHEAD
[*]INTELLI HOTPLUG & SAMSUNG DYNAMIC HOTPLUG CONTROL @ Faux123 & oloendithas
[*]EXTRA TCP WIFI CONNECTION OPTIONS
[*]NTFS READ WRITE SUPPORT (with paragon)
[*]MODULES LOADABLE
[*]SWAP/CLEANCACHE/FRONTSWAP
[*]MAC80211
[*]CIFS
[*]CAIF
[*]EEPROM 93CX6
[*]RTL8187
[*]RT2X00/RT2800USB
[*]OTG
[*]COMPILED WITH GCC 4.7.4 (standard, not using the optimized for A15 toolchain as there are also A7 cores)
[*]XZ COMPRESSED
[*]FULL CONTROL WITH SYNAPSE APP (Thanks to Andreilux for the app and UpInTheAir for most of the layout)
etc.........

[Discontinued][ROM][U19] MIUI 6 Rom for Huawei Honor Holly/3C Lite

Hello Guys, I'm anshubham and this is my first post for our Huawei Honor Holly.
I'm not an expert developer and dont know everything about Android Development. This is just an attempt to help out people who are looking for MIUI ROM for HOLLY.
This is the MIUI 6 (5.4.3) Rom For our Huawei Honor Holly U19/3c Lite.
See the screenshots in the attachment. :good:
I have added 50+ build.prop tweaks for better RAM Management and Battery Efficiency.
The ROM is divided into 5 parts so merge them all using 7zip or winrar or whatever you use, after merging you'll get a zip file of 465 MB which you can flash either via CWM or TWRP, its tested on both ( I recommend CWM though)
How to merge the ROM is also given below.
The ROM works on the STOCK Kernel, no need of any custom kernel
Battery Backup is same as the STOCK Rom
You must do a CLEAN INSTALL, follow exact instructions.
How to Flash the ROM :
1. Download the Rom and merge it to get one fashable zip file.
Mod edit: Links removed
2. Boot into recovery and make a full wipe i.e :
format system
format data
format cache
format dalvik cache
format battery stats (cwm only)
3. Flash the ROM and the Fix via CWM or TWRP (do not install Gapps yet). Reboot the phone, first boot may take upto 2-3 minutes.
4. After the first boot, once you set up the device and get to its homescreen, reboot to recovery again and flash this for gaining perfect root access.
Root - Mod edit: Link removed
You can change the Superuser app to your favorite app later using TB or any similar app.
5. Now flash any 4.4 Gapps (lite or full, your choice). I use YourzGappsXS which are now discontinued, they work nice for me. Although any 4.4 Gapps will work.
Lite Gapps Link - Mod edit: Link removed (which i use)
6. Reboot to system and you are ready to rock!
HOW TO MERGE THE ROM: (Install 7Zip)
1. Download all the Parts of the ROM and put them into one folder.
2. Now Right Click on Part 1 only i.e, "Miuiv6_anshubham.7z.001" and select 7Zip then Click on "Extract Here".
3. Do not extract other parts, we only need to extract Part 1 and it will automatically extract the other parts. This is why we need to put all the parts in the same folder.
4. After extraction is finished, you'll get one single ROM file (flashable zip file), now you can delete those 5 parts that you downloaded because they are useless now.
5. Now Flash the ROM which has been extracted. Simple!
Click to expand...
Click to collapse
NOTES :
Note - Do not Flash all the three files at once (ROM, Perfect Root and Gapps). First flash the ROM then reboot to system and then flash the other two Zip files (perfect root and gapps).
Note - You may get "com.android.systemui has stopped working" message whenever you boot up the ROM, just click OK and it will go away and ignore it, it will not cause any problems anywhere.
Note - It is advisable that you let the ROM settle for around 10 -15 minutes after flashing.
Note - Install busybox after flashing the ROM.
Note - MIUI by default uses the internal storage to save app/media data for many/most apps i.e Camera pictures, screenhots, photos you download from whatsapp, etc, and i cannot change it. If you know how to change it, please do tell me.
Please leave your precious feedback.
Credits :
Tyura1980 from 4pda forum for the base ROM. :good:
XDA for teaching me what i know about android. :laugh:
MIUI 5.4.3 Full Changelog
Code:
[Phone]
New - Added Internet calling (Settings - Call settings - Internet calling) (Mi 3 TD/W/ Mi 4 W) (04-02)
[System]
Fixed glitchy video playback quality.
Fixed some non smooth animations for our device.
Better RAM management.
[Lockscreen, Status Bar, Notification Bar]
New - Lockscreen notifications wake screen automatically (Added proximity sensor detecting mechanism) (04-01)
Optimization - If using pattern lockscreen, tailing effect will only display when the pattern is made visible (04-01)
Optimization - Optimized prompt text for clicking to open lockscreen notifications (04-01)
Optimization - Lockscreen password page will not be displayed directly when using smart covers (for devices with Hall sensor) (04-01)
Optimization - Adjusted errors prompt text when changing SIM card PIN code (04-01)
Optimization - Animation details of waking screen (04-01)
Optimization – Added icons superscripts, notifications ringtone/vibration, notification light options in notifications management page (04-02)
Fix - Sometimes, pressing volume + button caused phone to reboot (04-01)
[Weather]
Fix - Some inconsistency in weather information (03-31)
Fix - Delay in date update after adding cities (03-31)
[Blocklist]
New - Support customizing blocklist notifications (03-30)
[Mi Cloud]
New - Sync home screen layouts (04-01)
Build.prop tweaks used :
Code:
dalvik.vm tweaks
data tweaks
scrolling and animation tweaks
battery tweaks
HSXPA, GPRS tweaks
wifi scan interval tweak
various memory management tweaks
and more! ( i dont remember all of them ) :p
ENJOY ! :good:
EDIT : F.I.X
Flash the FIX file in the attachment right after you flash the ROM and let me know that the issue has been solved or not.
Thanks Man
But Please Provide us with the Change log of miui 5.4.3?
there isn't much improvement over 5.3.13? right?
and also provide few examples of your extra build.prop Tweaks ?
BlueFireX22 said:
But Please Provide us with the Change log of miui 5.4.3?
there isn't much improvement over 5.3.13? right?
and also provide few examples of your extra build.prop Tweaks ?
Click to expand...
Click to collapse
Updated the op with that info
noob assistance
@anshubham
i m a newbie and of cource all the instructions (in spite of your respected efforts) are not clear to me... i want my HHH to run MIUI.... first of all files do not download... my browser warns me of phishing.... please use mediafire to upload the ROM... please make a video of HHH running on this ROM...
brshdmtl said:
@anshubham
i m a newbie and of cource all the instructions (in spite of your respected efforts) are not clear to me... i want my HHH to run MIUI.... first of all files do not download... my browser warns me of phishing.... please use mediafire to upload the ROM... please make a video of HHH running on this ROM...
Click to expand...
Click to collapse
First of all i cannot upload it on any other site. I've had enough problems with that.
Use chrome and internet download manager to download the rom.
There is no phishing attempt.
That is the best site for developers to upload their stuffs where i uploaded the rom.
Just try and download and you're good to go.
CLICK ON THE BLUE DOWNLOAD BUTTON not the orange one.
As you are a newbie, go to this thread for how root, and flash recoveries (cwm or twrp).
http://forum.xda-developers.com/showthread.php?t=2996617
After this, you'll easily understand how to flash and use the rom.
Just google about what is rooting and what is meant by flashing recoveries.
PS : A merging Tutorial has been added in the first post.
Maybe someone with fast internet repacks the rom and reuploads it..
What's the problem in downloading the parts, i think for people with slow internet it's more convenient.
Merging Tutorial Added.
For those who dont know how to merge the rom, a Tutorial has been added in the first post.
"com.android.systemui has stopped working" always pop-up still when i pressed it 100 times away
wahidx said:
"com.android.systemui has stopped working" always pop-up still when i pressed it 100 times away
Click to expand...
Click to collapse
you need to flash the rom again do not install gapps along with the rom. Install them after first boot.
Please follow the instructions and the notes properly.
I have flashed this ROM 10 Times it only appears when you restart the phone, not after that untill you restart again.
Gapps Added
Lite Gapps Links added in the first post
how is ram management
is it around 450 free usage
Nice
Bharadwaz said:
how is ram management
is it around 450 free usage
Click to expand...
Click to collapse
Yes it is , more the amt of apps, less will be the ram available.
But still stock RAM management is always best.
Thanks!
MIUI 6 is amazing! It has a lot of beautiful global themes, and easy to get used to.
The tinted status bar feature is great.
Hey,
I am getting these error contunesly "com.android.systemui has stopped working" & MIUI framwork stopped working" i Have flashed rom 3-4 times by proper steps.
Please Help.
dilippathak said:
Hey,
I am getting these error contunesly "com.android.systemui has stopped working" & MIUI framwork stopped working" i Have flashed rom 3-4 times by proper steps.
Please Help.
Click to expand...
Click to collapse
These things never happened to me, i myself have flashed the rom many times. Try to install the stock firmware first and then again flash the rom.
dilippathak said:
Hey,
I am getting these error contunesly "com.android.systemui has stopped working" & MIUI framwork stopped working" i Have flashed rom 3-4 times by proper steps.
Please Help.
Click to expand...
Click to collapse
anshubham said:
These things never happened to me, i myself have flashed the rom many times. Try to install the stock firmware first and then again flash the rom.
Click to expand...
Click to collapse
I also having the same issue after installing the ROM.
BTW I used twrp to flash the ROM.
nedunilavan said:
I also having the same issue after installing the ROM.
BTW I used twrp to flash the ROM.
Click to expand...
Click to collapse
This error is showing bcoz of sim 2. Sim 2 is not working.whenever I put my sim in slot 2 dis error is showing continuously. Also the camera is not working in video recording mode. How these 2 problems can be solved out?
Ok guys..... I'm gonna provide a solution for this in a flashable zip soon. Please wait.

Categories

Resources