[GUIDE]{PORTING}[CM10.1] How to port CM10.1 for Noobs - Android Software/Hacking General [Developers Only]

Easy step-by-step guide on how to port CM10.1 (Windows, Mac, Linux...)
{
"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"
}
by: MaceksMod
Prerequisites​
Computer (duh)
Rooted phone/tablet/phablet with recovery of choice installed (do not ask me how to do this)
7-Zip or WinRar for editing our .zip files
Notepad++ for editing our build.prop file and our updater-script
AOSP based ROM for your device
CM10.1 ROM from a similar device
Basic knowledge of computers and custom Android ROMs
​
Step 1: Setting up your work space
First, we will make a folder where we will be doing all of our work, you can name it what you like but for this demonstration, I will be naming mine CM10.1 PORT. Inside of this folder we will need to make 2 sub-folders, name them "PORT" and "BASE".
Step 2: Extracting and placing our initial ROM files
Put your AOSP based ROM in the BASE sub-folder
Put the CM10.1 ROM we are porting in the PORT sub-folder
Extract the build.prop (/system) and the updater-script (/META-INF/com/google/android) from each ROM into their folder
Step 3: Prepping the BASE ROM
Delete every app except for the following from syste/app:
Phone.apk
Telephony.apk
Gallery2.apk
SystemUI.apk
Step 4: Importing CM10.1's System apps
Copy over all of the system apps from your CM10.1 ROM (except for the ones listed in step 3) in to the system app folder of your AOSP BASE ROM.
Optional Depending on ROM outcome: Swap the SystemUI.apk and the framework folder
Step 5: Editing the updater-script (EDIT THE BASE's FILE, NOT PORT's)
Remove any title (the lines will start with "ui_print (") (don't delete any line that doesn't start with that)
Paste the following code in, edit all ares surrounded by { }
Code:
ui_print("*********************************************");
ui_print(" UNOFFICIALL CyanogenMod 10.1 ");
ui_print("*********************************************");
ui_print(" PORTED BY: {YOUR NAME} ");
ui_print("*********************************************");
ui_print("Ported Using MaceksMod's CM10.1 Porting guide");
ui_print("*********************************************");
ui_print(" Credits ");
ui_print(" {Developer of CM10.1 PORT ROM} ");
ui_print(" {Developer of AOSP BASE ROM} ");
ui_print("*********************************************");
Step 6: Put the newly edited script back into the proper folder of the BASE ROM
Step 7: Editing the build.prop
Change the following lines in the BASE's build.prop to match the PORT's build.prop
Code:
ro.build.id=
ro.build.display.id=
ro.build.version.incremental=
ro.build.date=
ro.build.user=
ro.goo.rom=
ro.goo.developerid=
ro.goo.version=
ro.CyanogenMod.version=
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
ro.buildzipid=
Step 8: Place your newly edited zip in the system folder of the BASE ROM
Step 9: Swap the BASE ROM's media folder with the PORT's
Step 10: Swap the BASE ROM's fonts folder with the PORT's
Showtime!
Step 11: Rename the BASE ROM to CM10.1_{your devices codename}_PORT
Step 12: Flash the ROM using the CM10.1 install instructions
PS: This will not fix any bugs either one of the ROM's has, it will most likely create 1 or 2 more, or if you're lucky, maintain the same stability your base rom has

reserved

Is that true?
Sent from my GT-I9003 using xda app-developers app

AW: [GUIDE]{PORTING}[CM10.1] How to port CM10.1 for Noobs
to op, could u please explain what u mean with 'CM 10.1 ROM from a similar device'
edit: f.e i have a xperia arc s, what would be a similar device?
Sent from my girls pants

Cartman44 said:
to op, could u please explain what u mean with 'CM 10.1 ROM from a similar device'
edit: f.e i have a xperia arc s, what would be a similar device?
Sent from my girls pants
Click to expand...
Click to collapse
Just another xperia device with similar specs, since xperia is open source, you shouldnt have too many problems porting using my guide, im not familiar with the device line so i dont actually know any similar ones

Wucaiting said:
Is that true?
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Yes, this is how I port cm10.1, paranoid Android and Aokp (still working on pacman)

AW: [GUIDE]{PORTING}[CM10.1] How to port CM10.1 for Noobs
jacobmacek said:
Just another xperia device with similar specs, since xperia is open source, you shouldnt have too many problems porting using my guide, im not familiar with the device line so i dont actually know any similar ones
Click to expand...
Click to collapse
okey, thank u
Sent from my girls pants

Cartman44 said:
okey, thank u
Sent from my girls pants
Click to expand...
Click to collapse
Let me know how it goes

Didn't work for me. Went to flash and "Installation aborted" came up. Thought this guide seemed too easy lol

kaivorth said:
Didn't work for me. Went to flash and "Installation aborted" came up. Thought this guide seemed too easy lol
Click to expand...
Click to collapse
There is error in your updater script

what can i do if the device has no asop rom developed. i was wanting to port for galaxy s5830i the s5830 has cm10.1 what would need editing to port that rom from s5830 to s5830i

gavster26 said:
what can i do if the device has no asop rom developed. i was wanting to port for galaxy s5830i the s5830 has cm10.1 what would need editing to port that rom from s5830 to s5830i
Click to expand...
Click to collapse
Good question; I do not know how similar those devices are but I am currently porting jb from the lg optimus v to the vortex, and the devices are so similar that i can flash ant op v rom to the vortex and boot the rom and use it w/very basic funtionality, all I have to do on my end is modify the kernel, ril, build.prop, and updater script to use it as a daily-driver. Can you flash a rom from the s5830 to the s580i? Try to if you havent, dont worry, you wont brick your device, just make sure you have a backup ready in case it doesnt boot. If it does boot, I can help walk you through the process!

It's not only for cm10.1 it's for all the roms, and there are literally 10 guides about this, why u no use search button
Mod close thread
Sent from my One V using xda premium

