[MOD][DonutHD] Screenshot option | updated [18-10] - XPERIA X10 Themes and Apps

Here i am Again
This time with screenshot option in power menu..
Only tested on DonutHD with DonutRefresh update & should only Work on that rom cause this replaces framework-res.apk
Installation:
Boot into xRecovery
Mount system
Flash "Screenshot_Option_xxxxx"
Reboot
Download:
This replaces framework-res which includes battery icon. So choose the version with your current battery icon
Download with stock battery 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"
}
)
Download with battery percentage refresh 1 (
)
Download with battery percentage refresh 2 (
)
Credits & Thanks:
My friend Tof37 for the screenshot how-to
and alzbac for rom
______________
Cheers,
NJ

Going to test this after i reflash my Donut XD
Sent from my X10i using xda premium

Just miss the reboot function.
Maybe in the next release ?
L

Screenshot work here! Could you do this but with back button instead home ?
And this disable recent applications holding home button, how to restore?
Sent from my Desire HD using xda premium

mascote9rc said:
Screenshot work here! Could you do this but with back button instead home ?
And this disable recent applications holding home button, how to restore?
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
he explained at the OP, there's a button for recent applications in his new status bar mod, flash it! http://forum.xda-developers.com/showthread.php?t=1941988
lmbibi said:
Just miss the reboot function.
Maybe in the next release ?
L
Click to expand...
Click to collapse
there's a reboot button located near the end of the status bar toggles of the recent Donut update, check it out.

a.monteiro said:
he explained at the OP, there's a button for recent applications in his new status bar mod, flash it! http://forum.xda-developers.com/showthread.php?t=1941988
there's a reboot button located near the end of the status bar toggles of the recent Donut update, check it out.
Click to expand...
Click to collapse
man, i'm using this mod now, it's very good... i'm not complaining but would be nice have a alternative (the back button kills task in CM)
the reboot button on status bar is useful, but it's better in on/off menu...

a.monteiro said:
he explained at the OP, there's a button for recent applications in his new status bar mod, flash it! http://forum.xda-developers.com/showthread.php?t=1941988
there's a reboot button located near the end of the status bar toggles of the recent Donut update, check it out.
Click to expand...
Click to collapse
man, i'm using this mod now, it's very good... i'm not complaining but would be nice have a alternative (the back button kills task in CM)
the reboot button on status bar is useful, but it's better in on/off menu...

I'll remove the long press mod soon, this will be screenshot mod only

NuriJ said:
I'll remove the long press mod soon, this will be screenshot mod only
Click to expand...
Click to collapse
which lines i have to put in abdroid policy and framework..????for longpress to kill????and settings.apk modification is complusary o wat???thank u

Removed longpress mod this is now screenshot option only
And all downloads updated, this should be useful for everyone now
nielneal said:
which lines i have to put in abdroid policy and framework..????for longpress to kill????and settings.apk modification is complusary o wat???thank u
Click to expand...
Click to collapse
That was very hard n difficult
I've added PhoneWindowManager$10, 11, & 12.smali, heavily edited PhoneWindowManager.smali (in android.policy), edited DevelopmentSettings.smali & development_prefs.xml (in settings.apk) and added a string to framework-res to show a message box after killing an app
I dont think its something a normal user can do but if u compare my the files with yours, u may find the difference

NuriJ said:
Removed longpress mod this is now screenshot option only
And all downloads updated, this should be useful for everyone now
That was very hard n difficult
I've added PhoneWindowManager$10, 11, & 12.smali, heavily edited PhoneWindowManager.smali (in android.policy), edited DevelopmentSettings.smali & development_prefs.xml (in settings.apk) and added a string to framework-res to show a message box after killing an app
I dont think its something a normal user can do but if u compare my the files with yours, u may find the difference
Click to expand...
Click to collapse
ok buddy i will surely try this n if i got succesfull will let u know for sure...
thank u so much

i edited the settings.apk but when i recompile it m having this issue m attaching the images of the issue plz let me know wats the problem
thanks in advance

