[ROM] Miui 6 v5.5.22 Rooted, Deodexed SKK Lynx v1.4 Base mt6592

MIUI ROM For SKK Lynx

MIUI ROM For SKK Lynx


[ROM] Miui 6 v5.5.22 Rooted, Deodexed SKK Lynx v1.4 Base mt6592
  • -MIUI 6 (Kitkat Android 4.4.2)
  • - Lite Mode
  • - Google Apps included
  • -Busybox Installed
  • Deodexed
  • Rooted
  • Zipalign
  • NVRAM Fixed
  • init.d with Pureperformance X Golden tweaks Installed


ROM Flashing Instructions:Using CTR v3.0
  1. Wipe MenuTap Wipe Data- Factory Reset
  2. Wipe Dalvik-Cache
  3. Wipe Cache
  4. Install Miui 6 v5.5.22_SKK_Lynx.zip
  5. Reboot.



REMINDER! Please make sure to back your NVRAM folder or IMEI before Flashing this one!
How to backup your imei [CLICKHERE]

Flash it with your own RISK!!!

I am not responsible for any damage or soft/hard brick will happened to your device!
Download Link:




[EXTRA] WSMTools+MiTools+PaidThemes&Auth


Dolby Atmos
  • Flash via any custom recovery
Link:  [CLICKHERE]



Bug
1. Camera Shutter sounds can't mute. 

Credits:
  • XDAJay Navea (SKK Lynx v1.4 StockRom)
  • Arjie Rilloraza Quirante
  • Jhommark Atienza Macasaet
  • Kath XD
  • IKuy Superar Nomura
  • Aivenson Austria

[ROM] Samsung Galaxy Note 4 ROM for SKK Lynx mt6592


Samsung Galaxy Note 4 ROM for SKK Lynx mt6592
REMINDER! Please make sure to back your NVRAM folder or IMEI before Flashing this one!
How to backup your imei [CLICKHERE]

Flash it with your own RISK!!!

I am not responsible for any damage or soft/hard brick will happened to your device!


Download Link:


Galaxy Note 4 Ported by Aivenson Austria

*Same ROM as Ikuy's Note 4, but with bug fixes, tweaks, and i make it slimmer (from 505mb to 356mb
Features:
Samsung Note 4 UI almost 98%:
*News:
*Note 4 Boot logo/Animation by me
*Sms Bubbles changed to S5 Bubbles (from my S5 ROM from CM Thunder)
*Now can change default storage (phone or sd card)
*Auto Rotation working
Base ROM: Material v3
Material v3 Tweaks
No NVRAM Error
Still Odexed to optimize system
Removed unimportant files and apps to reduce ROM size.

Screenshots:
Sames with Ikuy's Screenshots on his Note4 ROM.


How to install:
Golden Rules: Always backup first, Nandroid and Titanium.

Put Note 4 Skk Lynx.zip to SD Card.
Boot to recovery.
Wipe Data/Factory Reset.
Flash Note 4 Skk Lynx.zip
Wait and Reboot.
Wait for the ROM to boot and you've successfully installed Note 4 ROM

Bugs/Issues:
Charging while phone turn off doesn't show battery.

Incorrect Storage Info in Settings (Swapped name and wrong available memory info, doesn't affect performance). Open Titanium Backup to see real free memory.

Long press Home button doesn't show recent apps, but can by using floating side bar, or using pie controls in Gravity Box. It's recent apps is like recent apps of Lollipop

Android System force close issue: it happens when you restore a Launcher on Titanium Backup, don't include any launcher app in restore. I did not yet tried installing a Launcher app but i guess it will be the same as restoring launcher app in backup. So dont install another Launcher.

Report for others.




Credits and Thanks to:
God
Ernani Apajora Viaje
Nameless Porting Team
Glenn Canete Sandig
Jeff S. Rivera
IKuy Superar Nomura
And to those who are not mentioned :)

How to root Cherry Mobile Flare S3 Power


Flare S3 Octa


Requirements:
CM FLARE S3 Power

Kingroot_4.0.0.apk

Warning: Rooting can void your warranty. Do it at your own risk


Procedure:
Download kingroot install and open apps
Click the green circle then wait until green check appear.
Kingroot Check

Done! Then download rootchecker in playstore to confirm if rooted.
Enjoy!


Kingroot


If still not work try this kingroot4.1.apk You need internet connection to root.

Credits:
XDA

[TUT] How to port mt6572 (ubifs) to mt6572 chipset

