Where is the system/app folder in oos zip? - OnePlus 5T Questions & Answers

I want to add an app to this folder for making it a system app. So i want to unpack the zip and add this app but I can't any such folder in the unpacked zip of oos. I know I can easily do this after installing and booting into the ROM. But I want to stay unrooted. So that's not an option m

You need to extract the system.img

surya nivas said:
You need to extract the system.img
Click to expand...
Click to collapse
How do I do that?

Sjain11 said:
How do I do that?
Click to expand...
Click to collapse
You can extract the img file using a kitchen, like SuperR's: https://forum.xda-developers.com/ap...chen-superr-s-kitchen-v1-1-50-v2-1-6-t3597434
It's only free on GNU/Linux. If you're using Windows, you'll need the donate version of the kitchen. https://forum.xda-developers.com/ap...dows-linux-superr-s-kitchen-v3-0-0-0-t3601702
Happy reading and learning.

bud7dha said:
You can extract the img file using a kitchen, like SuperR's: https://forum.xda-developers.com/ap...chen-superr-s-kitchen-v1-1-50-v2-1-6-t3597434
It's only free on GNU/Linux. If you're using Windows, you'll need the donate version of the kitchen. https://forum.xda-developers.com/ap...dows-linux-superr-s-kitchen-v3-0-0-0-t3601702
Happy reading and learning.
Click to expand...
Click to collapse
Can you recommend a free alternative for windows?

Sjain11 said:
Can you recommend a free alternative for windows?
Click to expand...
Click to collapse
Maybe this? https://forum.xda-developers.com/an.../ide-adk-android-reverse-engineering-t3803044
Haven't tried it so don't know. This is the subforum section to search https://forum.xda-developers.com/android.
Good luck.

Related

[Q] where can i download twitter for sense?

