Android 5.0.0 rom for y ( need porters ) - Galaxy Y GT-S5360 General

there is a awasome android L themed rom its stock based and stabil . is there any body for port this rom to galaxy y ?
i have tried 5 times but it always giving installation aborted error.
pls port this from ace to galaxy y . thnx
http://forum.xda-developers.com/gal...-3-6-concept-l-rom-andoid-l-gt-s5830-t2807829

No way bro
I think galaxy y cant carry the android L's weight (bu arada selamlar )

You will get installation aborted errors if:
1 - your zip is corrupted or not zipped correctly
2 - using the wrong update binary
3 - errors in the updater script
Errors in updater script can include:
1- wrong syntax or typo
2 - setting a condition & that condition fails for the device you are installed on - eg check build.prop for value xyz & only install if value is true (this is used to only allow zip to install on certain devices)
The first thing you got to do is actually get your Flashable zip working - without it flashing you will never be able to move on to the next step of getting it to boot
Best thing to do is take update binary/script from a custom rom of the same type for your phone (eg stock based or cm)
Build your rom in android kitchen and create zip
Open zip
Replace the update binary in that zip with one from another custom rom
Open update script in your rom
Delete everything above the lines about symlink
Now copy all the lines from another custom rom updater script that are above the lines that are for symlink & past into yours - edit rom name etc if needed
Your rom zip should now flash - whether it will boot is a totally different thing
Please don't ask me to help you with that - There are plenty of guides to help you

Related

[KITCHEN] dsixda HTC Android Kitchen Now for Leo Nand