Hi guys, Sorry it's been a long time to make a tutorial on how to port Rom. Since a lot of member in rio fun fb group want to learn how to port ubifs. Almost 4 months that I don't have a device and since I'm busy now I'm no longer  to make a new Rom for you. This method will help you to port by yourself. I just want you to learn how to port mt6572 ubifs chipset from ROM of mt6572. This porting method was tested in MyPhone Rio Fun mt6572 ubifs running in jellybean only.


Requirements :

* Windows XP/7/8
* phone mt6572 ubifs
* 7-Zip
* Notepad++
* Stock ROM
* Port Rom


How to port mt6572 (ubifs) to mt6572 chipset

Golden Rule: Backup First

Note: : There are two type roms
    1. Stock rom [ orginal rom from your mobile ]
    2. Port rom [ Any rom want to port ]

 Procedure:
    *SO NOW PORTING START
# TIPS FOR SYSTEM FOLDER

 Step 1:  Replace it from your stock rom to the port rom
[ FOLDER & FILE TO REPLACE ]

-System/bin/ipod
-sytem/bin/vold
-system/lib/hw
-system/lib/modules
-system/etc/firmware
-system/etc/vold.fstab
-system/etc/vold.fstab.fat.nand
-system/etc/vold.fstab.nand
-boot.img
-META.INF




Step 2: Now open the Port Rom folder go to META-INF/google/Android / and open updater-script in Notepad++
And change these line.......
format("ext4", "EMMC", "/dev/block/mmcblk0p4");
mount("ext4", "EMMC", "/dev/block/mmcblk0p4", "/system");

into

mount("ubifs", "MTD", "system", "/system");
mount("ubifs", "MTD", "userdata", "/data");

.Step 3:  Edit updater script via notepad++  check this
symlink("/system/lib/modules/wlan_mt6582.ko", "/system/lib/modules/wlan.ko");

Step 4: Replace the stock boot.img to port rom

Then Check or copy this code below in updater-script

assert(package_extract_file("boot.img", "/tmp/boot.img"),

      write_raw_image("/tmp/boot.img", "boot"),

      delete("/tmp/boot.img"));

Step 5:  Now go to back the folder of port rom and you will see two folder and one file name
+ META-INF
+ system
+ boot.img

Step 6:
* Now select these 2 folder 1 file and click right mouse button and click on 7zip ->> add to archive
* Now a dialogue box should
appear!
* Configure the Format like This:
Archive format: ZIP
Compression Level : Normal
Compression Method: Deflate
Dictionary Size: 32k
Word Size 32
* Now Start Zipping and Push the
ZIP to your Memory Card
* Go to Recovery >> Install ZIP &
Wipe Data
Finished!!


[ FIXING PROBLEM ]
Sim card problem :
*system/bin

SD Card Problem :
*system/etc/vold.fstab
*system/etc/vold.fstab.nand

Camera Focus Problem :
*system/lib/libcameraservice.so

 Audio fix:
\system\lib\libaudio.primary.default.so

Radio fix:

\system\lib\libaudio.a2dp.default.so
\system\lib\libaudio.primary.default.so
\system\lib\libaudiocompensationfilter.so
\system\lib\libaudiocustparam.so
\system\lib\libaudioeffect_jni.so
\system\lib\libaudioflinger.so
\system\lib\libaudiosetting.so
\system\lib\libfmar1000.so
\system\lib\libfmcust.so
\system\lib\libfmjni.so
\system\lib\libfmmt6616.so
\system\lib\libfmmt6620.so
\system\lib\libfmmt6626.so
\system\lib\libfmmt6628.so

Other Problem :
*system/etc/dhcpcd
*system/etc/permissions
*system/etc/security
*system/etc/audio
*system/etc/bluetooth
*system/etc/wifi
*system/lib/drm
*system/lib/egl
*system/lib/soundfx


Display call light download in xpoxed installer disable proximity

Note: Remember there's only 300mb system file in ubifs phone make sure find a Rom not more than 300mb or use debloating method which remove unusual apps.


Credits:
XDA

[ROM]MATERIAL L V4 FOR FLARES3 OCTA for mt6592

MATERIAL L V4 FOR FLARES3 OCTA BY FERDY LUIS
MATERIAL L V4 FOR FLARES3 OCTA

REMINDER! Please make sure to back your NVRAM folder or IMEI before Flashing this one!
How to backup your imei [CLICKHERE]

Flash it with your own RISK!!!

I am not responsible for any damage or soft/hard brick will happened to your device!
=INSTALLATION INSTRUCTIONS=

