This is a discussion on Can you awesome people help me out? :) within the Nexus One Development & Hacking forums, part of the Nexus One category; Originally Posted by kc.rkitek the only other thing I can think of is to clear Setting's data and cache... go to Settings>Applications>Manage applications then hit ...
Rooted Nexus One
Amon_RA-nexus-v2.0.0
32.50.00.32U_5.12.00.08 Korean Radio
Wildmonk's 2.6.35.9_SVS-950mV_CFS_AXI_720p_1152MHz_120210
MIUI ROM 0.11.26
SWG V1.2 Theme
Follow Me On Twitter
well...i've got very little left to try. the only other thing I can possibly imagine is that some other mod is affecting it. What about your modded launcher...is it HelixLauncher? Is there any way to uninstall it temporarily to see if it's causing a conflict?
Rooted Nexus One
Amon_RA-nexus-v2.0.0
32.50.00.32U_5.12.00.08 Korean Radio
Wildmonk's 2.6.35.9_SVS-950mV_CFS_AXI_720p_1152MHz_120210
MIUI ROM 0.11.26
SWG V1.2 Theme
Follow Me On Twitter
Hey Suby, I remember in another thread (maybe xda) that you were having problems with 5.0.6. Was just wondering, what exactly wasn't working out for you?
AT&T 3G Nexus Uno
-Froyo 2.2
Rooted Nexus One
Amon_RA-nexus-v2.0.0
32.50.00.32U_5.12.00.08 Korean Radio
Wildmonk's 2.6.35.9_SVS-950mV_CFS_AXI_720p_1152MHz_120210
MIUI ROM 0.11.26
SWG V1.2 Theme
Follow Me On Twitter
Sorry we couldn't hammer it out. I tried everything I could think of!
Fresh install of v5.0.6 with a full wipe in recovery? That's odd...I haven't had a problem to speak of...
didn't want to start a new thread, so i might ask here...
how do i back up an APK?
I wanted to morph my facebook widget to the transparent one, but incase i don't like it I want to be able to go back.
Same with a battery, etc. Seems like going from green back to cyan was really hard. Don't want to mess up by going forth with a morph I don't like.
Thanks.
adb pull */path/app.apk* */path*
the stuff shrouded in asterisks varies depending on what you pulling and where you're pulling it to.
I made a folder in my Android SDK directory just for this...it would look like this if I wanted to backup the Facebook.apk to my backup folder (yours may vary!):
If you want to push your backup back to the phone, you'll have to move or copy the backed-up apk to the tools folder in you Android SDK installation, you'll need read/write permissions (remount) and you'll probably have to reboot to see the changes. It looks like this:Code:adb pull /system/app/Facebook.apk /AndroidSDK/backup
Note the commands are case sensitive...Code:adb remount adb push Facebook.apk /system/app adb reboot