- Writers needed:
Los Angeles
Spain
Netherlands
Berlin
Belgium - FRIGHTFEST 2010: Review of MONSTERS
- FRIGHTFEST 2010: Review of THE DEAD
- FRIGHTFEST 2010: Review of THE LOVED ONES
- FRIGHTFEST 2010: Review of THE PACK (LA MEUTE)
- FRIGHTFEST 2010: Review of RED HILL
- FRIGHTFEST 2010: Review of British hallway horror F
- FRIGHTFEST 2010: Review of PRIMAL
- Early review of NBC's upcoming THE EVENT
- More cocks than a hen house! It's our EXPENDABLES review!
- OVERLOOKED AT CANNES 2010: Review of LITTLE BABY JESUS OF FLANDR
- Review of Soderbergh's CONTAGION script
- Re: Genre Film Fest Schedule?
- Seems like an event we all should be interested in.
- Re: Paranormal Activity 2
- Re: Post-Apocalyptic Radio Dramas
- Re: Post-Apocalyptic Radio Dramas
- Re: Post-Apocalyptic Radio Dramas
- Review of Y: The Last Man
- end of the world - pixel style
- Microreview: Dies the Fire
- Re: Hello is anybody there?
- Second trailer for wannabe anaimated zombie apocalypse YEAR ZERO
- Official trailer for AMC's THE WALKING DEAD. Pilot airing October 31st!
- New stills for zombie PA comic adaptation THE WALKING DEAD. Airing October 8th?
- TIFF 2010: Brad Anderson’s VANISHING ON 7TH STREET gets a trailer
- New artwork and status update on TIMELESS!
- Retro Slave: post apocalyptic double header disc a real score for cult junkies
- Review of Soderbergh's CONTAGION script
- Stunning comic art for Joseph Kosinski's PA scifi flick OBLIVION
- First gorgeous still from German PA flick THE END OF NIGHT (DAS ENDE DER NACHT) - Roland Emmerich producing!
- Play the name game, what PA films does THE COLLAPSED sound like?
- Watch Jeunet and Marc Caro's awesome BUNKER OF THE LAST GUNSHOTS
- Family drama & horror meet in Dyer Evans' THE DAMNED
- Noomi Rapace sheds Dragon Tattoo for more family drama in the BEYOND (SVINALÄNGORNA) trailer
- Mexican alien invasion thriller SERES: GENESIS finds North American distro
- Support a PANDORUM trilogy by joining this Facebook page today!
- TIFF 2010: Adam Wingard’s A HORRIBLE WAY TO DIE has a trailer!
- FRIGHTFEST 2010: Trailer for Johannes Roberts school hall horror F
- [REC] GENESIS and APOCALYPSE on the horizon
- TIFF 2010: First clips from Bogdan George Apetri's Romanian drama OUTBOUND (PERIFERIC)
- First look at Bean, Slater, Monaghan and Rhames in SOLDIERS OF FORTUNE
- Teens, peer pressure & the ensuing drama. Trailer for Kaspar Munk’s HOLD ME TIGHT (HOLD OM MIG)
- Heads explode, literally, in PRESENCE
- Dude + fungus = POLYPORE
- SANDRIMA RISING is a fan film set in the Star Wars galaxy
- L'ETRANGE is coming!
- In development: EL BRAZO GRANDE VS. THE LIVING DEAD
- DIRK GENTLY'S HOLISTIC DETECTIVE AGENCY coming to the beeb
- International trailer for EXORCISMUS (The Possession of Emma Evans)
- TIFF 2010: Romance, heartbreak & new media. Trailer for Barbara Wong’s THE BREAK UP CLUB
- The Aussie new wave continues with SAY NOTHING
- TIFF 2010: 104 films added to complete lineup
News
Reviews
Forums
Post apocalyptic list
Misc