Thanks to our Senior Moderator dsixda , his Android Kitchen now has support for our Leo Nand too.
You can modify any Rom:
_Shipped
_Custom
_Nandroid Backups
It is easy to use with some automated features as:
_Deodex
_Zipalign
_Add scripts
_Add App2sd
_extract Kernel and initrd
_etc
Code:
===================================================================
HTC Android Kitchen - by dsixda (xda-developers.com)
===================================================================
Main Menu
1. Set up working folder from ROM
2. Add root permissions
3. Add BusyBox
4. Disable boot screen sounds
5. Add wireless tethering
6. Zipalign all *.apk files to optimize RAM usage
7. Change wipe status of ROM
8. Change name of ROM
9. Check update-script for errors
10. Show working folder information
Advanced Options
11 - Deodex files in your ROM
12 - Add task killer tweak for speed (stock ROM only)
13 - Add /data/app functionality
14 - Add Nano text editor + sysro/sysrw
15 - Add Bash (command shell)
16 - Add Apps2SD
17 - Add /etc/init.d scripts support (busybox run-parts)
18 - Add custom boot animation functionality
19 - Porting tools (experimental)
20 - Unpack or re-pack a boot image
21 - Unpack data.img
22 - Sign APK file(s)
23 - Convert update-script or updater-script
24 - Run plugin scripts
99. Build ROM from working folder
00. About/Update kitchen
0. Exit
dsixda said:
How do I import a ROM into the kitchen to use as my base?
From a shipped ROM:
First, find the shipped ROM for your device, usually from htc.com or from searching xda-developers (check the Wiki or sticky posts under your device's sub-forum).
This link may help: Various devices
Please don't ask me for links, as I don't know everything or own all devices. ;-)
The shipped ROM can be found in three different formats. Identify the type you have downloaded:
If the shipped ROM is in a .ZIP format, then simply copy it to the kitchen's original_update folder.
OR if the shipped ROM consists of system.img and boot.img files, then copy those two files to the kitchen's original_update folder.
OR if the shipped ROM is in an .EXE format, then do the following:
In Windows, run the shipped ROM's .EXE file till it gets to the first dialog. Stop there but don't close the window yet.
Go to Start->Run and type: %TEMP%
When the folder opens, search for Rom.zip (use the "magnifying glass" Search button)
Copy Rom.zip to your kitchen's original_update folder
OR from a cooked/custom ROM:
Copy the update.zip (or equivalent ZIP file) to your kitchen's original_update folder
OR from a Nandroid backup (under /sdcard/nandroid) [NOT RECOMMENDED FOR NON-STOCK ROM BACKUPS]:
Copy the system.img and boot.img files from the backup folder to your kitchen's original_update folder
NOTE: The Nandroid-backup method of ROM customization is not the best method, because the kitchen may not account for various advanced options that were added outside of this kitchen (these options are in the update-script file which was in the original ROM but is not in the backup. The kitchen needs to re-create this file and 'guess' those options). However, it will support Nandroid backups that already have basic features like root, busybox and /data/app functionality.
Click to expand...
Click to collapse
Go to dsixda thread and grab your Kitchen now and have some fun with it!
KITCHEN THREAD
If you like it don't forget to hit thanks to dsixda and consider to him a donation for his work.
How to use HD2
Make Tut 4 HD2 plz....
oh em gee!
for those asking for a tutorial,
http://forum.xda-developers.com/showthread.php?t=633246
if you visit the kitchen's thread you will find much more information and step-by-step guide for all operating systems.
thanks
In the thread of dsixda everything are available step-by-step.
I can confirm that it is working and tested from the begin of implementation of this Nand support.
I used it for HD2, sometime work, sometime not work
Whenever I cook using this Awesome kitchen I successful have a zip file. When I try to flash it It gives me an error (Status 6) and I do not know what to do to resolve this issue.
Raptordin said:
Whenever I cook using this Awesome kitchen I successful have a zip file. When I try to flash it It gives me an error (Status 6) and I do not know what to do to resolve this issue.
Click to expand...
Click to collapse
Nice to know that an arabian is cooking
Waiting your builds because i'm sure you will be incorporating arabic roms and full arabic support by default!
This error sound of something wrong in updater-script, in this kitchen you must:
1. convert updater-script to update-script for working on it
2. convert it back to updater-script before make the zip process.
Anyway fore me it worked at 1st shot and this is what i made and in Dsixda thread there is a good tutorial and a video that explain all.
Raptordin said:
Whenever I cook using this Awesome kitchen I successful have a zip file. When I try to flash it It gives me an error (Status 6) and I do not know what to do to resolve this issue.
Click to expand...
Click to collapse
Life Engineer said:
Nice to know that an arabian is cooking
Waiting your builds because i'm sure you will be incorporating arabic roms and full arabic support by default!
Click to expand...
Click to collapse
I am still a noob when it comes to Android but will do my best, Used to be very good with WinMob bt still starting here, will try my best though.
af974 said:
This error sound of something wrong in updater-script, in this kitchen you must:
1. convert updater-script to update-script for working on it
2. convert it back to updater-script before make the zip process.
Anyway fore me it worked at 1st shot and this is what i made and in Dsixda thread there is a good tutorial and a video that explain all.
Click to expand...
Click to collapse
Thanks for your reply, I did convert it back and forth though but still same error. The tutorials are very nice and I did follow them to the letter. Will try again today after I get back home from work and will try to get another base to start from.
Np raptordin,
if you wanna say to me what build you are trying to mod and what mod you want to do, i can give it a go and see if i get the same error.
af974 said:
Np raptordin,
if you wanna say to me what build you are trying to mod and what mod you want to do, i can give it a go and see if i get the same error.
Click to expand...
Click to collapse
Will test again in an hour or so when I get home and report back. Thanks for your interest.
Just a reminder -- if you have a boot.img in your ROM's working folder, and it didn't get converted to "boot" folder after building the ROM, then you have to do the conversion manually.
1) Select option 20 - "Unpack or re-pack a boot.img"
2) Select option c - "Convert boot.img into NAND boot folder"
Then you can build.
If you are using a custom HD2 ROM then this step is probably not necessary, as the kitchen will aready have created the boot folder and removed the boot.img. To make sure, just open the .ZIP file that was created by the kitchen after building.
Thanks for info Dsixda,
I'm facing a couple of problems with the Kitchen, here they are:
1. In the Kitchen Rom info app2sd are not installed but it still in init.d
2. if i add /data/app (option 13) market apps installation end with an error.
Code:
Working folder information
Android OS version : 2.3.3
Device : bravo
ROM Name : GRI40
Rooted (unsecured boot.img) : YES
Rooted (Superuser.apk + su) : YES
BusyBox installed : YES
BusyBox run-parts support : YES
Apps2SD enabled : NO
/data/app enabled : NO
Custom boot animation allowed : NO
Nano text editor installed : YES
Bash shell support : YES
/system/framework is deodexed : YES
/system/app is deodexed : YES
radio.img found : NO
ROM will wipe all data : NO
I'm using this rom as base http://forum.xda-developers.com/showthread.php?t=933951
af974 said:
Thanks for info Dsixda,
I'm facing a couple of problems with the Kitchen, here they are:
1. In the Kitchen Rom info app2sd are not installed but it still in init.d
Click to expand...
Click to collapse
So you don't have an "a2sd" file under /system/bin or /system/xbin or anywhere else? What options did you select for apps2sd (e.g. runparts?).
2. if i add /data/app (option 13) market apps installation end with an error.
Click to expand...
Click to collapse
You need to be specific.. what is the error? And when you say 'installation' do you mean while the kitchen is adding the data/app folder, or while the ROM is booting?
Nope, there is nothing in there but there is the script in init.d " 10app2sd", though i'm speaking of original update.zip.
dsixda said:
So you don't have an "a2sd" file under /system/bin or /system/xbin or anywhere else? What options did you select for apps2sd (e.g. runparts?).
Click to expand...
Click to collapse
After the boot, i go to market and download an app but it cant be installed.
You need to be specific.. what is the error? And when you say 'installation' do you mean while the kitchen is adding the data/app folder, or while the ROM is booting?
Click to expand...
Click to collapse
Whoot! time to get my chef on!
Thanks you for this great tool
af974 said:
Nope, there is nothing in there but there is the script in init.d " 10app2sd", though i'm speaking of original update.zip.
Click to expand...
Click to collapse
Is it really apps2sd (apps to ext3) or is it just that hack that is used to move all apps to the fat32 partition of the SD card (the option that is in Settings of Cyanogen ROMs)? Can you paste the contents of that file here please (in
Code:
tags)
[QUOTE]
After the boot, i go to market and download an app but it cant be installed.[/QUOTE]
I don't know anything about that, probably your device's or ROM's issue because it works elsewhere. When the kitchen adds /data/app to the working folder it only sets the permissions for that folder when flashing.

