[DEV] [GSM] {Beta} Better Than Life HoneyComb for GSM

Status
Not open for further replies.
Search This thread

arikyeo

Senior Member
Jul 31, 2010
187
53
Singapore
Will be more than eager to try it out.. Been waiting for hneycomb for GT.
Btw is it really that difficult to build the kernel from CM? I mean, by logic, AOSP and AOSP should be the same.. whether its 2.3 or 3.0.. And CM7 is 2.3.. Correct me if I'm wrong pls.
 

robkoehler

Senior Member
Jul 7, 2009
568
42
Seattle
Will be more than eager to try it out.. Been waiting for hneycomb for GT.
Btw is it really that difficult to build the kernel from CM? I mean, by logic, AOSP and AOSP should be the same.. whether its 2.3 or 3.0.. And CM7 is 2.3.. Correct me if I'm wrong pls.

Wrong. Honeycomb was (and never will be) released to AOSP. Even if it were, there would still be things missing just like there are in the CM7 builds (video recording for example) until someone reverse engineers it.
 

dariolob

Senior Member
Jul 13, 2009
785
1,758
30
Yeah froyo base it's recommended! Tale a look at the thread I opened few days ago :)
 

dariolob

Senior Member
Jul 13, 2009
785
1,758
30
Of course! Now that we set up a team and something is moving in the thread,we'd like to help,to keep the HC team alive :)
 

Androw

Member
Apr 8, 2007
23
3
www.androw.eu
So, I will test with a European (France) GT-P1000 currently running 2.3.3 (JQ1) from Samfirmware. I'm currently RFS.
The kernel is 2.6.35.7 (CF-Root) and baseband version is P1000XXJPZ.

I will write down every actions I will make.

Edit : I will flash in a Gentoo Linux envir, with Heimdall
 
Last edited:

Androw

Member
Apr 8, 2007
23
3
www.androw.eu
So you recommend me to first flash the rfs2ext4.zip with CWM as a kernel ?

EDIT: So after flashing as update.zip, my tab is stuck on the "Galaxy Tab" screen
CWM not working cause it's a RFS one.

EDIT 2: So I flash the zImage in your zip as a kernel with Heimdall.
Then the phone reboot in a working CWM ext4.
I then install the whole zip package.

The phone now boot, but I'm stuck on the Welcome Screen "Start" buttons reacts but doesn't do anything
 
Last edited:

Tadly

Member
Apr 7, 2010
45
1
tadly.de
Tester

Hi,
I also can do tester for this rom... The last 4 - 6 month I don't use
my galaxy tab so it doesn't worry if there are a lot of features the won't work ;)
 

Androw

Member
Apr 8, 2007
23
3
www.androw.eu
Logcat is giving the following error when pushing "Demarrer" (Start) button:
W/SetupWizard( 2740): Ignoring touch event because phone interface was null
 

Androw

Member
Apr 8, 2007
23
3
www.androw.eu
I changed this in /system/build.prop
And reboot, it works
Will try some features

EDIT :
What is working:
Calendar
Places
Calc
Contacts
Adfree
Sound
Keyboard (got it to work, should disable physic keyboard)
Wifi
Vibrate
WebBrowser
Markets
root+superuser+update
Gtalk
Spareparts
Search
Gmaps + Latitude


Not working:
STORAGE (do not detect any of the internal and additional SD card)
Bluetooth
Code:
D/BluetoothService( 2526): Bluetooth state 10 -> 11
D/BluetoothService( 2526): Bluetooth state 11 -> 10
V/BluetoothEventRedirector( 3023): Received android.bluetooth.adapter.action.STATE_CHANGED
V/BluetoothEventRedirector( 3023): Received android.bluetooth.adapter.action.STATE_CHANGED
Camera
GSM (reporting Unknow baseband)
Code:
E/AndroidRuntime( 3023): FATAL EXCEPTION: main
E/AndroidRuntime( 3023): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.phone/com.android.phone.Settings}; have you declared this activity in your AndroidManifest.xml?
E/AndroidRuntime( 3023): 	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1504)
E/AndroidRuntime( 3023): 	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1382)
E/AndroidRuntime( 3023): 	at android.app.Activity.startActivityForResult(Activity.java:3044)
E/AndroidRuntime( 3023): 	at android.app.Activity.startActivity(Activity.java:3150)
E/AndroidRuntime( 3023): 	at android.preference.Preference.performClick(Preference.java:932)
E/AndroidRuntime( 3023): 	at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:196)
E/AndroidRuntime( 3023): 	at android.widget.AdapterView.performItemClick(AdapterView.java:282)
E/AndroidRuntime( 3023): 	at android.widget.AbsListView.performItemClick(AbsListView.java:1032)
E/AndroidRuntime( 3023): 	at android.widget.AbsListView$PerformClick.run(AbsListView.java:2447)
E/AndroidRuntime( 3023): 	at android.widget.AbsListView$1.run(AbsListView.java:3065)
E/AndroidRuntime( 3023): 	at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 3023): 	at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3023): 	at android.os.Looper.loop(Looper.java:126)
E/AndroidRuntime( 3023): 	at android.app.ActivityThread.main(ActivityThread.java:3997)
E/AndroidRuntime( 3023): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3023): 	at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime( 3023): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 3023): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 3023): 	at dalvik.system.NativeStart.main(Native Method)
GPS
Gallery
Code:
E/AndroidRuntime( 4725): FATAL EXCEPTION: main
E/AndroidRuntime( 4725): java.lang.RuntimeException: Unable to get provider com.android.gallery3d.picasa.PicasaContentProvider: java.lang.NullPointerException
E/AndroidRuntime( 4725): 	at android.app.ActivityThread.installProvider(ActivityThread.java:3865)
E/AndroidRuntime( 4725): 	at android.app.ActivityThread.installContentProviders(ActivityThread.java:3617)
E/AndroidRuntime( 4725): 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3573)
E/AndroidRuntime( 4725): 	at android.app.ActivityThread.access$2200(ActivityThread.java:123)
E/AndroidRuntime( 4725): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1031)
E/AndroidRuntime( 4725): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4725): 	at android.os.Looper.loop(Looper.java:126)
E/AndroidRuntime( 4725): 	at android.app.ActivityThread.main(ActivityThread.java:3997)
E/AndroidRuntime( 4725): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4725): 	at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime( 4725): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 4725): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 4725): 	at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4725): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4725): 	at com.android.gallery3d.picasa.PicasaContentProvider.attachInfo(PicasaContentProvider.java:91)
E/AndroidRuntime( 4725): 	at android.app.ActivityThread.installProvider(ActivityThread.java:3862)
E/AndroidRuntime( 4725): 	... 12 more
Voodoo Control (reporting unsuported kernel)
Youtube
OI File Manager