Join QE!
Latest Reviews
Latest Forum Posts
PA News
Older News
Pairing with the vx9900 (LG enV)
Pairing with this device is a pain, but here's how you do it:1. Modify hcid.conf and change the "security" to "auto" and restart your bluetooth daemons.
2. On your phone, go to Settings -> Bluetooth Menu and hit "Add new device". This should find your phone and add it to the list. Click on it and add the pin "1234".
3. Once paired, on the phone choose "always pair with this device".
HowardsForum Threads regarding the VX9900
More info on phones with Linux at http://tuxmobil.org/phones_linux.html
Using OBEX for file transfer
I use the obexftp package, with this you can copy sounds, pictures, and videos to the phones flash and to the microsd card. It's pretty easy, once you're paired:
# obexftp -v -b XX:XX:XX:XX:XX:XX -l
Browsing XX:XX:XX:XX:XX:XX ...
Channel: 7
Connecting...done
Receiving "(null)"... <\?xml version="1.0"?>
<!DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd">
<folder-listing version="1.0">
<folder name="MySounds"/>
<folder name="MyPictures"/>
<folder name="MyVideos"/>
<folder name="SdPictures"/>
<folder name="SdSounds"/>
<folder name="SdVideos"/>
</folder-listing>
done
Disconnecting...done
# obexftp -v -b XX:XX:XX:XX:XX:XX -c MyPictures -p file.jpg
Browsing XX:XX:XX:XX:XX:XX ...
Channel: 7
Connecting...done
Sending "MyPictures"... done
Sending "file.jpg"...done
Disconnecting...done
Copying mp3's onto the phone
Using bitpim, you can copy music into the my_music folder. Make sure your id3 tags are proper or it won't be recognized. I don't have a microsd card, but I assume it's the same, just copy them into the my_music folder after it's formatted. Then follow these steps to play:1. Hit the right arrow
2. Hit Music & tones
3. Hit My Music, this should add your songs into the library, and they should now be playable
Converting videos to 3GP in linux
This uses the standard 3GP format with aac audio encoding which most mobile devices use. I found a thread located here:http://www.allaboutsymbian.com/archive/t-22589
which had some information, but I don't want to recompile ffmpeg, so my copy of ffmpeg did not have the AAC audio enabled so I found one which did. From there I ran:
# ffmpeg -i INFILE -acodec aac -vcodec h263 -s qcif -r 15 bla.3gp
HOWTO for the VX9900 [LG enV] Linux and Bitpim
This covers verizon's implementation. You can see the howardsforum link here with lots of info:http://www.howardforums.com/showthread.php?t=806831
If you need instructions on how to install bitpim in ubuntu:
Installing bitpim in Ubuntu
I have only so far verified bitpim works with:
1. Phone book entries
2. Wallpaper
3. Adding videos
4. Adding mp3's
1. You must have the bluetooth services started.
This includes hcid, sdpd, and rfcomm. On say Fedora Core 3, all you would have to do is run:
# /etc/init.d/bluetooth start
2. Pair the phone as described above.
3. Then you will need to find the channel of the "BT DIAG" service. Run:
# sdptool browse XX:XX:XX:XX:XX:XX
Browsing XX:XX:XX:XX:XX:XX ...
Service Name: OBEX Object Push
Service RecHandle: 0x10000
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 6
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100
Service Name: OBEX File Transfer
Service RecHandle: 0x10001
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 7
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100
Service Name: AV Audio Source
Service RecHandle: 0x10002
Service Class ID List:
"Audio Source" (0x110a)
Protocol Descriptor List:
"L2CAP" (0x0100)
PSM: 25
"AVDTP" (0x0019)
uint16: 0x100
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Advanced Audio" (0x110d)
Version: 0x0100
Service Name: AV Remote Control Target
Service RecHandle: 0x10003
Service Class ID List:
"AV Remote Target" (0x110c)
Protocol Descriptor List:
"L2CAP" (0x0100)
PSM: 23
"AVCTP" (0x0017)
uint16: 0x100
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"AV Remote" (0x110e)
Version: 0x0100
Service Name: Voice Gateway
Service RecHandle: 0x10004
Service Class ID List:
"Headset Audio Gateway" (0x1112)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Headset" (0x1108)
Version: 0x0100
Service Name: Voice Gateway
Service RecHandle: 0x10005
Service Class ID List:
"Handfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 4
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Handsfree" (0x111e)
Version: 0x0101
Service Name: BT DIAG
Service RecHandle: 0x10006
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 16
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Serial Port" (0x1101)
Service Name: Bluetooth Modem
Service RecHandle: 0x10007
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 8
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
You can see the BT DIAG is on Channel: 16
4. Now to make a serial device:
# rfcomm connect 0 XX:XX:XX:XX:XX:XX 16
Connected /dev/rfcomm0 to XX:XX:XX:XX:XX:XX on channel 16
Press CTRL-C for hangup
Your done!
From here on, if you have bluetooth turned on and the bluetooth services enabled, just run the rfcomm command and you're good to go.
RSS Feed for commentsComments
Posted by: nathan | March 23, 2008 08:48:34 pm | permalink
Posted by: Yasaf Delabruere | February 15, 2010 09:40:04 am | permalink
Post a comment
rss | subscribe via email | the team | contact us | mobile
© 2006-2009 Don Neumann (except where applicable)
We are looking for free hosting with a cut of sales, you'll get a link right here.
If you want news of your film posted, use our contact page and we'll check it out
Permission is granted to use material from this site if you provide a reference to us via a link and DO NOT HOTLINK.
GenreBanners.com Banner Exchange