Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
TheManii
Old
#1  
Wiki Admin / Recognized Contributor - OP
Thanks Meter 1178
Posts: 2,932
Join Date: Dec 2010

 
DONATE TO ME
Default Pre-Planning: Custom gingerbread rom, looking for name suggestions

I plan on repacking 406 into a custom rom, but I'm looking for suggestions as to what to name it.

Also looking for minor suggestions of what to add to it, as I cant actually compile kernels it will be pretty limited in I'll be able to add.

If I (or someone) were able to backport the Streakdroid 2.4 additions I would release it as VenueDroid, but as I cant that name will be reserved until that time.


As I dont own a venue, I can only guess at how well i can get it working
XDA Wiki Moderator
Nexus 4: Stock JDQ39 (4.2.2) Nexus 7 Sucessor: Waiting for it
iTouch 5G: Stock 10B146 (6.1.2) Venue Pro: Stock 219-33 (7.10.8862.144)
 
rapol.goutham
Old
#2  
Member
Thanks Meter 3
Posts: 79
Join Date: Aug 2011
Location: Hyderabad
ELITE
how was this name.?

Sent from my Dell Venue using XDA App
 
yodafone
Old
#3  
Member
Thanks Meter 5
Posts: 95
Join Date: Dec 2004
At last! Thank you for this, sir!

My friend owns a Venue which he is almost bent on dumping though it has a lot of life left in it.

The phone has a handful of users here, but I bet they hate Android a lot by now just like he does, thanks to Dell's COMPLETE lack of support and inflicting of the laggy Stage UI on them.

So I'll pitch in with a couple:

-VeNEW (like Renew + Venue)
-Vertue (Venue with new virtue)
-VenGeance (against Dell? G for Gingerbread?)
-ReVue
 
marvin02
Old
#4  
marvin02's Avatar
Senior Member
Thanks Meter 391
Posts: 1,537
Join Date: Mar 2010
Location: Indiana
If you want aggressive names:

+1 for Vengeance
Vendetta
Never ask before searching!
Current Device: AT&T LG Optimus G, stock, rooted JB
Retired Devices:
At&T Galaxy Skyrocket, Dell Venue, Dell Streak, Moto Flipside, Moto Backflip
, Samsung Eternity
 
Azamatka
Old
#5  
Member
Thanks Meter 7
Posts: 81
Join Date: Aug 2010
Dell Thunder was the initial name. Let it be the rom name.

Sent from my Dell Streak using XDA App
 
TheManii
Old
#6  
Wiki Admin / Recognized Contributor - OP
Thanks Meter 1178
Posts: 2,932
Join Date: Dec 2010

 
DONATE TO ME
Unfortunately until a stable stock rom is released I wont be able to base any work off it, but once one is available I should be able to get a semi-custom rom out almost immediately
XDA Wiki Moderator
Nexus 4: Stock JDQ39 (4.2.2) Nexus 7 Sucessor: Waiting for it
iTouch 5G: Stock 10B146 (6.1.2) Venue Pro: Stock 219-33 (7.10.8862.144)
 
marvin02
Old
#7  
marvin02's Avatar
Senior Member
Thanks Meter 391
Posts: 1,537
Join Date: Mar 2010
Location: Indiana
If you look at TheManni's signature you will see that he has $80 towards acquiring a venue to develop on. I will match the next $50 in confirmed donations to him dollar for dollar. Refurbished Venues are $179 direct from Dell.
Never ask before searching!
Current Device: AT&T LG Optimus G, stock, rooted JB
Retired Devices:
At&T Galaxy Skyrocket, Dell Venue, Dell Streak, Moto Flipside, Moto Backflip
, Samsung Eternity
 
x1123
Old
#8  
x1123's Avatar
Senior Member
Thanks Meter 431
Posts: 525
Join Date: Mar 2011
Location: Banda Aceh
Default Venue Kernel Building

Quote:
Originally Posted by TheManii View Post
I plan on repacking 406 into a custom rom, but I'm looking for suggestions as to what to name it.

Also looking for minor suggestions of what to add to it, as I cant actually compile kernels it will be pretty limited in I'll be able to add.

If I (or someone) were able to backport the Streakdroid 2.4 additions I would release it as VenueDroid, but as I cant that name will be reserved until that time.


