[HOWTO][ICS][JB] Porting CM based roms to the Infuse 4G - Samsung Infuse 4G

BASICS ON HOW TO PORT CM10.1 based roms to Samsung Infuse 4G!
I'M NOT RESPONSIBLE FOR ANY HARM ON YOUR PHONE!
THIS CAN BRICK YOUR PHONE IF YOU DONT DO IT RIGHT. THIS CAN BOOTLOOP YOUR PHONE. SO BE PREPARED TO FIX BY GOING BACK TO STOCK. DONT RECOMEND NOOBIES TRYING NOT KNOWING HOW TO UNBRICK!​
Hey guys this is some stuff i do for porting and you may find problems as you try feel free to ask, on here. If you are looking to port id recommend The Samsung captivate or Galaxy S I9000 But its up to you. Those too are a lot easier to port anyways. Porting a cm10.1 that is themed such as RemICS-JB and Avatar ROM and others! I use this method to port to the infuse there is many other ways, bottom of post one has some links! NOTE* some ports are easier than others! This can take from 30min to 1hr+.
POST #1 HOW TO PORT! (Last Updated 3/21/2013)
POST #2 EXTRAS! (Last Updated 3/18/2013)
POST #3 UPDATE YOUR ROM! & ADDING GAPPS OR TWEAKS! (Last Updated 3/6/2013)
POST #4 WASTEFUL STUFF! (Last Updated 3/6/2013)
PLEASE READ ALL BEFORE ASKING QUESTIONS!
REQUIREMENTS:
Archive on computer (winrar or 7zip)
Notepad++ (link here)
YOU MUST:
Get permition from the dev on the base you are going to use (for example scott) for his cm10
Get permittion to port the rom from its own developer
Give the proper thanks to people on your OP of port.
STEPS OF PORTING:
1. Have the requirements installed
2. Make a folder on your desktop or where you want it with your port name on it
3. Download both your base rom and port rom to the folder you created
4. Unzlip both to separate folders (so you would have two folders)
5. Go to cm10.1 folder for infuse and go into settings then delete the following folders.(app, fonts, framework, media.)
6. Go to your roms folder and click system and copy and paste the folders u deleted from cm10.1. so copy (app, fonts, framework, media.) to cm10.1 in system folder
7. Go to your port folder then system/lib and copy all the files over but dont replace any files just tell it to add the missing files (DONT COPY OVER ANY FOLDERS)
8. After that go to your port folder system/lib and copy three folders to your cm10.1 system/lib (yes replace the 3 files) libandroid, libandroid_runtime, libandroid_servers.
9. Go to ur port and ur to system/etc/permissions and copy theand paste to ur cm10.1 folder (DONT OVER RIGHT ITS JUST ADDING ANY NEW FILES)
10. do the same as step 9 but to system/etc/init.d
11. [THIS STEP FIXES YOUR SEARCH HARD-KEY BUTTON] Go to cm10.1 system/usr/keylayout and open melfas_touchkey in notepad or notepad++ and change the following u can copy and paste. change "ASSIST" to "SEARCH" (this fixes ur search hard button) make sure to save any file u edit. (Note* SAVE AFTER DONE)
Click show to see example
ORIGINAL FROM CM10.1 Scott's
Code:
Original:
key 139 MENU VIRTUAL
key 158 BACK VIRTUAL
key 217 ASSIST VIRTUAL
key 102 HOME VIRTUAL
SHOULD LOOK LIKE:
Code:
key 139 MENU VIRTUAL
key 158 BACK VIRTUAL
key 217 SEARCH VIRTUAL
key 102 HOME VIRTUAL
12. Go back to your cm10.1 zip and open it in winrar or 7zip. extract app folder out. (system/app)
13. Copy Torch and InfuseSettings.apk over to the cm10.1 with your port on (system/app).
14. Open build.prop in your cm10.1 that u have been porting your rom on. (system folder) open build.prop in notepad++
15. Do a search for
Code:
ro.cm.version=
ro.modversion=
ro.build.display.id=
ro.build.date=
Take off the cm10.1 name and put your Rom name and version
For these lines add rom name and version for an example with my remics-jb new update:
Code:
ro.cm.version=RemICS-JB-4.2-v3.0
ro.modversion=RemICS-JB-4.2-v3.0
ro.build.display.id=RemICS-JB-4.2-v3.0
ro.build.date=Sat Mar 2 00:40:42 PST 2013
16. Search and delete this:
Code:
ro.goo.developerid=scotthartbti
ro.goo.rom=unofficialcm10
ro.goo.version=unofficialcm10.108019
17. Save build.prop, you are done for now!
18. Then go to cm10.1 folder where it says META-INF, system, bml_over_mtd, bml_over_mtd, etc... Select all and right click and zip them. (don't just zip the cm10.1 folder wont flash in recovery. it builds a folder in that folder like rom.name.here/rom.name.here/your rom files)
19. After that put the zip on your sdcard and flash away. (You may need to flash scotts gapps if not included)​
OTHERS TO LOOK AT:
[GUIDE]How To Port Different ROMS to Your Device (Simplest and Fastest)
This may help to! CLICK HERE!(your new best friend! )
NOTE* I wont be able to answer everything but i can help if i know. Other devs can help pitch in as well!​

EXTRAS YOU CAN EDIT!!
I'M NOT RESPONSIBLE FOR ANY HARM ON YOUR PHONE!​
WRITE WHAT YOU WANT DURING FLASH!
MUST HAVE Notepad++ (link here)
Go to your port folder>META-INF>com>google>android OPEN updater-script
1. After the 5th line press enter so 6th line is blank
Code:
Should look something like this:
line 1 assert(getprop("ro.product.device") == "aries" || getprop("ro.build.product") == "aries" ||
line 2 getprop("ro.product.device") == "infuse4g" || getprop("ro.build.product") == "infuse4g" ||
line 3 getprop("ro.product.device") == "SGH-I997" || getprop("ro.build.product") == "SGH-I997" ||
line 4 getprop("ro.product.device") == "SGH-I997R" || getprop("ro.build.product") == "SGH-I997R");
line 5 show_progress(0.15, 5);
line 6
line 7 package_extract_file("modem.bin", "/tmp/modem.bin");
In the blank line add
Code:
ui_print(" ");
this should be 51 characters wide
for an example my remics port
Code:
ui_print("+------------------------------------+");
ui_print("| RemICS-JB 4.2.2 v3.1 |");
ui_print("+ Presented by RemICS-Team +");
ui_print("| Ported by: |");
ui_print("+ Bradman117 & xxxSuperserieSxxx +");
ui_print("+------------------------------------+");
As long as you add ui_print(" "); you can put it any were on the updater.script.​ADD 1 OR 2 NEW FOLDERS TO INCLUDE IN FLASH!!
MUST HAVE Notepad++ (link here)
{
"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"
}
This will allow you to make a data/app folder and/or sdcard folder
why add data/app? because you can put some apps in there instead of system/app to save system memory. NOT all system apps will work on data/app
Scotts latest cm ROM has changed, the folder is now data/data/app
PICTURE OF DATA/APP
PICTURE OF SDCARD Folder
1. Go to your port folder>META-INF>com>google>android OPEN updater-script
2. search for: mount("yaffs2", "MTD", "system", "/system"); and add the following below it: mount("ext4", "EMMC", "/dev/block/mmcblk0p2", "/data");
Example:
Code:
mount("yaffs2", "MTD", "system", "/system");
[B]mount("ext4", "EMMC", "/dev/block/mmcblk0p2", "/data");[/B]
show_progress(0.700000, 30);
3. Search for package_extract_dir("system", "/system"); and add the following below it: package_extract_dir("data", "/data");
(If you want to add sdcard folder also include this after "("data", "/data");" package_extract_dir("sdcard", "/sdcard");
Example:
Code:
package_extract_dir("system", "/system");
[B]package_extract_dir("data", "/data");
package_extract_dir("sdcard", "/sdcard");[/B]
And that's all i got for you now!​​DOWNLOADS UNDER THIS IS FOR EXAMPLE TO SEE WHAT I HAVE!

HOW TO UPDATE YOUR PORT!
I'M NOT RESPONSIBLE FOR ANY HARM ON YOUR PHONE!​This is how to update your rom when the base or the port is updated. A side of that you should add/change other stuff in your build if its needed to fix bugs.
HOW TO UPDATE BASE:
You basically start over from post one and include anything else extra you have added.​HOW TO UPDATE PORT:
This is how to update the port from original rom.
1. Must have requirements from POST #1
2. Download the Zip rom and move it into your folder
3. Extract the zip to its own folder
4. Copy the app folder on your original port rom to a new folder
5. Go to PORT folder for infuse and go into settings then delete the following folders.(app, fonts, framework, media.)
6. Go to the port update you downloaded and click system and copy and paste the folders u deleted from your rom. so copy (app, fonts, framework, media.) to ur rom in system folder
7. Now select all apps in the app folder you copied somewhere else and select all and copy and paste it to the new port app folder and DONT RE-WRITE, just add the missing files.
Go to the port update folder then system/lib and copy all the files over to your rom but dont replace any files just tell it to add the missing files (DONT COPY OVER ANY FOLDERS)
8. After that go to your port folder system/lib and copy three folders to your rom system/lib (yes replace the 3 files) libandroid,
libandroid_runtime, libandroid_servers.
9. Go to your port and go to system/etc/permissions and copy the and paste to your rom folder (DONT OVER RIGHT ITS JUST ADDING ANY NEW FILES)
10. do the same as step 9 but to system/etc/init.d
11. Add anything else you added to your last update (app, fonts, framework, media.) Just like adding your personalized stuff. not update stuff​
HOW TO ADD TWEAKS/OTHER FILES TO YOUR PORT!
I'M NOT RESPONSIBLE FOR ANY HARM ON YOUR PHONE!​This i pretty simple but if your a newbie here is little something for you! :highfive:
Note* its easier if you are adding from flash zip.
This tutorial is an example with Google apps!
1. Extract the google zip to its own folder
2. Then you copy and paste the specific files/or folders to there right locations.
3. All the apps go in system/app and the libs go into the system/lib. Common sense
Depending on what you are adding varies on the editing.​

WASTEFUL STUFF
I'M NOT RESPONSIBLE FOR ANY HARM ON YOUR PHONE!​I have not ported from captivate in a while but here is some common sense stuff to delete after porting from Galaxy S I9000. You do this before you release your ROM, just some un-needded stuff
I will keep updating this as i look for more!:good:
Galaxy S I9000:
system/app - delete the following...
Nun At the moment
system/lib - delete the following...
libtvout.so
libtvout_jni.so
libtvoutfimc.so
libtvouthdmi.so
libtvoutservice.so
I'll look for more when i have a chance..​
Samsung Captivate:
system/app - delete the following...
Nun At the moment
system/lib - delete the following...
lib_tvoutengine.so
libtvout.so
libtvout_jni.so
libtvoutfimc.so
libtvouthdmi.so
libtvoutservice.so
I'll look for more when i have a chance..​

With this manual you port REMICS for JB?

daemonlmrj said:
With this manual you port REMICS for JB?
Click to expand...
Click to collapse
Yes, same with avatar ROM and another port will probably be released by super and they have used this aswell
Sent from my Galaxy Nexus using xda premium

bradman117 said:
Yes, same with avatar ROM and another port will probably be released by super and they have used this aswell
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Cool thnks for this info.

daemonlmrj said:
Cool thnks for this info.
Click to expand...
Click to collapse
I do more than this for remics but this is good enough to port it
Sent from my Galaxy Nexus using xda premium

Nice man
Sent from my SGH-I997 using xda app-developers app

thanx for this tutorial.
really helpful.

unknown25 said:
thanx for this tutorial.
really helpful.
Click to expand...
Click to collapse
No problem
Sent from my Galaxy Nexus using xda premium

bradman117 said:
No problem
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Now u have posted this tutorial I will work on making my own rom..
Just one question which mobile's port should I use galaxy s or s2 or s3?
Sent from my SAMSUNG-SGH-I997R using xda app-developers app

unknown25 said:
Now u have posted this tutorial I will work on making my own rom..
Just one question which mobile's port should I use galaxy s or s2 or s3?
Sent from my SAMSUNG-SGH-I997R using xda app-developers app
Click to expand...
Click to collapse
I posted what I recommend and linked on top of op, I'd choose galaxy s over s2 or s3 though. S3 is too diff
Sent from my Galaxy Nexus using xda premium

unknown25 said:
Now u have posted this tutorial I will work on making my own rom..
Just one question which mobile's port should I use galaxy s or s2 or s3?
Sent from my SAMSUNG-SGH-I997R using xda app-developers app
Click to expand...
Click to collapse
I prefer galaxy s and captivate
Sent from my SGH-I997 using xda app-developers app

bradman117 said:
I posted what I recommend and linked on top of op, I'd choose galaxy s over s2 or s3 though. S3 is too diff
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
xxxSuperserieSxxx said:
I prefer galaxy s and captivate
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
thanx you guys.
i would buzzing u guys soon on various doubts and bugs i will face.

unknown25 said:
thanx you guys.
i would buzzing u guys soon on various doubts and bugs i will face.
Click to expand...
Click to collapse
good luck bro-ski

Here is same procedure and step by step how to port different roms ==> http://forum.xda-developers.com/showthread.php?t=1908008

Bump for new guys to learn
Sent from my SGH-I317 using Tapatalk

Related

[MOD] [SHARE] Increase scrolling speed! [AS SMOOTH AS CM7!]

http://forum.xda-developers.com/showthread.php?p=20688790 <- PLEASE THANK HERE!
AndroidON said:
※Do this when you completely understand this.
This is not for people who are noob to phone and computer things.
This is a framework.jar mod which will affect on overall scrolling.
I've searched through several references and found some modification.
By following steps below, you will modify your rom's framework.jar.
Ok, so here's everything you need before start.
1. framework.jar of your phone. (Deodexed ROM needed)
2. Java software Development Kit
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html
3. smali/baksmali tool (Thanks to the Korean guy, 'vorcot')
http://chrisdube.com/downloads/baksmalimanager.zip
4. Text editor - Window basic text editor can be used..but I recommend Notepad++
http://notepad-plus-plus.org/
5. Program which can extract .jar file. (I prefer 7zip)
6. File manager which can access to phone's internal system.
(Like root explorer)
7. Your rom's original zip under SDcard for in case of bootloop.
Click to expand...
Click to collapse
A. Basic steps.
1. Unzip the smali/baksmali tool to certain folder and put the framework.jar in same folder.
2. Run baksmali manager.bat.
3. Select framework.jar by pressing 4 -> 2 in main menu.
4. Press 1 to Baksmali the framework.jar.
5. Wait.
6. Make it sure that new 'framework' folder is created and files inside it. (Don't close the baksmali manager window yet!)
B. Modification Steps
Smooth scroll mod
THIS IS ONLY FOR STOCK ROM AND ROM's NOT BASED ON CM7
AndroidON said:
- Some android applications have some lag while scrolling.
I found out that garbage collector works too much, when I scroll.
I googled about it and found the 'scrollingcache' function inside android making this problem.
Some application developers recommend disabling 'scrollingcache' in app's internal config.
But not all applications have disabled scrollingcache.
So this will disable the scrollingcache throughout the Android OS.
All apps will have no problem with scrollingcache.
I've had scrolling improvements with Facebook, PlayerPro, PowerAmp, Gallery, etc.
Click to expand...
Click to collapse
Here's what you have to modify:
1. Open the framework/android/widget/AbsListView.smali with text editor.
2. Search through 'ScrollingCache' and change it like below screenshot.
{
"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"
}
-----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
3. Press the text editor's save button if you finished.
C. Finishing steps.
1. Come back to baksmali manager window.
2. Press 2 to smali.
3. Wait. (It will create classes.dex file after finish)
4. Open the framework.jar file with 7zip.
5. Overwrite the classes.dex file inside the framework.jar.
(You can just drag&drop the classes.dex file to 7zip window.)
D. Installing steps.
1. Put modified framework.jar to your phone's sdcard.
2. Open the phone's file manager which have root access and copy the modified framework.jar to /system.
3. Set permission to rw-r--r-- or like this:
4. Move it to /system/framework. (Select yes for overwrite.)
5. Reboot.
ALL CREDITS TO AndroidON, I have just reshared it!
Re: [MOD] [SHARE] Increase scrolling speed!
nice share :thumbup: i wonder this can fix the scrolling of the latest asian firmware
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
- (CWM) kernel.tar Installer
- (CWM) Firmware Installer
Re: [MOD] [SHARE] Increase scrolling speed!
Didnt see much diff
Could be.
Yash98 said:
http://forum.xda-developers.com/showthread.php?p=20688790 <- PLEASE THANK HERE!
A. Basic steps.
1. Unzip the smali/baksmali tool to certain folder and put the framework.jar in same folder.....
Click to expand...
Click to collapse
link to smali/baksmali tool doesn't seem to work
I don't really get what this mod do... Increase our scrolling speed? Anyway, can you make a flashable zip? I'm sure you will get a lot more users that way
Sent from my GT-S5360 using xda premium
People upload your framework.jar here and I'll do it for you!
Updated links!!
Rcain said:
I don't really get what this mod do... Increase our scrolling speed? Anyway, can you make a flashable zip? I'm sure you will get a lot more users that way
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
if that then you must use his rom because the mod is not on a normal file that you can easily put it on your system.. its on the blood of a rom that contains a sensetive codes..
if you want it then upload your framework.jar and tell OP to mod it for you
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
- (CWM) kernel.tar Installer
- (CWM) Firmware Installer
rio. said:
if that then you must use his rom because the mod is not on a normal file that you can easily put it on your system.. its on the blood of a rom that contains a sensetive codes..
if you want it then upload your framework.jar and tell OP to mod it for you
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
- (CWM) kernel.tar Installer
- (CWM) Firmware Installer
Click to expand...
Click to collapse
Most roms out here contain this mod mate.
Sent from my GT-S5360 using xda app-developers app
b16h22 said:
Most roms out here contain this mod mate.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
yup. i checked framework.jar of CoD Rom, it contains the same lines. thanks anyway OP.
Thanks for the replies but no thanks, I still like vanilla stock.
Sent from my GT-S5360 using xda premium
b16h22 said:
Most roms out here contain this mod mate.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
yup but we don't know what OP's rom and what is based from..
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
- (CWM) kernel.tar Installer
- (CWM) Firmware Installer
Yash98 said:
People upload your framework-res.apk here and I'll do it for you!
Click to expand...
Click to collapse
its framework.jar mate
Yeah sorry. A mistake. I'll fix it.

[Guide]How to make a flashable zip

Here you go..tutorial on [how to] make a flashable zip
Special Thanks to ateeq72 for teaching me
REQUIREMENTS
- Any file that you want to replace or add to your phone;
- An existing (base) cwm flashable zip file. - I've attached one below;
- 7-zip, Winrar or any program which can open and modify zip files .
STEPS:
DIRECTORY STRUCTURE:
(1) Download and place the sample.zip (attached below) anywhere on your desktop;
(2) Right-click on it and open the archive with 7zip, winrar ... [DO NOT extract]
Now you should see two folders: one called "system" and one called "META-INF".
1. Let's start with the "system" one, so open it:
In there, will go all files that what you want to add or replace to the system. So let's say for example that you want to replace the bootanimation.
Make a "New Floder"
-Rename its as "media" (make sure its aint in CAPS nor with in quotation marks)
-drag those two new empty folders into the /system/ folder of the 7-zip opened archive
-now simply drop the two files in their respective place: the bootanimation.zip file should go in '/system/media' folder
.. If you have more files to add, just follow the logic above; I'm sure you get the idea by now.. :silly:
Hints
/system/app - all the system apps (SystemUI.apk etc)
/system/framework/ -framework-res.apk,android.policy.jar
/system/media - bootanimation.zip
/system/lib - libraries (*.so)
2. The other folder included in the opened archive is named "META-INF" and all the file in it should be left unchanged.
Now,just place the zip into your sd card! & try your luck Ofc it will work
That's it !
CMON!Thats easy
Exactly what was i looking for!! Thanks mate:thumbup:
Parth_14 said:
Exactly what was i looking for!! Thanks mate:thumbup:
Click to expand...
Click to collapse
Welcome mate!
hit the thanks button twice xD
Nice tut
Thnx a ton
Sent from my HTC Explorer A310e using xda premium
theviper said:
Nice tut
Thnx a ton
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Welcome man
Nice Guide +1
meant for the NOOB's out there!
Welcome to all..welcomes for future thanks
Sent from my HTC Explorer A310e using xda premium
Rishik999 said:
Here you go..tutorial on [how to] make a flashable zip
Special Thanks to ateeq72 for teaching me
REQUIREMENTS
- Any file that you want to replace or add to your phone;
- An existing (base) cwm flashable zip file. - I've attached one below;
- 7-zip, Winrar or any program which can open and modify zip files .
STEPS:
DIRECTORY STRUCTURE:
(1) Download and place the sample.zip (attached below) anywhere on your desktop;
(2) Right-click on it and open the archive with 7zip, winrar ... [DO NOT extract]
Now you should see two folders: one called "system" and one called "META-INF".
1. Let's start with the "system" one, so open it:
In there, will go all files that what you want to add or replace to the system. So let's say for example that you want to replace the bootanimation.
Make a "New Floder"
-Rename its as "media" (make sure its aint in CAPS nor with in quotation marks)
-drag those two new empty folders into the /system/ folder of the 7-zip opened archive
-now simply drop the two files in their respective place: the bootanimation.zip file should go in '/system/media' folder
.. If you have more files to add, just follow the logic above; I'm sure you get the idea by now.. :silly:
Hints
/system/app - all the system apps (SystemUI.apk etc)
/system/framework/ -framework-res.apk,android.policy.jar
/system/media - bootanimation.zip
/system/lib - libraries (*.so)
2. The other folder included in the opened archive is named "META-INF" and all the file in it should be left unchanged.
Now,just place the zip into your sd card! & try your luck Ofc it will work
That's it !
CMON!Thats easy
Click to expand...
Click to collapse
No need to change updater script?.... I suppose if we need to set permissions... We have to edit updater script! Can you teach me how to?
Sent from my HTC Using my Fingers
I was trying to build one flashable zip and this came to my rescue. Great job man !
Annoying Bee said:
No need to change updater script?.... I suppose if we need to set permissions... We have to edit updater script! Can you teach me how to?
Sent from my HTC Using my Fingers
Click to expand...
Click to collapse
No ..no changes needed in the updater scripts..
For what u wanna set permission for?
ajeet0112 said:
I was trying to build one flashable zip and this came to my rescue. Great job man !
Click to expand...
Click to collapse
Haha...I know ..this a small ...kinda basic guide ..but its damn helpful ..I believe
Sent from my HTC Explorer A310e using xda premium
you can also add a personal message in the updater script so when u flash the zip they can see ur personal message..the format is like this
ui_print("your personal message here");
Click to expand...
Click to collapse
gnexus said:
you can also add a personal message in the updater script so when u flash the zip they can see ur personal message..the format is like this
Click to expand...
Click to collapse
ui_print("your personal msg");
Correct it please :thumbup:
Sent from my HTC Explorer A310e using xda premium
Rishik999 said:
ui_print("your personal msg");
Correct it please :thumbup:
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
whats there to correct?
gnexus said:
whats there to correct?
Click to expand...
Click to collapse
I m sorry mate ..I thought u made that emotion ..but that was made by xda
My bad
Sent from my HTC Explorer A310e using xda premium
Rishik999 said:
I m sorry mate ..I thought u made that emotion ..but that was made by xda
My bad
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
haha no worries mate
how to add a script to make it flashable.??
Sent from my HTC Explorer A310e using xda premium
salil.bajaj said:
how to add a script to make it flashable.??
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Anyone??
Sent from my HTC Explorer using xda premium
Can you tell me how to make a flashable zip that flash apps to to sd_ext ?
Thanks
Rishik999 said:
I m sorry mate ..I thought u made that emotion ..but that was made by xda
My bad
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Bro what do u do for the files that are not located in /system ??
How do u write an updater script for them? Can u inclyde it in the guide??
{
"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"
}
=========HOLO-UBUNTU========theme

[GUIDE][MOD]ICS Pattern locksreen(Change path thickness)

Guide to changing path thickness of Pattern Lockscreen to ICS style​
I wandered places searching this off. I found some traces in direction of my destiny but none of them worked fully correctly
So, as stated, I searched a lot for this mod and came face to face with failures and smali errors. So, I had to figure it out myself some modification to do in it to make it work.
Note: IT is not COMPLETELY my mod but I have done modifications in it to make it work. This is based on a guide for Froyo outside of XDA.
Pre-Requisites:
1. PC with Java JDK or JRE
2. Deodexed ROM
3. 7-Zip
4. classes.dex decompiling tool
5. Notepad++
6. Patience
7. Carefulness for editing smali files
Let's Start
1. First we would have to decompile classes.dex inside framework.jar
For that, you can use my Tool ROM Tool v3
First using 7zip, Right click on your framework.jar and open it as archive and drag and drop classes.dex in input folder of the tool
(Note: If you don't have classes.dex in framework.jar [only META-INF and preloaded-classes.dex], then your framework isn't deodexed)
Now, open Script.bat and choose 1 (Decompile classes.dex)
2. Now, we will make the changes. Go to decompiled folder and go to \classout\com\android\internal\widget and open LockPatternView.smali in Notepad++
Search for mDiameterFactor:F [Ctrl+F]​
See the code above it.
It should be like this:-
Code:
const[COLOR="Red"]/high16[/COLOR] v2, 0x3f00
If it is, then you will have to remove red part /high16
Because it will not allow the change of code we will be doing which will have a different hexadecimal value which will not be supported till this code is in effect
Now, it will look like this:-
Code:
const v2, 0x[COLOR="Red"]3f00[/COLOR]
Now, we will change the thickness value 3f00 to 3dcccccd
Final code will look like this
Code:
const v2, 0x3dcccccd
Save it
I am attaching final and before smali for comparison below.
View attachment 1936707
(Note: If you don't have /high16, it's good , then just change the value and save)
3. Go to Script.bat again and choose 2 (Recompile classes.dex) and after it's done, you will get classes.dex
Drop it in framework.jar
4. Push framewotk.jar in /system/framework
Eg:
Copy it in platform-tools folder of android SDK and type following with pressing Enter after each command
Code:
adb remount
adb push framework.jar /system/framework/
adb shell chmod 644 /system/framework/framework.jar
adb shell killall system_server
Last command will Hot Reboot your phone to apply changes. It is fast and better than rebooting phone.
5. Enjoy
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"
}
Before
After
Credits​
A member from other forum to answer a question to other member of that forum
Google for letting me search somethings
Samsung Galaxy Ace s5830i members for supporting me so much
reserved!!!! :good::good:
zenxus31 said:
reserved!!!! :good::good:
Click to expand...
Click to collapse
For?
Don't post things like this in guide threads atleast. Reporting
A Hero Can Be Anyone.
Bruce Wayne said:
For?
Don't post things like this in guide threads atleast. Reporting
A Hero Can Be Anyone.
Click to expand...
Click to collapse
for question
zenxus31 said:
for question
Click to expand...
Click to collapse
Better go through this post. You need to I say. http://forum.xda-developers.com/showthread.php?p=40990860
A Hero Can Be Anyone.
U arE aWeSOME !!
I hav searched so many threads and forums for this ..!!
Thanks man!!
Sent from my GT-S5360 using xda app-developers app
question:
in the shell command,afaik chmod 777 is rw-r--r--
what is 644 stand for?
because adb and shell command new to me (i never use that,and still know little about that),so i want to apply the framework.jar manually via rootex
Sent by a Schoolar Boy ​Question? Better go to [Help Thread] by Deadly
Droid_beginner_student said:
question:
in the shell command,afaik chmod 777 is rw-r--r--
what is 644 stand for?
because adb and shell command new to me (i never use that,and still know little about that),so i want to apply the framework.jar manually via rootex
Sent by a Schoolar Boy ​Question? Better go to [Help Thread] by Deadly
Click to expand...
Click to collapse
alternate version.
4 - read (r)
2 - write (w)
1 - execute (x)
so 777 implies rwx rwx rwx
and 644 rw r r
Working good!
AaaaaaweSoooooomE
Sent from my GT-S5360 using xda app-developers app
Thank you all
Looking forward to learn more
Updated OP with some correction and link to RTv3
Can you pls make a flashable zip
Can't use my PC
Really want this badly
sent from my muffin phone
darkshadow246 said:
Can you pls make a flashable zip
Can't use my PC
Really want this badly
sent from my muffin phone
Click to expand...
Click to collapse
This isn't a universal mod as different ROMs have different framework.jar.
So, it can't be made into Flashable Zip
Sorry
Violaa..
That was my first modification by my self..!!
Thanks OP
sir areeb could help me how to add the pattern lock. in op edit only the thickness. my problems is in sgs3 rom dont have this pattern
ProGTXjay said:
sir areeb could help me how to add the pattern lock. in op edit only the thickness. my problems is in sgs3 rom dont have this pattern
Click to expand...
Click to collapse
It isn't possible(why would someone do that) for a ROM to remove Pattern lock!
It would be there is Settings/Security/Lockscreen
Hey I have changed the path thickness...
But how to change the thickness of those dots? Are they pngs or we have to edit some xmls for that too?
TheStrix said:
Hey I have changed the path thickness...
But how to change the thickness of those dots? Are they pngs or we have to edit some xmls for that too?
Click to expand...
Click to collapse
PNG
But if you edit them heavily and they appear out of place , then xml will come into play
iamareebjamal said:
PNG
But if you edit them heavily and they appear out of place , then xml will come into play
Click to expand...
Click to collapse
Where are those pngs located?? Or which xml to edit?

[Tutorial] How To Port MIUI-v5 for Galaxy S Plus

[Tutorial] How To Port MIUI-v5 for Galaxy S Plus GT-i9001 (also for Galaxy Wonder GT-i8150)
Beginning
MIUI is a fantastic rom. But for s+ the ram is too low to run miui-v5. Finally I move to cm. Since I don’t update it some weeks, I receive some PM to request update. I think I should write a guide, and I think you who love this amazing rom should try to port one by yourself. Here we go.
What you need
I will not teach you how to use those tools, you'd better having knowledge about it.
Windows 7 (or XP, 8)
WinRAR or else
Beyond Compare
Notepad + +
Apktool
Android Kitchen with Cygwin (or something else can un-pack boot.img)
Choose rom
For i9001, you are able to port cm-10.1 base rom from i9000 , i8150 or Nexus S. Best from i9000 in my opinion.
PORT ROM: http://xiaomi.eu/community/ (download i9000 one)
BASE ROM:cm-10.1 ion by ADC team is good
Start porting
PART 1
Unzip the PORT ROM(we call it miui) and BASE ROM(we call it cm10.1)
Compare two system folder using Beyond Compare
In system folder, you can find these subfolder
addon.d
app
bin
cameradata
etc
﹂permission
--others
firmware
fonts
framework
lib
media
tts
usr
vendor
xbin
build.prop
Click to expand...
Click to collapse
in red is that need to move
in black we needn’t do anything
Step
All move files is from PORT ROM(i9000) to BASE ROM(i9001)
Compare two system folder using Beyond Compare
Click to expand...
Click to collapse
Delete cm10.1 app and framework and fonts folder, and move miui's to cm10.1
Click to expand...
Click to collapse
etc and lib folder, move all files which miui have, but cm10.1 don't have
move and cover libandroid_servers.so from miui to cm10.1
As for subfolder of lib folder(examples, hw and modules),you needn’t do anything
Click to expand...
Click to collapse
Delete cm10.1 media/audio , and move miui's to cm10.1 (don’t forget bootanimation.zip ,and lockscreen, theme, wallpaper folders)
Click to expand...
Click to collapse
xbin folder , move shelld and su from miui to cm10.1
Click to expand...
Click to collapse
Edit build.prop (use Beyond Compare could help you find how to edit)
Only need to change version and ringtones
Code:
ro.build.display.id=JDK39E
ro.build.version.incremental=3.12.27
Code:
ro.config.ringtone=MI.ogg
ro.config.notification_sound=FadeIn.ogg
ro.config.alarm_alert=GoodMorning.ogg
ro.config.sms_received_sound=FadeIn.ogg
ro.config.sms_delivered_sound=MessageComplete.ogg
now delete your old cm10.1 system folder(in zip) , and push your new system folder into zip.
{
"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"
}
Go to cm10.1 META-INF/com/google/android/updater-script (open with notepad++)
search
Code:
set_perm(0, 0, 06755, "/system/xbin/su");
Add this line above it
Code:
set_perm(0, 1000, 06750, "/system/xbin/shelld");
save
PART 2 - - KERNEL
If you don't want to do it, use my kernel [Download] (only i9001)
Un-pack your boot.img using Android Kitchen
Open init.rc using notepad++
Search and delete this line
Code:
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar
replace with
Code:
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/framework_ext.jar:/system/framework/telephony-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar
then add this lines at the end of init.rc
Code:
service shelld /system/xbin/shelld
class main
save , and re-pack your boot.img , put into cm10.1 zip
Now, your rom have been done, it is ok to flash it in recovery, but you need to fix some bugs
PART 3 - - BUGS FIX
BUG 1 com.android.phone FCs
(1) Decompile system\framework\telephony-common.jar (both cm10.1 and miui)
Code:
Apktool d telephony-common.jar
(2) go to telephony-common.jar.out\smali\com\android\internal\telephony
(3) Move and cover all Samsung******.smali from cm10.1 to miui
(4) Compile.
Code:
Apktool b telephony-common.jar.out
telephony-common.jar.out\build\apk
you will find classes.dex, put it into telephony-common.jar
-
[*]BUG 2 USB mount
(1) Decompile framework-res.apk
Code:
Apktool d framework-res.apk
(2) Delete this folder “drawable-ldrtl-hdpi”
(3) Go to xml folder
(4) Replace storage_list.xml and power_profile.xml with mine DL my xml
(5) Compile
Code:
Apktool b framework-res
[*]BUG 3 Black notification drawer and laggness of lockscreen
(1) Decompile framework_ext.jar
Code:
Apktool d framework_ext.jar
(2) Go to framework_ext.jar.out/android/app/ExtraActivityManager.smali (open with notepad++)
(3) line 23
Code:
const-string v0, "GT-I9000"
Change to
for I9001
Code:
const-string v0, "ariesve"
for I8150
Code:
const-string v0, "ancora"
(4) Save and Compile
Code:
Apktool b framework_ext.jar.out
after step the same as BUG 1, i think you know how to do it.
Sorry for my bad English, if you have any questions, you can ask here.
reserved
Thanks sir for this guide
should we may do some changes to miui build.prop exept from these that you are writing?
Great tutorial Thanks
Gesendet von meinem Sony Xperia Z
I like ur tutorial but ur written english is really horrible. There r sentences which aren't able to understand. And some sentences are really confusing.
U should rewrite ur tutorial in some parts.
I don't want to teach anyone. My english is as most of us here not perfect. But I'm trying to make things clear to avoid misunderstanding.
It's really confusing to read ur tutorial.
I didn't understand the part of fixing the bugs. I think u should describe in smaller steps so that everyone can understand.
BigAznJimmy said:
I like ur tutorial but ur written english is really horrible. There r sentences which aren't able to understand. And some sentences are really confusing.
U should rewrite ur tutorial in some parts.
I don't want to teach anyone. My english is as most of us here not perfect. But I'm trying to make things clear to avoid misunderstanding.
It's really confusing to read ur tutorial.
I didn't understand the part of fixing the bugs. I think u should describe in smaller steps so that everyone can understand.
Click to expand...
Click to collapse
I am very sorry about my bad English.
But i think someone should learns how to use apktool(Android Kitchen) first, and read my guide second.
Sent from my GT-I9001 using xda app-developers app
Is it necessary to having knowledge in using the tool before trying to do the steps in ur tutorial?
I would make a tutorial for those who aren't good at porting roms or for those who are new at it.
chrisg4 said:
should we may do some changes to miui build.prop exept from these that you are writing?
Click to expand...
Click to collapse
Yes
Yeah, thanks sir and your tutorial
Sent From my Esia Hidayah
Thread Edit
add some pictures
BUG 3
Hope you can understand my broken English sentences
Great Tut
zxc123coke said:
Thread Edit
add some pictures
BUG 3
Hope you can understand my broken English sentences
Click to expand...
Click to collapse
Hi zxc123coke,
i really appreciate your effort and your tutorial and please don't feel attacked by sentences like "your written english is horrible" !!!
Such statements are horrible in a technical forum - If there are any questions concerning possible misunderstandings they could be asked....
The most of us here are people who's native language isn't english so the way to deal with each other shoud be based on a kinder way ...
Enough of OffTopic
Could this tut also be used for other ROMs to port ? Or is it so specialized that it could not be applied ?
THX in advance
Rhonin
Rhonin86 said:
Hi zxc123coke,
i really appreciate your effort and your tutorial and please don't feel attacked by sentences like "your written english is horrible" !!!
Such statements are horrible in a technical forum - If there are any questions concerning possible misunderstandings they could be asked....
The most of us here are people who's native language isn't english so the way to deal with each other shoud be based on a kinder way ...
Enough of OffTopic
Could this tut also used for other ROMs to port ? Or is it so specialized that it could not be apllied ?
THX in advance
Rhonin
Click to expand...
Click to collapse
Yeah, similar for porting other roms. Even easier because you needn't do anything with updater-script and boot.img But i don't know what bugs will you get so you have to debug by yourself.
I really understand what you mean sir, for me it's simple to understand for port ROM haha
this tutorial is really useful :highfive:
Thank you for this guide! Might be helpful in my effort to port MIUI to the SGH-I727 Skyrocket.
For people asking, yes the guide (and there are MANY others available, also check Offical MIUI Dev Porting Team http://en.miui.com/forum-12-1.html) can be used as a reference when porting MIUI to other devices. I say reference because you cannot follow the same steps since your device will be different. The files needing editing and specifically what needs editing will be different.
askpcguy said:
Thank you for this guide! Might be helpful in my effort to port MIUI to the SGH-I727 Skyrocket.
For people asking, yes the guide (and there are MANY others available, also check Offical MIUI Dev Porting Team http://en.miui.com/forum-12-1.html) can be used as a reference when porting MIUI to other devices. I say reference because you cannot follow the same steps since your device will be different. The files needing editing and specifically what needs editing will be different.
Click to expand...
Click to collapse
This guide was MADE FOR i9001/i8150 ONLY.
As for Official Porting Team or others, they use MIUI patchROM project. But i didn't, i just tell people how to port a cyanogenmod base rom from i9000 to i9001/i8150. (yes, both miui i9000,i9001,i8150 are base on cyanogenmod). So it is unable for other devices i think.
Sir I'm success port MIUI from Galaxy S with this guide thanks again for you
Thanks zxc123coke

[ROM][4.4.240][UNOFFICIAL] CandyKat Rom

{
"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"
}
This is CandyKat. Built straight from CM source with commits from a variety of different Sources/ROMS. We wanted to give the users a fun, fully customizable ROM.We aim to add more features as this project progresses. We have also come up with the Candy Sweetener Pack. This is an Aroma installer that is full of delicious treats. Inspired by the CandyShop thread on XDA it has everything from glow dots to halo mods.
Check us out on the web @
The-Candy-Shop
@matthew0776
@mar5hal
@gimmeitorilltell
@BMP7777
@CyberScopes
@tattooboy
HERE​
Features:
HALO
Dark UI
Candy Sweetener
Custom Candy Images
Battery LED Customization
Customizable Quick Settings tiles
Custom Battery Icons
LockScreen Targets/Widgets
Disclaimer: We here at The CandyShop are not responsible for any bricks you may obtain. Please follow the thread rules and steps and everything will be gravy. Remember, backing up before flashing is always recommended. ​
Steps:
Download CandyKat.zip
Download Gapps (optional)
Place CandyKat.zip on phones memory or SD card
Boot into recovery (either twrp or cwm)
Full wipe (Dalvik Cache, Cache, System, Factory Data Reset)
Flash CandyKat.zip (and Gapps if desired)
Reboot and Enjoi
Changelog:
Code:
2/4/14
*initial release
CANDYKAT GALAXYSL
Last
CandyKat-4.4.240-UNOFFICIAL-galaxysl.zip - 184.71 MB
Fix-Enable_NavBar_H25_W21_L32-CandyKay-4.4.240.zip or Fix-add-navbar-all-device.zip
GApps- Thanks @BaNkS(I normally just flash the core)
Sweetner_Pack1_V1.0_HDPI.zip
Sweetner_Pack2_V1.0_HDPI.zip
​
Special thanks to CyanogenMod, SlimRoms, BeanStalk, AOKP and Paranoid Android for making their source open.
Sources:
CandyShop
CyanogenMod
SlimRoms
AOKP
BeanStalk
Paranoid Android​
How to install perfectly i9003​
If this is the first liver you use Odin only > Install Driver Samsung and reboot your computer (inclued in Full LF2 link)
If you change version android especialy GB to ICS/JB/KK > Format your SDexternal with SDformter https://www.sdcard.org/downloads/formatter_4/
Before flashing make a copy of your data and ESF​
Backup your EFS IMMEDIATELY. [Backup and Restore Guides]
With Odin 1.85 only !!!
Full LF2
PIT > latona_20110114.pit
[BOOTLOADER] only need come from froyo ! no need on GB ...
PDA > CODE_I9003DDLF2_CL1153545_REV08_user_low_ship.tar.md5
PHONE > MODEM_I9003DDLE1_REV_00_CL1149304.tar.md5
CSC > GT-I9003-MULTI-CSC-ODDLF2_RST.tar.md5
in bootanimation samsung sound Reset Odin and pull off batterie
With Odin 1.85 only !!!
DDMF1 in PDA
in bootanimation samsung sound Reset Odin and pull off batterie
With Odin 1.85 only !!!
CF Root DDMF1 in PDA
in bootanimation samsung sound Reset Odin and pull off batterie
Recovery VolUp+Home+Power (5 seconds)
Flash Rom x2* (first for repartitioning get new recovery > second flash rom)
Flash GApps- Thanks @BaNkS(I normally just flash the core)
First boot take time beer !!!
Reture recovery for Wiping cache and dalvik cache after setting google !!!
If already on JB or KK​
- wipe data factory reset
- mounts and storage > format system
- flash CandyKat
- flash GApps- Thanks @BaNkS(I normally just flash the core)
- wipe cache and dalvik cache
- enjoi
How to change modem​
Never flash MODEM with ODIN !!!
Open your firmware whit winrar for extract the modem.bin
Use root explorer for replace existing modem.bin located in root/radio
Reboot
@LoLaTiOn
Shoot.... Turn out quickly... Gonna test it
Sent from my GT-I9003 using xda app-developers app
Hi @LoLaTiOn
Just flashed the ROM with the gapps core only
The ROM is about to perfect but the tweaks wasn't there.. I think you should add those init.d script and any other else...
ROM was smooth in first time but when I install my apps I think its fine if there a seeder app
The official rom was in first release in initial support
The 2nd part or other part of rom called candy sweetener was getting errors in aroma and its error is set_perm error
That's all. checking other parts
Sent from my GT-I9003 using xda app-developers app
Hum OK i look into addons then i have free time for fix this
Yes no init.d menu in setting this is original source but i can make flash ZIP tweaks enabling if you want
You can also found this easy on xda
Sent from my GT-I9003 using xda app-developers app
@LoLaTiOn Sure you can create a ZIP for it...
As that ROM i discovered that its starting?
Their candy sweetener has error on their aroma script
(its beta? As i know... Tested on both 1 and 2 packs)
Sent from my GT-I9003 using xda app-developers app
No works for nexus devices
I think just need fix script for i9003 device
Sent from my GT-I9003 using xda app-developers app
True....
As that candy sweetener pack is in beta state
Sent from my GT-I9003 using xda app-developers app
if anyone can test this please i think i have fixed mount sdcard conflict
if good i want make v1 and v2 in one zip and fix size pics for hdpi
LoLaTiOn said:
if anyone can test this please i think i have fixed mount sdcard conflict
if good i want make v1 and v2 in one zip and fix size pics for hdpi
Click to expand...
Click to collapse
What up man..!!! Thanks for supporting Candy Kat very nice surprise... FYI the Sweetner Packs are made for All Nexus devices and HTC One... It doesn't surprise me about the install script. Sorry it's not compatible for ur device... But if u find the edit to make it work on this device...then PROPS! probaly won't need much but an edit of two. Pm me if u have an Q ... Keep up the good work...:thumbup:
Sent from my One using Tapatalk
matthew0776 said:
What up man..!!! Thanks for supporting Candy Kat very nice surprise... FYI the Sweetner Packs are made for All Nexus devices and HTC One... It doesn't surprise me about the install script. Sorry it's not compatible for ur device... But if u find the edit to make it work on this device...then PROPS! probaly won't need much but an edit of two. Pm me if u have an Q ... Keep up the good work...:thumbup:
Sent from my One using Tapatalk
Click to expand...
Click to collapse
hi bro you can just add this for make happy all device
Code:
#
# Updater-script
#
#########################Extracting System Files#########################
ifelse(is_mounted("/system") == "/system", unmount("/system"));
ifelse(is_mounted("/cache") == "/cache", unmount("/cache"));
ifelse(is_mounted("/data") == "/data", unmount("/data"));
[COLOR="DarkGreen"]ifelse(is_mounted("/storage/sdcard0") == "/storage/sdcard0", unmount("/storage/sdcard0"));[/COLOR]
ui_print("");
ui_print("@-- Writing Data & System");
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
[COLOR="DarkGreen"]run_program("/sbin/busybox","mount","/storage/sdcard0");[/COLOR]
keep our good job bro
LoLaTiOn said:
hi bro you can just add this for make happy all device
Code:
#
# Updater-script
#
#########################Extracting System Files#########################
ifelse(is_mounted("/system") == "/system", unmount("/system"));
ifelse(is_mounted("/cache") == "/cache", unmount("/cache"));
ifelse(is_mounted("/data") == "/data", unmount("/data"));
[COLOR="DarkGreen"]ifelse(is_mounted("/storage/sdcard0") == "/storage/sdcard0", unmount("/storage/sdcard0"));[/COLOR]
ui_print("");
ui_print("@-- Writing Data & System");
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
[COLOR="DarkGreen"]run_program("/sbin/busybox","mount","/storage/sdcard0");[/COLOR]
keep our good job bro
Click to expand...
Click to collapse
Thanks...can it be added to current..? Or does it have to be a separate aroma zip..?
Sent from my One using Tapatalk
this is just a two-line script that checks the sdcard and mounted so if you add this is a positive point for compatibility in the general section so all devices
I take oportunity of your passage for asking you if I can just resize some (icons) pictures for hdpi devices
it is almost too high 2x
then this finish you can post link for hdpi device if want (sharing sharing) ^^
LoLaTiOn said:
this is just a two-line script that checks the sdcard and mounted so if you add this is a positive point for compatibility in the general section so all device
I take your passage you asked if I can cut some pictures for hdpi devices
it is almost too high 2x
Click to expand...
Click to collapse
Yeah..lol we don't support under xhdpi...but if want to resize imgs for device. Its all good :thumbup:
Sent from my One using Tapatalk
Testing the new one candy sweetener zip
Sent from my Polaroid Tablet MID0738(Unpopular Development) using xda app-developers app
Pack1 ready for hdpi
LoLaTiOn said:
if anyone can test this please i think i have fixed mount sdcard conflict
if good i want make v1 and v2 in one zip and fix size pics for hdpi
Click to expand...
Click to collapse
Hi bro
After testing the new or modified candy sweetener zip
It has still errors on set_perm
Is there a method needed to flash this?(like mount system first?)
EDIT:Still in HDPI Version of Candy Sweetener has an error set_perm
Other icons is good enough..: D
The only prob left is that set_perm
Sent from my GT-I9003 using xda app-developers app
Pack2 ready
LoLaTiOn said:
Pack2 ready
Click to expand...
Click to collapse
Great job supporting hdpi devices! Now if we could get that script to work we'd be set. I have tried changing perms & using sdcard"0" in the rest of the script but still it won't flash correctly.
if you want enabling navbar for use Pack2 this is fix for enabling this
enjoy...

Categories

Resources