FOR CWM Recovery Users
  1. Download ZIP
  2. Put into Internal(External) SD Card
  3. Boot To CMW Recovery
  4. Wipe Data/Factory Reset
  5. Wipe Cache Partition
  6. Mount & Storage >FORMAT SYSTEM/DATA/CACHE
  7. Advance >Wipe Dalvik Cache
  8. Select Install Zip From SDCARD Storage
  9. FLASH THE ROM
  10. Congrats You have new ROM now….Report if you find bugs


FOR TWRP Recovery Users
  1. Download ZIP
  2. Put into Internal (External) SD Card
  3. Boot To TWRP Recovery
  4. Select Wipe option and wipe 1 by oneCache
  5. Factory Reset/WIPE CACHE PARTION/Dalvik Cache
  6. GO back go TWRP home screen
  7. Select Install
  8. Select ROM Zip
  9. Swipe to confirm Flash..
 Download Link:

PORTED BY:FERDY LUIS
CREDIT TO:JEFF RIVERA


NBA 2K14 MODDED TO 2K15UI FOR ANDROID MALI GPU WORKS! APK+DATA

NBA 2k14 MODDED TO 2K15UI FOR ANDROID MALI GPU WORKS! APK+DATA

NBA2k15 Modded

NBA2k15 Modded Preview 1

NBA2k15 Modded Preview 2

NBA2k15 Modded Preview 3

Watch Video Preview in Youtube NBa 2k15modded


Note: Extract all the files then Install the nba2k14modded.apk and copy and paste com.t2ksports.nba2k14google folder to “sdcard/android/obb/” or create folder android/obb then move the com.t2ksports.nba2k14google folder in obb folder.


Download Link:
MEDIAFIRE
Googledrive
4SHARED

Password:
Jaydee capital J ok!

To download just click Skip Ad at the right upper:







For updated roster go HEREDisclaimer: Please Do not share it without the links of this blog. Just subscribe your email in my feedburner then activate in your email and recommend my blog in google+. 



 

Enter your email address:


Delivered by FeedBurner
CREDITS BY :
MICHAEL JORDAN
ALDRIN CATAPANG
MICHAEL VINCENT
AND TO ALL MODDERS


How to backup the new 64 BIT MTK MT6795 , MT6752 , MT6595 , MT6753 over ADB


How to backup 64 bit mediatek

MTK droid tools 2.5.3 is still outdated and has not been updated, so its a bit complicated right now.

so lets get started :

1) Make sure phone has root shell access (rooted) , if you dont have root then please root with IROOT and install superSU+ binaries.

2) Make sure USB debugging is enabled on the smartphone

3) Download MTK droid tools 2.5.3


4) install PDAnet abd driver package

5) run MTK droid tools and open a new ADB SHELL.

a) Type ADB Devices to see if your phone is detected
b) type adb shell df and determine the biggest partition
c) note down the path of the biggest partition
d) check the code below and replace path with your path. Use external sd if possible.

use those ADB commands to backup every single image :



Code:
adb shell mkdir -p /storage/sdcard0/SPFT

adb shell su -c "dd if=/dev/block/mmcblk0boot0 of=/storage/sdcard0/SPFT/preloader.bin bs=512c count=512 skip=4"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/boot of=/storage/sdcard0/SPFT/boot.img"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/cache of=/storage/sdcard0/SPFT/cache.img"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/lk of=/storage/sdcard0/SPFT/lk.bin"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/logo of=/storage/sdcard0/SPFT/logo.bin"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/recovery of=/storage/sdcard0/SPFT/recovery.img"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/secro of=/storage/sdcard0/SPFT/secro.img"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/system of=/storage/sdcard0/SPFT/system.img"
adb shell su -c "dd if=/dev/block/platform/mtk-msdc.0/by-name/userdata of=/storage/sdcard0/SPFT/userdata.img"


it should copy all the images if you enter the commands line by line. Always wait until you get feedback from ADB

Code:
if you get read only use those commands :

mount -o rw,remount rootfs /

chmod 777 /mnt/sdcard

change path of sd card to real path !!


After this reboot with ADB command "reboot" or exit and manual reboot.

You should now have your images in a folder called SPFT on your smartphone.

Watch Video Tutorial for easy guide.

Credits:
China devices
Itxtutor for vid.

[TUT]How to Root Alcatel Flash Plus


Alcatel Flash Plus Root


Requirements:
Alcatel Flash Plus
Kingroot_4.0.0.apk


Warning: Rooting can void your warranty. Do it at your own risk


Procedure:
Download kingroot install and open apps
Click the green circle then wait until green check appear.
Alcatel Flash Plus Kingroot

Done! Then download rootchecker in playstore to confirm if rooted.
Enjoy!


Kinguser