i just installed reflexhd and i love it. only issue is imma twitter fiend and twitter for sense isnt installed(. kinda a disapointment. but i wanted to know if its possible to get a flash file or a apk to geter going. any info would b awesum.
Download another HD Rom, which has it (baadnwz for example) and extract the .apk from the .zip file.
nagypapi said:
Download another HD Rom, which has it (baadnwz for example) and extract the .apk from the .zip file.
Click to expand...
Click to collapse
thx nagy, your a very useful guy to have around
nagypapi said:
Download another HD Rom, which has it (baadnwz for example) and extract the .apk from the .zip file.
Click to expand...
Click to collapse
thank you

[Q] Icons

I'm trying to make my own icons and I cant find some images on Google.
Where can I find them on the phone?
Thanks
Download a ROM and unzip it. All the icons will be in there somewhere
martonikaj said:
Download a ROM and unzip it. All the icons will be in there somewhere
Click to expand...
Click to collapse
XD
I cant find them.
Specifically what icons are you looking for? that'd help.
People (contacts) and Phone icons at the moment
No one? =/
Bump!
RedBlueGreen said:
Bump!
Click to expand...
Click to collapse
Here you go
http://db.tt/4WrVmkKm
And
http://db.tt/zj0t7k35
I just extracted the images right out of the apps on my Nexus so they should be what your looking for.
Sent from my Galaxy Nexus using xda premium
GreatBigDog said:
Here you go
http://db.tt/4WrVmkKm
And
http://db.tt/zj0t7k35
I just extracted the images right out of the apps on my Nexus so they should be what your looking for.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thank you!
Can you tell me how to extract the images?
RedBlueGreen said:
Thank you!
Can you tell me how to extract the images?
Click to expand...
Click to collapse
You can find the apps under /system/app
(The two apps I extracted those images from are contacts.app and phone.app).
Copy the apps to your SD card using something like Root Explorer or ES File Explorer.
Rename the apps to contacts.zip / phone.zip and either use something like Astro to open the zip or just copy the files to your PC.
You'll find the icons under res/drawable or res/drawable-*****
Sent from my Galaxy Nexus using xda premium
If you're using EStongs you can just extract the apk (no need to rename to zip). Just long press the file and extract...
All the icons of the world
http://www.muchografico.net/
Im writing this post cause i havent 10. Im new in this forum but not in development Knowledge, and i consider its a stupid rule. Im sorry if i write any Irrelevant post.

Can't run android project for cordova 3.x version using eclipse

Hello everyone,
I am new to phonegap. I am trying to run android hello world app using cordova 3.4.x. but when I try to run app It's give an error (com.ert.ertt) Unexpectedly stop working. I am using eclipse. I have follow many tutorial but problem still remain. Please help me regarding this.
Thank you in advance.
Setting up the ADT can be tricky. Make sure you have that all installed correctly and if you're running Windows, add Java and ADT to your system path. Are you running Cordova build from the command line then building/running in Eclipse?
Sent from my XT1060 using Tapatalk
reply @mau006
First of all Thank you for your reply
Yes I have build android project using command line.and then in eclipse I have create project using existing souce and added that source generated by command line tool. I have configured all thing for android including setting path.but still I can't run app.
It most likely is a setup issue if all you've done is create the bare-bones application and then try to run it. Are you running it in an emulator, or on your phone/tablet?
If you can zip up the project and attach it here I'll happily try and build it, just to rule out any code issues.
@Archer
Thank you archer for your reply.I have tried to run on both emulator and phone.I have attached zip for the project.
vsvankhede said:
Thank you archer for your reply.I have tried to run on both emulator and phone.I have attached zip for the project.
Click to expand...
Click to collapse
Thanks. I'll have a look and get back to you.
vsvankhede said:
Thank you archer for your reply.I have tried to run on both emulator and phone.I have attached zip for the project.
Click to expand...
Click to collapse
Could you zip it up from the project root folder - the one with config.xml in it?
@Archer
Archer said:
Could you zip it up from the project root folder - the one with config.xml in it?
Click to expand...
Click to collapse
Hi archer sorry for late reply.config.xml file is in src/xml folder. Have you found any solution?
vsvankhede said:
Hi archer sorry for late reply.config.xml file is in src/xml folder. Have you found any solution?
Click to expand...
Click to collapse
You need to go up to the root folder of the project, where you'll find the file config.xml, and zip from there or I can't tell what's wrong with the project. The zip file you supplied does not have all the folders required, and there is no config.xml in it anywhere.
Zip file of root folder
Archer said:
You need to go up to the root folder of the project, where you'll find the file config.xml, and zip from there or I can't tell what's wrong with the project. The zip file you supplied does not have all the folders required, and there is no config.xml in it anywhere.
Click to expand...
Click to collapse
Hi archer as you said I have attached new zip file from root folder.
vsvankhede said:
Hi archer as you said I have attached new zip file from root folder.
Click to expand...
Click to collapse
I'm afraid I can't help. If all you've done is create a new Android project with Cordova and then modify index.html then it should work, but it falls over very heavily for me, and I don't know why. There are plenty of warnings and errors available in the logcat, so I'd recommend starting at the top and simply Googling for them one-by-one and trying to get rid of them that way.
Good luck - it should certainly be a good learning process for you
Let us know how you get on.
You have to make all changes in command line, if change config or manifest manually that it can have problems occured.

[Q] Deodex stock .681 ROM?

Could somebody help me: "How to" easy deodex my rooted .681 ROM?
I'm not expert :angel:
I too am waiting impatiently for this
Why wait when you can do it yourself.
...Sent from Zed
Not everyone can. Can you do that? Or write how to do it.
But it is best to have a flashable zip patch.
1jkan said:
Not everyone can. Can you do that? Or write how to do it.
Click to expand...
Click to collapse
If you can read and got a computer you can deodex. See the link in my sig.
...Sent from Zed
Poorly know English. Before I get through my language translation is 100 times you do this patch.
1jkan said:
Poorly know English. Before I get through my language translation is 100 times you do this patch.
Click to expand...
Click to collapse
Will upload tonight when I get home.
Sent from my D5503 using XDA Premium 4 mobile app
Not going to have time tonight so a quick suggestion, download munjenis ROM, copy the app, priv-app and framework folder to the attached zip and flash that.
I have done according to your instructions I copied from rom munjeni these folders and compress to zip. Zip is 412MB. Then flashed and bootlop ...
1jkan said:
I have done according to your instructions I copied from rom munjeni these folders and compress to zip. Zip is 500MG over. Then flashed and bootlop ...
Click to expand...
Click to collapse
Download the attached zip, navigate to the system folder so you see the 3 folders I've mentioned, then drag and drop the same 3 folders from the ROM into it (don't change any compression settings) then flash.
XperienceD said:
Download the attached zip, navigate to the system folder so you see the 3 folders I've mentioned, then drag and drop the same 3 folders from the ROM into it (don't change any compression settings) then flash.
Click to expand...
Click to collapse
Worked like a charm. Thank you.
I do it! Thanks!
XperienceD said:
Not going to have time tonight so a quick suggestion, download munjenis ROM, copy the app, priv-app and framework folder to the attached zip and flash that.
Click to expand...
Click to collapse
So if I get it right I can do the same with this rom here http://forum.xda-developers.com/showthread.php?t=2723674 but I need a new zip to replace the files for the 757 firmware or I can use the same one that you attached here for the 681 rom ?
andreaspe said:
So if I get it right I can do the same with this rom here http://forum.xda-developers.com/showthread.php?t=2723674 but I need a new zip to replace the files for the 757 firmware or I can use the same one that you attached here for the 681 rom ?
Click to expand...
Click to collapse
Use this instead now - http://forum.xda-developers.com/showthread.php?t=2713329
XperienceD said:
Use this instead now - http://forum.xda-developers.com/showthread.php?t=2713329
Click to expand...
Click to collapse
Yeah i have seen this tool recently and most probably i'm gonna use it to deodex. But what about my question? Is it right to do it as I described or I will end in problems ? Thanks for your answer

how pack again system,img,ext4 ? DEVELOPERS

hello
i successfully extract the system,img,ext file,,,,now i edited somethings,
now i want to create again in same file, img,ext4 how can i do that
have you any idea about it?
Mr Hassan said:
hello
i successfully extract the system,img,ext file,,,,now i edited somethings,
now i want to create again in same file, img,ext4 how can i do that
have you any idea about it?
Click to expand...
Click to collapse
For Linux use this kitchen. If you're using Windows, use this one. I've actually had a better experience with the windows program but I've used both. You can use xpirt's image packer on its own but I think it's easier to just let the kitchen to all the work and they use the same tool plus you can deodex, Zip-aligned, and all sorts of other fun stuff.
kevintm78 said:
For Linux use this kitchen. If you're using Windows, use this one. I've actually had a better experience with the windows program but I've used both. You can use xpirt's image packer on its own but I think it's easier to just let the kitchen to all the work and they use the same tool plus you can deodex, Zip-aligned, and all sorts of other fun stuff.
Click to expand...
Click to collapse
brother i see this thread , i have window,
as i say i have open system folder and now i can,t understand how to pack it, where i start
anyway thanks , i,ll try
is there any other more easy tool for that?
hi. you need an archiver that can handle images like 7zip or rar i find the later more useful for decompressing images .
mojoswagger1980 said:
hi. you need an archiver that can handle images like 7zip or rar i find the later more useful for decompressing images .
Click to expand...
Click to collapse
you mean i can repack via 7zip direct in tar farmat?
if yes so its not workable , 1st need to repack system.img

Categories

Resources