PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   [BUILD] **Complete Froyo Bundle!!** FRX06 - "Stable" - Minor Fixes (http://forum.ppcgeeks.com/showthread.php?t=140848)

tomc585 02-22-2011 05:48 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
That did the trick, (formating the sd card). All media files are now showing up now.

tomc585 02-23-2011 06:00 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
been running fine for 24hrs now all of a sudden it reboots to windows (from android) for no reason. Also losing data connection. Looking for some info on collecting error logs so i can post.

arrrghhh 02-23-2011 06:11 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
Quote:

Originally Posted by tomc585 (Post 2060389)
been running fine for 24hrs now all of a sudden it reboots to windows (from android) for no reason. Also losing data connection. Looking for some info on collecting error logs so i can post.

There's a reason, just finding it is the problem ;).

If you use adb, you can pull the logs from /data/system/dropbox. Otherwise you can fire up a terminal and cp the files in that directory to your SD card, then move them from your SD to your PC. Look for the SYSTEM_LAST_KMSG files - the last file (numerically) will be your most recent log.

Losing data connection is a known issue unfortunately. Usually disabling data and reenabling data fixes it (note - I'm not talking about airplane mode, I mean disable the data cxn under Settings).

Also, there's tons of reasons for reboots to WinMo - one of the top ones is a bad SD card. That was causing a ton of reboots for me - I wouldn't go out and buy a new card but if you have one handy might be a good idea to swap it and see.

ndno 02-23-2011 06:57 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
arrrghhh, are you familiar with the default apps that comes in the system.ext2 image? Fishingmedic and I can't stand the dialer that comes with FRX04. We like the dialer in Tiad8's Froyo X Red build; I have been trying to dissect his system.ext2 and "port" (OK, just really "copy") the related *.apks over to the FRX04 system.ext2. I got it to show up graphically but I get a FC trying to use it. Like you said, the default apps in Tiad8's Froyo X build is based off neopeek or huwanei so the dialer I'm trying to bring over is probably not compatible with the FRX04 framework. Anyways, just thought I ask; maybe I should jump onto XDAndroid chat (IRC) and ask StineBD.

EDIT: just found this link: http://www.market4android.com/stock-...-2-1-apps-list
It shows the default apks that come with the system image (system.ext2). It's mounted under /system and the apks are in /system/app. I imported the phone.apk and telephonyprovider.apk from Tiad8's Froyo X Red system.ext2; the dialer showed up fine but I get a FC trying to use it. I'm going to play around with it more.

arrrghhh 02-23-2011 07:59 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
Quote:

Originally Posted by ndno (Post 2060417)
arrrghhh, are you familiar with the default apps that comes in the system.ext2 image? Fishingmedic and I can't stand the dialer that comes with FRX04. We like the dialer in Tiad8's Froyo X Red build; I have been trying to dissect his system.ext2 and "port" (OK, just really "copy") the related *.apks over to the FRX04 system.ext2. I got it to show up graphically but I get a FC trying to use it. Like you said, the default apps in Tiad8's Froyo X build is based off neopeek or huwanei so the dialer I'm trying to bring over is probably not compatible with the FRX04 framework. Anyways, just thought I ask; maybe I should jump onto XDAndroid chat (IRC) and ask StineBD.

EDIT: just found this link: Stock Android 2.1 Apps List | Market 4 Android
It shows the default apks that come with the system image (system.ext2). It's mounted under /system and the apks are in /system/app. I imported the phone.apk and telephonyprovider.apk from Tiad8's Froyo X Red system.ext2; the dialer showed up fine but I get a FC trying to use it. I'm going to play around with it more.

I've already asked about the dialer in FRX04, and the problem is we support too many devices. Evidently that dialer screen (which is in fact the AOSP default dialer) only works on HDPI devices. RAPH/DIAM users would have issues if we use that dialer.

So I've tried to cross that bridge with stinebd, but he won't change it... You're more than welcome to try.

ndno 02-23-2011 08:23 PM

Quote:

Originally Posted by arrrghhh (Post 2060438)
I've already asked about the dialer in FRX04, and the problem is we support too many devices. Evidently that dialer screen (which is in fact the AOSP default dialer) only works on HDPI devices. RAPH/DIAM users would have issues if we use that dialer.

So I've tried to cross that bridge with stinebd, but he won't change it... You're more than welcome to try.

Thanks for the explanation. Gonna play around with it some more.


Sent from my FRX04ed TP2 using Tapatalk

tomc585 02-23-2011 08:37 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
Quote:

Originally Posted by ndno (Post 2060454)
Gonna play around with it some more.

You mean the dialer right?...lol, couldnt resist.

tomc585 02-24-2011 03:22 PM

Wirelessly posted (Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX04) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)

I think I'm on to something. Been running android all day without an issue since I left home this morning. What I think is causing my data connection loses and reboots to windows is my airave. It only happens at home. Been out all over the place and using the phone without a glitch. What do you think?

arrrghhh 02-24-2011 03:45 PM

Re: [BUILD] **Complete Froyo Bundle!!** FRX04 - "Stable"
 
Quote:

Originally Posted by tomc585 (Post 2060831)
I think I'm on to something. Been running android all day without an issue since I left home this morning. What I think is causing my data connection loses and reboots to windows is my airave. It only happens at home. Been out all over the place and using the phone without a glitch. What do you think?

Oh yea, Airave is not supported. Didn't realize you were using one of those. I have no clue what the problem with them is however... Sorry I can't be more help, I don't have one.

tomc585 02-24-2011 04:03 PM

Wirelessly posted (Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX04) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)

I can understand the data portion but how would it cause the reboots?. I'm. Almost home so I'm sure I can replicate the reboot.


All times are GMT -4. The time now is 06:52 PM.

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


Content Relevant URLs by vBSEO 3.6.0