PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   [BUILD] **Complete FroYo Bundle** FRX07.1 - Maintenance Release (http://forum.ppcgeeks.com/showthread.php?t=145756)

arrrghhh 07-15-2011 09:55 PM

[BUILD] **Complete FroYo Bundle** FRX07.1 - Maintenance Release
 
1 Attachment(s)
FRX07.1 is here!!

This is a maintenance release - basically taking the newest components to make a completely up-to-date (as of Sept. 1).

Quite a lot has changed since FRX06 - the install process hasn't really, but be sure to read the changelog in the next post and the caveats in post #3!

<<<This is a link to the... FAQ Click it!!>>>

I have created a complete bundle of FroYo with a stable kernel from GIT ( August 19 / 1348 ), and rootfs from GIT (Sept. 2).

Please, feel free to DONATE to the XDAndroid project!

Every little bit helps!

Directions:

1. Download the full bundle (zip). (Updated September 1 2011)

If instead you just want the system.ext2 (zip) (Updated July 15 2011) file by itself... Don't download this if you're not sure! Grab the full bundle!

2. Extract it. You’ll see a folder, FRX07.1, copy its contents to the root of your SD card. If you want to run Android from a folder instead of all the files on the root of the card, follow the steps below.

3. Go into the STARTUPS folder. Grab the appropriate startup.txt for your device (if you don't know what device you have, you should read the FAQ), and move it to the root of the card (or where you run haret.exe from. If you want to change the location of the build, put a rel_path= statement in the cmdline section of the startup.txt. Mine is located two folders deep on the SD, so my rel_path=Androids/TP2Ref)

4. Screen calibration - you have three choices:
  • Re-use an old ts-calibration file if you have it and you know it's good.
  • Download the ts-calibration.zip file and extract it to where you put the rest of the files (root of SD or in a folder - make sure it all stays together!)
  • Manually calibrate - boot with no ts-calibration file and watch the boot process - you'll be asked to hit 5 points to calibrate the screen. If you have issues calibrating, try an older kernel (1225 works well) Once you have the calibration file hold on to it (make 15 copies if it's a good one :p), reboot & go back to the newest kernel!

6. Run haret.exe.. Profit! :D

Let it settle out on the first boot. Many have reported they had to reboot basically because it was so slow - if you let it sit for about 10 mins so the media scanner can go thru everything, etc. it will be much more pleasurable experience. If you want adb in and watch the processes via top, you'll see why the phone seems so slow - there's lots of background processes cranking because this is the first boot ;).

Troubleshooting:
Please read the... FAQ
If you have any issues with the kernel, feel free to change it:
There are some devices that are having issues with the newest kernels. Please see the kernel autobuild service to get archived kernels. Once you download a replacement kernel, go to where you run haret.exe from - remove your old zImage/modules-xxxxx.tar.gz. Take the new zImage/modules-xxxxx.tar.gz and replace the old ones, same folder - where you run haret.exe from. Make sure the ‘zImage’ is named just that. Do not rename the modules file, do not extract it - should be in .tar.gz format.

See Incremental Updates for more information on updating the kernel and other components.

Random issues can often be solved by forcing the system to create a new data.img. If you're worried about losing data (all user data is stored in the data.img!!), Titanium Backup works quite well. If you wish, you can rename the data.img to something else, and let the system create a new one - just to see if it resolves your problem.

Similarly, if you wish try formatting your SD card - I prefer to use the HP Tool - do a full format, FAT32.

Even though this build is considered fairly stable, you are more than likely going to run into issues. The next post will address issues particular to this build - PLEASE READ THESE before asking questions! Feel free to post questions in this thread, I will do my best to address them. Big thanks to stinebd for releasing the system image, and of course the other developers for their hard work on making these kernels available.

arrrghhh 07-15-2011 09:55 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
stinebd's Changelog:


Quote:

Originally Posted by stinebd
Here’s a new release for you, folks. This is a major release with a ton of changes, new features, and fixes. Our friend hyc/highlandsun did most of the heavy lifting for this release. Highlights include a rewritten RIL with support for world phones and greatly improved CDMA support; fixes for the media codecs; fixes for MMS on Sprint; increased security with the Superuser app.

A list of changes is included below. The FRX07 system image is available for download now, and will require the use of a new rootfs image, also available now. Additionally, we have a new bundle containing everything needed to enjoy a full FRX07 system.

Note: Due to the incredibly long list of changes, this is a somewhat condensed, terse changelog describing only the overall scope of the changes.