Credits:
XDA

Custom Recovery for Alcatel Flash Plus


Alcatel Flush Plus Recovery

Requirements:
1. Rooted
2. Choose any of this recovery:

CWM_afp.img
TWRP 2.8.img
PhilZ_Alcatel_flash_plus.img
CarlivTouch_30_AFP.img
(Then rename to recovery.img)

3. Rashr_Tool.apk

Procedure:
Step 1:Install  rashr_tool.apk

Step 2: Move the recovery.img in your SDCARD outside the folder which you can see easily.

Step 3: Open Rashr Tools Grant SuperSu
Click Recovery from Storage
Then choose Recovery.img Click OK

Done!

Note: pls do not reupload without sharing my blog! Thanks.

Special Thanks:
Sir carliv
Yuweng
Me for porting this.


[ROM]SAMSUNG GALAXY S5 FOR FLARE S3 OCTACORE

NAMELESS SAMSUNG S5 
Nameless Samsung S5 Preview 1

Nameless Samsung S5 Preview 2

Nameless Samsung S5 Preview 3




REMINDER! Please make sure to back your NVRAM folder or IMEI before Flashing this one!
How to backup your imei [CLICKHERE]

Flash it with your own RISK!!!

I am not responsible for any damage or soft/hard brick will happened to your device!

=FEATURES=
Samsung S5 UI
Samsung S5 Messaging
Samsung S5 Settings
Samsung S5 Dialer
Samsung S5 everything!!!!!!!!!!!!!!!!!!!!!!
DUAL SIM

Download Link:
S5 FLARE OCTA.zip
AUDIO FIX



=INSTALLATION INSTRUCTIONS=
  1. twrp recovery
  2. Download Rom
  3. Put downloaded rom on sd card.
  4. Boot to TWRP Recovery/CWM Recovery
  5. Wipe Factory Reset
  6. Wipe Cache / Dalvik
  7. Intall ROM

CWM recovery

  1. Wipe Factory Reset
  1. Wipe Cache / Dalvik
  2. go to mount storage
  3. format data/system/cache
  4. intall rom 
  5. reboot



=KNOWN BUGS=
Air gesture not working.


Credits:
Nameless porting team
XDA

Darkness Reborn Free Download APK/MOD

Darkness Reborn Free Download APK/MOD

Darkness Reborn Free Download
Darkness Reborn Free Download
Darkness Reborn Free Download
Darkness Reborn Free Download Preview 4
Darkness Reborn Preview 5


Description
Intense, bone-shattering strikes!
- High-end graphics resembling a blockbuster PC game!
- Feel the satisfaction! Destroy the Devil's army with immaculate action and effects.
An exclusive lineup of powerful classes!
- Warrior, a rock-hard physique with destructive skills
- Kunoichi, the ruthless assassin of darkness
- Mage, the mysterious sorceress with a dancing chakram
- Daemon Hunter, penetrating obstacles with his powerful and precise arrow storm
Unparalleled scale and impeccable real-time content!
Win the 3:3 PvP Arena and reach the top rank
- Monumental scale for mobile gaming! Conquer Boss Raids with clever team-play.
Rifts, dungeons for the party of 2 chosen elites
Fight the ultimate battle!
- Auto Battle System! Conquer the massive content at the speed of light.
- Customize your characters! Craft, Enhance, and Evolve to your heart's desire!
- 1,296 combinations of skills! Prepare for battle against the Devil's army.

Download:
APK
MOD

BIG HERO 6 - Baymax Blast FREE DOWNLOAD

Experience the thrilling story of Big Hero 6 as you soar through the streets of San Fransokyo! Collect story pages and clips from the feature film, unlock character bios and exclusive background information, and snatch back trails of stolen microbots! Upgrade your tech and explore with new characters, then hang out in the lab with your favorite heroes and their huggable healthcare companion.
Baymax Blast Preview 1

Baymax Blast Preview 2

Baymax Blast Preview 3

Baymax Blast Preview 4

Baymax Blast Preview 5


Description

FEATURES:
• Collect story pages and film clips, and discover exclusive story content about each of the characters!
• Skirt deadly obstacles and smash through barriers as you streak through San Fransokyo in this action-packed endless runner adventure!
• Retrieve microbots and collect energy to unlock and upgrade cool power-ups, like a phase shifter that lets you survive crashes, and the scorchingly-fast super ion thrusters!
• Add Hiro and Go Go to your flight, or save up to earn silver and gold super suits for Baymax!
• Complete challenging missions to unlock all sorts of rewards, including clips from the feature film, a fully illustrated Big Hero 6 story, and exclusive art, character files, and super-tech blueprints!

