[TUT]DEODEX Stock ROM - Galaxy Y GT-S5360 General

{
"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"
}
First Lets know some Basic knowledge
about DEODEX/ODEX...
What is Odex and Deodex ROM
What is an ODEX file?
In Android file system, applications
come in packages with the
extension .apk.
These application packages, or APKs
contain certain .odex files whose
supposed function is to save space.
These ‘odex’ files are actually
collections of parts of an application
that are optimized before booting.
Doing so speeds up the boot process,
as it preloads part of an application.
On the other hand, it also makes
hacking those applications difficult
because a part of the coding has
already been extracted to another
location before execution.
What is an DEODEX file?
Deodexing is basically repackaging of
these APKs in a certain way, such
that they are reassembled into
classes.dex files.
By doing that, all pieces of an
application package are put together
back in one place, thus eliminating
the worry of a modified APK conflicting
with some separate odexed parts.
So, Deodexed ROMs (or APKs) have all
their application packages put back
together in one place,
allowing for easy modification such as
theming. Since no pieces of code are
coming from any external location,
custom ROMs or APKs are always
deodexed to ensure integrity.
How this works?
For the majority noobs amongst us,
Android OS uses a Java-based virtual
machine called the Dalvik Virtual
Machine.
A deodexed or .dex file contains the
cache used by this virtual machine
(referred to as Dalvik-cache) for a
program, and it is stored inside the
APK.
An .odex file, on the other hand, is an
optimized version of this same .
dex file that is stored next to the APK
as opposed to inside it.
Android applies this technique by
default to all the system applications.
When an Android-based system is
booting, the davlik cache for the
Davlik VM is built using these .odex
files, allowing the OS to learn in
advance what applications will be
loaded, and thus speeds up the
booting process.
By deodexing these APKs, a developer
actually puts the .odex files back
inside their respective APK packages.
Since all code is now contained within
the APK itself, it becomes possible to
modify any application package
without conflicting with the operating
system’s execution environment.
Advanteges & Disadvantages
The advantage of deodexing is in
modification possibilities.
This is most widely used in custom
ROMs and themes. A developer
building a custom ROM would almost
always choose to deodex the ROM
package first,
since that would not only allow him to
modify various APKs, but also leave
room for post-install theming.
On the other hand, since the .odex
files were supposed to quickly build
the dalvik cache, removing them
would mean longer initial boot times.
However, this is true only for the first
ever boot after deodexing, since the
cache would still get built over time as
applications are used.
Longer boot times may only be seen
again if the dalvik cache is wiped for
some reason.
Note:Themes for android come in
APKs too, and if you want to modify
any of those, you should always
choose a dedoexed custom ROM.
Click to expand...
Click to collapse
GUIDE TO DEODEX STOCK ROM
Java Development KIT(Download & Setup Guide)
ANDROID SDK
xUltimateV2.3.3(only this version is capable with samsung device)
1.Download android-sdk & extract it.
2.Copy sdk folder & paste it into
Code:
C:\Program Files\Android
3.Change name from SDK to
Android.sdk.
(inside folder look like this)
4.you need to flash stock firmware
first & Root your device.
5.Connect your phone to computer.
(Make sure you have select USB
debugging in
Settings>Applications>Development)
6.Download & extract xUltimate zip.
7.Launch Main.exe(Run as
administrator)
8.If everything goes well xUltimate
should recognize the phone and make
a connection.You now should see a
list of options.
9.Select option (1) pull /system/app.
Wait until it complete.
10.Select option (2)pull /system/
framework. Wait until it complete.
11..Then select option (3) Deodex /
system/app. Wait until it complete.
[If encounter any error. Find out
which .odex file is it. Then
remove .odex file from folder origi_
app in xUltimate folder]
(i found 5 errors so i attached that
app's deodex files below you just want
to paste in system/app when this
process complete)
12.Then select option (4)Deodex /
system/framework. Wait until it
complete.
13.DONE : your rom is now deodex.
Now Exit from xUltimate
Click to expand...
Click to collapse
Now there is another ways to install deodex files in device
\\ from Android.SDK
1.Put the phone in USB mass storage.
2.Go to xUltimate folder and copy
"done_frame", and "done_app", and
move them to the root of the sdcard.
3.Now get out from USB storage
mode.
4.Go to
Code:
C:\Program Files\Android\android.sdk
& open command promote there.
5.Enter following codes.
(if you are using adb shell in su for
the first time, keep phone screen on.
After entering "su" code, super user
request prompt in phone. Press
allow )
Code:
adb shell
su
stop
mount -o rw,remount /system/ /
system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/
framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /
system/
reboot
6.Now you have deodexed rom.
Click to expand...
Click to collapse
CREDIT: j.posarekar70

In the step system/ cmd says permission denied, help!

SMOKERBUNNY said:
In the step system/ cmd says permission denied, help!
Click to expand...
Click to collapse
your device (if jellybean)
Code:
Setting > developer option >
root access > set to Apps &
adb
connect to pc & give another
try

TheDeath1803 said:
wow
it so complex
I'll try
thanks
Click to expand...
Click to collapse
try n reply....

TheDeath1803 said:
i have try and it success
again
tks
Click to expand...
Click to collapse
o nice...welcome dude

imElectronica said:
o nice...welcome dude
Click to expand...
Click to collapse
no no, its not jelly bean, its gingerbread and yes i have debug mode, its logical, but as I got all the phone previously??
with that command gives that answer and I've tried hundreds of times.
And FORGIVE AS TALK OF JELLY BEAN IN A FORUM S5360? THERE EVEN KNOW THAT FOR THIS PHONE AND THIS IS SUPPOSED TO OFFICIAL STOCK NO? AND IN SECTION ONLY S5360 so here CLEARLY CAN BE TALKING GINGERBREAD

SMOKERBUNNY said:
no no, its not jelly bean, its gingerbread and yes i have debug mode, its logical, but as I got all the phone previously??
with that command gives that answer and I've tried hundreds of times.
And FORGIVE AS TALK OF JELLY BEAN IN A FORUM S5360? THERE EVEN KNOW THAT FOR THIS PHONE AND THIS IS SUPPOSED TO OFFICIAL STOCK NO? AND IN SECTION ONLY S5360 so here CLEARLY CAN BE TALKING GINGERBREAD
Click to expand...
Click to collapse
I think you r talking about Jellybean....

anyone help? system/ command says: permission denied

SMOKERBUNNY said:
anyone help? system/ command says: permission denied
Click to expand...
Click to collapse
Don't connect to the internet.. but turn on usb tethering... my sister's phone won't get connected as you said. I turned on usb tethering simply and it worked for me.. just try it and tell me...
Sent from my Celkon A97i using xda app-developers app
---------- Post added at 07:06 PM ---------- Previous post was at 07:04 PM ----------
SMOKERBUNNY said:
anyone help? system/ command says: permission denied
Click to expand...
Click to collapse
I recommend you to use apk changer.. its a nice tool works with command prompt.. it is actually built for modifying apk.. but it has option to deodex your rom automatically..but has some options to pull the files from your phone with some clicks... very easy to use..
If you have root access surely it'll work.. and tell something about your phone partition.. if you don't provide the correct path to the source file also it will fail...
Sent from my Celkon A97i using xda app-developers app

