can anyone tell me where to download the .apk for the android market? or can someone just pull it from a rom and tell me where to download? thanks in advance!
This is the wrong place. Download any custom/stock rom and unzip the file and pull it out of the system folder.
imaxreed said:
This is the wrong place. Download any custom/stock rom and unzip the file and pull it out of the system folder.
Click to expand...
Click to collapse
vending.apk <- market
Thanks
We can delete or move this now, thanks
Related
Does anyone have the market place .apk for the 2.1 rom?
I believe it's called Vending.apk.
I removed it by accident. Any help is appreciated. Thanks.
Bump.
Anyone?
just reflash the rom it will come back
swears11 said:
Does anyone have the market place .apk for the 2.1 rom?
Click to expand...
Click to collapse
So get it out of whichever ROM you flashed. Is that so hard?
just open the zip, get the vending.apk, and push it to /system/app.
I accidentally Deleted my Launcher using Titanium Backup. Now as you can image my phone is very limited. Can someone please upload a launcher.apk that i can install?
roberto188 said:
I accidentally Deleted my Launcher using Titanium Backup. Now as you can image my phone is very limited. Can someone please upload a launcher.apk that i can install?
Click to expand...
Click to collapse
pull it out of the rom that you flashed) and push it to your phone (/system/app)
Ok
Ok I have the rom...how do I extract the data from the rom?
open the zip file and extract it maybe?
open the rom zip, find the launcher2.apk and extract it somewhere (sdk tools folder usually best)
if in windows, hit shift+right click in a blank area of that explorer window/directory the apk now resides
in console window type:
adb remount
adb push Launcher2.apk /system/apps/
Just reflash your ROM, much easier for someone who may not know what they are doing.
daveid said:
Just reflash your ROM, much easier for someone who may not know what they are doing.
Click to expand...
Click to collapse
+1 agree
daveid said:
Just reflash your ROM, much easier for someone who may not know what they are doing.
Click to expand...
Click to collapse
On the flip side, he's got to learn somewhere and this would be a pretty easy task in the grand scheme of things.
i have been try to open apk file with apk manager
and i got erorr
someone told me the apk manager heve problem with the new signed
(i am work on the original rom and i need to translate the strings files)
however i need some program to decompile the apk file
if i just unzip the file modify and zip back it is not work
tnx
Dude, put this in the Q&A subforum.....not here
YOCHANAN2007 said:
i need some program to decompile the apk file
Click to expand...
Click to collapse
Try this...
http://forum.xda-developers.com/showthread.php?t=640592
YOCHANAN2007 said:
if i just unzip the file modify and zip back it is not work
Click to expand...
Click to collapse
Try this...
http://forum.xda-developers.com/showthread.php?t=695701
This one also works well if you are attempting to flash from a custom recovery (S-OFF)...
http://forum.xda-developers.com/showthread.php?t=717437
oops if any manager can move this thread to the q&a forum
tnx
i have been serch on the com.htc.resources and i dont now how to find that.
this is some file to all htc devices?
and i have same problem with i9100
if i have this file how i can loaded to the apkmanager/apktool?
and i dont have the real device on my hand
Hi,
I often dowload apps that come in a zip, and once unzipped are not in apk format.
For example, after being unzipped will usually include the following:
android manifest.xml
classes.dex
resources.arsc
a 'Meta-INF' folder
a 'res' folder
and a 'lib' folder
Was wondering how to get these packages installed. Any help is appreciated. Thanks.
Those are usually things you have to flash through recovery (install zip option), or install through MetaMorph if they're themes.
Hi,
just saw, you were faster.
have the same problem, in my case a *. sis file.
I don´t really know what to do with those files.
Regards
NetJay
Was a game I downloaded if that helps any1 understand.
dancforfreedom said:
Hi,
I often dowload apps that come in a zip, and once unzipped are not in apk format.
For example, after being unzipped will usually include the following:
android manifest.xml
classes.dex
resources.arsc
a 'Meta-INF' folder
a 'res' folder
and a 'lib' folder
Was wondering how to get these packages installed. Any help is appreciated. Thanks.
Click to expand...
Click to collapse
This folders are the typical folders found in an apk file. Actually, all you have to do in this case is to just rename the .zip file to .apk without unzipping it and it should work. I do that when my apk files that I downloaded comes out as .zip. It works for me all the time.
Sent from my HTC Original Desire using Tapatalk
Thanks a lot, worked a treat!
itachi1706 said:
This folders are the typical folders found in an apk file. Actually, all you have to do in this case is to just rename the .zip file to .apk without unzipping it and it should work. I do that when my apk files that I downloaded comes out as .zip. It works for me all the time.
Sent from my HTC Original Desire using Tapatalk
Click to expand...
Click to collapse
Hi,
thats all? Omg can´t belive it, will try.
Thanks so lot !
Regards
NetJay
dancforfreedom said:
Was a game I downloaded if that helps any1 understand.
Click to expand...
Click to collapse
Downloaded from where? Any official channels would supply an .apk surely?
dancforfreedom said:
Hi,
I often dowload apps that come in a zip, and once unzipped are not in apk format.
For example, after being unzipped will usually include the following:
android manifest.xml
classes.dex
resources.arsc
a 'Meta-INF' folder
a 'res' folder
and a 'lib' folder
Was wondering how to get these packages installed. Any help is appreciated. Thanks.
Click to expand...
Click to collapse
try to rename the files to *.apk and install.
DirkGently1 said:
Downloaded from where? Any official channels would supply an .apk surely?
Click to expand...
Click to collapse
While they commonly will give you an .apk file, sometimes especially if you download it from your android device directly, it downloads as a .zip file. In that case you will have to rename it.
Q&A for Deodexed Stock System for Xperia C (16.0.B.2.16)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
but atleast tell how to apply this rom
it is no cwm falshable not ftf file rather then hoe to apply this ???
bhandarishivam said:
but atleast tell how to apply this rom
it is no cwm falshable not ftf file rather then hoe to apply this ???
Click to expand...
Click to collapse
This is not a ROM, It is only the Deodexed Stock System Folder, for those who wish to make some Custom ROMs or want to edit their Stock System files, but are unable to do that due to .odex files. Here all odex files are removed and classes.dex files are introduced in their .apk. Which helps developers make make ROMs and people to edit and develop things.
iSiddharth said:
This is not a ROM, It is only the Deodexed Stock System Folder, for those who wish to make some Custom ROMs or want to edit their Stock System files, but are unable to do that due to .odex files. Here all odex files are removed and classes.dex files are introduced in their .apk. Which helps developers make make ROMs and people to edit and develop things.
Click to expand...
Click to collapse
Buddy i got it !!!!
i'am asking what is the proceedure to apply this rom
shall i put this folder in replace of odex system ??
i did that but my phone got hanged and then stuck on boot loop ?
after putting this zip file in the sd card what to after that ?? to make the stock rom deodexed ???
bhandarishivam said:
Buddy i got it !!!!
i'am asking what is the proceedure to apply this rom
shall i put this folder in replace of odex system ??
i did that but my phone got hanged and then stuck on boot loop ?
after putting this zip file in the sd card what to after that ?? to make the stock rom deodexed ???
Click to expand...
Click to collapse
The zip contains a system folder. Using a Root Explorer replace your stock System folder with the system folder present inside this zip file. And then reboot your device. By this method you will have a deodex Stock System in your device.
iSiddharth said:
The zip contains a system folder. Using a Root Explorer replace your stock System folder with the system folder present inside this zip file. And then reboot your device. By this method you will have a deodex Stock System in your device.
Click to expand...
Click to collapse
Having a Deodexed Stock system means that I have a deodexed stock rom in my device?
---------- Post added at 09:30 PM ---------- Previous post was at 09:29 PM ----------
aden1982 said:
Having a Deodexed Stock system means that I have a deodexed stock rom in my device?
---------- Post added at 09:30 PM ---------- Previous post was at 09:29 PM ----------
Click to expand...
Click to collapse
Yes, you can say that
Deodexed Stock System for Xperia C (16.0.B.2.16
Hi m new to XDA group, mine is 16.0.B.2.13, bootloader is Locked and status shows : NO. Can i deodex this? please reply. Thanks, Appreciate your help.
i cant download from mediafire link .. please upload googledrive link.......
sathishdd said:
i cant download from mediafire link .. please upload googledrive link.......
Click to expand...
Click to collapse
Try this Mediafire Link
Deodexed Stock System for Xperia C (16.0.B.2.16)
Hi Sir, I'm sorry in advance with my bad english. Can you explain in detail how to install this deodex? Is it possible to flash using CWM?
MGR_rockz said:
Hi Sir, I'm sorry in advance with my bad english. Can you explain in detail how to install this deodex? Is it possible to flash using CWM?
Click to expand...
Click to collapse
If you want to get this deodexed system into your device then just copy "app" and "framework" folder from this zip file and paste and replace these folders into your system's "system" folder using Root Explorer...
Or you can do one more thing. Download a Custom ROM for Xperia C and then place this system folder (from this thread) into that ROM zip file and flash the ROM...
iSiddharth said:
If you want to get this deodexed system into your device then just copy "app" and "framework" folder from this zip file and paste and replace these folders into your system's "system" folder using Root Explorer...
Or you can do one more thing. Download a Custom ROM for Xperia C and then place this system folder (from this thread) into that ROM zip file and flash the ROM...
Click to expand...
Click to collapse
Apologize in advance, With file copying deodex one by one to the ODEX file, what will not have bootloop? And what files should I move to ODEX file? What only app folder and the folder framework? Or is there another folder should I move to folder ODEX?
MGR_rockz said:
Apologize in advance, With file copying deodex one by one to the ODEX file, what will not have bootloop? And what files should I move to ODEX file? What only app folder and the folder framework? Or is there another folder should I move to folder ODEX?
Click to expand...
Click to collapse
The only thing you have to do is to copy the "app" and "framework" folder from the zip that you download from this thread and paste them into the "system" folder of your mobile phone (replace the preexisting folder). You can do this using app called Root Explorer
iSiddharth said:
The only thing you have to do is to copy the "app" and "framework" folder from the zip that you download from this thread and paste them into the "system" folder of your mobile phone (replace the preexisting folder). You can do this using app called Root Explorer
Click to expand...
Click to collapse
Thanks before Sir, you've helped me.
Yes I understood, but what if the file "app" and "framework" it was I make into folder.zip. If it was possible? Where I can get meta-inf file? Wasnt for a create it was, I had to use a zip file folder Meta-inf?
MGR_rockz said:
Thanks before Sir, you've helped me.
Yes I understood, but what if the file "app" and "framework" it was I make into folder.zip. If it was possible? Where I can get meta-inf file? Wasnt for a create it was, I had to use a zip file folder Meta-inf?
Click to expand...
Click to collapse
Just open yhe system folder of your mobile using Root Explorer application and there you will find the "app" folder and "framework" folder delete those folders. (DO NOT RESTART YOUR DEVICE AFTER THIS). Then open the zip file that you will download from this thread. In that zip file you will find a folder named system and inside it you will find a folder named "app" and a folder named "framework" copy these folders and place them into your mobile's system using the same Root Explorer file. Now Restart your device.
iSiddharth said:
Just open yhe system folder of your mobile using Root Explorer application and there you will find the "app" folder and "framework" folder delete those folders. (DO NOT RESTART YOUR DEVICE AFTER THIS). Then open the zip file that you will download from this thread. In that zip file you will find a folder named system and inside it you will find a folder named "app" and a folder named "framework" copy these folders and place them into your mobile's system using the same Root Explorer file. Now Restart your device.
Click to expand...
Click to collapse
Thank you sir for the direction that you have given. yesterday I already copying all the files deodex using the AromaFM. Can I asking another thing, outside topic? I want to ask, how to change the music widget using the music widget Xperia Z2, I has repeatedly tried to and fails, the original widget fixed can not be changed. Do you have a solution for it? Pleasee help me sir
MGR_rockz said:
Thank you sir for the direction that you have given. yesterday I already copying all the files deodex using the AromaFM. Can I asking another thing, outside topic? I want to ask, how to change the music widget using the music widget Xperia Z2, I has repeatedly tried to and fails, the original widget fixed can not be changed. Do you have a solution for it? Pleasee help me sir
Click to expand...
Click to collapse
You want to change the music widget of Xperia C.... You want the music widget of Xperia Z2. (but they are same I guess)
deodexed
how do i install this? please give the step-by-step solution if you pls. thanks!
-- nevermind i didn't notice the post above
is this different from deodexed stock rom? can i use this to perform things such as installing Sony Xperia Z3 Home app 7.0.A.0.14 for Xperia C?