FRX07:
  • frameworks/base:
    • Major frameworks changes for CDMA/GSM dual-mode worldphone support. (hyc)
    • Fixes for data connection handling to improve startup time. (hyc)
    • Fixes for wifi handling to avoid issues on hanged drivers. (hyc)
    • Stagefreight (media codecs) fixes. (hyc/viruscrazy)
    • Fixes for Sprint’s wonky MMS markup structure. (hyc)
    • Fix MediaScanner not finding audio files (including ringtones) in system.ext2
  • hardware/libhardware_legacy:
    • Minor GPS driver fixes. (Alex[sp3dev])
    • Rename wifi interfaces to wlan0 on all devices (hyc)
  • hardware/xdandroid-ril: Major RIL refactoring for improved performance on all devices, and added CDMA/GSM dual-mode worldphone support. (hyc)
  • packages/apps/Gallery3D: Switched back to Gallery3D as the gallery app (closes bug #111)
  • packages/apps/Mms: Fixes for Sprint’s wonky MMS markup structure. (hyc)
  • packages/apps/Phone: Fixes for CDMA/GSM dual-mode worldphone support. (hyc)
  • packages/apps/Superuser: Added the Superuser package for authorizing su privileges. This, along with our signed builds, provides greatly increased security for the end user (mostly against malicious apps from the Market).
  • system/extras/su: Added as a dependency for the Superuser package
  • vendor/qcom/android-open: Include missing stagefright codec symbols. (hyc/viruscrazy)

To coincide with the FRX07 system image, the following rootfs changes have been made:
  • init.froyo.rc modifications...
    • Adjust wpa_supplicant service for the new abstraction provided by libhardware_legacy, as well as interface rename
    • Abstract the hciattach service to provide bluetooth support on both chipsets
  • Rename wifi interface to wlan0 on all devices
  • apns-conf.xml updated
  • keymaps completely reorganized, and RHOD end-call key has been remapped to be the Home key in Android.
  • default.prop: set ro.secure=1 to lock down the adb shell - su can be used with the Superuser app to authorize root access in adb if needed.


arrrghhh 07-15-2011 09:55 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Layman's Changelog

(As in, the changelog I wrote :p)

FRX07.1 Changelog:
  • RHOD - all buttons on the front no longer wake the device. Only the power button wakes the device now.
  • Updated to the newest RIL
  • hyc's modified libs for video now baked in - *most* HQ YouTube videos (and other HQ videos) should finally work!
  • RHOD & TOPA - Userland (Android) now controls the LED by default now. If you need to debug sleep, you will have to change the behavior manually. See Detule's post on this topic.
  • Facebook sync should now work, out-of-box.

FRX07 Changelog:
  • Updated RIL (thanks hyc!) - this covers many different bugs that were in the old RIL - I'm only going to cover the major ones...
    • CDMA now works correctly (for the most part). force_cdma (and north_am_dialing) is now deprecated (not needed/ignored!)
    • You can boot with a SIM in on a CDMA device and choose your GSM or CDMA on the fly under Settings.
    • Location based on towers now works on CDMA.
    • 1xRTT now displays correctly, but I never seem to get EVDO Rev.a... I always get 0. This is represented by a 3g icon, as this is what the Android framework provides.
    • Full MMS support! Please see this page for configuration instructions. Will need help fleshing out the list of carriers folks!
    • Spotty service, switching towers, etc should no longer cause the dreaded SoD (Sleep of Death) condition!
  • (Basic audio) 3.5mm support for RHOD400/500
  • Droidwall works out of the box now
  • Keyboard backlight now fades in/out
  • Gallery3D back in! Picasa Web Sync comes with it ;)
  • A couple new apps added to AndroidApps folder:
    • rpierce99's app GetLogs
    • Titanium Backup

arrrghhh 07-15-2011 09:56 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Caveats:
  • BT - works now! But audio doesn't route. See this thread if you're feeling adventurous and want to play with/don't mind using some unstable/incomplete code...
  • WEP on wifi doesn't work. I heard an app called 'wifi-ace' (on the Market) fixes WEP!

parthew 07-15-2011 10:27 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Thanks a lot! I am trying it out right now. You guys are awesome!

djxtreme504 07-15-2011 11:33 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
arrrghhh, the link for the MMS config page in the above post is not working.

arrrghhh 07-15-2011 11:39 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by djxtreme504 (Post 2128556)
arrrghhh, the link for the MMS config page in the above post is not working.

lol, yea I need to build it.

I have info for Sprint at least... Other carriers will need to get filled in!

Edit - linky updated! I have Sprint in there, and partially Verizon... will need more help filling it in guys! It is a wiki ;).

86shelby 07-16-2011 01:42 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
fresh format, reboots randomly, either at boot or after a few minutes of use. deleted data.img to no avail. phone force closes @ first boot. rhod500