nielneal said:
i edited the settings.apk but when i recompile it m having this issue m attaching the images of the issue plz let me know wats the problem
thanks in advance
Click to expand...
Click to collapse
Ok, let me try to explain
open development_prefs.xml
"no resource found that matches the given name summary with value @string/kill_app_longpress_back_summary"
you have just added this
<CheckBoxPreference android:title="@string/kill_app_longpress_back" android:key="kill_app_longpress_back" android:summary="@string/kill_app_longpress_back_summary" />
"android:title" is the title of that option (where u can turn it off/on)
and in the title theres written "@string/kill_app_longpress_back"
that way u tell the xml that it can find the title of that option in strings.xml
so you need to open strings.xml and add:
<string name="kill_app_longpress_back">Stop apps via long-press</string>
"android:summary " is the desciption of that option
theres written "@string/kill_app_longpress_back_summary" />
do the same create a string in strings.xml like this
<string name="kill_app_longpress_back_summary">Long-pressing the BACK button will kill the foreground application</string>
"android:key" (im not sure about this!) is the codename used in smali files (in this case DevelopmentSettings.smali"
theres written kill_app_longpress_back
example (in DevelopmentSettings.smali)
const-string v0, "kill_app_longpress_back"
NJ

NuriJ said:
Here i am Again
This time with screenshot option in power menu..
Screenshot:
Only tested on DonutHD with DonutRefresh update & should only Work on that rom cause this replaces framework-res.apk
Download:
This replaces framework-res which includes battery icon. So choose the version with your current battery icon
Download with stock battery icon (
)
Download with battery percentage refresh 1 (
)
Download with battery percentage refresh 2 (
)
Credits & Thanks:
My friend Tof37 for the screenshot how-to
and alzbac for rom
______________
Cheers,
NJ
Click to expand...
Click to collapse
Sweet !!!
i just have to flash it with xrecovery?

camshaft2k9 said:
Sweet !!!
i just have to flash it with xrecovery?
Click to expand...
Click to collapse
Yes flash in xrecovery. But i'm not using donuthd anymore, and don't know if it's updated.. Backup first

NuriJ said:
Yes flash in xrecovery. But i'm not using donuthd anymore, and don't know if it's updated.. Backup first
Click to expand...
Click to collapse
Ok, backed up, tried 2 times... nothing happened!
Placed in SD card, flashed with xrecovery, rebooted. no Joy.
Any suggestion ?
thanks!

camshaft2k9 said:
Ok, backed up, tried 2 times... nothing happened!
Placed in SD card, flashed with xrecovery, rebooted. no Joy.
Any suggestion ?
thanks!
Click to expand...
Click to collapse
Try mount system before flashing
Sent from my Xperia X10 using xda premium

NuriJ said:
Try mount system before flashing
Sent from my Xperia X10 using xda premium
Click to expand...
Click to collapse
forgot this little detail...
noobie mistake!!!
thank you, now it's all fine !!

It's ok and for version 3.0 of donut rom?

prioxxx said:
It's ok and for version 3.0 of donut rom?
Click to expand...
Click to collapse
idk.. as i said i'm no longer using donut rom. Backup & try
But i can guarantee that you'll miss some framework features updated in 3.0 rom

Related

Coredroid Rom 2.5 Mods + Batt + sysui + Transperancy + NEONS + Dialers

Hey guys since we COREDROIDS R FIRING Roms Here is my best as ususal transparency mod
{
"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 dialer shown on pic use my thread tool Here and use the contents in this zip file
For dialer shown on pic use my thread tool Here and use the contents in this zip file
For wallpaper click image​
For dialer shown on pic use my thread tool Here and use the contents in this zip file
For dialer shown on pic use my thread tool Here and use the contents in this zip file.
For dialer shown on pic use my thread tool Here and use the contents in this zip file.
​
I WOULD REALLY LIKE TO THANK CdTDroiD WHO PERMITTED ME TO USE HIS WONDERFUL RESOURCES TO MAKE THIS MOD​
**Special thankx to lnknprkfn & videoman310300 for giving feedback and making it more sweet**
( INTRODUCING Full transparent status bar)
​
Batt MODS
(SPECIAL SIGNAL BAR MOD THE BRIGHTER IT IS SO IS UR SIGNAL STRONGER
REVERT TO STOCK SINAL BARS AND STATUS BAR
REVERT TO STOCK FUSION & RESOURCES
​
Signal & matching batt mods​
​
CLOCK MODS​
For all version
Dialer mods (CLICK ON DIALER TO DOWNLOAD)​
Before u begin flashing any Dialer mod flash this file.
MAKE UR OWN DIALER ​
hi frndz i was for long thinking how to simplify making ur own dialer on the go, so after help from Henk (team-member) i made smthing that might interest all.
Ok so lets get to steps.
1. Make sure u have sdk installed.
2. Download the cdt.rar from HERE.
3. Extract the zip and open it, you will find 5 folders.
4. The folder update dialer is one containing the images of buttons and the folder update res contains a single image of dialer background.
5. Edit the images as you like without changing the size and name.
6. connect the fone and run cdt_extreme.bat file.
7. Once done and fone rebooted u can see ur creativity.
8. For example i used following three files
-> As dialer bg
-> When u press dialer button it turns like this.
-> Left this transparent to generate max effect.
here is after what i got mixing the files above
9. plz plz plz i this has made u happy hit thnx button. and i wanna thank henk for his awsome help.
10. Dt forget to share ur creativity
Critical update : Copy the attached two files and place them in CDT\UpdateRes\res\drawable-hdpi folde. Now u can also mod the call button. Cheerz.
MOD SHIFTED : http://forum.xda-developers.com/showthread.php?t=1261877
Common FAQ of MODS
Q. Will the mods use more batt and phone resources?
Ans. All my mods are made of files already included in original rom, so the batt and phone resources are not stressed.
Q. Are the mods interdependent or individual?
Ans. For mods we play with following files
a. System ui (Status bar & signal bars).
b. Fusion (over all look).
c. Framework (Batt mods).
d. Resources (Icons).
If mod includes combination of sysui and framework then it will have both corresponding batt and signal mods. Though i have tried to make most independent.
Q. How to go back to original if i do not like the mod?
Ans. On post there is a file revert back to stock batt and statusbar, so use when you wanna get back.
Q. How to request a mod?
Ans. Simple post the pics or icons u wanna use and give me via link or mail. I will try my best to keep up the requests.
GOOD WORK Lalit Bhai.... now we will get the real stuff from you...
One request for circular battery....
mathrania said:
GOOD WORK Lalit Bhai.... now we will get the real stuff from you...
One request for circular battery....
Click to expand...
Click to collapse
You can find it in my post here: http://forum.xda-developers.com/showpost.php?p=16158575&postcount=4
But I can't guarantee that it won't undo some of the theming in this Rom. You can try it out, bit if it does undo something in this Rom and if that's important to you, you might want to wait for lalitsehgal21 to release a version with it.
gbzbar said:
You can find it in my post here: http://forum.xda-developers.com/showpost.php?p=16158575&postcount=4
But I can't guarantee that it won't undo some of the theming in this Rom. You can try it out, bit if it does undo something in this Rom and if that's important to you, you might want to wait for lalitsehgal21 to release a version with it.
Click to expand...
Click to collapse
He just sent me one... very prompt....
Thanks for your reply as well.... i saw it in ur thread only.. but there was some issue with some people, so, i being a noob, was a little afraid to go ahead with it...
Is the Android battery available as well ?
Sent from my HTC Sensation
Jrbourque said:
Is the Android battery available as well ?
Sent from my HTC Sensation
Click to expand...
Click to collapse
yes...its default in mod
Great job with this. You think you can help me install it. Am having difficulties doing so. I saved it to the root of my sd card like I do all other themes but I do not have the option to install this.
thanks.
marduk79 said:
Great job with this. You think you can help me install it. Am having difficulties doing so. I saved it to the root of my sd card like I do all other themes but I do not have the option to install this.
thanks.
Click to expand...
Click to collapse
Bro these r s-off siles they r installed by recovery install zip from sd-card - choose zip from card and flash
lalitsehgal21 said:
Bro these r s-off siles they r installed by recovery install zip from sd-card - choose zip from card and flash
Click to expand...
Click to collapse
Thank you for your prompt response. That definitely worked and now my Sensation looks better than ever!!!! Thanks again.
marduk79 said:
Thank you for your prompt response. That definitely worked and now my Sensation looks better than ever!!!! Thanks again.
Click to expand...
Click to collapse
u r welcome making sm heavy mods now
has anyone tried the circle battery yet?
ksnexusone said:
has anyone tried the circle battery yet?
Click to expand...
Click to collapse
i guess....not coz ppl r jst playin with roms like toys..... no one has got time to cm to mods after selecting a single rom
why not u test and at any time u can return to stock
Still been rocking your Coredroid skin.. You able to add sprint lovers color top notification icons to it?
They look like this..
http://forum.xda-developers.com/showthread.php?t=1127475
Or make a Coredroid Theme to flash. Thanks
The graduate of war battery looks cool but the percentage underneath looks corny. Make one without the percentage and starts red, that'll be awesome or just his one without the percentage.
Sent from my HTC Sensation Z710e using XDA App
chillenandy321 said:
Still been rocking your Coredroid skin.. You able to add sprint lovers color top notification icons to it?
They look like this..
http://forum.xda-developers.com/showthread.php?t=1127475
Or make a Coredroid Theme to flash. Thanks
Click to expand...
Click to collapse
Bro the old skins i made still work out of box here as well......but u want me to use these new icons so will use and make one new......Thnx
leyvatron said:
The graduate of war battery looks cool but the percentage underneath looks corny. Make one without the percentage and starts red, that'll be awesome or just his one without the percentage.
Sent from my HTC Sensation Z710e using XDA App
Click to expand...
Click to collapse
Yup but then how will u know the % and this stupid recovery prob has made users to keep an eye on batt ......its sick....... but yes...i will do that bro

[THEME] ICS for stock based ROMs (based on Wolf's v6)

hello Everyone,
i know you saw a lot of this recently, but i decided to make one as well, the more choice the better, isn't it?
{
"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"
}
Warning!
this will replace your framework-res.apk, systemUI.apk and SemcGenericUxpRes.apk and a lot more, so it's highly recommended to make a backup before installing this file, and fyi, i'm not responsible for any damage you do to your phone
Tip
the zip is for xrecovery, using doom's kernel with the boot manager (or any other kernel with the bootmanager) will make it possible for anyone to flash it via recovery.
this should work on any stock based ROM, however, make sure to backup your current rom before flashing this.
Known issues
- when enabling the GPS service a popup dialog box tells you that it may cost you, blah-blah, the buttons are distorted and blue (this might happen elsewhere, too, but i didn't notice).
any more problems, pls report them. i might reply only in the evening since at work i'm not sure if i can come over, so please be patient.
screenshots and the flashable zips attached.
let me know what you think.
Updates for flash junkies
Update 1:
http://db.tt/4JmsKUUg
A quick fix for the dark text, download the first file, flash via xrec, then dl this and flash via cwm
Update 2:
Fix for landscape bg and launcher mod, flash via xrec
http://db.tt/XrJJimU3
update 3:
http://www.box.com/s/tfn6rzmne4jhmyt3v13p
- lockscreen ics-ish (a bit ) - please see new screenshots added
- roboto font added
- ics animations added
flash via cwm rec.
update 4:
http://www.box.com/s/d20nasvcrgyr1zntdi52
- phone app modded to meet the lockscreen's style upon incoming call
(see last screenshot - caller image, name and phone numbers are blurred after the screen shot was taken, this is intentional, when you receive a call, it'll show you the normal image and number, text)
flash via cwm rec.
update 5:
http://www.box.com/s/0kazuhfccxsk954lieby
- images changed in settings.apk
- icons and some images changed in the following apps: browser, semcphone, phonebook, conversations.
- finally the volume sliders are now fixed
flash via cwm
update 6:
apk theme pack 2
http://www.box.com/s/mrhjihrz09rb2y97eyxd
- more apps are changed, mainly icons for the launcher are replaced, but here and there a bit more, like the analog clock widget
notification's new layout:
http://www.box.com/s/ss4tmf45zz213m024sev
- new notification style (a bit more ics-ish, though not perfect as seen on the previous screenshot - i'll work on this a bit more though )
Update 7:
https://www.box.net/shared/54v6a8mijlkesqxavnb2
- status bar layout fix
Update 8:
https://www.box.net/shared/lhe2ss6yhim39xh7nude
- Statusbar and notifications layout fix
Update 9:
- lockscreen modifications (rearranged widgets to ics style, clock font mod, icons mod, unlock button fixed when the phone is on mute)
- download and volume display (when you use the hardware keys to in/decrease volume) slider
Download
Extras:
- Audio files from CM9 (thanks to fxp team for the ROM! Flash via cwm recovery): Download
i'm working a lot on these changes, especially the xml ediging is quite tricky...
as your appreciation, you can donate to me on the link below or on the one in my signature.
thanks!
Will it work on v7b6?
Sent from my X10i using xda premium
I got black letter on dark background in notification bar.
any fix?
EDIT: solved by UOT kitchen. Thanks.
bern4d1 said:
I got black letter on dark background in notification bar.
View attachment 815825
any fix?
EDIT: solved by UOT kitchen. Thanks.
Click to expand...
Click to collapse
Sorry, it seems i added the wrong file to the zip... i'll reupload it in the evening
Sent from my X10i using XDA App
bodomfan said:
Will it work on v7b6?
Sent from my X10i using xda premium
Click to expand...
Click to collapse
I don't know, i guess it should. Make a backup and try it
Sent from my X10i using XDA App
donjamal said:
Sorry, it seems i added the wrong file to the zip... i'll reupload it in the evening
Sent from my X10i using XDA App
Click to expand...
Click to collapse
is it reuploaded now?
bern4d1 said:
is it reuploaded now?
Click to expand...
Click to collapse
Sorry, not yet, i haven't had the time... i'll try today, i'm on holiday tomorrow so don't have to worry about time
Sent from my X10i using XDA App
A quick fix, download the first file, flash via xrec, then dl this and flash via cwm: http://db.tt/4JmsKUUg
Sent from my X10i using XDA App
donjamal said:
A quick fix, download the first file, flash via xrec, then dl this and flash via cwm: http://db.tt/4JmsKUUg
Sent from my X10i using XDA App
Click to expand...
Click to collapse
It works now. thanks.
V7b6
Theme's working well on Wolf's V7b6
Using this theme now,very nice =)
Sent from my X10i using xda premium
thanks everyone for the anwsers and comfirmations
Sent from my X10i using XDA App
use this theme,looks very nice
but i some bugs if you rotate the screen to landscape mode,backgrounds change to stock SE background
battery indicator still blue even battrey under 15%
but it's okay,i hope you continue this release with more fix
hiddenfr said:
use this theme,looks very nice
but i some bugs if you rotate the screen to landscape mode,backgrounds change to stock SE background
battery indicator still blue even battrey under 15%
but it's okay,i hope you continue this release with more fix
Click to expand...
Click to collapse
I'll fix the bg issue. Battery should go red, it goes for me
Sent from my X10i using XDA App
nic man really nic ICS themes
Update: Se launcher has been modded a bit, landscape bg fixed, zip is coming
EDIT:
Flash via xrec. This contains both the launcher mod and the fixed landscape bg
http://db.tt/XrJJimU3
Sent from my X10i using XDA App
tayub said:
nic man really nic ICS themes
Click to expand...
Click to collapse
Thnx
Sent from my X10i using XDA App
Hi, donjamal
Can you give me the name of the png file you modified to fix landscape bg?
I need it cuz i'm trying to theme
Thanks
LzVebz said:
Hi, donjamal
Can you give me the name of the png file you modified to fix landscape bg?
I need it cuz i'm trying to theme
Thanks
Click to expand...
Click to collapse
sure, it's located in SemcGenericUxpRes.apk\res\drawable-land-hdpi and that's the only file there, called semc_bg.png
you'll find the same file in framework-res.apk in the same folder, i've also changed that, though i didn't see that affects anything - i might be wrong of course.
donjamal said:
sure, it's located in SemcGenericUxpRes.apk\res\drawable-land-hdpi and that's the only file there, called semc_bg.png
you'll find the same file in framework-res.apk in the same folder, i've also changed that, though i didn't see that affects anything - i might be wrong of course.
Click to expand...
Click to collapse
Thanks

[ROM][2.3.7] LeWa OS (23 MAY 2012)

This rom is based on the Chinese "LeWa" OS for C8650. My modifications are listed below.
All credit goes to Le Frog Technology for the LeWa OS.
http://www.lewaos.com/
LeWa apparently updates every Friday. I'll try to frequently update.
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"
}
Check out the website to see more: LeWa OS website
Details:
This OS is awesome... It includes data monitoring, power savings, custom and downloadable themes and lockscreens, notifications on the lockscreen, lockscreen animations, pop-up SMS notification window showing the text with the reply box, etc.
Modifications:
Updated kernel to 2.6.35.14 (thanks to jaybob413 for his kernel work)
Edited build.prop to remove unnecessary info and align it with current CM build.prop
Added eri.xml to /data for Sprint
Replaced keyboard with ICS keyboard (matches the theme perfectly)
Added gapps (flashing gapps separately was causing fc)
Working:
Almost everything
Issues:
Music apk fc
Locations for weather are still Chinese (Should be able to fix this. Uses weather.com.cn API)
This OS has been associated with a "privacy issue." LeWa uses Umeng (Umeng.com), which is apparently like Google Analytics (Dolphin browser uses Umeng).
I added umeng to the hosts file, which blocks it from communicating. Privacy fixed.
Download:
LeWa OS - RC1 01/19/2012 - 144 downloads
LeWa OS - RC2 01/20/2012 - 360 downloads
LeWa OS - RC3 02/03/2012 - 235 downloads
LeWa OS - RC4 02/10/2012 - 386 downloads
Chinese version - 228 downloads
LeWa OS - 02/17/2012 - 328 downloads
LeWa OS - 02/24/2012 - 183 downloads
Chinese version - 55 downloads
LeWa OS - 03/02/2012 - 188 downloads
Chinese version - 62 downloads
LeWa OS - 03/09/2012 - 555 downloads
LeWa OS - 04/16/2012 Download link
LeWa OS - 05/23/2012 Download link
Lewa Changelog
If you install this version, you will be notified of the next update through the goo-inside.me app
PLEASE READ THE SECOND POST.
All credit goes to the Heroc developers who got the Hero to where it is today.
I think we've got all the Chinese roms covered now
Disclaimer: I'm not responsible for anything.... at all.
Please read!
Go to Settings > Phone > Keypad > Volume keys wake up ON. Otherwise you won't be able to wake the phone. LeWa changed something and it's affecting all the other ports, too.
I added "Spare Parts" so the end button will put the phone to sleep. You need to go to: End button behavior > Go to sleep
To access the app drawer... slide the tray up.
Under the messaging app, go to Message settings > SMS realtime note. This will give you IMO an awesome window popup with the new text and a place to reply without having to close the app you're in.
Themes:
Go to the themes app, or Settings > Themes and swipe to the right to download themes.
MDPI Lockscreen themes that work: http://forum.xda-developers.com/showthread.php?t=1428940
Put .mtz file on sdcard in: "/sdcard/MIUI/theme"
Status Bar:
The top of the notification pull down is the data monitor. You can go under settings and set your monthly limit and a reminder if so desired.
The button on the top right corner will free memory.
You can slide the toggles at the bottom of the pulldown left and right for more.
Tap on the status bar and it will bring up an apps, home, and back button at the top.
If you find any LeWa themes or lockscreens online, please let me know!!!
ajrty33 said:
If you find any LeWa themes or lockscreens online, please let me know!!!
Click to expand...
Click to collapse
Wow man, what a week for porting and the hero cdma. I still haven't tried your other one! Looks cool. I have to see if I have any issues due to my phone being sometimes screwy. I hope my phone cooperates.
Sent from my HERO200 using XDA App
When i try to change theme i get launcher force close .
Jurellz said:
When i try to change theme i get launcher force close .
Click to expand...
Click to collapse
You obviously didn't read the second post I'm looking at it now.
Sent from my HERO200 using XDA App
ajrty33 said:
You obviously didn't read the second post I'm looking at it now.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
gotcha
10chars .
Jurellz said:
When i try to change theme i get launcher force close .
Click to expand...
Click to collapse
I've got it fixed..... I'll upload tonight
ajrty33 said:
I've got it fixed..... I'll upload tonight
Click to expand...
Click to collapse
a reboot fixed it for me .
Jurellz said:
a reboot fixed it for me .
Click to expand...
Click to collapse
what'd you do to get it to work on beta1?
Where is the phone icon ? I see it on the op screenshots, but not on my phone, just the globe is at the bottom,,
ajrty33 said:
what'd you do to get it to work on beta1?
Click to expand...
Click to collapse
Reboot
Sent from my HERO200 using XDA App
updated OP.... everything works now...
now you can download themes
if you're running the beta, you should be able to just flash this over it and keep all your data (wipe dalvik and cache).
Houndog101 said:
Where is the phone icon ? I see it on the op screenshots, but not on my phone, just the globe is at the bottom,,
Click to expand...
Click to collapse
That's odd... i've flashed this 23,409 times on two phones and haven't seen that. Did you flash over something?
Damnit...I just NOW flashed beta1...and you go and update. Slow down..lol
Edit: OK, flashing over with update, but i cannot find the setting to enable end button to lock the screen, it is a pain to have to drag down the notification bar to lock....any insight? So far, looks pretty comparable to DX OS...nice work! Cant wait to get it all setup!
Sent from my HERO3000x™ using XDA App
Ebaum1 said:
Damnit...I just NOW flashed beta1...and you go and update. Slow down..lol
Sent from my HERO3000x™ using XDA App
Click to expand...
Click to collapse
Haha... well LeWa just released an update... it doesn't look like too much was changed, so i guess i'll wait
ajrty33 said:
Haha... well LeWa just released an update... it doesn't look like too much was changed, so i guess i'll wait
Click to expand...
Click to collapse
I was just putting the older one in my dropbox too. I'm glad I looked. Thanks!
Sent from my HERO200 using XDA App
Ebaum1 said:
Damnit...I just NOW flashed beta1...and you go and update. Slow down..lol
Edit: OK, flashing over with update, but i cannot find the setting to enable end button to lock the screen, it is a pain to have to drag down the notification bar to lock....any insight? So far, looks pretty comparable to DX OS...nice work! Cant wait to get it all setup!
Sent from my HERO3000x™ using XDA App
Click to expand...
Click to collapse
Spare Parts should be in /data. If not, download it from the market...
In there you can set "End button behavior" to "Go to sleep"
ajrty33 said:
Spare Parts should be in /data. If not, download it from the market...
In there you can set "End button behavior" to "Go to sleep"
Click to expand...
Click to collapse
....Got it to "sleep"..lol But now these MIUI lockscreens, i cant get them to unlock, I am having to long press the end button and reboot to get out of it.
Edit: Tip...Hold {back} and {Volume Down} to unlock if you have issues...
Ebaum1 said:
....Got it to "sleep"..lol But now these MIUI lockscreens, i cant get them to unlock, I am having to long press the end button and reboot to get out of it.
Edit: Tip...Hold {back} and {Volume Down} to unlock if you have issues...
Click to expand...
Click to collapse
yeah the first one that is already loaded works well... ill try to list the names of ones that ive found that work in the second post.

[MOD][STATUS BAR] For GB Stock/Based on Stock Roms

Hi All,
Below is new Status Bar Mod for Stock/Based on stock Gingerbread roms with settings shortcut and tonggles.
Features :
- 9 Tonggles icons, try to long press its .
- Semi Transparent Notification Bar
- Settings access on status bar.
- Recent Apps access.
- Brightness slider, etc..
- Swipe to clear supported.
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"
}
Installation OP :[/B]
- Do nandroid backup
- Flash this New Status Bar through Xrecovery.
- And enjoy it.
For everyone using 100% stock rom please use a zip on HERE
(see post 9)
Hope You Like it.
FYI
Regards
EDIT :
Remove bugs on Sony Ericcson Logo
Bares said:
Hi All,
Below is new Status Bar Mod for Stock/Based on stock Gingerbread roms with settings shortcut and tonggles.
Features :
- 9 Tonggles icons, try to long press its .
- Semi Transparent Notification Bar
- Settings access on status bar.
- Recent Apps access.
- Brightness slider, etc..
- Swipe to clear supported.
Screenshot :
Installation OP :
- Do nandroid backup
- Flash this New Status Bar through Xrecovery.
- And enjoy it.
Hope You Like it.
FYI
Regards
Click to expand...
Click to collapse
Hi
Flashed & working, but I also need your battery icon with %. Do you have zip?
regards
1 LOVE
IDreadman said:
Hi
Flashed & working, but I also need your battery icon with %. Do you have zip?
regards
1 LOVE
Click to expand...
Click to collapse
I have a zip for the rom , but battery percentage is really depend for rom you are using due to frameworks related. And perhaps you should try UOT Kitchen (thanks mendozinas).
Or you can try this rom :
http://forum.xda-developers.com/showthread.php?t=2174564
For 100% stock rom, i dont have it.
Regards
Just a small changes for status bar icons, see screenshot.
FYI
Regards
nice UI bro
Sent from my GT-I8150 using xda premium
great job mate
thank you
not working for me
my statut bar disappear
i am using : stock GB rom :
model : x10i
version :2.3.3
attached my systemui.apk
ramzidjoudi said:
not working for me
my statut bar disappear
i am using : stock GB rom :
model : x10i
version :2.3.3
attached my systemui.apk
Click to expand...
Click to collapse
Me too. Status bar disappear.
Sent from my X10i using xda app-developers app
ramzidjoudi said:
not working for me
my statut bar disappear
i am using : stock GB rom :
model : x10i
version :2.3.3
attached my systemui.apk
Click to expand...
Click to collapse
epulrevo said:
Me too. Status bar disappear.
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
Sorry bro, being late.
Thanks for feedback, that was caused signature related issue.
So, please use below zip for 100% rom through Xrecovery.
I have tested it and working well here (OP Updated).
FYI
Regards
This worked. But, if swipe to clear the status bar crashed.
Sent from my X10i using xda app-developers app
epulrevo said:
This worked. But, if swipe to clear the status bar crashed.
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
Hi bro,
For swipe, this mod will 100% supported (tested), if there is crash issue on there, perhaps you need to take a look your frameworks.
FYI
Regards
Bares said:
Hi bro,
For swipe, this mod will 100% supported (tested), if there is crash issue on there, perhaps you need to take a look your frameworks.
FYI
Regards
Click to expand...
Click to collapse
Im on stock rom. Didnt edit anything to framework. What should i do with it?
Sent from my X10i using xda app-developers app
epulrevo said:
Im on stock rom. Didnt edit anything to framework. What should i do with it?
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
Well... you can to refer to HERE (thanks Hansip87).
Also you can try mine , this zip including for :
- Above Status Bar MOD
- Reboot and Screenshot options on the power menu
- Swipe to clear on notification bar.
Installation OP :
- Do nandroid backup perhaps you want to undo these changes.
- Reboot into Xrecovery and flash this zip (REBOOT-SCREEN-SWIPE.zip).
http://www.mediafire.com/?t8167mkos2gidyb
- Enjoy it.
Hope you like it
FYI
Regards
Bares said:
Well... you can to refer to HERE (thanks Hansip87).
Also you can try mine , this zip including for :
- Above Status Bar MOD
- Reboot and Screenshot options on the power menu
- Swipe to clear on notification bar.
Installation OP :
- Do nandroid backup perhaps you want to undo these changes.
- Reboot into Xrecovery and flash this zip (REBOOT-SCREEN-SWIPE.zip).
http://www.mediafire.com/?t8167mkos2gidyb
- Enjoy it.
Hope you like it
FYI
Regards
Click to expand...
Click to collapse
Thanks, reserve for stock :good:
Dead link
Bares said:
Also you can try mine , this zip including for :
- Above Status Bar MOD
- Reboot and Screenshot options on the power menu
- Swipe to clear on notification bar.
Installation OP :
- Do nandroid backup perhaps you want to undo these changes.
- Reboot into Xrecovery and flash this zip (REBOOT-SCREEN-SWIPE.zip).
http://www.mediafire.com/?t8167mkos2gidyb
- Enjoy it.
Hope you like it
FYI
Regards
Click to expand...
Click to collapse
The link isn't working. Could you upload that again, please?
Andre Verissimo said:
The link isn't working. Could you upload that again, please?
Click to expand...
Click to collapse
I was included lot of "things" HERE and HERE, why just need this feature only bro ? ,
BTW, here you go :
http://www.mediafire.com/?51yzoddao8o2osz
Just flash it through Xrecovery.
FYI
Regards

Request Your CM10.1 Mod Here![CLOSED]

Thread Closed
Untill someone can help our team to make any mod!​
Request Your Mod Here
Only For Samsung Galaxy S SL User​
Introduction
Because too much request mod for our device Samsung Galaxy SL and i can't handle it by myself and after i discuss about that with my friend martin.la.gib officially i open this thread!
Note:
Currently only in available and Miscellaneous mod list i can do,and I'm working on it very late 5 days,so be patient :fingers-crossed:
and you can request combined mod
Our Team
If you would like to join please PM me or martin.la.gib
MR.Volkf
Martin.la.gib
If someone has made your request,press thanks button to who made it!
Available Mod
Transparent Status Bar
Center Clock
Add More Tiles Coloums To QuickSettings
Custom Text To Status Bar
Power Button To Status Bar
Add Battery %
{
"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"
}
Add Service Provider - by martin.la.gib
Hidden Status Bar - by martin.la.gib
Recent Apps like sense - by martin.la.gib
Custom Request Minimal Status Bar
-With/Without Text In Status Bar
-With/Without Carrier Label On Status Bar
Adding extra details in About Phone Section in Settings
Task Manager In Recent Apps
Add 0.00KB/s meter on statusbar - CURRENTLY NOT
Miscellaneous Mod
Change Clock Size
Example:
16.0 dip (stock)
13.5
13.0
Click to expand...
Click to collapse
Change Clock Color
Example:
#ffa6a6a6 (stock samsung color)
#ffffffff -white
#ffa9a9a9
Click to expand...
Click to collapse
Move any icon on status bar
Example:
-Please Move Signal bar to left
Click to expand...
Click to collapse
Ready Stock Mod
By martin.la.gib
Credit
@androidphone2012
@Adi Aisiteru Reborn
@TopDroid
Universal Zip Flasher
if someone in team didn't include CMW installer .zip :fingers-crossed: please follow this step:
Download Universal Flasher.zip
If your mod is
SystemUI.apk first open zip and move from your download folder to\XTRAS\system\app
Setting.apk first open zip and move from your download folder to\XTRAS\system\app
Framework-res.apk first open zip and move from your download folder to \XTRAS\system\framework
.jar file first open zip and move from your download folder to\XTRAS\system\framework
Flash in CWM
Download Universal Flasher.zip bellow
martin.la.gib said:
@MR.Volkf, you can add "service Provider" (Carrier Label) to "Available MOD"
Click to expand...
Click to collapse
Suree!!:good:
Thanks for creating this thread
Is it possible to have messaging mod in which we can switch between two modes?? One mode having conversation mode (this one we already have) and another mode having traditional inbox, draft etc (like in nokia phones)
Thanks in advance
http://forum.xda-developers.com/showthread.php?t=1900505
Can we have this mod??
http://forum.xda-developers.com/showthread.php?t=2352103
martin.la.gib said:
NEW !!! : Sense 4 Recent Apps : Devhost Link
Tell me if it's fonctional If no work, report, and make it :
- look in "Universal Flasher" folder on your SD card, a backup of your previous SystemUI is here
- Reboot in Recovery
- Flash the backup zip in "Universal Flasher" folder
- wipe cache
- Reboot
Click to expand...
Click to collapse
Wow...It worked like a magic Really thank you buddy
I have to read this topic
good job guys
if you have time of need help
do not hesitate to ask me
Is there any mod by which we can see current running apps (and not recent apps) only when we long press home button?? I tried to find such a mod but I am unable to find such a mod.
Thanks in advance
martin.la.gib said:
It's the role of the multitasking ^^ but Task Manager show all current running apps (no the service app) if you would like to see ALL apps : settings > applications > running
Click to expand...
Click to collapse
Ya...but for fast multitasking and switching apps everytime going to settings > applications > running is not a comfertable idea.
LoLaTiOn said:
I have to read this topic
good job guys
if you have time of need help
do not hesitate to ask me
Click to expand...
Click to collapse
Thanks lola,if you know more about theming in cm10.1 please share with us
you can have some concept of key lime pie on our device? thanks in advance for all and good work
martin.la.gib said:
I haven't understand that you want to say. Thank you
Click to expand...
Click to collapse
I think he wants you to make your own android 5.0 concept rom with your imagination.
Sent from my GT-I9003 using xda app-developers app
martin.la.gib said:
- NEW !!! Nexus 7 Animations : Devhost Link
Click to expand...
Click to collapse
Great...!!
Can u combine this mod with sense 4 recent apps mod?? Sorry to trouble you
DanitoMarzovito said:
you can have some concept of key lime pie on our device? thanks in advance for all and good work
Click to expand...
Click to collapse
Try my minimal status bar mod
Sent from my GT-I9003 using xda app-developers app
I wanted to know if it was possible to have the Hidden status bar for the alpha 9 .. thank you infinitely
OP Update but i can't test it before post it to public,cause prob with my device :crying:
martin.la.gib said:
What's the problem ?
Click to expand...
Click to collapse
Problem with USB Port
Perfeeeeeect..thaaaanks
Great job guys
PS: I didn't see any proper credit given here

Categories

Resources