[MOD][UBKPD] Extended Power Menu + Quick Panel +1% Battery Mod - Samsung Galaxy SL i9003

Hey guys I bring my first mod for this firmware, which consists of the Extended Power Menu, The Quick Panel (14 togles) and the 1% Battery Mod. The credits of these mods are for the original authors in XDA, I only have adapted to this firmware.
Requirements:
Have Installed UBKPD stock ROM (http://forum.xda-developers.com/showthread.php?t=1450893&highlight=ubkpd)
It must be deodexed
Install:
Download the zip and put it in the SD
Go to CWM -> Install Zip form SD Card-> Choose a Zip -> (choose) UBKPD_ExtendedPowerMenu_QuickPanel_1BatteryMod.zip -> Install
Reboot the phone
It takes some time to start the first time so do not panic
Download:
http://www.mediafire.com/?1dyorm3igcrnv8o
Screenshoots:
At the end of the post
Disclaimer: Remember that you flash at your own risk and I am not responsible for any harm that you might do to your terminal.
Do not forget to make a backup before installing via CWM

Related

[9001][GUIDE][NOOBFRIENDLY]Starter-Guide[STOPPED]

I´m not responsible for what you do! This guide could “destroy” your phone if you do something different how it is explained!!!
I do not have any claim of fullness! If here should be any mistakes feel free to correct me!
Support is now stopped, read this post for more details...
Hi folks
I saw that here is missing a basic guide for our device, then I noticed that we have get a lot of new members, too!
This guide will be so noobfriendly that even my grandmother will understand it
I will try to answer here every question and I will add it then to the front page. I will answer very kindly, too! So feel free to ask everything =)
Please follow each step, don´t skip any step and do all exactly how I explain it...
Must haves:
Following things are must haves for every I9001 phone. In this guide I will explain how to get them on YOUR phone.
Most things will be installed automated by a installation of a custom rom, which is then more easily for you to get them!
Busybox
USB-Debugging
Clockworkmod
Root
Deodex
1. Basics:
About Roms:
What is a Rom:
The whole system of your phone is a rom. Windows 7 is a Rom for your computer (just a metaphor)
A rom contains different sections:
boot.img (kernel)
system.img (the main-system)
recovery.img (recovery mode)cache.img (caches)
Stock-Rom:
The Stock-Rom is the system which Samsung is delivering to the store. Samsung built this rom from the google sources and changed android they way they like it.
The stock-rom is the original rom of your phone!
You can find a lot of stock roms in the Index or just here in the dev forum
Custom-Rom:
A custom-rom is a modified rom which has different improvements. The base can be of a stock rom or it is an AOSP-Rom.
You can find a lot of custom roms here in the forum or just visit the Index
AOSP-Rom:
This is a Custom-Rom too, but the base is built from the sources of Google. The advantages are that there is not any garbage, it is more stable and it has more functionality. But the disadvantage is that it is hard to build and it will take long time for being bug free.
Basic knowledge:
What are Tweaks:
Tweaks are changing values in the system. Tweaks ussually improves the whole system
Kernel Description:
The Kernel is a piece of software which controls everything on your system.
The kernel controls the cpu with the governor. The governor decides the behavior of the cpu, like when the cpu has to be on the max. clock or when it has to be on the min. clock.
The kernel controls the ram and sd-card behavior with the scheduler. The scheduler decides how long a process should be saved in the ram and it influences the sd-card read and write speed.
The kernel controls the voltage of the battery on a specific cpu clock, too
The kernels which are offered here are oc (overclocked), UV (under volted), they add new governors and scheduler and the add the init.d support.
Init.d makes it possible to launch tweaks at the boot of the phone if they are in the init.d folder (system/etc/init.d).
A description of governors and scheduler are here and here
You can change the governor and scheduler with AnTuTu CPU Master
I recommend strongly to change the kernel because it improves your system immense, but in the other hand the car cardle will not work anymore with these kernels.
Only Stock Kernel and the stock kernel with init.d support the car cardle
At the moment are following kernel popular:
Skyhigh
Feamod
Vitality
Stock Kernel with Init.d - KQ7
Bloadware:
Bloadware are apps which nobody needs. Samsung implement them in their stock roms. When they are removed there will be more free space for other apps and more ram will be available
Brick:
Your phone is bricked when it can not boot anymore.
There are two types bricks
Soft Brick:
When your phone is soft bricked it can cause a boot-loop (the reboot-procedure begins always as new) or your phone will stick in the boot.
Soft bricks happen often by installing themes over a odex system (more informations in the 8. point)
You can solve soft bricks easily by installing a new rom with the clockworkmod or with odin (more informations in the 2. point)
Hard Brick:
When your phone is hard bricked it will not do anything. You will not be able to enter the clockworkmod or the downloadmode!
Hard bricks often happen by flashing roms of other phones or flashing bad custom roms (at the moment there aren´t any "bad" customs roms for our device)
You can solve SOMETIMES a hard brick with a JTAG. If the jtag could not help you have to send your phone to samsung for a expensive repair
Batterly life:
You can improve your battery life by changing the governor, the scheduler, turning off gps, bluetooth, wi-fi and by changing the brightness of your display.
You can improve your battery life too by changing the max. and min. clock of your cpu. But here is to say you have to find your personal middle way of performance and battery life settings.
Wipe:
A wipe is when you delete everything on your phone. It has the same meaning as "format" and "delete". How to wipe your phone is explained in the 6. point
Other Settings:
Animations:
In the default settings the animations are diactivated, but they look so nice that you have to activate them . If you want for example the old screen off you have to activate the animations.
How to activate animations:
Enter in the settings of your smart-phone
Select "display"
Choose "animation"
Choose "all animations"
Wi-Fi troubles:
If you face Wi-Fi troubles could this method solve your problems
Enter in the settings of your phone
Choose "Wirelless and network"
Choose "Wi-Fi settings"
Press the Menu-Button
Choose "Advanced"
Activate "use static IP"
Busybox:
Busybox is a collection of commands and functions for every android phone. Some custom roms will even not be working properly without Busybox! Normally Busybox will be installed automated by a custom rom installation , but if not you can install the .zip in the post #3 through Clockworkmod (detailed explanation for installing .zips with clockworkmod are in the 2. Point)
USB Settings:
What is USB-Debugging:
USB-Debugging is a function of Android. If it is enabled you will be able to use adb. Make sure that you have it always enabled because you will need it often and by the way it does not have any disadvantages
What is adb:
adb means: Android Debug Bridge
With adb you can change/edit/install files on your phone with your computer. Broodplank1337 made a big configurator which can do incredible things!
Configurator
How To use Adb is explained in this Tutorial
How to enable USB-Debugging:
Enter in the settings of your phone
Enter in the “Applications”
Enter in “Development”
Enable “USB-Debugging”
How to copy files on your internal SD card:
Make sure that you´ve got at least installed the USB Driver if not download them from the download section (if you have installed kies you got the USB Driver installed too)
Make sure that you have enabled USB-Debugging in the Settings of your phone
Connect now your device with your computer with the usb-wire
Now just pull down your status bar and select the usb notification then you choose "connect storage to PC"
Now you can copy files on your internal SD-card
Your internal SD-card is the storage with 5 GB
2. How to install every Rom/Kernel/Recovery/Mod:
General
If it is a zip file you have to install it with Clockworkmod Recovery. If it is a .tar or a .tar.md5 file you have to install it with Odin!
Odin:
What is Odin:
Odin is a program on windows where you can install custom roms and kernel during your phone is in the Download Mode. To use Odin you need the AriesVE.ops and the kernel or custom rom you want to install.
What is the Download Mode:
When you phone is in the Download Mode you will be able to flash kernel, roms, new recovery modes with Odin. You can only exit the Download Mode by taking of the battery or when odin finished flashing!
How to get in the Download Mode:
Please turn off your phone and wait until it is completely shut down
Press the Home-button + volume-down + power button until there is an android icon
(In post#2) is a Imagine which could help you)
Installing Custom Roms and Kernels with Odin
Download:
Odin
AriesVE
(downloadlinks are in post#3)
Start Odin.exe
Press on "OPS" and choose the AriesVE.ops
Activate the Option "One Package"
Click on "One Package" and select the .tar or .tar.md5 file
Put your phone in to the download mode
Connect your phone with the usb-wire
Press "Start" in Odin
Wait until your phone reboots automatically
(In post#2) is a Imagine which could help you)
Recovery-Mode:
What is the Recovery Mode:
The Recovery Mode is like the BIOS of your computer. There you can manage your phone easily. The Stock Recovery Mode does not have a lot of functions, because of this there were made new recovery mode by good devs. A better recovery mode is the clockworkmod
What is the clockworkmod:
The clockworkmod is actually the most popular recovery mode. At the moment it is the most stable one, too
Other expressions for "clockworkmod":
"CWM"
"Recovery Mode"
"feamod"
What are the differences between Stock-Recovery Mod and Clockworkmod:
With the stock Recovery Mod you can just make a Factory Reset and install simple zip files. You will not be able to install custom roms!
With the clockworkmod you can backup, restore and format your system and install any custom rom
Do I need the Clockworkmod:
Yes it is a must have, you will not be able to install any custom rom or other mods
How to get in the stock-Recovery Mode:
Please turn off your phone and wait until it is completely shut down
Press please the power + the volume up button for 10 seconds
When you see a Box with an android icon press once the menu button to be able to use it
How to navigate in stock Recovery Mode:
Navigating:
Volume Up/Down
Selecting:
Home-Button
How to install the Clockworkmod:
Download:
AriesVE
Odin
FeaModRecovery 1.2
(downloadlinks are in post#3)
Enter the Download Mod
Now start Odin
Select as always AriesVE.ops as ops file
Then activate “one package” option in Odin and choose as “one package” “FeaModRecovery_1.2.tar.md5”
Press "Start" and wait until your phone reboots
How to get in the Clockworkmod:
Please turn off your phone and wait until it is completely shut down
Press please the power + the volume up button for 10 seconds
How to navigate in Clockworkmod:
Navigating:
Volume Up/Down
Selecting:
Menu-Button
Back:
Back-Button
What is "mounting":
If you mount something you will be able to edit/delete/add files to your system. Developer always recommend to mount /system before installing a mod, because if you don´t do it the mod will not be installed successfully
How can I mount /system:
Enter in the Clockworkmod
Choose "mounts and storage"
Choose "mount /system"
It works with /data , /cache , /efs , /emmc , /sdcard ,too
How to install Custom Roms/Kernel/Recovery/Mods with the Clockworkmod:
Put the zip file on your external-card in a folder (Do not put it in a folder with starting with a ".")
Enter in the Clockworkmod
Choose “install zip from sdcard”
Choose “choose zip from sdcard”
Choose the .zip file and install it
Reboot
3. Root:
What is a Root:
You can compare "Root" with the "admin" on your computer or with a “Jailbreak” for Apple products. If you have "root" you can modify all on your system. If you have installed root there will be no more borders.
Other expressions for "root":
"superuser""su"
What can I do exactly with a Root:
Firstly you can backup your apps (will explain this later more precise)
You can change the cpu frequency (cpu=processor an electronic circuit which executes computer programs)
You can run every app which needs root access
Does the root pay up:
Yes it does because it is the first border to cross for having the best of your phone
How to install Root with Clockworkmod:
Download the root from post#3
Put the root.zip on your external-sd-card in a folder (Do not put it in a folder with starting with a ".")
Enter the Clockworkmod
Choose "install zip from sdcard"
Choose "choose zip from sdcard"
Choose the root.zip and install it
Reboot your phone
How to install Root with stock Recovery:
Download the root from post#3
Put it on your internal SD card. Please just copy it on your SD-card and NOT in any folder
Enter in the stock Recovery Mod
Then you choose “apply update” and you choose the root.zip and install it
Reboot then your Phone by choosing “rebooting”
How to Unroot:
Download the "unroot.zip" from post#3
Put the .zip on your external-sdcard in a folder
Enter in the clockworkmod/stock recovery mode
Install it like you installed the root.zip
4. How to Backup:
There are two ways of backing up your data.
With Titanium Backup:
Titanium Backup is an app which will only backup your apps
Titanium Backup is a free app but I recommend only the pro version, because the free is too slow
Your backup will be saved on you internal-card in:
/titanium backup/
With Clockworkmod:
With the clockworkmod you can backup your apps and your whole system with all settings. I prefer this method because it is simple and secure...
How to Backup in CWM:
Enter the Clockworkmod
Select “backup and restore”
Select “backup” and enjoy your backup
Your backup will be saved on your external-card in:
/clockworkmod/backup/
5. Restore:
How to restore the whole system:
Enter the Clockworkmod
Select “backup and restore”
Select “restore” and choose the date of your backup
How to restore only apps:
Before restoring you should always format your device! How to format is explained in the next point!
Enter the Clockworkmod
Select “backup and restore”
Select “advanced restore”
Choose the date of the backup
Choose “data”
6. How to format:
Do this every time before flashing a stock- or custom-rom!
Attention!
You will delete everything on your phone! Your phone will not even be able to boot! Only Clockworkmod and the Download-Mode will be left! (Your SIM-Card will be untouched)
Please make sure that you saved only your backups on another device before formatting your phone (like on your computer)
This is the best method for using the full experience of every custom rom! I recommend this method because in the past a lot of users had issues with custom roms. They had installed a lot of different custom roms before and they didn´t format their phone correctly before flashing the new rom. This caused a lot of problems
Enter in the Clockworkmod
Choose "advanced"
Choose "Wipe Dalvik Cache"
Go back to the main-menu by pressing the back button
Choose “Mounts and storage”
Select all after all
Format /system
Format /cache
Format /data
(Format /emmc)
(Format /sdcard)
Formating "emmc" and "sdcard" is not a duty! You will need it if you installed a mod on your internal or in your external card
7. Warranty:
What makes your warranty dissapear:
Root
Clockworkmod
Custom-Rom
Other Kernel
How to restore your warranty:
You can restore warranty easily, you have just to flash the stock-rom which was on your device when you bought it. If you not remember which stock-rom you had installed as first visit Sammobile and search for I9001. Download the stock-rom which is for your country, flash it with odin and you will have your warranty back
(For using the Search you have to Regist on Sammobile)
8. Deodex(ADVANCED):
What is Odex:
All apps are at the beginning odexed. Odex means that the apps are actually "packed". When the apps are odex it is more difficult to modify them.
What is Deodex:
Deodexing apps means that you are "unpacking" the apps. When you deodex your apps you will be able to modify them. A deodexed Rom belongs to basic because you will need it for installing a theme or other mods.
Deodexing your rom will not cause any disadvantages
How to Deodex:
Requierments:
Root
Busybox
Java SDK (Download is in the post #3)
USB-Debugging
xUltimate-v2.3.3 (Download is in the post #3)
Connect your phone with the usb-wire
Extract xUltimate-v2.3.3.zip
Start the "Test.exe"
Following must be in the command prompt:
adb = PASS!
odex = PASS!
zip = PASS!
busybox = PASS!
java = PASS!
temp = PASS!
deodex = SKIP!
redex = SKIP!
If something is different please do not deodex you phone because you will fail. If it all matches do following things:
Start the "Main.exe"
Press "1"
When it is finished press please "2"
Enter the folder "origi_app" and delete following files:
Maps.apk
Maps.odex
Phonesky.apk
Phonesky.odex
PlusOne.apk
PlusOne.odex
Enter again xUltimate-v2.3.3 and press please "3"
When it is finished press please "4"
After it is finished start the Deodex.bat (big thanks to nikagl for the commands)
After the automated reboot your phone should be successful deodexed
To check if youre phone is deodexed just run again the "Test.exe" and under the point "deodex" should be "PASS!" or under the point "odex" should be "FAIL!"
Other Tutorials:
How to install CM9 by Arco (alpha2):
Original Post
This tutorial only works if you have installed a custom recovery! How to install a custom recovery (clockworkmod) is explained in the Starter-Guide.
Please make sure that your phone is formated before doing this! How to format is explained in the Starter-Guide ,too.
1. Download please CM9 by arco
2. Unrar
3. Put the folder "2012-05-12.19.54.06" in "clockworkmod/backup" (internal or external is equal)
4. Put your phone in the recovery-mode
5. choose "backup and restore"
6. choose "restore" or "restore from external card"
7. choose "2012-05-12.19.54.06" and confirm
8. reboot
Do following if you do NOT have installed the Clockworkmod by Arco!
9. Download Arco´s Clockworkmod
10. Put your phone into download mode
11. Start Odin
12. Select the ops file
13. Check "one package" and select as "one package" "recovery-clockwork-5.5.0.4-ariesve.tar.md5"
14. Press "Start"
How To Connect both Storages at the same time on pc with CM9:
Original Post
So found an other solution where people were complainig off!
First big thanks to Campi1995 who tested it as well
So the problem was following:
people were not able to connect two storages at the same time with their computer and I found an interesting app in the market, it is called Multi Mount Sd-card
For mounting both storages do follwing things:
Install Multi Mount Sd-card
Add the Widget off the app on any homescreen (in the app drawer, you can add widget)
Connect your phone with the usb-wire
Click once at the widget (it should get green)
and BUUUUFF both is connected to the pc
Remember the pay app is better, but the free one works as well.
If there are any questions regarding this post feel free to contact me...
and again:
peace out fabsau
How to mount your external card on /sdcard/external_sd instead of /emmc/ on CM9
Original Post
Ok guys, after a lot of people were complaining about that the external sd card is now mounted as emmc (including me), I searched a little bit in the forum and I want to share what I´ve found!
Tintenfisch wrote a nice tutorial to make you happy, I tested it and it is working.
Tutorial
Just do what he say and you will be able to use your sd-card as external sd-card
(I activated "Alternate dbase mgmt", because tintenfisch it is recommending it, then I deactivated "Handle USB Connection")
Hoped I helped some people, if there are any questions regarding this post feel free to contact me!
peace out fabsau
How to add toggles on your notifaction bar
Original Post
1. Enter the settings
2. Click on System
3. Click on Notification Drawer
4. Click on Widget buttons and select your toggles
Credits:
KeksKlip - For the root
manveru0 - For the clockworkmod
Skywalker01 - For making big improvements in this forum (and later for the new clockworkmod)
All people which gave me this knowledge!! ♥
All other Devs that are working hard just to make US happy!!!!
Other Threads:
Index
Wiki
Quick-Flasher
Please remember that the Quickflasher is very noobfriendly and easy to use, but in my opinion you should use this tool if you know how to do the usual way (like it is here explained)
Screenshots
Buttons:
{
"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"
}
Download mode:
Odin (Ready for flashing):
Downloads
Downloads
USB-Driver
Busybox
AriesVE
Odin
FeaModRecovery 1.2
Root
Unroot
Java SDK
fabsau said:
7. Warranty restore:
You can restore your warranty easily! You have just to flash any stock rom via Odin for getting your warranty back and do not change anything!
Click to expand...
Click to collapse
Hm.. don't you need exactly the same ROM version of what your phone was before flashing or what your carrier offered you with KIES?
annqx said:
Hm.. don't you need exactly the same ROM version of what your phone was before flashing or what your carrier offered you with KIES?
Click to expand...
Click to collapse
some people buy their phone as sim unlocked (not carrier related) , and those are usually shipped with one of the stock roms available on sammobile . for the rest of us who got their phone with carrier bloatware, we need to have a backup of that stock rom.
as for this thread, although i support any help for people who are starting with android or are new to the device, but i pretty much don't see something that is not covered in the wiki. (not hating, just saying).
You enter STOCK RECOVERY by pressing vol up and power, and then MENU, not just vol up + power
more info
http://forum.xda-developers.com/wiki/Samsung_Galaxy_S_Plus/GT-I9001 don`t forget to add 9001`s wiki page you can put it on top of your tutorial because LOTS of ppl don`t read it
rayiskon said:
some people buy their phone as sim unlocked (not carrier related) , and those are usually shipped with one of the stock roms available on sammobile . for the rest of us who got their phone with carrier bloatware, we need to have a backup of that stock rom.
as for this thread, although i support any help for people who are starting with android or are new to the device, but i pretty much don't see something that is not covered in the wiki. (not hating, just saying).
Click to expand...
Click to collapse
I get your point and I understand you completly, but like I said in the thread more things will come...
glava34 said:
You enter STOCK RECOVERY by pressing vol up and power, and then MENU, not just vol up + power
Click to expand...
Click to collapse
Well I just descriped how to enter in the stock recovery, but I forgot to say how to "activate" it. so your I will add the menu-button thing
chasemyass said:
http://forum.xda-developers.com/wiki/Samsung_Galaxy_S_Plus/GT-I9001 don`t forget to add 9001`s wiki page you can put it on top of your tutorial because LOTS of ppl don`t read it
Click to expand...
Click to collapse
This is a good idea I will do this...
Can someone explain how to restore the warranty because I´m the opinion that every stock-rom is enough. (I will ask some friends too)
fabsau said:
This is a good idea I will do this...
Can someone explain how to restore the warranty because I´m the opinion that every stock-rom is enough. (I will ask some friends too)
Click to expand...
Click to collapse
it`s written on wiki and actually is pretty simple just wrote down what ROM you got on your brand new SGS+, then download the correct version of it from web and put it safe....just in case you need it
Nice tutorial man ^^ You really explained a lot!
so guys added a lot of new things! few guides are under construction and I have to rework 7. point but I think I will finish this project on the 08 april, so stay tuned =)
so guys I finished the guide. If someone becomes troubles with something feel free to contact me!
Stickied!
fabsau said:
so guys I finished the guide. If someone becomes troubles with something feel free to contact me!
Click to expand...
Click to collapse
I would add @kernels the stock one with init.d support since it's the only one (beside pure stocks) that is working with car cradle
Sent from my GT-I9001 using Tapatalk 2 Beta-6
chasemyass said:
I would add @kernels the stock one with init.d support since it's the only one (beside pure stocks) that is working with car cradle
Sent from my GT-I9001 using Tapatalk 2 Beta-6
Click to expand...
Click to collapse
thanks for the information!
Because people now will ask what init.d is, I added a description of it, too
Hello
How I can remove clockwork mode installed with this ways?
Moonart said:
Hello
How I can remove clockwork mode installed with this ways?
Click to expand...
Click to collapse
at the moment only by flashing a stock rom...
Moonart said:
Hello
How I can remove clockwork mode installed with this ways?
Click to expand...
Click to collapse
you can dd the stock recovery.
unable to update after flashing custom rom
I'm having this problem: after flashing a custom rom from sammobile I'n unable to update in KIES. The strange thing is that I get for example XXXKQ7/DBTKP2/XXKPK/ and then the last numbers are of the firmware that previous was on the phone. I think I am doing something wrong but I simply don't know what. Can anyone give me a sollution for this.
Chicane301 said:
I'm having this problem: after flashing a custom rom from sammobile I'n unable to update in KIES. The strange thing is that I get for example XXXKQ7/DBTKP2/XXKPK/ and then the last numbers are of the firmware that previous was on the phone. I think I am doing something wrong but I simply don't know what. Can anyone give me a sollution for this.
Click to expand...
Click to collapse
Kies won`t let you upgrade everything ... the CSC code it`s the main rom chooser then. And not all released stocks are available to upgrade using Kies on ANY other stock

[CUSTOM ROM] LiquiDuos by Lucky76 x Acer Liquid Gallant Duo E350

LiquiDuos2 A.I.​ PIMP my ROM​
x​
Acer Liquid Gallant Duo E350 (C8)​
by Lucky76
(erlucky)​
PLEASE READ BEFORE CONTINUING ATTENTAMEMTE FOLLOWING LINES. Thank you.
ATTENTION as always for clarity and do not take any responsibility for any malfunctions BRICK or several of your Acer E350 Liquid Gallant Duo due to the use of the changes, files and guides that I have proposed here, then do these steps at your own risk danger, and I recommend you perform them only after being certain that you understand what you do and you understand the meaning and having read and re-read this post and the various guides that you will find.
Any operating errors could affect the use of your smartphone forcing you to send it in for repair in service.
Flashing is a dangerous action and should be done very carefully.
First custom rom for this new device of Acer with dual sim. I created this rom is a first base for those who want to try their hand at their own customizations and various modding. The changes made are few so this first custom rom stays true to the original graphics as well as to present the app with only the addition of two new (Quick Boot and NofrillCPU). Do not think in exceptional increases the performance of your device, the purpose is to be a base to start working. Of course, this custom rom is already including Root with SuperUser.
Being the first custom rom for this device and one of the few around these devices based mtk65xx I wanted to BETA version for any bugs that may arise.
In the following lines I will try to make a detailed guide to installing a custom rom.
TECHNICAL SECTION
Type Device: Acer Liquid Gallant Duo E350 (C8).
Base Rom Used: OS_Acer_E350_1.000.18 EMEA.FR_A40I_A ---> used files: system.img and boot.img taken from the downloaded zip file.
Acer Rom Date: 25/10/2012
Links Official Acer Rom: Here
Links Official Acer France: Here
System Android: 4.0.3 ICS
INSTALLATION GUIDE​
1. Pre Installation (Root, Recovery Mod and Advice)
A. Having the battery to 100%
B. Having a microSD almost 4 gb
C. Read and re-read again carefully review this guide and the guides for the root and recovery.
D. If you have not installed the SuperRecovery with Root passed through this Post and follow the step by step guide of ROOT. Then come back here and go to step E.
E. If you already have or you have just installed the SuperRecovery with Root continue with the installation of ClockworkMod 6.0.2.8 Beta 1 following the guidance found in this Post and then come back here and continue to drive through to step 2.
At this point, the first part is over and you will have your Gallant Duo with the permissions of the new Root and ClockworkMod Recovery installed.
2. Backup (System and Applications)
A. The market download a backup app like Titanium Backup (free) and take a backup of your applications that you have downloaded and installed earlier. Wipe carefully with you also lose all your sms and mms so if you do not want to lose save them with an app that you will surely find the Play Store.
B. Also from the market for those who have problems getting into Recovery with Vol + and Power download Quick Boot (Free).
C. Enter now in recovery using Quick Boot (if downloaded) Recovery choosing the menu for this app otherwise you have to turn off your device and enter the combination of the Vol + and Power.
D. Now you have to do a full backup system for restoring. Use the Volume keys go to the Backup and Restore menu and enter the Power Button.
E. In this sub menu drop down to the line "choose backup format" and confirm by pressing Power now get a line on the choice tar and confirm again with Power. You will set up the compression format. Tar.
F. Confirm that you see now on the first choice and that is "up" with the usual power button. Now just wait until the full backup! your Device (boot.img, recovery.img, System, Data and Cache).
G. Using the Volume keys go to the line + + + + + Go Back + + + + + and press Power.
H. Finally, again by pressing Power up line reboot system now to restart your device.
I. With the device turned on connect it to your PC using the USB cable and you will see the microSD ext (sdcard2) a new folder "ClockworkMod" for further safety advice to copy it to your PC. Else within the full backup of your system and then again get done just before a backup inside your PC.
Now the second point is finished so if you're still not convinced continue with the guide and go to step 3 to flash the custom rom.
3. Installing Custom Rom (Download, Wipe, Flash)
A. Downloaded from the link at the bottom of the page in the section DOWNLOAD my custom rom.
B. Copy it into your microSD
C. Restart your Gallant Duo Recovery with Quick Boot or Off with the usual combination of buttons Vol + and Power
D. First of all we have to do a clean install to make the two Wipe in the recovery. Then go to the line "wipe data / factory reset" and confirm by pressing Power. Do the same with the next choice "wipe cache partion". You will have reported at this point your device to factory state as the first starting of the engine.
E. Finally you are ready to flash your custom rom going on line "install zip from sdcard" and confirm by pressing Power.
F. Again confirmed on the first choice "choose zip from sdcard" with Power.
G. Now you have to choose the file you want to install name_custom_rom.zip. For my custom rom LiquiDuos.zip confirming with the usual Power button.
H. Finally get off the line and confirmed - Yes - Install LiquiDuos.zip. ----> Finally will start the installation.
I. Wait until the installation is finished.
L. Restart your device confirming the line reboot system now.
M. Reset all like the first time. If you synchronize your account you will download the app you previously installed and any updates. Otherwise downloaded from the market or install Titanium Backup and reinstall the app that you had previously saved at the beginning of this guide.
SECTION DOWNLOAD
Link custom rom LiquiDuos 2 A.I. PMR ---> Here
md5sum ---> b2e959c886a9b2c3e50f53f37cfebbc9
Link custom rom LiquiDuos 1 beta ---> Here
md5sum ---> b21f4aa8e8b038a4bf438d7a7f4aa660
SECTION CHANGELOG
LiquiDuos 2 A.I. PMR
1. Installation with Aroma Installer
2. Set your rom
3. Aroma Installer with Pimp my Rom
4. Possibility of choice for memory Internal/External
5. Added Apps from 4.2 JB
6. Altro
Click to expand...
Click to collapse
LiquiDuos 1 beta
1. Added SuperUser for Root
2. Added Busybox
3. De-ODEX files
4. Added function / data / app
5. Added function / etc / init.d
6. Adding app Quick Boot
7. Adding app noFrillCpu
8. Changed ro.secure=0 on Boot
9. Added ADB Boot
Click to expand...
Click to collapse
SECTION BUG SOFTWARE and HARDWARE
SOFTWARE BUG:
BUG HARDWARE:
If you find any bugs please report hardware or software in this post so you will to solve them.
SECTION CREDITS
PaulOBrien ---> For its SuperRecovery with Root. (MoDaCo) ---> Link
Bin4ry ----> for his root method
dsixda ---> For your HTC Android Kitchen 0.220. (XDA) ---> Link
Koush Dutta ---> For its ClockworkMod ---> Link
Tuttoandroid.net ---> To web space and exclusive of my rom ---> Link
XDA Forum
Amarullz ---> For Aroma Installer ---> Link
Androguide.fr ---> Per il loro PIMP my ROM (ver. A.I.) ---> Link
Bye
I'm using it since two days, and it's working well :good:
Thanks
groovyloul said:
I'm using it since two days, and it's working well :good:
Thanks
Click to expand...
Click to collapse
Thank you....
Hello Erlucky,
Can you please post LiquiDuos 2 here to I am not allowed to download in the Italian forum and my registration was not a success due to lack off my Italian.
johnny7556 said:
Hello Erlucky,
Can you please post LiquiDuos 2 here to I am not allowed to download in the Italian forum and my registration was not a success due to lack off my Italian.
Click to expand...
Click to collapse
I did....
I have posted here.
Bye.
is this JB rom?
thanks in advance
hi to all,
I just wanted to say that i have updated my gallant duo to a new version of android (always ICS): the "Acer_AV40I_E350_1.000.23_EMEA.FR"
I think that the this rom should be updated because it is stopped to "Acer_E350_1.000.18 EMEA.FR_A40", i'm not able but if someone could it will be great

MIUI v5 For BLU Studio 5.3ii

Standard Disclaimer: It's your phone.. If you brick your phone, or it becomes self aware and takes over the world, I am not responsible.
MIUI v5 for BLU Studio 5.3ii
Features
Too many to list, but I'll try
Double tap lock ring for music player
Flashlight from lock screen
Long press back button for camera, any screen. (must set)
Move/delete/folder multiple apps.
Set toggles to bar mode
battery bar option
Custom BLU Splash screen (BLU logo)
....and much more
Suggestion: Download google search. Long press menu button. Check remember my choice, then pick google search. You now have google now from long press menu..
Needed: Custom recovery. You can get CWM here. http://forum.xda-developers.com/android/development/recovery-cwm-blu-studio-5-3ii-t2856260
Download link: https://drive.google.com/file/d/0BzpfAdALNa_gakR5TDRRNUNQczQ/edit?usp=sharing
Installation Instructions
Always do a backup prior to flashing this, or anything else
1) Download MIUI v5, put on SD card
2)Reboot recovery
3)factory wipe/data reset
4)wipe cache
5)install zip from SD
6)choose MIUI zip. flash
7)Reboot and enjoy
First boot can take up to 10 minutes. Be patient

Lolipop (cyan themes) Rom 5.0 For Samsung S Duos 2 GT S7582

Hey All
Introducing My New Rom : Lolipop (cyan theme) For S Duos 2
Based On Stock 4.2.2 Rom
Warnings :
1. You are now Void your Warranty …….
2. Backup all your personal apps and important data to avoid loosing them …
3. Do all steps perfectly And carefully ……
4. I am not responsible for any mistake and Brick your phone ….
Features :
1. Fully S5 themed
2. Deodexed
3. Fully rooted and boaltware removed
4. Few statusbar tweeks added
5. Build prop tweeks added
6. Optimized Ram memory
7. Viper Audio fx added
8. Some nessasary apps added to system
9. int.d tweeks added
10. S5 boot animation,sounds etc added
How To Install :
1. Download 2 parts Of the Rom From 4shared Link Given Below
2. You Mast Have Clock Work Mode Recovery on your device . If not then Follow the link :
http://forum.xda-developers.com/show....php?t=2658817
3. After Download 2 parts Zip
4. Copy the Lolipop.Zip on Your SD card
5. Turn off Your Phone And press Volume up button+home button+power at a time
6. Aftar apearing CWM recovery go to install Zip and install the rom file from sd card you downloaded before
7. Now reboot system and wait for approximately 10 minutes
8. Now you are good to use this rom ......
Description is given in next reply ...
Downloads :
Rom= http://www.4shared.com/zip/_P6h6wrFce/lollipop_50_s7582.html
Patch= http://www.4shared.com/zip/bJHbUWF8ce/Patch.html
note=
clear cache first then first install patch then after Rom
BUGS :
no any kind of bugs......
You can contact me facebook= https://m.facebook.com/the.love.boy.farhan
Flashing the ROM
Did anyone flash the ROM?
No . This theme Not liked

ZP999 & 3X : re-GUIDE flash custom recovery, obtain ROOT, keep original ROM

HI all,
I saw the need of reposting my post #282 (main ZOPO ZP999 thread) for people who want to root, flash recovery or for some reason lost control of their precious Zopo and want to regain it
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I have noticed that the link sometimes is unavailable : Mod edit sales link removed
Therefore i post it here again : also THANKS TO JASPER===JG77 and Ghost45
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is what you have to do:
- Preferably use a Windows 7 (x32 or x64) system
- Download and install drivers http://www.4shared.com/rar/f0a9TeP8ba/Zopo_ZP999-3X_32-64bit.html
- Download the firmware and extract it (a stock ROM) http://www.zopomobileshop.com/content/9-download-zopo-mobile-latest-rom
- Download a recovery (I used CarlivTouch) http://www.4shared.com/file/xKa5nYyuce/recovery_CarlivTouch_30_ZP999.html
- Download SP Flashtool and extract http://www.4shared.com/zip/FlMUfELsba/SP_Flash_Tool_exe_Windows_v514.html
- Download SuperSu https://download.chainfire.eu/641/SuperSU/UPDATE-SuperSU-v2.40.zip
- Boot your phone and connect to your PC and copy the SuperSu zip to your SD (I used a micro SDcard and not phone storage)
- Disconnect and shutdown the phone
- Start SP Flashtool (as administrator)
- Click 'Scatter-Loading' and select the 'MT6595_Android_Scatter.txt' from the downloaded Firmware! Picture 1
- Remove all selections except (!) recovery
- Click on the location of the recovery
- Select the custom downloaded recovery file (in my case recovery_CarlivTouch_30_ZP999.img) Picture 2
- Remove the battery from your phone (DON'T CONNECT YET) (battery pull :not necessary i think...but does not harm )
- Make sure you see 'Download Only' in SP Flashtool and click the 'Download' button
- Now connect your phone to your computer and leave the battery out of it!
- Wait till you see a green sign Picture 3
- Disconnect your phone but the battery back in but (!) DON'T BOOT
- Connect the phone to a charger and wait till it shows the battery level
- Press the buttons Volume-Up and Power and hold them
- After the first Zopo screen release Power (I kept holding Volume-Up)
- If all is well you now see the custom recovery! (you can let go of the volume button ) (if it didn't work the first time because of wrong timing, just shut down again and retry)
- Immediately install the SuperSU ZIP file (install zip-> Choose zip from /storgage/sdcard1)
- When done choose reboot and if you get questions about fixing to keep the custom recovery and fix root, say YES
- Let it boot into Android and Check ROOT with f.e. rootchecker
- Go to Google Play Store and install Busybox (not necessary)
- Start Busybox and make sure you give it Root right (not necessary)
- Press Install, if it fails the first time do it a second time. You should see an OK message if all is well. (not necessary)
- Reboot your phone, and PRESTO, your phone is rooted.
If you would install MobileUncle Tools from Google Play Store you can see you are rooted. (Here you allways can go in recovery without any problems)
Thanksbutton appreciated
@raystef66,
New Zopo Official have taken new Forum of Zopomobileshop original first Zopo Forum.
So New threads are always here in Xda ...look for them.

Categories

Resources