docnas 07-16-2011 03:49 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Just finished Dling it, waiting on the green robots to finish their dance.

BTW major props to all the devs who worked on this and the hard working slobs who put it all together.

One question though was scbs ( battery reading from jonpry) added to this?


EDIT := i think u have the MCC and NMC switched when i tired to put it the way you have it , android gives an eror that MCC must be 3 digits so switched them around also i think u also have to add #777 for the APN ( im sure u already did that but its for newbs like me who might not remember / know about it)

Carrier-specific Settings

Carrier MNC MCC MMSC
Sprint 310 00 http://mms.sprintpcs.com/servlets/mms

dj_tux 07-16-2011 06:54 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
thanks arrrghhh, i want try this Froyo ... :)

emanuelrv 07-16-2011 07:21 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
mms works bluettohs work only thing frist time the phone colapse but then work well other thing is superuser now ask for permission for everything to use the root

oisact 07-16-2011 10:40 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
For what it's worth, I did a completely fresh install on my (now unused) TP2. Created a new Google account, installed Opera then plugged it in to charge all night. This morning I found it had rebooted back into WM. No CDMA service - Wifi only, although the cellular radio was left on.

While I've been typing my TP2 has been booting back into Android. When it came up, I unlocked it and set it down, and it rebooted a minute or two later. So there is something very unstable with this. Hopefully it's a minor config tweak or something.

My phone was in Airplane mode in WM prior to booting. I'm enabling the radio before booting into Android in case that has anything to do with it.

arrrghhh 07-16-2011 10:48 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by oisact (Post 2128653)
For what it's worth, I did a completely fresh install on my (now unused) TP2. Created a new Google account, installed Opera then plugged it in to charge all night. This morning I found it had rebooted back into WM. No CDMA service - Wifi only, although the cellular radio was left on.

While I've been typing my TP2 has been booting back into Android. When it came up, I unlocked it and set it down, and it rebooted a minute or two later. So there is something very unstable with this. Hopefully it's a minor config tweak or something.

My phone was in Airplane mode in WM prior to booting. I'm enabling the radio before booting into Android in case that has anything to do with it.

Hrm... I did include the newest kernel... Hasn't been tested extremely thoroughly ;) To all having random reboots, might need to dial back a kernel or two... the only issue with that is you'll lose the fixes in the newest kernel - mainly fixes the landscape on boot issue and adds the fancy fade in/out keyboard backlight.

If anyone can get some logs of these reboots to WinMo it would help as well... Thanks!

dj_tux 07-16-2011 01:26 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
wonderfull....this is working in my TP2. my GSM card also can used. thanks a lot arrrghhh... :-bd...but how i can find file manager to see all my directory?

EyeB 07-16-2011 02:11 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
thanks, this update works best so far, fixed the errors I had with frx06 :D

battery life seems a little better, now that the power collapse worked over night. Seems to drain rather quickly while in use but I'll test it out today more

fortunzfavor 07-16-2011 02:42 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by dj_tux (Post 2128702)
how i can find file manager to see all my directory?

Search 'astro' in the market.

EyeB 07-16-2011 06:06 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
i like efile manager, it supports uploads to dropbox. Not that the dropbox app can't upload but might as well have a file manager that does it too while you are looking around :D

jerryyyyy 07-16-2011 07:00 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Hi, will try it out. Worth the wait (I hope). :)

I'll just do a clean install....

PS just got a new car which has great iPhone or Android interfaces... looks like soon the old TP2 is going soon....

aristowong 07-16-2011 09:27 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
noob here, but can i turn off the amber LED somehow? its been amber since install...

rpierce99 07-16-2011 09:29 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by aristowong (Post 2128817)
noob here, but can i turn off the amber LED somehow? its been amber since install...

After you disable GPS it will start sleeping properly (and turn the LED green), see the FAQ for info on GPS and sleep. The LED indicates sleep status to warn you if your phone is going to drain fast due to not sleeping properly.

parthew 07-16-2011 09:35 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by oisact (Post 2128653)
For what it's worth, I did a completely fresh install on my (now unused) TP2. Created a new Google account, installed Opera then plugged it in to charge all night. This morning I found it had rebooted back into WM. No CDMA service - Wifi only, although the cellular radio was left on.

While I've been typing my TP2 has been booting back into Android. When it came up, I unlocked it and set it down, and it rebooted a minute or two later. So there is something very unstable with this. Hopefully it's a minor config tweak or something.

My phone was in Airplane mode in WM prior to booting. I'm enabling the radio before booting into Android in case that has anything to do with it.

