Hi!
I need config.gz for the linux installer application. I think the app can determine weather or not my rom is compatible with the certain features. Do you guys know any way to obtain it?
Edit: I'm using wiui rom.
Related
Hi,
Is there a way of getting custom ROMs on the the AVD?
I see that its partially possible using the ROM from HTC (as shown here: http://forum.xda-developers.com/showpost.php?p=4232807&postcount=9), but I want to create my own using builds from http://developer.htc.com/index.html or some of the ROMs provided here.
This will help me try and develop come code as currently the Android SDK's are missing parts like the Maps applications etc.
Thanks.
Not to worry, found it finally!
Its on this topic:
http://android.modaco.com/content/g...p-and-running-a-full-rom-with-the-market-etc/
And on this post:
http://android.modaco.com/index.php?s=&showtopic=289928&view=findpost&p=1053804
Hey Hastarin or anyone who may offer insight,
When I compile from your git and build the modules....
I don't get the cifs.ko outputted.
I get a file not included in your downloadable: msm_rmnet_wince.ko
And I get a bunch of .mod.o files that go along with them.
Can you give me some insight???? This is using a clone of your origin/master.
Hi all,
Recently I got the official Chinese ROM for Milestone 2, which comes with stock MKV+RMVB support, correctly-ordered Chinese contacts and call recorder. However, the Chinese ROM has no moto blur support for facebook & twitter, so I'm trying to port these things to my phone running UK ROM.
The media support seems harder to me, so I start with apps. AFAIK, odex+apk system apps cannot be substituted directly, and they should be deodexed. But when using baksmali how can I get the dependency of those odex? Shall I do manual/brutal search?
Edit:
I tried dsixda's linux kitchen, which successfully handles most of the odex files by brutal search, however, it fails to locate com/android/internal/policy/impl/LockScreen, how can I dig into this?
I have little experience in rom hacking so any help would greatly appreciated
found out the answer myself - when invoke baksmaili the order of files in BOOTCLASSPATH matters.
Now I got all files in /system/framework deodexed, and I think I could do /system/app without problem now
cyaniris said:
found out the answer myself - when invoke baksmaili the order of files in BOOTCLASSPATH matters.
Now I got all files in /system/framework deodexed, and I think I could do /system/app without problem now
Click to expand...
Click to collapse
QQ:251116444
can you help me~?
Can I ask where you got the ROM without the MotoBlur etc? I got my MS2 in China and want to use Chinese with an English OS, and also want to get rid of the whole MotoBlur thing and use the real AndroidMarket. Sounds like your custom ROM can do just that.
I 'm using [July 24th] [Sense 3.5] Energy™ -.¸¸.·´¯ Sense 3.5 build that just works! NAND ROM that best suits my needs. However I saw [11 SEP] Barebone CM7 v2b and came to idea to make similar thing with this rom for my personal use.
I would also like to implement NativeSD ROM, with that difference of leaving system folder on NAND rom. To be absolutely clear here, I 'm using linux OS and I 'm quite familiar with modifications that have to be done, so I don 't ask for help with that.
I would like to know is it possible to deploy nand rom to android emulator, and than use android emulator for development purposes for further customization, or is there some other tool that can be used for this? I did install android kitchen and I not very pleased with that.
When removing or adding system or market apps is it just enough to add/delete them, or are there some other things that I need to pay attention to?
Also when removing apps how can I see framework dependences to remove them as well if they are not needed anymore by other app?
I hope that is not to complicate to understand what I meant with this topic.
Thanks in advance.
The answer to my question about framework dependencies of a certain *.apk file that I want to remove, can be found in AndroidManifest.xml of that same *.apk file. Although manifest file is encrypted, information about what framework libraries are used can be viewed with aapt command (exp: aapt l -a someapp.apk).
I suppose this is the right way for doing this. Please correct me if there is a better way.
Can anyone help me find the keyboard from a cm10.1 rom (the unnoficial one ratcav made until the nightlies started) and help me import it to another rom?
Is this possible without major renovations to framework etc?
There is no "keyboard.apk" in the zip for the rom that I can find. How is the keyboard incorporated? Is it an apk, or something else?