[LAUNCHER2] No transparency, wrap-around effect! - G1 Android Development

I discovered this apk in an Ahmgsk rom (v2)
Its awesome, works on all eclair 2.1 roms i've tried.
{
"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"
}

gonna try it out on manups 1.5!!!
EDIT::: it will not let me install it on manups...balls

XD thanks for posting that it is awsome

xillius200 said:
XD thanks for posting that it is awsome
Click to expand...
Click to collapse
Works! Not perfect, but definitely better than what we had until now. Thanks!

Part Four said:
Works! Not perfect, but definitely better than what we had until now. Thanks!
Click to expand...
Click to collapse
Cheers for clearing that up

Having install issues with king klick v1.6.1. When its on my sdcard astro recognizes it as the same launcher that is already on 1.6.1. And I cant seem to find a way to uninstall the stock launcher on 1.6.1.

GBerg2119 said:
Having install issues with king klick v1.6.1. When its on my sdcard astro recognizes it as the same launcher that is already on 1.6.1. And I cant seem to find a way to uninstall the stock launcher on 1.6.1.
Click to expand...
Click to collapse
Well there's your problem right there. Move on and up to Open Eclair.

GBerg2119 said:
Having install issues with king klick v1.6.1. When its on my sdcard astro recognizes it as the same launcher that is already on 1.6.1. And I cant seem to find a way to uninstall the stock launcher on 1.6.1.
Click to expand...
Click to collapse
su
mount -o rw,remount /dev/block/mtdblock3 /system
rm /system/app/Launcher2.apk
mount -o r,remount /dev/block/mtdblock3 /system
exit
then you can install the new one.

tried uninstalling with your instructions and still says application install failed. any ideas?

im trying to figure it out too i uninstalled it and still it wont install the new launcher..
Edit:
Type this in Terminal Emulator or in Better terminal Emulator if you have it
su
rwsystem
cp /sdcard/Launcher2.apk /data/app_s/Launcher2.apk
that should work it did for me

Y'all should be adb pushing only (no astro or w/e) until devs start including this in their roms...
Working on OE 1.2.2, should work on anything that already has some inferior launcher2.
Try
Code:
adb push c:\wherever\Launcher2.apk /system/app
And if it says read only file system, type
Code:
adb remount
and then retype above code.

Thanks gonna use root explorer, to late at night for me to be typing commands and what not.

Ace42 said:
Thanks gonna use root explorer, to late at night for me to be typing commands and what not.
Click to expand...
Click to collapse
will not work do not do it like that use the terminal Root explorer wont register it just copy it so use the terminal for it to work or else it wont.

death1246 said:
will not work do not do it like that use the terminal Root explorer wont register it just copy it so use the terminal for it to work or else it wont.
Click to expand...
Click to collapse
Punctuation is key.
Here's what I did on King's 1.6.1
su
rwsystem
rm /system/app/Launcher.apk
cp /sdcard/Launcher.apk /system/app
reboot
Thanks for the drop.

After further review, while this version of Launcher 2 has fixed the transparency issue, it's a LOT slower than the existing Launcher 2 we've been using. Until this is resolved, it's not worth installing IMO.

death1246 said:
im trying to figure it out too i uninstalled it and still it wont install the new launcher..
Edit:
Type this in Terminal Emulator or in Better terminal Emulator if you have it
su
rwsystem
cp /sdcard/Launcher2.apk /data/app_s/Launcher2.apk
that should work it did for me
Click to expand...
Click to collapse
Is your sig showing the correct rom you are using?

j0hnZ said:
Is your sig showing the correct rom you are using?
Click to expand...
Click to collapse
I have 3 mytouch 3G's the main one is running Cyan
and yes
rm /data/app_s/Launcher2.apk
on Kings ROM 1.6.1 the Launcher2.apk is located in app_s you might also want to save the new launcher2.apk in the same app_s directory

is there any way to modify this launcher so that it works properly on landscape mode?
im guessing theres sizing issues and whenever you click an app
it oppens the one above it.
ideas?

