how to port Roms for device with same feature - Android

hello guys
i want to port a rom from HTC Sensation to HTC Vivid
i know that this 2 phone are same with little diffrent
could say me how to port a cyanogen rom from Sensation to Vivid
which files must replace or change
HTC Vivid have cyanogen with some bugs. can i use files from Sensation Cyanogen for Vivid Cyanogen ?
fix some bugs like Camera and video and sd card.

You must know if your Device is Armv7, Armv6, or Armv5. Your Base and Ported must be the same CPU!!
See HERE to know which Device are which
Use any CM7/GB/Stock Rom as your BASE
If your BASE has problems, then your Port is gonna have the same problems.
You should already have a META-INF folder already in your BASE
Quote:
First go into /system/app in your BASE and backup:
stk.apk
vpnservices.apk
camera.apk
bluetooth.apk
to whatever directory you like (Maybe to the Desktop)
Quote:
Now Delete the folders from BASE and replace with PORTED
/data
/system/app
/system/framework
/system/fonts
/system/media
Copy libandroid_runtime.so lib from PORTED to BASE in /system/lib
Without this file ROM may not boot.
Now copy the backed up apps to your BASE in /system/app
Quote:
Then copy all the libs and folders in system/lib in BASE and paste it in PORTED's system/lib. Click replace all if a window pops up. Then in BASE delete the lib folder and in PORTED move it's new lib folder to BASE.
Now go into etc folder (/system/etc) in BASE and open init.d folder
Copy everything there and paste it into PORTED's /system/etc/init.d
Now in BASE, delete the init.d folder
And now in PORTED, copy the init.d folder to BASE's /system/etc
--------Take a break for your eyes HERE-----------
Ok. So far so good? Good.
--------Take a break for your eyes HERE-----------
Quote:
Done? OK. Now go into etc folder (/system/etc) in BASE and open permissions folder
Copy everything there and paste it into PORTED's /system/etc/permissions
Now in BASE, delete the permissions folder
And now in PORTED, copy the permissions folder to BASE's /system/etc
(This is to fix some permissions and Google Apps Problems)
Now open Notepad++ and open the build.prop in PORTED
Also open the build.prop in BASE, so now you have them side by side in the tabs
In PORTED, edit the build.prop to match with your device!
NOW This is very important!
Your
ro.build.description=
and
ro.build.fingerprint=
must be the same same as the build.prop in BASE!
If not, your Rom will not boot!
Save the Build.prop in PORTED and close NotePad++
Now copy the Build.prop from PORTED to BASE
Quote:
In your BASE, head to:
\META-INF\com\google\android
Now open notepad++ again and open updater-script
Now in your PORTED, head to:
\META-INF\com\google\android
and open updater-script with notepad++
You should now have two updater-scripts side by side in notepad++'s tabs
Edit the BASE's updater-script to be like the PORTED's updater-script
Don't change any symlinks
Just change/edit/add permissions , ui_prints , asserts , run_programs , and installing the Kernel
-----THIS IS VERY IMPORTANT!------
In the updater-script of BASE, make sure the Format values are for your Device!!!
----------------------------------
Now make sure your Kernel is specifically for your Device
Quote:
Also if your Device is not from the same manufacturer, then unpack the kernel and edit the BOOTCLASSPATH in init.rc
Copy the BOOTCLASSPATH from PORTED to BASE's init.rc and then repack Kernel
Ehhhh I think that's it
Quote:
Now you can add your stuff or update some stuff/apps like Superuser and it's Binaries, Busybox, and more!
Maybe add Beats Audio, XLoud, MegaBeatsBass?? Your Choice!!
---------- Post added at 10:22 PM ---------- Previous post was at 10:21 PM ----------
Thanks to Peteragent5 for the guide
AND YOU CAN THANKS ME ON BOTH POST........

thanks for big and full answer
question
if Rom that i want to port is Cyanogen mod 10 and base Rom that i want to use files is cyanogen mod 9 or De-Sensed or miui, this method will work ?
this two device that i said are both 'ARM V7' 'cpu msm8660 S3' 'GPU Adreno 220'

l0000l said:
thanks for big and full answer
question
if Rom that i want to port is Cyanogen mod 10 and base Rom that i want to use files is cyanogen mod 9 or De-Sensed or miui, this method will work ?
this two device that i said are both 'ARM V7' 'cpu msm8660 S3' 'GPU Adreno 220'
Click to expand...
Click to collapse
bro base should be similar
means if u r porting lewa then base shoul be cm7

