[MOD] Iphone Lock & Unlock sound (Only Froyo) - Nexus One Themes and Apps

I don't like Froyo sound for lock and unlock phone so I can take it from my iPhone, convert and insert in my N1.
It's work very well.
To install run this from the directory you unzip the file to:
Code:
adb remount
adb shell rm /system/media/audio/ui/Lock.ogg
adb shell rm /system/media/audio/ui/Unlock.ogg
adb push lock.ogg /system/media/audio/ui/Lock.ogg
adb push unlock.ogg /system/media/audio/ui/Unlock.ogg
adb shell reboot

Thanks! Definitely sounds a lot better.

I got used to my wife's ipod touch sounds so this is actually kinda nice lol. Much louder than vanilla. Thanks for your work. =)

Say if I want to go back to stock after installing this, will it be possible without the need to Nandroid?

Any one knows how to enable the unlock sound in eclair?
I love the sound from lockbot pro. But I ended up using the stock lock/unlock.
No sound from stock though.

Thank you for the archive. It sounds much better now.

chobie said:
Any one knows how to enable the unlock sound in eclair?
I love the sound from lockbot pro. But I ended up using the stock lock/unlock.
No sound from stock though.
Click to expand...
Click to collapse
I think its only for froyo

Vandam500 said:
Say if I want to go back to stock after installing this, will it be possible without the need to Nandroid?
Click to expand...
Click to collapse
You wouldn't need to nandroid so long as you pull the original files first rather than rm'ng them

so i just did this (successfully) except that i now notice that my phone won't make sounds for certain things. it'll do notifications (calls, texts, IM) but won't do the lock/unlock, dock/undock or keyboard presses. anyone can help me out?
i have all the volumes turned up and checkboxes ticked but still nothing. running froyo.

scotolsen said:
so i just did this (successfully) except that i now notice that my phone won't make sounds for certain things. it'll do notifications (calls, texts, IM) but won't do the lock/unlock, dock/undock or keyboard presses. anyone can help me out?
i have all the volumes turned up and checkboxes ticked but still nothing. running froyo.
Click to expand...
Click to collapse
Can you fully explain how you are creating this event. I haven't noticed it and would like to try and recreate

