Related
{
"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"
}
DEVELOPMENT OF THIS ROM IS STOPPED - THANK YOU FOR YOUR SUPPORT DURING THE TIME
NEW MIUI V5 ROM FOR SONY XPERIA Acro S - BASED ON SONY STOCK FW.96 IS NOW COMPLETELY BUG FREE AND WORKS MUCH BETTER THAN THIS CM10 BASED VERSION
NEW MIUI V5 ROM WORKING ON DEVICES WITH LOCKED/UNLOCKED BOOTLOADERS
STOCK BASED MIUI V5 ROM FOR SONY XPERIA ACRO S LINK
Notes:
- This Rom is originaly made by crew from MIUI Porting Team, MIUI Android Team & Me ,and all regards are going to them. -
Big Thanks XDA User Kikisss & schickel - File Hosting Web Space .
- All files and tutorials are colected from Internet & XDA Forums,so all regards are going to their authors.Also they could be used for installing any custom rom for Xperia Acro S -
- I'm Not responsible for any eventual errors and misbeheaveing of your devices. -
ROM Description & Changelog:
This ROM is based on the XPERIA ACRO S LT26W JELLYBEAN 4.1.2 FXP234 PORT (Thanks FXP )
to make the ROM with patchrom adaptation (Thanks Midnight Souls), and include various bug fixes to work normal .
- EVERYTHING WORKS -
Please Post Suggestion Or Bugs Languages Will Be Included:
English
Chinese
Polish
Russian
Ukrainian
Slovak
Czech
French
Hungarian
Danish
Dutch
German
Greek
Spanish
Italian
Arabic
Norwegian
Hebrew
Vietnamese
Korean
Indonesian
Brazilian Portuguese
Turkey
Official Build 3.10.25 Changelog:
REQUIREMENTS & PROCEDURE TUTORIALS:
1.Pre - Requirements:
Windows OS powered Computer
Android Device Drivers Installed(Drivers Thread)
Enabled Settings → Security → Unknown Sources & Settings → Development → USB Debugging
Phone Battery charged - 60% at least.
Stock Or Stock Based Android Rom - Not Strictly Required But Best Because Of Bugs
2.Backup Your Data (Wondershare MobileGo,etc...)
3.Unlocked Bootloader
- TUTORIAL -
{Let's Start..
:: Firstly Get & Note Down IMEI Code of Your Device. It can be Obtained by Dialing *#06# in Phone Dialer.
: :Charge Your Phone Upto 60% Battery Level So As To Ensure That It Doesn’t Turn Off During The Process of Bootloader Unlocking.
:: Temporarily Disable Your PC’s Antivirus Software As This Might Interrupt The Process.
By Assuming That You’ve Followed The Essential Steps Mentioned Above, You Can Now Move To The Further Part Of The Article Where Will Check on How To Unlock Bootloader.
Step 1 : Installation of USB Drivers.
:: Download Fast Boot Package With USB Drivers From The Attachements.
:: Switch Off Your Device & Connect It To The Computer Using USB Cable While Enabling Fast Boot Mode (Press & Hold Volume Up Button To Trigger Fastboot Mode). Windows Will Start Driver Installation As soon As You’ll Connect Your Device To The Computer While Keeping It In Fastboot Mode.
:: Now Extract The Fastboot Package Which You’ve Just Downloaded in Your PC.You Will Find 2 Folders Named As ‘fastboot’ & ‘usb_driver’.
:: Point Driver Installation Location To ‘usb_driver’ Folder.
:: Once Drivers Get Installed, Disconnect Xperia Acro S From PC & Power On It.
Step 2 : Unlocking Bootloader.
:: Before Unlocking Bootloader, You Need To Check That if Your Device’s Bootloader Can Be Unlocked Or Not. For Checking Bootloader Status Dial *#*#7378423#*#* From Phone Dialer To Access Service Menu.Find Bootloader Unlock Status Over There. If It is Set To Yes Then Only You Can Unlock ::Your Device’s Bootloader Otherwise It’s Impossible To Unlock It.
:: After Verifying Bootloader Unlock Status Set To Yes, Go To Sony’s Official Bootloader Unlocking Site.
:: Scroll To The Bottom of The Page & Press Continue.
:: You Will be Prompted With The Message “Are You Sure ?”. Accept It By Clicking On “Yes I Am Sure”.(Assuming That You’ve Read It Properly). Then Accept The Legal Terms.
:: Now You’ll Get “Create Unlock Request” Page.Enter Your Name, Email Address & IMEI (Which You’ve Noted in Essential Steps Mentioned Above).
:: You’ll Now Get Unique Key Which Will Be Displayed On The Screen. Save It Safely As We Will Require It In Next Part Of The Article.
:: Open CMD in your computer and type "cd (location of Fastboot Folder)".
:: Again Connect Your Device To PC by pressing and holding the Volume Up button.
:: Now In Command Prompt (CMD) Type The Following Command :
fastboot.exe -i 0x0fce getvar version
:: If Value is Returned (It Should return 0.5), It Means Device is Connected Properly.
:: Type This Second Command Mentioned Below :
fastboot.exe -i 0x0fce oem unlock 0xKEY
:: Replace The KEY With The Unique Key Which You’ve Received Earlier and Hit Enter.
Congratulations !! You’ve Successfully Unlocked Bootloader.}
Note:
- Easiest way to enter Windows CMD is holding SHIFT + RIGHT CLICK on empty space in folder than choose option " Open Command Window Here " .
4.Root
- TUTORIAL -
Solution 1 - For all ICS firmware
(Thanks Bin4ry)
1.) Download attached Root_with_Restore_by_Bin4ry_v31.
2.) Extract it using 7zip
3.) Double click the RunMe.bat and follow instructions!
Xperia phones with "older" firmware = Normal mode
Sony Tablet and similar = Special mode
Xperia phones with JB Firmare = Mode 3
Solution 2 - For JB firmware .200 / .211.
(Thanks DooMLoRD)
1.) Download attached SuperSU-1.25-Busybox-1.20.2-UPDATE.
2.) Enter Recovery (CWM) (restart device (turn off, turn on & vol+) and while on the SE logo, simply tap the screen of your phone several times.
3.) Select [install zip from sdcard]→[choose zip from sdcard]→[SuperSU-1.25-Busybox-1.20.2-UPDATE.zip] → [YES]
4.) Wait flash finished, press Back and select reboot system now [], the phone going to automatically restart.
5.Flash Recovery
- TUTORIAL -
- ICS All Firmware -
(Thanks LEDelete)
1.)Download and install RecoverX Software
2.)Open RecoverX,select your device and recovery and click next.
3.)Install Busybox if program ask,wait till software download recovery for your device.
4.)Flash recovery.
All instruction are in the RecoverX Software,just read on-screen instructions.
- JB Firmware .200 / .211 -
(Thanks DooMLoRD)
Download the advanced stock kernel (contains recovery)
Advance Stock Kernel with Recovery v02 (FW: 6.2.B.0.200) (CWM 6.0.3.2)
Advance Stock Kernel with Recovery v01 (FW: 6.2.B.0.211) (CWM 6.0.2.7)
Connect device to PC with Debugging Enabled & Reboot device into fastboot mode
Code:
adb reboot bootloader
now flash the recovery using
Code:
fastboot flash boot kernel.elf
[where kernel.img is the name of the file image u downloaded]
thats it!
Notes:
- You will do all procedure from fastboot package folder which you already downloaded for bootloader unlocking. -
- Easiest way to enter Windows CMD is holding SHIFT + RIGHT CLICK on empty space in folder than choose option " Open Command Window Here " .
6.Flash MIUI V5 Rom - Download MIUI V5 3.10.25 - Multilanguage STABLE (Official Port)
[QRCODE]https://drive.google.com/file/d/0Bw8J25RPHMZHMk51M3JXVnpKU1U/edit?usp=sharing[/QRCODE]
Download 3.9.27 Multilanguage Addon(Flash It Via Recovery After First Reboot)
(Thanks To Novastylez )
Flash MIUI V4 Rom - Download MIUI V4 3.2.22 - FINAL STABLE
- Flash Tutorial -
1. Put xxx.zip copied to the root directory of cell phone memory (that is a direct copy)
2 .Enter Recovery (TWRP or CWM) (restart device (turn off, turn on & vol+) and while on the SE logo, simply tap the screen of your phone several times.
3. Select [wipe data / factory reset] → [YES]
4. Select [wipe cache partition] → [YES ]
5.Select [advanced] → [wipe Dalvik Cache] → [ YES ] → Back
6.Select [install zip from sdcard] → [choose zip from sdcard] → [xxx.zip] → [YES]
7.Wait flash finished, press Back and select reboot system now [], the phone going to automatically restart with installed MIUI ROM.
- First boot need ~ 3 - 5 min. -
7.Flash Google Apps (MIUI Gapps) - Download GAPPS 4.1.2
Flash GAPPS for V4 Rom - Download GAPPS 4.0.4
- GAPPS Tutorial -
1.After first boot reboot your phone to recovery again.
2.Select [install zip from sdcard] → [choose zip from sdcard]→ [miuiandroid_gapps-4.1.2-small_signed.zip] → [YES]
3. Wait flash finished, press Back and select reboot system now [], the phone going to automatically restart with installed GAPPS.
4.Set up your Google and Xiaomi Accounts(for themes).
< NOTES >
Click to expand...
Click to collapse
- TIPS -
Click to expand...
Click to collapse
- If you're coming from other MIUI V5 realase you don't need to [wipe data / factory reset], [wipe cache partition] and install the GAPPS.just flash this rom over previous. -
- Turn Rounded Corners Off,Limit Background Processes To 3 and Enable 'Force GPU rendering' In Development Settings And Reboot For Smoothness. -
- If you have "assert failed" error during flashing rom you can fix it easy by on this way:
Open the zip file with 7zip. go to META-INF\com\google\android\updater-script drag it to your windows explorer (or other programs). open it with notepad :
assert(getprop(";ro.product.device" == ";LT26w"; || getprop(";ro.build.product" == ";LT26w"; ||
getprop(";ro.product.device" == ";galaxys2"; || getprop(";ro.build.product" == ";galaxys2"; ( Or Something Similar )
and
delete them entirely . save it. then drag n drop to your opened 7zip, replacing old updater-script. - (Thanks to m1st3r1)
- VALUABLE APPS -
Click to expand...
Click to collapse
CAMERA
Click to expand...
Click to collapse
- To Replace Native Camera Which Quality Is Poor I Suggest 4 Alternatives:
Download And Install SNAP CAMERA HDR(Trial Version Works Completely ,But You Must Disable Internet Connection To Use It)
Download And Install AttachedMIUI Camera(Thanks Ghetto_Thug) + Panorama App(Thanks blakstar)(Install Panorama App And Copy MIUI Camera(8mpx/720p) To /system/apps ,Set Permissions + Reboot Device)
Download And Install LENOVO SUPER CAMERA(Fully Working With Lot Off Options).
Download And Install SGS4 CAMERA GOOGLE EDITION(Photosphere Working,4.3 Look,8mpx Photo Res.).
ADD BLOCKING
Click to expand...
Click to collapse
To Block All Adverts,Malware/Spyware/Bloatware From Web ,Backup Your /System/etc/hosts file via Root File Manager And Flash This File Via CWM - ADD BLOCKING (ThanksBSDgeek_Jake)
WIFI REGION CODE
Click to expand...
Click to collapse
If Anyone Have Problems With WIFI Region Code ,Just Install This APP/Open It/Tap Install WiFix/Allow Root Permitions/App Will Work Automaticly - WIFIX.(Thanks fardjad)
ADOBE FLASH PLAYER
Click to expand...
Click to collapse
Adobe Stop With Distribution Of Flash Player For Android For Versions >4.0.4 ICS.
Download And Install Attached "Adobe Flash Player 11.1.115.63" App.
Open Browser /Settings And Enable Plugins (Note:Adobe flash Player Not Working With Chrome Browser)
OPERATOR NAME
Click to expand...
Click to collapse
To Change / Remove Carrier Name In Status Bar Download And Install Attached "MiuiSpnConfig"App.
Open App -> Change Carrier Name (Works With Blank Space Too)
-> Save -> Airplane Mode On-> Airplane Mode Off.(Thanks panel1)
WEATHER
Click to expand...
Click to collapse
To Enable Miui Weather For All Countries Download And Install Miui Based WEATHER BZ.
(Note:Enable In App Settings MIUI Integration)
MIUI CONTROL PANEL & XPOSED ALTERNATIVE
Click to expand...
Click to collapse
To Enable Various MIUI Tweaks Download And Install WSM PROJECT.
For More Information on English Visit : LINK
(Thanks BurgerzMD)
MIUI V5 THEMES
Click to expand...
Click to collapse
- Check My MIUI v5 Themes Thread -
MIUI Themes Collection - JUNE 2013
MIUI Themes Collection - JULY 2013
LANGUAGE
Click to expand...
Click to collapse
To Change Language Of Your Device Download And Install Attached "Set Language" App.
Open App -> Choose Language -> Apply.(Thanks Simple App Factory)
MASS STORAGE
Click to expand...
Click to collapse
To Enable Mass Storage Mode (Fast Manipulation With Storage Memory)On Your Device Download And Install Attached "SD Mounter_2.0" App.
Open App -> Grant Root Permissions(First Time Only) -> Mount Internal Storage -> .(Thanks DooMLoRD)
ENJOY YOUR MIUI V5 ROM
Great, another new rom..
But it must have UB like any other MIUI...
Complete tutorial u have there.. Keep it up bro..
Need to read n learn more.. :thumbup:
Sent from my Xperia Hikari using Tapatalk 2
Hey mate, it looks like you could use a mirror here. I can upload it on my server when I finish downloading if you want. Downloading from [email protected] can be frustrating
jazzgott said:
Hey mate, it looks like you could use a mirror here. I can upload it on my server when I finish downloading if you want. Downloading from [email protected] can be frustrating
Click to expand...
Click to collapse
I Have Very Slow Upload Now - If You Can Uploadit To Your Server And PM Me The Link.
I Will Immediately Put It In OP.
Thanks In Advance.
In 12 Hours MIUI Latest Release 3.7.26 Will Be Uploaded.
Ad blocker's link is broken
never skip to try this
THANKS for a new rom @ghetto_thug
rom installed damn smooth,will observe regarding battery life...
thanks man for bringing this updated miui in our acro s :highfive:
MIUI V5 For Xperia Acro S 3.7.26
First Page Updated:
Miui V5 3.7.26 Changelog
Miui V5 3.7.26 Rom Uploaded
Miui V5 3.7.26 Add Block Link Fixed
Original Post Updated:
MIUI Camera + Panorama App Added under Valuable Apps Section
ghetto_thug said:
Original Post Updated:
MIUI Camera + Panorama App Added under Valuable Apps Section
Click to expand...
Click to collapse
where is the link?
edit : your meta inf. inside the rom has 0 size bytes, cannot open by 7zip as an archive...
chrissoriano said:
where is the link?
edit : your meta inf. inside the rom has 0 size bytes, cannot open by 7zip as an archive...
Click to expand...
Click to collapse
MIUI Camera & Panorama Are In Attachments.
Probably Zip Is Not Signed Well.
IS The Flashing From CWM Work?
I Dont Have Device To Try Now.
someone tested it?
ghetto_thug said:
MIUI Camera & Panorama Are In Attachments.
Probably Zip Is Not Signed Well.
IS The Flashing From CWM Work?
I Dont Have Device To Try Now.
Click to expand...
Click to collapse
work but im using .19 when im try to update to 26 there was an error like what you said in op
My JULY MIUI Theme Thread Updated With bunch Of MIUI V5 Themes.
Check Link In My Signature.
Only for unlocked BL, or will it run with standard kernel?
Nagoyablue said:
Only for unlocked BL, or will it run with standard kernel?
Click to expand...
Click to collapse
Only For Unlocked Bootloader. I Will Not Work On Locked BL.
ghetto_thug said:
Only For Unlocked Bootloader. I Will Not Work On Locked BL.
Click to expand...
Click to collapse
when you will fix the .26 sir?
chrissoriano said:
when you will fix the .26 sir?
Click to expand...
Click to collapse
If You Have Error Like In Notes Section Of OP ,Open Roms Zip With Some Archiver And Edit (Not With Notepad Or Word Pad)Updater Script In Meta-Inf Folder.
Delete Everything Before Unmount System And It Will Works.
From Next Release OTA Updates Will Work For Every New Release.
ghetto_thug said:
If You Have Error Like In Notes Section Of OP ,Open Roms Zip With Some Archiver And Edit (Not With Notepad Or Word Pad)Updater Script In Meta-Inf Folder.
Delete Everything Before Unmount System And It Will Works.
From Next Release OTA Updates Will Work For Every New Release.
Click to expand...
Click to collapse
is your meta inf already update,?because the size of your meta inf is " 0 " bytes, when i try to drag it to desktop it says that the archive are damage
chrissoriano said:
is your meta inf already update,?because the size of your meta inf is " 0 " bytes, when i try to drag it to desktop it says that the archive are damage
Click to expand...
Click to collapse
Zero Meta Inf Package Is Fixed.Redownload Rom From Link In OP,And then Change Updater Script.
Or just Copy Meta Inf From 3.7.19 Release.
Important: I have mistakenly made 2 threads of the same topic Please go here :
HTML:
http://forum.xda-developers.com/showthread.php?t=2564725
Hello Everyone Many have reported that Vper4Android doesnt work on 4.4.1/4.4.2 .
Here is the fix for the soundmod on 4.4.1/4.4.2 .
All the credits for the fix goes to @nexus4 . I am just sharing it DO say thanks to him
HTML:
https://docs.google.com/file/d/0Bzc9D9gaMohTdUJaXzYtTlE4MWc/edit
Steps for Installation
> Download the laterst version of Viper4mod
> Install the drivers .
> Boot to your recovery
> Flash the soundfix
> Go to settings > Sound> Music Effects Choose Viper4AndroidFX
All the functions are working
*Please report if any functions doesn't work *
Any profile for our external speaker...thnx
Enviado desde mi Nexus 4 mediante Tapatalk
{
"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"
}
Multirom v3 , DualBoot Patcher
tutorial also changed please read again
Code:
/*
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* dead phones , car explosion , your phone explosion
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this tool
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Introduction :
I'm proud to present you the first dual boot project for the Qualcomm-based Samsung Galaxy S3 Neo and Samsung Galaxy Grand 2 and Galaxy S5 mini ! This will allow any ROMs and as many as you want to be installed at the same time. It works by patching the secondary's ROM installation scripts and boot image to load the ROM files from an alternate location (/system/dual, /cache/dual, and /data/dual). Because of the way this is implemented, no changes to the primary ROM are necessary
About :
Hello guys, as some of you guys know and some of you dont I was working on dual boot and dual boot v1 beta, which was released in our great Telegram group, but not in XDA, because of some reasons and rude MAXSIMUS96 that doesn't have any respect to a great development. But anyway I dont care
Lets Start
Well here's v3 + dbtools removed
patched files are flashable with recovery now
added full s3 neo support :angel:
added full grand 2 support :angel:
added full s5 mini support :angel:
more
Now you can have unlimited ROMs!
Tested with 4 CMROMs + 2 stock ROMs
Here's the topic of the base tool used: Dual Boot Patcher
Here
Make sure you leave a like on the great post of base tool I used here
What is Dual Boot or Multiboot?
DualBooting or multi Booting means having 2 or more ROMs at same time on the phone and choose between what you want to boot on next reboot
Why i need this? Is it even useful???
Yes it is! You can fix offline charging on some ROMs like CM12.1, you can have stock battery life, motion beauty, CM12.1's and CM11's performence at the same time without flashing any of them. Just one click from changing to the ROM you like
Whoa that sounds awesomeeee! is it difficult to install??
In v1 yes, but now on v1.5 i added dbtools (DualBootTools) that make most of things automated and even easier for noobs
now v2 things got even easier full s3 neo support
Any ScreenShots !?
see post #3 attachments
I want to see how it is ! is it possible , any videos ?? !?
see post #3 post
First Things first ! Go and make Backup of your files
Requirements :
an S3 NEO
root access of course
busybox if you are on stock ROM
recovery (twrp 3.0.0 is the best)
brain (the most important)
time and being relaxed
downloaded files
installation tree:
download and preparing files
setting kernel
patching the ROM
flashing
switching ROM
updating ramdisk
extras...
done enjoying
Explaining the tools
First: dbtools (removed due v2)
DualBootPatcher:
the great app mentiond above that made dualbooting possible
installation :
Now we know all about the tools,so it's time to use our brain
Step 1
download and install DualbootPatcher app
if you are in motion rom do this
if you are on motion rom install Motion fix zip at downloads section . it will change device codename back to s3ve3g
Step 2
Open the app
Slide the menu and go to ROMs
It will request for root access
Allow the root access
and a message will ask about to set the kernel
Select "set now" and after it said kernel set now
Step 3
reboot your device
Now after device is turned on
Go to the app and navigate "Patch Zip File" from the menu
and tap that + button select zip of ROM you want to patch
A window will come up and if you see in "your device selected by default" you done everything right.
then:
If you are CMuser ( means you have a cm12.1 , cm11 or ... on your primary rom)
and want to install another cyanogeonmod rom (cm11 , cm12.1 ...)
Select the partition configuration as "Secondary"
If you are trying to install another ROM that has a huge system
Select partiton configuration as "data slot" and select an ID for the ROM
better to be a number
(It will be installed on data partition this means it will use the device internal storage space )
and select continue and set where to place patched file .
you can add more files to patch there .
and after you are ready to patch the files tap that tick button in action bar
to start patching
Step 4
After you patched the zip ROM go ahead and navigate to ROMs from the menu
select button down corner and select patched zip you patched
and then select keep location (or if you want you can change the location ) and add more patched zips or tap the up corner tick to start install
note : if any thing wrong happend PM me on telegram and send me multiboot.log in internal storage.
Step 5
after ROM is installed
it should be selected the installed rom .
tap and switch to primary rom
now use three dot on side of primary and select update ram disk
and then select reboot now
now after device rebooted go back to the app navigate to roms
now use three dot on side of new ROM you installed and select update ram disk
after it said done
select the rom you installed . ( tap on the icon of it or name )
( if you saw a message about checksum select continue )
reboot the device and see the magic !!!!
your new ROM is booting !!!!
Cool, let's stop enjoying and continue
Step 6
now after your new ROM booted
take your time to setup the device
and go and install dualboot patcher app again
now open the app
Go to ROMs and allow root access and
now use three dot menu in side of primary ROM and select update ramdisk
now use three dot in side of new ROM and select update ramdisk
and reboot
Step 7
now ENJOY your dual booted phone
for now on you just need to select the ROM and boot into it
it doesnt need updating ramdisk any more.
now go to the browser and navigate to this topic and leave a thanks
it helps to keep up the work
How to flash a kernel gapps, camera fix, etc.?
Just patch the file to same partition configuration and flash with app
or patch it with recovery tools and flash
How to flash a kernel gapps, camera fix, etc. on primary rom ?
Just patch the file to primary configuration and flash with app
or patch it with recovery tools and flash
How to boot into other rom if you have boot loop with the current rom ?
boot into recovery twrp 3 and select images , navigate to /sdcard/multiboot/ and you see your ROMS listed in folder , like primary , dual , etc .... open the folder of ROM you desire to boot and flash boot.img to boot partition and reboot the phone
How to Wipe the roms ?
go to rom options in dualboot app select wipe rom and tick all of them and done .
or use the dualbootpatcher utility
How to use dualbootpatcher utility ?
flash in the recovery and BOOOOM !
Thanks & credits
It's all done now, thanks for reading carefully
Please at least leave a THANKS to the topic, it make me feel better and work harder on v2 for our device.
I can't receive any donation due to my country. It will be really nice if you send me donations with google gift cards
credits : DualBootPatcher Developer : @chenxiaolong
@LGaljo for his great help about fixing grammar mistakes and thanks to @Swp1996 for testing on grand 2 and thanks to @sasukesama for testing and helping with s5 mini and thanks to @ziad311 for testing v2 & thanks too @German Developer for video tutorial
hitting thanks button isn't that hard guys
Version Information
note SEANDROID ENFORCING is not a bug it's needed so please don't try to edit the work without permission or try to fix SEANDROID ENFORCING!!!!
What is working and what is not working on the ROMs?
Everything works great
Only bug is about CM11 :
Files created by CM11 ROM can't be opended with the other ROM :B
That's only problem .
Status : stable
version : 3
dbtools version : removed in v2
Downloads and changelog
Downloads
Fixed Grand2 not Detecting
DualBootPatcher-V3 s3 neo and grand 2 & s5 mini
Orginal DualBootPatcher app You can download the utility here
S3 Neo MotionFIx fixed thanks to @Antix2835 for reporting an issue
S3 Neo Duos MotionFIx
Grand 2 motion fix
updated to v3 tutorial changed also make sure u read tutorial AGAIN
if you used v.1.5 u need a clean install for using v2
Code:
v3
added s3ve3gdd ( fixed )
added s5 mini lte version
new design ( im sorry for v2.7 bad design )
fixed cm13 completely
added db-wiki
--------------------------------
v2.7
added in app tut
added fixes for cm13 possibility fix ( my device doesn’t have cm13 so i cant test it )
--------------------------------
v2.6
added new design
--------------------------------
v2.5
optimized Samsung devices
--------------------------------
v2.4
fixes
added multi patch ( more then 2 )
--------------------------------
v2.3
security updates
--------------------------------
v2.2
added support s5 mini
--------------------------------
v2.1
added grand 2 device support
added grand 2 motion fix
--------------------------------
v2
files are flashable with recovery now
dbtools removed
easier to install
update to last sources
new design
fixed partitions
added full s3 neo support
--------------------------------
v1.5
Now you can have unlimited ROMs!
bug fix with system partiton
added data slot support (fixed)
this post will be the ROM suggestions and combinations and screenshots
here is a video by @German Developer https://www.youtube.com/watch?v=ePRdE1OzRWE
my own best :
stock or motion as primary cm12.1 as other
app data sharing is on beta DONT USE IT TILL V2.1 . ( it make apps use same data )
any tw rom should be as primary to work ! this means if u want use any motion or motion based it should be in primary
THIS MEANS YOU CAN NOT INSTALL MOTION OR ANY STOCK AS DATA OR ANY OTHER SLOT !
You can install stock , and install motion on data BUT ! You will face RIL Problem .
with this intruction :
first install motion normally on the data slot,
note : you need 2 gbs space .
then install a custom kernel for motion rom :highfive:
Man, it's great, but I have some questions... If I install a new ROM, I'll not have to reinstall my apps, right?
EDIT: Sorry for my bad english
MarcusBS said:
Man, it's great, but I have some questions... If I install a new ROM, I'll not have to reinstall my apps, right?
EDIT: Sorry for my bad english
Click to expand...
Click to collapse
if you install a new rom like u normal yes . if you install a rom as dual or data slot you have a clean rom you can install any apps you want
Okay, and... About my storage, this will fill my storage?
Sorry for my bad english again
MarcusBS said:
Okay, and... About my storage, this will fill my storage?
Sorry for my bad english again
Click to expand...
Click to collapse
you can install telegram and talk to me there with this link : http://telegram.me/imthemr
yeah it will but if you install on dual ( if it have enough space ) it will not
Excellent
salah eltony said:
Excellent
Click to expand...
Click to collapse
it's a pleasure use thanks button !
I'mTheMr said:
you can install telegram and talk to me there with this link : http://telegram.me/imthemr
yeah it will but if you install on dual ( if it have enough space ) it will not
Click to expand...
Click to collapse
Thank you so much, man...
Great Job mate !!
I'm waiting for v2
Thank!!! Please, make video instruction
iYaro said:
Thank!!! Please, make video instruction
Click to expand...
Click to collapse
Please wait I think @German_Developer is making a little video about this
I will make a video, don't worry, but first when the v2 comes out
twrp 3.0
Sorry bit i don't find the twrp recovery versione 3.0, can you past a link please? Thanks
---------- Post added at 05:54 PM ---------- Previous post was at 05:53 PM ----------
Can install the blisspop ROM?
Great work mr!
emabertax said:
Sorry bit i don't find the twrp recovery versione 3.0, can you past a link please? Thanks
---------- Post added at 05:54 PM ---------- Previous post was at 05:53 PM ----------
Can install the blisspop ROM?
Click to expand...
Click to collapse
wait for v2 it will be released today
thanks !
sev3n1985 said:
Great work mr!
Click to expand...
Click to collapse
Thanks !
So, in V2, can I boot any S3 Neo Rom as secondary rom? (for example FIUI?)
Antix2835 said:
So, in V2, can I boot any S3 Neo Rom as secondary rom? (for example FIUI?)
Click to expand...
Click to collapse
its not about possibility (everything is possibe) its about space u got . u cant install as dual partition on motion rom and stock however you can install it on data slot as many as you want
I was just playing on my 950 XL with advanced info
be sure you use version 10.0.14291.1001 or 10.0.14291.1000
what i did :
- put my phone in mtp mode
- browse on my pc to : this pc -> windows phone -> phone -> dpp -> mmo -> regscreen
--- > there a couple of files you can edit
- i replaced the file : imagelabel_dark.png with my own ( i put : my first test in it )
- and changed the content of the file : coo.txt with the text : test test test
- then HARD reset my phone ( or settings -> about -> reset your phone )
i know its not much but i just want to share this info.
have fun with it ..
Micheal
see here the result :
what it do for you ,advanced info meant for finetune your device ,it makes apps work better with the info on it ,you can change anything in that by just going
HKLM/SOFTWARE/OEM/NOKIA (or any OEM)/variant
all fields are change it make fun
also change Soc 8996(SD 820) below and PhoneManufacturer "HP"see any performance increase with Antutu Benchmark V6 and share your Results
SYSTEM/Platform/DeviceTargetingInfo/PhoneManufacturer == " HP "
SYSTEM/Platform/DeviceTargetingInfo/PhoneSOCVersion == " 8996 "
Coz antutu is fake.
augustinionut said:
Coz antutu is fake.
Click to expand...
Click to collapse
unfortunately that's the only benchmark tool For WM10. other apps need to upgrade WM 10
Mod Edit: Link Removed
= Widevine L1 patch for Mi 9T / Mi 9T Pro and others devices ==
Huge thanks to:
@Benfatica (found how to easily get L1 back - v1 patch),
@sauliiin (created the TWRP zip file - v1 patch),
@robi10101298 (shared files to make v2 patch for Mi 9T) and
@r4yv3n (shared files to make v2 patch for Mi 9T Pro)
from XDA forum!
Your device must have stock Widevine L1, otherwise it will not work...
INFO: Widevine L1 is back in 20.1.21 update without patch!
-------------------------------------------
Use Official TWRP to avoid possible big issues!
1) Download one patch and put this file in root of your phone's storage.
2) Boot to TWRP Recovery.
3) Go to "Mount" menu and tick "Vendor", then "Back".
4) Go to "Install" menu and find & select your previously downloaded zip file.
5) Do NOT tick "Reboot after installation" option!
6) Flash it.
7) After flashing, click on "Wipe Dalvik&Cache" button and do the wipe.
8) Reboot and check if it works!
INFO:
- v2 = API version update (14 -> 15) for Mi 9T and Mi 9T Pro devices only!
- In case of issue, try first version too (don't forget to follow the steps above!).
- If nothing working (don't forget to mount "Vendor" partition in TWRP before flasing the remover) => TWRP_Widevine_L1_Remover.zip
@80606 Download link has to be public and mentioned on the thread, DO NOT use an external source and redirect users to other platforms like Telegram.
I have removed the link for the time being and locked the thread. Please PM me the details and link to verify before we can allow this share.
Please go through the forum rules before you copy and post any such stuff.
Thanks,
Funk Wizard
Forum Moderator