Out of all the guides I have read, they all say to make some framework.jar/services.jar/framework-res.apk edits. Assuming since it's from the same device, the edits are not needed? Or was this guide just a basic port and we have to trouble shoot on our own?
I'm asking because a ROM has been neglected over in the HTC OneX(AT&T) forums and a buddy and I are taking over. We are looking at updating the base from AOKP to an AOSP.
EDIT: I say neglected... The original dev doesn't have time to maintain the ROM so he passed it down.

Would this work using Custom ROMS that are BASED on the stock ROMs as the base, or do you need the original Stock ROM as your base?

calikevin said:
Would this work using Custom ROMS that are BASED on the stock ROMs as the base, or do you need the original Stock ROM as your base?
Click to expand...
Click to collapse
I want to port cm10 from sensation to vivid
Vivid never got fully work cm10 to now I must use cm9 or desensed files as base and one of sensation cm10 as a from for port.
I use this that said in post 2 but Rom never boot up
Maybe I have problem in editing build.prob or updater-script file
Sent from my HTC Holiday using xda app-developers app

If ur lazy, just use my port script at the att gs3 dev section lol
Sent from my SGH-I747 using Tapatalk 2

Nice guide but what if tge base rom don't have any ROMS built for it? The gsm version of my phone has a million roms but the cdma don't have any built that I'm aware of both my base and port rom 2.3.4 What would we do for update scripting then?
Sent from my R800x using xda premium

....
deathviper thx 4 the quick guide...:good:

Related

[Q] Porting Sense (just to boot)

I'm trying to port HTC ROM to my LG, but any try result on non-booting ROM. I used dsixda kitchen just to extract both ROMs in separate folders, but when I replace some files ex. under /system/lib or /etc it does not boot when flashing with clockwork zip. I removed unnecessary apps just to fit system to my phone.
Which files do I need to take from custom ROM for my LG to make HTC ROM working/booting. I took /hw /modules /egl under /lib some files /etc and keychars according to:
http://forum.xda-developers.com/showthread.php?t=815265
http://forum.xda-developers.com/showthread.php?t=1222746
Also I took boot.img from my GT540 and modified build.prop. I can't find a reason why it doesn't work, sadly logcat doesn't work too.
There are many ports but all sense to sense device. Any tips what to do? Just at least to boot it up, later is the time to make everything else, now its important.
I booted Eclair Sense ROM in past but nothing was really working good, just 3d, bt and gps but I see its possible according to 2.2 Sense ROM port made by cile for gt540.
I used HTC Pico RUU CHS latest leak 1.20 as ROM I wanted to port and I used libs from pcfighter .32 kernel one time and same result as with .29 libs from DevSwift's OXYGEN and miroslav_mm SDSL so I think its nothing wrong with my libs, just Im making mistake somewhere.
mesaj said:
I'm trying to port HTC ROM to my LG, but any try result on non-booting ROM. I used dsixda kitchen just to extract both ROMs in separate folders, but when I replace some files ex. under /system/lib or /etc it does not boot when flashing with clockwork zip. I removed unnecessary apps just to fit system to my phone.
Which files do I need to take from custom ROM for my LG to make HTC ROM working/booting. I took /hw /modules /egl under /lib some files /etc and keychars according to:
http://forum.xda-developers.com/showthread.php?t=815265
http://forum.xda-developers.com/showthread.php?t=1222746
Also I took boot.img from my GT540 and modified build.prop. I can't find a reason why it doesn't work, sadly logcat doesn't work too.
There are many ports but all sense to sense device. Any tips what to do? Just at least to boot it up, later is the time to make everything else, now its important.
I booted Eclair Sense ROM in past but nothing was really working good, just 3d, bt and gps but I see its possible according to 2.2 Sense ROM port made by cile for gt540.
I used HTC Pico RUU CHS latest leak 1.20 as ROM I wanted to port and I used libs from pcfighter .32 kernel one time and same result as with .29 libs from DevSwift's OXYGEN and miroslav_mm SDSL so I think its nothing wrong with my libs, just Im making mistake somewhere.
Click to expand...
Click to collapse
Its because (you have found this on a search) Sense is built deeply into the framework and drivers. It will only work on HTC devices. Same goes for Samsungs touchwiz and Motos Motoblur.
Anyway older sense worked, atleast it was booting and wasn't that far from working. In ciles port there were just some 3d problems, but I've found a solution for it, wifi(as usual), microphone(so calls, but gsm module was working), some other bugs like tethering, but look, it was developed recently even for other working roms, usb storage, but I think it was possible to be fixed with some kernel changes if devs made it in .32 and .35 kernels by yourself.
mesaj said:
Anyway older sense worked, atleast it was booting and wasn't that far from working. In ciles port there were just some 3d problems, but I've found a solution for it, wifi(as usual), microphone(so calls, but gsm module was working), some other bugs like tethering, but look, it was developed recently even for other working roms, usb storage, but I think it was possible to be fixed with some kernel changes if devs made it in .32 and .35 kernels by yourself.
Click to expand...
Click to collapse
Well if you can get it working then great you will be able to do something that many of the great developers here have been trying to do but have all failed.
I'm porting sense to sense so I understand some of what you are trying to do, a major problem for me was update script just so it can flash and you have to replace all hardware libs from target device but I don't know anything about framework and stuff like that. Hope this helps a little
Sent from my HTC Desire HD A9191 using xda premium
It works on galaxy s and nexus s. First order of business is to add bootclasspath from sense in init.rc which is part of intramfs which is part of the kernel to your init.rc.
Sent from my SPH-D700 using Tapatalk

