As we know each new installations of the program Information of location and signature is found in the file in the Debug folder phonedb_data.00. An old program on behalf of dadb_data.00 V1.0.0 could open this kind of file but not for our bada. The latest version is 1.0.3 but still found today if someone has an idea I gladly take, it will allow a particular change the location of programes at startup of bada as I demonstrate installing Android while having Bada functional but would be easier if we had this kind of program ..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
v1.0.2
- (BETA) Added support platform Quallcomm, file phonedb.00
as you can see the 1.0.2 beta supports file phondb.00 (bada) but still can not find it and also found vesion 1.0.3 as most successful ..
Other tools :
http://www.content-extractor.com/?page=index
In theory it is sqlite...
Maybe compressed or ...
Long time ago I have modified few Bytes in bada 1.x Firmware...
To reset App Counter...
Will check if Tools work with old DB...
Best Regards
XXLA1 for instance... bada 2
Check folder DB2 in RC1 file...
aslite.cfg
Db2FTSConfig.ini seems mandatory.
Code:
#create fulltext index search_utf8.text_utf8 (simplex, space, utf8) on msgtable(field_14 condition field_6 < 0x2000 ) on contact(sdisplay_name condition devtype=0) on mxphonetable(mxdb_name) ;
#create fulltext index search_utf8.tmp_text_utf8 (simplex, space, utf8 temporary) on msgtable(field_14 condition field_6 >= 0x2000 ) on contact(sdisplay_name condition devtype<>0) on mxmmctable(mxdb_name);
#create fulltext index search_ascii.text_ascii (simplex, space, ascii) on cloglogtable(field_20) on axcomp(app_display_name);
#create fulltext index search_utf8.text_utf8 (simplex, space, utf8) on msgtable(field_14) on contact(sdisplay_name) on mxphonetable(mxdb_name) ;
#create fulltext index search_utf8.tmp_text_utf8 (simplex, space, utf8 temporary) on mxmmctable(mxdb_name);
#create fulltext index search_ascii.text_ascii (simplex, space, ascii) on cloglogtable(field_20) on axcomp(app_display_name);
#create fulltext index msgcvs.name (simplex, exactspace, utf8) on msgconversationtable(display);
#create fulltext index msgcvs.phonenumber (like ngram, exactspace, utf8) on msgconversationtable(display_original);
#create fulltext index msgplcontact.phonenumber (like ngram, exactspace, utf8) on ctsvccontactdatatable (contact_data condition type = 1) ;
#create fulltext index msgplcontact.email (simplex, exactspace, utf8) on ctsvccontactdatatable (contact_data condition type = 2);
#create fulltext index msgplcontact.name (simplex, exactspace, utf8) on ctsvccontactdatatable (fl_fullname);
create fulltext index msgplulogph.phonenumber (like ngram, exactspace, utf8) on ulogdistinctdbtable (lognumber condition ctprimaryid = 0);
create fulltext index msgplulogemail.email (simplex, exactspace, utf8) on ulogdistinctdbtable (emailaddress condition ctprimaryid = 0);
create fulltext index msgplemail.email (simplex, exactspace, ascii) on msgctInfotable (address condition address_type = 0 and ct_primary_id = 0);
Otherwise Bluescreen during initial if folder removed...
DB2MgrFTS.c
DB2FTSSetiniFile failed
bada 1.2... XXJL2... contain also:
DB2.SYS -> ZIP file...
Attached from XXJL2...
Maybe this template is readable by some Tool... who knows.
Best Regards
Related
Any way to change the order of the Apps in the menu?
/ I mean it should better to view them by alphabetical order /
I think the order stored in a (text) file. If we could find it, we could able to make an application (for a PC, may java app for the phone) to re-order them, and that application could push back the new file...
Check with sTune for instance folder:
Registry\MainMenu_reg.ini
Here are 10 Pages... each are for 12 Apps... maximum 120 Apps on 10 sites.
Apps have MenuID
Where the ID exact stored, NO idea at the moment... So you have to understand which ID is your App.
As every Page is arranged by
MenuIDx you can find App per count...
First left App on top starts with 0, last right App bottom ends with 11...
Rumours about MainMenu_reg.ini... depend on Firmware Version it is writeprotected.
To sort by alphabet it is easier to do it on handset.
In my opinion.
Best Regards
Edit 1.
See here for some Screenshots:
http://forum.xda-developers.com/showthread.php?t=916940
As example Route 66 the Navigation on ID 53. Now you could copy this 53 to every Position you want.
Edit 2.
sTune is an PC Tool with the Power to change MainMenu_reg.ini and copy back to handset. See last Tab.
First:
We should have explore to find the connection between the ID and the location where the app stored (in memeroy or an SD card)
Next: we have to pair the ID with the application'S info to read the name of the app from the XML
Then we should do the trick to change the IDs in the matrix of the menu
I found that Softkey_reg.ini use the same index number to know which 3 app used on softkeys as you see below:
#Version
Version=1
#Softkey
SKMenuID0=67
SKMenuType0=0
SKMenuID1=69
SKMenuType1=0
SKMenuID2=68
SKMenuType2=0
It should be changed to any ID of an app
On the right bottom corner of the first page of mine menu there is a Flash Torch app. As I found, the app id# is 190. I searched for it, and i found under (where applications installed) in a sys file called Appinfo.sys
Registry/MainMenu_reg.ini:
#Page0 (first page)
..
MenuID11=190
Mount/Mnt/Mmc/Others/[email protected]@[email protected]@__/XYZ/Info/Appinfo.sys:
<Application ID="190" AppId="3w1n2nuqxk" Name="Flash Torch">
The connection is:
(MainMenu_reg.ini).MenuID11 -- > (Appinfo.sys).Apllication ID --> Name
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now somebody should make a java widget, what should read the Name from every Appinfo.SYS, and put them into an array, sort them by the first letters, and put index orders, save the MainMenu_Reg.ini to SD card, then replace it with the fresh new ordered numbers
This is an old mod for GingerBread kernel makers I've never mentioned - so it may have been found by now - but I've noticed it may be of use for cf-root (and possibly others) after testing out XXJW4 2.3.6 and cf-root 4.4 JW4, which I'll use in the example.
Dial *#2663#
You'll see "TSP threshold: 40"
Goto cf-root and select Touchscreen Sensitivity. Reboot
TSP threshold now = 35 as it should. Connect power cord or USB. TSP threshold now = 70. Disconnect. TSP threshold now = back to 40 = :-(
Samsung opensource file to edit (my settings):
/drivers/input/touchscreen/qt602240.c
OLD=default - NEW=my custom setting
line 247:
OLD: touchscreen_config.tchthr = 40;
NEW: touchscreen_config.tchthr = 38;
line 249:
OLD: touchscreen_config.tchdi = 2;
NEW: touchscreen_config.tchdi = 1;
line 253:
OLD: touchscreen_config.movhysti = 3;
NEW: touchscreen_config.movhysti = 2;
line 308:
OLD: touchscreen_config.tchthr = 40;
NEW: touchscreen_config.tchthr = 38;
line 310:
OLD: touchscreen_config.movhysti = 3;
NEW: touchscreen_config.movhysti = 2;
And the lines that mess things up when USB is connected/disconnected...
line 2441:
OLD: touchscreen_config.tchthr = 70;
NEW: touchscreen_config.tchthr = 38;
line 2442:
OLD: noise_suppression_config.noisethr = 20;
NEW: noise_suppression_config.noisethr = 30;
line 2445:
OLD: touchscreen_config.tchthr = 40;
NEW: touchscreen_config.tchthr = 38;
Hopefully this is of value to someone.
There is a app called SGS Touchscreen booster..
Faster and same result..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
silitek said:
There is a app called SGS Touchscreen booster..
Faster and same result..
Click to expand...
Click to collapse
No, after connected charger the still values up to 70....
@Ipy, Could u make a cwm package for your mod
cwc289 said:
No, after connected charger the still values up to 70....
@Ipy, Could u make a cwm package for your mod
Click to expand...
Click to collapse
I do have a kernel which I never posted - it's basically a variation of hardcore's SpeedMod kernel, minus a couple of mods, and the addition of the mod I have described above (in case anyone asks about the source code).
Works well with JVU 2.3.6, but NOT JW4 2.3.6
Changing kernels can produce unpredictable results, so at your own risk:
Hi guys,
Since using ColorOS v1.0 the stock camera app is missing an option to take pictures with 16:9 resolution format, but when using other app such as camera fv-5 we can use this resolution.
So I believed this is just a software restriction instead of hardware limitation. After looking inside several .xml files I figured out a way to add back this 16:9 option into Oppo Camera app.
We need to edit two xml files which you can find in /system/etc and their names are :
oppo_camera_dev_config.xml
and
oppo_camera_dev_config_novoice.xml
You can use file editor to edit them, just remember to backup first. Permissions for these files are 0644 with root as owner. You need root access and mount system with rw access first.
Now you only need to add this single line inside <string-array-name="oppo_back_camera_supported_picture_size"> into both files :
<item>2560x1440</item>
Details below :
This is the original content :
Code:
<!-- Supported Camera picture size for back camera in mega-->
<string-array name="oppo_back_camera_supported_picture_size">
<item>3264x2448</item>
<item>2560x1920</item>
<item>2048x1536</item>
</string-array>
And this is after inserting one line :
Code:
<!-- Supported Camera picture size for back camera in mega-->
<string-array name="oppo_back_camera_supported_picture_size">
<item>3264x2448</item>
<item>2560x1920</item>
<item>2560x1440</item>
<item>2048x1536</item>
</string-array>
Don't forget to reboot first.
And here's the screenshot from Oppo Camera after editing xml files :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my R819 using Tapatalk
hi,
In files oppo_camera_dev_config.xml and oppo_camera_dev_config_novoice.xml:
changing from "false" to "true" we obtain new features in camera app (slow shutter)
Code:
<!--camera mode list-->
<string name="slowshtr">true</string>
adding <item>rec_hdr</item> and <item>rec_slow_playback</item> inside <!-- Supported Camera mode for back camera --> we obtain new features (hdr movie and slow motion)
Code:
<!-- Supported Camera mode for back camera -->
<string-array name="oppo_back_camera_supported_rec_mode">
<item>rec_hdr</item>
<item>rec_slow_playback</item>
Unfortunately, I do not see any difference in recorded movie and slow shutter does not seem to work.
Inside decompiled oppocamera.apk are two files oppo_camera_dev_config.xml and oppo_camera_dev_config_novoice.xml changing the parameters there also do not see any difference.
Hi
I wanna to inform that jtag Segger j-link can be connect with Revskills . I have not any huge problems to link revskills with HTC Mozart and Lg e900 (qualcomm processors), of course , it's to hard solder thin patch to mainboard of LG .
It's possible to make dump from memory NAND of phone ( same partitions like: osbl, fsbl, amss, memory addresses I know from partitions info - Revskills, data of this binary files are rational at Hex editor). But only one I was able to read data, it's problem to write data. Processors from phones are supported by revskills.
NAND Memories are:
lg e900 : H8BES0UU0MCA hynix
htc mozart : ka100O015e Samsung
I know, these models are old, but good for learning .
About processor qsd8650 from service manual :
Enhanced memory supprt - Internal stacked 256-Mb DDR memory -166-MHz bus clock for low-power DDR SDRAM - Dual-memory buses separating the high-speed memory subsystem (EBI1) from low-speed pcripherals (EBI2) and flash memory (EBI2) -1.8-V or 2.6-V memory interface support (excluding EBI1 and SMI) -NAND flash memory interface (with one NAND) and byrst NOR -Boot from NAND
What I want ?
Better support for these NAND and processor, so I must edit config.xml for this program Revskills ? How?
How this program initialize ? Files, what I have are :
dump from qpst : ebi1.bin, load.cmm, smi.bin, msdp_ram.bin, msdp_regs.bin,
and of course fullflash.bin .
If you want to connect via jtag , first make connection with only jtag segger j-link , 1MHz is good, go to CPU (Revskills program) and press reset ,but only after pressing power button on mainboard phone. Vref for this jtag Segger is necessary.
Wątek niedopuszczony dla osób z elektroda/peel, skutkuje odjęciem 100 pkt.
View attachment 3826701
View attachment 3826702
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So I'm bringing the tutorial to change the permanent icons.
First depending on your device and build we will use only the cell phone or the pc, let's start the tutorial.
1 • Download the icon pack. When unzipping the .zip leave it with the name "segmdl19.ttf" do not change the name.
2 • If you have access to the folder "APPDATA" we will do the following click on the source and put on copy double click on the "APPDATA" folder and in the upper corner of the left side of your device give "DATA (U " Click on it and this screen will appear:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Soon after you look for the "Windows" folder and copy the font inside it.In Pc \ Desktops you will do the following method, open Interop tools> interop unlock> mark the 3rd option and restart your device.Connect your device using a USB cable and go to the file explorer of PC \ Desktops and copy the source to this "Data \ Windows" path and copy inside.
3 • If you use the Interop tools to change the source registry, follow this path in the "Registry Browser" in Interop tools> SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Fonts and select the "Segoe MDL2 Assets (TrueType ) "click on it and it will appear" segmdl2.ttf "click and rename to" C: \ Data \ Windows \ segmdl19.ttf "
4 • Restart your device and ready the font will be changed, plus for you to restore the default font use this modified WPTweaker app to restore. Very obgd to followUsing the modified WPTweaker you can go back to the default font and IconFonts without having to do it all over again.
Fonte segmdl19.ttf: Download
mediafire.com/file/crwuqqhsi24vnje/segmdl19.ttf
Appdata: Download
mediafire.com/file/zs4vjqva2wf72w3/appdata.zip
Interop tools: Download
forum.xda-developers.com/windows-10-mobile/interop-tools-appx-windows-10-mobile-t3373675
WPTweaker fonts: Download
mediafire.com/file/7czn0bp8ufjlfe7/WPFonts.zip
Blog oficial
meu-windows10channel.blogspot.com.br
Old ?