Decided I needed a central place to post my work, so here it is. As of now, everything has to be installed via adb.
If anyone can provide me with instruction on how to make flashable images, please let me know.
Code:
# Remove pre-existing bootanimation.zip and SPC_animation_final.mp3
adb shell rm /system/customize/resource/bootanimation.zip
adb shell rm /system/customize/resource/SPC_animation_final.mp3
# Push downloaded boot animation files to the phone
adb push {downloaded.zip} /system/customize/resource/bootanimation.zip
adb push SPC_animation_final.mp3 /system/customize/resource/
# Test boot animation
adb shell bootanimation
# Enjoy!
For The Horde!
{
"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"
}
Download bootanimation.zip
Bugatti
Download bootanimation.zip
Post reserved
i may have used the for the horde one if i didnt already have the destroyed boot animation... but looks good
Thanks Still learning, but having a great time doing it!
Related
MotoLocker ICS Theme
{
"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"
}
COMPATIBLE WITH:
SuperCharged v5 2.3.6
HOW TO INSTALL
Step 1: Download File from here and place them on your sdcard(not in a folder,just straight on sdcard)
Step 2: Using ADB push the file with the code provided below
Step 3: Enjoy!
FILE:
CLICK HERE TO DOWNLOAD
Here is the Code,you need to use adb while in windows.Open CMD to push file.(if you dont have ADB you download it from the "Root your Atrix 2" post in the Development Section, its the file named "exploit.zip")
Code :
Code:
adb shell
su
mount -o rw,remount /dev/block/mtdblock3 /system
cat /sdcard/framework-res.apk > /system/framework/framework-res.apk
chmod 755 /system/framework/framework-res.apk
reboot
WARNING: I AM NOT RESPONSIBLE FOR YOUR PHONE,YOU BRICK YOUR PHONE THATS ON YOU. IF YOUR FOLLOW THESE DIRECTIONS YOU WILL BE FINE : )
IF YOU LIKE,FEEL FREE TO HIT THE THANKS BUTTON!
Hello, everyone
Here am I again posting another theme ported from CM7. This time it is the great Androidian, the green theme that comes with any default CM7 installation.
Screenshots :
{
"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"
}
Click to expand...
Click to collapse
NOTE : This theme works only on deodexed ROMs. It has been tested on Inspiration ROM, but it should work just fine on all deodexed 2.3.6 ROMs.
How to apply theme :
1. Download framework-res.apk
2. Place it on the root of your sdcard
3. Run the following commands on the computer :
adb shell
su
stop
mount -o rw,remount /system /system
mv /system/framework/framework-res.apk /system/framework/framework-res.bak
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
chmod 0644 /system/framework/framework-res.apk
reboot
Click to expand...
Click to collapse
And voila! Now you have Androidian CM7 theme installed on your Ace Plus.
Hope you like it
Download link here : http://speedy.sh/wG7Nm/framework-res.apk
Unlock Hidden Toggles in Notification Panel
{
"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"
}
I have seen few posts related to unlocking some hidden toggles (Galaxy s4,s3, ...) but none listed a way to add them all.
Tested on JB S4,S3, Note 3 & Light but it might work with other Samsung devices.
First of all you have to install sqlite3 in /system/xbin.
you can get one here : (thanks to Slaid480)
https://github.com/Slaid480/Android-Universal-Fly-On-Mod/tree/Beta/sqlite
copy libncurses.so -> /system/lib/ (chmod 644)
copy sqlite3 -> /system/xbin/ (chmod 755)
Reboot
Backup (/data/data/com.android.providers.settings/databases/settings.db)
connect your device
adb shell
su
Code:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "insert into \"system\" values(null, 'notification_panel_active_app_list','Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;PersonalMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode;DoNotDisturb;');"
Code:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "insert into \"system\" values(null, 'notification_panel_active_app_list_for_reset','Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;PersonalMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode;DoNotDisturb;');"
Reboot
Note: @jovy23 has posted another way to do it but you need to run factory reset.
Done !!
I had this directory when i flashed cwm recovery (philz)
but i changed my mind and flashed twrp
{
"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 when i found this directory, i tried to delete it !! But it tells me that i dont have permissions to do so ..
I tried removing it using root browser and emulator .. nothing worked :|
Try changing the folder permission first, then delete it.
Try executing the following code-
Code:
su
chmod 777 path_to_your_directory
rmdir path_to_your_directory
samsungrockz said:
Try changing the folder permission first, then delete it.
Try executing the following code-
Code:
su
chmod 777 path_to_your_directory
rmdir path_to_your_directory
Click to expand...
Click to collapse
you cant specify permissions for directories :|
but I tried that anyways
{
"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"
}
I've been digging around on the Linux terminal for a bit. Using vim is tricky but actually quite usable with some awesome plugins. Like it regardless, I been trying to find where the Android system files are. I.e data/misc/wifi
Has anyone managed to find the actual Android home root? Or is it not possible?
Thanks.
cd host-rootfs
cd storage
cd sdcard0
@Archtects
You move to Android's home directory by
either
Code:
cd /
or
Code:
cd $HOME
To access ( view ) system files device's Android must be rooted.
Help please in GNuRoot Debian permission denied
./configure
permission denied
make
permission denied
chmod +x and su and others not work