I am having a similar problem, whenever I hang up theres no service and randomly after sending or receiving texts the service cuts out.
It turns back on once I put phone in airplane mode and then turn off airplane mode.

Alcoherent 07-16-2011 09:35 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
How long does it take for haret.exe to install? I left it running and it's still going after about 3 hours! Still working because the text is scrolling and the numbers in the first bracket are increasing, but it says "[16282.702941] [<c0072a90>]..."

I formatted my SD, copied frxo7 to the SD, copied the startup file for my RHOD400 into root, and then ran harot.exe.

Any thoughts on why it's taking so long?

arrrghhh 07-16-2011 09:48 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by jerryyyyy (Post 2128780)
PS just got a new car which has great iPhone or Android interfaces... looks like soon the old TP2 is going soon....

Why can't you use your TP2 in Android with your car...? I bet it works ;).

Quote:

Originally Posted by Alcoherent (Post 2128822)
How long does it take for haret.exe to install? I left it running and it's still going after about 3 hours! Still working because the text is scrolling and the numbers in the first bracket are increasing, but it says "[16282.702941] [<c0072a90>]..."

I formatted my SD, copied frxo7 to the SD, copied the startup file for my RHOD400 into root, and then ran harot.exe.

Any thoughts on why it's taking so long?

Did you do the calibration/ts-calibration part...?

Alcoherent 07-16-2011 10:04 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
I was waiting to do it manually but it never prompted me for it.

Should I just stop it and use the ts-calibration.zip file or wait for the install to finish?

aristowong 07-16-2011 10:50 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by rpierce99 (Post 2128818)
After you disable GPS it will start sleeping properly (and turn the LED green), see the FAQ for info on GPS and sleep. The LED indicates sleep status to warn you if your phone is going to drain fast due to not sleeping properly.

ah ok. works now. just wondering if the drain is significant with the constant LED on. kinda annoying with my ADD, but would be worth it for android...

albumleaf 07-16-2011 11:53 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Awesome -- thanks so much everyone! Will report my results soon.

edit: Been running overnight and this morning, no issues whatsoever. Audio with the 3.5mm jack works excellent, there is nothing more I could possibly ask for, THANKS AGAIN!

edit: I still have one weird thing where media/notification/call volume is stuck at zero until I make a call and hang up, but I reboot so seldom these days that it's not a huge deal.

fortunzfavor 07-17-2011 12:26 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by aristowong (Post 2128834)
ah ok. works now. just wondering if the drain is significant with the constant LED on. kinda annoying with my ADD, but would be worth it for android...

I read a lot at night w/ my TP2, so I finally relented and covered the led with electrical tape. It's going to be a PITA to clean the residue off once things are normal, but I'm due a new screen protector anyway and that's where most of the contact is.

I can still see the light well enough to know if it is sleeping properly, but it doesn't glare in my eyes, so I consider it worth it. Your ADD might not be as assuaged, just thought I'd mention it.

aristowong 07-17-2011 12:27 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
i lose service when i get a sms. anyone else have this issue?

tkedch 07-17-2011 01:31 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
ARRRGH,
Thank you very much for the update. After some preliminary tests, (still with the old data.img), I found that whenever I turn on wifi, it still shows error. I just want someone who started out with a brand new data.img to confirm that it does work because everything else works include 3.5mm and BT. Overall, this is a very solid build with faster graphics.

Thanks again!

teradog 07-17-2011 02:13 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Wahoo... March, April, May, June, July... finally :>)) NICE! thanks/d

Holysmoke 07-17-2011 09:28 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
working wonderfully.

the only problem so far is after overclocking in startup, as soon as I click haret I get an error message that it cant read acpuclock

is that normal?

aristowong 07-17-2011 09:30 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by parthew (Post 2128821)
I am having a similar problem, whenever I hang up theres no service and randomly after sending or receiving texts the service cuts out.
It turns back on once I put phone in airplane mode and then turn off airplane mode.

i found out it says theres no service, but i can actually still redcieve texts when it says this... wierd. the onl thing i cant do is send texts/calls. interesting.

dj_tux 07-17-2011 10:02 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by fortunzfavor (Post 2128725)
Search 'astro' in the market.

thanks fortunzfavor.

@arrrghhh
why not include file manager in FRX07? maybe next FRX included... :D

@all
in Index of /updates contained the file update-FRX07.zip. where the file should be extracted? thanks :)

arrrghhh 07-17-2011 10:11 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by dj_tux (Post 2128943)
thanks fortunzfavor.

@arrrghhh
why not include file manager in FRX07? maybe next FRX included... :D

