PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-17-2011, 01:10 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by MassStash View Post
Yup, everyone is reiterating my exact problem. both cables don't help and boots on its own as soon its gained enough charge to do so. Then dies because NO battery drivers are loaded during the code on screen portion thus allowing the lil charge to be depleated.

Nandroid...

haha so i was able to replicate. So i drained the batt and saw what was going on. The phone does turn itself on but i had a weird issue that the lcd panel didnt go on. i heard the double vibs and it looked off but sure enough i could adb into the beotch. the phone remained on because my panel was off and therefore android didnt go on to enter a vicious boot loop yall described.

Anyone know if this is happening with haret as well ? i guess its hard to say since they have winmo to fall back to. i'll have to look into this, but i dont want to hold back the release for this.
__________________
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 03-17-2011, 01:52 AM
ffkip911's Avatar
Bustin' ours Saven' yours
Offline
Pocket PC: Touch Pro CDMA
Carrier: Sprint
Location: Seattle
 
Join Date: Feb 2009
Posts: 1,313
Reputation: 2835
ffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

@ACL, I'm on haret and just DL Swapper2 (uses SD for cache opening up free mem) there is a noticable increase in speed. Is there a way to do that with NAND???? As reference, my wife's EVO has 350 mb free ram (using sprint lovers rom)----with WinMo, we're lucky to pull 115 on a fresh boot---on haret (Vin titanium 107 at boot) 95 at boot on haret, drops down to 60...the point is, I have 128mb on my SD specificaly for cache. therefore my free ram drops MUCH slower, and the overall speed is insane. the more I open, the more gets cached to SD....leaving our precious little free mem to do the physical work.

anyway, just wondering if that was something ya'll were thinking of throwing in the mix
__________________
You light 'em! We fight 'em!!
Net speed tweak by me and kozmo---give him a big "thank you"
http://forum.ppcgeeks.com/2035849-post9743.html
Reply With Quote
  #3 (permalink)  
Old 03-17-2011, 02:24 AM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by ffkip911 View Post
@ACL, I'm on haret and just DL Swapper2 (uses SD for cache opening up free mem) there is a noticable increase in speed. Is there a way to do that with NAND???? As reference, my wife's EVO has 350 mb free ram (using sprint lovers rom)----with WinMo, we're lucky to pull 115 on a fresh boot---on haret (Vin titanium 107 at boot) 95 at boot on haret, drops down to 60...the point is, I have 128mb on my SD specificaly for cache. therefore my free ram drops MUCH slower, and the overall speed is insane. the more I open, the more gets cached to SD....leaving our precious little free mem to do the physical work.

anyway, just wondering if that was something ya'll were thinking of throwing in the mix
We currently have 32 MB of NAND being used for cache, and there is already a cache directory under /sdcard/cache that is created for Haret. I'm not sure how to check the cache partition for utilization, but we can probably increase it if it were needed. Another option, though you would have to modify initrd would be to move the cache to the sdcard, but then you can't remove the sdcard without losing cache. Also, we should be moving dalvik cache to the cache partition per AOSP.
__________________
Reply With Quote
This post has been thanked 1 times.
  #4 (permalink)  
Old 03-17-2011, 02:27 AM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

So, removing /bin from sysinit.rc caused some weird data issues for me. It would start out on 3G but could never download anything. Then it would switch over to Edge and downloads would work but of course be really slow. Anyone else experience this? For now, I've just removed the link for /bin/su and put /bin back in the path. I'm thinking there are some things that reference it directly that are no longer getting called (like the ppp scripts or something).

Also, I just created the /sbin/ueventd link (to /system/init) and put init.android from rootfs as /system/init. It seems to be running like a dream!

Last edited by natemcnutty; 03-17-2011 at 02:34 AM.
Reply With Quote
  #5 (permalink)  
Old 03-17-2011, 02:49 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
So, removing /bin from sysinit.rc caused some weird data issues for me. It would start out on 3G but could never download anything. Then it would switch over to Edge and downloads would work but of course be really slow. Anyone else experience this? For now, I've just removed the link for /bin/su and put /bin back in the path. I'm thinking there are some things that reference it directly that are no longer getting called (like the ppp scripts or something).

