Best porting guide for MTK phones :D - Android Q&A, Help & Troubleshooting

So if U are bored with a stock rom like me, then U asked yourself: "Ummmm... I could port a custom rom to my device"
Now I'm presenting to U my porting tutorial!
THIS WILL WORK FOR ALL 5.X.X/6.0.1 ROMS
ATTENTION: BOOTH ROMS NEED TO BE SAME 32bit SoC EXAMPLE: MT6582 TO MT6582; MT6592 TO MT6592 AND BOOTH ROMS MUST HAVE SAME KERNEL ( U CANT PORT A ROM WHICH IS FOR 3.10.XX KERNEL IF YOUR STOCK KERNEL IS 3.4.67
Now let's start
What U need:
1. Stock ROM or any custom rom for your device
2. The rom U want to port, U can find the best roms on xda-developers.com, needrom.com, and ofcourse mtkroms.com(I have ported all roms from this site for mt6582 )
3. MTKbootimg ( you use it for extracting the boot.img) (http://www.4shared.com/zip/S21Gxkdgba/MTKbootimg.html)
4. WinRAR (http://www.win-rar.com/download.html?&L=0)
5. NotePad ++ (https://notepad-plus-plus.org/download/v6.9.2.html)
STEP 1:
-Make two folders, one named Stock and other Port
-Extract Stock rom to the folder named stock, and port rom to the folder named port
STEP 1 DONE
STEP 2 (REPLACING FILES):
FROM STOCK TO PORT
-system/lib/hw: replace hw.composer.mt6xxx.so ( if U have mt6582 U need to replace hw.composer.mt6582.so)
-system/lib: libMali.so, libaudio.primary.default.so, libcameracustom.so, libcamalgo.so, libcamdrv.so, libfeatureio.so
-system/bin: all files starting with gsm and rild
-system/etc: wifi, bluetooh, firmware (replace entire folder)
Now take booth boot.imgs and place them into mtkbootimg ( place stock boot.img in stock folder in mtkbootimg, and port into port folder in mtkbootimg)
Drag the boot.imgs to the unpack batch tool and it will unpack them
Now replace from stock to port:
-kernel
-initrd/ueventd.rc
Now click on repack batch file on booth folders and U will repacked boot.imgs
Now in stock delete boot-new and put boot-old into stock folder (where U extracted rom)
In port folder delete boot-old and place boot-new into port folder (where U extracted rom)
Rename boot-old and boot-new to boot
STEP 2 DONE
STEP 3 ( EDITING META-INF):
-Go to stock/META-INF/com/google/android and to port/META-INF/com/google/android
-Open booth updater-scripts and compare mount points from stock to port and edit them
STEP 3 DONE
STEP 4 ( Editing build.prop):
-Go to system/build.prop
-Open it with NotePad ++
-Edit ro.product.model= (according to your device)
-If you have on screen navbars, then find qemu.hw.mainkeys if it is equal 1 change it to 0, if U haven't it then add a line to the end of build.prop qemu.hw.mainkeys=0
-Now change ro.sf.lcd_density= put the value of the stock rom
STEP 4 Done
STEP 5 ( ZIPPING )
Select all files from port and right click and select Make Archive, then name the rom however U want and select format archive to .zip
THAT'S IT! HOPE U UNDERSTOOD IT AND HIT THANKS IF I HELPED U

Simple & Clear it will Be Better If U Highlight Some Path Add Spaces
Just A Suggestion

Thanks umairabubakkar and charansai

Thank you so much for this. It worked for me. Ported an AOSP rom from mtkroms. However, is there a way to remove customisations in settings? I want it to be stock as possible. Could you help?

pandadai00 said:
Thank you so much for this. It worked for me. Ported an AOSP rom from mtkroms. However, is there a way to remove customisations in settings? I want it to be stock as possible. Could you help?
i dont know bruh, sry
Click to expand...
Click to collapse

I use this thread to port cm12.1 ROM.In that ROM all is working fine except one.when I play a video in vlc it stuck and suddenly turn into black screen and I can't go back to home screen.pls help me how I fix that..
Sorry for my bad English..

Related

SystemUI and Build.prop

Hello
i have one question and need your help so i make my own rom but i want replace systemui.apk and edit build.prop
so how i can replace systemui do i need replace other file together with systemui or just replace systemui with one from other rom systemui.apk I would like to replace it as far as I know is in there the whole look and icons?and how i can in build.prop edit name of rom,version of rom and author of rom I already tried to edit build.prop tweaks and work fine but when i change rom id in build.prop my rom won't start when install rom so what i do wrong?
So please help me i not need tutorial i just need easy help ho replace systemui.apk do i need replace framework-res when i replace systemui.apk and how edit build.prop id etc......
please help me
systemUI .. i dont know much about, so took this infos from here
Part 1 Theming Android:
First you need the following Tools for this:
-7zip
-A Windows PC
Step 1) Go to your rom you like to Theme and grab you Systemui.apk From system/app Copy it to your desktop!
Step 2) Now open the file with 7zip by right clicking on the file and choose open with 7zip
Step 3) When you are in the Systemui.apk with 7zip go to the Res folder and open up Drawable-hdpi Depending on your phone it could be also Drawable-ldpi or Drawable-mdpi Or Drawable-xhdpi Now just open that folder!
Step 4) when you are in that folder you see a lot of .png files that are all the files you could theme now If you want to theme your Systemui.apk to ICS/JB/GB/Froyo etc... source for the systemui.apk from a phone who is running on that OS!
Step 5) When you have found that systemui.apk from the other OS Then open that Systemui.apk also with 7zip and go to the res folder and than to Drawable-hdpi!
Step 6) when you have bot systemui.apk's opend source for the .png's you want to theme for example you want to theme the wifi signal icon Source in YOUR SYSTEMUI.APK FROM YOUR PHONE to stat_sys_wifi_signal
then also find the excactly same .png in the other Systemui.apk from that other OS and start copying the Files!
NOTE: Please Check the names if they are the same otherwise the systemui will Force Close (Crash)
Step 7) Now when your done copying and theming Close The file and put it back in your rom Flash your rom congratulations you have themed Now your Android Rom!
build.prob is only a small textfile, edditing it via an txt editor is quite simple..
another solution for your customer rom making could be:
StudioAndroid a suit for modding android roms, and apps and so on. it is easy to use and does almost everything you want
or
Rom Maker , less features, a small simply to use version, alsowith build.prob edit.
build.prob tweaks can befoud here:
http://forum.xda-developers.com/showthread.php?t=1227269
http://forum.xda-developers.com/showthread.php?t=1808791
.. or look at some zweaking scripts, something like that
have fun, and dont forget to thank :good:
BLiNKT said:
Hello
i have one question and need your help so i make my own rom but i want replace systemui.apk and edit build.prop
so how i can replace systemui do i need replace other file together with systemui or just replace systemui with one from other rom systemui.apk I would like to replace it as far as I know is in there the whole look and icons?and how i can in build.prop edit name of rom,version of rom and author of rom I already tried to edit build.prop tweaks and work fine but when i change rom id in build.prop my rom won't start when install rom so what i do wrong?
So please help me i not need tutorial i just need easy help ho replace systemui.apk do i need replace framework-res when i replace systemui.apk and how edit build.prop id etc......
please help me
Click to expand...
Click to collapse
I also answered this in the software developement section for you. http://forum.xda-developers.com/showthread.php?t=1890347

