Hello
I am looking for the file(s) with the calendar-data.
I was looking (as root) in /data/data but I could not really find them.
Also I was looking for the contacts-data file.
Does anyone know?
Thanks
Hey guys,
I'm looking for the proper directory to push wallpapers into my device, so I won't have to load it off the SD Card. Especially interested to inject the default Desire wallpapers.
Thanks,
Evan
The wallpapers are usually part of an apk. Usually it is Launcher.apk
If you know how to edit the files within an apk, that is one way, if not, its pretty simple, just find the wallpaper you want. Find the one you want to replace. Rename the wanted wallpaper to the same as the wallpaper you will be replacing. Copy it over and do the same for the wallpaper_small.png file that corresponds. Then either adb push or use an adb GUI to get the launcher.apk back over to the phone.
This is in no way, a detailed description, just the jist of how to do things.
launcher2.apk if you're running Android 2.0 or higher.
But otherwise, above is correct.
Cheers guys,
Can I just keep adding files? Or do I have to rename files?
hidea said:
Cheers guys,
Can I just keep adding files? Or do I have to rename files?
Click to expand...
Click to collapse
No, you can't just add... there are a pre-defined and finite number of "slots" - you can't include more than the application currently supports. Files need to be exactly the correct names.
Also, if the files are different sizes, or you change too many, you'll upset the digital signature on the launcher2.apk you'll need to resign the launcher2.apk file before pushing it back.
If that all sound too hard let me know...
djmcnz said:
No, you can't just add... there are a pre-defined and finite number of "slots" - you can't include more than the application currently supports. Files need to be exactly the correct names.
Also, if the files are different sizes, or you change too many, you'll upset the digital signature on the launcher2.apk you'll need to resign the launcher2.apk file before pushing it back.
If that all sound too hard let me know...
Click to expand...
Click to collapse
That does sound a bit 'hard'. But nothing I can't tackle with a bit of reading.
So, how do re-sign the launcher2.apk file?
hidea said:
That does sound a bit 'hard'. But nothing I can't tackle with a bit of reading.
So, how do re-sign the launcher2.apk file?
Click to expand...
Click to collapse
Here you go: http://forum.xda-developers.com/showthread.php?p=5856509&#post5856509
Let me know how you get on.
That doesn't sound overly complicated, but it's too much work for a single wallpaper from the HTC Desire. As of right now, it resides in the SDCard. And I do use HelixLauncher2. I wish there's a simpler way… let's say, like an app that can inject files directly into HelixLauncher2.
Thanks for your help, though!
Fair enough.
You may be interested in keeping an eye on Kang-o-rama, that uses HelixLauncher2 and I'll be adding some static wallpapers back in in version 0.6.
If you are interested, let me know which wallpaper you want and I'll put it in there for you...
I definitely wouldn't call my self a noob but also would never call myself a programmer or a pro by any means. I can change the framework-res.apk with out any problems and am getting the hang of different theming from messing around with that. I have read just about every tutorial that I can get my hands on too but haven't found anything regarding com.htc.resources.apk. The are files in that apk that I want to change but every time I even change the smallest png in there when I push with adb or droid explorer or simply copy and paste with root exp I get bootloops no matter what. I've tried signed unsigned nothing seems to work. If it matters Im running CMYLXGO's HD build on NAND. And I've been told that com.htc.resources.apk is a "sensitive" file but based on others themes and build I imagine that there has to be a way to modify it. So please any advice or ideas are very welcome...thanks so much in advance.
+1
I can replace com.htc.resources, BUT millions of FCs
Even if I replace it with the original file!!
Can somebody help us?
I think you need to set permissions
When tying a new theme, its quite many steps to make.
Is it possible to write a script that does all this?
I'd basically like to have a structure under /sdcard/theme.. corresponding to the necessary folders under /system (/app, /framework and maybe some more)
Then I'd like to just place the new files on sdcard and let the script do the rest.
For each, move each to /system, set permissions, move them to /app, /framework and so on.
I'm used to scripting in VBS, but Linux/Android is totally new for me so I don't know where to start.
Any tips?
you mean something like this? http://forum.xda-developers.com/showpost.php?p=5038696&postcount=1
commodoor said:
you mean something like this? http://forum.xda-developers.com/showpost.php?p=5038696&postcount=1
Click to expand...
Click to collapse
Nice! Far more advanced than the script I thought of, but I'm pretty sure I can use that. Thanks!
Carrier is just showing numbers on a AOSP rom I installed. I understand this is completely stripped but I was wondering how to setup the carrier name properly instead. I read that spn-conf.xml in /system/etc/ is what I should edit but there was no file so I created one and pushed it to the device with adb rebooted the device but no luck. Anyone know how to set this up? Thanks
maybe you lost the imei?
No phone works fine.. I know there is suppose to be a file that will read the numbers then display the carrier name. Before it use to be spn-conf.xml and you would setup the file as follows;
<spnOverride
numeric="302320" spn="Mobilicity"/>
</spnOverrides>
then push it to /system/etc and it would overwrite the file however in the new 2.3.5 this file is not present and was wondering if anyone with knowledge knows this. I would post in development but that is for projects and not for troubleshooting or chatting.
Thanks
Did you find a fix for this? I just installed CyanogenMOD 7.1 and am seeing these numbers as well (using Mobilicity on my Vibrant).