haykuro H build VK on G build? - G1 Android Development

Haykuro said he posted in these forums how it can be done, but i've searched all over and can't find it. Does anyone know how to put the H build VK on a G build? He said he was working on a release, but he signed off google talk haha.... um... so yeah, how can i do this using ADB? its like adb push clicker.apk /(somethimg)/app
HELP!

i'm testing doing this with the dialer and the camera too.

I also got the H build music widget by deleting the G music.apk and pushign the h build music.apk

i'm testing doing this with the dialer and the camera too.
EDIT: dialer cannot be changed...

joeydsmith said:
i'm testing doing this with the dialer and the camera too.
EDIT: dialer cannot be changed...
Click to expand...
Click to collapse
That's a bummer. Well, if we can still get the Music widget, VK, and Camera. We'd be all set.
Anyone else give it a whirl?
adb push clicker.apk /(somethimg)/app
Click to expand...
Click to collapse
The stock apps are in /system/app . That one is there as "Clicker.apk".
Anyone wanna try the Tweeter game as well? I exported that on mine. Could always upload it.

I also want to try to get the app drawer background lol. But the VK for sure works as does the music, im using both right now. im goign to try to replace the launcher.apk now to see what happens but i like g build icons better...

switching the Launcher.apk doesn't work either.

joeydsmith said:
switching the Launcher.apk doesn't work either.
Click to expand...
Click to collapse
Out of curiousity, on the dialer, did you try doing the contacts as well? I think those are tied in (judging by how the Contacts.apk is what needs to be edited on the H to get rid of the Chinese).

Thats the only file that i tried was Contacts.apk
I might just install the H build sinc eit has everything as G build now... haha. But i don't want to havw to reinstall 100 apps...

joeydsmith said:
Thats the only file that i tried was Contacts.apk
I might just install the H build sinc eit has everything as G build now... haha. But i don't want to havw to reinstall 100 apps...
Click to expand...
Click to collapse
Well, what about Phone.apk?
As for reinstalling apps. There's a script that someone posted to do that automatically.
http://forum.xda-developers.com/showpost.php?p=3560220&postcount=1307
The only thing missing on the H build is the transition bounce (for when rotating) and I have no clue what file that would be in. I rather liked that
For the music gadget, did you copy the Music.apk? I wanna try and pull the Calendar one from the Google build.

KyleK29 said:
Well, what about Phone.apk?
As for reinstalling apps. There's a script that someone posted to do that automatically.
http://forum.xda-developers.com/showpost.php?p=3560220&postcount=1307
The only thing missing on the H build is the transition bounce (for when rotating) and I have no clue what file that would be in. I rather liked that
For the music gadget, did you copy the Music.apk? I wanna try and pull the Calendar one from the Google build.
Click to expand...
Click to collapse
yeah u might be able to pull the calender, all i did was move musick.apk. but haykuro told me the h and g use diffrent databases so calender may not work, thats why phone.apk and contacts.apk cause a crash. the info is stored ina diffrent format or sumthing.

Can someone please explain to me how to use the h vk? I pushed it to /system/app but its still loading the g VK

circa85 said:
Can someone please explain to me how to use the h vk? I pushed it to /system/app but its still loading the g VK
Click to expand...
Click to collapse
did u push HTC_CIME.apk and Clicker.apk? if so go into settings and check chinese touch input and uncheck android keyboard.

joeydsmith said:
did u push HTC_CIME.apk and Clicker.apk? if so go into settings and check chinese touch input and uncheck android keyboard.
Click to expand...
Click to collapse
Nope, didn't see that one posted anywhere, I'll go try it now
EDIT: ok I just did what you said and now Touchinput chinese keeps force closing every couple seconds

did u put Clicker.apk too? oh yeah and i forgot the Mail.apk also. make shrue u remove all three original files BEFORE you push the 3 new ones.

joeydsmith said:
did u put Clicker.apk too? oh yeah and i forgot the Mail.apk also. make shrue u remove all three original files BEFORE you push the 3 new ones.
Click to expand...
Click to collapse
nope, no dice. oh well I like the google VK just fine

Can I please be provided with some detailed instructions on how to do this? I'm using Mac OS X... ThanX