[Aroma][addons][patch]install any KitKat rom with any recovery[Dualboot tool]

Hi all.
before anything :
- this tool is for especialy for dualbooters because i havent tested in 1rst rom. but updater-script manage kernel flashed. prepare odin in case of bad flash, you're advised.
- always make nandroid before use and flash with my tool.
I saw that ppl have many trouble to install 4.4.2 kitkat roms on their device.
it seems that we have manu such "error status 7" , and these were about setting persmissions during flash.
so i decide to make an aroma to avoid this error.
if you flash an original 4.4.2 Kitkat rom and have the error, no need to flash another compatible recovery kernel to re-try, just use my aroma flasher with the steps i descride below. In the aroma advanced MENU, you will choose set_perm commands compatible flash instead of set_metadata commands persmission to see if flask process will work in fine
Sure, at end of process, a kernel will be flashed, dorimanx branch 8 i have put in pach you went to donwload, or another you have put instead like i describe in extra step 6 below too.
so, AROMA structure details is like this :
pach/AROMA
---------backupEFS <------- useful script, no need to touch.
---------KERNEL <------- place here your boot.img file. (original rom or other)
---------maliv2
-------------system/lib/egl/ <-------- maliv2 .so libs contents, no need to touch.
pach/data/app <--------- you can put som apks here, moved from /system/app/ (i often move in latinIME.apk from /system/app/ and then i free 40Mo on /system/ partition, its good for GAPPS)
pach/META-INF/....../ <--------- no need to touch.
the available download pach i use for some months now , is here :
UniversalAROMAinstallerFOR-4.4.2-ROMs-DefinitivePach.rar - 8.53 MB
how to use it
1 - download any kitkat 4.4.2 ROM your want to install I9100.
2 - try it normaly, and see if you have error on flash.
3 - when you got it, on PC, make a safe copy ot it somewhere, and open it with WINRAR. Then delete META-INF and other boot.img file. just let system folder in ZIP.
4 - uncompree my AROMA somewhere.
5 - drag and drop the 3 "bolded" folders (in aroma structured details) in ZIP rom you still have opened.
extra step 6 : in AROMA/KERNEL/ folder, you will find dorimanx branch 8 version (new @StanTRC recovery inside) i have put. You can replace it with any boot.img you want , even those from original rom zip you have safely somewhere on your PC. just extract boot.img from it and replace with in you new aroma installer rom zip you went to manage in steps 3, 4 and 5 .
aroma choice you will have :
"Compatibility of your Recovery Kernel",
"Your Kernel is compatible for set_metadata commands"
"Your Kernel ONLY understand set_perm commands"
"choose your based KK similar rom",
"AOSB BEANSTALK C-ROM EHNDROIX"
"CARBON"
"CM11 JELLYBAM"
"SABER PAC"
"PA"
"Resurrection Remix"
"SLIM SPIRIT"
"NEATROM AICP"
"SOKP"
"Backup EFS",
"Backup your EFS folder before flash"
"Skip"
"Kernel to flash at end of process",
"DorimanX 8 and MaliV2"<---------- option that serve to flash MALIV2 for dorimanX branch 8 users, dualbooters.
"any other kernel"
EXTRA TOOL : .db qulite bases "wiper" , it delete some .db files in some /data/data/com.android........../databases/ folders, usefull when we flash from <> based 4.4.2 roms, CM11 , RR , PAC , SLIM, PA....sometimes worked fines for me.
"Delete some SQlite .db files in ROM",
"YES ","Delete some SQlite .db from you installed rom to avoid com.android.phone FC or other FCs"
"NO thanks we can FLASH the ROM"
again, this is just for test and fun , dualbooters will like more that "normal" users. no risk to flash kernel in 2nd rom, but remember need maliv2 during AROMA....and i always afraid someone that try my work on 1rst rom will brick its device.....so i advertise everyone that before upload my "daily" works, i'm not always flashing them on my 1rst rom.
thanks.
How to use the pach
Hope image tuto are good readable .
1 - open ROM.zip with winrar
2 - delete some folders in ROM.zip
3,4 - what to copy from my pach to the ROM.zip
5 - explain about structure and tweak .
no image 6 - just flash new ROM.zip with my aroma.
thanks.

			
				
