Small Library Dependency Scanner - Alpha
{
"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 this tool scans ".so" file to find needed libs so that ".so" file would work correct.
For example:
That libGLESv1_CM.so would work it needs some functions from liblog.so, libcutils.so, libEGL.so, libdl.so, libc.so, libstdc++.so and libm.so
TODO:
Function extraction and check / compare vs lib you wanna use.
Related
Google search for windows mobile, that Today screen item with outdated Google's favicon. I hacked that icon resource to the new icon (
{
"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"
}
) for QVGA devices.
Just grab attached dll and place it into Google search installation folder.
Hi All,
I built a devices & printers metadata package for my EeePad
Rename by removing the .zip from the file name and place it into
Code:
%PROGRAMDATA%\Microsoft\Windows\DeviceMetadataStore\
{
"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"
}
DO NOT UNZIP THE FILE - REMOVE THE .ZIP FROM THE END
Hi,
I've found the location for Cortana's sounds. They're located on the phone (just mount an emulator image) as WAVE resources inside the following DLL:
Code:
\\MainOS\Windows\System32\speechuxres.dll
{
"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"
}
Source: http://leonzandman.com/2014/04/22/hacking-cortana-meet-all-of-cortanas-personas/
You can easily extract them using a resource extractor (or even Visual Studio).
what is the target of this? you cant do with these sounds
Root Explorer not working
{
"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"
}
Don't use RE from v4 and above. It has some problems with Java compiler, so it can't be run properly
Use RE 3.3.7 instead
hmm, it was problem with BusyBox.
I get the following when i do lunch and select my device. (I have included land thru a script in /device/xiaomi/land) am I missing something
I used this device tree- https://github.com/AQSD/android_device_xiaomi_land
is there a problem in the device tree?
{
"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"
}