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
  #1811 (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
  #1812 (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
  #1813 (permalink)  
Old 03-17-2011, 01:49 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!)

Quote:
Originally Posted by [ACL] View Post
interesting.

THe actually error shoud show on the logcat when you install. It may be a path issue.
Oh snap! My bad! Forgot the logcat! UGH!

Here is the error on screen, and uploaded logcat.

Code:
 
D:\>adb install angrybirds_1.3.5.apk
1216 KB/s (12827730 bytes in 10.300s)
        pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
EDIT: Like I mentioned before, this installs on SDCARD, are we missing app2sd?
Attached Files
File Type: zip log.zip (757 Bytes, 1 views) Click for barcode!

Last edited by m4f1050; 03-17-2011 at 01:52 PM.
Reply With Quote
  #1814 (permalink)  
Old 03-17-2011, 01:54 PM
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 m4f1050 View Post
Oh snap! My bad! Forgot the logcat! UGH!

Here is the error on screen, and uploaded logcat.

Code:
 
D:\>adb install angrybirds_1.3.5.apk
1216 KB/s (12827730 bytes in 10.300s)
        pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
EDIT: Like I mentioned before, this installs on SDCARD, are we missing app2sd?
I think I know what the issue is here. It probably has to do with the secure folders. I'll take a look through our scripts and map the asec folders. I know we specify them in sysinit.rc, but we never created them anywhere so they could be mounted. (export ASEC_MOUNTPOINT /mnt/asec)
__________________

Last edited by natemcnutty; 03-17-2011 at 02:01 PM.
Reply With Quote
  #1815 (permalink)  
Old 03-17-2011, 01:57 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!)

Quote:
Originally Posted by natemcnutty View Post
I think I know what the issue is here. It probably has to do with the secure folders. I'll take a look through our scripts and map the asec folders. I know we specify them in sysinit.rc, but we never created them anywhere so they could be mounted. (export ASEC_MOUNTPOINT /mnt/asec)
Kewl, thanks!

So we do have the SDCARD partition that app2sd uses? I remember reading something about a partition on SDCARD for apps...

EDIT: How to manually partition your SD card for Android Apps2SD – Android and Me

Last edited by m4f1050; 03-17-2011 at 02:06 PM.
Reply With Quote
  #1816 (permalink)  
Old 03-17-2011, 02:00 PM
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 m4f1050 View Post
Kewl, thanks!

So we do have the SDCARD partition that app2sd uses? I remember reading something about a partition on SDCARD for apps...
That should be OK since we have export EXTERNAL_STORAGE /sdcard

However, this was in rootfs and was never moved into our new setup:

/bin/mkdir -p -m 0700 /data/mnt/secure
/bin/mkdir -p -m 0700 /data/mnt/asec
mount --bind /data/mnt/secure /mnt/secure
mount --bind /data/mnt/asec /mnt/asec
Reply With Quote
  #1817 (permalink)  
Old 03-17-2011, 02:09 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!)

Kewl! So close to perfect!

Question: SetCPU I got SU working, on demand works, but won't go past 528mhz, how can we overclock? I think that could help with the hardware keyboard lag, but I still think there is something not right the key down / key up (if that's how it detects the keys) is not working propperly..
Reply With Quote
  #1818 (permalink)  
Old 03-17-2011, 02:16 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 natemcnutty View Post
That should be OK since we have export EXTERNAL_STORAGE /sdcard

However, this was in rootfs and was never moved into our new setup:

/bin/mkdir -p -m 0700 /data/mnt/secure
/bin/mkdir -p -m 0700 /data/mnt/asec
mount --bind /data/mnt/secure /mnt/secure
mount --bind /data/mnt/asec /mnt/asec
sexy.. need to modd the rc again.
Reply With Quote
  #1819 (permalink)  
Old 03-17-2011, 02:18 PM
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 [ACL] View Post
sexy.. need to modd the rc again.
I know we have this in there already:

Code:
    # Directory for putting things only root should see.
    mkdir /mnt/secure 0700 root root

    # Directory for staging bindmounts
    mkdir /mnt/secure/staging 0700 root root

    # Directory-target for where the secure container
    # imagefile directory will be bind-mounted
    mkdir /mnt/secure/asec  0700 root root

    # Secure container public mount points.
    mkdir /mnt/asec  0700 root system
    mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000
But /mnt doesn't exist in initrd like it did in rootfs, and it isn't mounted to anything elsewhere.
Reply With Quote
  #1820 (permalink)  
Old 03-17-2011, 02:24 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
Kewl! So close to perfect!

Question: SetCPU I got SU working, on demand works, but won't go past 528mhz, how can we overclock? I think that could help with the hardware keyboard lag, but I still think there is something not right the key down / key up (if that's how it detects the keys) is not working propperly..
prob is the code for the clock was modded for haret. So we need to revert back. I started this already but havent commited it yet until we get the whole recoery done. Which is ready for testing by the way. All the files are available in the usual spots.
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 04:08 AM.


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