[KERNEL] corvusKernel |.32|CIFS|TUN|EXT4|SLAB|CFQ|WiFi|NTFS|HOST/SLAVE|PL2303|XPAD - Vega Android Development

Hi all.
I make a new kernel based in Buzz Vega, but with some changes.
1) All modules (but wifi) are now integrated into kernel, so no more insmod modules.
2) Added support for PL2303 and FDTI usb to serial chips (Usb Gps, usb-serial cable, etc.)
3) Added support for Xbox 360 PAD (wired or wireless with pc adaptor)
Notes:
1) To boot in host mode, press on, once you have black iluminated, release on button and press back until boot finished.
2) Usb Gps and Xbox pad are detected by kernel but not useable in android by now. I'm working on it.
3) To mount CIFS shares, you can use Mount Manager or Cifs Manager from market
4) To use NTFS (and possibly EXT4) you must mount manually. I'm working in do it automatically. Using ConnectBot:
Code:
$su
#busybox mount /dev/block/sda1 /mnt/usbdisk
And you get yout memory at /mnt/usbdisk and can access it with any file manager.
INSTALL:
This must be installed using CWM, and use this zip as update. MAKE ALLWAYS A NANDROID BACKUP BEFORE
If you was using Buzz Vega, can delete .ko files from /system/lib/modules, because they are not used (now integrated into kernel).
http://dl.dropbox.com/u/13580211/corvusKernel_01.zip
Thanks Buzz, Paul "Modaco", Koush, and all great helping people at #tegratab.
Corvus.
PS: If you prefer speak spanish with me, please PM.

Awesome work with the Xbox360 controller. What kernel module did you use to achieve that? Just getting in to kernel stuff with the Vega so please excuse if my question is a little basic.

You can search for Xpad in .config or advent_vega_defaultconfig.

corvus said:
...I make a new kernel based in Buzz Vega...
Click to expand...
Click to collapse
Hey corvus,
I just wanted to say thanks! Your kernel is running great on my POV mobii and I don't experience the root- or bsod-problems I had with buzz-vega kernel. Also the cifs integration works fine.
greetings...

Great to see developers starting to work on the Advent.

Installed this kernel on my Advent Vega. It seems the device came to live. Performance is much better now. Suspending and resuming now works better. Wifi resuming works great. Very nice job with this kernel, very nice indeed

what adapter do you use? using xbox remote would be amazing

None by now... they are detected by kernel, but not used by android... working on it.
Corvus.

i thaught as much. good luck with that using an xbox remote on a ps1 emulator would rock!

hi! what about the kernel source + config?
like to add dvb-t and bluetooth hid (doesn't detect that my bt keyboard is a keyboard..)
and ive got some strange issues with the orientation sensor, seems like its shifted to the left so when i want to get into landscape mode i must rotate it much more to the right side (so i used the lock that i can work with that). No issue with CM7.
EDIT: ive got an xbox 360 wireless controller for windows (with the usb reciever), do i need to have some external apps or something to use this?
corvus said:
Hi all.
I make a new kernel based in Buzz Vega, but with some changes.
1) All modules (but wifi) are now integrated into kernel, so no more insmod modules.
2) Added support for PL2303 and FDTI usb to serial chips (Usb Gps, usb-serial cable, etc.)
3) Added support for Xbox 360 PAD (wired or wireless with pc adaptor)
Notes:
1) To boot in host mode, press on, once you have black iluminated, release on button and press back until boot finished.
2) Usb Gps and Xbox pad are detected by kernel but not useable in android by now. I'm working on it.
3) To mount CIFS shares, you can use Mount Manager or Cifs Manager from market
4) To use NTFS (and possibly EXT4) you must mount manually. I'm working in do it automatically. Using ConnectBot:
Code:
$su
#busybox mount /dev/block/sda1 /mnt/usbdisk
And you get yout memory at /mnt/usbdisk and can access it with any file manager.
INSTALL:
This must be installed using CWM, and use this zip as update. MAKE ALLWAYS A NANDROID BACKUP BEFORE
If you was using Buzz Vega, can delete .ko files from /system/lib/modules, because they are not used (now integrated into kernel).
http://dl.dropbox.com/u/13580211/corvusKernel_01.zip
Thanks Buzz, Paul "Modaco", Koush, and all great helping people at #tegratab.
Corvus.
PS: If you prefer speak spanish with me, please PM.
Click to expand...
Click to collapse