In AndroidApps, there should be one - I thought there was, my fault... I'll probably include Astro unless someone has a better idea? Next bundle, thanks ;).

Quote:

Originally Posted by dj_tux (Post 2128943)
@all
in Index of /updates contained the file update-FRX07.zip. where the file should be extracted? thanks :)

That's just the incremental update from 06->07. If you're already on 07, no need :p.

Trev23sks 07-17-2011 10:46 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Im using R400 FRX07 metro pcs i got my data connection setup...but no connection?

arrrghhh 07-17-2011 10:49 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by Trev23sks (Post 2128955)
Im using R400 FRX07 metro pcs i got my data connection setup...but no connection?

Uh... can you describe a little more maybe? It's working but not? So you have 3g icons but you can't connect to the internet? Doesn't Metro have one of those stupid proxy's to get out to the internet...??

I don't really know how that carrier works, but you guys with 3rd tier carriers will need to sort out issues and post what the solution is - because the major carriers all work, because the major carriers don't require a proxy to connect to the 'net ;).

JustusIV 07-17-2011 11:32 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by arrrghhh (Post 2128530)
Caveats:
  • BT - works now! But audio doesn't route. See this thread if you're feeling adventurous and want to play with/don't mind using some unstable/incomplete code...

Has anyone tried this yet? Read through both threads and didnt see any mention. Only upgrading if this works. I can be the guinea pig, but i need more time.
Thanks for all the work people put into this!

arrrghhh 07-17-2011 11:45 AM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by JustusIV (Post 2128962)
Has anyone tried this yet? Read through both threads and didnt see any mention. Only upgrading if this works. I can be the guinea pig, but i need more time.
Thanks for all the work people put into this!

It seems to be hit or miss. I've had a few people say that audio routing does work, and others say that it doesn't. Until the new acoustic stuff is implemented (so userland can direct the kernel where to route sound, instead of the kernel trying to do it all on its own...) audio will not route correctly for BT. So if it does work hooray! It'll probably be wonky tho. Someone already filed a bug on using Voice Command with a bluetooth headset... I wasn't able to get my BT headset to work at all, so go figure.

tkedch 07-17-2011 12:41 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by JustusIV (Post 2128962)
Has anyone tried this yet? Read through both threads and didnt see any mention. Only upgrading if this works. I can be the guinea pig, but i need more time.
Thanks for all the work people put into this!

Quote:

Originally Posted by arrrghhh (Post 2128967)
It seems to be hit or miss. I've had a few people say that audio routing does work, and others say that it doesn't. Until the new acoustic stuff is implemented (so userland can direct the kernel where to route sound, instead of the kernel trying to do it all on its own...) audio will not route correctly for BT. So if it does work hooray! It'll probably be wonky tho. Someone already filed a bug on using Voice Command with a bluetooth headset... I wasn't able to get my BT headset to work at all, so go figure.

so I just want to put it out there, BT headsets do work. I tried it last night. But voice command is not accurate.... but everything else works. I do however want to see if anyone has problems with turning on wifi after the initial bootup. I've tried with my original and fresh data.img, and both times the I would see errors when i try to turn on wifi except after the initial bootup. I am not sure what the problem is. I haven't really install anything except for some google services. Any idea aaarrg?

arrrghhh 07-17-2011 01:16 PM

Re: [BUILD] **Complete FroYo Bundle** FRX07!!
 
Quote:

Originally Posted by tkedch (Post 2128986)
so I just want to put it out there, BT headsets do work. I tried it last night. But voice command is not accurate.... but everything else works. I do however want to see if anyone has problems with turning on wifi after the initial bootup. I've tried with my original and fresh data.img, and both times the I would see errors when i try to turn on wifi except after the initial bootup. I am not sure what the problem is. I haven't really install anything except for some google services. Any idea aaarrg?

I rarely if ever use wifi. Are you stating with a fresh data.img, or every boot wifi initially fails then... doesn't? It just starts working after a certain amount of uptime?

If that's the case, then I'd say you're trying to use wifi too quickly. Let the phone settle after it's done booting - especially on a fresh data.img, lots of crap happening in the background. I was cursing stine that the new su app didn't work at all, because it wouldn't come up for any of the root apps I opened. The UI was snappy, I was able to load up apps... I thought all was well, and then the su allow prompt appeared... so truly patience is a virtue here.

Also, it seems certain BT headsets work and others don't. Don't tell people that BT headsets work, because not all do! :p Someone already filed a bug on the voice command BT issue, which makes me laugh since I said that BT audio routing won't work... Go figure. Lol I already said that, wth...


All times are GMT -4. The time now is 05:06 AM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0