This launcher I am sure will not have landscape mode for a long time...
Maybe when 2.1 goes to the Droid? But then again this Launcher was built by google not HTC so the update might not be on Droids 2.1

death1246 said:
I have 3 mytouch 3G's the main one is running Cyan
and yes
rm /data/app_s/Launcher2.apk
on Kings ROM 1.6.1 the Launcher2.apk is located in app_s you might also want to save the new launcher2.apk in the same app_s directory
Click to expand...
Click to collapse
I was just wondering if you put this launcher on cyan's rom cause I'm using superD's right now would like this launcher on it. I'm guessing I could also install this in linux by just putting the apk in that location?

Related

Drawer Fix for Haykuro's 6.0r1 / **ADB**

Please delete this thread.
works a treat a-la;
{
"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"
}
link is down..
Can someone please re-upload or is there an updated link?
there isn't the full link in the startpost
full link
edit: works great, no reboot needed - thank you
Download link is ok all works fine for me, have the launcher back working correctly.
you can extract Launcher.apk from the Dude's or JF's build.
all you need to to is actually:
adb remount
adb shell rm /system/app/HTCLauncher.apk
adb push Launcher.apk /system/app
the os will find the new launcher aotumatically, so there's no need to install it.
billc.cn said:
you can extract Launcher.apk from the Dude's or JF's build.
all you need to to is actually:
adb remount
adb shell rm /system/app/HTCLauncher.apk
adb push Launcher.apk /system/app
the os will find the new launcher aotumatically, so there's no need to install it.
Click to expand...
Click to collapse
Doing this broke my clock widget...
I managed to get mine working (as my post shows) by using ADB via;
Putting Launcher.apk onto the root of the SD card (drag and drop)
adb devices
adb remount
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard
install Launcher.apk /system/app/Launcher.apk
reboot
so basically instead of downloading terminal emulator i just quickly did it through ADB and Boom!! it works!
Dantehman said:
I managed to get mine working (as my post shows) by using ADB via;
Putting Launcher.apk onto the root of the SD card (drag and drop)
adb devices
adb remount
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard
install Launcher.apk /system/app/Launcher.apk
reboot
so basically instead of downloading terminal emulator i just quickly did it through ADB and Boom!! it works!
Click to expand...
Click to collapse
Hey thanks Dantehman! Worked like a charm!
zombierockstar said:
Hey thanks Dantehman! Worked like a charm!
Click to expand...
Click to collapse
Its what I do
Noticed an interesting (and very welcomed) side effect to fixing this issue today...
In order to fix the tab orientation issue, i used the only other Launcher.apk file i had at the time, which happened to be from the Aero15 Theme designed for TheDudes cupcake build. Turns out, not only do i now have the slick Aero styled Launcher, but it gave me 5 desktops in Haykuro's new build as well!
Figured it was worth a mention
Download link is this : http://www.4shared.com/account/file/.../Launcher.html
With the ellipsis in it.
Here's the correct link:
http://www.4shared.com/account/file/100449173/70db245/Launcher.html
oxeneers said:
Download link is this : http://www.4shared.com/account/file/.../Launcher.html
With the ellipsis in it.
Here's the correct link:
http://www.4shared.com/account/file/100449173/70db245/Launcher.html
Click to expand...
Click to collapse
im assuming this (the second link) is for 5 screens desktop??
Dantehman said:
im assuming this (the second link) is for 5 screens desktop??
Click to expand...
Click to collapse
No, it's just a fixed link from the first post. It didn't parse correctly, I guess.
Anyways, here's another annoying bug (or feature?) that is prevalent in 6.0r1 and not there in JF1.5. Take a look at the difference between the two screens, left is JF1.5 and right is Haykuro's 6.0r1:
It seems as though all the "bold" fonts in the browser actually are blurry, and seem to be rendered twice, or something similar. ****.
Oh, and of course we all know about the broken-as-**** location API for the browser and weather widget (among other receivers)..
Interesting
On mine Location is working fine?? im starting to think 6.0h1 is especially different for everyone
Possibly. It worked the first time I tried it, but then after that it doesn't work anymore. I saw another thread where 2 people were claiming the same.
Do you notice that bold font issue? For example, look at twidroid, anything "bold" in there looks like crap.
oxeneers said:
Possibly. It worked the first time I tried it, but then after that it doesn't work anymore. I saw another thread where 2 people were claiming the same.
Do you notice that bold font issue? For example, look at twidroid, anything "bold" in there looks like crap.
Click to expand...
Click to collapse
i can see what you mean about the fuzzy/bluryness but it only looks bad when blown up on a PC screen a-la screenshots,, on the G1 itself i can hearly notice any problems
jgrose said:
Doing this broke my clock widget...
Click to expand...
Click to collapse
The two Launchers store widget information differently, so you'll have to remove your old widget and add them back.
Hmm, great post. But I actually just realized (opening my phone on the home screen for the first time for this build) that the tab GOES to the bottom...I actually think thats really neat. The bug is correct, the screen seems to get off-centered, but, I like the tab at the bottom. It seems more like common sense, thats how your looking at it when its closed (tab at the bottom) when its open, tab should be at the bottom (I think anyway).
So anyone know how to fix that off-center but keep the tab down there?
Thanks

