Hi,
As the new ICS 4.0.3 seems to have gotten rid of the libraries required for call recording, I am willing to extract the relevant libraries from a 2.3.6 ROM, replace and give it a shot. I already have a few of them with me, for example Official DXKL3.
I need to extract the following 3 files -
system/lib/libaudiopolicy.so
system/lib/libaudioflinger.so
system/lib/libaudio.so
How can I extract these files from a ROM?
On you pc or on you phone click extract here. And will be exctracted about 6 files. Navigate to system app and find wht app you want. Copy and replace. I guess I understood right what you mean.
Get a utility program like 7Zip, IZarc, WinRar on your PC & open up the zip/tarfile & you can see the individual files & extract same.
However...
What you're attempting to do will not work. Different framework.
Points for thinking outside the box tho.
Thanks... Though when I use 7z, it only extracts zImage,factoryfs, etc., only a handful of files. I cannot see the individual files in the file system. Also 7z cannot extract these files anymore...
Ahh I think I was talking about already "cooked" ROM, and you guys are talking about the source? Sorry I am very new to the terminologies used. If that is the case I will check if I can find these files in the source tarball.
Try another program if 7Zip doesn't work. Try IZarc. I can see every file in the roms I have with it.
MistahBungle said:
Try another program if 7Zip doesn't work. Try IZarc. I can see every file in the roms I have with it.
Click to expand...
Click to collapse
I tried but still couldn't open XXLPQ ROM with IZarc. Thanks anyway...
hirak99 said:
Hi,
As the new ICS 4.0.3 seems to have gotten rid of the libraries required for call recording, I am willing to extract the relevant libraries from a 2.3.6 ROM, replace and give it a shot. I already have a few of them with me, for example Official DXKL3.
I need to extract the following 3 files -
system/lib/libaudiopolicy.so
system/lib/libaudioflinger.so
system/lib/libaudio.so
How can I extract these files from a ROM?
Click to expand...
Click to collapse
to open *.img file inside the rom download diskinternal linux reader and mount the img file inside the app.
tried and tested when i needed to copy a file from another rom.
Solution you find here :
h__p://sconcauteam.com/forum/index.php?threads/how-to-windows-extract-deodex-sign-and-zipalign-an-official-rom.1325/
Hi,
i want make a cm9 for the flytouch4, but my problem are the Proprietary Files.
How i make self this files.
Please help me and thanks
You can make you're own file to extract the files from the phone/tablet. Ore extract from a rom zip file.
You could make a test rom from cm source without the needed files from the phone. And compaire the rom build with the files on the phone.
Most missing *.so files in lib dir you will need. Check how to build android from source at Google to. If you have a vendor dir you need most files to. If there is a ringtone you really like you can put it in the list. any stock app you like you can put in to. Just start trying
If you have like a telechip tablet like me you take all files that have the name in it to.
check a github to see what type of files are needed. (github.com) type in a phone name and see the build files.
How to build prorietary files
Hi,
how i can make self this files?
Here is a link of a rom from this pad.
http://forum.xda-developers.com/showthread.php?t=1615415
Thanks
You could try and use my guide to make a device tree: http://forum.xda-developers.com/showthread.php?p=32750507#post32750507
Its not 100% ready yet but still good for a start.
You will need to start with the make files you get from the boot.img and recovery.img.
Than you start making prorietary files with you´re self made scrips. (extract-files.sh)
You could use this github as sample. https://github.com/CyanogenMod/android_device_malata_smb_a1002
best is to find a github you like and use that to make you´re files.
Howdy.
I'm trying to modify a .so file (libflashplayer.so), but have run into a few problems:
I first tried editing the file after it was installed from an .apk. This appears to work at first, but the edited file is quickly replaced with the original.
I then tried editing the file in the .apk package. This causes the package to fail to install (I'm guessing because the md5 in the certificates no longer matches)
Aldo tried moving a folder with the .so files from the .apk (com.adobe.flashplayer-1 which is what is created when the .apk installs correctly) directly into /data/app-lib/.The directory was created successfully but appears to be immediately deleted.
Is there a way to accomplish what I'm trying to do? If so how?
Other possibly relevant info:
My device is rooted
I did not write the code for anything in the .apk, I got it from a link on xda (pretty dubious i know but I couldn't find another option)
I'm using cyanogenmod 10.2 (based on android 4.2 I believe).
I'm editing the file with a hex editor to change a a few characters ("AND" to "WIN")
After a week i finally managed to build a ROM from source. I have in my /out/target/product/angler folder several files incl. the system.img, boot.img etc. etc (see attachments)
But from i have heard i could edit some of those files to build a new ROM from the files which are in that directory. In the early days you had a file there with a tree format of which apps are installed. Editing that file by removing the apps you didn't want anymore resulted in a ROM without those apps. But with the new structure i cant figure out where i need to do that.
Also if someone knows how i can compile from the source in that directory, that would be great. If i would do it with lunch && make it start over again from the original source.
Nobody can help me with this? or am i in the wrong section?
I unpacked the ROM, but the System\lib64 folder is empty. I am currently working on porting of miuicamera, And it is looking for lib64 .so files. I only have 32bit .so files.