Jump to content

MCR r22.1 archive


Recommended Posts

Guest tokyomonster
Posted
no luck

Yeah, if I do that I can see the drive, but clicking on it doesn't show me anything.

Posted

I can see this SDcard via ADB fine. I think HTC just haven't fully implemented USB mount yet...

P

Guest nexvision
Posted (edited)

adb push to sdcard works just fine to

Facebook login not working here.

Edited by nexvision
Guest BrumBrum74
Posted

This rom is really great now Paul. Great work. I have the SD card problem as well. Just flashed the alpha6 boot file since I had a few reboots.

Keep up the great work Paul.

Guest rahan95
Posted
google maps, I will test copilot now..

Does your Copilot work m8 ?

Guest shaniac
Posted

running full alpha6 now, no reboots. SD card update: If i run EStrongs File Explorer, it sees the SD card just fine. Other apps still don't see it, though. SD card option in the main settings screen all say Unavailable, and the unmount and format options are greyed out. Everything else seems to be working just fine, although Bluetooth didn't make a media audio connection until I went into the BT options and toggled the media option.

BTW, what a great UI! So much better than the "pile of icons" that came stock on the N1.

Guest damniatx
Posted

Guys, can you login to facebook with facebook app ?, i can't login.

Posted

Possible interim fix for missing ringtones - perform via adb:

adb remount
adb shell mkdir /data/system-fonts
adb shell cp -r /system/fonts/* /data/system-fonts/
adb shell rm -r /system/fonts
ln -s /data/system-fonts /system/fonts
adb shell chmod 0771 /data/system-fonts
adb shell rm /system/media
adb shell mv /system/bin/openvpn /data/xbin/
adb shell mkdir /system/media
adb shell cp -r /data/system-media/* /system/media/
adb shell rm -r /data/system-media
adb shell reboot[/code]

This should work (give or take)...! :D

P

Guest manup456
Posted (edited)

Use the usb mount app from espresso it works and you can mount,and I had to put media back in system and it works now just moved stocks to data and it gave enough space.

Edited by manup456
Guest thelucster
Posted

Can anyone see whether iPlayer works with this, now it has Flash 10.1 it should do :D

Posted

Can the camera .apk be lifted out the stock rom so we have something to use for now?

Guest Spinstorm
Posted

My Spotify won't connect to the server.

I realise that probably no one here uses spotify premium but I am wondering if something about the beta build MIGHT be interfering with it running connected and streaming?

Posted
Can anyone see whether iPlayer works with this, now it has Flash 10.1 it should do :D

No it force closes the browser interestingly you can watch the BBC News Channel live on their website though.

Posted

Hang on a minute, my keypad lights ARE working in alpha 6... but only when i'm in the dark! :D Clearly using the light sensor... did they do that before?

P

Posted
Hang on a minute, my keypad lights ARE working in alpha 6... but only when i'm in the dark! :D Clearly using the light sensor... did they do that before?

P

Yes doing that in 5

Guest DiscoScan
Posted

I had issues with Facebook as well. Try going to the Market and reinstalling and it should work fine.

On a VERY interesting side note. Just for $hits and giggles i tried the FM radio. It scanned for stations and actually identified one, 93.9 WNYC. No sound, but as it "scanned" it appeared to notice stronger v. weaker station signals. Could this mean we're close???

Posted

Yeah, I think this means that the FM radio will work in time!

P

Guest PhonePersona
Posted

The weather widget does some interesting things now.

Its snowing out here and when I woke the phone out of sleep, there was snow falling on the main screen and then it got this 'frosted' glass effect for a second.

Very cool :D

Guest nickustinov
Posted (edited)

paul, you missed one mkdir /system/media :D so it's like this

adb remount

adb shell

mkdir /data/system-fonts

cp -r /system/fonts/* /data/system-fonts/

rm -r /system/fonts

ln -s /data/system-fonts /system/fonts

chmod 0771 /data/system-fonts

rm /system/media

mv /system/bin/openvpn /data/xbin/

mkdir /system/media

cp -r /data/system-media/* /system/media/

rm -r /data/system-media

reboot

Edited by nickustinov
Guest shaniac
Posted
The weather widget does some interesting things now.

Its snowing out here and when I woke the phone out of sleep, there was snow falling on the main screen and then it got this 'frosted' glass effect for a second.

Very cool :D

Yeah, I got a foggy/cloudy effect on mine, which is what the weather is like outside here! Nice touch! I wonder what it will do in the summer when the temp is 130F/54C...

Guest tokyomonster
Posted
The weather widget does some interesting things now.

Its snowing out here and when I woke the phone out of sleep, there was snow falling on the main screen and then it got this 'frosted' glass effect for a second.

Very cool :D

HOLY s*** YOURE RIGHT

It's overcast(cloudy) around here. Put my phone to sleep, woke it up, slid down to unlock, and then didn't touch anything and clouds filled the screen very quickly before disappearing. Very sexy!

Guest damniatx
Posted

HTC Already have that effect when they release First Touch Diamond. :D

Guest jesseshangout
Posted

No reboots after Alpha6.

Findings:

1. Bluetooth is buggy. Doesn't find all bluetooth devices.

2. Cannot set default voicemail to Google Voice

3. Facebook doesn't work. Cannot uninstall and reinstall from market.

Haven't found anything else. Smooth and fast.

Posted
paul, you missed one mkdir /system/media :D so it's like this

adb remount

adb shell

mkdir /data/system-fonts

cp -r /system/fonts/* /data/system-fonts/

rm -r /system/fonts

ln -s /data/system-fonts /system/fonts

chmod 0771 /data/system-fonts

rm /system/media

mv /system/bin/openvpn /data/xbin/

mkdir /system/media

cp -r /data/system-media/* /system/media/

rm -r /data/system-media

reboot

Cheers, uploading alpha7 with this fixed now anyway. :D

P

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.