[Mod] SensatioN 3.0 Theme

Thank to Crysis21 for his awesome SensatioN ROM port to our ATT SGS2!
I have modified some of the graphics to appease my visual needs on my phone. So if any of you are interested, here are the framework-res.apk and SystemUI.apk with modified icons and such...
Go into Recovery and Nandroid first!!!
Then while in recovery, adb push the framework-res.apk and SystemUI.apk.
That's it.
Edit: Framework-res.apk and SystemUI.apk is in the second post.
here are the files
I had to zip them up... you can use winrar or 7-zip to extract the two .apk files
Any Idea when we'll be able to add the sensation theme to custom or stock roms?
Nope. That's not my work. you'll have to ask Crysis21. Check the SensatioN ROM thread...

[Modding ODEXED SecMms.apk] Help? :/

So i lost about 2 days untill I found out that the problem wasn't on Virtuos Ten Studio or any decompiler. On some random thread i actually found out that u cant mod the SecMms.apk only by the XML files, cause it won't work, you need to edit them in smali folder. So Here comes the question, how can I, make the odex version of SecMms.apk in a function deodexed one to run on my ODEXED stock JB Rom 4.1.2?
Im using Virtuous Studio, since its really clean interface helps alot, but cat find any smali folder when decompiling. I tried to deodex option but it has some weird problem.
Can any1 provide me a full guide pls?
TOO LONG TO READ:
1) I have ODEXED ROM(Stock JB 4.1.2)
2) I want to DEODEX the .ODEX and SecMms.apk so I can edit the smali and import it to my phone.
NunoPitbull said:
So i lost about 2 days untill I found out that the problem wasn't on Virtuos Ten Studio or any decompiler. On some random thread i actually found out that u cant mod the SecMms.apk only by the XML files, cause it won't work, you need to edit them in smali folder. So Here comes the question, how can I, make the odex version of SecMms.apk in a function deodexed one to run on my ODEXED stock JB Rom 4.1.2?
Im using Virtuous Studio, since its really clean interface helps alot, but cat find any smali folder when decompiling. I tried to deodex option but it has some weird problem.
Can any1 provide me a full guide pls?
TOO LONG TO READ:
1) I have ODEXED ROM(Stock JB 4.1.2)
2) I want to DEODEX the .ODEX and SecMms.apk so I can edit the smali and import it to my phone.
Click to expand...
Click to collapse
BUMP.

[ROM] MIUI V5 based on Stock Jelly Bean