SMOKERBUNNY said:
no no, its not jelly bean, its gingerbread and yes i have debug mode, its logical, but as I got all the phone previously??
with that command gives that answer and I've tried hundreds of times.
And FORGIVE AS TALK OF JELLY BEAN IN A FORUM S5360? THERE EVEN KNOW THAT FOR THIS PHONE AND THIS IS SUPPOSED TO OFFICIAL STOCK NO? AND IN SECTION ONLY S5360 so here CLEARLY CAN BE TALKING GINGERBREAD
Click to expand...
Click to collapse
praderj said:
Don't connect to the internet.. but turn on usb tethering... my sister's phone won't get connected as you said. I turned on usb tethering simply and it worked for me.. just try it and tell me...
Sent from my Celkon A97i using xda app-developers app
---------- Post added at 07:06 PM ---------- Previous post was at 07:04 PM ----------
I recommend you to use apk changer.. its a nice tool works with command prompt.. it is actually built for modifying apk.. but it has option to deodex your rom automatically..but has some options to pull the files from your phone with some clicks... very easy to use..
If you have root access surely it'll work.. and tell something about your phone partition.. if you don't provide the correct path to the source file also it will fail...
Sent from my Celkon A97i using xda app-developers app
Click to expand...
Click to collapse
ok, proves with what I have you recommended, it is strange That Work with tethering usb only but to try ... That it is not. I will also try apkchanguer, but I have miss exactly what it says in this Tutorial and Already had extracted all the files system and framework and Already had deodex, the problem is to re-insert all the phone.

SMOKERBUNNY said:
ok, proves with what I have you recommended, it is strange that only work with tethering usbpero to try ... that it is not. I will also try apkchanguer, but I have miss esactamente what it says in this tutorial and had already extracted all the files system and framework and already had deodex, the problem is to re-insert all the phone.
Click to expand...
Click to collapse
Hello friend..
Apk changer has an option to push back the deodexed apk.. I've done it once.. if you want I can make you a cwm update.zip file just transfer your apks to the specified folder..then flash it.. you don't need to apply commands.. easy right.. now give me your partition details...I'll write an updater script for you...
Sent from my Celkon A97i using xda app-developers app

i go to try and post results,
sorry my bad english

praderj said:
Hello friend..
Apk changer has an option to push back the deodexed apk.. I've done it once.. if you want I can make you a cwm update.zip file just transfer your apks to the specified folder..then flash it.. you don't need to apply commands.. easy right.. now give me your partition details...I'll write an updater script for you...
Sent from my Celkon A97i using xda app-developers app
Click to expand...
Click to collapse
i try apkchanguer and not have to pull apks to my phone.

SMOKERBUNNY said:
i try apkchanguer and not have to pull apks to my phone.
Click to expand...
Click to collapse
Hello friend.. if you give your partition details I'll make you a clockworkmod zip.. you can install from recovery with ease.. if yoj need send me the details like phone model. Processor type.. partition type.. in pm...
Sent from my Celkon A97i

praderj said:
Hello friend.. if you give your partition details I'll make you a clockworkmod zip.. you can install from recovery with ease.. if yoj need send me the details like phone model. Processor type.. partition type.. in pm...
Sent from my Celkon A97i
Click to expand...
Click to collapse
ok only i can say i have samsung galaxy Young s5369 is exactly s5360 but mine is exclusively of vodafone. My stock rom is Bumb1 and wherei can see you need to see partition type

SMOKERBUNNY said:
ok only i can say i have samsung galaxy Young s5369 is exactly s5360 but mine is exclusively of vodafone. My stock rom is Bumb1 and wherei can see you need to see partition type
Click to expand...
Click to collapse
Here is the update zip bro..
http://www.mediafire.com/?8u4rrp0f1gdm47p
Unpack the zip.. copy your app folder to /system/app in the zip and the framework to the framework folder.. then pack it. Install via cwm.. script needs busybox installed on your phone.. custom recovery will have busybox already...
Do a complete back up before installing... change the update binary from one of your update files. Co the binary included is meant for mt devices..
Don't forget to hit thanks..
Sent from my Celkon A97i

praderj said:
Here is the update zip bro..
http://www.mediafire.com/?8u4rrp0f1gdm47p
Unpack the zip.. copy your app folder to /system/app in the zip and the framework to the framework folder.. then pack it. Install via cwm.. script needs busybox installed on your phone.. custom recovery will have busybox already...
Do a complete back up before installing... change the update binary from one of your update files. Co the binary included is meant for mt devices..
Don't forget to hit thanks..
Sent from my Celkon A97i
Click to expand...
Click to collapse
yeeeeaaa thanks for all man

SMOKERBUNNY said:
yeeeeaaa thanks for all man
Click to expand...
Click to collapse
Does it worked for you.. and don't need to say thanks.. you can just hit thanks button. That's enough for me...
Sent from my Celkon A97i

praderj said:
Does it worked for you.. and don't need to say thanks.. you can just hit thanks button. That's enough for me...
Sent from my Celkon A97i
Click to expand...
Click to collapse
ok, but i have a problem with your flashable zip, i put my update-binary and cwm says me status 6 error

SMOKERBUNNY said:
ok, but i have a problem with your flashable zip, i put my update-binary and cwm says me status 6 error
Click to expand...
Click to collapse
simply use the update binary which i gave.. Check weather it worked..

Related

[GUIDE] Restoring Swype the Easy Way

