[Q] Where is the config file of chromium on my webtop? - Atrix 4G Q&A, Help & Troubleshooting

I have installed chromium(4.0) on my webtop, but I can't find the config file.
I want to change the size of font on the webpage, and I tried to change it in the "options - under the hood", but nothing changed. So I want to find the config file to change it directly.

Related

[Q] why resource file could not be added into .apk file

I am trying to display android ui on small size screen. So I add some resource files for launcher like this: add "/res/drawable-small-ldpi" into the launcher directory. but after i rebuild the launcher, I count not find the adding resouce file and directory in the .apk file.
Maybe i make mistake in my building operation, in this time, what shoud be done to build the new resource into the .apk file?

[Q] How to customize font to the android recovery?

Hi, I'm trying to add a Chinese font to my recovery, but now I don't know how to do that. I found the minui/mkfont.c file which can generate the font header file. It reads data from a gimp_image structure that is generated by the GIMP software. I've tried to use the Bitmap Font Generator under Windows system to create a bmp file of my font, but after converting this bmp to a C header file via mkfont.c, it shows garbled characters on the phone. So anyone who knows how to convert my ttf font to a bmp image correctly? And which section in the font should I select?
I'll be very greatful if anyone can help.
fentensoft said:
Hi, I'm trying to add a Chinese font to my recovery, but now I don't know how to do that. I found the minui/mkfont.c file which can generate the font header file. It reads data from a gimp_image structure that is generated by the GIMP software. I've tried to use the Bitmap Font Generator under Windows system to create a bmp file of my font, but after converting this bmp to a C header file via mkfont.c, it shows garbled characters on the phone. So anyone who knows how to convert my ttf font to a bmp image correctly? And which section in the font should I select?
I'll be very greatful if anyone can help.
Click to expand...
Click to collapse
i need help on how did you convert bmp to c plz help

[Q] How to modify the Android source code / external/icu4c/data

To make Android icu4c support Tibetan, icu4c/data/curr locale region zone other folder has bo.txt, which is in compliance with Tibetan time format, etc., but data / coll file has not bo.txt, I would like to Android4 .1 source code / external/icu4c/data/coll file, add bo.txt bo_CN.txt file, but do not know how to write bo.txt, modeled after other documents written in icu4c/stubdata/icudt48l-default. txt add coll / bo.res etc, but. / icu_dat_generator.py generate icudtXX.dat unsuccessful, suggesting icupkg: unable to open input file "/ home/x/WORKING_DIRECTORY/external/icu4c/tmp/coll/bo.res" Q: how to solve this problem? bo.txt file how to write?:laugh:

Attempting to pull assets, images, and resources from an APK

I am attempting to extract the images from the game Summoners War to use for wallpapers and such.
I am able to get the APK file and have the image files in question in the assets folder, however they are not able to be opened in any image editor or photo viewer, I believe that they are encrypted. I do have access to the source code through Jadax, but I am not sure how to locate the key to decrypt them, or how exactly to decrypt them even if I had said key.
How does one go about extracting the images so I can use them for PC/phone wallpapers?
Solved.
Delete the first 16 bytes of hex data, then change the file extension to .jpg.

[Q] How can I edit APK's library files (.so files)?

I want to install 2 different versions of an app. I researched a little and found that I need to change APK's package name with APK Editor. I decompiled the APK with APK Editor and changed everything related with package name. For example The app's package name was
Code:
com.oldapk.filee
, I changed to
Code:
com.newapk.file
. Then I compiled it again and installed new apk file. But I was unable to launch the new APK file, I enabled USB Debugging on my phone and started to looking crash logs. I saw that the package name was mentioned as
Code:
com.oldapk.filee
, I started thinking about what could It be wrong, I used
Code:
ack
on linux to check which files has
Code:
com.oldapk.filee
string and saw that 2 libraries (.so files) was including the old package name. I changed them in NotePad++ (Hex Editor Addon) to new package name but this time when the app launches, I was able to see starting screen but it was crashing in 0.5 seconds after I launched it. I checked the crash logs again and then I saw that the package name was still old. Maybe the changes that I made didn't effect. How can I edit these files?

Categories

Resources