Hallo, this is unoficialll MIUI V5 for Xperia Go based on STOCK JB rom!
First thing that I must to say is "disclaimer":
Everything that is not originally maded by Sony is custom thing, so everything from here is modified Sony files and these files is "custom files"! So before you go to play with these modified files keep in mind that everything from here is custom thing and you installing these things on your own risk! I no want and I will not be responsible if something go wrong, if you lost your private data, if your device can not boot ...etc...etc, you doing everything on your own risk!!! If you no want to risk than skip this thread!!!
Rom is complete but not for daily use! All patches is welcome!
git:
https://github.com/munjeni/miui_v5_lotus
[QUOTE [...] ]have some popup messages with error to phone apk[/QUOTE]
:good:
First impressing after looking through rom-folders is framework-res is "mighty fat". Its nearly double-sized than stock ones.
I have no time to check framework-res because I need to fix smali bugs which prevent first "stable" screen. If some one want to contribute and fix remaining bugs, here is temp folder -> http://munjeni.homeunix.com/temp after initial patchings so we need to look into reject folder and fix remaining smalis to get rom working! If some one patched (and tested) something please attach it here (only working things!) !
My git is here -> https://github.com/munjeni/miui_v5_lotus
Because Micode have no mdpi apks I used them from MIUI V5_MINI PRO_3.4.19
Good news for you, got it!
How to:
remove Phone.apk from /system/app (phone can not boot using this apk! Only a way by now is removing them. Framework smalis need patchings to get this apk and mobile networks working!)
remove Provision.apk from /system/app (Whats use of this apk???)
remove SEMCSetupWizard.apk from /system/app (phone can not boot using this apk)
replace android.policy.jar using file from attachment
Install these modified zip and you are done :good:
You can start reporting everything about this rom! Rom need a lot of work and I have no free time by now to work in them, hope some one use them and patch all remaining bugs! This rom you can use as a base! Hope Sola, P and U guys use this rom and finish them! Rom is 80% finished, 20% is bugs! Enjoy!!!
munjeni said:
Good news for you, got it!
How to:
remove Phone.apk from /system/app (phone can not boot using this apk! Only a way by now is removing them. Framework smalis need patchings to get this apk and mobile networks working!)
remove Provision.apk from /system/app (Whats use of this apk???)
remove SEMCSetupWizard.apk from /system/app (phone can not boot using this apk)
replace android.policy.jar using file from attachment
Install these modified zip and you are done :good:
You can start reporting everything about this rom! Rom need a lot of work and I have no free time by now to work in them, hope some one use them and patch all remaining bugs! This rom you can use as a base! Hope Sola, P and U guys use this rom and finish them! Rom is 80% finished, 20% is bugs! Enjoy!!!
Click to expand...
Click to collapse
Ok :good:
I got this rom compiled, signed, installed without errors, but get BL after Kernel. So, i will try your hints. Maybe it need to fix also some things in build.prop.
akkufix said:
Ok :good:
I got this rom compiled, signed, installed without errors, but get BL after Kernel. So, i will try your hints. Maybe it need to fix also some things in build.prop.
Click to expand...
Click to collapse
No need to edit build.prop its edited by default by micode, only you need to use 2 libs from stock rom (libhwui.so and libjni_latime.so) and one binary (installd) and add them to your rom zip, allso you can use all frameworks from current rom and add to your rom zip, allso you need to add shelld service to ramdisk, and allso you need to remove some apk from your zip (see previous post) and you will get rom working!
Make sure compile hdpi apks instead of xhdpi (you need to find where is xhdpi definition and change them to hdpi)... !
Edit:
Forgot to let you know something. You need:
adb shell chmod 06755 /system/xbin/*
adb shell chmod 755 /system/bin/*
...because some files have no right permission!
munjeni said:
No need to edit build.prop its edited by default by micode, only you need to use 2 libs from stock rom (libhwui.so and libjni_latime.so) and one binary (installd) and add them to your rom zip, allso you can use all frameworks from current rom and add to your rom zip, allso you need to add shelld service to ramdisk, and allso you need to remove some apk from your zip (see previous post) and you will get rom working!
Make sure compile hdpi apks instead of xhdpi (you need to find where is xhdpi definition and change them to hdpi)... !
Edit:
Forgot to let you know something. You need:
adb shell chmod 06755 /system/xbin/*
adb shell chmod 755 /system/bin/*
...because some files have no right permission!
Click to expand...
Click to collapse
Sure, i already put "local-density := HDPI" in makefile
Permissions... i didn't look after the in xbin - /bin is set.
Good news for P guys Got booted for Xperia P
Working: Launcher, Statusbar, Toggles and also task manager!
not working: anything else (even file explorer won't open and get reboot on lock! but will try to fix )
EDIT:
got working other Mi programs by replacing android.policy.jar (so it's a smali bug) but modems are not working and settings is a bit miss sized
will try to fix these :good:
hope we can get a fully working MIUI V5 :fingers-crossed:
Well, since you have working build you can start patching frameworks. You no need to use patchrom anymore, just simple using apktool you can patch a rest of smalis trought "reject" folder / reading logcat...
sijav said:
Good news for P guys Got booted for Xperia P
Click to expand...
Click to collapse
great news! good job!
why don't u share ur work with dron_GTR or dimon2242 from the xperia p dev section? they worked on MIUI before and can maybe help patching
go for some teamwork and we have MIUI v5 up and running in no time
teamwork is the best work
thanks munjeni! thanks devs!
tapatalked!
stothegee said:
great news! good job!
why don't u share ur work with dron_GTR or dimon from the xperia p dev section? they worked on MIUI before and can maybe help patching
go for some teamwork and we have MIUI v5 up and running in no time
teamwork is the best work
thanks munjeni! thanks devs!
tapatalked!
Click to expand...
Click to collapse
I recently buy Xperia P didn't know these guys but thnx and will share with them
Indexed
Added to Index :highfive: keep up the great work!
hey Munenji..
I love miuiv5 .. but i can't download this torrent.. and can you tell that when will you fix its bugs and make it ready for daily use .
Maybe never, maybe soon, I don't know! Now I am very satisfied with stock rom + ex.se and simple thinking stock rom is better that MIUI, so no need by now to waste time in making bug clean MIUI v5 Hope some one use them and finish them?!
well, all the good stuff from miui are in the ex.se so..
And for those who want the "iphonish" look, just ad the miui launcher found at playstore
I just love MIUI music Player, sad that is not ported to another rom
Sent from my Xperia Go using xda app-developers app
@munjeni - Have you tried building the ROM on top of the latest firmware available? Maybe the changes needed with it are less troublesome.
Fortun said:
@munjeni - Have you tried building the ROM on top of the latest firmware available? Maybe the changes needed with it are less troublesome.
Click to expand...
Click to collapse
Porting MIUI will ever be difficult for our phones, because we haven't "standart hardware", like ST-E U8500 chip, mali gpu and some other things. So, whatever rom we would like to port needs to get the drivers for that. It would be quiet easier, if we have a Qualcomm chip and an Andreno gpu.
akkufix said:
Porting MIUI will ever be difficult for our phones, because we haven't "standart hardware", like ST-E U8500 chip, mali gpu and some other things. So, whatever rom we would like to port needs to get the drivers for that. It would be quiet easier, if we have a Qualcomm chip and an Andreno gpu.
Click to expand...
Click to collapse
true, but MIUI sure is worth it
wouldn't it be easier to wait for a stable cm10 and use that to port from another cm10 based rom?
Sent from my LT22i using Tapatalk 4 Beta

[Q] Porting of other devices ROM on Grand Quattro I8552

Guys anyone here know which device's ROM can be ported to our Quattro I8552?? Has anyone ever tried it??
Htc disier 500 or 600
Sent from my GT-I8552 using XDA Premium 4 mobile app
yazax said:
Htc disier 500 or 600
Sent from my GT-I8552 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok Is there any custom roms available for Desire 500 or 600 can u tell me??
Way to port
You can port any arm v7 cpu devices roms to arm v7 devices .
For porting basically u need two roms
base rom :: rom which u want to port to ur device (generally cm ports gives best results)
stock rom :: rom made for ur device. (u can also take backup of samsung stock rom by deleting data folder as stock rom!! but custom roms gives best results)
On your PC extract the .ZIP files containing the two ROMs and navigate to /system/app in your extracted base rom and copy stk.apk vpnservices.apk camera.apk and bluetooth.apk into a temporary directory somewhere else on your PC.
Now delete the following folders from your base ROM and replace them with the ones from your stock ROM: /data /system/app /system/framework /system/fonts and /system/media.
From your stock ROM copy /system/lib/libandroid_runtime.so to the system/lib/ directory of your base ROM overwriting the file.
Next up move the .APKs you copied earlier back into the /system/app directory of your base ROM.
Open up /system/lib in your base ROM and copy all the files and folders. Paste them into the stock’s /system/lib directory replacing all. Then go back to the base ROM and delete the /system/lib folder and replace it with the /system/lib folder from the stock ROM.
Next navigate to the /system/etc/init.d folder in the base ROM and do the same copy-from-base paste-to-stock delete-from-base copy-from-stock paste-to-base shuffle as before.
Sick of copying? Tough. Navigate to /system/etc/permissions and do that same copy-paste dance one more time.
Now open system/build.prop from both the stock and the base ROM in Notepad++. Update the stock build.prop to match the values for ro.build.description= and ro.build.fingerprint= from your base. Now save the stock build.prop exit Notepad++ and copy the stock build.prop into the base ROM overwriting the base build.prop.
Almost there! In Notepad++ open META-INF/com/google/androidupdater-script from both your base and stock ROMs. Edit the base’s script to be like the stock’s updater-script: specifically change edit or add the sections for permissions ui_prints asserts run_programs and installing the kernel. Don’t change any of the symlinks. In the base script make sure that the ‘format’ values are appropriate for your device (compare them to the stock script)..
It work's well for gingerbread,ics rom's.But little bit troubleshooting is required for jb and kitkat roms..
developerpro said:
You can port any arm v7 cpu devices roms to arm v7 devices .
For porting basically u need two roms
base rom :: rom which u want to port to ur device (generally cm ports gives best results)
stock rom :: rom made for ur device. (u can also take backup of samsung stock rom by deleting data folder as stock rom!! but custom roms gives best results)
On your PC extract the .ZIP files containing the two ROMs and navigate to /system/app in your extracted base rom and copy stk.apk vpnservices.apk camera.apk and bluetooth.apk into a temporary directory somewhere else on your PC.
Now delete the following folders from your base ROM and replace them with the ones from your stock ROM: /data /system/app /system/framework /system/fonts and /system/media.
From your stock ROM copy /system/lib/libandroid_runtime.so to the system/lib/ directory of your base ROM overwriting the file.
Next up move the .APKs you copied earlier back into the /system/app directory of your base ROM.
Open up /system/lib in your base ROM and copy all the files and folders. Paste them into the stock’s /system/lib directory replacing all. Then go back to the base ROM and delete the /system/lib folder and replace it with the /system/lib folder from the stock ROM.
Next navigate to the /system/etc/init.d folder in the base ROM and do the same copy-from-base paste-to-stock delete-from-base copy-from-stock paste-to-base shuffle as before.
Sick of copying? Tough. Navigate to /system/etc/permissions and do that same copy-paste dance one more time.
Now open system/build.prop from both the stock and the base ROM in Notepad++. Update the stock build.prop to match the values for ro.build.description= and ro.build.fingerprint= from your base. Now save the stock build.prop exit Notepad++ and copy the stock build.prop into the base ROM overwriting the base build.prop.
Almost there! In Notepad++ open META-INF/com/google/androidupdater-script from both your base and stock ROMs. Edit the base’s script to be like the stock’s updater-script: specifically change edit or add the sections for permissions ui_prints asserts run_programs and installing the kernel. Don’t change any of the symlinks. In the base script make sure that the ‘format’ values are appropriate for your device (compare them to the stock script)..
It work's well for gingerbread,ics rom's.But little bit troubleshooting is required for jb and kitkat roms..
Click to expand...
Click to collapse
If i want to try port miui , How and from which device
Try out grand roms
Try out to port from grand miui ports as in those dual sim is enabled..U can port from any arm v7 cpu devices..But better choose samsung dual sim devices for an easy port...
If I remember it correctly, the cpu on GT-i8552 is arm v5, and not v7
NO
NO friend armv7 is main instruction set(of processor) for ARM Cortex-A5, ARM Cortex-A7, ARM Cortex-A8, ARM Cortex-A9, ARM Cortex-A12, ARM Cortex-A15, ARM Cortex-A17(These are types of cores)...All the above cpu's belongs to arm v7...8625Q 45 nm LP ARMv7 ---ARM Cortex-A5----Adreno 203 ..
so u can port from any of the above cpu's..
I think you should try by Cyanogenmod cuz its a basic rom:fingers-crossed::fingers-crossed:.MIUI is very hard to pull from other device to our device even if you have good experience.
I also tried porting 3 roms but was unsuccessful cux i am noob . Now i am making it from scratch (downloading the source )
If you want links to guide and best deivce to port from i can give you few link if you want. As i also searched for a whole day about various guides and phone so my bookmark is filled with it.Tell me if you want any help. and don't flash any custom rom with battery less than 50% cuz i know what happens after that(Just from experience).
Well Godd luck to you :good::good::good::good::good:
lols21.10 said:
I think you should try by Cyanogenmod cuz its a basic rom:fingers-crossed::fingers-crossed:.MIUI is very hard to pull from other device to our device even if you have good experience.
I also tried porting 3 roms but was unsuccessful cux i am noob . Now i am making it from scratch (downloading the source )
If you want links to guide and best deivce to port from i can give you few link if you want. As i also searched for a whole day about various guides and phone so my bookmark is filled with it.Tell me if you want any help. and don't flash any custom rom with battery less than 50% cuz i know what happens after that(Just from experience).
Well Godd luck to you :good::good::good::good::good:
Click to expand...
Click to collapse
Dude compiling from source is the best porting never works out I have ported rooms and they boot bur lots of bugs
ZANKRUT.DOSHI said:
Dude compiling from source is the best porting never works out I have ported rooms and they boot bur lots of bugs
Click to expand...
Click to collapse
Congrat's bro your roms booted cuz in my case only one boot and i fainted by the error list and dropped the project
and @sahil_arora05 what is your downloading speed.Cuz if you have downloading speed more than 1mbps than I would recommaned you to build from source. cuz porting is not for beginners(LIke me :laugh if you are a good deleloper with claer basic knowledge and experience in some rom field than try porting else source building is best.I am downloading the source with (60kbps :crying plus i have 12th board exam's:angel:
If you want any help than TELL me cuz i a buch of GOOD links for both porting and source building.:good::good::good::good:
(ROMS)JASP HD v1.0 functional
JASP HD ROM V1.0 screens THanks
lols21.10 said:
Congrat's bro your roms booted cuz in my case only one boot and i fainted by the error list and dropped the project
and @sahil_arora05 what is your downloading speed.Cuz if you have downloading speed more than 1mbps than I would recommaned you to build from source. cuz porting is not for beginners(LIke me :laugh if you are a good deleloper with claer basic knowledge and experience in some rom field than try porting else source building is best.I am downloading the source with (60kbps :crying plus i have 12th board exam's:angel:
If you want any help than TELL me cuz i a buch of GOOD links for both porting and source building.:good::good::good::good:
Click to expand...
Click to collapse
I think now I don't need to download anything related to Quattro cauz I have sold it and brought a brand new Motorola Moto G.
sahil_arora05 said:
I think now I don't need to download anything related to Quattro cauz I have sold it and brought a brand new Motorola Moto G.
Click to expand...
Click to collapse
congrats bro,that's a nice device :good::good:
and Give me some money i will do the same
lols21.10 said:
congrats bro,that's a nice device :good::good:
and Give me some money i will do the same
Click to expand...
Click to collapse
hahah very nice bro.!!! asking for money from a stranger btw thanks and MOTO G rocks really!!! Its far better than Grand Quattro except a lil backward in Camera only!!
Ya now dont act so proud quattro is good enough for many people a full HD movie on a 800x480 screen willlook the same as a 1280x720 movie in the screen quattro can run also most games smoothly so its also good there is nothing suck as a good or a bad phone
And may I tell you comparing phone good or bad is banned on XDA
ZANKRUT.DOSHI said:
Ya now dont act so proud quattro is good enough for many people a full HD movie on a 800x480 screen willlook the same as a 1280x720 movie in the screen quattro can run also most games smoothly so its also good there is nothing suck as a good or a bad phone
Click to expand...
Click to collapse
yes yes yes ofcourse I know but you can check out the performance difference of both Quattro and Moto G on benchmark results!! Anyways, I know Quattro is good but I mean Moto G is better in comparison to Quattro in terms of performance.
Sorry dude don't want to fight or something you know someone had compared HTC one with wildfire s in the HTC wildfire s forums and he had got banned just telling you man
ZANKRUT.DOSHI said:
Sorry dude don't want to fight or something you know someone had compared HTC one with wildfire s in the HTC wildfire s forums and he had got banned just telling you man
Click to expand...
Click to collapse
Ohhh sorry sorry buddy!!! I would never want to be banned!! No more comparison now!! btw thanks for suggestion.
sahil_arora05 said:
hahah very nice bro.!!! asking for money from a stranger
Click to expand...
Click to collapse
I was just kidding But i think you are very busy in flashing rom in your moto G

Categories

Resources