I found a way to put Yoytube HQ on Hero. Download youtube.apk remove from zip and then follow below.
cd c:\android, adb remount, adb push Youtube.apk /data/app_s
is there a way to do this without installing adb?
It might be. i know for sure this works.
do it through the terminal, after placing the file on the root of sdcard.
whats the command to push from terminal?
You get hq automatically on wifi..
CBowley said:
You get hq automatically on wifi..[/
Oh man I feel like a N00b.
Click to expand...
Click to collapse
not only do you get hq on wifi you can also select it from the menu when you are on the network. thanks tho
so is this app useless? or does it force HQ for every video regardless of what you are on?
Interesting question!!! wanna know that also
Lieu10ant said:
so is this app useless? or does it force HQ for every video regardless of what you are on?
Click to expand...
Click to collapse
shadowhacker27 said:
Interesting question!!! wanna know that also
Click to expand...
Click to collapse
I got this HQ from another Build. that was HQ.
Ok so anyone with a G1 knows that you get the good quality YouTube on WiFi, what I have heard is that one of the builds had a YouTube.ask that gave the option to have high quality on 3g. I don't have WiFi right now so this would really help me. The crappy quality is why I don't use the YouTube app. I thought this would work but I found no option to select HD in the menu or settings. Someone know something I'm missing?
By the way to place using terminal just place the .apk on sdcard root and type:
$su
#mount -o rw,remount /dev/block/mtdblock3 /system
#busybox cp /sdcard/YouTube.apk /data/app_s
#rm -r /sdcard/YouTube.apk
i tried copying the youtube.apk from any other 1.5 builds to the app_s folder and never got it to work
What kind of 3G icon do you have?
3G or H. It seems that youtube HQ over 3G works only with 3G icon and not H. That's a bug I guess. We should ask rom maker to replace the H with the 3G icon
Rastasia said:
What kind of 3G icon do you have?
3G or H. It seems that youtube HQ over 3G works only with 3G icon and not H. That's a bug I guess. We should ask rom maker to replace the H with the 3G icon
Click to expand...
Click to collapse
I believe the icon is merely an icon, H means 3G anyway, just in the Haykuro builds "language". I believe it may be something the the framework itself... I posted something about this in the applications thread a few days ago too with no avail.
SolemnWishing said:
I believe the icon is merely an icon, H means 3G anyway, just in the Haykuro builds "language". I believe it may be something the the framework itself... I posted something about this in the applications thread a few days ago too with no avail.
Click to expand...
Click to collapse
Incorrect. H means HSDPA as in 3.5g. Which is why our internet speeds are actually a little faster then the norm G1. Has nothing to do with the "Haykuro" build.
djdeviance said:
Incorrect. H means HSDPA as in 3.5g. Which is why our internet speeds are actually a little faster then the norm G1. Has nothing to do with the "Haykuro" build.
Click to expand...
Click to collapse
lol the tmobile rep told me h stands for home network
b0ricuaguerrero said:
lol the tmobile rep told me h stands for home network
Click to expand...
Click to collapse
Lol. I work for T-Mobile and I know that's gotta to be the most "OMG I DON'T KNOW THE ANSWER" answer. Lol. Learn2Study.
Yeah I installed this and still nothing but crappy video. I would love to see an option built in or something.
i think there may be an issue with the" "H icon affecting the HQ performance. I have Power Manager installed on the phone and whenever i have "H" coverage, power manager shows that it is conneted to the 2G network and not the 3G. Youtube is probably having the same issue since it was not programmed to understand the "H" signal...
Related
So, downloaded pTerminal from the market.
YAY! ps and kill aren't blocked!
If you want to manage tasks enter command "ps" view the tasks.
If you want to kill a task type "kill <pid>"
Fun times... Finally, I can kill the tasks that are syncing and using gps etc in the background.
Edit: If you are interested in killing tasks to preserve memory, you should know by now that the memory management is automatic. There is no need to kill tasks to free up memory. If a task is doing something you don't want it to do though (i.e. eating up battery by doing unnecessary **** in the background) then by all means use this method to kill it for now.
I would like to see a comprehensive task manager in the future with not memory usage, but awake time for the app listed, network usage and a combined "Battery Usage" figure using all the other data...
That's good news. I wonder if "killall <appname>" works as well?
Har, looking at the process list there's a few on here running as root... buffers? Yes I do think so.
Good find! I'm sure a real task manager is in the works.
i can`t find it in Market
felicita said:
i can`t find it in Market
Click to expand...
Click to collapse
I think your phone is defective... please box it and return it.
--M
(hehe)
felicita said:
i can`t find it in Market
Click to expand...
Click to collapse
In the market, hit menu->search and then type the name "pterminal"
xavier6303 said:
In the market, hit menu->search and then type the name "pterminal"
Click to expand...
Click to collapse
There is no pterminal in market on my g1
felicita said:
There is no pterminal in market on my g1
Click to expand...
Click to collapse
I just downloaded the application... It is there...
Other pTerminal finds..
Not sure if this has been posted in the forum before but if you're connected via wifi (at least...?) you can run system/bin/telnetd in pTerminal then telnet to the IP of the phone... It'll drop you to what appears to be a root shell...
felicita said:
There is no pterminal in market on my g1
Click to expand...
Click to collapse
If they are working on it or updating it, the app will dissapear from the store for a short time. At the moment I cant even connect to the market.
Wait a few hours and check back
im using wireless and market is working with full acces
GlobalM3 said:
If they are working on it or updating it, the app will dissapear from the store for a short time. At the moment I cant even connect to the market.
Wait a few hours and check back
Click to expand...
Click to collapse
satru said:
im using wireless and market is working with full acces
Click to expand...
Click to collapse
I had to restart my device and it worked. tnx
SplasPood said:
Not sure if this has been posted in the forum before but if you're connected via wifi (at least...?) you can run system/bin/telnetd in pTerminal then telnet to the IP of the phone... It'll drop you to what appears to be a root shell...
Click to expand...
Click to collapse
Thank you for the tip. It doesn't appear to be a root shell, BUT the process runs as root, which should be just as good as soon as I drop my own sshd in there... just have to compile for the right processor hehe...
telnet?
SplasPood said:
Not sure if this has been posted in the forum before but if you're connected via wifi (at least...?) you can run system/bin/telnetd in pTerminal then telnet to the IP of the phone... It'll drop you to what appears to be a root shell...
Click to expand...
Click to collapse
What did you type in exactly to get telnetd to run? Any flags you passed?
I'm trying /system/bin/telnetd from pterminal, but it never runs.
satadru said:
What did you type in exactly to get telnetd to run? Any flags you passed?
I'm trying /system/bin/telnetd from pterminal, but it never runs.
Click to expand...
Click to collapse
I had to run it twice before it ran, then once it started it's like a watchdog process killed it after a few minutes.
do...
Code:
# cd system
# cd bin
# telnetd
# ps
Then scroll to the bottom to see if it's running. THEN connect really quick, because it seems to die off fast .
It seems that unless you first cd to system/bin running telnetd doesn't work. It also seems t-mobile does inbound filtering so I cannot root my phone remotely... :-/
SplasPood said:
It also seems t-mobile does inbound filtering so I cannot root my phone remotely... :-/
Click to expand...
Click to collapse
What if... you recompiled a VPN client for ARM and ran it on the phone, having it connected to your home network?
It would be a battery drainer for sure... Perhaps activate it with an SMS message? Or maybe a flag it checks for on a static html page every 10 minutes?
W00t. I figured everyone gave up on trying to root this thing. Now it seems the excitement has just begun.
That's reeeealy great!
Does anybody know how one can copy the files there? Regular 'cp' does not work there.
Just felt like sharing as i have been hoping for this for a while
now can't wait for them to finish 4G
Great Work Cyanogen
Thanks for sharing the news. I for one would love to see HDMI support over 4G, but both would be even better!
I'm still using CM6. I don't like running beta versions. I can't wait for 6.1!!!
onlinespending said:
Thanks for sharing the news. I for one would love to see HDMI support over 4G, but both would be even better!
Click to expand...
Click to collapse
both would be epic haha although i don't have an hdmi for my phone yet but if cyan implemented full system hdmi out i would have a reason to get an hdmi cable for my phone
Just updated and works like its supposed to and has a option to turn on the phones speaker its in Chinese I think but its pretty self explanatory.
P_Dub_S said:
Just updated and works like its supposed to and has a option to turn on the phones speaker its in Chinese I think but its pretty self explanatory.
Click to expand...
Click to collapse
haha that pissed me off so i pulled the apk and edited it
i get picky on small things like that haha
mrpuffin said:
haha that pissed me off so i pulled the apk and edited it
i get picky on small things like that haha
Click to expand...
Click to collapse
care to share
zikronix said:
care to share
Click to expand...
Click to collapse
I second that!
zikronix said:
care to share
Click to expand...
Click to collapse
onlinespending said:
I second that!
Click to expand...
Click to collapse
well not perfect
it's a speaker icon rather then text (it wouldn't let me add text) but at least it's not chinese
also launcher icon is the HTC radio launcher icon
the apk is not signed nor do i plan on signing it since i made it for personal use
and my signing app was for windows and i just removed windos on my computer and replaced it with linux
install via adb or root explorer (remember to change permissions with explorer)
mrpuffin said:
well not perfect
it's a speaker icon rather then text (it wouldn't let me add text) but at least it's not chinese
also launcher icon is the HTC radio launcher icon
the apk is not signed nor do i plan on signing it since i made it for personal use
and my signing app was for windows and i just removed windos on my computer and replaced it with linux
install via adb or root explorer (remember to change permissions with explorer)
Click to expand...
Click to collapse
Thanks a lot. Hey what's that wallpaper if you dont mind.
Does the FM radio only work with headphones?
Been some work on the FM packages today on Github:
FM: New art from HaXzAmaTiC
FM: Fix notification string
FM: Enable Settings menu
FM: Add "about" that links to MIUI
FM: Fix case on strings to match Android convention
Merge "Added Italian translations:" into froyo
spiicytuna said:
Does the FM radio only work with headphones?
Click to expand...
Click to collapse
Sadly, yes. It also apparently needs Bluetooth to be on.
Can someone post a screenshot of the radio app? I'd like to try something.
mrpuffin said:
well not perfect
it's a speaker icon rather then text (it wouldn't let me add text) but at least it's not chinese
also launcher icon is the HTC radio launcher icon
the apk is not signed nor do i plan on signing it since i made it for personal use
and my signing app was for windows and i just removed windos on my computer and replaced it with linux
install via adb or root explorer (remember to change permissions with explorer)
Click to expand...
Click to collapse
How did you get the messages icon to show how many unread text messages you have?
dwntwnall4u said:
Thanks a lot. Hey what's that wallpaper if you dont mind.
Click to expand...
Click to collapse
Here you go
here's a direct link Enjoy
onlinespending said:
Thanks for sharing the news. I for one would love to see HDMI support over 4G, but both would be even better!
Click to expand...
Click to collapse
From Cyanogen's twitter:
@drmacinyasha @jeagoss also has working HDMI, i think it just needs polished up.
Click to expand...
Click to collapse
@drmacinyasha wimax might make it. i'm going to be working hard on it the next few days.
Click to expand...
Click to collapse
So if he gets WiMax done.. that's a pretty feature complete ROM.
markushi said:
How did you get the messages icon to show how many unread text messages you have?
Click to expand...
Click to collapse
Its part of launcher pro
It might be a launcher pro plus feature though
Also shows icon of missed calls and unread emails
Award Tour said:
From Cyanogen's twitter:
So if he gets WiMax done.. that's a pretty feature complete ROM.
Click to expand...
Click to collapse
and epst codes and prl update.
could somone compile new fm.apk with all the changes and post here please
Hey guys, I was thinking about contributing something to Cyanogen for a while now so I decided to make a new skin for the radio. It's super rough, details are wonky, buttons are missing, and everything is disproportionate or unaligned; but so far what do ya' think?
As some users have revived the froyo update please let the less fortunate know about the improvements. That is apart from the official changelog.
Performance improvements ... SMS bug... overall feel etc.
Updated :
1. Performance
2. App2SD
3. Flashlight App
4. Better Radios (Wi-Fi & Bluetooth)
5. Live Wallpapers
6. Better Browser
7. Updated Widgets
8. SMS bug fixed !
9. New lock-screen behavior(no separate wallpaper for the lock-screen)
10. New Google Apps- News and Weather
11.Revamped FM Radio.
and
No New Sense !
ananthm2k5 said:
As some users have revived the froyo update please let the less fortunate know about the improvements. That is apart from the official changelog.
Performance improvements ... SMS bug... overall feel etc.
Sent from my HTC Legend using XDA App
Click to expand...
Click to collapse
Apparently wifi tethering works, even though many of the custom ROM developers have stated that the Legend hardware can't support it.
EP2008 said:
Apparently wifi tethering works, even though many of the custom ROM developers have stated that the Legend hardware can't support it.
Click to expand...
Click to collapse
Err...why? Android-wifi-tether works on our Legend, then who said Legend hardware can't support it? Wifi Hotpot is just another form of Android-wifi-tether.
cryshop said:
Err...why? Android-wifi-tether works on our Legend, then who said Legend hardware can't support it? Wifi Hotpot is just another form of Android-wifi-tether.
Click to expand...
Click to collapse
Saw it here under "won't fix":
http://forum.xda-developers.com/showthread.php?t=749919
If it does work, that's fantastic. Wifi tethering is one of the features I'm really looking forward to in Froyo.
is there a live wallpaper?
EP2008 said:
Apparently wifi tethering works, even though many of the custom ROM developers have stated that the Legend hardware can't support it.
Click to expand...
Click to collapse
Developers != Hackers
BicolXpress said:
is there a live wallpaper?
Click to expand...
Click to collapse
Yes. Although personally I have better ways to flatten my battery.
ananthm2k5 - do you have a link to the official changelog?
does it have flash support?
Does Froyo work with HTC Sync 2.0.33? This info is critical for me since I'm stuck with Lotus Notes...
orouborus said:
does it have flash support?
Click to expand...
Click to collapse
Flash 10.1.123 is reporting as the version in the default browser.
How that translates to "Your favourite Flash webpage" working is another matter.
johnnytruant said:
Flash 10.1.123 is reporting as the version in the default browser.
How that translates to "Your favourite Flash webpage" working is another matter.
Click to expand...
Click to collapse
thanks for that. hope it works.
orouborus said:
thanks for that. hope it works.
Click to expand...
Click to collapse
It can't possibly work, as someone said that once read something on the Internet where someone else said it probability wasn't possible.....
I've updated my Vodafone branded HTC Legend, the only place I'd use flash is BBC iPLayer which I cannot get working, it displays the loading circle but then says "Adobe Flash; The content is not supported".
The speed is great, the animation of it opening the application of the application opening towards you, seems nice.
Live wallpapers is there, some nice stuff like the HTC flash light and apps2sd.
Other than that it just seems the same as before, the task launcher at the bottom hasnt changed, to a novice user it will just feel the same as before.
An annoying thing in my Internet browser after clicking a button to next page it keeps saying "Complete action using" even after I tick "Use by default for this action." it always pop back up.
Overall its similar to before, but the overall experience seems much better and smoother in my opinion. The web browser in particular is fantastic, much better than the one on Azure. Also the graphics seem very smooth in games.
It seems similar to the HTC Desire ROM now that we have the visual effects and liv wallpapers, though we obviously don't get HD video recording, and it seems we don't get Flash 10. Having said that, the HTC Flash Player SEEMS improved so at first I thought we had got Flash 10!
EP2008 said:
Apparently wifi tethering works, even though many of the custom ROM developers have stated that the Legend hardware can't support it.
Click to expand...
Click to collapse
The hardware supports it fine. Our current drivers allow for an ad-hoc network. what would be better is AP mode (default Android tether), but the drivers and firmwares (for the wifi) didn't support it.
JusTox said:
I've updated my Vodafone branded HTC Legend, the only place I'd use flash is BBC iPLayer which I cannot get working, it displays the loading circle but then says "Adobe Flash; The content is not supported".
Click to expand...
Click to collapse
This is annoying. I have Beebplayer from before it was banned and myPlayer which is still available. Both work on BBC iPlayer and Live steams on HTC Legend on wifi or 3g, very well.
My Wifi reception is much better than before, at my desk I usually got 1 (just the dot) maybe 2 bars if I held my phone up, now where I would usually got 2 bars (dot + 1 line) I now get 3 bars! (dot + 2 lines)
WOOP!
TheLegendaryJay said:
My Wifi reception is much better than before, at my desk I usually got 1 (just the dot) maybe 2 bars if I held my phone up, now where I would usually got 2 bars (dot + 1 line) I now get 3 bars! (dot + 2 lines)
WOOP!
Click to expand...
Click to collapse
Actualy i came here to mention that Nearly same story: normaly i had 1-2 bars at my desk and now i'm see 3-2. Sweet!
For browser problems
Uninstall all the browsers and reinstall it through market
This bug is also in eclair
Sent from my HTC Legend using XDA App
Lowest frequency is still 245 MHz without perflock disabler. Too bad. I was hoping for a change there.
adb shell
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
245760
Click to expand...
Click to collapse
First off thanks to the developers who made this happen awesome stuff.
I have a couple questions,
1.
i did the flash and all and with set up i get English(spain), English(uk) but no english(usa) is there something i did wron on the setup?
2.
Im stuck on H on top of my info bar is there a way to get 3g?
3.
last question are these the setting to have MMS work? i can send a pic, but not recieve one
uSED A LITTLE ELBOW GREASE (search bar on this website) AND GOT IT WORKING .
anyways thanks ahead of time
n0re781 said:
1.
i did the flash and all and with set up i get English(spain), English(uk) but no english(usa) is there something i did wron on the setup?
Click to expand...
Click to collapse
Is this a problem...really?
n0re781 said:
2.
Im stuck on H on top of my info bar is there a way to get 3g?
Click to expand...
Click to collapse
H is better than 3g. Read: http://en.wikipedia.org/wiki/High-Speed_Downlink_Packet_Access
n0re781 said:
3.
last question are these the setting to have MMS work? i can send a pic, but not recieve one
Click to expand...
Click to collapse
Speak with T-Mobile. MMS issues regularly relate to the service provider. You should ask them to remove then re-add your MMS capabilities on their servers and to be safer you should create your APN settings based on the info on their website.
What build? Cyanogenmod builds or modified sense builds (like cmys) include the files needed for mms to work correctly on tmous.. they've been working great for me don't even have to enter the apn.
Swyped from my Cyanogenmodded HD2
dkl_uk said:
Is this a problem...really?
H is better than 3g. Read: [[/url]
Speak with T-Mobile. MMS issues regularly relate to the service provider. You should ask them to remove then re-add your MMS capabilities on their servers and to be safer you should create your APN settings based on the info on their website.
Click to expand...
Click to collapse
well i only ask cuz i noticed when i whent on my google maps it would directly take me to spain, italy,..etc no big issue just wondering if some one else had an issue. =)
Good to know, im just use to seeing 3G.
i will check the website for specific APN thanks
squish099 said:
What build? Cyanogenmod builds or modified sense builds (like cmys) include the files needed for mms to work correctly on tmous.. they've been working great for me don't even have to enter the apn.
Swyped from my Cyanogenmodded HD2
Click to expand...
Click to collapse
its used with cotulla, htc desire a8.. (sorry dont know whats the cyan or the sense build)
n0re781 said:
well i only ask cuz i noticed when i whent on my google maps it would directly take me to spain, italy,..etc no big issue just wondering if some one else had an issue. =)
Click to expand...
Click to collapse
So your location was taking you to the wrong country? I had that issue on an iPhone 3, hence I only ever had an iPhone for a week before returning to HTC products.
The English settings won't affect your location. Google maps will first ascertain where your location is based on WiFi and then GPS. WiFi will inherently be quicker because it doesn't need a lock. I would suggest turning WiFi off for now, are you using a proxy or Tor network direct through your router? That would suggest why it thinks you're in another country. If it's your GPS then that is an entirely different issue and you will want to read this thread:
http://forum.xda-developers.com/showthread.php?t=953630
dkl_uk said:
So your location was taking you to the wrong country? I had that issue on an iPhone 3, hence I only ever had an iPhone for a week before returning to HTC products.
The English settings won't affect your location. Google maps will first ascertain where your location is based on WiFi and then GPS. WiFi will inherently be quicker because it doesn't need a lock. I would suggest turning WiFi off for now, are you using a proxy or Tor network direct through your router? That would suggest why it thinks you're in another country. If it's your GPS then that is an entirely different issue and you will want to read this thread:
http://forum.xda-developers.com/showthread.php?t=953630
Click to expand...
Click to collapse
GPS is working.
i recallr y i mentiond the issue with the english(uk), english(spain) when i get on youtube it goes to youtube(spain).
english(Uk) is almost same as english(usa) ... : )
p0fker said:
english(Uk) is almost same as english(usa) ... : )
Click to expand...
Click to collapse
LOL it is is why is there an option to pick english(uk), english(spain), enlgish(italian).
not a big deal i figuerd it out already. o well either way im happy with my htc hd2/desire. =)
Guys plz help i installed cyanogenmod 7 .....in hd2....the problem is with the screen resolution...its smalll i mean the keypad....etc...wats the remedy thanks in advance
I was wondering if anyone could tell me if the '+' icon has been removed from Android 5.1 please? It's not displaying in the status bar when my phone is connected with 'HSPA+' showing in settings. I thought it was available in pure AOSP 5.0 but I could be wrong... Thanks
well , the icon actually exists .
You could check your speeds to know if you're really on HSPA+ .
Have a nice day.
mrtheshotgunner97 said:
well , the icon actually exists .
You could check your speeds to know if you're really on HSPA+ .
Have a nice day.
Click to expand...
Click to collapse
Yes, the phone is downloading at HSPA+ speeds (checked by speedtest.net) and showing HSPA+ in settings. What I am trying to ascertain is why it does not show '+' in the status bar. I don't believe the stock / pure AOSP version for Nexus 4 has this. I know some custom ROMS have enabled this - I wanted to check this..
I've read somewhere on reddit that the icon might have been removed due to the fact that HSPA has been replaced by HSPA+ worldwide , so there was really no reason to keep the '+' notation anywhere ..
www(.)reddit(.)com/r/lgg2/comments/2hmm42/i_get_an_h_icon_when_i_use_mobile_internet_is/
mrtheshotgunner97 said:
I've read somewhere on reddit that the icon might have been removed due to the fact that HSPA has been replaced by HSPA+ worldwide , so there was really no reason to keep the '+' notation anywhere ..
www(.)reddit(.)com/r/lgg2/comments/2hmm42/i_get_an_h_icon_when_i_use_mobile_internet_is/
Click to expand...
Click to collapse
Thanks for clarifying. I know that HSPA is still in use in the UK on many networks (and my Nexus 4 does differentiate between HSPA a nd HSPA+ , as displayed in 'Settings'). I guess that Google just did away with the '+' symbol in Android 5.