nobody in here?

Sorry by the delay.
Sources and default config are here: https://github.com/BuzzBumbleBee/android_kernel_advent_vega/
For dvb-t you will need some kind of program to reproduce video...
Corvus.

No problem
There is an DVB project for Archos devices, maybe this is a start..
http://code.google.com/p/archos-gen8-dvb/
EDIT: Maybe i got some tomatoes on my eyes, but i dont find the config file
corvus said:
Sorry by the delay.
Sources and default config are here: https://github.com/BuzzBumbleBee/android_kernel_advent_vega/
For dvb-t you will need some kind of program to reproduce video...
Corvus.
Click to expand...
Click to collapse

brunsbanjo said:
No problem
There is an DVB project for Archos devices, maybe this is a start..
http://code.google.com/p/archos-gen8-dvb/
EDIT: Maybe i got some tomatoes on my eyes, but i dont find the config file
Click to expand...
Click to collapse
search for defconfig_adventvega or similar.

do you know where the kernel looks for firmware files?
/lib/firmware no luck
/lib/firmware/[KERNELVERSION]/ no luck
...

brunsbanjo said:
do you know where the kernel looks for firmware files?
/lib/firmware no luck
/lib/firmware/[KERNELVERSION]/ no luck
...
Click to expand...
Click to collapse
i think that you refer to wifi firmware...
I found this problem too...
You must edit wifi sources (/drivers/networking/wireless/ath/ath6k/.../ar6000.c, if i remember correclty). Search for firmware and change all paths to /system/lib/hw/wlan (if i remember correctly, search in this path for files).
you can recompile only wifi module, not need to recompile all kernel.
If you have any other problems with firmware, you need to change sources, because /lib/firmware is a bad place, because /lib is not created. Is better to point to /system/lib.
Corvus.

Related

[KERNEL] 32a kernel with tun (VPN) support

Hello.
First of all, thanks again to TigerTael for making this possible.
Flashing this will make VPN connections possible from your phone.
The config is based on the latest gbo, with a few tweaks and the new kernel module and auto load from init.rc.
So to install just push wlan.ko and tun.ko to /system/lib/modules and flash boot.
You can ofcourse test this kernel by fastbooting into it.
Download link: http://www.megaupload.com/?d=047LXTK0
I have managed to connect to our Cisco VPN concentrator at work using this kernel and http://get-a-robot-vpnc.googlecode.com/files/VPN_Connections_v08.apk.
To get VPN Connections working I had to:
Install Busybox
Create /etc/vpnc
Copy /data/data/org.codeandroid.vpnc_frontend/files/vpnc-script to /etc/vpnc
Run vpnc from /data/data/org.codeandroid.vpnc_frontend/files via terminal
I am pretty sure there's an easier way, however the GUI just didnt work for me.
This is my first ever release to this forum, please dont bite me if it doesnt run on your device for some reason. And you do this on your own risk
Cheers,
Mockillo
i just uploaded it to megaupload.com, there isnt a download limit and speeds are fast
http://www.megaupload.com/?d=7KMWMZLU
NguyenHuu said:
i just uploaded it to megaupload.com, there isnt a download limit and speeds are fast
http://www.megaupload.com/?d=7KMWMZLU
Click to expand...
Click to collapse
Thanks
Added it to the post.
I'm interested in getting vpnc working (reliably) also.
mockillo said:
First of all, thanks again to TigerTael for making this possible.
Flashing this will make VPN connections possible from your phone.
The config is based on the latest gbo, with a few tweaks and the new kernel module and auto load from init.rc.
So to install just push wlan.ko and tun.ko to /system/lib/modules and flash boot.
Click to expand...
Click to collapse
Right.
snip ...
mockillo said:
To get VPN Connections working I had to:
Install Busybox
Create /etc/vpnc
Copy /data/data/org.codeandroid.vpnc_frontend/files/vpnc-script to /etc/vpnc
Run vpnc from /data/data/org.codeandroid.vpnc_frontend/files via terminal
Click to expand...
Click to collapse
Why did you need to install busy box?
Presumably you needed to create an /etc/vpnc/default.conf as well, yes?
mockillo said:
I am pretty sure there's an easier way, however the GUI just didnt work for me.
Click to expand...
Click to collapse
Yes, the GUI seems to make quite a number of assumptions that are plain wrong.
I've built VPN connections from an svn (rev 125) checkout and the original sources for libcrypt, libgpg-error and vpnc. I also built a kernel from the android-msm-2.6.27 git source (with the TT v2 patch, not that it matters, and a config from my Armon_RA 1.2.1 ROM kernel) and then built tun.ko externally so I could include it in the package. So far the module still has the srcversion info so the kernel version strings must match. I've pushed the module to /system/lib/modules so the module loading changes I've made to VPN connections haven't been tested for the case the module isn't present.
VPN connections seems quite fragile and I really don't like the coding style so I'm trying to change that as I go. After making a few changes to VPN connections I am able get the gui side working. But a really odd and annoying thing is that, while I can get it to work over my WiFi, I can't get it to work over my phone network connection. The configurations setup by vpnc are essentially the same, but no go!
Ian

