Android OS Forum banner
21 - 40 of 2,112 Posts
Bluetooth sort of works. It just soft reboots when I try to BT tether. I'll get it worked out since I see some good info in the logs. That's the main thing keeping me from submitting my device tree.
uggg...i cant wait for this to be official. Wanna always have it up to date.
Image
 
Discussion starter · #24 ·
uggg...i cant wait for this to be official. Wanna always have it up to date.
Image
I'm trying my best to get the device tree the way it should be to have it official. At the same time, TeamKang is updating the base to accommodate tablets with docks so I keep having to change things to match what they do. It will be there soon, I hope.
 
I'll have to update the OP and changelogs tomorrow but basically this is it:

Working:
--------------------
  • Android 4.0.4 (First for the Prime!)
  • Face Unlock
  • Based on AOKP build 29
  • Wifi
  • BT (Completely)
  • Keyboard Dock Soft keys
  • Lid Close = Sleep
  • Lid Open = Wake
  • microSD
  • Full sized SD
  • USB storage and devices
  • YouTube is baked in
  • Storage changed from being in /mnt folder to /Removable folder
  • Motley's 1.8GHz kernel (1.6GHz or mode 3 by default, change mode in /etc/init.d/cpu_overclock for faster: 4 = 1.7, 5 = 1.8)
  • NTFS
  • Logitech Gamepad support
  • I really don't care about GPS since Asus doesn't :)
  • More I probably forgot....
Not Working:
--------------------------

2 IME icons in tray. Settings-->Rom Control-->General-->Uncheck Show IME and reboot.

You asked, I listened and I answered. I made this rom my biotch!

Happy Good Friday!
 
Ok guys, here's the deal with the NTFS/exFAT support. They ARE there and the only problem is that the default automount script is checking if they're FAT/32 devices and saying they're blank if not. In the meantime you can manually mount them (no modules needed) by doing this in the Terminal Emulator:

for the Full size SD card:
Code:
<br />
mount -o rw -t ntfs /dev/block/vold/8:1 /Removable/SD
for the micro SD card:
Code:
<br />
mount -o rw -t ntfs /dev/block/vold/179:17 /Removable/MicroSD
full size USB flash drive:
Code:
<br />
mount -o rw -t ntfs /dev/block/vold/8:17 /Removable/USBdisk2
Here's proof that they will mount:
Code:
<br />
<br />
root@android:/ # mount<br />
rootfs / rootfs ro,relatime 0 0<br />
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0<br />
devpts /dev/pts devpts rw,relatime,mode=600 0 0<br />
proc /proc proc rw,relatime 0 0<br />
sysfs /sys sysfs rw,relatime 0 0<br />
debugfs /sys/kernel/debug debugfs rw,relatime 0 0<br />
none /acct cgroup rw,relatime,cpuacct 0 0<br />
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0<br />
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0<br />
none /dev/cpuctl cgroup rw,relatime,cpu 0 0<br />
/dev/block/mmcblk0p1 /system ext4 ro,noatime,user_xattr,acl,barrier=0,data=ordered 0 0<br />
/dev/block/mmcblk0p8 /data ext4 rw,nosuid,nodev,noatime,nodiratime,errors=panic,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0<br />
/dev/block/mmcblk0p2 /cache ext4 rw,nosuid,nodev,noatime,nodiratime,errors=panic,user_xattr,acl,barrier=0,nodelalloc,data=ordered 0 0<br />
/dev/fuse /mnt/sdcard fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0<br />
/dev/block/vold/8:1 /Removable/SD ntfs ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1 0 0<br />
/dev/block/vold/179:17 /Removable/MicroSD ntfs ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1 0 0<br />
/dev/block/vold/8:17 /Removable/USBdisk1 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0<br />
I'll try to see a way to make it work automagically.
Image
 
Great build! I do have one bug to report. Everything works great with the keyboard dock except the battery. Previous versions of this build allowed me to see the dock's battery status with the ASUS widget, however with this build, it always reports 0%. I flashed back to AlmostStock and confirmed that the keyboard's battery was fully charged, flashed back to this build of AOKP, and am still getting the same bug. The dock also does not charge the tablet at all.

Is this a known issue?

Edit: Just noticed another bug. When using multi-touch gestures on the keyboard's touchpad, two mice icons appear on the screen and can be controlled independently. (Kind of a cool bug, actually). Haha.
 
Great build! I do have one bug to report. Everything works great with the keyboard dock except the battery. Previous versions of this build allowed me to see the dock's battery status with the ASUS widget, however with this build, it always reports 0%. I flashed back to AlmostStock and confirmed that the keyboard's battery was fully charged, flashed back to this build of AOKP, and am still getting the same bug. The dock also does not charge the tablet at all.

Is this a known issue?

Edit: Just noticed another bug. When using multi-touch gestures on the keyboard's touchpad, two mice icons appear on the screen and can be controlled independently. (Kind of a cool bug, actually). Haha.
The battery widget shows my dock battery and I had other users confirm this as well. I'm not sure why a couple have said theirs won't show. As far as the dual arrows, that was my solution to have a arrow icon while also being in gesture mode. By default gesture mode would have a big circle as a pointer instead of an arrow.

Did you do a wipe first?
 
The battery widget shows my dock battery and I had other users confirm this as well. I'm not sure why a couple have said theirs won't show. As far as the dual arrows, that was my solution to have a arrow icon while also being in gesture mode. By default gesture mode would have a big circle as a pointer instead of an arrow.

Did you do a wipe first?
I did wipe first. The arrow issue isn't too big of an issue to me. The battery issue, however, is. I'll try a few other things and report back. It seems weird that it's happening on a couple of devices.
 
does FM working on this build ..i am using beta 2.1 on SGS I and FM radio isnt workingon that one.. also i cant access my SD card from within the phone i have tried using different kinds of file explorer including ES file explorer but ..still same prob
 
does FM working on this build ..i am using beta 2.1 on SGS I and FM radio isnt workingon that one.. also i cant access my SD card from within the phone i have tried using different kinds of file explorer including ES file explorer but ..still same prob
SGS I? I think you might be in the wrong thread.
 
Hey guys,

I wanna say first, great work on the whole project..

I tried to mount an NTFS flashdrive manually and was unable to get it done..

Even with the script you put in the OP:

Code:
<br />
mount -o rw -t ntfs /dev/block/vold/8:17 /Removable/USBdisk2<br />
It gives me this back:

Code:
<br />
mount: mounting /dev/block/vold/8:17 on /Removable/USBdisk2 failed: No such file or directory<br />
Are you suppose to run the line before connecting it or after connecting the flash drive?

I also tried to navigate to /Removable and the directory USBdisk2 is there..

Not sure if I'm missing something..

Thanks in advance guys! :) Using the latest build (Good Friday's Build)
 
21 - 40 of 2,112 Posts