Will edit when I have news


I'm often getting the following error
Code:
E/SurfaceFlinger( 2537): Layer::requestBuffer(this=0x40d390), index=1, w=1024, h=564 failed (Out of memory)
E/Surface ( 4902): Surface (identity=247) requestBuffer(1, 0, 0, 0, 00000033) returned a buffer with a null handle
E/Surface ( 4902): getBufferLocked(1, 0, 0, 0, 00000033) failed (Out of memory)
E/Surface ( 4902): dequeueBuffer failed (Out of memory)
E/ViewRoot( 4902): OutOfResourcesException locking surface
E/ViewRoot( 4902): android.view.Surface$OutOfResourcesException
E/ViewRoot( 4902): 	at android.view.Surface.lockCanvasNative(Native Method)
E/ViewRoot( 4902): 	at android.view.Surface.lockCanvas(Surface.java:335)
E/ViewRoot( 4902): 	at android.view.ViewRoot.draw(ViewRoot.java:1541)
E/ViewRoot( 4902): 	at android.view.ViewRoot.performTraversals(ViewRoot.java:1329)
E/ViewRoot( 4902): 	at android.view.ViewRoot.handleMessage(ViewRoot.java:1944)
E/ViewRoot( 4902): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/ViewRoot( 4902): 	at android.os.Looper.loop(Looper.java:126)
E/ViewRoot( 4902): 	at android.app.ActivityThread.main(ActivityThread.java:3997)
E/ViewRoot( 4902): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/ViewRoot( 4902): 	at java.lang.reflect.Method.invoke(Method.java:491)
E/ViewRoot( 4902): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/ViewRoot( 4902): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/ViewRoot( 4902): 	at dalvik.system.NativeStart.main(Native Method)
 
Last edited:

biffroy

Senior Member
Sep 23, 2010
187
51
Southend
So i take it we're following the old spacemoose/sserpintine installation for the alpha 2.5, coming from stock froyo? I still have all the files at home, so will have a go later :)

Sent from my GT-P1000 using Tapatalk
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    Tired of the drama

    I am not coming back.

    You want future releases? catch me on TAD
    3
    This matter does not need to be aired in public and ends now.
    Anymore trolling and your gone.. understood?
    1
    If I remember correctly, you need to flash this from froyo.......*starts scrolling to find old thread

    ---------- Post added at 06:17 AM ---------- Previous post was at 06:16 AM ----------

    Are you referring to me?

    Read the entire OP
    1
    Logcat is giving the following error when pushing "Demarrer" (Start) button:
    W/SetupWizard( 2740): Ignoring touch event because phone interface was null

    Bypass setup wizard by this method
    Open build.prop
    Change
    ro.setupwizard.mode to DISABLED
    1
    bugs:
    wifi settings lost on reboot, think this is fixed by
    rm /system/etc/wifi/wpa_supplicant.conf then
    touch /system/etc/wifi/wpa_supplicant.conf

    No internal/sdcard mounts. FIX:
    mount /dev/block/mmcblk0p3 /mnt/sdcard
    mkdir /mnt/sdcard/external_sd
    mount /dev/block/mmcblk1p1 /mnt/sdcard/external_sd

    (Add to /etc/init.d/10mounts):
    busybox mount /dev/block/mmcblk0p3 /mnt/sdcard
    busybox mkdir /mnt/sdcard/external_sd
    busybox mount /dev/block/mmcblk1p1 /mnt/sdcard/external_sd
    busybox echo /dev/block/mmcblk1p1 > /sys/devices/platform/s3c-usbgadget/gadget/lun1/file

    Adding mounts also fixes gallery