I replaced the flip clock with the RED HTC CLOCK MOD (used in Desire 200). replaced the original apk with the modded one. It worked for the time but disappear as I did a reboot. So i have to repeat the same steps everytime after reboot to make it work again.
Secondly, When I got tired and i wanted to revert back to the old clock. i del the modded apk and put back the original apk, supported by odex. The system doesnot detect it.
I want to revert back to the Desire C Flip clock but I neither want to do a CWM Restore. It's just lame and time waste to Restore the whole system for a flip clock. Any help related to downgrading/reverting the flip clock will be appreciated
PS: For those who want to try out the BLACK CLOCK MOD:
1. Download attachment
2. Copy or use PUSH ADB method to replace the file from original file. They are located in system/app/ (If Stock ROM, make sure to del the ODEX)
3. apk --> system/app, del odex = First Enjoy then take tention about how to revert
creating backup of the original file is useless, as i said, system won't detect the original apk once the modded one is copied
" Use it on your own risk, Its not my work, credit goes to the dev " and have a nandroid backup before try.
Did you correct the permissions?
Sent from my HTC Desire C using xda app-developers app
uchihasparky said:
Did you correct the permissions?
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Thanks I tried it. I set permissions to rw-r-r. System detects the clock now after first reboot but still doesn't show up in widgets.
Sent from my HTC Desire C using XDA Premium 4 mobile app
Related
So I noticed that CM6 Froyo Remix ROM was missing the Genie weather and the customizable Power Control widget. I use only those two widgets on a daily basis and it would be nice if someone could point me in the right direction.
I've already tried Googling and downloading a transparent Genie widget from another site but after installing the widget, my phone had to force close the app maybe because it wasn't compatible?
Anyways, it would be nice if somebody can help me. Thanks in advance!
maybe u can try beautiful widget instead
I've already tried that app and honestly it isn't my cup of tea.
Is it possible to just extract the genie apk from a ROM and install it onto the one I'm currently using?
Sent from my HTC Magic using XDA App
i n f a m o u s said:
I've already tried that app and honestly it isn't my cup of tea.
Is it possible to just extract the genie apk from a ROM and install it onto the one I'm currently using?
Sent from my HTC Magic using XDA App
Click to expand...
Click to collapse
transparent genie widget
enjoy
Thanks for your efforts but unfortunately the installation wouldn't go through. :TT
Sent from my HTC Magic using XDA App
i n f a m o u s said:
Thanks for your efforts but unfortunately the installation wouldn't go through. :TT
Sent from my HTC Magic using XDA App
Click to expand...
Click to collapse
thats probably because you have to completely uninstall the old one first
go into root explorer or whatever file manage you use and DELETE the newsandweather or geniewidge apk
then reboot, just to be sure
then install it
bet it works then
tnpapadakos said:
thats probably because you have to completely uninstall the old one first
go into root explorer or whatever file manage you use and DELETE the newsandweather or geniewidge apk
then reboot, just to be sure
then install it
bet it works then
Click to expand...
Click to collapse
This ROM I'm currently using didn't come with the Genie weather apk at all. I also confirmed this by using ASTRO to search in the apps folder.
Sent from my HTC Magic using XDA App
i n f a m o u s said:
This ROM I'm currently using didn't come with the Genie weather apk at all. I also confirmed this by using ASTRO to search in the apps folder.
Sent from my HTC Magic using XDA App
Click to expand...
Click to collapse
then it may be permissions
paste it in system/app
set it for rw-r--r like the other system apps
then reboot, it will install it on boot up
been awhile since i used it, i forgot about this
tnpapadakos said:
then it may be permissions
paste it in system/app
set it for rw-r--r like the other system apps
then reboot, it will install it on boot up
been awhile since i used it, i forgot about this
Click to expand...
Click to collapse
I'm sorry but can you tell the procedure step by step with which app I'll be needing to get this accomplished?
Thanks in advanced!
Sent from my HTC Magic using XDA App
Nvm... I just Googled it myself. C;
I used to ADB to remove the GenieWidget.apk and used this command to reinstall the transparent widget:
adb remount
adb push GenieWidget.apk /system/app/GenieWidget.apk
I'm sure majority of the people here already know how to do all this but I'm typing this as a reference in case I flash my phone again.
Hmm tried to install this on CM6-RC1, but now i can't load my new & weather anymore lol.
Luckily i made a backup.
So basically I made my whole custom package and everything but now I've decided I don't like the hot kitchen lock screen. How do I get rid of it?
Sent from my HTC Incredible S using XDA App
Can't you uninstall the whole UOT package from Settings -> Aplications -> All.
Not to be funny, but that's how i learned to take a Nandroid backup before installing anything
/ Jess Kölner /
/ Sent from my phone /
Copy back d original framework and systemui files and overwrite..
Sent from my HTC Incredible S using XDA App
mandeep294 said:
Copy back d original framework and systemui files and overwrite..
Sent from my HTC Incredible S using XDA App
Click to expand...
Click to collapse
What he said. Or just reflash your rom if you don't know how. I would do it using adb
mandeep294 said:
Copy back d original framework and systemui files and overwrite..
Sent from my HTC Incredible S using XDA App
Click to expand...
Click to collapse
doesn't work for RCMIX3D ROM, i cooked something in the kitechn and it busted my backlights. returning the orginal files did restore the battery icon to original state but not the backlight
best thing is to flash the ROM again...ANd better do a nandroid backup from next time..
I find it very annoying that the stock launcher comes with 5 screens and you are completely unable to add or remove any of them. I have never needed or used more than 3 screens so it is quite inconvenient to have a launcher with 5 screens that I cannot edit. So, I decompiled the stock ICS launcher and edited the layout to contain 3 screens. I would add an option to edit the screen count in the app itself but I have not compiled ICS on my computer and I do not plan to do so (at least until I upgrade my RAM).
I have also uploaded a version with 7 screens. I tried to allow screen rotation as well but ran into some issues when editing the AndroidManifest.xml. I'll see if I can get it working though.
Download 3 screens: http://www.multiupload.com/ZE4AY4IUM2
Download 7 screens: http://www.multiupload.com/ECCSUYTKI8
To install (rename to Launcher2.apk)
via adb:
Code:
adb push /path/to/downloaded/Launcher2.apk /system/app/
via root file manager:
- copy modified Launcher2.apk to sdcard. Copy from sdcard to /system/app/ and overwrite existing Launcher2.apk
matt_stang said:
I find it very annoying that the stock launcher comes with 5 screens and you are completely unable to add or remove any of them. I have never needed or used more than 3 screens so it is quite inconvenient to have a launcher with 5 screens that I cannot edit. So, I decompiled the stock ICS launcher and edited the layout to contain 3 screens. I would add an option to edit the screen count in the app itself but I have not compiled ICS on my computer and I do not plan to do so (at least until I upgrade my RAM).
I may upload a version with 7 home screens if anyone would be interested. Also a version which supports screen rotation. If anyone wants it let me know, as I do not.
Download: http://www.multiupload.com/ZE4AY4IUM2
To install (rename to Launcher2.apk)
via adb:
Code:
adb push /path/to/downloaded/Launcher2.apk /system/app/
via root file manager:
- copy modified Launcher2.apk to sdcard. Copy from sdcard to /system/app/ and overwrite existing Launcher2.apk
Click to expand...
Click to collapse
downloading now, will report back. what did you use to decompile? i was using apk manager 4.9 when i was on the Epic but that was failing to decompile (i wanted to mess around myself). i updated apktool.jar and smali/baksmali and still no go.
Thanks. I would like a 7 home screen launcher if u don't mind. . That would be great.
Sent from my Nexus S 4G using xda premium
If you could do a 3 screen version that can rotate I would flash instantly
Sent from my Nexus S 4G using Tapatalk
Bookmarking to flash tomorrow.. Good work
ps. Screen Rotation - HELL YES. Definitely upload please!
adaimespechip said:
ps. Screen Rotation - HELL YES. Definitely upload please!
Click to expand...
Click to collapse
Check in themes and apps section
Sent from my Nexus S using XDA App
amosher13 said:
downloading now, will report back. what did you use to decompile? i was using apk manager 4.9 when i was on the Epic but that was failing to decompile (i wanted to mess around myself). i updated apktool.jar and smali/baksmali and still no go.
Click to expand...
Click to collapse
I second this question. I'm having a lot of trouble working on ics apks.
Sent from my Nexus S using xda premium
amosher13 said:
downloading now, will report back. what did you use to decompile? i was using apk manager 4.9 when i was on the Epic but that was failing to decompile (i wanted to mess around myself). i updated apktool.jar and smali/baksmali and still no go.
Click to expand...
Click to collapse
jakeisouttolunch said:
I second this question. I'm having a lot of trouble working on ics apks.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
I had some trouble too but realized you need a modified apktool.jar. I got it from the issues page on apktool. Here's the link: http://www.multiupload.com/YWJHOSZ7GJ
Just replace your current apktool.jar (I am assuming you use apktool) with this one.
Awesome, thank you much!
Sent from my Nexus S 4G using Tapatalk
--
EDIT: dropped in the new apktool and i still get errors decompiling, any ideas? did you just drag and drop? (yes i renamed to apktool.jar)
thank you
could u make one with only one screen ?
matt_stang said:
I had some trouble too but realized you need a modified apktool.jar. I got it from the issues page on apktool. Here's the link: http://www.multiupload.com/YWJHOSZ7GJ
Just replace your current apktool.jar (I am assuming you use apktool) with this one.
Click to expand...
Click to collapse
You also need to update your SDK package and pull the newest aapt.exe from the platform-tools folder and place that in APK Manager along with the updated APK Tool.
The new apktool gets you decompiling but you need the aapt.exe to complete the package so you can re compile....
DynamicRam said:
thank you
could u make one with only one screen ?
Click to expand...
Click to collapse
Ditto for me too?
Sent from my Nexus S using xda premium
Yes, I'd love a one screen version too!! Plz
you think it's possible to use in NO ics rom?it's only for ICS rom?
If anyone is interested, I've created one with 1 homescreen here:
http://forum.xda-developers.com/showthread.php?t=1373851
Can you add the modifications brenix added in the one homescreen launcher?
I'm having trouble installing. After you copy and overwrite in the system/app folder what do now?
Sent from my Nexus S 4G using xda premium
RushAOZ said:
I'm having trouble installing. After you copy and overwrite in the system/app folder what do now?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
ordinarily, you would fix permissions to rw-r--r-- and reboot
or if adb:
adb shell chmod 644 /system/app/Launcher2.apk
adb reboot
.. or reboot into recovery -- advanced, fix permissions. But I was having trouble with FCing after. Anyone else? I'm gonna give it another go. Realllly need 2 more screens
decalex said:
ordinarily, you would fix permissions to rw-r--r-- and reboot
or if adb:
adb shell chmod 644 /system/app/Launcher2.apk
adb reboot
.. or reboot into recovery -- advanced, fix permissions. But I was having trouble with FCing after. Anyone else? I'm gonna give it another go. Realllly need 2 more screens
Click to expand...
Click to collapse
Fixed permissions. Still not getting an option for ics launcher when I reset defaults in launcher pro
Sent from my Nexus S 4G using xda premium
Ok, I just tried this again. I dl the file on my pc. Renamed to launcher2.apk. pushed it to my sd card. Opened root explorer. Copied file. Went to system/app. Enabled r/w. Hit paste. Overwrite. Reboot into recovery. Advanced/fix permissions. Reboot. Still nothing. Am I doing something wrong here? Btw running cm7 nightlies 174.
Sent from my Nexus S 4G using xda premium
I've been testing a few different animations on my phone and they seem to work for me.
I wanted to share them for anybody who wants them.
Credits:
hassan89 I extracted the anims folder from his modded frameworks-res.apk. Thank him here link
CAUTION:
MAKE A BACKUP.
Animations
bounce
drod
flip
flying
fold
jellybean
mix
shift
stock
smoke
viper
Download
Code:
http://d-h.st/AMP
Instructions:
1. Pull framework-res.apk from phone /system/framework/ folder
2. Open rar archive with winrar select an animation extract anim folder to desktop
3. Open framework-res.apk with winrar go to folder /res/anim
4. go to the folder you extracted the anim select all files and drag them to framework-res.apk in winrar
/res/anim folder
5. Push back the modified framework-res.apk to /system/framework in phone then adb reboot
or reboot your phone manually.
Please thank the post cause I've downloaded 320MB of framework files just to extract the animations and rar it into 289KB archive.
Are these the animations you used in your nameless Rom??
Sent from my HTC Desire C using xda app-developers app
Nameless rom themed have different animation, named smoke you can extract it from framework-res I forgot to include, I will once I'm on pc
Sent from my HTC Desire C using xda premium
EDIT: ADDED
Do they work on stock sense rom? I mean, i once replaced the calculator from system/app. After the replacement, it did not detect the apk, not even the original (backuped) apk. So i had to system restore. Can you tell me definite steps for putting the animations? + i dont have any existing anim folder, so do i just copy in it?
Sent from my HTC Desire C using XDA Premium 4 mobile app
dominator96 said:
Do they work on stock sense rom? I mean, i once replaced the calculator from system/app. After the replacement, it did not detect the apk, not even the original (backuped) apk. So i had to system restore. Can you tell me definite steps for putting the animations? + i dont have any existing anim folder, so do i just copy in it?
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Stock rom is not deodexed...that could be a cause for it!!!
Hi everyone!
The thing is, I hate the stock android emoticons, so I made these myself which I think they look nice.
Two packs, one pack they have 36x36 pixels res, the other one 46x46, why? If you use the normal screen 240dpi, then use the 36x36 emoticons, if you use for example SlimBean rom at its default 182dpi, use the 46x46 pack, otherwise they will look too small.
Bellow you can see how they look using the 46x46 at 182dpi, using SlimBean rom.
I also made a lock screen unlock button with neXus X shape
I hope you like it.
ATTENTION: this aren't installation zip's, you must unpack and replace the png files in Mms.apk, Framework.apk and Talk.apk in any rom zip file and gapps, I use winrar to do this, I believe 7zip does the same. This is intended for rom developers and who likes to change things their own way, like I do
Keep getting installation aborted? Do I just put it on sd card and flash?
Sent from my Nexus S 4G using xda app-developers app
Pretty sure the emoticons are part of the framework. This zip won't install them. You would need to add them into the framework yourself.
Sent from my Nexus S 4G using Tapatalk 2
Yes, this zip's won't install anything, they are supposed to be unpacked and replace the correspondent ones in Mms.apk, Framework.apk and also Talk.apk inside of any gaaps package, if you want. I use winrar to do this, to customize rom graphics on my own way.
dpeeps74 said:
Pretty sure the emoticons are part of the framework. This zip won't install them. You would need to add them into the framework yourself.
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
ignore
Ok how do I get them yo work both files I.got system aborted
Sent from my Nexus S 4G using xda app-developers app
Try this guys...
http://forum.xda-developers.com/showthread.php?t=2138089
[MOD][XPOSED][4.0+] Smiley Replacer 1.3 (17.02.2013)
[Nexus⁴]