{
"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 to install
Download zip
Push it on SDCARD
Run recovery
Install from zip
Click to expand...
Click to collapse
Awesome work :thumbup:
Sent from my HTCSensation
MaratabHashmi said:
Awesome work :thumbup:
Sent from my HTCSensation
Click to expand...
Click to collapse
thanks
man thats beautiful thumbs up..
good work...:good:
want to go back to my old boot animation
Hi,
i have been using it from the last 3 days and now i want to go back to my old bootanimation whereas while doing it from Venom tweaks it is not happening.
can you please help me how can i change it now.
Thanks
Ahmad
Hi,<br />
<br />
i have been using it from the last 3 days and now i want to go back to my old bootanimation whereas while doing it from Venom tweaks it is not happening.<br />
<br />
can you please help me how can i change it now.<br />
<br />
<br />
Thanks<br />
Ahmad
Click to expand...
Click to collapse
Using some kind of root explorer, move original bootanimation.zip to -
system/customize/resource
And set permissions to rw-r--r-- then reboot
Can you please make an inverted (dark) Version?
menfisher said:
Can you please make an inverted (dark) Version?
Click to expand...
Click to collapse
Yes, but please wait.
I making new version. Soon
Related
These are Bootanimations I've made for My rom , Miui pRiMe .
I made flashable zips for easy use . All the creations I made will be added to this post in the future .
- Credits -
-- My Buddy " raac " for all the help he's given creating these graphics .
-- & Me
Click to expand...
Click to collapse
Bootanimation Oodie + loading screen - Download here
Bootanimation Oodie + Rotating dots - Download Here
-----------------------------------------------------------------------
Some Miui Prime users requested a signature & I made some siggys here .
Use anyone you like ( if you want it )
Very Simple versions ...
-------------------------------------------
{
"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
Bit of a elegant
-------------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------
Click to expand...
Click to collapse
How To apply -
* Right click on the Signature you want --> Click " Copy image location " --> User CP --> Edit Signature --> Click on "
" --> paste --> Save -- > Done !
This is a semi-transparent stock digital clock widget modified with different percentages of transparency for stock ICS ROMs 4.0.4
the number _XX indicates the percentage of opacity
DigitalClock_100.apk is not transparent (same to stock).
DigitalClock_0.apk is completely transparent.
{
"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 to Install:
Download DigitalClock_XX.apk that you like
Copy DigitalClock_XX.apk in sd and rename to DigitalClock.apk
With Root Explorer copy DigitalClock.apk and paste in system/app
Reboot and enjoy..
If you like another widget with different transparency repeat the same procedure described..
Download Semi-transparent Stock Digital Clock
http://www.mediafire.com/?481e7grmd8c9l
Thanks a lot !
(where can I find your wallpaper ? )
I tried this on the latest criklso rom but cant make it work
Sent from my GT-N7000 using Tapatalk
Works a treat, thank you.
Dont work with cristelos rom 4.04
Sent from my GT-N7000 using xda app-developers app
working but device every restarting " android os upgrading please wait " warns.
Not working on DDLR9.
Can you make it work on DDLR9?
I can give you stock DigitalClock.apk.
bg.png tuned my self in Photoshop.
Thanks for the concept!
Not working on clean note v5
_______________
Sent from GT-N7000 via XDA Elite-App
Hi, i will learn how to add battery porcentage for Stock 4.4.2 ROM of Moto X, works with others roms too!
Screenshot:
{
"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"
}
Requires:
Code:
- SystemUI.apk deodexed
- apktool v2.0.0b9
Let's start:
1º - Decompile SystemUI.apk
2º - Download this smalis > click here
3º - Put the folder "erryy" in "SystemUI > smali > com"
4º - Go to "SystemUI > res > layout" and open "status_bar.xml"
5º - Find this line:
Code:
<include android:id="@id/signal_cluster"
6º- Below this line put this line of code:
Code:
<com.erryy.BatteryText android:textSize="12.0dip" android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:paddingStart="2.0dip" />
7º - Now, find this line:
Code:
<com.android.systemui.BatteryMeterView
and replace the entire line for this line:
Code:
<com.android.systemui.BatteryMeterView android:id="@id/battery" android:layout_width="6.0dip" android:layout_height="15.0dip" android:layout_marginBottom="0.33000004dip" android:layout_marginStart="4.0dip" />
8º - Compile the SystemUI.
That's all!
Very Good!! :good:
Tenigima said:
Very Good!! :good:
Click to expand...
Click to collapse
Thanks
Nice work, but why not just install gravity box?
Sent from my Dev Edition Moto X
Schaweet said:
Nice work, but why not just install gravity box?
Sent from my Dev Edition Moto X
Click to expand...
Click to collapse
This is for we devs! We work for the users just install our custom rom and use it, we don't want that the user set a lot of things! and i don't like the xposed and gravity
https://play.google.com/store/apps/details?id=de.kroegerama.android4batpercent
It's not same as this but it works for non rooted devices.
Sent from my XT1056 using XDA Free mobile app
Stock Icons For KitKat Roms
{
"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"
}
Hi all i have modded some of the apks to make the home screen look more like stock
hope you all like it
Install Instructions
Flash zip through recovery or extract files push to /system/priv-app set permisions 644 reboot done!
Download:
V1 https://mega.co.nz/#!eh5zhKxQ!jR7PhfTUQsPNzkDMfmKq3diGUBbY-HVLPFtVvbBH9x8
V2 https://mega.co.nz/#!ThhmRQQC!EnZGIDqI4UFFt_qVgh9_9XmqkAZ5Q0GleB3qtO6R6-Q
Code:
[U]Changelog[/U]
[B]V1:[/B]
-Dialer
-messaging
-Contacts
-Camera
[B]V2:[/B]
-Calculator
-Clock
gavster26 said:
stock icons for kitkat roms
hi all i have modded some of the apks inc. Contacts, dialer, camera mesaging to make the home screen look more like stock
hope you all like it
install instructions
flash zip through recovery or extract files push to /system/priv-app set permisions 644 reboot done!
download: https://mega.co.nz/#!eh5zhkxq!jr7phftuqspnzkdmfmkq3digubby-hvlpftvvbbh9x8
if someone can post screen shot of home screen i'll add to op
Click to expand...
Click to collapse
oh buddy good to see you here
will surely try this out
freakzapster said:
oh buddy good to see you here
will surely try this out
Click to expand...
Click to collapse
Thanks Bro @Aeron sagar has bought an xperia I aswell
Version 2 Added
I know its a silly question, but will this work on sola??
It will work only on cm?
Sent from my taoshan using XDA Premium 4 mobile app
How to add Contributors Credits options of Cyanogenmod ROM in other ROMs
Hello good day XDA
Tested this on MT6577 & MT6589 device running Jellybean. I think this guide will work on other's too.
REQUIREMENT:
- BRAIN
- Patient
- experience
- Know how to decompile/recompiling Apk
- notepad++
- APKTOOL 2 ++
Ok Let's Start
STEP 1
First decompile your Settings.apk.
STEP 2
Merge the files in Settings.apk
{
"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
Now replace the exiting png named "contributors_cloud.png" present in "assets" folder with your png. But make sure the name of png should be same i.e "contributors_cloud"
STEP 4
Now open "device_info_settings.xml" Or Where ever You Want present in Settings.apk/res/xml and add this code.
Code:
<PreferenceScreen android:title="@string/rom_thanks" android:key="rom_thanks" android:summary="@string/rom_thanks_summary" android:fragment="com.android.settings.gurpreet.ContributorsCloud" />
STEP 5
Now open the "strings.xml" present in Settings.apk/res/values and add these lines above </resources>
Code:
<string name="rom_thanks">Special Thanks To</string>
<string name="rom_thanks_summary">Touch here to see the names</string>
STEP 6
- Compile
- Sign it
Special Thanks to :-
Code:
Cyanogenmod
Gurpreet Singh
Note !
You can change the background colour from gray to any by editing this "-0xbbbbbc" in ContributorsCloud.smali
HAPPY MODDING
SCREENSHOTS
Reserved
nice sir...thx for guide
Thanks you.
D2Y aka E said:
nice sir...thx for guide
Click to expand...
Click to collapse
Carlos Arriaga said:
Thanks you.
Click to expand...
Click to collapse
Your Welcome HIT THANKS