Hey guyz GuneetAtwal is making kernel for our miui stock rom,, he need some testers.. if anyone interested plz ping me on telegram @ayushmit .
Sumit Samanta said:
Hey guyz GuneetAtwal is making kernel for our miui stock rom,, he need some testers.. if anyone interested plz ping me on telegram @ayushmit .
Click to expand...
Click to collapse
MTK or SD?
Zehlek said:
MTK or SD?
Click to expand...
Click to collapse
sd
I'm in, can he add kernel same page merging please?
Related
Hello ? Can everyone help me to mod the rom ? I'm really for modding it ? I just modded the rom but i fail it ? Can you help me ?
HanLand_Ace"I" said:
Hello ? Can everyone help me to mod the rom ? I'm really for modding it ? I just modded the rom but i fail it ? Can you help me ?
Click to expand...
Click to collapse
see this thread
http://forum.xda-developers.com/showthread.php?t=2086771
js2892 said:
see this thread
http://forum.xda-developers.com/showthread.php?t=2086771
Click to expand...
Click to collapse
Thank bro for reply !
Anyone can help me find custom ROM KITKAT 4.4 for LENOVO a316i ..... pleseee somene give me link.... i cant find this rom anywhere.... im wait for any answer this message.. thanks... :good::angel:
juniansyah said:
Anyone can help me find custom ROM KITKAT 4.4 for LENOVO a316i ..... pleseee somene give me link.... i cant find this rom anywhere.... im wait for any answer this message.. thanks... :good::angel:
Click to expand...
Click to collapse
Me to pliss give me the links :crying: :crying:
In indonesia this phone are populer
dansus021 said:
Me to pliss give me the links :crying: :crying:
In indonesia this phone are populer
Click to expand...
Click to collapse
You can join this group in Facebook
Lenovo A316i
There is a bunch ROM in that group
And also you can ask anything about that Phone
水島芝 said:
You can join this group in Facebook
Lenovo A316i
There is a bunch ROM in that group
And also you can ask anything about that Phone
Click to expand...
Click to collapse
Thanks But Until Now I didn't find it
dansus021 said:
Thanks But Until Now I didn't find it
Click to expand...
Click to collapse
But I already joining that group
Sent from my ASUS_Z007 using Tapatalk
Hey i have a MIUI V5 rom for SM-G7102 Ported from MOTO G !!!
Anyone Intrested in MIUI V5 Rom (4.4.4) Ported from MOTO G like
.
Bu its in Alpha Stage Many Bugs (eg) WIFI,Camera,RIL etc
.
i am not a Developer so i wont Fix its Bugs, so anyone intrested to make it perfect with no Bugs !!! Comment PLease !!
-Ahmad
PLzz Help me TO Make it Perfext At All !!!
If anyone intrested i will ready to Upload !!!
simplyahm said:
Hey i have a MIUI V5 rom for SM-G7102 Ported from MOTO G !!!
Anyone Intrested in MIUI V5 Rom (4.4.4) Ported from MOTO G like
.
Bu its in Alpha Stage Many Bugs (eg) WIFI,Camera,RIL etc
.
i am not a Developer so i wont Fix its Bugs, so anyone intrested to make it perfect with no Bugs !!! Comment PLease !!
-Ahmad
PLzz Help me TO Make it Perfext At All !!!
If anyone intrested i will ready to Upload !!!
Click to expand...
Click to collapse
please send me the link i will try it on s3 neo
No bro its only for Grand 2
simplyahm said:
No bro its only for Grand 2
Click to expand...
Click to collapse
don not worry bro........ grand 2 roms working on this device
Upload it brah maybe someone will give it a try and my fix it like mr. Appav01
And I will try if i can do anything. Thx by the way and how did u port it did u just change the boot. img or wat
Bro plz link bro plz upload
Sent from my SM-G800H using XDA Free mobile app
Bro i did copy img file from cm11 Simple
blackwings66 said:
Upload it brah maybe someone will give it a try and my fix it like mr. Appav01
And I will try if i can do anything. Thx by the way and how did u port it did u just change the boot. img or wat
Click to expand...
Click to collapse
Bro i did copy img file from cm11
xezer1999 said:
Bro plz link bro plz upload
Sent from my SM-G800H using XDA Free mobile app
Click to expand...
Click to collapse
Ok bro i will upload soon :thumbup::thumbup::thumbup:
simplyahm said:
Ok bro i will upload soon :thumbup::thumbup::thumbup:
Click to expand...
Click to collapse
I was working on a ROM but canceled it and I fixed WiFi so mabey I will try fixing yours to
Upload ASAP
Waiting for the upload ,may be i can fix some of the bugs !!
simplyahm said:
Hey i have a MIUI V5 rom for SM-G7102 Ported from MOTO G !!!
Anyone Intrested in MIUI V5 Rom (4.4.4) Ported from MOTO G like
.
Bu its in Alpha Stage Many Bugs (eg) WIFI,Camera,RIL etc
.
i am not a Developer so i wont Fix its Bugs, so anyone intrested to make it perfect with no Bugs !!! Comment PLease !!
-Ahmad
PLzz Help me TO Make it Perfext At All !!!
If anyone intrested i will ready to Upload !!!
Click to expand...
Click to collapse
Bro what is ril and etc I am noob
xezer1999 said:
Bro what is ril and etc I am noob
Click to expand...
Click to collapse
Bro ril mean call's and simcards and massaging and things like that
Etc stand's and others it mean and a lot more to be more meaning to u
blackwings66 said:
Bro ril mean call's and simcards and massaging and things like that
Etc stand's and others it mean and a lot more to be more meaning to u
Click to expand...
Click to collapse
Thanx bro you great [emoji8] [emoji8] [emoji8] [emoji8] [emoji8]
GUIDE HOW TO PORT ROMS FOR GRAND 2
The device rom ur porting should have same specs like grand 2
things needed
1.windows
2.notepad ++
3.win rar
Delete some folders from base
Code:
base/system/app
base/system/fonts
base/system/framework
base/system/media
base/system/priv-app
and paste from port
Code:
port/system/priv-app
port/system/app
port/system/fonts
port/system/framework
port/system/media
Now copy some important permissions and init.d files
Code:
port/system/etc/permissions
platform.xml
handheld_core_hardware.xml
handheld_hardware.xml
to base /base/system/etc/permissions
now go to port/system/etc/init.d
and copy
Code:
00banner
to base/system/etc/init.d
Now open the build.prop of both ROMS. Replace the values infront of following
lines in base from port
change frm port to base
Code:
ro.build.id=
ro.build.display.id=
ro.build.version.release=
ro.product.model=
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
base/system/build.prop
port/system/build.prop
Edit meta inf
Now go to metainf/com/google/android
And open updater-script with notepad++
And u can add
Code:
ui_print (" ur text");
and save it
Now zip rom and flash
Do hit thnks and make one rom u can ask me question if u face problems
Resrved
Reserved 2
Its not that easy, there also kernel modifications
Sent from my LG-D855 using Tapatalk
zeyadhan01 said:
Its not that easy, there also kernel modifications
Sent from my LG-D855 using Tapatalk
Click to expand...
Click to collapse
No need for kernel modification i will make one more guide for how to compile kernel for grand 2
aditheking said:
Reserved 2
Click to expand...
Click to collapse
Smart work aditheking.... i need guide on How to compile custom recovery for other devices..... if u know...u can share..... Thank u for this guide bro....
VigneshS007 said:
Smart work aditheking.... i need guide on How to compile custom recovery for other devices..... if u know...u can share..... Thank u for this guide bro....
Click to expand...
Click to collapse
Yes BT for that u need to download cm source of 20 GB
aditheking said:
Yes BT for that u need to download cm source of 20 GB
Click to expand...
Click to collapse
I need to know only about custom recovery bro....not custom AOSP ROM....
VigneshS007 said:
I need to know only about custom recovery bro....not custom AOSP ROM....
Click to expand...
Click to collapse
For compile recovery u need to download cm11 or other source
aditheking said:
For compile recovery u need to download cm11 or other source
Click to expand...
Click to collapse
Ok bro.....anyway if there is a guide it will help other users bro....
VigneshS007 said:
Ok bro.....anyway if there is a guide it will help other users bro....
Click to expand...
Click to collapse
Really very good guide I will try port
VigneshS007 said:
Ok bro.....anyway if there is a guide it will help other users bro....
Click to expand...
Click to collapse
Come on hangouts
aditheking said:
Come on hangouts
Click to expand...
Click to collapse
good work bro
but can you do video for this you
How to make META-INF Folder ?
terabithia1572 said:
How to make META-INF Folder ?
Click to expand...
Click to collapse
Its already there
Amr Shams said:
good work bro
but can you do video for this you
Click to expand...
Click to collapse
Sry cant do video
aditheking said:
Sry cant do video
Click to expand...
Click to collapse
Refer this youtbe link for porting ROM to our device....... Check out here
CAUTION
This Video is not based on this Guide
VigneshS007 said:
Refer this youtbe link for porting ROM to our device....... Check out here
CAUTION
This Video is not based on this Guide
Click to expand...
Click to collapse
Thanks Bro :angel::good:
Can you port for me? Please
Can you (@adityaupreti) port some few features of one rom to another for me, as I don't have knowledge of these stuff as I am a noob, please.
Features like- private mode, notification panel, emergency mode.
Both roms are for grand 2 running kitkat base so I thought it will be easy for you.
One is S6 Styled S5 Port Rom from which these feature will be available and working, and another rom is Note 4 Alpha S6 Revolution.
Must Reply.
Thanks.
Hp apa aja yg bisa di port ke grand 2 mbh.. mohon infox mbh
Where can one find an AOSP expert for consulting help?
Depends on what you need
Edit; Feel free to PM me if necessary.
LilAnt530 said:
Depends on what you need
Edit; Feel free to PM me if necessary.
Click to expand...
Click to collapse
plz help me to port kernel because I am totally noob in doing so I have no kernel source for my Micromax doodle 4
[email protected] said:
plz help me to port kernel because I am totally noob in doing so I have no kernel source for my Micromax doodle 4
Click to expand...
Click to collapse
Did u try googling the kernel source/device tree on github?
LilAnt530 said:
Did u try googling the kernel source/device tree on github?
Click to expand...
Click to collapse
sorry bro I am totally noob I do not how to do it so plz help me buddy plz will u plz help me my device name is Micromax doodle 4 (q391) kernel version is 3.10.54
[email protected] said:
sorry bro I am totally noob I do not how to do it so plz help me buddy plz will u plz help me my device name is Micromax doodle 4 (q391) kernel version is 3.10.54
Click to expand...
Click to collapse
Lol, figure it out bro, not hard lookup "how to build custom ROM" here on XDA
LilAnt530 said:
Lol, figure it out bro, not hard lookup "how to build custom ROM" here on XDA
Click to expand...
Click to collapse
I tried everything which I can do nothing is working help if u can
[email protected] said:
I tried everything which I can do nothing is working help if u can
Click to expand...
Click to collapse
What have you tried so far?
LilAnt530 said:
What have you tried so far?
Click to expand...
Click to collapse
directly porting boot IMG by Interchanging but it didn't work for me after that I use stock kernel for custom ROM but stucks at boot animation