As I dont own a venue, I can only guess at how well i can get it working
Dear TheManii,
I spent this week end to set-up kernel build environment on my old desktop PC AMD AthlonX2, 4 GB RAM, 250 GB HDD Dedicated for all android source > I used Cynogen repo to have toolchain. I'm new on android kernel compile matters, but Im familiar on ompiling linux kernel.

I follow THIS GUIDE in set-up everything.

downloaded venue-kernel source from link you gave me couple days ago on different thread.

This is clue what I did
Connect dell-venue device with adb live in my pc
[I'm in venue-kernel folder] adb pull /proc/config.gz to have .config file from live device [flashed 408 rom and rooted]
cat config.gz | gunzip > .config
Now I have .config file from live device
since I need to test first, I do not make any change from the .config
make ARCH=arm CROSS_COMPILE=$CCOMPILER oldconfig
excute
make ARCH=arm CROSS_COMPILE=$CCOMPILER -j3
Note : I used -j3 since I have dual core processor, my old knowledge told me -j[processor]+1 as very modest build.
complie look went well .. mean I got the following error message
Code:
make[3]: *** [drivers/misc/reset/reset.o] Error 1
make[2]: *** [drivers/misc/reset] Error 2
make[1]: *** [drivers/misc] Error 2
make: *** [drivers] Error 2
make: *** Waiting for unfinished jobs....
 CC      net/core/rtnetlink.o
 CC      net/ethernet/eth.o
 LD      net/ethernet/built-in.o
 LD      net/ieee802154/built-in.o
 CC      net/ipv4/route.o
... and so on
 LD      net/sunrpc/sunrpc.o
  LD      net/sunrpc/built-in.o
  LD      net/built-in.o
within linux kernerl build, success build will be informed by ... your zImage is ready ... bla bla bla.

I checked at arch/arm/boot/
Code:
x@AthlonX2:~/cm/kernel/venue-kernel/arch/arm/boot$ ls -a
.  ..  bootp  compressed  install.sh  Makefile
Nothing zImage file .....

someone tell me what is the proper way to build android kernel.
should someone asking permit to moderator to open special thread for venue kernel and investigate opportunity to port ICS on the next, due to dell-venue having 1GB ROM and 512 MB Ram, this device is at level of HTC HD2 TMOUS ... even better due to venue is native android device.
filesystem structure asf
Code:
# cat proc/mtd
dev:    size   erasesize  name
mtd0: 00500000 00020000 "boot"
mtd1: 00600000 00020000 "recovery"
mtd2: 00600000 00020000 "recovery_bak"
mtd3: 00040000 00020000 "LogFilter"
mtd4: 00300000 00020000 "oem_log"
mtd5: 10400000 00020000 "system"
mtd6: 22600000 00020000 "userdata"
mtd7: 06600000 00020000 "cache"
common htc device filesystem
Code:
dev:    size   erasesize  name
mtd0: 00040000 00020000 "misc"
mtd1: 00500000 00020000 "recovery"
mtd2: 00280000 00020000 "boot"
mtd3: 04380000 00020000 "system"
mtd4: 04380000 00020000 "cache"
mtd5: 04ac0000 00020000 "userdata"
I have no knowledge will boot on mtd0 faster then on mtd2
dell-venue has very nice design, simple and slick, gorilla glass is (AFAIK) best

Simplicity is Ultimate Sophistication : L Da Vinci
 
TheManii
Old
#9  
Wiki Admin / Recognized Contributor - OP
Thanks Meter 1178
Posts: 2,932
Join Date: Dec 2010

 
DONATE TO ME
I cant help with kernel issues as I dont build them myself.

Dell Venue Partition Layout - XDA wiki is all I can offer.
XDA Wiki Moderator
Nexus 4: Stock JDQ39 (4.2.2) Nexus 7 Sucessor: Waiting for it
iTouch 5G: Stock 10B146 (6.1.2) Venue Pro: Stock 219-33 (7.10.8862.144)

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Go to top of page...

XDA PORTAL POSTS

Nandroid Manager Receives Major Update

Do you find yourself obsessively jumping from ROM to ROM? And do you hate having to restore a full … more

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more