Also, I just created the /sbin/ueventd link (to /system/init) and put init.android from rootfs as /system/init. It seems to be running like a dream!
oo.. need to update the frx then. I'm uploading the last recovery for testing. Did you play with the last one? there was a bug with the backup and restore.
Reply With Quote
  #6 (permalink)  
Old 03-17-2011, 08:18 AM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
So, removing /bin from sysinit.rc caused some weird data issues for me. It would start out on 3G but could never download anything. Then it would switch over to Edge and downloads would work but of course be really slow. Anyone else experience this? For now, I've just removed the link for /bin/su and put /bin back in the path. I'm thinking there are some things that reference it directly that are no longer getting called (like the ppp scripts or something).

Also, I just created the /sbin/ueventd link (to /system/init) and put init.android from rootfs as /system/init. It seems to be running like a dream!
I had the same issue. Currently I'm using this line in my sysinit.sh:
mount -o remount,rw /
rm /bin/su
mount -o remount,ro /

Crude but it works for now. I guess we just need to remove the su from the bin folder.

Quote:
Originally Posted by [ACL] View Post
oo.. need to update the frx then. I'm uploading the last recovery for testing. Did you play with the last one? there was a bug with the backup and restore.
Another new one... or was it just the updated restore script.
__________________
Reply With Quote
This post has been thanked 2 times.
  #7 (permalink)  
Old 03-17-2011, 02:54 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by ffkip911 View Post
@ACL, I'm on haret and just DL Swapper2 (uses SD for cache opening up free mem) there is a noticable increase in speed. Is there a way to do that with NAND???? As reference, my wife's EVO has 350 mb free ram (using sprint lovers rom)----with WinMo, we're lucky to pull 115 on a fresh boot---on haret (Vin titanium 107 at boot) 95 at boot on haret, drops down to 60...the point is, I have 128mb on my SD specificaly for cache. therefore my free ram drops MUCH slower, and the overall speed is insane. the more I open, the more gets cached to SD....leaving our precious little free mem to do the physical work.

anyway, just wondering if that was something ya'll were thinking of throwing in the mix
swapper? i wonder if this is just for swap memory not like our cache. Our cache is needed for android and recovery so its prob not what you are talking about.

Like nate said, we are trying to stick to aosp as close as possible. If this is just a mem swapper, then its easy enough for anyone to implement. Also if this is an APK, whats stopping you from running it on nand ? shit will prob kill your sd tho. Sd doesnt like swappyness much
Reply With Quote
  #8 (permalink)  
Old 03-17-2011, 11:26 AM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Checkked. 1st post andd didn't fffinndd "GPPPPSSS"" on list offf fffeeeattturrress...
GPS works but its having same issuess with the services? Weather widget and. Other services can't usee it.



Yyyes, hharddddware keyboaarrrd very buggy. Key downn key up not being ddeetectedd propperly?

Last edited by m4f1050; 03-17-2011 at 12:21 PM.
Reply With Quote
  #9 (permalink)  
Old 03-17-2011, 12:39 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

I believe the reason why we cant install angrybirds or a few other apps is because we cant install apps on sdcard. I just tried to move an app to sdcard and got an error and some apps default install to sdcard.

EDIT: I go this error after I unmounted SDCARD and tried adb install angrybirds...

Code:
 
D:\>adb install angrybirds_1.3.5.apk
468 KB/s (12827730 bytes in 26.728s)
        pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE]
And with SDCARD mounted I got...

Code:
 
D:\>adb install angrybirds_1.3.5.apk
1143 KB/s (12827730 bytes in 10.959s)
        pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]

Last edited by m4f1050; 03-17-2011 at 01:19 PM.
Reply With Quote
  #10 (permalink)  
Old 03-17-2011, 01:32 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by m4f1050 View Post
I believe the reason why we cant install angrybirds or a few other apps is because we cant install apps on sdcard. I just tried to move an app to sdcard and got an error and some apps default install to sdcard.

EDIT: I go this error after I unmounted SDCARD and tried adb install angrybirds...

Code:
 
D:\>adb install angrybirds_1.3.5.apk
468 KB/s (12827730 bytes in 26.728s)
        pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE]
And with SDCARD mounted I got...

Code:
 
D:\>adb install angrybirds_1.3.5.apk
1143 KB/s (12827730 bytes in 10.959s)
        pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
interesting.

THe actually error shoud show on the logcat when you install. It may be a path issue.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 10:24 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com