jacobmacek said:
Good question; I do not know how similar those devices are but I am currently porting jb from the lg optimus v to the vortex, and the devices are so similar that i can flash ant op v rom to the vortex and boot the rom and use it w/very basic funtionality, all I have to do on my end is modify the kernel, ril, build.prop, and updater script to use it as a daily-driver. Can you flash a rom from the s5830 to the s580i? Try to if you havent, dont worry, you wont brick your device, just make sure you have a backup ready in case it doesnt boot. If it does boot, I can help walk you through the process!
Click to expand...
Click to collapse
They have different processors the s5830 uses Qualcomm armv6 and the s5830i uses a broadcomm armv6 and doesn't have a dedicated gpu. The roms don't cross flash

cybervibin said:
It's not only for cm10.1 it's for all the roms, and there are literally 10 guides about this, why u no use search button
Mod close thread
Sent from my One V using xda premium
Click to expand...
Click to collapse
whoa bro, not every method is the same, chill out

gavster26 said:
They have different processors the s5830 uses Qualcomm armv6 and the s5830i uses a broadcomm armv6 and doesn't have a dedicated gpu. The roms don't cross flash
Click to expand...
Click to collapse
try swapping kernels

jacobmacek said:
try swapping kernels
Click to expand...
Click to collapse
I will have to develop my own kernel then

gavster26 said:
I will have to develop my own kernel then
Click to expand...
Click to collapse
Look up a guide on how to compile cm10.1, you'll need 64 bit ubuntu 12.+

I was going to learn and start from scratch but I couldn't find where to download thee source from

gavster26 said:
I was going to learn and start from scratch but I couldn't find where to download thee source from
Click to expand...
Click to collapse
git hub, heres cm10.1 for it
https://github.com/bieltv3/android_device_samsung_cooperve_cm10.1

Related

ROM Factory v1.7.1[May/12/2012]

{
"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"
}
And thank you all for your Ad clicking and donations. You guys are awesome!
Android Market Link [free]
ROM Factory​
What is ROM Factory?
Its a tool that will allow the user to create a picture perfect .img from your boot and system partition. It will then create an update.zip from it.
What is a "Fruit Cake"?
A fruit cake is the finish product, a self contain rom, already ready for installation, already inside an update.zip.
So really what does it do?
It allows a bootloader unlocked user to create a full copy of their boot and system partition. All of it, including mods and changes done to either one of those partitions.
Can this be use for easier rom development?
Yes! Beyond just its normal capabilities! After installing the resources you can modify the script and add things to it in *sdcard* /fcm/workdir! Once you are done adding and changing things in there, press "Create ROM".
Supported Devices:
olympus (atrix), sunfire (photon), triumph, WX435, fb0 (triumph), p999 (lg g2x), p990 (lg o2x), p970 (lg optimus black), ace (htc desired hd), pyramid (htc sensation), galaxys2, GT-I9100, GT-I9100M, GT-I9100T, SGH-I777, SGH-I727, hercules, crespo (nexus s), crespo4g (nexus s 4g), toro (cdma galaxy nexus), maguro (gsm galaxy nexus)
Experimental Support:
umts_jordan(defy), wingray, stingray (xoom)​
Your phone must be rooted!
Step One: Press the Install Resources button on screen.
Patience this step could take up to 5 minutes.
Step Two: Press the Create Fruit Cake button on the screen.
Patience this step could take up to 5 minutes.​
You use this application at your own risk, I am in no way responsible for any damage this application causes.​
Experimental Support for umts_jordan(Defy)
This device is under experimental support. Please proceed with caution.
Ohh yeah saw this at nexus s forum!!
Nicyyyyy
Bdw what can possibly go wrong?
Sent from my MB526 using xda premium
Hello, Good New Year for you too.
This app is just for images or build with apps and others? Thanks.
Cassinander said:
Hello, Good New Year for you too.
This app is just for images or build with apps and others? Thanks.
Click to expand...
Click to collapse
It makes a copy of ur system and data partition!
Sent from my MB526 using xda premium
nogoodusername said:
It makes a copy of ur system and data partition!
Sent from my MB526 using xda premium
Click to expand...
Click to collapse
Like a nandroid backup?
What the advantages and disadvantages?
nothing like a nandroid. this does not make a back-up. specially not for defy. this aids in development of rom, by providing an easy metho to create an installable file from whatever is inside your system partition, in the defy case.
samcripp said:
nothing like a nandroid. this does not make a back-up. specially not for defy. this aids in development of rom, by providing an easy metho to create an installable file from whatever is inside your system partition, in the defy case.
Click to expand...
Click to collapse
thanks for the tool. i will test it.
walter79 said:
thanks for the tool. i will test it.
Click to expand...
Click to collapse
Could you add support for boot.img, devtree.img, logo.img, recovery.img?
Code:
show_progress(0.100000, 5);
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "/dev/block/mmcblk1p15"),
delete("/tmp/boot.img"));
assert(package_extract_file("devtree.img", "/tmp/devtree.img"),
write_raw_image("/tmp/devtree.img", "/dev/block/mmcblk1p12"),
delete("/tmp/devtree.img"));
assert(package_extract_file("recovery.img", "/tmp/recovery.img"),
write_raw_image("/tmp/recovery.img", "/dev/block/mmcblk1p16"),
delete("/tmp/recovery.img"));
i though this device is only 2nd init, so it does not support custom kernels.
samcripp said:
i though this device is only 2nd init, so it does not support custom kernels.
Click to expand...
Click to collapse
Thats right. But you can flash different motorola kernels. cm7 use froyo or gb kernel. my rom use froyo (defy with soc camera) and gb for (bayer camera)
Is you system.img like the system.img from Clockworkmod recovery v4?
walter79 said:
Thats right. But you can flash different motorola kernels. cm7 use froyo or gb kernel. my rom use froyo (defy with soc camera) and gb for (bayer camera)
Is you system.img like the system.img from Clockworkmod recovery v4?
Click to expand...
Click to collapse
walter79, 2nd init device are kinda of a new story for me. so if you dont mind. i would like you to bug this on here http://code.google.com/p/fruit-cake-maker/issues/list
from there we can follow this issue together and work towards some special options for this device.
im thinking an option to select what to include into the zip
samcripp said:
walter79, 2nd init device are kinda of a new story for me. so if you dont mind. i would like you to bug this on here http://code.google.com/p/fruit-cake-maker/issues/list
from there we can follow this issue together and work towards some special options for this device.
im thinking an option to select what to include into the zip
Click to expand...
Click to collapse
Ok, i posted at googlecode. Your app should work with Milestone 2, too. Defy red/+ and MS2 have the same hardware.
walter79 said:
Ok, i posted at googlecode. Your app should work with Milestone 2, too. Defy red/+ and MS2 have the same hardware.
Click to expand...
Click to collapse
my app supports other 2nd init devices, but i wanted to start with defy as im more familiar with the community
This is awesome
I installed the application on my defy red lense
and I think
fcm two files
workdir / META-IF and system.img
and FCM-01-39-2012-01-02.zip
as use
these files
pd:I have installed
[SBF]Android 2.3.6 - 4.5.2-109-DHT22 - version 2 kernel and boot
What do we have to do with the files? Upload them to megaupload and post it? Or wait for some user who has a DEV MOTODEFY to upload it?
djkail said:
What do we have to do with the files? Upload them to megaupload and post it? Or wait for some user who has a DEV MOTODEFY to upload it?
Click to expand...
Click to collapse
please, can you upload them?
I am still waiting an answer...
Please, anyone who have froyo kernel can made a backup with this software and upload them?

