ATT 2.3.5 SystemUI Quickpanel - Atrix 4G General

ATT 2.3.5 SystemUI
quickpanel_title_background.9 I Can not define

This is nice!
A few suggestions:
- Less icon spacing. Should fit at least 5 on the screen at once.
- No vibrate icon. It's unnecessary. Holding the power button works fine.
- Brightness control.

Thank you. Well done
Sent from my MB860 using Tapatalk

Hi can I install this on rooted locked atrix on 2.3.4!? I'm on UK retail. The thanks
Sent from my MB860 using XDA App

Wow. This is what I wanted.
Thank you

I'm on a rooted US ATT 2.3.4. How can I get this to install? I tried abd install, that didn't work...
--Q
EDIT: I think I figured it out. You have to go into /system/app and rename SystemUI.apk and SystemUI.odex to have .bak then copy the modified SystemUI.apk and then chmod 644 it. Rebooting now...will keep you posted!
EDIT2: Yep! Totally worked! GENIUS!! THANKS!

Do I really need to use adb or can do chmod by using some tool on phone?
Sent from my MB860 using XDA App

You can do all this with Root Explorer if you have it. Same idea.

I think the OP is trying to edit the SystemUI.apk to include more functions. If so, may take a look here. Not sure if that will help too much or not...?
for the other posting people, here's what I have been running for a while..
basically Darkside's stock SystemUI with a theme hacked together from thread mentioned above as well. MIUI Icon set I think is what he says...
To install:
Download file to C: or where ever(if downloaded to someplace else, fix path in the commands below).
Start Menu --> Run --> cmd
On Windows 7 (or XP): hold the Windows Key on keyboard and press R together. Input CMD and hit OK
On Linux: well, you know whats up
On MAC: unplug the computer and toss it out the window.. j/k. This wont work for you though. Follow normal procedure to use ADB in your teminal
Inside CMD Prompt, in this order:
adb push C:\SystemUI.apk /sdcard/SystemUI.apk
adb shell
su
/bin/mount -o remount,rw /system
cp /sdcard/SystemUI.apk /system/app/SystemUI.apk
chmod 644 /system/app/SystemUI.apk
exit
exit
adb reboot

Lack of ability to use a lot of smali. Or else can do more...

ein1002 said:
Lack of ability to use a lot of smali. Or else can do more...
Click to expand...
Click to collapse
I love the last one you've posted.
But could you please replace the vibration by the luminisity control?
And the order would be:
Wifi; Mobile DATA; Bluetooth; GPS, Brightness, Screen Orientation

