[Q] 3.0.1 stock kernel version and 3.1 version - Xoom Q&A, Help & Troubleshooting

Anyone still running 3.0.1 stock kernel? can you paste uname -r
Anyone running stock 3.1 kernel? can you paste uname -r
thanks

Related

Ubuntu Maverick

Hi! Did anyone tried booting Ubuntu 10.10 in your Nexus S this way??
http://forum.xda-developers.com/showthread.php?t=962023
I tried booting it but I can't, it says it will boot but it doesn't respond, is it compatible? Anyone got success with this? Thanks!!
NOTE: YOU NEED SPEEDMOD KERNEL FOR THE GALAXY S FOR THIS TO BOOT
i think thats the problem...
Do you think so? But this kernel is not used only to increment the speed of the phone so that it can handle this version of Ubuntu?? I think the Nexus S is quite fast to handle this! As I'm not a developer I don't know it... I'll keep investigating, thanks!!
i have tried this like 2 months ago its not so hard to do and works pretty good on Nexus S but you will need an on screen keyboard because the one i installed had some keyboard issue with VNC..also as far as i now CM7 rom doesnt support this you can use stock rom though..
you can use the guide (and the iso) @ nexusonehacks.
i currently use this script to launch pastebin.com / F1ULPVYw
and
Code:
if [ ! -f /.lockterm ];
then
export USER=root
cd /
rm -r -f tmp
mkdir tmp
cd /
vncserver -geometry 800x480
touch /.lockterm
fi
just to avoid a 2nd launch of vncserver.
You should have to change loop5 to loopN (N=7,8,9,...) if the script fails.

Problem running emulator with custom kernel

I have downloaded the sources for the goldfish kernel and built it after which I cd into my downloaded AOSP directory and ran build/envsetup.sh and lunch selecting full-eng as my option. At this stage, $ANDROID_PRODUCT_OUT seems to be correct. I then ran "emulator -kernel ~/android-kernel/goldfish/arch/arm/boot/zImage -show-kernel -verbose @CustomAndroid-4.0.3-L15" within the same directory and it ran until this point where it hangs indefinitely:
emulator: autoconfig: -scale 0.737705
serial0 console
emulator: Could not open file: (null)/system/build.prop: No such file or directory
emulator: control console listening on port 5554, ADB on port 5555
emulator: can't connect to ADB server: Connection refused
emulator: ping program: /home/kubuntu/android-sdks/tools/ddms
emulator: ping command: /home/kubuntu/android-sdks/tools/ddms ping emulator 20.0.1.0 "" "" ""
Uncompressing Linux.................................................................................................. done, booting the kernel.
Click to expand...
Click to collapse
Any ideas what went wrong?
Ok I realized that I was building a 2.6 kernel for ICS which needs a 3.0 kernel but when I download either the 3.0 kernel or 3.4 kernel, there isn't a goldfish_defconfig, does anyone know how do I build the kernel for use with the emulator?
anonymous_coward said:
Ok I realized that I was building a 2.6 kernel for ICS which needs a 3.0 kernel but when I download either the 3.0 kernel or 3.4 kernel, there isn't a goldfish_defconfig, does anyone know how do I build the kernel for use with the emulator?
Click to expand...
Click to collapse
wow, i'm stuck here mate. To be honest i would suggest going back to a rom that you could install and run, without a problem.

[DEV][ROM]Unofficial CyanogenMod 9 for many Boxchip/Allwinner A13 tablets

