[Q] Deleting apk's from custom zip - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

Hi guys
What happens if i delete an apk from system folder in the Xperia UXP NXT pack by przemo5020 custom zip? Will work anyways when flashing?

Svartehjerte said:
Hi guys
What happens if i delete an apk from system folder in the Xperia UXP NXT pack by przemo5020 custom zip? Will work anyways when flashing?
Click to expand...
Click to collapse
Open it in winrar and delete the apk without closing the winrar..once u delete ..close it..don't extract or it wont work
Sent from my Xperia Mini using xda premium

Svartehjerte said:
Hi guys
What happens if i delete an apk from system folder in the Xperia UXP NXT pack by przemo5020 custom zip? Will work anyways when flashing?
Click to expand...
Click to collapse
Deleting apk from the package would result to missing app after full installation/flash. For example you delete gosms.apk from the system folder, it will not be installed.
Sent from my WT19i using XDA
Click thanks button if you find my post helpful.

I've already tried with an .zip for testing... and CWM says to me "installation aborted"
So... wtf happened?

Svartehjerte said:
I've already tried with an .zip for testing... and CWM says to me "installation aborted"
So... wtf happened?
Click to expand...
Click to collapse
Did you extract the winrar file when deleting the apk?
Sent from WT19i using XDA.
Click thanks button if you find my post helpful.

you need to check if the apk is ok for deleting. some system apps may leave you looping in boot screen when deleted.

Related

[MOD][ICS] JB Transitions/Animations for ICS