I actually would like G VK in my H build (don't ask....), would love google's dialer as well. Can anyone post steps to accomplish G VK on H build (and may be files needed if you're nice enough). I'll pull it out myself in few days, just don't have time right now but I'm dying to have that VK

I'm not responsible if you screw it up. If you are scared and don't know much, search some threads or even google, before you try below method. * Always have your backup (nandroid).
To use H/G apk in G/H build
you can copy the apk file in the tools folder inside the android dev folder. You should be able to download it from google site.
Once you have in the tools folder, this is the command that you would use in your terminal program.
you need to delete the original browser.apk from /system/app
adb remount
adb push browser.apk /system/app
I personally like the mms.apk from the H build, due to the black background and white fonts, but unfortunately, it cannot be used within G build. It force closes.
H build mail.apk force closes as well on G build.
H build camera.apk doesn't show at all on G build.
H build Teeter game works in G build.
H build Music.apk works, however when you try to scroll by showing the alphabet, it's messed up. The music widget is changed to the H build.
PDFViewer.apk, it does not work from the H to G build. If someone has it working from previous G build, please upload it?
I have not tried other apps.

hate the google VK, love the H vk....
if someone posts a G build with H vk..that'd be awesome... and easy on us noobs

Related

[How To] Haykuro H build virtual keyboard on G build

Hey guys, for anyone that is using Haykuro's G build but likes the virtual keyboard from the H build better, it is a simple matter to install it.
1. Grab the file HTC_CIME.apk from the /system/app folder of the H build
2. I installed it using adb by placing the HTC_CIME.apk in the folder I always use for adb stuff (in my case c:\\android) and then using the commands:
Code:
adb remount
adb install HTC_CIME.apk
Then wait until it says "success"
(I think you could probably install it by copying it to your sd card and then using a file manager like Linda or Astro to browse to it and install that way, but I haven't actually tried that...anyone want to try it and let me know if it works?)
3. Go to "settings", then "locale & text", deselect the box next to "Android keyboard" and select the box next to "TouchInput Chinese"
Once installed, it seems to be a fairly large program (application manager lists it at just over 6 mb), but if you have apps to sdcard like I do, that is not a problem!
Let me know if anything here is unclear or if anyone experiences anything different!
Installed using AppsInstaller. Works perfectly! Now how about that Video Recorder on the H build?
Can anyone confirm the G VK works on the H build?
The H VK is way too bulky and takes up too much of the screen for my liking.
makethetick said:
Can anyone confirm the G VK works on the H build?
The H VK is way too bulky and takes up too much of the screen for my liking.
Click to expand...
Click to collapse
I've installed a google VK on H build, I havn't use G build ever, so I don't know if it is the VK in G. It's black, and then H build VK is white.
The black VK works with no problem on H build.
how to get G VK to H build?
wdicc said:
I've installed a google VK on H build, I havn't use G build ever, so I don't know if it is the VK in G. It's black, and then H build VK is white.
The black VK works with no problem on H build.
Click to expand...
Click to collapse
Mine to elaborate on how to get it done? ^^
grazy said:
Mine to elaborate on how to get it done? ^^
Click to expand...
Click to collapse
Same way you get the H keyboard onto a G setup.
KEWL and u can choose which to use too
shoulda used ADB...cause now its on an infinite loop.
how do I ADB uninstall?
inportb said:
Same way you get the H keyboard onto a G setup.
Click to expand...
Click to collapse
I tried to push Latin_IME.apk to /system/app but it didn't work. Got error "The application Android keyboard (process com.android.inputmethod.latin) has stopped unexpectedly." I tried adb install Latin_IME.apk and got the same error. Any help?
wdicc said:
I've installed a google VK on H build, I havn't use G build ever, so I don't know if it is the VK in G. It's black, and then H build VK is white.
The black VK works with no problem on H build.
Click to expand...
Click to collapse
Is it Latin_IME.apk? I keep getting an error
nm, i did something wrong on my own end...I believe at least...or you should just really ADB install it and not install the apk like usual.
i9zero said:
Is it Latin_IME.apk? I keep getting an error
Click to expand...
Click to collapse
I've tried G build yestoday, I found which I installed on H is not the VK in G build.It's name is PinyinIME.apk, not LatinIME.apk.
You can use adb to install Latinime.apk, and you may also need push /system/libjni_latinime.so into the H build.
Can we confirm the G build VK was successfully pushed to H build? If so, what version of each. This has been asked in other threads and everyone seems unsuccessful. I'm surprised to find someone pulled it off in here. Please confirm.
Thanks
I see it says Chinese input, but is it in english or really in Chinese
Wow! works beautifully! I used ApkInstaller and it works great! Now, I have the best of both worlds... The G build with the H VK!
I just wish I could get rid of that Chinese character key at the bottom. No offense to the Chinese... But, I don't speak/read Chinese and it causes a force close if I hit it by accident.
So HAPPY!... LOL
@kylebrodeur - it says Chinese b/c it has some options for the Chinese language. Just don't press the button I spoke of in this post and everything works like a charm... in English. The belief is that the HTC build was made for release in China. That would explain it being designated as a ChineseInput.
shaneaus said:
Wow! works beautifully! I used ApkInstaller and it works great! Now, I have the best of both worlds... The G build with the H VK!
I just wish I could get rid of that Chinese character key at the bottom. No offense to the Chinese... But, I don't speak/read Chinese and it causes a force close if I hit it by accident.
So HAPPY!... LOL
@kylebrodeur - it says Chinese b/c it has some options for the Chinese language. Just don't press the button I spoke of in this post and everything works like a charm... in English. The belief is that the HTC build was made for release in China. That would explain it being designated as a ChineseInput.
Click to expand...
Click to collapse
Awesome...I'll give it a try and report back after I've tested.
Is there a way to move the H build black text message app to G, is it a .apk file or something as easy as the H build VK was to move ?
i moved both of those .so files into system/lib and have tried to load the G build vk and still force closes on me
wdicc said:
I've tried G build yestoday, I found which I installed on H is not the VK in G build.It's name is PinyinIME.apk, not LatinIME.apk.
You can use adb to install Latinime.apk, and you may also need push /system/libjni_latinime.so into the H build.
Click to expand...
Click to collapse
what is PinyinIME.apk and where can i ge tit?
Christopher3712 said:
Can we confirm the G build VK was successfully pushed to H build? If so, what version of each. This has been asked in other threads and everyone seems unsuccessful. I'm surprised to find someone pulled it off in here. Please confirm.
Thanks
Click to expand...
Click to collapse
Yes, the G build VK can be successfully pushed to H build. It's explained in funbacon's thread http://forum.xda-developers.com/showthread.php?t=507244&page=30.

Porting H dialer to 1.5 is it possible?

i've tried to search for it but can't find anything if anyone has been able to port over the dialer from H over to 1.5, or if its even possible to do it.
Jrbourque said:
i've tried to search for it but can't find anything if anyone has been able to port over the dialer from H over to 1.5, or if its even possible to do it.
Click to expand...
Click to collapse
God i hope so. The google dialer doesn't recognized my contacts that have pauses inserted, and the htc is way easier to navigate to a contact.
has anyone tried pushing:
TelephonyProvider.apk
Contacts.apk
Phone.apk
to the G build from H?
I have tried pushing TelephonyProvider.apk, Contacts.apk and Phone.apk to the official 1.5 build and that did not work. I got stuck in a loop of "Contacts" force closing all the time, regardless of me trying to use the app.
did u remove the stock contacts and contacts data storage before u pushed?
(just a thought)
AbsoluteDesignz said:
did u remove the stock contacts and contacts data storage before u pushed?
(just a thought)
Click to expand...
Click to collapse
whats the folder path to get to contacts data?
AbsoluteDesignz said:
did u remove the stock contacts and contacts data storage before u pushed?
(just a thought)
Click to expand...
Click to collapse
you could do it from the recovery terminal fresh after a wipe....
could someone explain a little more where the contacts data is stored? and how to clear it out, like the commands for it
Jrbourque said:
whats the folder path to get to contacts data?
Click to expand...
Click to collapse
Honestly...no clue. lol. I just know that in the HTC build it was different than the Google build of Haykuro 5.0 so I assumed you had to swap them out or something.
moosefist said:
you could do it from the recovery terminal fresh after a wipe....
Click to expand...
Click to collapse
Well if anyone has directions spill em.
i shoulda been more clear. I haven't done this but if your phone was just wiped the stock contacts and contacts data storage should be absent. It was just a suggestion since we don't know where they are stored. alt-w, alt-x then cp the original files to your sd for backup and replace them with the ones for the H build. there won't be any contact data and you could reverse it easy enough if something goes wrong.
if you've already pushed the files to system, then there's no need to copy them again. wipe only formats the data (and cache) partition, it doesn't touch system.
also, all java-based android program store their data in /data/data/<app class name>.
twistedumbrella has a build of 1.5 with the dialer off the H build here
Buster3616 said:
twistedumbrella has a build of 1.5 with the dialer off the H build here
Click to expand...
Click to collapse
no he has h build with some 1.5 stuff in there
Has anyone figured this out yet?
superGOAT said:
Has anyone figured this out yet?
Click to expand...
Click to collapse
Nope...I think it's going to need attention from a true dev like JF, Haykuro, or Dude...none of them have seemed too interested in addressing these needs. (not that they are expected to!!!)
Would just be nice to know if its doable or not.
What we are trying is copying the 3 apps contacts, phone, & telephony provider but what i think is there is 1 difference in G & H builds,
H builds contains some additional framework stuffs & G builds dont,
& Also There are some extra or different number of libraries which are there in G & Not in H (Vice versa)
Has anyone tried to backup the dex & the classes file while on H build , Then flash G build & replace the Gbuild Files With the Backuped H build Files...
If anyone tries would be a good shot for it Please try doing so... & Post ur results...
I dont wana wipe my phone currently so I am Not trying It as it contains some IMPORTANT SMS
Please try N post ur results....
Thanks In Advance
I'll maybe give it a shot later. Don't have anything useful yet, and the Smart Dialer from the H-build is so handy!
so why dont people just stick with the HTC build?
wwwhershcom said:
so why dont people just stick with the HTC build?
Click to expand...
Click to collapse
adp 1.5 runs a little smoother.

[ROM] SuperHero v1 Beta 2 Full & Lite Edition is out! [Updated 6/10 Beta 2]

SuperHero v1 Beta is out!!!
You must have new spl
Beta 2 Full:
New kernel using noatime, and unionfs
Supports ext2 and ext3 partitions.
Dalvik Vm from Ion build
Clocks and weather working now.
Apps2sd included
terminal,superuser,busybox,setcpu
all widgets were included
all stock fonts, boot screens, and rosie.apk
Beta 2 Lite:
New kernel using noatime, and unionfs
Supports ext2 and ext3 partitions.
Dalvik Vm from Ion build
Clock works now.
(We are working on the weather app We should have a fix soon)
Apps2sd included
terminal,superuser,busybox,setcpu
No widgets were included
all stock fonts, boot screens, and rosie.apk
Instuctions:
Rename to update.zip
put on root of sd
ALT-W to wipe
Then ALT-S to flash
After it boots use the apps to sd app as this is a must for this build!!!!
then move dalvik cache...reboot
If anyone has problems with market do this in terminal..
su
chown system.system /data/app
More Information at http://herog3.wicholandia.com/news.php
Restore Original Boot Screen:
I didnt like the new boot screen, so I changed it back to the cute little bots peeking behind the HTC logo, this is how you do it:
Download: http://drop.io/HeroPorts/asset/cutebot-zip
Extract that to anywhere
adb remount
adb push boot.gif /system/media
adb push boot.mp3 /system/media
enjoy those little guys
Restore Original Fonts: Credit: BigBalla
I also didnt care for the fonts much, here is how I reverted back:
Download http://drop.io/HeroPorts/asset/origherofonts-zip and then extract zip
adb remount
adb push fonts /system/fonts/
adb reboot
Credits go to: Diaztradeinc & Jrbourque & l3wish
http://herog3.wicholandia.com/news.php
Download Full Edition: http://herog3.wicholandia.com/request.php?16
Download Lite Edition: http://herog3.wicholandia.com/request.php?17
Can anyone report on the speed/stability of this one?
im flashing it now, will report back soon with screenshots and info
so am i just got the tweet from the maker
Seems nice...everything on sd. great! I'm gonna try it soon and then will report back...
Does this use ext2 or ext3? I've used Cyanogen's rom so I have an ext3 partition, and don't feel like redoing it cause I'm lazy
dose not have the htc boot up with that lil htc guy
one booted up gota about 3 f close but front is diff lol by alot gota get used to it seems to work a faster no paid apps gota put the code in to make it work
whats with the font?
tato22 said:
dose not have the htc boot up with that lil htc guy
Click to expand...
Click to collapse
you can always push the other one over to your phone.
Can anyone confirm
Speed?
Force Closes?
Speed..
Lag..?
Basically people is this stable?
I seen this on twitter...is it much faster the hero rom released by haykuro? You also mentioned it doesnt need app_s on the ext2. How is that possible?
N3xt2N0N3 said:
I seen this on twitter...is it much faster the hero rom released by haykuro? You also mentioned it doesnt need app_s on the ext2. How is that possible?
Click to expand...
Click to collapse
not using the same thing as haykuro did and removed all of the widgets and added some back into it, basically you have to add them in if you want them
it has all the wigets in it i cant seem to make paid apps work
Jrbourque said:
not using the same thing as haykuro did and removed all of the widgets and added some back into it, basically you have to add them in if you want them
Click to expand...
Click to collapse
ok cool the widgets were hogging memory anyway
N3xt2N0N3 said:
ok cool the widgets were hogging memory anyway
Click to expand...
Click to collapse
the thing that really sucks is some apps need other apps to run as you know so when people are moving over stuff might not move over everything they need only ran into that so far with a couple of things and those are the things that were added anyways lol
Link broken..
Pls send me the update via email (if too great for your email, split with winrar or something else)
I then will host it for you, for really DIRECT downloading!
[email protected]
Waiting for the file...
Jrbourque said:
the thing that really sucks is some apps need other apps to run as you know so when people are moving over stuff might not move over everything they need only ran into that so far with a couple of things and those are the things that were added anyways lol
Click to expand...
Click to collapse
So it works out anyways...this rom seems pretty good to be in beta stages...i didnt flash it yet but i am looking forward to it.
More info
Jrbourque said:
the thing that really sucks is some apps need other apps to run as you know so when people are moving over stuff might not move over everything they need only ran into that so far with a couple of things and those are the things that were added anyways lol
Click to expand...
Click to collapse
For troubleshooting purposes, can everyone provide examples?
App name: xyz.apk
Issue: Force close
Fix: copied lib from /dir/... to /needed/dir
I think this would help others.
the front gota go cant even read most things braking my head trying to make paid apps work
Links Broken So I Used This One: http://www.mediafire.com/download.php?m4omzwojmyz
It Was On The Website. I'm Downloading It Right Now And I'll Post The Results.

Porting Hero HTC Flash player app to Magic

Is this possible?
I mean... we have the apk file, is it hard to convert it to Magic?
Try it pull and install id pull the HTC browser too tho as I believe it was made to work with that . I would try but I'm running hero so no need
Im getting "Browser could not be installed on this phone" when i try and execute the apk install.
but it seems to getting the correct data for "Allow this application to: network communication bla bla bla"
I am doing these attempts with the Rogers HERO ROM.
are you using the htc rogers magic? or the voda google magic because these have different boards so i would pinch the flash and browser from which ever build ya need, all this is only guess work btw but i have installed apks from other builds and work fine.
it should as its a system apk ask you if you want to go ahead with this and then restart the phone. do you have root with su on your phone?
I am using the voda google magic, and yes i have a rooted phone.
Can i have ur gtalk id so we can talk at it there realtime?
kewl you should have the same board as me then. ive uploaded the flash player and browser from the fatality hero rom , ive re-installed these to my own phone and still work as wanted so hopefully should be sweet for you
http://www.megaupload.com/?d=M0Q3YZUB
i have gtalk but never used it lol you can attempt if you like on [email protected]
Is this for the Vodafone magic (32b) ?
yea sorry its for the voda google magic 32b
Great thanks. Assume just need to adb push these files to the app_s directory?
Anyone can share on another mirror please ?
Thx
JeremaX said:
Anyone can share on another mirror please ?
Thx
Click to expand...
Click to collapse
i have extract them
you can find this here
http://colrou.free.fr/
redmdc said:
kewl you should have the same board as me then. ive uploaded the flash player and browser from the fatality hero rom , ive re-installed these to my own phone and still work as wanted so hopefully should be sweet for you
http://www.megaupload.com/?d=M0Q3YZUB
i have gtalk but never used it lol you can attempt if you like on [email protected]
Click to expand...
Click to collapse
So you have the Hero Flash Player and Browser working in the normal ROM?
I'm using the Fatality 1.4 ROM on my rogers, is the flash player installed here? Can't find it anywhere and the browser won't play any flash-web-content.
--------------------------------------------------------------------------------
kewl you should have the same board as me then. ive uploaded the flash player and browser from the fatality hero rom , ive re-installed these to my own phone and still work as wanted so hopefully should be sweet for you
http://www.megaupload.com/?d=M0Q3YZUB
i have gtalk but never used it lol you can attempt if you like on [email protected]
saquib said:
Great thanks. Assume just need to adb push these files to the app_s directory?
Click to expand...
Click to collapse
Hi, I too need clarification on this process for installing the browser.apk and flashplayer.apk files on the phone. Do I just 'adb push (filename).apk' or is there a specific directory I need to push or install these to?
I have a 32B board and am using SPFfrance's euro 2.6 rooted ROM and am hoping this will work!! ??
Any assistance would be much appreciated!
As far as i know, it is not working on a stock ROM or any ROM other than the Hero, YET.
lol... 2 pages. Wow!
Well i just got my MAgic last week i had a g1 previous to that since it came out, so i have quite some experience with android already. And its just not gonna work (flash) by pulling apk and pushing them over to your phone? there are also frameworks and other stuff that should go along with it and even then it still wont work. There must be changes made as well in order to get it working with a specific rom./
Is this package for 32A, also?
can you give me the commands to install them?
thanks
NB: do you have hero phone.apk?

[ROM] Navigation add-on for any 1.6 Rom! Market fixed!! 11/19/09!!

!!THIS NAVIGATION IS !!ONLY!! FOR THE USA!!
!!Paid apps work!!
Facebook has now been removed!!​
Release Name:update_navigation.zip
Release Version:FINAL
MD5 Sum:N/A (verified working)
Credits:See below
Base Firmware:1.6
Radio Required:N/A
SPL Required:N/A
Partition Layout:N/A
Wipe Required:N
Special instructions:See below
Download:See attachment or, 4shared link
Hey guys,
After a longs day of work, I got it.
Put together a recovery flash-able zip file to add the new Google navigation.
REQS:
1. Dream or Sapphire/Magic/Mt3G
2. 1.6 Rom as a minimum
3. Custom recovery either Amon's or Cyanogen's
4. A brain
5. The download at the end of the post
STEPS:
1. Download this for most Donut builds (Cyanogen based). (also attached now )
2. Place in the root of your sdcard
3. Reboot in recovery
3. Select chose update.zip (or rename the downloaded file to update.zip)
4. Select update_navigation.zip
5. Reboot
Extended steps:
If "Navigate" doesn't show up the first time:
1. Go to settings
2. Click on applications
3. Click on Manage applications
4. scroll to apps
5. click on Maps
6. Clear data
OR
1. Install Google Voice
2. Uninstall Google Voice
3. Reinstall Google Voice
****MOST IMPORTANT PART****
Thanks:
Cyanogen and Amon for their recovery images.
followinginsanity for his updates to build props
community for helping test and get it goooinnggggg!!
clyde8 for the better build string
Brut.al for the (possible) navigation out of USA!
Donation shout-outs:
Suma Software Inc
If you actually feel like donating to my trip fund go ahead and click here!!​
!THANKS!
AND ENJOY​
Q&A
Q: Navigation is not showing up!
A: you must first "get directions" for the option to show up, it is in that pane
A: MAKE SURE YOU ENABLE GPS!!!
Q: Why was facebook removed??
A: it caused to many issues, and the market one works fine.
Q: What is the latest changes??
A: I removed the build.prop file completely in hopes that it will work without it, did for me... you tell me
Q: What took so long?!?!
A: I had H1N1, b|0W me.
Q: Does this work with AOSP?
A: doesn't look like it, at least not so far, I did adjust some build props right from them but never got any feedback to let it out to the masses.
Q: Does this break CM-Updater?
A: No, it shouldn't.
Q: Do i need to reflash this every time?
A: if you want navigation, yes. Every update reverts the build props back to the old ones.
Q: Does this work outside of the USA?
A: Yes. BUT BUT BUT BUT BUT BUT BUT BUT BUT YOU MUST FOLLOW THESE DIRECTIONS EXACTLY!
1. First navigate between 2 USA addresses (just enter them in to get the navigate option to show up)
2. Make a shortcut on your home screen with the address you want to navigate to.
3. Make sure turn by turn is checked.
4 click it nub.
5. drive to the location
6. brag "o mai android is wai b3tt3r thian UR ip0ne."
7. hope to god it brings you back home, otherwise buy a map.
If your paid apps are not working, either wait until midnight, for caches to clear, or flash from scratch...
IE: recovery - rooted cyano - Cyano update - navi update
(p.s not responsible if you drive over a bridge following the GPS, that's stupidity)
(p.p.s don't brick your shaz and blame me or anyone else for that matter, you blew it)
Im trying it now will get back to you
nick8197 said:
Im trying it now will get back to you
Click to expand...
Click to collapse
just for s&g are you a dream, and what Cyanogen are you running...
just want to get as much info as possible
Im on a dream/g1
Im using dwang with theme
do you think it will work I havent done it yet
will test as soon as my slow internet loads
how exactly does this one work? meaning what exactly does it change? does it still affect the build.prop and build.trout.prop, or will it work on its on?
nick8197 said:
Im on a dream/g1
Im using dwang with theme
do you think it will work I havent done it yet
Click to expand...
Click to collapse
i do believe so...
the only way it won't is if i mis-edited the build.trout.prop
but we'll know in a bit!!
alexjzim said:
will test as soon as my slow internet loads
how exactly does this one work? meaning what exactly does it change? does it still affect the build.prop and build.trout.prop, or will it work on its on?
Click to expand...
Click to collapse
unfortunatley yes, it still edits the buildprops and what not....
it should work on anything 1.6+ by anyone.....
i think
theomajigga said:
unfortunatley yes, it still edits the buildprops and what not....
it should work on anything 1.6+ by anyone.....
i think
Click to expand...
Click to collapse
i tried one...not this one.. but what happen is that handcent dosent locate contacts.. due to those builds being moved..and handcent is a popular sms app so im waiting for someone to flash this then run handcent!
mrnv45 said:
i tried one...not this one.. but what happen is that handcent dosent locate contacts.. due to those builds being moved..and handcent is a popular sms app so im waiting for someone to flash this then run handcent!
Click to expand...
Click to collapse
I'm going to look into that becuase i use handcent also...
this is just for the community, and me once i get that build stuf figured out...
just downloaded and am about to try it now. Nav was running great till i updated to 4.2.4. figure it reinstalled the build.prop. give me a sec and will let you know
theomajigga said:
unfortunatley yes, it still edits the buildprops and what not....
it should work on anything 1.6+ by anyone.....
i think
Click to expand...
Click to collapse
alright. i just wanted to see if we could have gotten that nice looking facebook app working alongside this. got a couple ideas.., give it a try when im done with my honors stuff. pretty behind. staying on XDA all night
mrnv45 said:
i tried one...not this one.. but what happen is that handcent dosent locate contacts.. due to those builds being moved..and handcent is a popular sms app so im waiting for someone to flash this then run handcent!
Click to expand...
Click to collapse
I had the exact same problem, I just pushed the old build.prop and build.trout.prop back to my phone and reboot and now handcent shows the right info and navigate is still there. Here's to hoping it stays!
waygeekierthanu said:
I had the exact same problem, I just pushed the old build.prop and build.trout.prop back to my phone and reboot and now handcent shows the right info and navigate is still there. Here's to hoping it stays!
Click to expand...
Click to collapse
rumor has it that nav will disappear though with the old buildprops back on...
P.S @ 50 download i'm cutting it off, want to make sure its working properly,
after some feedback i'll put it back up!
theomajigga
any lucc on the handcent?
Soo by putting this on my phone, will it mess up my handcent?
mrnv45 said:
theomajigga
any lucc on the handcent?
Click to expand...
Click to collapse
working on it now
alright i see the prob i think. as far as build props anyway. the only thing that needs to be changed is this line
ro.build.fingerprint=verizon/voles/sholes/sholes:2.0/ESD20/17572:user/ota-rel-keys,release-keys
the rest can stay the same.
this should play nice with other apps, and allow the new facebook as well.
edit: in this line would need to be modded in build.trout.prop for the dream and build.sapphire.prop for the sapphire
also note that you can mod the line in both and leave them in the update. cyan's roms use all 3 build props. but reads from the trout or sapphire depending on which phone it is installed on, since his roms can work on both.
working great on my wifes G1
followinginsanity said:
alright i see the prob i think. as far as build props anyway. the only thing that needs to be changed is this line
ro.build.fingerprint=verizon/voles/sholes/sholes:2.0/ESD20/17572:user/ota-rel-keys,release-keys
the rest can stay the same.
this should play nice with other apps, and allow the new facebook as well.
Click to expand...
Click to collapse
Made the change to the file. waiting for my test...
theomajigga said:
Made the change to the file. waiting for my test...
Click to expand...
Click to collapse
as soon as i get a confirmation that running this keeps handcent up lol you will become god lol..

Categories

Resources