[PORT][JB][updated to 04-01-12] MIUI v4 rev 2.11.30 (eng only) for LG Optimus 3D

Hi guys, I finally managed to boot my first MIUI v4 ROM.
There may be some little bugs, but we're working to fix them all!
So, here we go...
BUGLIST
Auto brightness levels need some fix
Other CM10 bugs
You'll tell me!
SCREENSHOTS
kidkoala_uk said:
Some Images.
Using CM10B2 Kernel from Iodak
Wkpark Bootloader 1.25a
Min Frequency 300MHz
Max Frequency 1300MHz
Governor Hotplug
Scheduler SIO
Click to expand...
Click to collapse
DOWNLOAD
remember to factory reset your device and wipe /system partition
ROM: http://d-h.st/b7n
GAPPS: https://www.dropbox.com/s/12xg5e4qfja2vu2/gapps-lite.zip
THANKS THANKS TNANKS DEFCOMG
(lol)
For the theme not applying bug. Make a folder named "theme" in /data/ system
Sent from my 3D phone.
lzzar said:
For the theme not applying bug. Make a folder named "theme" in /data/ system
Sent from my 3D phone.
Click to expand...
Click to collapse
Nope, doesn't work. BTW I added download links and instructions!
From which phone have you ported it from?
Sent from my 3D phone.
lzzar said:
From which phone have you ported it from?
Sent from my 3D phone.
Click to expand...
Click to collapse
From LG O2X p990
Delux9364 said:
Hi guys, I finally managed to boot my first MIUI v4 ROM.
Unfortunately it's in alpha stage: I need someone who can help me to fix all bugs, or at least someone who can teach me how to do that
So, here we go...
BUGLIST
Calls/Data not working (main issue) (that's NOT a baseband issue)
External sdcard doesn't appear in MTP mode (internal does)
Messages app always gives fc
Auto brightness levels need some fix
Themes app doesn't apply downloaded themes
Other CM10 bugs
You'll tell me!
SCREENSHOTS
{
"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
remember to factory reset your device and wipe /system partition
ROM: https://www.dropbox.com/s/enq8gs5sal864h4/MIUIv4_2.11.30_multilanguage_p920_alpha.zip
GAPPS: https://www.dropbox.com/s/12xg5e4qfja2vu2/gapps-lite.zip
I will thank all the people involved after the rom becomes usable
Click to expand...
Click to collapse
Think most of the Bugs are caused by The Fact the Framework is for the P990 Would it not be easier to use MIUI Patchrom to patch CM10 rather than using one from 2X?
Because arcee has made some changes to the Telephony Framework to make the GSM radio Func
bad
defcomg said:
Think most of the Bugs are caused by The Fact the Framework is for the P990 Would it not be easier to use MIUI Patchrom to patch CM10 rather than using one from 2X?
Because arcee has made some changes to the Telephony Framework to make the GSM radio Func
Click to expand...
Click to collapse
as much as I know there isn't patchrom for jb yet
defcomg said:
Think most of the Bugs are caused by The Fact the Framework is for the P990 Would it not be easier to use MIUI Patchrom to patch CM10 rather than using one from 2X?
Because arcee has made some changes to the Telephony Framework to make the GSM radio Func
Click to expand...
Click to collapse
Yeah I also think most issues are framework related.
That's a very quick port, and I don't know how to patch the framework with MIUI patchrom.
That's why I wrote "DEVS-NEEDED".
I'm totally inexpert: I need some suggestions and someone who can collaborate with me!
berni987654321 said:
as much as I know there isn't patchrom for jb yet
Click to expand...
Click to collapse
I think the ics patchrom will work with jb
Delux9364 said:
Yeah I also think most issues are framework related.
That's a very quick port, and I don't know how to patch the framework with MIUI patchrom.
That's why I wrote "DEVS-NEEDED".
I'm totally inexpert: I need some suggestions and someone who can collaborate with me!
Click to expand...
Click to collapse
Try Porting From Optimus Black its the most similar device. Or Get Vitreous Studio to Extract Framework.jar Search for all miui values in another window extract cm 10 framework and manually Copy all the miui values from p990 miui framework to the o3d framework folder and then compile it then try it with all the jar files and do the same for all then try the ROM again
Sent from my LG-P920 using xda app-developers app
defcomg said:
I think the ics patchrom will work with jb
Try Porting From Optimus Black its the most similar device. Or Get Vitreous Studio to Extract Framework.jar Search for all miui values in another window extract cm 10 framework and manually Copy all the miui values from p990 miui framework to the o3d framework folder and then compile it then try it with all the jar files and do the same for all then try the ROM again
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
Ok I'll try tonight. Thanks!
How is the progress coming?
Sent from my Optimus 3D with Walkman ROM
I've got a few experience in building android roms. So, since nobody helps, the progress of this rom will be stuck.
defcomg wrote me a pm, but I actually don't know if he's working on some fix.
Just wait...
patchrom
I'm working on running cm10 through miui patchrom. Currently fixing smali rejects, First patch went way better then the ported ics rom...but still probibly 30 rejects to deal with..I'll post my progress here,,,I may restart tonight with latest nightly as i think i messed up on a couple smali files, anyone who wants to help send me a pm.
Good to read that. Let us know if there are some progress
Bdadd34 said:
I'm working on running cm10 through miui patchrom. Currently fixing smali rejects, First patch went way better then the ported ics rom...but still probibly 30 rejects to deal with..I'll post my progress here,,,I may restart tonight with latest nightly as i think i messed up on a couple smali files, anyone who wants to help send me a pm.
Click to expand...
Click to collapse
I think so too i patched 28dec cm10 only issue was miui framework res had to manually patch it with overlay files and Phone.apk had to manually remove and add stuff in manifest and xml folder it went well when i tried booting all i get is bootloop and that entropy died meda.audio camera etc died so i tried porting the usuall rem app framework media like i did with cm7 i get the same results best i could get was fix the camera died and entropy died ics built with only two rejects. i wonder i there is an app to compare two folders so i can compare working framework with patched non working.
if anyone knows such an app it would be great could even help porting 3d to cm10 straight from framework since we do not have the source
@Delux9364
i have tried porting from LG OB Nexus Galaxy nexus SII they all failed btw the there was no preload-classes and manifest folder in framework.jar on your port
Yeah, I know. As I wrote above, that's a very fast port, with some bugs.
But that's the best I managed to do.
I also tried to port from different devices with pretty identical hardware (such as Galaxy SII i9100G or Droid Razr), but every port had more issues than the O2X one.
In i9100G port, btw, the auto brightness levels were ok, but there were force closes in several system apps, such as settings.apk, camera.apk or mms.apk.
got winmerge will try a different approach to this might take a while it got me thinking since we can patch CM10 With MIUI Framework Would this method not Work With LG's Real 3D Framework Just Compare the Difference but it probably work only with CM9.
Comparison LG ICS Framework With : ICS AOSP,CM9,Another ICS Device Without Real3D on LG's ICS Framework could work out the differences would it not just be a case of copy paste of smali code anyway just thinking out loud here.
What y'all think?
defcomg said:
got winmerge will try a different approach to this might take a while it got me thinking since we can patch CM10 With MIUI Framework Would this method not Work With LG's Real 3D Framework Just Compare the Difference but it probably work only with CM9.
Comparison LG ICS Framework With : ICS AOSP,CM9,Another ICS Device Without Real3D on LG's ICS Framework could work out the differences would it not just be a case of copy paste of smali code anyway just thinking out loud here.
What y'all think?
Click to expand...
Click to collapse
Yes, all of a matter of porting forward
Sent from my LG-P925 using xda app-developers app
Got it working No FC GSM Working 100% on Jan 02 CM Base the themes issue is Fixable by adding missing data path the Autobrightness issue will fix in framework res will upload later

[App][2.2+]Boot Spash Screen Changer [discontinued]

Hi guys, I always wanted to change my Boot Splash Screen (that thing that shows before the Boot Animation)
So i tryed to write a simple app.This will work on every device, how ever I need testers to confirm.
This Application needs Root Access and CWM or TWRP in order to work.
So I didn't manage to get a working conversion from png to rle on the Android platform it self, however I wrote a windows Converter.
Get it :
Please not that this is a pre alpha, so don't be mad if you think it sucks.
There is much more to come but I need to test this feature now to resume developing it.
- alpha 5
Bugfix
- alpha 4
Added Option to use a Advanced methode and flash the image via your computer,this will increase compatibility
Updated the Injector
Change the Folder to /sdcard/Android-Splashscreen_Changer
- alpha 3
the Error where the busybox detection didn't worked should be fixed now
Disabling boot animation is now stable and enabled [from my point of view it is really a bit faster, could be placebo]
- alpha 2
Fixed a bug where a failure wouldn't be detected
Added a Report option
Implemented the option of disabling the boot animation. This is currently disabled because it is to unstabel.Next release. thanks to : defiant07
Added option to change the bootanimation
New Icon thanks McFex
- alpha 1
Added a server to easily download the Converter to your PC
- Pre-alpha1: https://www.dropbox.com/s/z530xpgaw5cmrfq/pre-alpha-1.apk
- Converter for Windows : https://www.dropbox.com/s/x0sfxwx7deuqquh/PNG-2-RLE.exe
Click to expand...
Click to collapse
Instructions :
1. Resize the png file to your screen dimensions
2. place it in the same folder as the executabel Conveter
3. Copy the .rle on your phone
4. Run the App and choose the .rle
Click to expand...
Click to collapse
The manual way :
1. Resize the png file to your screen dimensions
2. place it in the same folder as the executabel Conveter
3. Name the rle
Code:
img.rle
4. Place it inside the
Code:
src
directory of the change-splash-manual.zip (Atached to this post)
5. Flash this zip using recovery
Click to expand...
Click to collapse
Help :
There is still a lot of work to do.Any help is appreciated.Please pm me.
You can help by :
-making an Icon [the current sucks but I am not good at graphics]
-port the Windows script to linux
-test it and report it back here
Click to expand...
Click to collapse
Edit :
So thanks for the replies I am working on some fixes.
This Application uses Injector.
It will pull your Boot.IMG to sdcard, extract it, edit the files in the ramdisk,repack the Boot.IMG and then flash it back
Edit 2:
This will most likely never work on Sony Erricson devices. Sony Erricson not Sony, Sony should work.
This is because these devices don't have access to the boot partition via recovery.
Screenshots
{
"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"
}
Devices that should work :
taken from the Injector Project
QSD8K
HTC Desire GSM Tested
HTC Desire CDMA Tested
HTC Nexus One Tested
Marvel
HTC Wildfire S
Chacha
HTC Chacha Tested
Spade
HTC Desire HD
PrimoU
HTC One V
Ville
HTC One S
Endeavoru
HTC One X
Evita
HTC One XL
Enrc2b
HTC One X+
Aries
Samsung Galaxy S I9000
Samsung Galaxy S I9000B
Samsung Galaxy S Captivate
Samsung Galaxy S Vibrant
Samsung Galaxy S Fascinate
smdk4210
Samsung Galaxy S II I9100
Samsung Galaxy S II I777
SMDK4x12
Samsung Galaxy S III I9300 Tested
Samsung Galaxy S III Sprint
SMDK4412
Samsung Galaxy S III I9305
Golden
Samsung Galaxy S III Mini I8190
JF
Samsung Galaxy S 4 I9505
JFLTE
Samsung Galaxy S 4 I9505 LTE
Totoro
Samsung Galaxy Y S5360 Tested
7x27
Cherry Mobile Flame 2.0
EMMC
Most EMMC devies besides the once on the list
MTD
Most MTD devies besides the once on the list
BML
Most BML devies besides the once on the list
Click to expand...
Click to collapse
100 % Tested :
Samsung Galaxy S3
Samsung Galaxy W
This app iz really awesome thnx ^^
posted by the Q Master, woepidooo
coolnessQ said:
This app iz really awesome thnx ^^
posted by the Q Master, woepidooo
Click to expand...
Click to collapse
Can You tell me which device you are using ?
Then i can make a list with devices that are confirmed working
Alpha released
Doesn't work..Xperia arc S
Sent from your computer
Which recovery are you using ?
Is there a file in /sdcard/Injector/log ?if so can you send it ?
Sent from my GT-I8150 using xda app-developers app
12alex21 said:
Which recovery are you using ?
Is there a file in /sdcard/Injector/log ?if so can you send it ?
Click to expand...
Click to collapse
CWM by pvyParts (X-Parts)
log:
Code:
Starting Injector v 0.2.10
Using /tmp/busybox as the toolbox for this script
Using configuration file mogami.conf
Extracting the device boot.img
can't find boot partition It was mot possible to extract the boot.img from the device!
Moving log file to /sdcart/Injector/injector.log
soxxO_o said:
CWM by pvyParts (X-Parts)
log:
Code:
Starting Injector v 0.2.10
Using /tmp/busybox as the toolbox for this script
Using configuration file mogami.conf
Extracting the device boot.img
can't find boot partition It was mot possible to extract the boot.img from the device!
Moving log file to /sdcart/Injector/injector.log
Click to expand...
Click to collapse
I will try to build a workaround.
Despite serious reservations I decided to give it a try away. Good news is it did not F things up. Bad news is it does not work on my device (see signature). Furthermore, it did not even create /sdcard/Injector/log (I did get /sdcard/Android/data/Android-Splashscreen-changer/, which had a renamed copy of my rle and change-splash.zip). I have attached my recovery.fstab and the output from 'cat /proc/partitions' in a zip. Hope they help and GL. Looking forward to next update.
Also a couple of suggestions: (1) attach some screenshots [people like those] in the OP; and (2) perhaps provide some info of how the app works so people have some idea of compatibility and don't have to dig.
Okay I am working on it, which device do you have ?
I will upload some Screenshots as soon as I am on my Computer
Sent from my GT-I8150 using xda app-developers app
12alex21 said:
Okay I am working on it, which device do you have ?
I will upload some Screenshots as soon as I am on my Computer
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
It is a 7" Dragon Touch; click the show tab in my signature for further details.
Lmk if I can provide further info.
defiant07 said:
It is a 7" Dragon Touch; click the show tab in my signature for further details.
Lmk if I can provide further info.
Click to expand...
Click to collapse
Okay, the last thing I need is your
Code:
/system/build.prop
I will try this tomorrow on my tf700 (4:30am now) is there a way to skip splash. screen to speed boot up?
ronniereiff said:
I will try this tomorrow on my tf700 (4:30am now) is there a way to skip splash. screen to speed boot up?
Click to expand...
Click to collapse
You can actually remove it, but this won't speed up the process, because then the phone will start just the boot animation earlier.
12alex21 said:
Okay, the last thing I need is your
Code:
/system/build.prop
Click to expand...
Click to collapse
Right on man, see attached :fingers-crossed:
12alex21 said:
You can actually remove it, but this won't speed up the process, because then the phone will start just the boot animation earlier.
Click to expand...
Click to collapse
Thats the thing there is a way to skip boot animations
Anyone test on LG jellybean device yet?
Sent from my LG-E971 using xda premium
ronniereiff said:
Thats the thing there is a way to skip boot animations
Click to expand...
Click to collapse
Not all roms support it, but it can be done by adding the following line to the build.prop:
Code:
debug.sf.nobootanimation=1
hope that helps
If that works, this is going to be one of my favorite apps.
I'm a customize freak, so this is a MUST.
Will test it right away, but I already gave the Icon/Logo a try:
Like it? Use it. Or not... :silly:
McFex said:
If that works, this is going to be one of my favorite apps.
I'm a customize freak, so this is a MUST.
Will test it right away, but I already gave the Icon/Logo a try:
Like it? Use it. Or not... :silly:
Click to expand...
Click to collapse
I like it, could you make it in 512x512 and use holo colors?

[I9500][DISCUSSION]RomSwitcher | Stable | CM11 supported

Guys,
As per today instance & many in past, I am making this thread & mutual Understanding with @Grarak for Discussion of This amazing work.:good:
{
"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"
}
Understand the below points:
1) Never ask for ETAs.
2) Never trouble the Dev @Grarak.
3) Don't make panic in Dev thread. Ask anything here related to Development.
Note: Anything, which isn't related to this development, is discussed, will be deleted by MOD.
This is a Mod which allows you to switching between TouchWiz and any AOSP based rom.
It's only for advanced users and I am not responsible if your S4 get bricked or transform into a monster and eat up your cat - CyanogenMod​
MOD & Downloads are in 2nd Posts​
Credits:
@Grarak @AndreiLux (for helping and Perseus Kernel)
@Jijonhyuni (using the same dualboot method as he does on Galaxy Nexus)
@intervigil (for CyanogenMod)
@gokhanmoral (using some scripts of his Siyah Kernel)
@Paul O'Brian (for concept)
Me - For testing, as per @Grarak lollzzzzzz @DD-Ripper - For Sign Banner @[email protected] - For OP & Sign Banner​
Before you install this, please read the whole post!
Features
boot mutiple roms on your device
(up to 3 roms Second and Third rom must be AOSP! TW is too big)
easy install mutiple roms through CWM based recovery
App Sharing between roms
Data Sharing between roms (experimental)
setup a password which will protect your roms
OTA updates
Kernel is Perseus Kernel​
To do list
run roms through OTG (@Grarak does not have an OTG cable)
How to install
Check if busybox is installed
Make sure your internal SD card has at least 1GB free space (one AOSP + Gapps rom requires 650MB)
Download RomSwitcher App: Direct Download
Follow the instruction on the app
Reboot to recovery in General Settings
In romswitcher section install a rom of your choice​
XDA:DevDB Information
RomSwitcher i9500, a Tool/Utility for the Samsung Galaxy S 4
Contributors
Grarak
Version Information
Status: Stable
Old method(Not to follow anything)
The GraSwitcher App will download the all needed files for you.
They will be in /sdcard/graswitcher
Default kernel for TouchWiz is Perseus Kernel,
if you want to use another kernel, replace touchwiz.img in /sdcard/graswitcher/ with your favorite kernel.
​
Download any AOSP rom. Extract it and open META-INF/com/google/android/updater-script
Look for this line:
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p20", "/system");
and replace it with
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p[B]19[/B]", "/system");
then delete these lines
Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p20", "0", "/system");
and
Code:
package_extract_file("boot.img", "/dev/block/mmcblk0p9");
You will need Gapps
Get it here http://goo.im/gapps/
Extract it and open updater-script
and replace
Code:
run_program("/sbin/busybox", "mount", "/system");
with
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p19", "/system");
Zip your rom and gapps.
Flash both in recovery. (first rom then gapps)
DO NOT WIPE ANYTHING
Reboot your phone and if you did all correct. You should boot into your TouchWiz rom.
Now download and install my app
http://d-h.st/3GS
Open GraSwitcher and follow the instructions.
That's all have fun
How to FAQ ..?
Old Version​
Wipe data/cache on AOSP rom
Wipe data:
Delete /data/dual/2nddata
Wipe cache:
Delete /data/dual/cache
Install new AOSP rom
Wipe cache in recovery and delete /data/dual
then flash your new rom
Remove AOSP rom
Wipe cache in recovery and delete /data/dual
Do you want support @Grarak?
You can buy him a beer via PayPal
Press Thanks
Press "Tip us?" above the OP
Rate this Thread with 5 Stars
Report bugs
Process for backing up the 2nd (PACROM/AOSP) ROM & flashing back the Backup​​​​
Follow the procedure:
Requirement: Only TWRP Recovery.
How to backup your ROM:
1) Go to recovery & choose Backup
2) here you can choose what to backup.?, Choose Cache only
3) Then it will be done
4) reboot.​
After clearing cache for ROM 1, you need to restore the Backup taken of Cache.
1) Go to recovery & Choose Restore.
2) Select the cache backup you have taken.
3) Flash done & your ROM will be recover again.​
Limitations & NOTE: Please note that you may retain all Caches of ROM 1 too.​
Changelog: Here
Downloads:​​​​
RomSwitcher App
Gapps
Update-Script
Banners For users & Team Members​
For Team Members:
For Users:
I'll Try To Make AOSP Rom First Rom And TW The Second
Sent From my i9500 With ☆★Crash Rom★☆
AL_IRAQI said:
I'll Try To Make AOSP Rom First Rom And TW The Second
Sent From my i9500 With ☆★Crash Rom★☆
Click to expand...
Click to collapse
Not sure if this will work
As you know 2nd rom is on cache partition with has ~2 GB place. Maybe not enough space for a touchwiz rom
Sent from my GT-I9500 using xda app-developers app
Grarak said:
Not sure if this will work
As you know 2nd rom is on cache partition with has ~2 GB place. Maybe not enough space for a touchwiz rom
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
I'll Download Barebone Rom and try it
Or Edit TW Rom And Remove Some Files From it
Edit:
Now I'm downloading DocRomV2.2
I change kernel names in graswitcher folder
I'll try it when the download finish
Sent From my i9500 With ☆★Crash Rom★☆
can I use also gpe rom as second rom?
Sent from my GT-I9505 using xda premium
kendragon said:
can I use also gpe rom as second rom?
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
It's only for the i9500 variant.
Sent from the octa planet in the fourth galaxy
noideaforusername said:
It's only for the i9500 variant.
Sent from the octa planet in the fourth galaxy
Click to expand...
Click to collapse
Subject changed with i9500.
I am on dual with crash rom v7(stock kernel) and pacman rom .My musics player, video player and lockscreen freezes every time on touchwiz rom . but i didn't have this problem when i have crash rom alone . So I don't think that there is any problem with the rom. is there any solution for it......and can someone pls suggest me a good(Which is very smooth ,doesn't heat up and good battery life) kernel and a good rom for touchwiz??
Thanks in advance.
Sent from my GT-I9500 using Tapatalk 2
It Works!
Thanx alot for this!
Saves a lot of time for testing new Roms and still keeping your daily driver up and running.
I see there is a few people who are struggling with the flashing of this. I struggled too.
Here is how I did it and hopefully I can help you as well. (All described perfectly in the Original Post).
**Assuming you have a TouchWiz Rom already installed**
What I used:
1. Latest TWRP Recovery.
2. The PAC-Rom that is already scripted. (As provided for download in the original post pages 8 - 15 somewhere).
3. G-Apps that is already scripted. (As provided for download in the original post pages 8 - 15 somewhere).
4. The latest Perseus kernel. (Alpha 9)
How I used them:
Open recovery and Select Install
Choose the PAC-Rom and,
Add G-Apps to the install queue and,
Add Perseus Alpha 9 to the Install queue then...
Flash and reboot.
All done...
Please hit the THANX button if I helped you
Thanks to all the developers who contributed to this.
noideaforusername said:
It's only for the i9500 variant.
Sent from the octa planet in the fourth galaxy
Click to expand...
Click to collapse
Sent from my GT-I9505 using xda premium
Kung Fu monkey said:
I am on dual with crash rom v7(stock kernel) and pacman rom .My musics player, video player and lockscreen freezes every time on touchwiz rom . but i didn't have this problem when i have crash rom alone . So I don't think that there is any problem with the rom. is there any solution for it......and can someone pls suggest me a good(Which is very smooth ,doesn't heat up and good battery life) kernel and a good rom for touchwiz??
Thanks in advance.
Sent from my GT-I9500 using Tapatalk 2
Click to expand...
Click to collapse
Now I'm on perseus kernel.but still lockscreen , video player and music player freezes.:crying::crying:
we are in news. Thanks to @Grarak for this work and to will & smantha for writing up the news and accepting my continues PM
http://www.xda-developers.com/android/dual-boot-achieved-on-the-samsung-galaxy-s-4/
Thanks,
Disturbed™
Sent from my Disturbed™ Galaxy S4 using XDA Premium 4
______________________________________________________
Wait for my time, U gonna pay for what U have done. - Disturbed™
So question, when you say the the first rom need to be STOCK TW, you mean we cannot use custom TW roms? it have to be stock from out of the box?
Additionally, since by default it comes with a kernel, can we change this BEFORE flashing anything? I am from TW and our kernels cannot be used with this is why I am asking. Want to make sure all is peachy before I flash anything.
mgbotoe said:
So question, when you say the the first rom need to be STOCK TW, you mean we cannot use custom TW roms? it have to be stock from out of the box?
Additionally, since by default it comes with a kernel, can we change this BEFORE flashing anything? I am from TW and our kernels cannot be used with this is why I am asking. Want to make sure all is peachy before I flash anything.
Click to expand...
Click to collapse
As I can see you're a T-Mobile i9505 user
This is only for i9500
Grarak said:
As I can see you're a T-Mobile i9505 user
This is only for i9500
Click to expand...
Click to collapse
Yes I do. By any chance it you will port it over to T-mobile Gs4? Or that is not something you see happening. Will be a willing tester ^.^
I'mnot asking for ETA's, but, is @Grarak thinking in make GraSwitcher whit both roms using the same data partition? Lilke Modaco? i'm son't have much space.
My lockscreen, music player and videoplayer freezes every time. .....can someone pls give me a solution for it.
Sent from my GT-I9500 using Tapatalk 2
Any chance anyone looking at porting this over to ATT I337 non MF3?

MTK FirmwareAdapter Tool

Hi all! And now... my program on XDA
This program is designed for porting MTK ROMs, for other MTK devices...
It contain several of example projects, that you can use, to make your project for your device... examle projects is designed only for single platform porting (MT6575 to MT6575, MT6577 to MT6577, e.t.c.), but you can create project to port ROM from MT6589 to MT6577 If you can find out what files are needed for this... it depends only on you...
System requirements:
OS: Windows Vista - Windows 7
Additional
PC: .NET framework 4.0 and above, JDK
Phone: root access, adb root
Short instruction to use:
1. Run program
2. Change lang, if you need
3. Choose project and edit it for your device
4. Get your files from zip ROM, ft ROM, folders or phone
5. Get files from ROM to port
6. Edit updater-script, build.prop, repack boot.img if you need
7. Build ROM and flash it
8. If don't work - goto step 2, or replace some files manualy
Screenshots:
{
"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"
}
Video guide:
Older versions and changelogs you can find here: http://forum.china-iphone.ru/viewtopic.php?f=31&t=24506
Latest version: http://d-h.st/04WM
Sources: http://yadi.sk/d/SLzFHpcfNgYfo
GitHub thread: https://github.com/back37/MTK-FirmwareAdapter-Tool
To get a quick answer to your question - send them via email...
P.S. Why it open source for now?:
1. Now i don't have any MTK device and waiting for release MT6595...
2. I want to add making flashtool images without device, but i don't know how to do it... (looks like with linux you can create ext4 image... image size pick up from scatter, perms from updater-scripd, or just RW-R--R--)
Bro I have tried to use this tool but can't port anything coz of some errors . will try again with the help of video tutorial.
BTW glad to see ur thread on English forum (XDA).
Thanks
Sent from my MIUI using Tapatalk
kuldeepraj said:
Bro I have tried to use this tool but can't port anything coz of some errors . will try again with the help of video tutorial.
BTW glad to see ur thread on English forum (XDA).
Thanks
Sent from my MIUI using Tapatalk
Click to expand...
Click to collapse
Maybe it was because you used the old version... many of bugs was fixed in latest version, while i tried to make guide... Or you needed in some others files to run ported ROM...
The easiest way to check why you take this errors is try to make ported ROM manualy, by using any instruction and files from some project...
This program usefull only if you knows, that needed for you device to run ported ROM and completely useless if no...
Hi, can i use a nandroid backup?
Only if your backup is system ext3/4 image + boot.img...
i want to port a rom from one mt6592, to my t100s, how i can make a project? there is no any project to this mt6592.
NightShade said:
i want to port a rom from one mt6592, to my t100s, how i can make a project? there is no any project to this mt6592.
Click to expand...
Click to collapse
Choose any project and edit, how it needed for you... Name of project it's only name... Doesn't matter what project is selected, it's only file lists!
back37 said:
Maybe it was because you used the old version... many of bugs was fixed in latest version, while i tried to make guide... Or you needed in some others files to run ported ROM...
The easiest way to check why you take this errors is try to make ported ROM manualy, by using any instruction and files from some project...
This program usefull only if you knows, that needed for you device to run ported ROM and completely useless if no...
Click to expand...
Click to collapse
Will this tool run on win xp?
And after i get the base rom and port rom it still shows error ,saying base rom not found.
xXx~~~SHLOK~~~xXx said:
Will this tool run on win xp?
Click to expand...
Click to collapse
Don't know... some operations, like unpacking/packing boot.img may not work...
xXx~~~SHLOK~~~xXx said:
And after i get the base rom and port rom it still shows error ,saying base rom not found.
Click to expand...
Click to collapse
If your zip/image is correct, after getting files, they must be placed on: %ProgramDir%/WorkDIR/%CurrentlyChoosedProject%/YourFiles
And programm checking exist of folder system inside this dir...
P.S. If you use system.img from MTK droid root&tools, then it must havw name system.img, not system.ext4.img(rename it)...
Update
New version was released... it have some bugfixes with getting files from system.img and from folders...
back37 said:
New version was released... it have some bugfixes with getting files from system.img and from folders...
Click to expand...
Click to collapse
I am using Windows xp and it cant unpack and repack boot. So what changes i have to make to the boot if I do it manually
Nice thread...thanks
Sent from my Micromax A68 using XDA Free mobile app
xXx~~~SHLOK~~~xXx said:
I am using Windows xp and it cant unpack and repack boot. So what changes i have to make to the boot if I do it manually
Click to expand...
Click to collapse
You have two ways:
1. You can replace kernel by your in ported boot
2. You can replace bootclasspath in your ramdisk (rmdisk/init.rc)
Also you can try to modify scripts to working with WinXP or working with any Win ver. (write detection of windows version and some string for some versions... or replace some strings by working on any windows version)... if you make it for any version, just give me a link and i will add edited scripts in next version (of cource if others functions works on WinXP)... needed to edit imgpack.cmd and imgunpack.cmd (%ProgramDir%/Bin)...
2.0.0.5
Program updated!
New:
- Sound notification
- Czech lang
- Message show time
Fixed:
- Text coding, now program using unicode, it must be compatible with most of languages
sorry just ask..
this tool can mix any ROM ??
i mean just take Baseband or anything from ROM MTK 6572_a to BaseBand ROM MTK 6572_b ?
like we know sometimes from same kind MTK not support with another
i hope you know what i mean..sorry my bad english
thanks
sayaranu said:
sorry just ask..
this tool can mix any ROM ??
i mean just take Baseband or anything from ROM MTK 6572_a to BaseBand ROM MTK 6572_b ?
like we know sometimes from same kind MTK not support with another
i hope you know what i mean..sorry my bad english
thanks
Click to expand...
Click to collapse
Yes, it can mix any ROM, but to do it, needed some configures... for example, to take only baseband needed to do something like this:
1. Clear project and add only system/etc/firmware
2. YourROM - choose ROM that contained needed for you baseband
3. ROMtoPORT - check META-INF, choose yourROM
4. uncheck auto boot.img repack, build ROM
this is only exemplary steps, because this program not intended for this functions...
Thanks!
Thanks bro... I've used this tool for a long time, it's so good.
Thanks for your hard work bro!
Please add the MT6592 project as I searched WHOLE INTERNET BUT DIDN"T FIND GUIDE OR ANYTHING relative to MT6592 It's android 4.4.2 please help and add the mt6592 also
help
hey bro make a guide on how to create a project & then port port using that project.... Il will be helpful for us.
back37 said:
Hi all! And now... my program on XDA
This program is designed for porting MTK ROMs, for other MTK devices...
It contain several of example projects, that you can use, to make your project for your device... examle projects is designed only for single platform porting (MT6575 to MT6575, MT6577 to MT6577, e.t.c.), but you can create project to port ROM from MT6589 to MT6577 If you can find out what files are needed for this... it depends only on you...
System requirements:
OS: Windows Vista - Windows 7
Additional
PC: .NET framework 2.0 and above, JDK
Phone: root access, adb root
Short instruction to use:
1. Run program
2. Change lang, if you need
3. Choose project and edit it for your device
4. Get your files from zip ROM, ft ROM, folders or phone
5. Get files from ROM to port
6. Edit updater-script, build.prop, repack boot.img if you need
7. Build ROM and flash it
8. If don't work - goto step 2, or replace some files manualy
Screenshots:
Video guide:
Older versions and changelogs you can find here: http://forum.china-iphone.ru/viewtopic.php?f=31&t=24506
Latest version: http://d-h.st/OpE
Sources: http://yadi.sk/d/SLzFHpcfNgYfo
To get a quick answer to your question - send them via email...
P.S. Why it open source for now?:
1. Now i don't have any MTK device and waiting for release MT6595...
2. I want to add making flashtool images without device, but i don't know how to do it... (looks like with linux you can create ext4 image... image size pick up from scatter, perms from updater-scripd, or just RW-R--R--)
Click to expand...
Click to collapse
udayrane175 said:
hey bro make a guide on how to create a project & then port port using that project.... Il will be helpful for us.
Click to expand...
Click to collapse
Hi! It's done long time ago... it's just a Project edit guide that you can choose at MTK FirmwareAdapter Tool on youtube...

Categories

Resources