Hi guys i wanted the JB animations on my ICS ROM so i pulled out the JB anim and replaced it with the ones from ICS
-Instructions:
-Download ZIP
-Place it on SD
-Boot in CWM
-In CWM mount system!!
-Flash the zip
-Reboot and Enjoy your new JB transitions
NOT TESTED ON GB!!
Im not reponsible for any damage to your phone
Credits
FXP Team for the framework of CM10
how does dis work buddy?
MAN! WHY IS THE UPDATER SCRIPT INSTRUCTED TO FORMAT THE SYSTEM PARTITION!!!??!?!? PLEASE GO THROUGH IT!!!!
PLEASE REMOVE THE ATTACHMENT AT ONCE! IT WILL DEFINITELY FORMAT THE SYSTEM PARTITION!!
The updater-script looks like it has been directly pulled from a custom Rom so it obviously formats the system partition . Please edit the updater-script accordingly!
Sent from my ST15i using xda app-developers app
whalesplaho said:
how does dis work buddy?
Click to expand...
Click to collapse
what do you mean? be more precise please
gouthamthemostwanted said:
MAN! WHY IS THE UPDATER SCRIPT NSTRUCTED TO FORMAT THE SYSTEM PARTITION!!!??!?!? PLEASE GO THROUGH IT!!!!
PLEASE REMOVE THE ATTACHMENT AT ONCE! IT WILL DEFINITELY FORMAT THE SYSTEM PARTITION!!
The updater-script looks like it has been directly pulled from a custom Rom so it obviously formats the system partition . Please edit the updater-script accordingly!
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
oh sorry i will fix it wait...
KhemaraS. said:
oh sorry i will fix it wait...
Click to expand...
Click to collapse
Y u need such a big updater script...
Only mount system
Package extract system
Set permission
And unmount is need.
Whick Rom's framework-res.apk did u use.?
Sent from my SK17i using XDA Premium HD app
sandy7 said:
Y u need such a big updater script...
Only mount system
Package extract system
Set permission
And unmount is need.
Whick Rom's framework-res.apk did u use.?
Sent from my SK17i using XDA Premium HD app
Click to expand...
Click to collapse
I agree with you. Maximum 10 lines of code would suffice. I guess he pulled the meta-inf folder from some Rom but somehow forgot to edit it
Sent from my ST15i using xda app-developers app
gouthamthemostwanted said:
I agree with you. Maximum 10 lines of code would suffice. I guess he pulled the meta-inf folder from some Rom but somehow forgot to edit it
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
And the framework-res.apk if he has used it from his Rom...it wont work on other roms.
Sent from my SK17i using XDA Premium HD app
gouthamthemostwanted said:
I agree with you. Maximum 10 lines of code would suffice. I guess he pulled the meta-inf folder from some Rom but somehow forgot to edit it
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
sorry i just took the meta inf of my gb rom and didnt checked it all sorry credits goes to FXP i will add them in a sec
updated sorry for the errrors
sandy7 said:
And the framework-res.apk if he has used it from his Rom...it wont work on other roms.
Sent from my SK17i using XDA Premium HD app
Click to expand...
Click to collapse
It's not a full apk . I don't know how to call it because I haven't used it before . I think it's called zipthemer or something like that. It looks like an apk but it's just a folder which only contains the files which has to be replaced inside an existing framework-res.apk in your device. So it would probably work with any framework-res.apk.
Sent from my ST15i using xda app-developers app
gouthamthemostwanted said:
It's not a full apk . I don't know how to call it because I haven't used it before . I think it's called zipthemer or something like that. It looks like an apk but it's just a folder which only contains the files which has to be replaced inside an existing framework-res.apk in your device. So it would probably work with any framework-res.apk.
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
yes it only replaces the anim folder in framework res
I don't know if I'm wrong but still the updater-script looks broken to me (forgive me if I'm wrong).
the updater-script is instructed to extract a file called "vrtheme" but I can't find any file named "vrtheme" in the flashable zip?!?
Sent from my ST15i using xda app-developers app
KhemaraS. said:
yes it only replaces the anim folder in framework res
Click to expand...
Click to collapse
Ok..u better edit the updater script
Sent from my SK17i using XDA Premium HD app
gouthamthemostwanted said:
I don't know if I'm wrong but still the updater-script looks broken to me (forgive me if I'm wrong).
the updater-script is instructed to extract a file called "vrtheme" but I can't find any file named "vrtheme" in the flashable zip?!?
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
Guys i will fix it tomorrow,it shouldnt be a problem,the zip is flashable
KhemaraS. said:
Guys i will fix it tomorrow,it shouldnt be a problem,the zip is flashable
Click to expand...
Click to collapse
Okay, but you better remove the attachment for the time being.
And why is the data partition mounted and unmounted unnecessarily? And you cannot unmount the sdcard because the flashable zip itself is present in the sd card during execution and you can't instruct it to unmount itself .
Sent from my ST15i using xda app-developers app
gouthamthemostwanted said:
Okay, but you better remove the attachment for the time being.
And why is the data partition mounted and unmounted unnecessarily? And you cannot unmount the sdcard because the flashable zip itself is present in the sd card during execution and you can't instruct it to unmount itself .
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
The zip is working now tomorrow i will only make little changes and its finished,just flash it and your transitions will work i cant do it now im very busy with school work.
KhemaraS. said:
The zip is working now tomorrow i will only make little changes and its finished,just flash it and your transitions will work i cant do it now im very busy with school work.
Click to expand...
Click to collapse
Okay, I think I've bothered you enough for today but a piece of friendly advice, test your product atleast 10 times before you release it and after releasing it, download it again from where you uploaded, and test the downloaded product once again. Sorry to bother you .
And good idea by the way!
Sent from my ST15i using xda app-developers app
KhemaraS. said:
what do you mean? be more precise please
Click to expand...
Click to collapse
i mean i dont know how JB transitions is so i was wondering....
can someone test now and give feedback?

[REQ]Sola Xperia Keyboard apk

Hi I am using custom AOKP ROM now and I am very satisfied with the performance but sadly I lost the Xperia keyboard feature. Can someone kind to upload keyboard apk for me.
Thanks in advance.
Sent from my MT27i using xda app-developers app
Here
https://www.box.com/shared/w4i8ciavufduqchfbmil
thanks
Thank you for the quick response and uploading the file.:good:
tr0yquint0 said:
Thank you for the quick response and uploading the file.:good:
Click to expand...
Click to collapse
i thought it was already in apk file?
My friend bryella did you install the keyboard? because i am trying with cwm and gives me error.
i cant install it. any help?
mitsos16x said:
My friend bryella did you install the keyboard? because i am trying with cwm and gives me error.
i cant install it. any help?
Click to expand...
Click to collapse
Push it to system folder and give permission
Never mind got it
Sent from my Xperia P using xda premium
tr0yquint0 said:
Push it to system folder and give permission
Click to expand...
Click to collapse
can you please tell me how do i do it?
mitsos16x said:
can you please tell me how do i do it?
Click to expand...
Click to collapse
https://www.box.com/shared/5ssnh5hm7xqv6vmozjgm
Here u go man tested on xs and xp cm9
Oh and sorry....... Just download the zip file and flash through recovery and wipe dalvik cache! And enjoy
Sent from my Xperia P using xda premium
thanks man
Can somone plesase upload the .apk file if u have it?

[Q] Need Help for making rom

Hi friends i need help for making ROM i am new to these about building Rom, i am using - Cygwin with Packages and Dsixda's Android Kitchen
so i wanted to start with Stock ROM,i wanted the stock Rom zip file i downloaded from SamMobile Firmwares and started the work i m getting error
in Kitchen when doing some changes eg. adding root permission or busy box etc it is showing me system file not found so when i checked the output folder of Rom it is show the zip is extracted and showing those file which we use them to flash via Odin ! :fingers-crossed:so i search those files in my phone by using root browser i seen them but how to get those file like app,bin,system etc n all so please can some Guide me that how to get that stock Rom zip.Thanking in advance waiting for your all reply
Hitesh
http://forum.xda-developers.com/showthread.php?t=2086771
Sent from my GT-S5830i using xda app-developers app
srt99 said:
http://forum.xda-developers.com/showthread.php?t=2086771
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
thanks for your reply but i am following that post only the problem is from where should i get the stock Rom zip ?
you make your own stock rom zip..
copy whole /system folder to your sd card..
and make it flash-able zip..!!
simple !
that's stock rom !
now modify it
srt99 said:
you make your own stock rom zip..
copy whole /system folder to your sd card..
and make it flash-able zip..!!
simple !
that's stock rom !
now modify it
Click to expand...
Click to collapse
Thanks it means it need only system folder ? nothing else?
Thanks it work but one more query
hey thanks it work and one more thing what is use of decompiling/compiling using apk multitools..... what it do ?
Hitesh2626 said:
hey thanks it work and one more thing what is use of decompiling/compiling using apk multitools..... what it do ?
Click to expand...
Click to collapse
it is for editing the apps (apk)..
Sent from my GT-S5830i using xda app-developers app
Thanks
srt99 said:
it is for editing the apps (apk)..
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Thanks for guiding me:good: and whats the difference between odexed rom and deodexed ?
Hitesh2626 said:
Thanks for guiding me:good: and whats the difference between odexed rom and deodexed ?
Click to expand...
Click to collapse
stock roms are odexed..
means some system .apk have .odex files..
i don't know what it does but people say odex rom takes less time to boot..
deodex roms doesn't have .odex files..
deodex roms saves lot of system memory..but takes time for first time boot as it generates some information n dalvic cache...!
you can check if your rom is odex or deodex...just head to /system/app and see if there are any files with .odex extension.
if no odex files means deodexed rom
google will tell you better than me about odex and deodexed rom. !
Sent from my GT-S5830i using xda app-developers app
Thanks bro
srt99 said:
stock roms are odexed..
means some system .apk have .odex files..
i don't know what it does but people say odex rom takes less time to boot..
deodex roms doesn't have .odex files..
deodex roms saves lot of system memory..but takes time for first time boot as it generates some information n dalvic cache...!
you can check if your rom is odex or deodex...just head to /system/app and see if there are any files with .odex extension.
if no odex files means deodexed rom
google will tell you better than me about odex and deodexed rom. !
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Thank you my friend i have done my Rom Deodexed :good:

[MOD][Sola][ICS] || Super User Mod ||

Hello guys,
This is modified services.jar file for stock ICS roms, this will disable signature verification for all apps
FEEL FREE TO USE THIS MOD AND GIVE PROPER CREDITS IF YOU ARE USING IT IN YOUR ROM
How to:
Download the attachment and just flash in recovery, wipe dalvik cache and reboot
or
Extract the services.jar file from downloaded zip file and put into /system/framework and set -rw-r-r permissions
Download link on second post
Credits:
DavidMKD for tutorial on super user mod
Download:
SuperUserMod
Don't forget to press thanks
Kindly Can you make for Xperia U?
Sent from my ST25i using xda premium
sonyfan45 said:
Kindly Can you make for Xperia U?
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
Yes, give me your services.jar
You may try this, but make a backup
Sent from my MT27i using Tapatalk 2
pukhrajsoni said:
Yes, give me your services.jar
You may try this, but make a backup
Sent from my MT27i using Tapatalk 2
Click to expand...
Click to collapse
This is from Xperia u ics .100 fw thanks in advance
For what is that usefull? :S
Diego910 said:
For what is that usefull? :S
Click to expand...
Click to collapse
You can get it here wat is super user mod
http://forum.xda-developers.com/showthread.php?p=43051418
Sent from my ST25i using xda premium
What is the Purpose of This MOD? I don't understand.
Just to disable signature verification for all apps?
Hi, can anyone help me how to edit the service.jar?
phone:sony u
http://d-h.st/aTd
very very tnx!
nadom42 said:
What is the Purpose of This MOD? I don't understand.
Just to disable signature verification for all apps?
Click to expand...
Click to collapse
yes
sonyfan45 said:
This is from Xperia u ics .100 fw thanks in advance
Click to expand...
Click to collapse
this one should work
RF-XDA said:
yes
this one should work
Click to expand...
Click to collapse
Q:
sorry use this method?
http://forum.xda-developers.com/showthread.php?t=1698352
tnx
silverbios said:
Q:
sorry use this method?
http://forum.xda-developers.com/showthread.php?t=1698352
tnx
Click to expand...
Click to collapse
yup
RF-XDA said:
yup
Click to expand...
Click to collapse
:crying:
Im used but not working!
silverbios said:
:crying:
Im used but not working!
Click to expand...
Click to collapse
try this
RF-XDA said:
try this
Click to expand...
Click to collapse
working tnx!:good:
probably problem from my apktool!!!
sorry can you edit this?
tnx
A big thanks
pukhrajsoni said:
Hello guys,
This is modified services.jar file for stock ICS roms, this will disable signature verification for all apps
FEEL FREE TO USE THIS MOD AND GIVE PROPER CREDITS IF YOU ARE USING IT IN YOUR ROM
How to:
Download the attachment and just flash in recovery, wipe dalvik cache and reboot
or
Extract the services.jar file from downloaded zip file and put into /system/framework and set -rw-r-r permissions
Download link on second post
Credits:
DavidMKD for tutorial on super user mod
Click to expand...
Click to collapse
Thank you to provide such tools to try a lot with my phone. Hope soon you'll bring any unofficial version with official UI, apps & interface of jellybean 4.2+ for xperia sola :victory:

Ultimate Flashable ZIP For Deodexed ROM .205

Here Guys , i present to you the ultimate flashable ZIP to make your devices fully bloatware free and to provide you all the Mods and ports by DEVS @dipesh1502 in one single ZIP flash , Flashing this ZIP will give you more internal storage and free RAM as it will delete all the bloat that noone uses!
I have even deleted update center as it is of no use for us as we will get all the updates via ZIP by Dipesh + i have included AROMA installer so that you guys can select your preferences
I have included the following Apps for installation -
1) Latest Movies (If u guys don't ant any of these apps, You can simply uncheck in AROMA!)
2) Z2 Notes
3) Z2 Sketch
4) Z2 Tasks (If u don't want a particular app to be Deleted , uncheck!)
5) Z2 task killer
6) Semcphone.apk By Dipesh
7) STM10 audio recoreder
Here are the steps- (follow them thoroughly!)
1) Enter recovery
2) Mount and storage
3) mount /system (Important!!!!!!)
4) Flash zip
5) Choose ur preferences in AROMA and install
6) Wipe cache and Dalvik (important!!)
7) Reboot
LAST THING- Even if u have already installed the mods or apps, it doesn't matter u can still flash
HERE IS THE LINK -
http://d-h.st/2EW
Don't forget to hit the Thanks Button!
thanks
very coool
hamidreza2010 said:
thanks
very coool
Click to expand...
Click to collapse
Welcome
Sent from my C5303 using XDA Premium 4 mobile app
\m/
working.. thanks..
Good day.. Can you provide sone screen shot for the themes on the first option? I choose sense but nothings change.. What's that for? Thanks...
GingFreecss said:
Good day.. Can you provide sone screen shot for the themes on the first option? I choose sense but nothings change.. What's that for? Thanks...
Click to expand...
Click to collapse
Welcome Buddy, those themes are themes for aroma installer, it didn't even matter what theme u use in aroma, these themes are not for rom of you want xperia themes, u shall check out the my xperia themes thread where i have 10 themes the thread is in the themes Section only
Sent from my Xperia SP using XDA Premium 4 mobile app
Dashing_97 said:
Welcome Buddy, those themes are themes for aroma installer, it didn't even matter what theme u use in aroma, these themes are not for rom of you want xperia themes, u shall check out the my xperia themes thread where i have 10 themes the thread is in the themes Section only
Sent from my Xperia SP using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Oh.. I see..,now i get it.. Thanks.. Btw.. Can i unistall the ones that i have installed in the aroma installer? Thanks...
I flashed Z2 systemui and home and delete some system apps will it creat any problem.?
Amitosh said:
I flashed Z2 systemui and home and delete some system apps will it creat any problem.?
Click to expand...
Click to collapse
it's okay to delete some system apps.. just backup the particular app.. so if anything goes wrong.. just move to system/app with Permissions rw-r-r
Thanks a lot bro, i wasn't able to install the modified Semcphone.apk before, now I can! :silly:
Bruno_Puzoni said:
Thanks a lot bro, i wasn't able to install the modified Semcphone.apk before, now I can! :silly:
Click to expand...
Click to collapse
Welcome
Sent from my Xperia SP using XDA Premium 4 mobile app
GingFreecss said:
Oh.. I see..,now i get it.. Thanks.. Btw.. Can i unistall the ones that i have installed in the aroma installer? Thanks...
Click to expand...
Click to collapse
Yes you can delete then by using root browser or system app uninstaller for play store
Sent from my Xperia SP using XDA Premium 4 mobile app
Dashing_97 said:
Yes you can delete then by using root browser or system app uninstaller for play store
Sent from my Xperia SP using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It wipe my phone ?
Drakomord said:
It wipe my phone ?
Click to expand...
Click to collapse
no.. just the app you want to remove..
Sorry for the question.. does it work on CM based roms?
viki5320 said:
Sorry for the question.. does it work on CM based roms?
Click to expand...
Click to collapse
Not at all, this was created for stock roms only
Sent from my Xperia SP using XDA Premium 4 mobile app

Categories

Resources