Shaydar said:
I love the last one you've posted.
But could you please replace the vibration by the luminisity control?
And the order would be:
Wifi; Mobile DATA; Bluetooth; GPS, Brightness, Screen Orientation
Click to expand...
Click to collapse
I have no way to make the right moves Brightness:(
So I removed the BrightnessSettingButton
Leaving only the image resources
Hope someone can fix. And add this part.
sorry. My English is not good

Thanks, It does not matter anyway.
The Screen is so bright that I always set the brightness to its lowest.

malfuncion said:
I think the OP is trying to edit the SystemUI.apk to include more functions. If so, may take a look here. Not sure if that will help too much or not...?
for the other posting people, here's what I have been running for a while..
basically Darkside's stock SystemUI with a theme hacked together from thread mentioned above as well. MIUI Icon set I think is what he says...
To install:
Download file to C: or where ever(if downloaded to someplace else, fix path in the commands below).
Start Menu --> Run --> cmd
On Windows 7 (or XP): hold the Windows Key on keyboard and press R together. Input CMD and hit OK
On Linux: well, you know whats up
On MAC: unplug the computer and toss it out the window.. j/k. This wont work for you though. Follow normal procedure to use ADB in your teminal
Inside CMD Prompt, in this order:
adb push C:\SystemUI.apk /sdcard/SystemUI.apk
adb shell
su
/bin/mount -o remount,rw /system
cp /sdcard/SystemUI.apk /system/app/SystemUI.apk
chmod 644 /system/app/SystemUI.apk
exit
exit
adb reboot
Click to expand...
Click to collapse
Many many thanks! This needs to be in new thread. please post it or I will.
I really liked the darkside ROM, But I soft bricked my phone at least 15 times trying Arabic letters connecting solutions under 2.3.5. So I flashed the Aura ROM missing the quick panel from the Darkside ROM the most.
Not only I have the quick panel now with Aura 2.3.4, the icons also look cleaner/better.
Great job. Thanks to you and Nottach also!

CyberPunk7t9 said:
Many many thanks! This needs to be in new thread. please post it or I will.
I really liked the darkside ROM, But I soft bricked my phone at least 15 times trying Arabic letters connecting solutions under 2.3.5. So I flashed the Aura ROM missing the quick panel from the Darkside ROM the most.
Not only I have the quick panel now with Aura 2.3.4, the icons also look cleaner/better.
Great job. Thanks to you and Nottach also!
Click to expand...
Click to collapse
Any chance you upload your version and share it? I'm looking for exactly the same thing and sadly 2.3.5 Darkside ain't providing that.
Sent from my Atrix 4g using Tapatalk

Abu-7abash said:
Any chance you upload your version and share it? I'm looking for exactly the same thing and sadly 2.3.5 Darkside ain't providing that.
Sent from my Atrix 4g using Tapatalk
Click to expand...
Click to collapse
It's just the latest Aura ROM (found in the development section) + this awesome quick panel MOD.
Aura is based on 2.3.4. I noticed that arabic fonts were connecting properly in the system+browser with Aura ROM as-is. No framework.jar or lebwebcore.is hacks are needed with that ROM.
Root+Battery % icons MOD+No carrier logo MOD+proper Arabic font connecting+this quick panel MOD is pretty much what I want now in my Atrix. Currently happy to have all that.
Not to mention a lot of other plus features Aura ROM adds.

Hi,
I was using this mod on 2.3.4 and it was great! Just upgraded to Android OS 2.3.6 (att build 4.5.141) and it just boot loops until I replace it back with the original. Is there any way to modify this to work on 2.3.6? Or, is there a version around that I'm not finding that will work on 2.3.6?
Thanks!
--Q

Related

[REQ] Pays black bar and icons for CM 5.0.8

Now that we have a CyanogenMOD 5.0.8 on Desire, I am missing black bar and great icons from Pays...
I tried editing framework-res.apk myself but for some reason, after editing, signing, pushing and rebooting, I get FC on every single app on my phone. I don't have problems signing other apks.
Could somebody please edit this, shouldn't be too much work with the right procedure...
THANKS!
you don't have to sign it actually if you adb push it, I never sign it. Just be careful that images are the same resolution and especially look at the 9.png files cause they're not that simple to edit. Is the rom deodexed?
nikosrs4 said:
you don't have to sign it actually if you adb push it, I never sign it. Just be careful that images are the same resolution and especially look at the 9.png files cause they're not that simple to edit. Is the rom deodexed?
Click to expand...
Click to collapse
End up in a boot cycle if I don't sign. Didn't touch *.9.png's
Yes, rom is deodexed. Could signer be the problem? This is not the first ROM i had problems with framework-res....
did you change the permissions? chmod etc?
could you post the stock framework-res.apk?
No, m8, no chmod, chown or anything, just pushed it... Does it have to have specific permissions? I am just about to upload it...
EDIT: Uploaded
View attachment framework-res.apk
well, I use chmod 644.
also check this, I found it now. http://forum.xda-developers.com/showthread.php?t=695701
I changed the battery icons with some I know that work on mine. plz chmod 644 after you adb push it, then we'll know..
http://forum.xda-developers.com/showpost.php?p=6456982&postcount=14
Sorry for responding so late. Will give it a go this weekend (hopefully) and will let you know the results. Thanks!
Thank you! Finally got chance to try it and yes, right permissions was the cause for my trouble.

[MOD] Sense UI MOD - ExpressoBar

I´ve got it working now
first "mount /system" in adb and then:
adb push "directory of the file you loaded"/com.htc.resources.apk /system/framework
and
adb push "directoryof the file you loaded"/Rosie.apk /system/app/
ONLY for 2.1 Sense Roms
v1 first Resease
v1.1 fixed Delete Buttom in Bar
Download :
Resource File
http://www.4shared.com/file/KzDXk56n/comhtcresources.html
Rosie.apk (fixed)
http://www.4shared.com/file/48iRNchL/Rosie.html
Push via adb?
Would love to try this out, but adb has been a massive fail recently
-------------------------------------
Sent via the XDA Tapatalk App
just push via adb... it works 100% first open shell and mount /system and then push the files as descriped in first post.
Go to shell?
Kind of a newbie when it comes to codes and commands, just need a push in the right direction
-------------------------------------
Sent via the XDA Tapatalk App
I´ve editet the first post. you have to push in adb while the desire must be in recovery mode.
"adb push "directoryof the file u loaded"/com.htc.resource.apk /system/framework"
Don't you mean com.htc.resources.apk?
Works great here.
yeah it's working, very beautiful, big thanks,
but there is a little bug when we delete a shorcut from the desktop...
Someone needs to make this in update.zip form. Il do it in morning if nobody else does.
Someone needs to make this in update.zip form. Il do it in morning if nobody else does.
Click to expand...
Click to collapse
Youd be a legend if you could
-------------------------------------
Sent via the XDA Tapatalk App
This is an awesome mod... makes Sense UI a little more bearable lol.
Thanks
Is it works on 2.2 Defrost rom?
Is it works on 2.2 Defrost rom?
Click to expand...
Click to collapse
Whaaaaaaaaaaaaaaaat? This is a mod for Sense UI. So no.
-------------------------------------
Sent via the XDA Tapatalk App
Very nice work mate!
Thaaaaaaank you mate!
EDIT: Ok my zips did not work...
How does this mod show you which of the seven home screens you're on?
I don't see the little green trackbar that's on the original phone and programs button.
Meh that's a minor detail though isn't it.
Well, yeah it is. But I just got my desire and I'm planning on designing some themes for it. Just trying to work out what can be skinned and what can't.
Have some ideas on what I would change the green trackbar to but none yet as to how to change it!
would it be possible to edit the right shortcut? instead of add widget a internet link would be nice
best solution for me would a froyo like implement with
------------------------------
|phone| launcher |web|
------------------------------
the zip file doesnt work

[How To] + [MOD] Custom Transition Animations (UPDATED)

Watching the same transition animations over and over is boring. You can speed them up with Spare Parts or you can just shut them off entirely within settings. There is, though, a third road: change 'em.
These are videos of most of the transition animations packs (Drod's rubiX animations, Fab's animation mix, and Android Stock have no videos at present).
Flip
YouTube - Android Screen Transitions
Bounce
YouTube - Samsung moment animations, bounce
Fold
YouTube - Sbtwca
FlyIn
YouTube - Samsung moment animations, fly in
There are two preferred ways to use these animations:
1. Add Animations Using Metamorph: should work for most roms. Thanks Haxzamatic!
Transition Animation MetaMorph Files - http://bit.ly/gwEB5F
Note: there is no current MetaMorph file for either Android Stock or Fab's mix (see below).
2. Manually Add Animations: should work for most roms
This process will be helpful for those wanting to mix and match animations from the folders. In fact, why don't you create your own mix and post it here so everyone else can appreciate your awesomeness. I'll add new mixes below if they come in.
1. Simply get ahold of the anim folder with the animations you want to use and the framework-res.apk from the rom you're interested in modifying (/system/framework/framework-res.apk).
2. Open up the framework-res.apk in 7zip (right click on it, and select "open archive").
3. Drag the anim folder with the animations (which you can download below) into /res folder in your framework-res.apk. This will replace the files currently in /res/anim.
4. Exit out of 7zip.
5. You now need to push the modified framework-res.apk onto the phone. You can do this by placing the modified framework-res.apk in the root sdcard folder, and entering the following into terminal emulator on your phone or using ADB when the sdcard is mounted:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot.
NOTE: This is taken almost wholesale from MagnusRagnarok (initial post) and ronhova (detailed instructions) on XDA; they deserve the credit. Link To Original Post.
Since this process modifies your rom's framework-res.apk, it obviously won't work with other roms. Translation: don't take the framework you've just modified and try to put it on other roms. IF YOU DO THIS, YOU WILL DIE.
Animation Files: for manual addition
Bounce
Flip
Fly In
Fold
Drop In (from Drod's rubiX focused series)
Fly In and Flip Mix (from Fab's Apex)
Android Stock
Nice!!
But credit should really go to MagnusRagnarock. I just like it so much that I had to have it for my droid x.
Oh by the way, some of you might not get pass the second line of code. After you push the framework-res.apk back to your phone, the phone will do a soft reboot inside terminal. Applying all your changes. Don't freak out!
I recomend mixing and matching the transitions. Looks even better!
I'm using the fold transition for my lock screen and the fly transition for everything else.
ronhova said:
Nice!!
But credit should really go to MagnusRagnarock. I just like it so much that I had to have it for my droid x.
Oh by the way, some of you might not get pass the second line of code. After you push the framework-res.apk back to your phone, the phone will do a soft reboot inside terminal. Applying all your changes. Don't freak out!
I recomend mixing and matching the transitions. Looks even better!
I'm using the fold transition for my lock screen and the fly transition for everything else.
Click to expand...
Click to collapse
Hey there, thanks for the instructions, by the way. You should post /anim folder so we can all enjoy your custom set. If I had more time I'd be experimenting like crazy to get the perfect mix.
I made some morphs so there easy to apply. Sadly I don't have a X to try on. They worked great with CM6. As long as the framework is in /system/framework
it should work. Great find
Custom Transition Animation MetaMorphs - http://bit.ly/gwEB5F
Ok I'm sorry if this is a little of topic but I would like yo try this but when I go to download 7 zip and set it up it tells me to first scan my registry and I find this highly odd.....I have downloaded 4 times from 4 places that I have looked up including what I thought was the main site and get this prompt...does anyone have a proper link for 7 zip?
you are so incredible thanks yes it works in the droid X and they are amazing thanks for the work
Thank you haxzamatic. I just used these on Fission 2.2.1 and they seem to be working. No force closes or anything.
Sent from my DROIDX using XDA App
can someone please tell me which xml file deals with the opening of an app? i only want an effect when an app opens.
thanks.
I keep getting to the third line of code and get a can't state device or resourse busy. Any Ideas? I've formatted my SD card fat32 and placed the framework-res.API on the SD card. Anything that I'm missing??? Thanks for the transitions, simply amazing with
gingerbread.
supasye said:
can someone please tell me which xml file deals with the opening of an app? i only want an effect when an app opens.
thanks.
Click to expand...
Click to collapse
Anyone knows that?
I just tried flip on my D1 via metamorph, it didn't work...
Hi all - I tried it too - worst than no luck - it make my phone unusable.
1) it wrote there are no space for frameworl.apk - unfortunately original framework was deleted or changed
- then nearly all app and android does not respond
only one way is power off, but phone hangs at samsung logo.There are no samsung small blinking word and android will not start
- luckily reflash firmware with ODIN via download mode works
2) same step, but first I deleted Layar.apk from system folder to be sure I ahve enough space like author of flying animation JPF ROM at this forum.
I repeated then again copy framework with same space result and phone unusable, again flash over ODIN - I give up :-(
I tried mount as ro as at step 3rd, but it wrote busy message like someone else alraedy posted here.
- updated - I manually removed Layar.apk and Maps.apk from /system folder
then I had enough space for copy framework-res.apk
but still command mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
wrote cannot unmount, system busy
I rebooted phone normally and I am testing if framework changed or what happened
I already successfully enabled LiveWallpapers and now only framework is what I am missing from ROM with flying animation JPF ROM at this forum.
Any tips ?
I have I5800XXJPM from samfirmware.com , rooted ...
supasye said:
can someone please tell me which xml file deals with the opening of an app? i only want an effect when an app opens.
thanks.
Click to expand...
Click to collapse
Don't mean to bring back this old thread, but i really need to know the answer to this question. Also which file is responsible for the closing of an app?
Can. Anyone provide working link for the fly in and flip (fab's apex)
How to Root Fly Fab 45S
Can any one help i want to root fly fab f45s if possible
You can use "root genius"
It will root your phone in one click
Sent from my FLY F45s using XDA Free mobile app
Anask3444 said:
You can use "root genius"
It will root your phone in one click
Sent from my FLY F45s using XDA Free mobile app
Click to expand...
Click to collapse
Dead thread of nearly 2 yrs needed a reply? Jw
Sent from my ATRIX HD using XDA Free mobile app

Testers needed: Default Orientation Portrait v2

Testers no longer needed...turns out there is no improvement to the old version. Back to the drawing board.
Hello all,
I made a slight change to the PhoneWindowManager.smali and it seems to improve how quickly the orientation switches to portrait after a reboot (has been working immediately after first unlock for me). From my limited testing I also feel it will be less glitchy as sometimes weird things happened with the orientation in the current one. I am looking for a few others who would be willing to test and make sure everything is good.
The PhoneWindowManager.smali is attached
The instructions on how to install are here (Advanced users only)
Thanks for your help
Do you need to install the original portrait mod that you linked to to use this?
It's a smali script, it only relys on the original file to modify.
I'm willing to test for 191 if you make the edited policy.jar
marvin02 said:
Do you need to install the original portrait mod that you linked to to use this?
Click to expand...
Click to collapse
Don't need the original mod, just follow the same steps only use the smali file attached to this thread.
Sent from my Dell Streak 2.2.1 (339)
@jhotmann
I am stuck at the 10th point of ur instruction that is :
10. Put dexopt-wrapper into the correct folder with the correct permissions
> cd /system/bin/
> busybox cp /sdcard/dexopt-wrapper . (yes after dexopt-wrapper is a space and a period)
> busybox chmod 755 dexopt-wrapper
> cd /sdcard/
when i give 2 and 3rd command, it says
cant stst /sdcard/dexopt-wrapper: No such file or directory
Ok...........it was all done properly
But what result i got is . it now stucked in landscape completely and it looks really odd
waited but still its lanscape
yeah it seems to be still the same as the old one...the easiest way to get it out of being stuck in landscape is to open the camera app...Testers no longer needed as it is no improvement over the old version.
Testers
Hello jhotman
I'm sorry i saw this post too late, but if you need any testers in the future please PM me.

Deactivate the screenshot button

Hello dear Samsung Tab Lovers ;-)
I have a question for the touchwhiz firmware of the Samsung Galaxy Tab 10.1.
Can someone tell me how to deactivate the screenshot button in the task bar?
I just hate this button cause I always accidently press it.
Is there a way to get ride of it??
The same question
Thanks!
uninstall screencaptureservice.apk via root explorer (system/app) or titanium backup
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to General
Can this be done using adb commands?
paradoxni said:
Can this be done using adb commands?
Click to expand...
Click to collapse
Just do it via root explorer. Its on sale for.99 cents today from amazon. Its a one day sale, so get in on it, its a must have app...
Sent from my Galaxy Tab!
task650 said:
uninstall screencaptureservice.apk via root explorer (system/app) or titanium backup
Click to expand...
Click to collapse
When we delete iit, will the menu icon slide over or will there be a gap?
Sent from my Galaxy Tab!
mroneeyedboh said:
When we delete iit, will the menu icon slide over or will there be a gap?
Sent from my Galaxy Tab!
Click to expand...
Click to collapse
The button will still be there, just won't take the screenshots
Sent from my GT-P7510 using xda premium
paradoxni said:
Can this be done using adb commands?
Click to expand...
Click to collapse
You can get titanium backup free in the market. It will allow you to uninstall screencapture. You need root for it as well as for root explorer.
Sent from my GT-P7510 using xda premium
Thanks for the suggestion and I can stop those stupid screen capture !
You don't need to uninstall it with Titanium Backup, just freeze it. I have no idea what mad scientist at Samsung thought there was the dying need to make screenshotting an ever-present feature button.
paradoxni said:
Can this be done using adb commands?
Click to expand...
Click to collapse
It can be done using adb.
I'm assuming that the system apps are located in /system/app/ like my phone (I don't have a tab yet, though hopefully I will soon).
If that is true then a
Code:
adb rm /system/app/screencaptureservice.apk
should remove it. I have an inkling that there might be some capital letters in there (Like I said, I dont have the tab so I cant check), if the above code gives you an error about the file not being found type
Code:
adb ls /system/app/
which will show you the list of all files in /system/app/ and change part of the first code to reflect any capital letters.
I would suggest not deleting the file but renaming it or moving it somewhere (so it can be restored afterwards. Both are done with the same command mv (short for move)
The following code would rename the file and add renamed to the beginning:
Code:
adb mv /system/app/screencaptureservice.apk /system/app/renamedscreencaptureservice.apk
Or alternatively:
Code:
adb shell
cd /system/app/
mv screencaptureservice.apk renamedscreencaptureservice.apk
Whether renaming/moving or deleting I suggest rebooting after completing the task.
This will be great for my not-so-tech parents Tab, they would be so confused by the false "screenshot" screen if they would be pressing this endlessly.
Worked great thanks, don't know why this button exists.
Overly complicated since there's a setting in (ICS) it to change it: Settings -> Display -> Quick launch.
Sent from my Nexus S using xda premium
On my ICS rom which is based on the stock touchwiz, in settings>display>quick launch. You should be able to change what the button does or to remove it completely. Hope this helps if you have the same options.
scoffyburito said:
Overly complicated since there's a setting in (ICS) it to change it: Settings -> Display -> Quick launch.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Turned out to be pretty simple. Thanks a bunch!

Resources