Sysfile Copymaster created by @Flextrick so all credit to him
Agreat app for [MODDERS | THEMERS]
Copying files to the storage:
Open Sysfile Copymaster
Select directory (above, left corner)
Select files
Press Copy (above, right corner)
Finished, the files will be located in /sdcard/Sysfile Copymaster
Copying files to root directories:
Open Sysfile Copymaster
Select "copy to system" tab or swipe
Select directory where to copy the files (above, left corner)
Select files
Press Copy (above, right corner)
Finished, the files will be located in the chosen directory.. all permissions were set.
LINK TO HIS THREAD: http://forum.xda-developers.com/showthread.php?t=2581527
{
"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"
}
And from the same developer ANDROID MULTITOOL
LINK TO HIS THREAD: http://forum.xda-developers.com/showthread.php?t=2326604
Related
HTC Calendar.exe (attached) shows the month calendar as shown below;
{
"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"
}
This via a SDK developed calendar month viewer can be viewed / used in landscape mode too, though only after adding HTCCalendar.exe to G-Sensor capable applications; I use BSB Tweaks nowadays. Before that I used GSen (but was not satisfied).
The HTCCalendar.exe does not have an icon; this was to keep it as small as possible at that time. Included in the attached zip is a shortcut, though it assumes you unpacked the zip to \Windows\ directory AND you have downloaded sktools_icons.dll (in a zip).
Below is the text to see (open in notepad) in the file which is included in the zip as a *.LNK file;
Code:
59#"\Windows\HTCCalendar.exe"?\Windows\sktools_icons.dll,-179
If you have not unpacked it to \Windows\ directory;
then alter the *.LNK with a text editor to match your PATH.
For more examples and how to's about *.lnk shortcuts and Feature Settings see this thread I created some time ago.
Have a nice day,
{
"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"
}
This Is how you install the app
Install Root Explorer
with Root explorer Navigate To /system/app
Set R/W
Navigate down and delete IMP.APK
now download apk provited below
put it in sd card
now go to root explorer again and go to /sdcard
find the IMP.apk and copy it
now go to /system/app and paste it there
Scroll down to the pasted apk, long press on it and select Permissions (you'll see 9 check boxes when you do this)
Check the Read and Write buttons for User, and only the Read boxes next to Group and Others, then tap OK (once you're done, the read/write permissions under the app name should be the same as all the other apps listed
Reboot.
View attachment IMP.apk
sweet i like it!!!
Ever have an app on your phone that has a newer version in the Market but you don't want to keep getting an update available notification?
If so, then this guide is for you.
You will need SQLite Editor to do this MOD right on your phone.
STEP 1. Install SQLite Editor.
STEP 2. Open SQLite editor and navigate to
{
"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"
}
STEP 3. Select
STEP 4. Select the table 'asset_version' and open table
STEP 5. Find the app/package name you want to stop the update notifications for and change INSTALLED to UNINSTALLED.
STEP 6. Close out of SQLite editor and save the file. Reboot your phone.
The app will show in the market under 'NOT INSTALLED' apps, and will not give you those pesky update notifications anymore.
HI, guys.....
From this guide you can learn how to run your app in a AVD
1- Open MVS
2- Then choose a name for your project, then OK.
{
"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"
}
3- This is how your code will look like, you have to do your coding here.
4- If you want to change the project's android version(default is 2.2 Froyo) see below
Then save the project
5- To run this, press F5 or press the button shown below
6- In the first dialog it shows your device if u have connected it.
If u don't, click start emulator imager
7- Now choose the AVD that you have created before
8- Wait until it loaded
9- Now choose it's name and OK.
10- Some packages will installed to it.
11- Now app will open, it isn't? then go to menu open dude
Happy CODING!
I'm trying to make a script which would correct SW Configuration file after the system is installed. Due to samsung's sertificates this file can't be corrected in the rom before flashing.
I created a script, which runs with root permissions and executes this code:
Code:
cp /system/csc_update/SW_Configuration.xml /system/SW_Configuration.xml
Generally it should replace the file, but for some reasones it creates a copy. So I can see 2 files with exactly the same name.
If I run:
Code:
rm /system/SW_Configuration.xml
The original file is never deleted, but, If I have my own, than it is.
My application can only see the original one.
I've tried to analyze the difference. Root Explorer shows that everything is equal (Permissions, owner, SE context). Only the icon of my version is blank (without lines, which should show that it's a text file).
{
"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"
}
How can I replace the original file?