[Q] How to edit the text that appears during the rom installation

As the title say i need to know how to edit the text that appears during the recovery custom rom installation. You know that text that usually tells you the Custom rom you are installing if is official/unofficial stable/unstable. I know i am indeed a noob :silly: but at least i try .
CSI.ISC said:
As the title say i need to know how to edit the text that appears during the recovery custom rom installation. You know that text that usually tells you the Custom rom you are installing if is official/unofficial stable/unstable. I know i am indeed a noob :silly: but at least i try .
Click to expand...
Click to collapse
Open a rom zip as archive with a tool like 7zip and go to META-INF > com > android > google > updater-script and copy to a folder and use a tool like Notepad++ to edit to your liking then drag it back into the folder of the rom you are working with. Make sure not to unzip the rom as you will break the signature and have to get it resigned or it won't install.

How to fix MultiROM Update-Script Errors

It has been noticed that a lot of MultiROM users are having issues installing ROMs that are Android Version 5.0.1 or Later.
This is because the Update-Script in the ROM zip is outdated, but I have an updated version and I will show you how to put it in the ZIP easily.
- What you will need
1. ZArchiver ( https://play.google.com/store/apps/...hiver&pcampaignid=APPU_i8qjVOPUBsGqgwTX8IDgBQ ) AND A file Browser of your choosing ( I used Solid Explorer, or ES File Explorer )
2. Your ROM of choice
3. Updated Update-Script ( https://www.dropbox.com/s/k0kklawxwc7o7xb/updater-script.zip?dl=0 )
**Note**: This Update script is NOT my original work. It belongs to another user who provided the Update-Script on another ROM post. If anyone could send me the Username of the user and the download link he provided, I will update the OP properly Thank you~
~Steps~
1. Go into Emulated/0/Downloads, and move your ROM.zip (ROM being your ROMs name) and the Update-Script.zip into a New Folder ( Such as "Update-Script Fix" )
2. Now Extract the Update-Script ( If Extracted correctly, the File should be 2.14KB. It may extract to its own folder )
3. Now Open ZArchiver you got from the play store, and Navigate to Emulated/0/Downloads/ ~Folder name you chose~ then Tap on the ROM.zip and hit VIEW
4. When it opens, Then navigate to: META-INF/com/google/android
5. Hold down on the Update-Script ( The one already there. Should be 3.16 KB or so. ) Then Tap Delete ( This should take 15 Seconds )
~Note~ The page doesn't refresh on it's own. Simply push the Back button then go back into the Android folder and the Update-Script should be gone.
6. Now tap the button at the bottom ( The Page with the + symbol ) and hit Add File
7. Navigate once more to your Folder directory in Downloads, and then Select the Updated Update-Script you extracted and it Add. ( Again, this should take 15 Seconds ).
And when that's done, Your all done ^3^ and now your ready to flash your ROM through MultiROM like a champ.
Again, if anyone can send me the original posting that gave me the Update-Script, that would be awesome since he deserves all the credit for his Update-Script.
Hello
Can you tell me what did you change pls ? (i want to bring it to the g2)
genesixxbf3 said:
Hello
Can you tell me what did you change pls ? (i want to bring it to the g2)
Click to expand...
Click to collapse
I write it step by step here http://forum.xda-developers.com/showthread.php?p=57755094
Tylog said:
I write it step by step here http://forum.xda-developers.com/showthread.php?p=57755094
Click to expand...
Click to collapse
Thanks !! Mine works fine then I've just a issue with the kernel
Good morning and happy new year, big fixes, proven slim and resurrection and confirm that it works ... but not before!
great and congratulations.
While I do agree with most posters in this thread...can we at least thank him for the good intent? This is why people get scared off guys.
For future reference, you do need permission to post it. And this is probably better suited in General section. But thank you, and I hope the original poster allows you to share this.
There is an existing discussion on this issue.
Please use the existing thread for further discussions.
http://forum.xda-developers.com/showthread.php?p=57755094
thread closed for being a duplicate

S5 ROM for Galaxy Mega 6.3 i9200 [KK] [4.4.2] [XXUDNK1]

Hi All !!
I was using this ROM for quite a while, thought i'll share my work with you all.
This is for i9200, But i am not sure if it would work for i9205.
Its based of stock i9200 i9200XXUDNK1 KitKat 4.4.2 from sammobile.com.
Its a mixture of Odexed and deodexed.
==============================================
The S5 features it has are,
Systemui of S5
Note 4 launcher (actually S5 launcher, i just themes the page navigator icons to look like Note 4)
Lockscreen of Note4
Settings of S5
Note 4 weather
Some S5 apps like Magazine, Group play, Group Camcoder, S5 gallery, S5 music, S5 contacts and dialer, SPlanner, SVoice, Voice Recorder, etc etc..
===============================================
Oops! lot of Note 4 mentioned above, but mainly its all got from S5.
Currently i am trying to search forums on how to make an Update.zip Rom so that you can all just flash it.
All i have now is just a backup of my Rom which i made using PhilzTouch 6.48
Please see the screen shots. attached.
Internet connection is slow.. so please gimme time to upload.
Will post the links soon on mediafire.
ROM Download Link & steps to flash
ROM Links and Steps to flash.
Modem and Boot.img included in the download links.
Two methods:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
First Method
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
==================================================================================
1: Download the Backup named "2015-01-16.07.49.38_KOT49H.I9200XXUDNK1.7z" from Mediafire using the link below.
Link = https://www.mediafire.com/folder/qrtmbymle0c0d/Bevin_ROMs
The file has an extension 7z.
Extract the folder inside the zip file using 7Zip to your desktop.
Make sure the contents are extracted to a folder with the name " 2015-01-16.07.49.38_KOT49H.I9200XXUDNK1 " on your desktop
There are totally 12 files inside " 2015-01-16.07.49.38_KOT49H.I9200XXUDNK1 " folder.
2: Download PhilzTouch recovery version 6.48 and flash it
Reboot to the Phiztouch recovery and go to philzsettings-> uncheck md5 verification (thanks to Fredo2000)
3: Backup your current ROM (full backup - if in case anythin goes wrong) to sdcard or external sdcard (sdcard1).
4: Reboot to your current rom and connect your phone to the computer.
5: Now from your computer... Go to Computer->locate your phone-> go to memory card->clockwordmod folder->backup folder->paste here (the folder " 2015-01-16.07.49.38_KOT49H.I9200XXUDNK1 ) which was extracted on your desktop.
6: Reboot phone to Philz Recovery.
Click Wipe Factory Reset -> Clean to install a new ROM.
Click Backup and Restore - Restore from sdcard1
you should see the rom you pasted from your desktop here.
Restore 2015-01-16.07.49.38_KOT49H.I9200XXUDNK1 ROM
7: Reboot phone
8: Phone will boot with the new Lollipop Screen.
9: Wait for a minute till everythin looks fine and then go to settings add wifi networks and add account - Google
10: All the S5 customization will be intact in this method.
==================================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Second Method
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
===================================================================================
1: Download the CWM Flashable zip ROM named " S5ROMforMEGAi9200_17Jan2014.zip " from the below link
Link : https://www.mediafire.com/folder/qrtmbymle0c0d/Bevin_ROMs
2: Reboot to PhilzTouch Recovery
3: Wipe Factory Reset Phone -> clean to install a New ROM
4: Install Zip -> install from sdcard/sdcard1 -> S5ROMforMEGAi9200_17Jan2014.zip and flash.
5: Reboot to recovery again.
6: Re-root system using Philz touch miscellaneous settings.
7: setup wizard comes up and proceed till you get to the home screen.
8: You will find the navigation bar. Do not disable it in build.prop instead follow step 9.
9: Install Xposd Framework apk (search it and download it from google), open the app, install framework. reboot.
10: Install GravityBox KK apk from the download section of xposd app. Install it. Enable it in modules. Restart
11: go to gravitybox app reduce the size of the navbar to like 0 or 1 .. prefered is 0 using the slider.
12 That will get rid of the navigation bar (this is important for the dialer) and wil stil have the overflow menu enabled everywhere.
13: download AppSettings from xposed app under download section and install it. enable it in the modules section. reboot.
14: open App settings app and look for contacts.
15: change the dpi from 0 to 320 and save (this is important for the phone dialer to become full screen)
16: thats pretty much you have to do. everythin else is present already in the ROM.
17: to explore the various features.. long press the notification toggle icons.. it ll open a new menu which is not present in the settings.
18: using xposd app you can download even floating windows to make windows float like note 4.
===================================================================================
Some of the Apps are preloaded as I like it that way. You can uninstall them as you please.
This ROM has no bugs so far, so if you do find bugs - I will be happy to fix them and release another ROM later on.
If you Factory Reset your phone, you might lose certain customizations done on XPosed Framework. (Hence i suggest you not to unless you know what you are doing)
====================================================================================
If something does not work fine related to network bluetooth or Wifi (most unlikely) - Flash XXDNK1 modem.
====================================================================================
:good:
This ROM is stock Samsung ROM i9200XXUDNK1 (latest release of 4.4.2 from samsung) with S5 built in apps.
I use the stock baseband (modem) i9200XXUDNK1 and have face no issues so far.
Features of this ROM - Unlike any other
Things you will notice on this ROM
=======================================================================
1: I made a unique tweak with air view turned on, Thers always a feedback on the screen whereever your finger moves be it lockscreen or any other window.
2: Power Saving in Settings shows Different options and Power Saving in Notification Toggle shows greyscale options.
3: Viper audio to boost the Audio output.
4: 31 toggles. Even S5 doesn't have so many toggles. But 31 looks best for our big screen.
5: funcitonal Quick connect and SFinder.
6: Watch on remote control on notification panel when turned on.
7: Life Companion (smaller font)
8: First available Ported Note 4 look launcher with no stupid pullup app to screw with it.
9: Note 4 weather widget (fully transparent)
10: Group Camcoder works
11: All the Apps are updated to their latest release.
12: Device Status - Official (but do not update)
13: No branding what so ever. I dint do it as i hate it when i have to see others Name or their logos on my phone. Its so annoying!!
14: Double tap the staus bar to sleep
15: 4 way reboot options
16: Haptic feedback enabled by default with sound for air view.(power saving can disable it)
17: Android Version shows 4.4.4 (but its just a tweak)
18: S5 icons on settings and S5 settings.. all working.. no bugs!!
19: First working S5 keyboard for our phones with all working functionality.
20: Some awesome things i did to the ROM that i am forgetting right now to mention.
21: I did no tweaks to the performance of the ROM as I dont wanna play with that part. You can do it yourself.
22: Floating windows and all other tweaks are part of XPOSD
=======================================================================
Why didn't i share this earlier?
I was too busy flashing lollipop ROMs..and just realised this was better than everythin else.
So, spent more time fixin problems on the phone and now i share my work with all of you.
Hope you Enjoy my ROM as i do - but then it really doesn't matter to me if you do not.
If you dislike my work, just remember that no one ever shared a stupid S5 ROM before while all the other phones like S3 s4 and Note 2 Note 3 etc all had developers making S5 and note4 roms for these devices and none for us.
Feel free to rip my ROM apart and do whatever you want with it.
Thanks to Blekota for his Samsung S3 ROM. It made my Mega alive!!
Thanks to unclefab too.
You don't need to make a zip if you are rooted.
From your phone, open your android terminal and type:
su
dd if=/dev/block/mmcblk0p20 of=/sdcard/system.img
Wait a bit, after a while you'll have your system.img in your sdcard (but make sure you have sufficient storage as it's a pretty big file).
Then, to anyone wanting to push it on one's phone, put the img file on your sd and type:
su
dd if=/sdcard/system.img of=/dev/block/mmcblk0p20
You can do it from adb too, just type adb shell before su.
If the phone doesn't boot after flashing the img you'll have to wipe wipe data and cache.
Did you keep the original boot.img or did you flash the S5's?
In case you used the S5's boot.img and want to add it to your rom, type this:
dd if=/dev/block/mmcblk0p13 of=/sdcard/boot.img
@bevinabraham :
my connection is pretty slow too so I'd like to ask you 2 questions before I attempt to download:
1-did you replace the whole system/app and the whole system/framework folders?
2-how is the multi windows function? Any difference compared to the stock Mega 4.4.2?
Do you have that note 4 feature that enables to resize full screen windows from the screen edges (swiping down from either top left or top right)?
The proper way is to use an android kitchen (e.g. http://forum.xda-developers.com/showthread.php?t=633246) but it seems that may be out of your wheel house. There are also ways to make a full update zip of your ROM via nandroid and some play store apps.
Sent from my GT-I9205 using Tapatalk
unclefab said:
You don't need to make a zip if you are rooted.
From your phone, open your android terminal and type:
su
dd if=/dev/block/mmcblk0p20 of=/sdcard/system.img
Wait a bit, after a while you'll have your system.img in your sdcard (but make sure you have sufficient storage as it's a pretty big file).
Then, to anyone wanting to push it on one's phone, put the img file on your sd and type:
su
dd if=/sdcard/system.img of=/dev/block/mmcblk0p20
You can do it from adb too, just type adb shell before su.
If the phone doesn't boot after flashing the img you'll have to wipe wipe data and cache.
@bevinabraham :
my connection is pretty slow too so I'd like to ask you 2 questions before I attempt to download:
1-did you replace the whole system/app and the whole system/framework folders?
2-how is the multi windows function? Any difference compared to the stock Mega 4.4.2?
Do you have that note 4 feature that enables to resize full screen windows from the screen edges (swiping down from either top left or top right)?
Click to expand...
Click to collapse
Hi,
Actually thats not what i am trying to do.
How to people get the starting new set up wizard etc when you just flash a rom? how do i export all the folders such as the whole system folder with the boot.img in it into a update.zip?
any code for that?
To answer your second question..
I did not replace the whole System APP PrivAPP and the framework folders as its a larger resolution that ours..
So, I just ported only a few files from the system app and a few files from the priv app and a lot of lib and etc files and twframework files.
Then i modded the stock frameworkres.apk file from the framework folder with the s5 frameworkres,apk .
So its pretty much the whole that we see outside is all of s5 stuff..but everythin under it which we cant see (are the stock functions)
and its not themed if thats what u meant.. the lockscreen is of note4..
The floating windows i got using Xposed framework. i can resize it..
The multiwindow is stock multi window.. from the DNK1 rom.. its slightly diff that the old ones i guess as u can add and edit items,.
AndroidSlave said:
The proper way is to use an android kitchen (e.g. http://forum.xda-developers.com/showthread.php?t=633246) but it seems that may be out of your wheel house. There are also ways to make a full update zip of your ROM via nandroid and some play store apps.
Sent from my GT-I9205 using Tapatalk
Click to expand...
Click to collapse
Yes.. i ll try this.. i saw it in the recovery of PhilzTouch.. to clone the ROM.
trying it now.
The boot.img, if I understood well you kept the one from the mega so you can forget that part.
Then, there's no need for any starting wizzard, people just flash your system.img and get whatever tweaks you put inside, that's it.
You can of course use android kitchen, but the method I gave you is by far the easiest and the fastest.
Nowadays I use this method, I make my rom the way I like it and add this or that, then I make an .img image ready for flashing, and I only use android kitchen if I need to edit my boot.img.
Lat but not least, once you have a system.img you can pass it through 3 commands and make it an odin flashable file for people that aren't rooted.
Reagrding note 4, I'm not interested in lockscreen stuff, I just wanted to know if the multi windows function in your rom is the same than in the stock mega Kk or if it has new features.
unclefab said:
The boot.img, if I understood well you kept the one from the mega so you can forget that part.
Then, there's no need for any starting wizzard, people just flash your system.img and get whatever tweaks you put inside, that's it.
You can of course use android kitchen, but the method I gave you is by far the easiest and the fastest.
Nowadays I use this method, I make my rom the way I like it and add this or that, then I make an .img image ready for flashing, and I only use android kitchen if I need to edit my boot.img.
Click to expand...
Click to collapse
oh okay.. i guess i ll do this then.
thanks.
Right now its still creating an update zip...but i can see a line that says system.ext4.tar.a
so..probably thats not what i expected.
i ll use your method..
thanks a lot.
wow pls port to gti9205. me to try port this to gti9205
djraz said:
wow pls port to gti9205. me to try port this to gti9205
Click to expand...
Click to collapse
I am onot sure if it would work on i9205, but then there is no reason why it should not work as this rom does not have the baseband/modem file etc.. just the boot and the system.
hy man . used base stock MegaKatI9205Deodex v18 and added s5 apps features so work nex apps : svoice,calculator bug layout, loockscreen partiality, launcher partiality bug icons, and can't change wallaper, file manager, calculator bug layout, music player, video player,group palyer,browser,album,bootscreen, app manager but not work keyboard.. gallery don't work.. so now i need fix next bug. layout. so i need redit dpi
s5 rom for mega
Uploading my Rom to mediafire.
Will post the links soon by tomorrow afternoon.
bevinabraham pls share with me ur systemui.apk ,tw or launcher4,loockscreen,dialer+contacts,secsettings,camera. u used for ur porting..and keyboard. because i have somproblem with this files for my porting.. pls send me and reply
djraz said:
bevinabraham pls share with me ur systemui.apk ,tw or launcher4,loockscreen,dialer+contacts,secsettings,camera. u used for ur porting..and keyboard. because i have somproblem with this files for my porting.. pls send me and reply
Click to expand...
Click to collapse
Hi,
I just saw ur S5 sway ROm for i9205.
Congrats dude.
So both i9200 and i9205 will have the S5 rom features. Awesome
i got the apps frm here
http://forum.xda-developers.com/showthread.php?t=2690997
pls share me this files.. because u some files edit and putt in ur rom.. so i need them for mi pack pls.i write u in pm message
Hey man..(bevinabraham)... This becomes fantastic certainly!! If it can hardly wait for my Mega to the S5. To make Mega
Micha71 said:
Hey man..(bevinabraham)... This becomes fantastic certainly!! If it can hardly wait for my Mega to the S5. To make Mega
Click to expand...
Click to collapse
Hi thanks dude.
Wait for 24 hours.. i ll reach office tomorrow and upload the ROM (they have fast internet connection)
Good luck with your ROM :good:
blekota pls support me djraz and bevinabraham to recompile file system ui, dialer+call e secsettings.calculatyor and tw layout display..

[DELL VENUE 3830][ROOT] modded Systemui change your battery icons

HI all
It's for the 3830 model i'm not sure if work on any other device
Few months ago I finally could change my tablet's battery icons so I want to share with you if you want to try
You need:
-A cwm backup only if a fc appears (then reboot in recovery, advanced restore, restore system)
-Xposed gravitybox module working (it's no necesary but is for avoid the bug appears
-a rom that works (for easy way) I recommend deodexed I cannot remember if works on odexed roms
-Rooted and knowledge about flashing through fastboot (for hard way)
If I miss something I will edit
This mod allows you to change the battery icons of your tablet and works, but it has 1 bug that I don't know if can be solved:
this is the thread where i found how to do the mod
The bug is that gravitybox can't change the color of the battery icon, but you can change the battery icon and this includes the color so it's not a big problem.
I'll try to ask for support at least for the screen freeze, but for now i'll tell you the method for installing it
There are 2 ways:
------->First of all have an updated backup if something goes wrong you need to restore!<---------
Then download my modded apk i'will attach all of they
easy way
is modifying a .zip file (you can do it even in your tablet but is slower and you need like 1.7 Gb free. In computer use zip editor I.e. Winrar)
1.- Extract somewhere in you computer,tablet
2.- Once made it erase systemui.apk and systemui.odex (if is odexed)from extracted directory/system/priv-app
3.- add my modded apk
4.-create zip ( recompile the files that you extracted)
5.- flash it in cwm recovery like a fresh rom
You can also edit the zip without extracting just go to the directory erase the files that I metion below then add my systemui.apk modded and wait for finish then do step 5.-
hard way
is when you don't want to break your head with you computer or you don't have it or don't want to use etc.
1.-locate my modded systemui.apk with a root Explorer then copy or cut
2.- go to root/system/priv-app/
3.- select systemui.apk and systemui.odex and erase them (maybe give you constant fc so you need precision and be patient
4.- paste my systemui.apk
5.- set permissions to rw-r-r (I'll attach a screenshot for how to do it)
6.- reboot and if you're lucky your battery icons will change wothout fc's
If you have fc from step 3.- this will take you a while only continue
If works go to NOTE 1 for avoid the bug and everything will go fine
Maybe hard way is too much
I attach only those that work maybe I need suggestions about the charging animations
problems check post 2
NOTE 2:
tis mod also allow to modules to change the battery icons with an xposed module xbattery themer If I not wrong. Also a theme compatible can change your battery icons maybe is a problem but is not a bug this is normal
NOTE 3
The first screenshot is v1.5 from attached zip then v2.0 and then 2.5
There are 2 versions In v2.0 only changes the charhging anim
Not working?
I'm not guarantee that work on your tablet but maybe there are mistakes
1.- check the permissions don't follow the image the root explorers aren't the same
If really doesn't work you need to restore a backup or flash a non-modded rom
The problem may be caused in odexed roms so you need to deodex and try again
for those that don't have a cwm recovery
If you don't have a recovery use fastboot and flash a stock .Img.gz rom
(turn off your tablet, boot in fastboot)
(fastboot flash system drag and drop file to command prompt, enter)
Or use the tethered cwm recovery for backup-restore your current rom
It's at your own risk and I'm not responsible for damages but it's too much it's only an apk
There is dual boot thread, I'm still without test it but if you have it and the dualboot allow you to go to the root of the tablet you can overwrite the apk for a non-modded skipping the steps but again i'm not sure if this is possible
I have some doubtss......mighht be a noob doubt
Will it work in 4.4.2???
Will i get any problm...later like force closing???
I dont have a cw recovery now
So cant flash unsigned files
Sent from my Venue 8 3830
rinshid said:
I have some doubtss......mighht be a noob doubt
Will it work in 4.4.2???
Will i get any problm...later like force closing???
I dont have a cw recovery now
So cant flash unsigned files
Sent from my Venue 8 3830
Click to expand...
Click to collapse
Let me anwer your questions
Yes it's only for 4.4.2
Only if not works you'll have several fc becuase systemui can't start or your wallpaper will be black because system couldn't install the mod during the boot
I posted in post #2 if you don't have cwm recovery
Flash a stock rom in .gz format through fastboot sorry my mistake but as it says will return your system to stock (without xposed and root) so I don't recommend it
Ok:thumbup:
I will test it soon
Sent from my Venue 8 3830
UPDATE!!!
The problem of the screen freeze is gone and the Google search ring displays so you don't need xposed for trying to fix
After all it was a problem in apktool but I found it and the problem and now work perfectly
But I haven't time to make with other battery icons, for now I'll upload the systemui.apk that I'm using also it have other things but hope you like it.
I am sure that now can be decompiled the app and rebuild with other icons and xml.
Sorry for the fast reply I don't have Internet but I needed to reply that the bug has gone

Categories

Resources