I created cyanogenmod 9 rom for Manta mid08, but it should work with other tablets with Allwinner/Boxchip A13 SoC.
Rom status: six alpha
Cybrix.pl
Basic functions and hardware:
Sound Works
Headphones Works
Screen Works
Touch Works
HW/3D Works
ADB Works
SDcard Works
Sensors Works
WiFi Works
Additional hardware:
3G Not tested yet
Bluetooth Not tested, after updates
GPS Not tested yet
Keyboard Works
RIL Not tested yet
USB/WIFI Tethering Not tested yet
TODO:
Move to kernel from amery source(temporary solution)
Rewrite whole sunxi implementation in kernel (current source is one big mess, work in Amery tree is only patching not fix issue)
Help rewrite cedarx drivers
Add support for more devices
Fifth alpha should be last alpha release. I will fix hw accelartion, camera, wifi and touchscreen support.
First beta will have new kernel 3.0.39+ and more devices support.
Supported tables:
Manta MID08
MID Epad by LélikTec(In progress)
Apollo 726(In progress)
If your tablet is not on my list, please send me dumps of this files:
Dumps you make with terminal emulator or adb shell:
Code:
dd if=/dev/block/nandc of=/sdcard/nandc.img
dd if=/dev/block/nandg of=/sdcard/nandg.img
For mount /dev/block/nanda
mkdir -p /sdcard/nanda
mkdir -p /sdcard/dump/bxf/
mkdir -p /sdcard/dump/libs/
mkdir -p /sdcard/dump/usr
mkdir -p /sdcard/dump/etc
mkdir -p /sdcard/dump/vendor
mount -t vfat /dev/block/nanda /sdcard/nanda
cp -r /sdcard/nanda /sdcard/dump/bxf
cp -r /system/lib/* /sdcard/dump/libs/
cp -r /system/usr/icu /sdcard/dump/usr/
cp -r /system/usr/idc /sdcard/dump/usr/
cp -r /system/usr/keylayout /sdcard/dump/usr/
cp -r /system/etc/ /sdcard/dump/etc/
cp -r /vendor/ /sdcard/dump/vendor/
Downloads:
Spideroak
Source:
https://github.com/CybrixSystems/android_device_manta_mid08
https://github.com/CybrixSystems/linux
https://github.com/CybrixSystems/android_device_allwinner_a13_common
Credits:
My work is based on work:
Nicholas Semendyaev
Alan Marchesan
Alejandro Mery
http://linux-sunxi.org
tom3q (helping with rewritting kernel)
sorry i posted in the wrong thread.
ive just ordered one of these http://www.amazon.co.uk/Capacitive-Allwinner-Processor-Sandwich-MID/dp/B008E4WGKQ will your cm build work on it?
It should work, but you need send me first dumps of /dev/block/nandc /dev/block/nandg and all files from /dev/block/nanda and /system/libs/
Dumps you make with terminal emulator or adb shell:
Code:
dd if=/dev/block/nandc of=/sdcard/nandc.img
dd if=/dev/block/nandc of=/sdcard/nandc.img
For mount /dev/block/nanda
mkdir -p /sdcard/nanda
mkdir -p /sdcard/dump/bxf/
mkdir -p /sdcard/dump/libs/
mount -t vfat /dev/block/nanda /sdcard/nanda
cp -r /sdcard/nanda /sdcard/dump/bxf
cp -r /system/lib/* /sdcard/dump/libs/
Hi! I've tried this rom and it's amazing!
I've the same tablet linked from amazon (http://www.amazon.co.uk/Capacitive-Allwinner-Processor-Sandwich-MID/dp/B008E4WGKQ), or at least look like the same!
I can get CWM work like a charm, and boot without problems...but! The only things that don't work are touchscreen and wifi!
3D acceleration and sounds seems fine! (The camera works neither, but it's not a problem for me)
I don't have the original rom anymore, but i can tell you that it woks without problems with these roms:
http://www.androidtablets.net/forum...eneric-7-a13-android-4-0-4-hyper-edition.html
(And a one i'm uploading now to my dropbox account)
Can you do something for it? If you can get it work it would be awesome!
I know it's not designed for this tablet.. but if you can support it, it would be great!
I've used a mouse and keyboard to test it out! No problems with it!
Cheers, and good work!
(i will upload the dumps of a working rom shortly!)
WillingMagic said:
It should work, but you need send me first dumps of /dev/block/nandc /dev/block/nandg and all files from /dev/block/nanda and /system/libs/
Dumps you make with terminal emulator or adb shell:
Code:
dd if=/dev/block/nandc of=/sdcard/nandc.img
dd if=/dev/block/nandc of=/sdcard/nandc.img
For mount /dev/block/nanda
mkdir -p /sdcard/nanda
mkdir -p /sdcard/dump/bxf/
mkdir -p /sdcard/dump/libs/
mount -t vfat /dev/block/nanda /sdcard/nanda
cp -r /sdcard/nanda /sdcard/dump/bxf
cp -r /system/lib/* /sdcard/dump/libs/
Click to expand...
Click to collapse
heres the dump files https://dl.dropbox.com/u/74717476/nanddump.rar
alot of roms ive tried either have offset screen or no touch (or both) the only one i found that works is offset a few mm
Thanks, I will prepare rom for your tablet, but you can copy this folders:
Code:
dd if=/dev/block/nandg of=/sdcard/nandg.img
mkdir -p /sdcard/dump/usr
mkdir -p /sdcard/dump/etc
cp -r /system/usr/icu /sdcard/dump/usr/
cp -r /system/usr/idc /sdcard/dump/usr/
cp -r /system/usr/keylayout /sdcard/dump/usr/
cp -r /system/etc/ /sdcard/dump/etc/
Hello WillingMagic, glad to see someone working on the A13. I have got one el cheapo tablet. It is exactly same as shown here (sorry can't post links)
h t t p : / / w w w . uptcn . com / productshow/?951-2-Tablet,PC,MID.html
The tablet works fine with its factory ICS 4.0.3 per se but I was looking into putting cyanogenmod in it.
I tried your recovery and ROM. The recovery works very well. The ROM boots ok, the screen and touch are fine, but no wifi and no auto-rotation.
Secondly, you say 'Bluetooth: Not tested yet'. Does that mean it should work with USB BT dongles? I tried three different dongles but none worked.
Can you please guide me how can I get your rom working on my tablet with all hardware functional and if possible USB BT.
Thanks
WillingMagic said:
Thanks, I will prepare rom for your tablet, but you can copy this folders:
Code:
dd if=/dev/block/nandg of=/sdcard/nandg.img
mkdir -p /sdcard/dump/usr
mkdir -p /sdcard/dump/etc
cp -r /system/usr/icu /sdcard/dump/usr/
cp -r /system/usr/idc /sdcard/dump/usr/
cp -r /system/usr/keylayout /sdcard/dump/usr/
cp -r /system/etc/ /sdcard/dump/etc/
Click to expand...
Click to collapse
sorry here you go https://dl.dropbox.com/u/74717476/dump.rar thank you
And that's mine, if can be of any help!
https://www.dropbox.com/s/5y2lefenqx4x1lk/dump.zip
Slyon92 said:
Hi! I've tried this rom and it's amazing!
I've the same tablet linked from amazon (http://www.amazon.co.uk/Capacitive-Allwinner-Processor-Sandwich-MID/dp/B008E4WGKQ), or at least look like the same!
I can get CWM work like a charm, and boot without problems...but! The only things that don't work are touchscreen and wifi!
3D acceleration and sounds seems fine! (The camera works neither, but it's not a problem for me)
I don't have the original rom anymore, but i can tell you that it woks without problems with these roms:
http://www.androidtablets.net/forum...eneric-7-a13-android-4-0-4-hyper-edition.html
(And a one i'm uploading now to my dropbox account)
Can you do something for it? If you can get it work it would be awesome!
I know it's not designed for this tablet.. but if you can support it, it would be great!
I've used a mouse and keyboard to test it out! No problems with it!
Cheers, and good work!
(i will upload the dumps of a working rom shortly!)
Click to expand...
Click to collapse
i've got the same problem...but i can't revert back to may firmware bcos of bad backup..
i've tried the firmware on ur link..but it didn't work..
can u give me the link ur uploaded one on dropbox..
topex91 said:
i've got the same problem...but i can't revert back to may firmware bcos of bad backup..
i've tried the firmware on ur link..but it didn't work..
can u give me the link ur uploaded one on dropbox..
Click to expand...
Click to collapse
what do you mean by bad back up ??
http://www.pandawillforum.com/soft/Yeahpad A13 ROM.rar try this one its stock ics 4.0.4 not brilliant but works on mine
Don't forget needs to be installed with livesuit and format first
Sent from my HTC One X
How to fix wifi:
1.Download hotfix to /sdcard/ (link in first post)
2.Type in terminal or adb shell:
Code:
su
cat /sdcard/hotfix2-alpha4.img > /dev/block/nandc;sync;reboot
Fifth alpha should be last alpha release. I will fix hw accelartion, camera, wifi and touchscreen support.
First beta will have new kernel 3.0.39+ and more devices support.
heres my modules pm doesnt seem to be working https://dl.dropbox.com/u/74717476/modules.rar
icoolguy1995 said:
what do you mean by bad back up ??
Click to expand...
Click to collapse
the backup only contain boot and recovery img...i didn't noticed it got some error during backup..
oh..and i'm backup through cwm recovery...
---------- Post added at 10:38 PM ---------- Previous post was at 10:38 PM ----------
steveharris87 said:
http://www.pandawillforum.com/soft/Yeahpad A13 ROM.rar try this one its stock ics 4.0.4 not brilliant but works on mine
Don't forget needs to be installed with livesuit and format first
Sent from my HTC One X
Click to expand...
Click to collapse
i'm gonna try this...thanx dude..hope will fix my problem...
update:
i've tried...seems all working..except for touchscreen...(T~T)
dude u r recovery is not working properly i mean that the back it take is not restoring what to do???
my device is based on cortex a8 and 512 mb ram ics 4.0.4
icoolguy1995 said:
dude u r recovery is not working properly i mean that the back it take is not restoring what to do???
my device is based on cortex a8 and 512 mb ram ics 4.0.4
Click to expand...
Click to collapse
Not quite sure what you mean but i think with that recovery i didnt have a "go back" option (could of been a different one i flashed a few) so i got this one made for my tablet https://dl.dropbox.com/u/74717476/recovery.img see if this works
---------- Post added at 07:30 PM ---------- Previous post was at 07:10 PM ----------
Just re-read what you said if the backup is corrupted or damaged I don't think there is much you can do sorry
Sent from my HTC One X
For recovery I recommend sdcard 4GB(empty) or bigger. If you use smaller sdcard, recovery might not work correctly.
i've tried many firmware that i search through internet..and don't even one compatible for my tablet...
some of them working..but the touchscreen problem..argh..is there any other way??...
how do I check my tablet hardware??...

[Q] rooted tf770, but only worked partially

Followed this thread http://forum.xda-developers.com/showthread.php?t=1929712 (used TWRP) and got a message that the device was rooted.
Installed a terminal emulator and ls -l /system/bin/su shows a file.
When I try an install Titanium backup, it says that my device is not rooted.
Appreciate any help/hints
lister171254 said:
Followed this thread http://forum.xda-developers.com/showthread.php?t=1929712 (used TWRP) and got a message that the device was rooted.
Installed a terminal emulator and ls -l /system/bin/su shows a file.
When I try an install Titanium backup, it says that my device is not rooted.
Appreciate any help/hints
Click to expand...
Click to collapse
Use the Motochopper method instead of flashing a zip. It is can found in the general section. Search it if you must.
Tylor
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
ROM: CROMIX 4.5 DeOdex
Kernel: Hundsbuah's OC Kernel 3.0.5
Theme: Timberwolf's Blues and Jazz Theme

[Q] Problem after pushing the deodexed apps and framework

Hello everybody, I am trying to deodex my stock ICS v28 rom.
I deodexed the app and framework folder successfully with the use of dsixda kitchen, signed all apks and copied it to "/sdcard/_ExternalSD/deodexed" folder.
Note: at the time of deodexing I also selected the api level to 15
Now I am pushing to the device using this code:
Code:
adb shell
su
stop
mount -o remount,rw /dev/block/mmcblk0p7 /system
rm /system/framework/*.odex
rm /system/app/*.odex
busybox cp /sdcard/_ExternalSD/deodexed/app/* /system/app/
busybox cp /sdcard/_ExternalSD/deodexed/framework/* /system/framework/
chmod 644 /system/app/*
chmod 644 /system/framework/*
mount -o remount,ro /dev/block/mmcblk0p7 /system
sync
reboot
after the phone boots I get a security error
Remember, I dont get any error while executing any code in adb and after pushing I checked through adb that those deodexed apps have been pushed successfully to app and framework folder.
Can anybody tell me what I am doing wrong, any help apreciated.
NOTE: The help I need is in deodexing and pushing it to the device, I have already restored my /system partition but I am experimenting with this stuff.
Also, I already have wkpark bootloader 1.25 installed
You need kernel with support for deodexed roms.
Sent from my LG-P920 using xda premium
krija said:
You need kernel with support for deodexed roms.
Sent from my LG-P920 using xda premium
Click to expand...
Click to collapse
Thanks very much, I flashed the kernel of OptimusRS's new rom and it booted (obviously deodexed). I never knew that the stock kernel doesn't support deodexed apps.
Thanks again.
Edit: Can u suggest me any other good kernel that supports deodexed rom? and do u know the method to make the stock kernel support deodexed rom?
You´re welcome
regarding the method, I only know about this:
http://forum.xda-developers.com/showpost.php?p=40595337&postcount=580
I have tried many kernels, but for now I´m on stock kernel from V28 rom with iodak´s OC modules. I think you have nothing to lose if you try them all apart from PH85.

Categories

Resources