This post DOES NOT CONTAIN SWYPE BINARIES, and presumes that you have backed up your original Swype.apk and libSwypeCore.so files. If you forgot to, you can get them by doing an unyaffs on the system.img from any of your nandroid backups that would contain swype, or the G2's PC10IMG.zip, and extracting the files from system/lib/libSwypeCore.so and system/app/Swype.apk.
You can also check this post for other methods of attaining your old Swype files: http://forum.xda-developers.com/showthread.php?t=841603
DO NOT USE THIS ARCHIVE WITHOUT FIRST ADDING THE SWYPE FILES. BAD THINGS MAY HAPPEN. I'M NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR PHONE EITHER WAY.
TO RESTORE THE SWYPE FILES FROM A NANDROID BACKUP:
See this post http://forum.xda-developers.com/showthread.php?t=835971 for the original PC10IMG.zip file that should theorietically also contain it - though I have not yet figured out how to extract files from its system.img
1. Locate your nandroid backup that you know you made when you had Swype​2. Find the system.img in the nandroid backup (probably in /sdcard/ClockworkMod/backup/)​3. Open an adb shell and execute the following:
mkdir /sdcard/system
cp /sdcard/ClockworkMod/backup/YOUR-BACKUP-NAME/system.img /sdcard/system/
cd /sdcard/system
unyaffs system.img​4. Mount your sdcard on your PC and navigate to the system/app folder and copy Swype.apk to your desktop​5. Navigate to the system/lib folder and copy libSwypeCore.so to your desktop​You can now safely delete the system folder on your sdcard (it's taking up a lot of space).​
Now you should have Swype.apk and libSwypeCore.so ready to go.
Once you get those files, you're ready to create the update zip:
1. Download the FixSwype.zip attached to the bottom of this thread, and edit it with your favorite archive editor (I prefer 7-Zip, because it's open-source and fully-featured).
You should see:
system
META-INF​
2. Browse to the system/app directory, and paste in your Swype.apk
then, go back up to the system/lib directory, and paste in the libSwypeCore.so​
3. Move the new FixSwype.zip to your SD Card, either via mounting it on your PC and manually copying it, or by "adb push FixSwype.zip /sdcard/"​
4. Reboot to recovery. Navigate to "apply zip from sdcard" or equivalent function, and select your FixSwype.zip.​5. You're done! Reboot the phone, go to Settings, Language & keyboard, and check "Swype". Enjoy! You now have a permanent Swype-restoring patch.​
Of course, you'll have to re-run this process any time you install a new ROM, as the new ROM will overwrite your existing /system partition, where Swype lives.
So, whenever you install a new rom just...
1. apply the new ROM's .zip file
2. apply the FixSwype.zip file
wash, rinse, repeat!​
Want to buy me a beer? Click here!
There's not really any need for this if you're using CM. Once you have Swype on your phone, create a file in /system/etc/ called custom_backup_list.txt. Each line in the file should be the path to a file that you want preserved when you flash a new version, with the leading /system/ removed. So, for swype, your /system/etc/custom_backup_list.txt would have:
app/Swype.apk
lib/libSwypeCore.so
(I also added app/Quickoffice.apk, along with the modified files for the fixed keymap.)
Once you have this file in place, Swype (and whatever else you list) will be preserved automatically for you every time you flash a new CM.
itp said:
There's not really any need for this if you're using CM. Once you have Swype on your phone, create a file in /system/etc/ called custom_backup_list.txt. ...
Click to expand...
Click to collapse
itp,
This is really good info to have! Thanks. I've heard rumors (unconfirmed by myself) that Rom Manager does not honor this file, so I'll leave my post up for the time being, for people who may find it useful or don't feel comfortable playing in /system.
how do i do a unyaffs on my stock backup rom so i can get the swype keyboard back? Also does this work on virtuous roms?
hate to break your heart, but the easier-est way is already made just by 3 clicks in an apk.
http://forum.xda-developers.com/showthread.php?t=841603
just download the apk in the link of mediafire through your phone or from computer move it to your sd card.
use a file manager/browser to locate and install the file.
open, look for the swype which it only shows that file...click and it will do the rest for you by itself.
oh and make sure you check it in the keyboard settings and uncheck any other keyboards you might have installed.
mbergh22 said:
how do i do a unyaffs on my stock backup rom so i can get the swype keyboard back? Also does this work on virtuous roms?
Click to expand...
Click to collapse
I just now updated the post above with directions for this. Oh, and yes it should work for any/all ROMs.
GunToYoMouth123 said:
hate to break your heart, but the easier-est way is already made just by 3 clicks in an apk.
http://forum.xda-developers.com/showthread.php?t=841603
Click to expand...
Click to collapse
Neat...I had seen that post before but not since it was updated with the apk. Cool.
does that apk work with virtuous roms? and which unayffs file do i download and where do i store it?
unyaffs is a command that is built in to Android
It says unyaffs not found
Sent from my HTC Vision using XDA App
mbergh22 said:
It says unyaffs not found
Click to expand...
Click to collapse
Hmm, make sure you're spelling it right... otherwise, not sure. It's possible (but unlikely) the ROM you're using doesn't include it. It's definitely in cyanogenmod...
Edit: here's a screenshot of when I used it...
{
"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"
}
From what I remember, unyaffs will not work on Mac. Are you on a Mac?
rraxda said:
From what I remember, unyaffs will not work on Mac. Are you on a Mac?
Click to expand...
Click to collapse
Nope windows 7 and I have even tried it through the terminal on my phone. I am using the latest virtuous rom.
rraxda said:
From what I remember, unyaffs will not work on Mac. Are you on a Mac?
Click to expand...
Click to collapse
This command is executed on the phone, not on the computer, so it wouldn't matter if it's Mac, Windows, Linux, BSD, etc...
mbergh22 said:
does that apk work with virtuous roms? and which unayffs file do i download and where do i store it?
Click to expand...
Click to collapse
Unfortunetly the apk i sent doesn't work for sense roms,you should ask the original poster . I tried on sense roms, and it says no swype found in back-up file. But for cm and froyo roms,it does work.
Sent from my HTC Vision using XDA App
Weaseal said:
This command is executed on the phone, not on the computer, so it wouldn't matter if it's Mac, Windows, Linux, BSD, etc...
Click to expand...
Click to collapse
Weaseal said:
Open an adb shell and execute the following:
mkdir /sdcard/system
cp /sdcard/ClockworkMod/backup/YOUR-BACKUP-NAME/system.img /sdcard/system/
cd /sdcard/system
unyaffs system.img[/INDENT]
Click to expand...
Click to collapse
My bad... I thought that when you said "open an adb shell" you were speaking of running adb shell from cmd? Is that wrong?

[MOD][ICS][Development]Karbonn A18 4.0.3

Hello Guys i made this post for the karbonn a18 owners for some mods and upgrade any way till now i tried Google Now for this device.More would be coming,if you got an types of the mods just reply i will paste the link here
1.Google Now For Karbonn A18
You need about 60mb free space in your system folder.
Here is the full guide to install Google now for this device without having any custom rom or any recovery and its simple
First you would need root explore you can search it on google an get it for free or you can take any other root file manager and make sure superuser is installed. The file to be downloaded (Google Now) Link.http://www.mediafire.com/?5bpbla2pj260c3n
Ok after you install the files which i told to download follow these steps.
1.Unzip the .zip file which i given to you and copy paste it to your sdcard in an folder
2.Install and Open the root explore or any other root explore if you want.
{
"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.After that click at Mount R/O which is written at up
4.Next go to the folder where you extracted the files.(for root explore guys mnt>select sdcard for internal or sdcard2 for extrenal) and then first go to usr>srec>and copy both config and en-US folder.(for root explorejust press menu and select multiselect)
5.Now just got to system>usr>srec and paste there these two folder.
It will be like this
6.now copy the lib folder from the sdcard and paste it into system it will promote just click merge.
7.IMPORTANT THING:After these step go to system>app and now search for GoogleOuickSearchBox.apk and rename it as GoogleOuickSearchBox.apk.bak you need to do this it is the main part.
7.Ok the last thing is left is velvet.apk and googletts.apk install them both.
8.After that Power Off your phone and then again power on and then try to run google now and enjoy !!!
If you got any question just reply here
the velvet.apk file is made by cajunflavoredbob and for updates of the apk please visit his post.
I am trying to make more mods for this device and the latest i am trying to build is clockworkmod recovery so be updated and reply if you got any thing new for this phones
Unknown Info Of This Device
1.This Phone is already rooted all you need is download superuser
2.You can take an screenshot without installing any software just press and hold power button + volume down button.
3.There is an Android Recovery System installed in this device to see that power off the phone and then hold power button and volume down button and then use the volume button to go up and down and home button to select and menu button to go back.
That's all i know on this phone just post reply and i add more unknown info here
you did it without deodexing?
google now op says rom must be deodexed!!
jainkashish96 said:
you did it without deodexing?
google now op says rom must be deodexed!!
Click to expand...
Click to collapse
No we can also do without that only stuff you need is ics rom and armv7 processor and it will work without flashing.Anyway i dont know about other phones but in karbonn a18 google now is working
battery icon changer
Mahesh90901 said:
No we can also do without that only stuff you need is ics rom and armv7 processor and it will work without flashing.Anyway i dont know about other phones but in karbonn a18 google now is working
Click to expand...
Click to collapse
i am trying to change the stock battery icon.
what will happen if i change it and if it doesnt work?
i have backup of systemui.apk
can you tell me?
just backup systemui.apk and framework-res.apk and then u can try!
if anything happens you can always replace with original files!!
btw you can try rom-toolbox pro as well
Velvet.apk does not install
Tried to install velvet.apk but it again and again asks me to replace system application. I guess after changing the name of the file this should not happen, right? Any idea what could be wrong?
Okay it asks me to use a different name when i try changing the name!
sahil kaul said:
Tried to install velvet.apk but it again and again asks me to replace system application. I guess after changing the name of the file this should not happen, right? Any idea what could be wrong?
Okay it asks me to use a different name when i try changing the name!
Click to expand...
Click to collapse
dont install it like any other apk!
paste it in system/app after renaming/deleting the original googlequicksearchbox.apk (which is also found in system/app)
then set permissions!
sahil kaul said:
Tried to install velvet.apk but it again and again asks me to replace system application. I guess after changing the name of the file this should not happen, right? Any idea what could be wrong?
Okay it asks me to use a different name when i try changing the name!
Click to expand...
Click to collapse
Please see the 7th step carefully first you need to change first google search.apk to.apk.bak then try to install the velvet.apk
Just See Seventh Step
Sent from my Karbonn_A18 using xda app-developers app
jainkashish96 said:
dont install it like any other apk!
paste it in system/app after renaming/deleting the original googlequicksearchbox.apk (which is also found in system/app)
then set permissions!
Click to expand...
Click to collapse
No you dont need to do that in this device just rename that googlequicksearchbox.apk with adding .bak at last of the .apk extension and it will work ^^
The steps u told is for armv6 device
Sent from my Karbonn_A18 using xda app-developers app
in recovery,i am getting this error.
E: signature veification failed
install aborted
@ mahesh, we need cwm as soon as possible bro.
Thank you Very Much
I Bought this set yesterday itself and got myself doing the same thing i used to do for a year or so! That is Fiddle with the Boys Toy...
Anyways i Followed this step by step, but somehow the permissions were not staying set.. Then i thought of restarting the phone and Voila the APK got installed! Thank you very much for giving a sneak peak of JB to me! I lost my Nexus s just before JB was announced and since then i was literally frustrated! But all is well for now and sorry for this long and meaning less post! http://forum.xda-developers.com/images/smilies/laugh.gif
Pritesh.mohan said:
in recovery,i am getting this error.
E: signature veification failed
install aborted
@ mahesh, we need cwm as soon as possible bro.
Click to expand...
Click to collapse
Follow the steps
dont install the zip file from recovery it wont work in this mobile.
About the cwm i need to find the drivers of this mobile and it will take time for me cause i need to study go to school and do homeworks any way i try to do my best
Sent from my Karbonn_A18 using xda app-developers app
@mahesh : I was trying to install Google Now following your method. Copied all the files in the specified location and also renamed search.apk to apk.bak, but was not able to install velvet.apk. So restarted the phone and now its directly opening the recovery mod. dont have any backup of the ROM. Can you please help me out???
Mahesh90901 said:
No you dont need to do that in this device just rename that googlequicksearchbox.apk with adding .bak at last of the .apk extension and it will work ^^
The steps u told is for armv6 device
Sent from my Karbonn_A18 using xda app-developers app
Click to expand...
Click to collapse
oops!
sorry!
but in my phone, i did like that only!
mayb it's not necessary in armv7 devices!
Mahesh90901 said:
Follow the steps
dont install the zip file from recovery it wont work in this mobile.
About the cwm i need to find the drivers of this mobile and it will take time for me cause i need to study go to school and do homeworks any way i try to do my best
Sent from my Karbonn_A18 using xda app-developers app
Click to expand...
Click to collapse
100% tested,won' brick the phone.
Pre Reqs-
Firstly install ADB Drivers with help of this post-(URL COPY AND PASTE)
thespicygadgematics.com/2012/05/easily-quickly-install-android-adb.html
After You have finished installing ADB move forward-
-Download the Zip(URL COPY AND PASTE)
doc-0o-b0-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/118qm601djttv0sdqau0i3eiqb5bb0dl/1348372800000/16034108961783736367/*/0B7ly9C0AiAYyWEhVQzEtdG9ZeDg?e=download
-Disconnect your phone if already connected to pc
- Download Karbonn A18 phone drivers + ROOTtool zip archive and unrarchive directory on your Computer desktop
- Take your phone and Set USB DEBUGING "ON" in parameters + Set SIM CARD PIN as "OFF" in the security parameters
- Shut down your phone + take out the battery
- Plug phone to computer with USB cable and put battery back
- Windows will find an "Android Phone Preload" and ask you if you want to automatically install drivers, select manual installation and find the drivers in the directory "Karbonn A18" on your desktop.
- When drivers installation succed, UNPLUG the phone and TURN IT ON
- Keep your phone ON and connect it again to your Computer
Run "TPSparkyRoot.bat" file from directory "ROOTtool"
- For every message wich ask you to "click to continue", LET THE PHONE COMPLETELY RESTART ,READ carefully LET THE PHONE COMPLETELY RESTART BEFORE PRESSING CONTINUE
-Process will ask you 3 TIMES and the phone will restart 3 TIMES
After 3rd restart phone is ucessfully rooted.Enjoy
You can check the root with help of Root Checker app from Play Store
this is for rooting, but you can have adb drivers..
modify it and use it.
hit thanx if i helped you...
Pritesh.mohan said:
100% tested,won' brick the phone.
Pre Reqs-
Firstly install ADB Drivers with help of this post-(URL COPY AND PASTE)
thespicygadgematics.com/2012/05/easily-quickly-install-android-adb.html
After You have finished installing ADB move forward-
-Download the Zip(URL COPY AND PASTE)
doc-0o-b0-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/118qm601djttv0sdqau0i3eiqb5bb0dl/1348372800000/16034108961783736367/*/0B7ly9C0AiAYyWEhVQzEtdG9ZeDg?e=download
-Disconnect your phone if already connected to pc
- Download Karbonn A18 phone drivers + ROOTtool zip archive and unrarchive directory on your Computer desktop
- Take your phone and Set USB DEBUGING "ON" in parameters + Set SIM CARD PIN as "OFF" in the security parameters
- Shut down your phone + take out the battery
- Plug phone to computer with USB cable and put battery back
- Windows will find an "Android Phone Preload" and ask you if you want to automatically install drivers, select manual installation and find the drivers in the directory "Karbonn A18" on your desktop.
- When drivers installation succed, UNPLUG the phone and TURN IT ON
- Keep your phone ON and connect it again to your Computer
Run "TPSparkyRoot.bat" file from directory "ROOTtool"
- For every message wich ask you to "click to continue", LET THE PHONE COMPLETELY RESTART ,READ carefully LET THE PHONE COMPLETELY RESTART BEFORE PRESSING CONTINUE
-Process will ask you 3 TIMES and the phone will restart 3 TIMES
After 3rd restart phone is ucessfully rooted.Enjoy
You can check the root with help of Root Checker app from Play Store
this is for rooting, but you can have adb drivers..
modify it and use it.
hit thanx if i helped you...
Click to expand...
Click to collapse
Karbonn A18 is already rooted from the factory pack so i dont think anyone will try thqr
Sent from my Karbonn_A18 using xda app-developers app
A18 is pre-rooted
Karbonn A18 is pre-rooted, you just need to install Super User from Google Play.
Mahesh90901 said:
Karbonn A18 is already rooted from the factory pack so i dont think anyone will try thqr
Sent from my Karbonn_A18 using xda app-developers app
Click to expand...
Click to collapse
i know that its for rooting.
you want adb,so this method will also install drivers for the device.
thats what i am trying to say.
i know that the phone is rooted.
i am not stupid.
try and read the whole post next time.
no face unlock?
i was just hanging around with my a18 and found that there was no face unlock option!!!
is it me only or you are also not finding the same?
any ideas??
hey guys...
hi.....i too own a karbonn a18...nd ill have to say that its a great device for such price........
one thing i want to share is that if you guys want to increase your battery life on ur phone.....install the app setcpu...nd then set profiles(eg. det processor at 500mhz when screen is off).....etc.....it does increase your battery life significantly......
any questions are welcomed......
Thakursaab......

[GUIDE][LB] Root Jelly Bean 4.1.2 | Make ZIP from FTF [WORKING]

This is a simple guide to make a pre-rooted firmware and then use it.
What you need:
- A device with a rooted ICS and a recovery as well.
- A PC with flashtool installed.
- A Jelly Bean ftf.
- WinRAR or similar software.
- Patience.
What do you do:
Assuming you have enough requirements, lets begin!
0. In Case you haven't, flash stock ICS, root it and then install CWM.
How to make a prerooted zip
1. Open the JB ftf file with WinRAR.
2. Extract the system.sin file.
3. Open flashtool. Go to tools>sin editor and extract the [system.sin] file. You'll get an .ext4 file.
4. Extract the contents from the .ext4 file to a folder named system
using any of this. I prefer Linux Reader.
5. Add root to the folder. Download the attached root.rar file.
Copy the contents of SuperSU or Superuser to the folder you've made.
6. Create a zip file.
7. Copy the system folder into the zip file.
8. Download, extract and copy the attached META-INF.zip
9. Now you have a flashable prerooted zip.
0. Download prerooted firmware from the second post
or make one of your own by the guide above.
1. Copy the prerooted zip on your SDcard.
2. Now, boot into CWM on your device.
3. Wipe Dalvik Cache.
4. Go to mounts and storage and format system.
5. Now flash the zip but do not reboot.
6. On PC, go to flashtool and using flashmode select the JB ftf.
7. Check Exclude System (Put a tick mark on it).
8. Uncheck wipe data (ONLY IF YOU NEED IT)
9. Now flash it on your device.
10. Let it boot and now you have your rooted Jelly Bean fw!
Click to expand...
Click to collapse
New Meta-INF uploaded!
Check out second post for a visual instruction (screenshots)
TO-DO
- Make a better tutorial with Pictures and Screenshots DONE
- Upload prerooted zip for
Xperia S : Done
Xperia SL : You can use the same as Xperia S as the kernel remains of your device, you'll get 1.7GHz
Xperia Ion : Pending due to release
Xperia Acro S : DONE
Click to expand...
Click to collapse
Click Thanks if I helped​
At first READ the Instruction and then follow the Visual Instruction
{
"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"
}
Pre-rooted firmwares
Xperia S: http://forum.xda-developers.com/showthread.php?t=2302631
Xperia Acro S:http://forum.xda-developers.com/showthread.php?p=42082368
http://forum.xda-developers.com/showthread.php?p=42083758​
ARNOB said:
This is a simple guide to make a pre-rooted firmware and then use it.
What you need:
- A device with a rooted ICS and a recovery as well.
- A PC with flashtool installed.
- A Jelly Bean ftf.
- WinRAR or similar software.
- Patience.
What do you do:
Assuming you have enough requirements, lets begin!
TO-DO
- Make a better tutorial with Pictures and Screenshots​
Click to expand...
Click to collapse
Sorry could you show me how to extract system.ext4 by using lunix reader?
Thx
Drive > Mount > System.ext4 > Save
I hope you get it
ARNOB said:
Drive > Mount > System.ext4 > Save
I hope you get it
Click to expand...
Click to collapse
i really need a step by step pictured guide, or a video please.
---------- Post added at 02:02 PM ---------- Previous post was at 01:50 PM ----------
ARNOB said:
Drive > Mount > System.ext4 > Save
I hope you get it
Click to expand...
Click to collapse
when in CWM, how can i flash the device with flash toot?, may i have to switch it off?
ARNOB said:
Drive > Mount > System.ext4 > Save
I hope you get it
Click to expand...
Click to collapse
Ok i got it thank you!
failed in flashing system.zip, maybe somethings wrong with my CWM, it doesn't any sign of success or fail while flashing.
i'm really confusing
mrkidvn said:
i really need a step by step pictured guide, or a video please.
when in CWM, how can i flash the device with flash toot?, may i have to switch it off?
Click to expand...
Click to collapse
Pictured guide updated.
Use reboot option in CWM and connect immediately in flashmode (hold vol down button and plug in USB)
mrkidvn said:
failed in flashing system.zip, maybe somethings wrong with my CWM, it doesn't any sign of success or fail while flashing.
i'm really confusing
Click to expand...
Click to collapse
Can you flash other zips? Try reinstalling CWM.
Is the META-INF perfect? I haven't tried it yet.
error 7
I have tried this method to pre root the world generic ftf, after I have formatted system and try and install the pre root zip file it always ends in an error 7, have you got any tips on how to solve this.
this is what i see
symlink: some symlinks failed
E:Error in /sdcard/rootjb.zip
(status 7)
Installation aborted
dazjp71 said:
I have tried this method to pre root the world generic ftf, after I have formatted system and try and install the pre root zip file it always ends in an error 7, have you got any tips on how to solve this.
this is what i see
symlink: some symlinks failed
E:Error in /sdcard/rootjb.zip
(status 7)
Installation aborted
Click to expand...
Click to collapse
Mount system from CWM and then try again.
If that does not work, replace the updater-script (META-INF) with the one attached here now.
If that still doesnot work, try copying the META-INF folder from a custom ROM of your device.
ARNOB said:
Mount system from CWM and then try again.
If that does not work, replace the updater-script (META-INF) with the one attached here now.
If that still doesnot work, try copying the META-INF folder from a custom ROM of your device.
Click to expand...
Click to collapse
Thanks but that failed as well
i think i will wait for another root method
dazjp71 said:
Thanks but that failed as well
Click to expand...
Click to collapse
What did you try? Can you give some more details as in your device and ROM?
ARNOB said:
What did you try? Can you give some more details as in your device and ROM?
Click to expand...
Click to collapse
I am trying to preroot the generic world ftf for jb on xperis s on .45, and as I was typing I was installing an updated rom.zip but the same thing happened, I have used the files from the first post.
I am using CWM based recovery v6.0.3.2 and eroot
My mobi is also generic world, unlocked bootloader
---------- Post added at 12:42 PM ---------- Previous post was at 12:15 PM ----------
dazjp71 said:
I am trying to preroot the generic world ftf for jb on xperis s on .45, and as I was typing I was installing an updated rom.zip but the same thing happened, I have used the files from the first post.
I am using CWM based recovery v6.0.3.2 and eroot
My mobi is also generic world, unlocked bootloader
Click to expand...
Click to collapse
ok one more update, the rom.zip kept failing but when I rebooted the phone it loaded jelly bean, I checked and it is fully rooted, I then turned it off and completed the flashtool step.
So now I have a rooted xperia s running jelly bean, thanks for the help and tutorial mate.
here is ZIP file for Acro S..JB with SU
http://hugefiles.net/d11n4vvaz65v
dazjp71 said:
I am trying to preroot the generic world ftf for jb on xperis s on .45, and as I was typing I was installing an updated rom.zip but the same thing happened, I have used the files from the first post.ok one more update, the rom.zip kept failing but when I rebooted the phone it loaded jelly bean, I checked and it is fully rooted, I then turned it off and completed the flashtool step.
So now I have a rooted xperia s running jelly bean, thanks for the help and tutorial mate.
Click to expand...
Click to collapse
So basically the zip actually flashes but there is a problem with CWM, right?
deanz93 said:
here is ZIP file for Acro S..JB with SU
http://hugefiles.net/d11n4vvaz65v
Click to expand...
Click to collapse
Thanks, I'll add your post to the OP
Posted by Sony Xperia™ Ion via xda-premium
ARNOB said:
So basically the zip actually flashes but there is a problem with CWM, right?
Click to expand...
Click to collapse
Yup I think so, I had to finally unlock my bootloader as well just to be able to keep flashing ICS, I also tried different versions of CWM but nothing worked until after I sorted the folder structure in the rom.zip, when I tried it again it installed for about 3 minutes before failing, instead of the 20 seconds it took before.
FIXED
This is pre-rooted system for Acro S JB (SuperSU)
Code:
nqhuy90 said:
This is pre-rooted system for Acro S JB (SuperSU)
Code:
http://d-h.st/ori
or
AcroS_JB_PreRooted_huynq.net.zip (465.0 MB)
https://mega.co.nz/#!wlg3RQCL!P5fPRgIYRJFgG2wEn1Yt70RbiDxhBR1zBBRnAqFxs9E
or
http://www.fshare.vn/file/HWXU5MVUKU/
Click to expand...
Click to collapse
worldwide region?
deanz93 said:
worldwide region?
Click to expand...
Click to collapse
I think so:
See instruction from ARNOB
http://forum.xda-developers.com/showpost.php?p=42083917&postcount=340

[TUTORIAL] ROOTING!!! Huawei Ascend P1 U9200 (B315 EmotionUI 1.5 JB v4.1.1)

Rooting Ascend P1 U9200 B315 EUI1.5 JB v4.1.1
----------------------------------------------------------------------------
Anyone wanting to root there Ascend P1 U9200 phone after the new firmware update, here are the files, and info you need, to do so...
First off, plug UR phone in switch it on and let Windows search for the driver, Then click "Let me choose..." or "browse for it..." or similar. Then select "Let me choose which driver to install", then click "list of drivers" or similar, Then click the one near the top that has adb or similar in the title, it don't matter if you choose the wrong one, it just means it wont connect and you'll have to redo this part again and pick a different driver.
Remember!! You MUST run these commands as Administrator.
1. Download the files below, extract them to a folder, preferably one without any spaces in the path, i.e.. C:\U9200Root\ should do perfect.
3. Right Click the "Click-To-Root-U9200.bat" file and under compatibility options click run as administrator or the like.
4. Run (Double Click) the Click-To-Root-U9200.bat (As Administrator!) (or right-click then, "run as administrator...")
4. Reboot your fone and click yes on your fone to install SuperUser.
that's it, your rooted
for those wanting to do the commands there self...
1. Download & extract the files to C:\U9200Root\
2. In the CLI type: "C:\U9200Root\adb reboot bootloader"
3. Then "boot TWRP.img"
4. Then Restart your fone and choose yes to install SuperUser
PS if you've not got much space left in your system partition you may have to delete something from /system/app/ to make space for the SuperUser files.
REMEMBER the space reported on your fone by android is the space on your data partition/memory & sd card and not the system partition!
You can check how much system data etc space you have left from terminal if u have it installed, or on the TWRP recovery which you will have just installed.To do this, Reboot the fone holding the Vol. Up Button, click on advanced then terminal then type "df -h" without quotes if system partition is less than say 10-20mb free then delete maybe, uneeded languages?, chrome.apk?, GSM_Maps.apk? or the like, then reinstall them to the /data/app part later. Since many of these apks get updated and the old ones left undeleted in /system/app/ anyways, I always move the system apks updates from /data/app to /system/app/, makes things a lot tidier and saves a lot of space both in /data/app and /system by not having two of every apk file youve ever updated just remember to copy the libs to /system/lib(s)
Anyways hope I helped someone with this...
cheers John -G-
PS Please Click on Thanks to Thank me as i have 0 in my Thanks Meter lol
PS I moved this to here as it was added to the end of an old un-related topic sooo.... John -G-
ask me any questions you have, do you like my multi color dos txt in my bat file (Coders will get it,its unusual and very hard to do with many colors )
sorry for been so long but i never knew no one would move it or stick it ???? and i was in jail for a while there so,,,
...Good Luck Rooting/Moding!!!
Software LOL
Heres The Software LOL..........
here all my drivers
the drivers------->>>>
shall stonri
sonnettie said:
the drivers------->>>>
Click to expand...
Click to collapse
Where can I find blaze driver?
Hi
After adb reboot bootloader you can also install CWM with fastboot :
fastboot flash recovery clockworkmod.XXXX.img
With CWM you can backup your phone (always a good idea )
After rebooted in CWM install SU with any zip file (ex : SU___Busybox_1.20.2_Flashable.zip )
phoenixpb said:
Hi
After adb reboot bootloader you can also install CWM with fastboot :
fastboot flash recovery clockworkmod.XXXX.img
With CWM you can backup your phone (always a good idea )
After rebooted in CWM install SU with any zip file (ex : SU___Busybox_1.20.2_Flashable.zip )
Click to expand...
Click to collapse
Worked like a charm.
It's what i did with my phone, ans cwm saved me a couple of times
Envoyé depuis mon U9200 avec Tapatalk 4
How to remove TWRP...? I want to update U9200-EM-UMTS-V100R00G411D00B336....thanx in advance.
Stuck
My U9200 is just stuck on the HUAWEI logo when you boot it...
And the cmd application just keeps saying < waiting for device >
Any help is appreciated...
with B336 this method doesn't work.
EDIT:
The problem is not in TWRP or CWM; the problem is that there is not enough space in folder /system/app.
From TWRP I went to "Advanced" and then "file manager"; here from the /system/app I deleted all the languages ​​other than Italian-pack (my language), chrome.apk and gsm-map.apk. Then I flashed SU_flashable and after boot-up SU was finally installed.
It seems that the difficulty of obtaining root permissions in all stock roms from b105 onwards is precisely linked to the lack of space in the / system / app.
I hope to be helpful to those who find themselves with the same problem.
Ricolaa said:
My U9200 is just stuck on the HUAWEI logo when you boot it...
And the cmd application just keeps saying < waiting for device >
Any help is appreciated...
Click to expand...
Click to collapse
you need the fastboot drivers or install hisuite from hauwie
where what is a Blaze driver? It doesn't work!! It asks for the blaze driver which I cannot seem to find!!!!
How can I go back to the stock firmware from CWM ignore if I am posting on a wrong thread
cVinu said:
How can I go back to the stock firmware from CWM ignore if I am posting on a wrong thread
Click to expand...
Click to collapse
Just downloaded the stock rom and flash it with your recovery.
Sent from my U9200 using xda app-developers app
awaisthebest said:
Just downloaded the stock rom and flash it with your recovery.
Sent from my U9200 using xda app-developers app
Click to expand...
Click to collapse
I recovered stock recovery and flash with B123 but showing error msg installation failed!!!!!!
hi im having some issues trying to get the SU, i cannot erase the .apk contained in /system/app in order to gain more space.
- i cannot see any folder inside of system folder just one called /system/bin
i really dont know if that really would be the problem because i checked with "df" command and i see everything righ
but when i reboot even if i swipe to accept the configuration or install de SU.zip archive anything happend.
i will appreciate your help, thx!!
kannox said:
hi im having some issues trying to get the SU, i cannot erase the .apk contained in /system/app in order to gain more space.
- i cannot see any folder inside of system folder just one called /system/bin
i really dont know if that really would be the problem because i checked with "df" command and i see everything righ
but when i reboot even if i swipe to accept the configuration or install de SU.zip archive anything happend.
i will appreciate your help, thx!!
Click to expand...
Click to collapse
Sounds like you need to go to [mount] the check the unchecked boxes well at least [system]
sonnettie said:
Sounds like you need to go to [mount] the check the unchecked boxes well at least [system]
Click to expand...
Click to collapse
Done! Thank you all!
free space
please tell me how i free space to root android because it stuck in hawei logo it said you cant delete files tnx lot sorry for my bad english!
Thanks!
Thanks!
Worked on Linux:
Code:
> sudo apt-get install android-tools-fastboot android-tools-adb
> adb reboot bootloader
> sudo fastboot flash recovery TWRP.img
> sudo fastboot boot TWRP.img

how i remove startup verizon logo ? urgent

hello ,
how can i remove starting verizon logo??? and i don,t want any other logos,
i just need like stock samsung boot, for note 4
remember i have not .zip file in media folder
Mr Hassan said:
hello ,
how can i remove starting verizon logo??? and i don,t want any other logos,
i just need like stock samsung boot, for note 4
Click to expand...
Click to collapse
You can use a app like this: https://play.google.com/store/apps/details?id=tkstudio.sboot to change boot animation or some ROMS like jasmine rom 7.0 have the original samsung logo boot sequence, for the app to work you need root and read carefully before doing anything. Hope this helps.
-spektor- said:
You can use a app like this: https://play.google.com/store/apps/details?id=tkstudio.sboot to change boot animation or some ROMS like jasmine rom 7.0 have the original samsung logo boot sequence, for the app to work you need root and read carefully before doing anything. Hope this helps.
Click to expand...
Click to collapse
thanks brother for reply i fixed this problem, now i,m in another project , i successfully extract the system,img,ext file,,,,now i edited somethings,
now i want to create again in same file, img,ext4
have you any idea about it?
Mr Hassan said:
thanks brother for reply i fixed this problem, now i,m in another project , i successfully extract the system,img,ext file,,,,now i edited somethings,
now i want to create again in same file, img,ext4
have you any idea about it?
Click to expand...
Click to collapse
Well if you mean like accessing and editing system files I'm not how to do edit them but I know that you can use a app like root explore: https://play.google.com/store/apps/details?id=com.speedsoftware.explorer that's the free version the paid one is $3.99 in the US. With that you can move and add files to system folder you can edit permission of files and things of that nature.
-spektor- said:
Well if you mean like accessing and editing system files I'm not how to do edit them but I know that you can use a app like root explore: https://play.google.com/store/apps/details?id=com.speedsoftware.explorer that's the free version the paid one is $3.99 in the US. With that you can move and add files to system folder you can edit permission of files and things of that nature.
Click to expand...
Click to collapse
ok brother thanks alot,
but i,m talking about stock rom, i already extracted and edit now its need to repack again
Mr Hassan said:
ok brother thanks alot,
but i,m talking about stock rom, i already extracted and edit now its need to repack again
Click to expand...
Click to collapse
Ah ok, so I found these two threads related to the subject one is for repackaging ODIN files if your using a Samsung: https://forum.xda-developers.com/showthread.php?t=2549712&page=5 and the other is a general tutorial on custom roms https://forum.xda-developers.com/showthread.php?t=2195858 Also this article covers mostly everything about creating and installing ROMS http://lazydroid.com/2011/03/howto-repack-and-sign-rom-image-update-zip-files/ I hope this information helps I do not know much about creating or repackaging roms
-spektor- said:
Ah ok, so I found these two threads related to the subject one is for repackaging ODIN files if your using a Samsung: https://forum.xda-developers.com/showthread.php?t=2549712&page=5 and the other is a general tutorial on custom roms https://forum.xda-developers.com/showthread.php?t=2195858 Also this article covers mostly everything about creating and installing ROMS http://lazydroid.com/2011/03/howto-repack-and-sign-rom-image-update-zip-files/ I hope this information helps I do not know much about creating or repackaging roms
Click to expand...
Click to collapse
ok again thanks,
i,m in samsung note 4 , and i found lot of threads to repack but not success, coz i,m counfuse about where i start?
and how, is that need just system folder or all file like hidden ,cache etc etc
Mr Hassan said:
ok again thanks,
i,m in samsung note 4 , and i found lot of threads to repack but not success, coz i,m counfuse about where i start?
and how, is that need just system folder or all file like hidden ,cache etc etc
Click to expand...
Click to collapse
Well system file is where all the data and software is at basically everything visible on the phone. Maybe this article could help it deals with modifying samsung rom and flashing it. If you want to read more on it here's the link: http://android.stackexchange.com/questions/85703/modifying-samsung-rom-and-flashing-it-on-a-device if you wanted to remove apps or add custom apps to your phone you would modify system file.
But what I thought was important was this;
(I did not write this thread)
< "You should be able to use an archive program on PC and recompress to .tar, .gz, and others. Dont forget to re-sign the archive. Keep a copy of your untouched ROM until you have the modified ROM tested and running.
The ROMs are signed with a signature. When repacking if they don't get signed they will fail in flashing. This link will help explain it.
So basically after downloading the firmware you have to rename it so you can extract the files, change them as you need, recompress them again and re-sign them, so you can flash them using Odin." >
This thread was dealing with modifying CM rom;
< "There are multiple solutions available:
Re-Zip the Image
Advantage: You do it once, and can use the resulting image for multiple devices. That's what I did with CM7.2 for my Milestone 2. Easy enough to do:
create a temporary (empty) folder
unzip the zip file to it
remove unwanted *.apk files from /system/apps (be careful of what you remove, of course)
zip up the directory contents again
Using a graphical ZIP manager (like WinZip or the like), steps would be even easier:
open the zip file with the archive manager
remove the unwanted .apk files
if the ZIP manager requires it, save the manipulated zip
Manually cleanup after flashing, using the shell
This is what ce4 recommended in the comments. It requires you using a terminal emulator on your device:
Flash the image as-is
remove superfluous stuff from the system partition by hand (like rm /system/big/junk/example.mp4)
Manually cleanup after flashing, using other tools
Almost the same as the previous method, but a bit more user-friendly. Disadvantage: this won't do for superflous ringtones and the like:
Flash the image as-is
Use a tool like Titanium Backup or Root Uninstaller to remove unwanted system apps" >
Edit: this link explains the signature of the file: (from google) https://code.google.com/archive/p/zip-signer/
-spektor- said:
Well system file is where all the data and software is at basically everything visible on the phone. Maybe this article could
Edit: this link explains the signature of the file: (from google) https://code.google.com/archive/p/zip-signer/
Click to expand...
Click to collapse
yes brother i want to remove some apps,. in system
even some edits in bulid prop
and after repack it for odin , thats it,
i create zip and trying to install the via twrp, during installation in end its give some error like this
setup finish with error 7 etc etc
so i reboot ,.....its reboot normal but after boot base band is unknown
i,m working on verizon devise.
in very simple words i,m trying to create rom without verizon apps and some more edits
and that all work in stock rom
Mr Hassan said:
yes brother i want to remove some apps,. in system
even some edits in bulid prop
and after repack it for odin , thats it,
i create zip and trying to install the via twrp, during installation in end its give some error like this
setup finish with error 7 etc etc
so i reboot ,.....its reboot normal but after boot base band is unknown
i,m working on verizon devise.
in very simple words i,m trying to create rom without verizon apps and some more edits
and that all work in stock rom
Click to expand...
Click to collapse
Ok so I may have found a solution for you it requires a pc and to download a program. You'll need your rom and any apps you would like to insert into it. The program is as simple as right click and delete for any apps you want to remove. The program is made by a developer on XDA named "_Logie" here's the link to the Web page: http://m.tech.firstpost.com/news-analysis/how-to-add-or-remove-apps-from-a-custom-rom-101986.html and the link to the program is on there or here's the direct link: http://www.solidfiles.com/d/da2dd6335d/
This program compiles the ROM into a .zip if you have TWRP recovery you could do a backup of your previous rom before flashing your current one because you'll have to completely wipe every main partition before flashing new rom to ensure you don't run into problems
Edit: backup system, data, and cache because those are the ones you'll need to wipe also before wiping them just in case I would remove any password that locks your phone because if you try to flash a new rom and fails and your left with the recovery file it'll mess up the password, fingerprints will be forget and backup password will be unchangeable and will require a factory reset to be able to change it.
-spektor- said:
.
Click to expand...
Click to collapse
Who its looking cool. I'll try tomorrow
But for now brother i want to know its remove the apps. OK and what about bulid.prop? I need to edit it also. And after edit i don't want root anymore .after edit i need in tar format
I know you think I'm made but i know it's possible
Mr Hassan said:
Who its looking cool. I'll try tomorrow
But for now brother i want to know its remove the apps. OK and what about bulid.prop? I need to edit it also. And after edit i don't want root anymore .after edit i need in tar format
I know you think I'm made but i know it's possible
Click to expand...
Click to collapse
For build.prop maybe this app could help https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor sorry for lack of knowledge on this subject I've never had to repack a rom before.
-spektor- said:
For build.prop maybe this app could help https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor sorry for lack of knowledge on this subject I've never had to repack a rom before.
Click to expand...
Click to collapse
Ok apps done
Bulid done
Now final thing need . repack in ext4 format
I'll check these things tomorrow
-spektor- said:
For build.prop maybe this app could help https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor sorry for lack of knowledge on this subject I've never had to repack a rom before.
Click to expand...
Click to collapse
brother did you found anything for repack ext4 img?
Mr Hassan said:
brother did you found anything for repack ext4 img?
Click to expand...
Click to collapse
Have you tried this guide? https://forum.xda-developers.com/showthread.php?t=1588461
-spektor- said:
Have you tried this guide? https://forum.xda-developers.com/showthread.php?t=1588461
Click to expand...
Click to collapse
yes but its for linux , and for window 99% unsuccessfully rates , have you try in window ? this ?
now i,m in next step if you have the time so kindly share your experience
https://forum.xda-developers.com/android/help/repack-img-giving-error-odin-invalid-t3577719
Hmmmmm ? I think you want to change the boot animation (white Verizon logo red background? ) if so your gonna need to either need to flash a pre-made zip with Flashfire (can't seem to get it to apply from twrp) or your gonna need to manually copy into the appropriate directory (mount system directory r/w copy then change permissions of the file you copied to 644 and reboot) presumably with a root explorer though doable from terminal
---------- Post added at 07:47 PM ---------- Previous post was at 07:29 PM ----------
-spektor- said:
Ok so I may have found a solution for you it requires a pc and to download a program. You'll need your rom and any apps you would like to insert into it. The program is as simple as right click and delete for any apps you want to remove. The program is made by a developer on XDA named "_Logie" here's the link to the Web page: http://m.tech.firstpost.com/news-analysis/how-to-add-or-remove-apps-from-a-custom-rom-101986.html and the link to the program is on there or here's the direct link: http://www.solidfiles.com/d/da2dd6335d/
This program compiles the ROM into a .zip if you have TWRP recovery you could do a backup of your previous rom before flashing your current one because you'll have to completely wipe every main partition before flashing new rom to ensure you don't run into problems
Edit: backup system, data, and cache because those are the ones you'll need to wipe also before wiping them just in case I would remove any password that locks your phone because if you try to flash a new rom and fails and your left with the recovery file it'll mess up the password, fingerprints will be forget and backup password will be unchangeable and will require a factory reset to be able to change it.
Click to expand...
Click to collapse
Try flashing with flasfire enabling the option mount system r/w and use common paths (probably not necessary but won't hurt) I have had difficulty getting anything other than ROM and gapps to apply from twrp but flashfire seems to work . I'm thinking its due to the fact that flashfire flashes after boot loader and then resets prior to os load.

Categories

Resources