Ultimate Aroma Addons for KitKat 4.4.2 and JB 4.1.2 DualBoot Roms.
extracted Aroma Managment
Code:
"ROM TYPE",
"which type of rom do you use",
"JB 4.1.2
"KK ROM 4.4.2"
Code:
"4.1.2 rom runing",
"its on Normal install
"its on DualBoot install
Code:
"4.4.2 Options",
"apply or remove APKs",
"Addons apks
"Remove them
Code:
"Addons APKS",
"tick to add",
"Google Camera with Sphere"
"Google Keyboard"
"TW Launcher from PhenomRom TW Accuweather"
"S4 settings for KitKat
"S4 TW Launcher BY ANMOL7IFY need 25Mo on system
"Htc BlinkFeed v11 need 31Mo on system
"Htc BlinkFeed v11 on data partition
"Themes in data (2 cobalts themes added)
Code:
"Remove some added apks",
"tick to remove",
"Remove Google Keyboard
"Remove TW Launcher stuffs
"Remove S4 settings
"Remove S4 TW Launcher BY ANMOL7IFY
"Htc BlinkFeed v11 from all partitions
"remove Themes from data
Code:
"Google Play Sore 4.6.17",
"Install it or Not",
"Inverted Multi DPI Play Store
"Multi DPI Play Store
"Skip to Google Play Services 4.3.23
Code:
"Google Play Services 4.3.23",
"Install it or Not",
"Install it
"Skip
The Ultimate tool is here :
I9100Utimate-Aroma-AddonsFor-4.4.2or4.1.2ROMs-TouchWiz-GgSphere-GgKB-Themes-GgPLAY-GgServices.zip - 168.22 MB
thanks.
Troubadour666 said:
maybe another tool soon
Click to expand...
Click to collapse
hi
working perfectly, tested with crdroid built7
Flash session added in post 3
@nik60 , yes i think is good too
Troubadour666 said:
@nik60 , yes i think is good too
Click to expand...
Click to collapse
hi,
maybe you can added in aroma "pa micro gapps" that work in any rom
so people flash rom and gapps in one time
nik60 said:
hi,
maybe you can added in aroma "pa micro gapps" that work in any rom
so people flash rom and gapps in one time
Click to expand...
Click to collapse
i have made one pach with onle play store and google services , with others goodies, but i can re-script it with gapps. give me a way to follow what you think ppl need the most .
i mean this one, but i'm on some research about better way to use it, tomorrow i will post good version.
I9100-Aroma-addonsFor-KitKat-4.4.2-ROMS.zip - 180.81 MB
this one is that one i use in video review, you see i NEVER have trouble with space /system/ partition because initial ZIP ROM is modify with some apk in /data/app/ during flash, so i can add more goodies in /system/app/ using this aroma with play store, google sphere and touchwizz i use....see tuto how to move apks from /system/app/ to data/app/ before flash the rom and then gain space on /system/ to flash more files without disturbing /data/app/ we never want to full wipe to.
AND REMEBER external .sh script dont work well with dorimanx new recovery, i mean move choice in aroma so its better to have space in system before use and not use these options during aroma (i mean options to gain space)
thanks.
Troubadour666 said:
i have made one pach with onle play store and google services , with others goodies, but i can re-script it with gapps. give me a way to follow what you think ppl need the most .
i mean this one, but i'm on some research about better way to use it, tomorrow i will post good version.
I9100-Aroma-addonsFor-KitKat-4.4.2-ROMS.zip - 180.81 MB
this one is that one i use in video review, you see i NEVER have trouble with space /system/ partition because initial ZIP ROM is modify with some apk in /data/app/ during flash, so i can add more goodies in /system/app/ using this aroma with play store, google sphere and touchwizz i use....see tuto how to move apks from /system/app/ to data/app/ before flash the rom and then gain space on /system/ to flash more files without disturbing /data/app/ we never want to full wipe to.
AND REMEBER external .sh script dont work well with dorimanx new recovery, i mean move choice in aroma so its better to have space in system before use and not use these options during aroma (i mean options to gain space)
thanks.
Click to expand...
Click to collapse
hi,
i tink there is't problem with micro gapps and free space in system
i have crdroid , 461mb/495mb in system--crdroid is 208mb and was bigger rom (ONLY sokp is 228,but need your gapps)
is possible delete Google home in micro gapps for example(12mb)-any rom have launcher
Amazing.
Keep up the good work my friend.
Vivek_Neel said:
Amazing.
Keep up the good work my friend.
Click to expand...
Click to collapse
i think so too
Hi Troubadour666,
it is weekend and I'm testing on again.
Have just your "Ultimate Aroma Addons for KitKat 4.4.2 and JB 4.1.2 DualBoot Roms" installed and it works just fine.
"S4 settings for KitKat
"S4 TW Launcher BY ANMOL7IFY need 25Mo on system
Can you tell me what is the difference between TW ANMOL7IFY and TW PhenomRom ??
Am still looking for transparent accuweather ??
Regards Klaus

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

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

Android bloat cleaner - zip

If you want to clean up your Xperia with or without install Half GSI you can use now my script removeing trashes . This script I make some time ago for quick make Half GSI from any device with android 6.0+ . This script working too on pie or android Q !! . If you want to know more , what this script remove , you can download zip file and edit updater script in last folder in meta inf . This zip you install via recovery , script working on xperia and other devices correct . Click here for download .
If you like my work press thanks or donate me ​

Development [GAPPS] Google Essential Pack [x64][R][11]

Hi there,
This is my custom google package for android 11-[R] based on my universal script for dynamic partitions.
What advantages ???
. Fast flashing (less than 3 seconds !!!) : to flash right away after flashing your custom vanilla ROM.
. Clear package : all contents are visible to the user who can manipulate/update on its own !
. Compatible with all [x64] devices ...
DOWNLOAD
Here
Does it have the initial setup?
Shadowk1ller said:
Does it have the initial setup?
Click to expand...
Click to collapse
yes
Wow, nice! What apps it has?
Does it have a stock version? I want all the goodies
Update 2021-10-07
addon.d remover (.zip) added :
. to flash before you install/update a new build of your custom rom ... so you have a clean build install without persistent open gapps
. No need to flash the whole original software to cleanup open gapps !

Categories

Resources