[KERNEL] Sense 2.6.32.24+BFS+HAVS+USB HOST+UVOC+CIFS+NFS+NTFS+TUN

Hello,
I have compiled my own version of the bravo froyo kernel, I have mixed the work of kingklick for the incredible and the work of snq- as the 2.2b-sdfix kernel, changing some defaults voltages and add the Sven Killg's usb-host support. I have also added NFS, tun/openvpn, NTFS, UTF-8 and some usb devices I need. This kernel supports HAVS, that is Hybrid AVS that adjust the CPU voltage based the hardware feedback. In my desire is working quite fine, have no time for battery testing but it seems good. More feedback is welcome!
I am still waiting for an USB OTG Cable, so I cannot test the USB-Host part, it should work without problem following the instructions at http://sven.killig.de/android/N1/2.2/usb_host/ but if you find any problem, report it here.
Changelog:
-gg1:
GPU Fix from snq- and change versioning scheme.
v0.3:
Major change, based on official bravo and mix several patches from different sources. Now the kernel version is 2.6.32.24 and includes lots of changes. BFS, HAVS and more from the kingklick incredible kernel.
v0.2:
Remove usb sound support and add tun.ko for openvpn.
v0.1
I have put back IPv6 support, only 100Kb more and Google Googles works again :-D
Of course thanks to snq-, kingklick, LeeDroid, Sven, Koush and everybody here doing such a great job!
Next step should be a kind of toggle for the usb host mode, something userfriendly...
Any chance for something like this?
Diamondback2010 said:
Next step should be a kind of toggle for the usb host mode, something userfriendly...
Any chance for something like this?
Click to expand...
Click to collapse
The problem is that as far as I know once you have the ehci-ucd module loaded the usb mode change, even if you unload it. Doing an app to load unload all the usb-modules should be trivial, once I get the usb-otg cable I'll try it. Maybe I will code some kind of no-gui just a menu switch-on switch-off app, but doing it blindly would not be very easy :-D
Regards,
with ipv6 removed, google goggles will no longer work. any reason why you removed it? just curious.
Does it work.in hd Rom ?
I flashed it, and it works fine (the usual stuff, that is).
I also went to the linked website, and followed the instructions (though some of it made not much sense).
Then i plugged it into my computer over usb and selected mount as storage, and it mounted - so it didnt work?
Which instructions are the ones we need to follow?
Josh.
w.0.o.t said:
with ipv6 removed, google goggles will no longer work. any reason why you removed it? just curious.
Click to expand...
Click to collapse
Trying to save some bytes, I've put it back as it is only 100Kb more :-D
fllash said:
I flashed it, and it works fine (the usual stuff, that is).
I also went to the linked website, and followed the instructions (though some of it made not much sense).
Then i plugged it into my computer over usb and selected mount as storage, and it mounted - so it didnt work?
Which instructions are the ones we need to follow?
Josh.
Click to expand...
Click to collapse
The instructions about usb host-mode you need a OTG cable and a powered usb hub and then using conectbot or adb through wireless you need to manually load the needed modules, they are all at /system/lib/modules. The minimum is usbcore.ko and ehci-hcd.ko but you will need others to do usefull things. I think that we will need to kill some htc process because it seems that it is accessing the usb in slave mode. Once I'll get the OTG cable I'll try to get further, but right now the usb-host is just supported in the kernel, nothing else.
Regards
kahuna0k said:
Trying to save some bytes, I've put it back as it is only 100Kb more :-D
Click to expand...
Click to collapse
thanks very much. i'm flashing the new one in a minute.
Hy , thanks for u'r work, one more thing can u add support for open-vpn? i flashed u'r kernel but openvpn aint working anymore
thanks
tun module not work,please check
miyu-hitori said:
tun module not work,please check
Click to expand...
Click to collapse
littlej said:
Hy , thanks for u'r work, one more thing can u add support for open-vpn? i flashed u'r kernel but openvpn aint working anymore
thanks
Click to expand...
Click to collapse
new version with tun.ko included
Thank you for very good kernel, but WiFi n?
New version including the snq- gpu fix
kahuna0k said:
New version including the snq- gpu fix
Click to expand...
Click to collapse
so this has BFS scheduler? and does it include the SD read ahead fix?
Hmmm...
I've flashed the kernel but I got an error message when I tried to execute insmod ... ehci-hcd.ko, for the usbcore.ko was ok...
The error says something like "Device or resource busy".
Using Modaco R9 with Sub501 mods (CIFS, Undervolt, CFQ IO Scheduler, Custom governor), baked directly from the Modaco online kitchen.
I really need a help to solve this.
Thank you all!
a question: is bluetooth hid working with this kernel ??
Thanks for this, I LOVE a good kernel for my phone! This feels really nice, not sure if it'll beat out Ziggy's as my favourite but after a few hours I'm loving it!
I'll check back with battery life stats after a day at work
Skilling said:
Hmmm...
I've flashed the kernel but I got an error message when I tried to execute insmod ... ehci-hcd.ko, for the usbcore.ko was ok...
The error says something like "Device or resource busy".
Using Modaco R9 with Sub501 mods (CIFS, Undervolt, CFQ IO Scheduler, Custom governor), baked directly from the Modaco online kitchen.
I really need a help to solve this.
Thank you all!
Click to expand...
Click to collapse
I have the same problem. Please help!!!