NexTheme for DroidX

This is a copy/paste from here.
This is a port of Manup456's NexTheme for the Motorola Droid X. It is meant to be run on the .604 update to Android 2.1.
This installation will require some work, though it is not too difficult. You just need to follow the instructions.
DISCLAIMER: I am not responsible for anything that may go wrong in this process - Though with the SBF file now, it is almost impossible to brick a Droid X.
That being said, I didn't even need to restore while I was porting and testing this, so there should be minimal chance of any major mess-ups.
Instructions:
1. Download 'MetaMorph' from the market. Run it once and grant it root permissions.
2. Download the following file:
NexTheme.zip
3. Extract the file. Put the MM.zip file in sdcard/AndroidThemes and the other two in /sdcard/nextheme
4. We will first need to push framework-res.apk and services.jar to the system. Do not use root explorer to copy the files! Open up your terminal emulator or adb (preferably) and type:
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/nextheme/framework-res.apk /system/framework/
reboot
after this reboot, you should notice a different status bar, but the clock and time will still be black.
open up terminal emulator (or adb) again and this time we'll push services.jar
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/nextheme/services.jar /system/framework/
reboot
The following reboot will take between 3-5 minutes!
Now the clock and time, etc. will be white.
5. Now, fire up MetaMorph and choose unzip/extract new theme, select nextheme, and let it do it's thing extracting. Once it's done extracting, you can apply all the themes (for the apps), or apply only the ones you want.
6. Enjoy your new theme
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"
}
Here are some of MY screenshots (notice what's different in the pulldown menu?)
do you have to use the status bar and services.jar provided or can you use any? i really like teenfaces ver. 9 but also would love this theme with it
xDanVitox said:
do you have to use the status bar and services.jar provided or can you use any? i really like teenfaces ver. 9 but also would love this theme with it
Click to expand...
Click to collapse
From what I understand the only change to the services.jar is so that the text shows up white. Other than that everything else is changed in the framework-res.apk (aside from the settings icons and such).
Idk but after loadin this theme my gmail closes lol
I have had ZERO problems with my Gmail and I used it all day long.
hacku said:
I have had ZERO problems with my Gmail and I used it all day long.
Click to expand...
Click to collapse
Weird...ok when I open gmail, everything is fine. Now if I start scrollin down and lettin emails to load, all of a sudden it closes lol
hacku said:
Here are some of MY screenshots (notice what's different in the pulldown menu?)
Click to expand...
Click to collapse
How did you get the Android in your pull down menu?
xDanVitox said:
do you have to use the status bar and services.jar provided or can you use any? i really like teenfaces ver. 9 but also would love this theme with it
Click to expand...
Click to collapse
I was wanting to do the same thing, but don't want to deal with going into a bootloop in the chance it does cause that. Does anyone know if this would be OK?
phoenx06 said:
How did you get the Android in your pull down menu?
Click to expand...
Click to collapse
The Android in the pull down is great! Can someone post some instructions for us to put that on as well?
phoenx06 said:
How did you get the Android in your pull down menu?
Click to expand...
Click to collapse
Irishpride said:
The Android in the pull down is great! Can someone post some instructions for us to put that on as well?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=7597467#post7597467
Get this error when I atttempt to launch the latest paid verision of MetaMorph...
Anyone ever seen this? Is so, what's the fix, I've searched all over the place!
also i dont see the "paid apps" tab on the market anymore, and my market is xtremely slow! lol
lamaravish said:
also i dont see the "paid apps" tab on the market anymore, and my market is xtremely slow! lol
Click to expand...
Click to collapse
Don't know what to tell you man, but there's definitely something wrong with your phone.
Thank god for SBF...
hacku said:
Don't know what to tell you man, but there's definitely something wrong with your phone.
Thank god for SBF...
Click to expand...
Click to collapse
I'm not having any problems either.
Coolest so far
This is the coolest thing a noob like me has learned for my X. Please keep these coming. And if there are any other mods that I need to learn, please PM me or share openly. I am so happy I switched from Blackberry to Android now that I have learned some of the tricks.
Will this theme work in 2.2? Because I want it lol. I'm too lazy to go and single handedly edit all of the images xD
evilkal said:
Will this theme work in 2.2? Because I want it lol. I'm too lazy to go and single handedly edit all of the images xD
Click to expand...
Click to collapse
No it wont. Framework is different in Froyo - some have tried and bricked their phones.
srh.pres.usx said:
No it wont. Framework is different in Froyo - some have tried and bricked their phones.
Click to expand...
Click to collapse
Well that's depressing lol. I was going to go edit all of the images and stuff myself but it'd take forever and more work than I'd like to do atm lol.
so i'm assuming this is no-go on 2.2? i got boot loop after pushing first file.
srh.pres.usx said:
No it wont. Framework is different in Froyo - some have tried and bricked their phones.
Click to expand...
Click to collapse
well i really wish i hadn't tried this at the same time you posted the warning. hehehe.
i certainly hope i'm not bricked. downloading the files to sbf now. will post results.
1st post should REALLY be updated with that warning.

New You tube In market now!!!

http://htcdev.net/topic/163958-youtube-gets-redesigned-”gingerbread-version”-heads-to-the-market/
Yeah I got it 1/2 hour ago it looks good but u think we can't still post coments they took the stars off lol, but one hung I hate is the new white icon around it I preferred the black one
Sent from my PC36100 using XDA App
i like it seems to load faster
For some reason, I'm keep getting the message that installation was unsuccessful!
plmiller0905 said:
For some reason, I'm keep getting the message that installation was unsuccessful!
Click to expand...
Click to collapse
Same here, just removed the current apk. Need to reboot and install now see if that does the trick.
bizdady said:
Same here, just removed the current apk. Need to reboot and install now see if that does the trick.
Click to expand...
Click to collapse
Yup..thats what I'm trying now...hopefully it works.
Here's what you do:
Open up your shell/command prompt and cd to wherever ADB is.
Use these commands:
adb shell
su Select "Allow" if you get a Superuser pop-up on your phone
mount -o remount,rw /system
cd /system/app
rm YouTube.apk
cd /data/data
rm -rf com.google.android.youtube
pm uninstall com.google.android.youtube
exit
adb reboot
Click to expand...
Click to collapse
When your phone comes back on, just go into the Market and install YouTube.
Thanks that worked..I just used Root Explorer..removed the original Youtube apk, rebooted, and the new installed without a problem.
Thanks again.
Am i missing something here? how can i search for the most popular video without choosing a category?????
please!!
can someone pleaseeee post a APK..
rolf90 said:
can someone pleaseeee post a APK..
Click to expand...
Click to collapse
What for,the app is in the Market.
rolf90 said:
can someone pleaseeee post a APK..
Click to expand...
Click to collapse
drmacinyasha said:
Here's what you do:
Open up your shell/command prompt and cd to wherever ADB is.
Use these commands:
When your phone comes back on, just go into the Market and install YouTube.
Click to expand...
Click to collapse
I did not have to do thru all this,mines installed right over the old one and done.Everything works fine.
asesino said:
I did not have to do thru all this,mines installed right over the old one and done.Everything works fine.
Click to expand...
Click to collapse
Same here. Running Myn's RLS2
I'm getting the same thing..thought something was wrong with my phone. Everytime I try to download it from the market it says installation unsuccessful..
Swyped by Gator_don & his Evo
Got it! Thanx for the heads up guys
Sent from my phone.. I think Tapatalk???
asesino said:
What for,the app is in the Market.
Click to expand...
Click to collapse
its not showing up in my market i spelled youtube with space and without the space in between and still couldnt find it.
It actually works now!
rolf90 said:
its not showing up in my market i spelled youtube with space and without the space in between and still couldnt find it.
Click to expand...
Click to collapse
http://www.appbrain.com/app/youtube/com.google.android.youtube#
{
"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"
}
plmiller0905 said:
Thanks that worked..I just used Root Explorer..removed the original Youtube apk, rebooted, and the new installed without a problem.
Thanks again.
Click to expand...
Click to collapse
Just tried that, but it didn't work. I couldn't delete the "YouTube.apk" file because it said that it was "read-only".
How do I get the new version?
I'm on CM6.
th3gh05t said:
Just tried that, but it didn't work. I couldn't delete the "YouTube.apk" file because it said that it was "read-only".
How do I get the new version?
I'm on CM6.
Click to expand...
Click to collapse
I assume you are rooted? You need ROOT COMMANDER to do that... set the ROOT to READ/WRITE and then you can erase the old app.
For me, I didnt have to do that, the new one installed over the old one. Im using SPRINT LOVERS ROM
Follow my instructions above, or in Root Explorer, click the little icon in the top-right that says "Mount R/W" when you go to /system/app

Youtube gigngerbread edition on X10

http://forum.xda-developers.com/showthread.php?t=817528
It works fine. Rename it from signed_YouTube.apk to YouTube.apk and replace with one in /system/app. Make sure that permissions are set when overwriting.
Works like a charm and looks quite good, thanks for this!
qwer23
Sent from my rooted X10i using XDA App
yep great mod
widget works great also.
Is it actually working for you ??
I am getting network error 400, both on GSM/3G and on WiFi...
There's some sort of Log-In bug, basically don't sign into your youtube account while using this mod and you should be fine. Hopefully there will be a fix for that soon.
Thanks, looks much better...
{
"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"
}
...and had no trouble signing in. Did those that have uninstall the old app first?
Yeah looks great!
Thanks 4 share
Sent from my X10i using XDA App
XperiaX10iUser said:
Thanks, looks much better...
...and had no trouble signing in. Did those that have uninstall the old app first?
Click to expand...
Click to collapse
XperiaX10iUser: how'd you go about installing it? I'm still a noob when it comes to ADB and such (and yes, I did read your guide ), and want to make sure I'm not going to mess anything up installing this.
also, google geniewidget.apk (news and weather) also works. this one you can install it thru any file manager.
saltorio said:
XperiaX10iUser: how'd you go about installing it? I'm still a noob when it comes to ADB and such (and yes, I did read your guide ), and want to make sure I'm not going to mess anything up installing this.
Click to expand...
Click to collapse
Ok its easy:
Get to adb (shell):
$su
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
#rm /system/app/YouTube.apk
Then go to settings -> applications -> find com.android.youtube.apk and uninstall it
Reboot your phone
Then get to adb (shell):
$su
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
Install /sdcard/(where the modded .apk is)/signed_youtube.apk /system/app
Reboot phone
I did the permissions with root explorer (rw-r--r--)
How to do that with adb... idk sry
Sent from my X10i using XDA App
saltorio said:
XperiaX10iUser: how'd you go about installing it?
Click to expand...
Click to collapse
This is how I did it, in a command window on the laptop...
cd C:\android-sdk-windows\tools
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
adb push Youtube.apk /sdcard/Youtube.apk
adb shell dd if=/sdcard/Youtube.apk of=/system/app/Youtube.apk
...but if your Tools folder is elsewhere just change the first line.
PoTi_96 said:
Ok its easy:
I did the permissions with root explorer (rw-r--r--)
Click to expand...
Click to collapse
That should be:
# busybox chmod 644 <file>
XperiaX10iUser said:
This is how I did it, in a command window on the laptop...
cd C:\android-sdk-windows\tools
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
adb push Youtube.apk /sdcard/Youtube.apk
adb shell dd if=/sdcard/Youtube.apk of=/system/app/Youtube.apk
...but if your Tools folder is elsewhere just change the first line.
Click to expand...
Click to collapse
Wonderful. Worked beautifully, and I was able to login to my profile OK as well.
Thanks!
it didnt worked for me, failed to install.
fogozito said:
it didnt worked for me, failed to install.
Click to expand...
Click to collapse
Make sure to put the .apk in C:\android-sdk-windows\tools, and that it's named "YouTube.apk"
saltorio said:
Make sure to put the .apk in C:\android-sdk-windows\tools, and that it's named "YouTube.apk"
Click to expand...
Click to collapse
Thanks for that I didn't think I need them in both places.
Strange, after it worked perfectly for several hours it now force closes on start every time. Any suggestions?
Btw. I installed with root explorer. I just renamed the apk to YouTube.apk, then did overwrite the old one and set the same permissions that were set in the original youtube app. I was able to log in, too.
Sent from my rooted X10i using XDA App
Edit: reinstall did solve the problem for now. Let's see if it'll last
I also installed it successfully and it was running fine for a bit then suddenly now it is force closing a lot. I had to reboot the phone because it was stuck in a FC loop when I used the search function on the widget.
Wiping the data and resigning in seems to fix it. I guess there could be something wrong with account handling.
qwer23 said:
Strange, after it worked perfectly for several hours it now force closes on start every time. Any suggestions?
Btw. I installed with root explorer. I just renamed the apk to YouTube.apk, then did overwrite the old one and set the same permissions that were set in the original youtube app. I was able to log in, too.
Sent from my rooted X10i using XDA App
Edit: reinstall did solve the problem for now. Let's see if it'll last
Click to expand...
Click to collapse
sierratango88 said:
I also installed it successfully and it was running fine for a bit then suddenly now it is force closing a lot. I had to reboot the phone because it was stuck in a FC loop when I used the search function on the widget.
Wiping the data and resigning in seems to fix it. I guess there could be something wrong with account handling.
Click to expand...
Click to collapse
Did you guys sign in to your YouTube profile in the app? I know there is a problem being reported in the original thread related to signing in.
I did sign in, and it was worked fine initially, but now I'm seeing the same issue as you guys are reporting.

[MOD]Notification toggles [62][58][42]

Here it is guys, the notification toggle mod for our phones!
I've ported this mod from the X10's T.E.A.M. ROM with awesome help by pvyParts!
This port is bug free and based on the original 4.0.2.A.0.42 SystemUI.
{
"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"
}
Let the theming begin!
I already adapted this mod in my Samsung Galaxy S II theme!
Will this work on your htc sense theme?
Sent from my R800i using XDA App
Cat_On_Droid said:
Will this work on your htc sense theme?
Sent from my R800i using XDA App
Click to expand...
Click to collapse
I could make it for my sense theme, but dont know what icons to use
Stupid newb question... how do I install this?
thomassafca said:
I could make it for my sense theme, but dont know what icons to use
Click to expand...
Click to collapse
Well you can try sniping out at the htc forums, but will this work with your theme?
Sent from my R800i using XDA App
Will this work on stock 2.3.4 rooted but locked bootloader + can I have some instructions ; I dont mind adb etc...
EDIt- tried adb install but it doesn't have a certificate =/.
Would not install :-(
Sent from my R800i using XDA App
wrong info.
can you make a step by step installation?
thanks.
opdrago said:
can you make a step by step installation?
thanks.
Click to expand...
Click to collapse
You just need full root acces. Take a look at the dev section.
Cat_On_Droid said:
You flash this in recovery, you need an unlocked bootloader to do this
Sent from my R800i using XDA App
Click to expand...
Click to collapse
You cant flash this through recovery because its not a zip file. Best thing to do is get a program like androidcommander and copy the file over manually. (the program does the adb commands for you)
the file needs to go in system/app and cant be installed like a regular apk.
and you don't need an unlocked bootloader, just full root access
doubleluckstur said:
You cant flash this through recovery because its not a zip file. Best thing to do is get a program like androidcommander and copy the file over manually. (the program does the adb commands for you)
and you don't need an unlocked bootloader, just full root access
Click to expand...
Click to collapse
thanks, i edited my other posts
Hi!!
Please, this mod for 2.3.3 (4.0.A.2.368)?
Thank you so much!!!!
i manage to install it and it works just fine, better than the source.
my question is can you make the icons in the systemUI.apk like the GB MIXER PLAY v10 THEME
THANKS.
doubleluckstur said:
You cant flash this through recovery because its not a zip file. Best thing to do is get a program like androidcommander and copy the file over manually. (the program does the adb commands for you)
the file needs to go in system/app and cant be installed like a regular apk.
and you don't need an unlocked bootloader, just full root access
Click to expand...
Click to collapse
Sorry,but could you explain further? I have root, and copy file to system/app wit root explorer, and cant install it...And I lost system bar now...Any help?
I can't get this to work either.
Androidcommander says I don't have root access even though I'm rooted, and the FAQ infers that I'll have to wipe my phone completely with a new flash and a modified boot.img to get Root Access (which would also require me to learn about editing ROM images).
I did get Busybox though, and I backed up my SystemUI.apk from before... after killing it off from the system/app folder I noticed I can at least restore the old one by installing it as a normal application... but getting this new one simply hasn't been working for me.
Ugh... patience is wearing thin.
sportfisio said:
Sorry,but could you explain further? I have root, and copy file to system/app wit root explorer, and cant install it...And I lost system bar now...Any help?
Click to expand...
Click to collapse
follow that:
http://forum.xda-developers.com/showthread.php?t=1207310&highlight=install+in+recovery&page=2
Boom, sweet victory! I got it working... just had to drive myself near insanity with Android Terminal Emulator.
Added BusyBox to the list of SuperUser Access apps, got Terminal Emulator from the Android Market, moved the SystemUI.apk to the root of my SDCARD and entered the following commands:
su
cd /sdcard/
mount -o remount rw /system/ (somehow [mount -o remount,rw /system/] didn't work because of the comma)
cp -f SystemUI.apk /system/app
...and now I can do something I've been wanting to do for ages... NotificationToggle... get the **** off my system
Got it to work through insecure adb...What i did was install insecure adb via the apk (this cuases your phone to reboot after installing) , typed in "adb remount" in cmd and the simply used this command: adb push SystemUI.apk /system/app/SystemUI.apk.
NOTE - You will have to put the system ui.apk into the same folder as adb and browse to that folder using command prompt.
I'm fairly new to this stuff so no idea if what I did is correct...BUT it is working for me now
opdrago said:
follow that:
http://forum.xda-developers.com/showthread.php?t=1207310&highlight=install+in+recovery&page=2
Click to expand...
Click to collapse
Thanks, that guide finally worked.
Awesome mod, is a MUST!!

Categories

Resources