Read more: PLAYSTORE

Download:
APK (MOD)
APK(ORIGINAL)

WILD BLOOD FREE DOWNLOAD APK+OBB


WILD BLOOD Preview 1

WILD BLOOD Preview 2

WILD BLOOD Preview 3

WILD BLOOD Preview 4

WILD BLOOD Preview 3

WILD BLOOD Preview 5


Description
The game requires ~2Gb of free space in order to install.
Gameloft has harnessed the power of the revolutionary Unreal Engine to bring unimaginable battles in real-time, full 3D graphics.
Live the unforgettable journey of Sir Lancelot as you never have before!
King Arthur has gone mad, fueled by his jealousy toward Lancelot for romancing his wife, Queen Guinevere. In his desperation, Arthur has been tricked by his sister, the all-powerful sorceress Morgana Le Fey, to open the Hellgate and allow all forms of demons to enter the world. Meanwhile, Morgana has captured Guinevere and holds her hostage on the magical island of Avalon.
Now Lancelot needs to confront King Arthur and the evil Morgana in order to free the world from these evil creatures and save Guinevere.
The time for Sir Lancelot to face his destiny is now!
GET READY FOR A VISUAL REVOLUTION
- Amazing real-time, full 3D graphics with special effects powered by Unreal Technology.
- Epic fights full of impressive enemies and stunning special powers.
LANCELOT’S STORY REIMAGINED
- Become the legendary and brutal Sir Lancelot. Fight off the legions of Hell and challenge the mighty King Arthur, who has been enchanted by Morgana.
- Travel across 10 breathtaking levels on your journey to Avalon with the help of Sir Gawain of the Knights of the Round Table.
DISCOVER A VAST WORLD FULL OF DIVERSE CHALLENGES
- Face 20 different enemies including epic bosses.
- Wield a wide range of weapons from axes and longbows to your powerful great sword.
- Enjoy intense, spectacular and gory combat with both melee and ranged battles.
- Explore fascinating environments and solve puzzles to reach hidden locations.
ENJOY AN EPIC MULTIPLAYER MODE
- Have fun with up to 8 friends in the impressive Team Deathmatch (4 vs. 4) and Capture the Flag modes.
- Connect with your Gameloft LIVE! friends and compare your scores on the leaderboard.
- Local (Wi-Fi) & online modes available.

Read more: PLAYSTORE


Download:
APK (MOD)
APK
OBB

Note: The cache for the game Wild Blood: unpack the archive folder in / sdcard / Android / obb /

Burning Blade Free Download APK+OBB

Burning Blade Preview 1

Burning Blade Preview 2

Burning Blade Preview 3

Burning Blade Preview 5



Description
Burning Blade - in these troubled times, mankind is on the brink of destruction, and the entire human race could disappear from the face of the earth. Demons are willing to destroy the living, but the brave heroes and gods of heaven will try to save humanity from the forces of evil. Kill the monsters, pump your hero to perform powerful combos and win all those who will be in your way.

Features:
Types of characters: Assassin, Berserker, Archer and Sorcerer
Fight in real time against the demons
Perform tasks to gain experience and get your equipment
PVP arena

Download:
APK
OBB

Note: The cache for the game Burning Blade: unpack the archive folder in / sdcard / Android / obb /

[TUT] How to Root Firefly Intense 64 bit LTE

Requirements:
Firefly Intense 64
Kingroot_4.0.0.apk
mirror: mediafire

Warning: Rooting can void your warranty. Do it at your own risk


Procedure:
Download kingroot install and open apps
Click the green circle then wait until green check appear.
Kingroot Success

Done! Then download rootchecker in playstore to confirm if rooted.
Enjoy!


Kingroot Preview


Credits:
XDA


Custom Recovery for Firefly Intense 64 bit LTE

Custom Recovery for Firefly Intense 64 bit LTE

Requirements:
1. Rooted
2. Choose any of this recovery:
TWRP_2840_Fireflyi64.img
CWM-Fireflyi64.img
PhilZ_Fireflyi64.img
CarlivTouch_30_Firefly_intense_i64.img
(Then rename to recovery.img)

3. Rashr_Tool.apk

Procedure:
Step 1:Install rashr_tool.apk

Step 2: Move the recovery.img in your SDCARD outside the folder which you can see easily.

Step 3: Open Rashr Tools Grant SuperSu
Click Recovery from Storage
Then choose Recovery.img Click OK

Done!

Note: pls do not reupload without sharing my blog! Thanks.

Special Thanks:
Sir carliv
Yuweng
Me for porting this.