[DEV] unofficial CyanogenMod7 port for RK2818/RK2918 tablets

this is a work-in-progress development project for porting CyanogenMod 7 (gingerbread/2.3.7) and ClockworkMod Recovery 5 to RK2818/RK2918 tablets.
there is no support from any makers/vendors. you must agree all risks by installing non-supported files, it may brick your tablet, and you may lose official support/warranty.
* YOU MUST READ CAREFULLY POST#1, #2, AND #3!
* DO NOT USE FILES FOR OTHER TABLETS! IT WILL BRICK YOUR TABLET!
* project page
http://androtab.info/rockchip/cyanogenmod/
* RK2818 tested tablets
mivvy MIDroid A2
Craig CMP738A
RAmos T11AD
ACHO C901 PRO
ARCHOS 7htv2
4G Systems oneTab
Yarvik TAB210
... and more!
* RK2818 current status (2011/11/18)
not work:
3G, HDMI, and many things which you expect to work
work:
accelerometer, audio, gapps, hardware accelerated video, internal NAND flash, SD card, touchscreen with calibration app, USB host/device, USB GPS dongle, wlan
* RK2918 tested tablets
Yuandao N50DT
* RK2918 current status (2011/11/26)
not work:
3G, bluetooth, camera, hardware accelerated video, HDMI, and many things which you expect to work
work:
3D, accelerometer, audio, gapps, internal NAND flash, SD card, touchscreen, USB host/device, vibrator, wlan
* changelog
refer git log
* resources
http://www.cyanogenmod.com/ (What is CyanogenMod?)
http://wiki.cyanogenmod.com/index.php?title=Latest_Version#Google_Apps (Google Apps)
http://wiki.cyanogenmod.com/index.php?title=Building_from_source
http://source.android.com/source/
http://review.cyanogenmod.com/#q,status:merged,n,z (CyanogenMod merged changes)
http://forum.xda-developers.com/showthread.php?t=1286305 (rkflashtool)
https://github.com/naobsd/cm_device_rockchip_rk2818
https://github.com/naobsd/cm_device_rockchip_rk2918
https://github.com/naobsd/cm_external_skia/compare/gingerbread-naobsd (placeholder for patches to cherry-pick)
https://github.com/naobsd/cm_frameworks_base/compare/gingerbread-naobsd (placeholder for patches to cherry-pick)
https://github.com/naobsd/cm_packages_apps_TSCalibration
https://github.com/naobsd/cm_system_vold/compare/gingerbread-naobsd (placeholder for patches to cherry-pick)
https://github.com/naobsd/rkutils
* links
http://www.arctablet.com/blog/archo...se-cm7-android-2-3-market-root-archos-7-htv2/ ARCHOS 7HTv2
http://forum.archosfans.com/viewtopic.php?f=81&t=57534 ARCHOS 7HTv2
http://forum.archosfans.com/viewtopic.php?f=81&t=55132 ARCHOS 7HTv2 (not updated?)
http://forum.archosfans.com/viewtopic.php?f=80&t=57832 Arnova 10
http://www.forotablets.com/showthread.php/2190-New-CyanogenMod-V.7.1 bq Verne Plus
http://gathering.tweakers.net/forum/list_messages/1456249/last Yarvik TAB210
* How to dump stock update.img (if you don't have stock update.img)
1. get temporary root
2. dump update.img from backup partition with rkdump for android
* How to make update.img
1. unpack stock update.img for your tablet with AFPTool.exe(Windows) or rkunpack(Unices) (DO NOT USE FILES FOR OTHER TABLETS!)
2. replace boot.img and system.img with files from CM7
3. (if necessary) unpack system.img with fsck.cramfs(RK2818) or loopback mount system.img(RK2918), tweak accelerometer properties in build.prop, add gapps, remove/replace TSCalibration.apk, then repack system.img with mkfs.cramfs
4. repack update.img with AFPTool.exe(Windows) or rkafpack(Unices)
* How to flash update.img
1. use RKAndroidBatchUpgrade.exe(RK2818) or RKBatchTool.exe(RK2918)
(TBD)
* RK2818 issues
some apps get FC
no camera preview
no UI to change USB mode
no USB mass storage mode (mount from PC) under some condition
* RK2818 FAQ
- how to make update.img
http://wiki.archosfans.com/index.php?title=Dump_your_Home_Tablet_rom_and_create_a_custom_rom
- lags on initial boot
please wait several seconds after calibration screen popped
- install failed on some apps (e.g. Angry Birds)
remove SD card before install
- I want to change USB mode host<->device
host mode:
Code:
echo 1 > /sys/bus/platform/drivers/dwc_otg/force_usb_mode
device mode:
Code:
echo 0 > /sys/bus/platform/drivers/dwc_otg/force_usb_mode
or, try this app: http://forum.xda-developers.com/showpost.php?p=19414868&postcount=543
- lags on 3D apps
yes, there is no 3D hardware on RK2818
* RK2918 FAQ
- boot.img in SDK2.0 based ROM
in (some of) SDK2.0 based ROMs, new format is used for boot.img(and recovery.img). it's almost same as standard android boot.img format. it has both kernel and ramdisk.
in general, unpackbootimg/mkbootimg can be used to unpack/repack for this format. but it doesn't work with boot.img for RK2918 tablets. Rockchip uses non-standard way to generate hash value which is stored in header of boot.img. if you flashed repacked boot.img, your tablet will go into recovery mode. it means we can't make customized boot.img(ramdisk).
but there is workaround. we can convert SDK2.0 boot.img into pre-SDK2.0 format.
Code:
$ unpackbootimg -i boot.img
$ rkcrc -k boot.img-zImage kernel.img
$ rkcrc -k boot.img-ramdisk.gz ramdisk.img
then flash kernel.img into kernel partition, and ramdisk.img into boot partition.
- accelerometer tweaks
for Yuandao N50DT
Code:
accelerometer.flip_xy=1
accelerometer.invert_x=1
accelerometer.invert_z=1
* common FAQ
- no gapps
download gapps for CM7 and add files in zip into system.img
- how to use internal NAND flash as SD card?
Settings -> CyanogenMod settings -> Application -> Use internal storage -> On -> reboot
if enabled, internal NAND flash is mounted on /mnt/sdcard and SD card is mounted on /mnt/nand.
- I like portrait / my favorite portrait apps are upside down / accelerometer axes are wrong on some apps
make /data/local.prop with following 3 lines, then reboot.
Code:
accelerometer.hwrotation=270
input.hwrotation=270
ro.sf.hwrotation=270
- I want to do calibration again
delete following files if exist, reboot, run calibration app, then reboot again
Code:
/data/misc/pointercal
/data/misc/idc/*
Fun,
Any chance of a Telechip port?
Cheers
Craig CMP738a boots up and results are identical to your findings.
initial bootup.
the calibration utility hung for a few seconds and asked if it should be killed. waiting allowed the procedure to complete.
started the music app. started playing a song. no audio came from the speakers but audio counter counted up. Headphones did not have sound either.
Tried connecting to wireless, says obtaining IP address... doesnt seem to want to connect to WPA2 network of mine. but it did connect fine to my WEP network.
Trying to view the gallery program for photos is very laggy.
A few videos would play in the video program but they were all like slideshows. A few would not play at all. no audio from the videos obviously.
Phone app and Camera (crashes) app are useless on this device I have.
USB Keyboard works in the usb host port.
FAT32 Flash drive doesnt seem to mount automatic.
SDCARD doesnt seem to be recognized. (nothing in /dev?)
Very cool so far tho.
Edit: since I am using the stock kernel for this device I would think I could get the hardware working... audio... video??? or maybe I need the rockchip support libraries...
fun_ is working on audio support, but video support seems to be hard to add, any help is welcome
Hi,
I have already adapted CM7 to RK2808 on Rocktab resistive screen.
Sound works and video MP4.
If these elements can help you:
http://www.slatedroid.com/topic/14838-experimentale-cyanogen-cm7-080211/
I noticed a lot of files missing .so in the lib in your system.img.
For the sensors you can try to take those CM7 for HTC G1.
http://forum.xda-developers.com/forumdisplay.php?f=448
And rename for RK2818.
This had worked on CM6 on APAD after disabling the rotation parameters in Menu Cyanogen.
@lefeudedieu: Hi and thanks for your reply, I will try it
snipes420 said:
Craig CMP738a boots up and results are identical to your findings.
Click to expand...
Click to collapse
thank you for your report! I added CMP738A to "tested" list.
in general, it should work on most RK2818 tablets. I tested ~20 eclair/froyo firmware(boot/system.img) for other tablets on my mivvy A2, and they worked well. it should be same for my CM7.
snipes420 said:
initial bootup.
the calibration utility hung for a few seconds and asked if it should be killed. waiting allowed the procedure to complete.
Click to expand...
Click to collapse
some process is running in background. please wait several seconds
snipes420 said:
Tried connecting to wireless, says obtaining IP address... doesnt seem to want to connect to WPA2 network of mine. but it did connect fine to my WEP network.
Click to expand...
Click to collapse
hmm. I'm using both WPA and WPA2 enabled APs. I'll try WPA2-only AP.
snipes420 said:
Trying to view the gallery program for photos is very laggy.
A few videos would play in the video program but they were all like slideshows. A few would not play at all. no audio from the videos obviously.
Click to expand...
Click to collapse
no 3D hardware in RK2818.
hardware accelerated video is not supported on my CM7.
snipes420 said:
FAT32 Flash drive doesnt seem to mount automatic.
SDCARD doesnt seem to be recognized. (nothing in /dev?)
Click to expand...
Click to collapse
I didn't test USB drive yet. I have only multi-card-reader, it doesn't work well on android. I'll try it when I get simple USB flash memory stick or something.
SD card should work... please show me detail if you can't investigate it.
snipes420 said:
Edit: since I am using the stock kernel for this device I would think I could get the hardware working... audio... video??? or maybe I need the rockchip support libraries...
Click to expand...
Click to collapse
please use your own bootloader/kernel because there is no source.
audio will work, but I didn't do anything yet.
to support hw video, libstagefrighthw.so for RK28 is needed. if you find it, please tell me.
Flash on my Acho C901 Pro MID ( www.acho.com.cn ), working fine, but when enable Wifi, MID keep restarting and cant open screen anymore.
Thnks on your new image.
Flash on my Acho C901 Pro MID ( www.acho.com.cn ), working fine, smooth. Wifi is working now. Everthing looking ok. Web browser seldom force close. Some application fail to install. So far so good.
Bugs:
Install market: cannot open
Install gmail : cannot open
Install youtube: can hear only sound, no video
Login gmail account in browser: Browser forced close.
aduhai said:
Thnks on your new image.
Flash on my Acho C901 Pro MID ( www.acho.com.cn ), working fine, smooth. Wifi is working now. Everthing looking ok. Web browser seldom force close. Some application fail to install. So far so good.
Bugs:
Install market: cannot open
Install gmail : cannot open
Install youtube: can hear only sound, no video
Login gmail account in browser: Browser forced close.
Click to expand...
Click to collapse
thank you for you report.
try to remove SD card for app install failure.
I can't understand "Install market/gmail: cannot open". do you know how to add files into cramfs system.img?
market is working for me. I can see non HQ video on youtube. (poor frame rate, of course)
it seems bit unstable (app died silently) than before.
fun_ said:
thank you for you report.
try to remove SD card for app install failure.
I can't understand "Install market/gmail: cannot open". do you know how to add files into cramfs system.img?
market is working for me. I can see non HQ video on youtube. (poor frame rate, of course)
it seems bit unstable (app died silently) than before.
Click to expand...
Click to collapse
Yes remove SD can resolve problem.
Ok, I dint know how to install gapps-gb-20110307signed.zip. I just unziped the file, and copy all file under app folder to my sd card. I double click the file and its install. When I tried to run the market and gmail, it just open in white screen and immediate close.
The other bug is, I cant login to google account in browser, It just hang and force close.
aduhai said:
The other bug is, I cant login to google account in browser, It just hang and force close.
Click to expand...
Click to collapse
try 2011/5/19 image. it should fix crash on google account sign in page.
fun_ said:
try 2011/5/19 image. it should fix crash on google account sign in page.
Click to expand...
Click to collapse
downloading..... and report it later.
Crash on google account sign in page Fixed.
but still cant open market, maybe I installed without a proper way. Got to try more.
realy looking forward to a stable release for this.
got an archos 7 ht v2 wich is not realy slow.
also have a HTC Kaiser wich runs on Cyanogenmod 6. and runs realy smooth.. lot better then my tablet.
Is there any clockwork mod for RK2818 , or can use any compatible clockwork mod ?
aduhai said:
Is there any clockwork mod for RK2818 , or can use any compatible clockwork mod ?
Click to expand...
Click to collapse
No, there's no recovery, only standart
One more bug,
this rom drain my batteries fast.
aduhai said:
Is there any clockwork mod for RK2818 , or can use any compatible clockwork mod ?
Click to expand...
Click to collapse
"install zip", and backup/restore on kernel/boot/system are difficult.
if you are OKay only backup/restore/wipe on data/cache, I'll try to make it.

[Q] Ubuntu on tf101 - wifi files location

Recently I've been attempting to install Ubuntu on my transformer, after a couple of mis-fires I've gotten to a state of having ubuntu 12 and the Jhinta kernel installed - and running the latest NVFLASHable asus stock android rom.
Unfortunately i'm having trouble setting up the wi-fi, it seemed to set itself up on the old kernel but with Jhinta I need to manually grab the files. /dev/mmc0p7/ as mentioned on the wiki doesn't exist, and doing a search on the four mounted filesystems only reveals some of the required files. Placing these in /lib/firmware isn't enough unfortunately.
Ideally I'd just like a download of the files, but if anyone can give me a few pointers or push me towards an android rom that has the wiki's layout it'd be greatly appreciated!
johnnoz said:
Recently I've been attempting to install Ubuntu on my transformer, after a couple of mis-fires I've gotten to a state of having ubuntu 12 and the Jhinta kernel installed - and running the latest NVFLASHable asus stock android rom.
Unfortunately i'm having trouble setting up the wi-fi, it seemed to set itself up on the old kernel but with Jhinta I need to manually grab the files. /dev/mmc0p7/ as mentioned on the wiki doesn't exist, and doing a search on the four mounted filesystems only reveals some of the required files. Placing these in /lib/firmware isn't enough unfortunately.
Ideally I'd just like a download of the files, but if anyone can give me a few pointers or push me towards an android rom that has the wiki's layout it'd be greatly appreciated!
Click to expand...
Click to collapse
Hey,
I had these problems to.
Uhm i some how magicly fixed it.
Lets see:
1. /data/misc/wifi/wpa_supplicant.conf -> /etc/wpa_supplicant.conf #optional
2. Download the default kernel files. Unpack 3.1 bla bla kernel in ubuntu at the location of lib/modules i think. ( Use sudo nautilus )
3. backup the kernel filesi n the modules and then remove them.
4. now search linux for tegra.
5. download the version 15 not 16. ( i took harmony because it works well..)
6. Now cd to the folder and use :sudo ./app*.sh -r /
If ./ doesnt work use bash.
7. reboot
8. go to X11 ( idk where i will post it.)
9. and enable GLX
10. Enjoy
Note: I haven't fix the trackpad yet.
So u need a mouse D:
Thanks for the reply! unfortunately I'm not really sure what you mean about unpacking the kernel files. I'd already placed the 3.1 modules in lib/modules prior to installing the kernel if that's what you were referring to.
johnnoz said:
Thanks for the reply! unfortunately I'm not really sure what you mean about unpacking the kernel files. I'd already placed the 3.1 modules in lib/modules prior to installing the kernel if that's what you were referring to.
Click to expand...
Click to collapse
3.1.10-g8c2655b-dirty.tar
Thats folder should be in lib/modules.
Delete the others. (BACKUP!!)
/data/misc/wifi/wpa_supplicant.conf form your android to : /etc/wpa_supplicant.conf and /etc/wpa_supplicant.conf/wpa_supplicant.conf
Enjoy.
Thays how i fixed mine :]
Aha, thanks for the clarification! Unfortunately doing this did nothing for my wi-fi, but it did fix needing usb devices to be plugged in on boot.
I have gotten the wifi working though! It's hard to say what steps were actuallly needed, but I searched for nvram.txt and fw_bcm4329.bin, placed them in both /lib/firmware and /lib/firmware/bcm4329, found the bcm4329.ko in /modules/2.{I forget the version number}/ and moved it to the empty 3.1.10-g8c2655b-dirty folder in modules (I strongly suspect this step was pointless). What finally got it working was running modprobe bcm4329 to load the wifi module.

Kernels with CIFS/NFS support

Hi all
This post will hopefully serve two purposes, one to help me find what Im looking for and the second to help other find similar.
Im looking for an N5 kernel that supports both CIFS and NFS, either built in or in the form of loadable modules. I have so far tried Faux and Franco, latest versions of both. I cant mount CIFS or NFS using the mount command with either of them. Are there any kernels on the N5 that support this properly?
If anyone knows any perhaps we can compile a list here so its clear which kernels support which features, searching high and low and trawling through kernel changelogs to find what I need is becoming quite laborious. Kind of makes me wonder why most kernel devs dont seem to want to publish a comprehensive feature list for their kernels, some do but most unfortunately dont.
Thanks in advance.
From what I can see there are kernels that support cifs - look in /system/lib/modules/ for cifs.ko.
[
I have not yet found a viable nfs module for the stock nexus, nor have I found a way to get the mount command to work.
It looks as if CM based roms may be able to deal with this, though.
Could you compile your own? If you want just to be able to simply transfer files ES File Explorer supports at least CIFS.
Sent from my Nexus 5 using xda app-developers app
Thus far I've found that Faux supports NFS, I'm able to mount directly via the busybox mount command, it just required a slight modification to the syntax. Unfortunately I've still not found any that support CIFS not even one that has the loadable modules for it. And I need these for shell scripts I'm using, which operate independently of apps so the usual file manager apps are of no use.
Sent from my Nexus 5 using Tapatalk
phobox360 said:
Thus far I've found that Faux supports NFS, I'm able to mount directly via the busybox mount command, it just required a slight modification to the syntax.
Click to expand...
Click to collapse
@phobox360 could you please post your command for NFS mount? I installed hammerhead-lp-faux123-024u kernel, tried both 'mount' and 'busybox mount' , with and w/o su, but still not able to mount NFS exports. Thanks in advance.

Categories

Resources