i highly doubt this caused it, just that this was the catalyst for me noticing it (i don't remember the keyboard having made sounds for awhile now). just wondering if you guys know what might cause it not to make non-notification sounds and how i can restore them, even if it means having to wipe and reflash.

Vandam500 said:
Say if I want to go back to stock after installing this, will it be possible without the need to Nandroid?
Click to expand...
Click to collapse
Sure.
You have to extract original froyo lock e unlock .ogg file and repush in your device.
No wipe needeed.
If I have time (now I am from N1) take it from original froyo rom and attrach to my post.

Vandam500 said:
Say if I want to go back to stock after installing this, will it be possible without the need to Nandroid?
Click to expand...
Click to collapse
{
"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"
}
In case you didn't pull
I went ahead and pulled them

Thank you! this sounds just amazing on my nexus!

Can i flash this?

Where can I find different sounds in .ogg to use for Lock/Unlock? I just pushed the MGS2 sounds and they're cool for now, but after locking and unlocking for a day...I'm sure I'll be tired of that.

BBCasper said:
Where can I find different sounds in .ogg to use for Lock/Unlock? I just pushed the MGS2 sounds and they're cool for now, but after locking and unlocking for a day...I'm sure I'll be tired of that.
Click to expand...
Click to collapse
I think you have to make it.
It's easy.
After do that you can push in your devices.
johnnie93 said:
Can i flash this?
Click to expand...
Click to collapse
I don't understand

johnnie93 said:
Can i flash this?
Click to expand...
Click to collapse
No you can't. Just adb push them.

www1 said:
I think you have to make it.
It's easy.
After do that you can push in your devices.
I don't understand
Click to expand...
Click to collapse
Yep. Figured it out. Just downloaded Audacity, opened the file I wanted, exported as ogg, bam. Super easy.

Thanks for the instructions www1. Very helpful.

Related

[THEME]Lockscreens for CDMA

I found out the hard way that this won't work for the CDMA hero (don't judge, I got my first Android phone last week) so I set out to port this to work on CDMA.
If you have some sort of custom these running, this may or may not break it, These are based on Modaco's 1.1
eViL Lockscreen Port:
{
"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"
}
Transparent Lockscreen:
Please do nandroid backup before proceeding
Attached is com.htc.resources.apk that needs to be pushed to /system/framework
One way to do it is by copying com.htc.resources.apk to a directory called lockscreen on your sdcard, and using SDK tools
Code:
adb shell
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cp -r /sdcard/lockscreen/com.htc.resources.apk /system/framework/
reboot
Download:
eViL Port:
com.htc.resources.apk
update.zip Thanks to Thann
Transparent:
com.htc.resources.apk
update.zip
Enjoy
nice work, what exactly had to be done to convert this to cdma?
nothing too hard, just had to move 4 images from the original lockscreen into a CDMA hero com.htc.resources.apk
this isnt working for me, I get access denied if i type it like you put. I put in the command su and it let me do the first line, but then i get cp not found???
ruskiyab, if you want I can package all these files as a signed update.zip you could just run from the recovery mode. The lock looks good, and it would remove the need for command line work.
Thann said:
ruskiyab, if you want I can package all these files as a signed update.zip you could just run from the recovery mode. The lock looks good, and it would remove the need for command line work.
Click to expand...
Click to collapse
hook it up
For some reason I just can't upload to XDA today, it just keeps failing. The file is here so be sure and tell me if you have any problems.
Thats, I haven't really gotten around to reading about signing the update.zip files yet
Thann said:
The file is here so be sure and tell me if you have any problems.
Click to expand...
Click to collapse
Guinea pig approved, looks/functions great.
Did nandroid backup just to be sure, but everything works fine. Looks very good too!
I love the lockscreen. Would you mind if I include this in my Gutted Hero rom?
Ahhh you beat me to it. I was gonna do the same. I figured out how to port the themes and sign them.
Great work ruskiyab good to see other people joining in with customizing our Hero's!
chuckhriczko said:
I love the lockscreen. Would you mind if I include this in my Gutted Hero rom?
Click to expand...
Click to collapse
Ofcourse! I stole your animations and Rosie, it's only fair
New transparent lockscreen added!
How would one edit, or create there own lockscreen?
Is the clear lockscreen the same as the one ratcom posted?
If not, can you provide a screenshot? thanks!
I'd like to know how to create my own aswell and sign the update too!
The screen shot is in the OP
ruskiyab said:
The screen shot is in the OP
Click to expand...
Click to collapse
ahh, thanks.
the site that is hosting the pic must be blocked at work then, because I don't see any pics in the 1st post.
I'll look tonight before trying to flash it in
EDIT: bvm, I switched to our wireless test network (glad I'm in IT) and I was able to see the pics. It looks like the same one ratcom used/posted.
Now I just need to lookup how to make my own, lol
This looks great. Thanks for sharing!
Any chance we can get an update.zip file made to revert the lock screen back to the original one? I did make a nandroid backup, but I'd rather not have to use it just for the lock screen. Thanks in advance!

[Bootscreen] Sushi Animation

I've made a Sushi Bootscreen animation. But i need someone to make it into a signed zip. One that is flashable on the Sushi Rom. Anyone care to help?
{
"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"
}
Edit: Thank you guys so much for everything.
Thank you pseudoremora for making it easy to do so everyone can do it!!!
Thanks Jus10o for explaining how to do it. worked great!
Thanks To Regaw just to be willing to help. Lol
It's Alive!!!!!!!!!!!
lol
this is sick, im sure someone will be making this into a flash zip pretty soon, nice work
Demoyo23 said:
this is sick, im sure someone will be making this into a flash zip pretty soon, nice work
Click to expand...
Click to collapse
Thank you, I hope someone does..
Rsoehelk said:
Thank you, I hope someone does..
Click to expand...
Click to collapse
Doing it now.
pseudoremora said:
Doing it now.
Click to expand...
Click to collapse
beat me to it... damn.
not even gonna try now
Haha very clever!
Deleted- Its posted done there
You guys thank you so much i've been asking for help all day and no one has offered to help.
Do whatever needs to be done to it as long as the quality remains the same. Can't wait!!!!
Updated post.
Fixed the problems mentioned earlier, boots perfectly.
You do not have to worry about deleting the bootanimation.zip file inside /system/media folder. I've taken care of that. I've edited the google script to delete the bootanimation.zip first and then to flash this boot screen.
Enjoy.
pseudoremora said:
Fixed the problems mentioned earlier, boots perfectly.
In order for this to work, you need to first remove the bootanimation.zip thats inside the /system/media/ folder, otherwise even if you flash this, the original boot screen will still take precedence.
To do this:
1. Open Command Prompt
2. CD into androidsdk\tools
3. Run following commands:
Code:
adb remount
adb shell
rm /system/media/bootanimation.zip
exit
exit
Enjoy.
Click to expand...
Click to collapse
Sorry but idk whats wrong with my adb. i could never set it ut is there anothr way to do it?
Rsoehelk said:
Sorry but idk whats wrong with my adb. i could never set it ut is there anothr way to do it?
Click to expand...
Click to collapse
Download root explorer from market. Mount the sd card and delete the file. Iv never used it though.
But youll always want adb.. It will come in handy in many situations.
Rsoehelk said:
Sorry but idk whats wrong with my adb. i could never set it ut is there anothr way to do it?
Click to expand...
Click to collapse
Jus10o said:
Download root explorer from market. Mount the sd card and delete the file. Iv never used it though.
But youll always want adb.. It will come in handy in many situations.
Click to expand...
Click to collapse
Don't do that, I've taken care of it.
I've updated the bootscreen and created a new flashable zip file. All you have to do is copy to your sd card and flash.
I modified the google script to delete the bootanimation.zip before flashing your bootscreen, so the removal will be done automatically when you flash this. Enjoy.
I'll update the original post.
Or that also works... Never hurts to add something to script and save the headaches of people not knowing how to do things themselves (or just havent learned yet).
Jus10o said:
Or that also works... Never hurts to add something to script and save the headaches of people not knowing how to do things themselves (or just havent learned yet).
Click to expand...
Click to collapse
Indeed. Simplification is always good.
Darn. I was too anxious and did it in adb instead of the easy flash. Oh well, I'm liking it though. Great job!
blulitespecial said:
Darn. I was too anxious and did it in adb instead of the easy flash. Oh well, I'm liking it though. Great job!
Click to expand...
Click to collapse
Learn the commands of adb.. They come in handy and the same commands are applied in many situations. I learned alot by not doing it the easy way.
Jus10o said:
Learn the commands of adb.. They come in handy and the same commands are applied in many situations. I learned alot by not doing it the easy way.
Click to expand...
Click to collapse
Learn Linux is what needs to be done. Dual boot if you can and start messing around. Linux and Android go hand in hand.
I think it needs to have more frames, it seems too jerky.
Love this boot screen. Every time my phone boots I tell my gf to look @ it and I grin. She gets pissed.

[TOOL] HTC EVO Boot Replacer

This tool is made for the HTC EVO.
It will replace the bootanimation for you automatically.
No need to know any commands its very simple.
V1
Only supports pushing the bootanimation.zip not the sound. Will update later.
Must be rooted already.
Must have dotNET installed.
V2
Fixed Name.
Fixed backup. Will back up bootanimation as "bootanimation-backup.zip" in the same directory as the program.
V3
Added error control. If bootanimation.zip isnt found will tell you its not found and to place in the same directory.
Added ability to upload SPC_animation_final.mp3. If not found will skip and alert you that it skipped it.
Removed text box as its not needed now with the error control box.
Added image.
V4
Update again few changes this time.
Ability to check connection to make sure you are connected properly.
Added the ability to select your boot animation location as of right now, /system/media and /data/local are the only ones.
Added more error checking.
Still need to fix backup of spc_sound.
Program will tell you that its backup was completed if bootanimation-backup.zip exists.
V5
Fixed Connection Status for devices with "HT06WHL14484"
Reports back with HTC EVO Found! "HT06WHL14484"
Coming Soon.
Ability to backup SPC_animation_final.mp3 as SPC_animation_final-backup.mp3
{
"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 Here
HTC_EVO_Boot_Replacer_v5
amoamare said:
This tool is made for the HTC EVO.
It will replace the bootanimation for you automatically.
No need to know any commands its very simple.
V1
Only supports pushing the bootanimation.zip not the sound. Will update later.
Must be rooted already.
Must have dotNET installed.
Download Here
HTC_EVO_Boot_Replacer_v1
Wait on the download backup isnt working for some reason ill fix that though.
Also if it errors at the end when it reboots the phone ignore that as well.
Click to expand...
Click to collapse
Woww, this is nice, I will try it myself Cute GUI TOO THANKS DEV
Tools like this are always welcome, thank you.
Just one request, the title is deceiving, could you change "Boot" to "Splash" or "Startup".
Quick bump for the updates. Hopefully this will help people out.
mind you this program install everything in the /system/media directory and gives it 755 permissions.
nice work as always amoa
Nice work thank you
Neotelos_com said:
Tools like this are always welcome, thank you.
Just one request, the title is deceiving, could you change "Boot" to "Splash" or "Startup".
Click to expand...
Click to collapse
seconded please
Thx will post in thread for mods for easy find
Simple and highly useful tool! This is the kind of stuff of which we need more. Thank you for this contribution!
feature request: silence boot animation =D
Neotelos_com said:
Tools like this are always welcome, thank you.
Just one request, the title is deceiving, could you change "Boot" to "Splash" or "Startup".
Click to expand...
Click to collapse
Or name it boot anime configuration tool
glad to see you're still around amoamare. awesome stuff..
i remember you back from the mobile-files(R.I.P) days.
i had no interest in bothering to change my boot animation but since this is now so easy.. i'm thinking.. "why not!"
tried this but did not work no idea why great tool
I've seen a few boot animations, but, is there a repository of them somewhere?
I tried to unpack the rar file using androzip but it failed...how exactly do I set this up?
***EDIT*** Just saw it had exe files...i guess this needs to be done via cpu...any tips?
Sent from my PC36100 using XDA App
Works just fine, but I have a question.
This doesn't change the boot up animation of the Sprint logo, how do you actually do that?
Good Job man, this is a really useful application. I can change boots sleeping, in a coma, but this is sick for those who cannot do it themselves yet. Keep up the good work. devs like you are what makes xda awesome​
Well thanks guys, I just seen that it was on the main page. Yes i will include a way for you to be able to have a silent start up.
Basically just a check box that says "Silent Animation" or something.
Im up for any suggestions on this as well. I will be updating this again in the next few days until then. Here is a screen shot of my current project
This is for cricKet specifically, this particular one is not for release.
This is a screen shot of how the one that will be released will look like.
Basically where it says "Install CKT ROM" will just say "Install ROM" and you wont have "Provision Phone"
This program is designed to help you "Root", "Nand Unlock", Install "Recovery" and Push a "ROM" to your SDCard while further more giving you instructions along the way.
Of course its not for you "Advanced" users who can do this. It's for anyone looking to modify there phone but dont quit understand all the adb cmds.
BTW This is just a idea that I might release it. I haven't thought entirely if i should....
O and about the thread title, i cant change it haha so if a mod wants to change it to something more suitable thats fine.
lol, dont do it, ur tool would make it all too easy!
j/k, great job man as always
n0c1v0 said:
lol, dont do it, ur tool would make it all too easy!
Click to expand...
Click to collapse
LMMFAO!!!!

[How-To] Replace the Stock Android Emoticons with Smiley Face Type Emoticons

I replaced the stock android emoticons with regular looking ones.
{
"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"
}
Figured I'd post this guide in case anyone else wanted to do the same,
Instructions:
1 nandoid backup
2 download the attached .rar file
3 adb devices
4 adb pull /system/framework/framework-res.apk framework-res.apk
(make a backup copy of this file)
5 open the apk file with winrar
6 insert the .png files that are in the attached rar file into the framework-res.apk's \res\drawable-hdpi folder
7 adb remount
8 adb push framework-res.apk /system/framework/
9 adb reboot
For those looking for an easier way to do this you can make a flashable file here --> http://circle.glx.nl/
Oh wow! Can you do that with the Blacy emotes?
trying!
@martijua i just tried it and let see if it worked. rebooting now!!!!
It worked great!!
@GENEius what are blacy emotes?
Update i saw the" blacky emotes" and i would say yes you can if you had all the icons the right sizes
I decided to try other icons and i found out that....
- nandroid backup is a must just in case you mess anything up!
- If it is not the right size 24 x 24 px it will show a blank space instead of an icon.
-While doing this process you will see a FC error but that's ok just adb reboot
POSSIBLE CAUSES FOR FC ERRORS!
- If you do not adb pull before you abd push.
- Receiving a text while trying this out.
Not 100% sure because both of these things happend within the same try!
-I noticed that i actually put >PNG instead of .png and that may have been the problem.
NOW IT"S WORKING WILL UPDATE WITH A IMAGE!
SINCE I AM ACTUALLY DOING A LOT FOR THIS AND WILL TRY TO DO MORE I WILL CREATE MY OWN POST!
http://forum.xda-developers.com/showthread.php?p=8690694#post8690694
GENEius said:
Oh wow! Can you do that with the Blacy emotes?
Click to expand...
Click to collapse
Yes that could be possible provided the dimensions are correct and you name them accordingly.
For those looking for an easier way to do this you can make a flashable file here --> http://circle.glx.nl/
martijua said:
For those looking for an easier way to do this you can make a flashable file here --> http://circle.glx.nl/
Click to expand...
Click to collapse
+1 on that!
Is this something that should not be done on a custom rom? I tried on my phone with the latest fresh rom and all of my contact disappeared.
ElAguila said:
Is this something that should not be done on a custom rom? I tried on my phone with the latest fresh rom and all of my contact disappeared.
Click to expand...
Click to collapse
Google contacts? Make sure that your google account is still there...if it isnt re-add/sign back into google account.
Hm. I can use any pixel size. HTC Evo 4G seems to support most (I'm on 40x40 now). Using kawaii kitty faces from MSN :3
Anyway of doing this with APK Manager? Or NinjaMorph?
****..I wish someone could get emoji working! Seen a few threads about it but seems kinda shoddy.
Sent from my PC36100 using XDA App
thanks for the instructs, buddy. i've changed my icons like 3 times already tonight using this, lol
I have issues getting adb to work but I really hate the aliens... anyone have an easier way (I am rooted).
No1ustad said:
I have issues getting adb to work but I really hate the aliens... anyone have an easier way (I am rooted).
Click to expand...
Click to collapse
well....use root explorer, navigate to system/app and extract the framework, replace the emoticons, and copy-paste the mms app back where it came from
Reboot
you're done
thank you
These are awesome thank u!
Just wanted to add my testimony.
This works, but it will remove all your accounts from the Accounts section, thus removing you contacts, and resetting your wallpaper, and probably other personal settings.
However, setting them back was easy, and re-adding the account was also easy. Got all my contacts back and so on.
Thanks martijua!
http://circle.glx.nl/ is gone. Any alternatives?
ATM I don't have time to deal with missing stuff and restoring them back
P.S. Which way of those two mentioned exactly leads to losing some data? ADB or RootExplorer way?
New Emoticon Pack
Here is a pack of Emoji Emoticons if anyone wants to try out.
Do it at your own risk, i am not responsible for any damage.
O.K., that's cool - but is it possible to "replace with nothing" or simply turn them off?
What happens if i try to put empty files with png extension or blank png files or something - I believe that won't work...?
i want Sony Ericsson c901 & k800 smiley pack on my Samsung Galaxy Ace..
how do i get that?

Transparent status bar – installed with tiwili - take it, work it, leave it

Hi,
this is my first mod with tiwili_wholestory. Further informations of installation method: http://forum.xda-developers.com/showthread.php?t=1232479
This "nothing" on top is what you will get, no other changes. Works for default and BlueSky 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"
}
Just download, extract and run tiwili-ws.bat.
As always: I´m not responsible for any damage etc. If you want to go back run recovery.bat.
Greets
idephili
for further mods
Great job, we are able to get the transparent statusbar to anybuild w/o using UOT kitchen. Thanks
how do I do this on a mac :\
@idephili BIGTHX for your work ...We should be in HH meeting
worked perfekt
how do we run the .bat file? on our phone or on the computer?
kurtis.austin2 said:
how do we run the .bat file? on our phone or on the computer?
Click to expand...
Click to collapse
Computer
sent from my S-Off-icial Sensation using XDA P-App
Nice work! I feel like im back on windows with the transparent bar. Thanks!
Can som1 make like a tutorial if is not too much to ask please I want this really bad thank u!
Sent from my HTC Sensation 4G using XDA App
MUNDO23 said:
Can som1 make like a tutorial if is not too much to ask please I want this really bad thank u!
Sent from my HTC Sensation 4G using XDA App
Click to expand...
Click to collapse
Really?? read his post he has a link where you have to read if you want to install it.
Good stuff
Thanks for your work.
When I run the .bat, there is an issue with the first command and I get the message:
remount failed: Operation not permitted
It then runs through the rest of the process, chucking up errors here and there and ultimately, after a reboot, seems to have had no effect.
Any ideas? I have USB debugging enabled, the correct drivers, etc.
Thanks,
blr000 said:
Thanks for your work.
When I run the .bat, there is an issue with the first command and I get the message:
remount failed: Operation not permitted
It then runs through the rest of the process, chucking up errors here and there and ultimately, after a reboot, seems to have had no effect.
Any ideas? I have USB debugging enabled, the correct drivers, etc.
Thanks,
Click to expand...
Click to collapse
Do you have root?
Greets
idephili
ldelossa.ld said:
how do I do this on a mac :\
Click to expand...
Click to collapse
Hi,
I don´t know anything about mac and adb/apktool. I think they exist, so first you may use them for SystemUI.apk & BlueSky.apk. Extract my zip and copy files from both Updatefolders in your proper decompiled folders. Recompile & sign, then push to phone.
Regards
idephili
yeah, s-off, root, but standard rom.
I have flashed a different battery indicator if that makes any difference?
(Thanks for the quick reply btw)
blr000 said:
yeah, s-off, root, but standard rom.
I have flashed a different battery indicator if that makes any difference?
(Thanks for the quick reply btw)
Click to expand...
Click to collapse
Maybe "adb root" will help.
Greets
idephili
Hmm, it seems there is an issue with how my phone is rooted.
adb root returns 'adbd cannot run as root in production builds' and abd shell gives '$', but then su permission denied?
Phone is rooted though with Superuser installed and working, and TB, so not sure what is going on.
rosie nav bar
Would it possible to do something like this for the rosie nav bar, to make it transparent or glass even?
blr000 said:
Hmm, it seems there is an issue with how my phone is rooted.
adb root returns 'adbd cannot run as root in production builds' and abd shell gives '$', but then su permission denied?
Phone is rooted though with Superuser installed and working, and TB, so not sure what is going on.
Click to expand...
Click to collapse
Maybe a dumb question, but is your system mounted before you try to run the batch file? If you're not sure, try adb remount and run the batch file again.
I remember having some similar weirdness back before Revolutionary when I tried to run the Easy Fr3vo OC/UV batch file package, but I hadn't mounted the system before I ran it.
Hi,
I have a question :
to install need to connect phone (debug usb on) only chrage, right ?
and, maybe it works for EVO 3D gsm versione ?
tks mate

Categories

Resources