Hi everyone. I would like to ask more experienced developers something.
racht ported HTC Legend ROM for Xperia X8 (it's 2.1 ROM).
Now we have:
Bugs to fix:
Wifi
Bluetooth
GSM
3G
Vibro
Fixed :
SD, GPS, GL, Sound
(and still working Legend room)
Yesterday i extracted Legend's system.sin and our X8's system.sin. I found 'lib' folder in both. There are many .so files. I copied (for example) libbluetooth.so from X8 folder to Legend 'lib' folder.
Next i used mkyaffs2image to make another system.sin with mixed libraries. So i had data.img, system.img, cache.img and nandroid.md5 files ready to use in xRecovery. After installing it my phone doesn't want to boot again.
I think that I need change more than only copy .so files from one folder to other. What am i doing wrong and what should i change to fix drivers?
because you did not copy the dependencies for the lib. open your lib .so file in notepad, and search for .so and there is some .so file name, copy it too with yout so file
Still nothing.
-X8 z Tapatalk-
R there any HTC roms with Mobile Data working??? If I had mobile data id be happy lol but it appears all htc roms have the same issues that cant/wont be fixed...
no camera,wifi/data, 3d or vibrate...boo hoo
Related
Ok,
following on from, http://forum.xda-developers.com/showpost.php?p=10414748&postcount=22
I've been looking at this thread, I've got to page 12 of 22 so far. think my eyes are gonna melt soon....
unfortunately my knowledge of editing etc is limited to ZERO
http://forum.xda-developers.com/showthread.php?t=710204
I've attached a bootanimation file which is from a HTC phone and the mini pro system/bin folder . If you open it in a file editor and press search for mp3, there's a few lines etc pointing to folders with mp3's in. I think the file also points to other xml files and db files located on the HTC.
If you look at the original bootanimation file on the mini pro located in the system/bin folder there's nothing on mp3 in it.
I've noticed from the line debug.sf.nobootanimation in the mini pro and HTC varies (which is where I found the differences)
I've attached both bootanimation files in the zip below if anyone wants to take a look. I've renamed them accordingly.
I've also posted here http://forum.xda-developers.com/showpost.php?p=10565772&postcount=217 for some helpful info.
I've had a look at the bootanimation file(s) from the HTC one listed here and the bootanimation file in system/bin on the mini pro which tells the phone to look in the media and local folders respectively.
The difference is on the mini pro version it doesn't point to any xml files/scripts etc whereas the HTC one does.
I've tried putting the HTC bootanimation on the mini pro and the animation works fine.
I've also tried adding lines from the HTC file to the mini pro one. I also tried changing the path names on the HTC file to reflect the location(s) of file(s) on the mini pro. I even tried copying the audio file in to several folders.
I've even tried using the bootscreen folder listed somewhere (again pointing to it using the HTC file)
Are there any files etc I've missed that could get the sound working?
i have a neo v, i have unlocked my bootloader and rooted my device i m using KA20.1 rom, in the system folder inside etc folder there is a folder named audio- (/system/etc/audio) inside it there are some files. so if i open any file lets say soundbooster.txt it has some values, pl can i get some info on the values and what do it mean, also if the values get modified how will it affect the sound through headphones.. thanks in advance ...
Hey I need your help , thanks in advance
I have lg p765 4.1.2 v20c
How to know corresponding lib file of system/apk in system/lib ….
I tried decompiling apk but I didn’t found any relation with lib file by seeing android manifest.xml
Or u have any list that *.apk uses *.so files or something
for example old chrome apk uses lib file system/lib/libchromeview.so
but update uses different lib files (as I have removed system/lib/libchromeview.so with never lib file found in apk/lib folder and removing from apk saves space(both on system partion and internal memory) and so far I have no force close works perfect)
this things I want to know because want to remove unwanted app and update gms
Here you go.
http://forum.xda-developers.com/showthread.php?t=2737126
[TUTORIAL] Find out which shared libs (.so) are missing
If you have an detailed list of library files for in build apps (especially for HTC) like the one you mentioned of the chrome library file please share it with me.
HTC desire X, JB , TWRP
Hello,
I need to find a way to edit factory firmware:
1. insert one or two app to be preinstalled, and placed on home screen
2. change default ringtone
I tryed android kitchen, repack system.img file (which is one of many parts files of firmware i have to edit, like boot.img etc) then i edited just one thing, e.g background or place one app. And then I get stuck, i cant find way to restore system.img. Kitchen makes update.zip file..which cant be installed becouse of signature.. So my main problem is how to edit system.img? (unpacked or packed)
Basicly every advice is how to repack, open *.img file, non is to repack.
I have PAP4500DUO and A538 Lenovo. And Windows envirement. I am a rookie too.. :/
After hours of decompiling and things alike, I finally managed to extract the Oppo Colour OS 2.1.x files from the .dat file. But Once I extracted the folders and other things. I come to the launcher folder which has 3 things in the root of the Oppolauncher folder. A folder names "arm", another folder named "lib", and the launcher apk file itself. I know by past experience (Haven't tested myself.) That the apk needs those two folders. (theres also a folder names "oppolaunchersystem" with an arm folder and "oppolaunchersystem.apk.") In order to port these apk files for use with Lollipop devices (Colour OS 2.1.x I believe is lollipop.) Do I have to implement the lib and arm folders (maybe the launchersystem apk)? And if so, how? Thanks for anyone willing to help me with creating the system dump.
I attached the two folders in a Zip file for anyone who wants to examine it.
Sorry for my bad English if I made any errors.
{EDIT} I tried installing OppoLauncher.apk through ADB and I got back [INSTALL_FAILED_DEXOPT] and with OppoLauncherSystem.apk I got back [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]. So it seems that OppoLauncher will work on the device I tested it on (Droid Ultra on 4.4.4) but It needs some sort of resource within the Colour OS 2.1 .x ROM.