[ROM] ParanoidAndroid-1.6a for Tenderloin - TouchPad Development

This is a build of the ParanoidAndroid 1.6a framework to the HP Touchpad.
ParanoidAndroid is an ICS ROM, based on CM9, that allows users to enjoy tablet or phone UI, or hybrid.
Most apps have several different UI's for various layouts, choose which interface you prefer.
FULLY compiled from source. (See post #2 for build instructions)
Current with tenderloin CM9 repo w/ all functions
100% easy install; just wipe cache and dalvik.
HW acceleration
I'm just a furniture mover... anything you like or appreciate in this ROM is 100% the work of the CM and PA teams. We owe a great deal of praise and thanks to those spirited, dedicated developers and contributors who keep our TP alive and well, especially jcsullins, OaT, SGA, _Dorregaray_, & BIGSimon.
Once CM10 for tenderloin is stable, I will try to compile the latest PA version for the TP.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
From one of the PA creators, molesarecoming...
​
Screenshots:
Downloads
10/26:
ParanoidAndroid 1.6a for Tenderloin Google Docs Direct Link
You will need to install a unique gapps package, as Google blocks market access with non-standard DPIs. (Fixed GAPPS) gapps fixed direct link
User Notes/Bugs
If you don't see navigation buttons in the navbar, go to Settings->System->Navigation Bar->Softkeys and click the checkbox
In the settings, you will see a new pane for Paranoid Settings. Here you can adjust the default GUI and DPI for all system or user apps, or even each app individually ( I suggest a default dpi of 155, it matches perfectly with the 9.7" screen)
Long press of power button does NOT bring up a reboot menu, it just reboots. I suggest downloading Quick Reboot to get the same functions.
When you open an application, you'll see three dots appear in the Recent button in the navbar. Short press produces the recent apps list, long press gives you the application's option menu.
Processor OC settings don't persist. It always defaults to 1188 max,, 384 min. (this is funky, sometimes they do, sometimes they don't)
Special thanks are due to:
rohan who got me started
mateorod who got me finished, is a tremendous resource for XDA-Developers and without whose help and support this ROM would not exist.

ParanoidAndroid Build Instructions
This guide assumes you have completed the Set Up Android Build Environment, or already have a 64 bit Android build environment set up. i.e., you have:
- Installed Ubuntu 64 bit (I'm running 32-bit Ubuntu 11.10 & 12.04 virtual machines without problems)
- Installed the Android SDK
- Installed the Java SDK/JDK
USE THESE STEPS INSTEAD OF THE GUIDE CM9 STEPS!
1. CREATE THE BUILD REPOSITORY
Create directories and setup your local repository using my git repository:
Create the Directories
Type the following in a terminal window:
mkdir -p ~/bin
mkdir -p ~/android/pa (or ~/android/[anything-you-want-to-call-it)
Click to expand...
Click to collapse
Download and make the "repo" binary executable...type the following In the terminal window:
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
Click to expand...
Click to collapse
Close the terminal window to insure these changes take effect.
2. INITIALIZE THE REPOSITORY
Open a new terminal window and type the following:
cd ~/android/pa (or whatever you named the directory)
repo init -u git://github.com/shumashv1/android.git -b ics
Click to expand...
Click to collapse
Now to sync the repository, type:
repo sync
Click to expand...
Click to collapse
The default for ParanoidAndroid is -j16, but if you have trouble downloading, you can add -j4, or even -j1 -f to the above command.
Go eat dinner, maybe read a book... It's going to take a long time.
To build, make sure you're in your build directory, i.e. ~/android/pa, or whatever, then type in the terminal window
. build/envsetup.sh (note the space between . and build)
Click to expand...
Click to collapse
:
When that completes, type:
lunch
Click to expand...
Click to collapse
Type in the number corresponding to "pa_tenderloin-userdebug"
Then type:
make bacon
Click to expand...
Click to collapse
Wait an incredibly long time, and you will find your zip waiting in the out/target/product/tenderloin directory, or you can just type "cd OUT$"

any screenshot to share?

shah_vm said:
any screenshot to share?
Click to expand...
Click to collapse
There are two screenshots there that didn't show up until I edited the OP and previewed it. I don't know why they don't show up.

Wow! Amazing job with this!
Will test it out asap!
Sent from my SAMSUNG-SGH-T989 using xda premium

-SGA- said:
Wow! Amazing job with this!
Can you make the Google doc public?
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
Done. Sorry, missed that...

Thank you for this rom
Downloading now
One question : Camera work?

Omg, dream does come true! Thanks!
SPH-L710_ Codename_JB

nikos5800 said:
Thank you for this rom
Downloading now
One question : Camera work?
Click to expand...
Click to collapse
Camera will not work until the camera works reliably. I will include it when it's stable and merged.

Cool! I'm going to try this one out. I love seeing the new ROM's for the TP!
Thank You!

Great work! Thanks for the hard work, I love seeing development on our niche-tablets.
Bug report: System settings > System > Performance causes a FC in settings. Any ideas? I have Rom Toolbox installed, and do use that more times than not, but I'm kind of anal..... xD
Thanks again for your support, and I look forward to the progress made on this ROM.
EDIT: Now that I'm tinkering with it a bit more, I'm getting a lot of FCing in settings. Everything found in Paranoid settings causes settings to crash. Anyone else reporting this issue?

Stryeguy said:
Great work! Thanks for the hard work, I love seeing development on our niche-tablets.
Bug report: System settings > System > Performance causes a FC in settings. Any ideas? I have Rom Toolbox installed, and do use that more times than not, but I'm kind of anal..... xD
Thanks again for your support, and I look forward to the progress made on this ROM.
EDIT: Now that I'm tinkering with it a bit more, I'm getting a lot of FCing in settings. Everything found in Paranoid settings causes settings to crash. Anyone else reporting this issue?
Click to expand...
Click to collapse
Interesting, I wouldn't have released it if I was having those kind of problems. Everything works on my TP. I assume you did clear cache and dalvik before you flashed it? If it continues, you might try wiping system and caches, then reinstalling.

I have waited so long for paranoid to be on the touchpad. Thank you!!! You have made my day.

shumash said:
Interesting, I wouldn't have released it if I was having those kind of problems. Everything works on my TP. I assume you did clear cache and dalvik before you flashed it? If it continues, you might try wiping system and caches, then reinstalling.
Click to expand...
Click to collapse
Yup, I formatted /system, /cache, & /dalvik, twice, actually, just to make sure it wasn't an install error.

Is there a way to get the three dot menu button out of the recent apps button? I know its standard on Parananoid but we have so much screen real estate vs a phone that we don't need them combined. Just wondering. Loving the ROM so far. Nice job. :beer:

My Home, recent apps and menu buttons are not showing up. I also get a force close if I try to press my search widget

Found this right in the op.
User Notes/Bugs
If you don't see navigation buttons in the navbar, go to Settings->System->Navigation Bar->Softkeys and click the checkbox
RTbar said:
My Home, recent apps and menu buttons are not showing up. I also get a force close if I try to press my search widget
Click to expand...
Click to collapse

Would this by any chance be capable of Phablet UI like on Nexus 7?

Should probably start reading those haha thanks

RTbar said:
Should probably start reading those haha thanks
Click to expand...
Click to collapse
Yeah NP. We all make mistakes.

Related

[TOOL] [01/23/11] Android Customization Suite 1.0 - devs read me!

Android Customization Suite 1.0
This is a program to complement your ROM. It is able to produce a CWM flashable zip with apps your ROM might be missing (T-Mob ones, launchers, utilities, etc). It also has other tools available for you. It can produce an empty flashable zip for you (read more about it here). And now, it has "repositories." Developers can upkeep their own repos with whatever files they wish. Roms, themes, mods, etc.
need Captivate Devs to talk to me to get their work added on here!
in the mean time, you guys can mess with the Utilities in the Vibrant section just to get a feel for it
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Older Screenshots:
Repo Tab 0.999
Repo Tab
Utilities Tab
Launchers & Misc Tab
Vibrant Apps Tab
System Tab
Instructions
Download. Note: you must have Java installed to run this app
WHILE YOU ARE DOWNLOADING MAKE A NANDROID BACKUP
Unzip the folder. Please keep it intact. Moving files around in there will probably break the functionality.
Run ACS.jar.
Choose desired apps.
Wiping Dalvik cache is recommended, but it will take you about 5 minutes to boot
Copy flash.zip to your internal sd card
Flash with CWM
Linux users: if you are running Linux I advise you to use the run.sh file to run the program, otherwise it may use your home directory to store files
Mac users: you need to have java 1.6 installed for this to work. i tested this on a friend's mac (running 10.5.8 & java 1.5) and it wasn't working. also i was not able to update her java to 1.6 either. so i'm assuming you need to have snow leopard installed for this to work...
Devs:
Check out this reference guide for more info on setting up a repo list. Feel free to contact me for any clarification. It's really not hard to do it, just have to understand how the app works a little. The guide should give insight and instruction. Contact me to add your repo to the list.
Options Note
If you want to change the location of system apps, please make your selections first THEN change the location
Change Log
v1.0
-finished gui changes, no more tabs
-added menu bar with options option
-couple bug fixes from .9999999
v0.999
-redesigned gui
-everything is in form of a repo now (or will be at v1, too lazy to do launchers tonight)
-added functionality for different phones
-changed the way the app checks files against the server, should be much more efficient & faster
-need a new name!
v0.86
-bug fixes
-location of system apps (in the options tab) now works
v0.85
-repo functionality added
--any devs, feel free to contact me to add a section for your rom/mods/whatever
--the "repo" is maintained by you and is updated automatically when you update it, no need to recompile the app
-options tab
--new option to specify where you'd like to store apps that would originally go in /system/app currently may not work, need some script help from a dev to fix this D:
-download percent for convenience and downloading large files
-did i mention there's a repo?
v0.7 Beta
-couple GUI changes to make it prettier
-new feature to create blank CWM zips for your use, read more about it here
v0.6 Beta
-improved code to download from online server & error checking
-added modems
v0.5 Burly Beta
-Basically rewrote program...
--should be more efficient now, too
-Initial online implementation
--hopefully my web host can handle the traffic
-icon is missing, after 8 hours of working on 0.5 i'm not going to fix it right now
-file size down to less than 150k
v0.4 ALPHA
-KERNELS & MODEMS NOT INCLUDED IN THIS UPDATE, SORRY
-TouchWiz Launcher Widgets will not be added along with the launcher
-added progress bar (along with rewriting some code to make it more efficient)
-added a rename box, you can now name your .zip whatever you like
-added more tmobile bloat (sigh)
-the application will not recognize APKs and files outside of itself, so for instance if you have an APK that you want to add just put it in the corresponding folders.
-- for instance my VCK.jar is in folder /vck/, i want to add hi.apk. I could move it to /vck/data/app/hi.apk and when you click generate zip, the program should include it. please contact me if this is unclear or you have questions, this is only a minor feature
v0.3 ALHPA
-Renamed to Vibrant Customization Kitchen (thanks BruceElliot)
-re-organized tabs a little
-fixed bug where program would not work properly after generating a zip (thanks jdanisevich)
-Launchers & Misc tab should work
v0.2 ALPHA
-Most Vibrant Apps added (missing TMO TV & Media Hub for now)
-Misc Tab works now (minus GB keyboard, didn't work for me for some reason)
v0.1 ALPHA
-Initial Release
Current Known Bugs
-Please report any bugs you may have!
-If you do encounter a bug, restarting the program and trying again may help.
If you like this Tool, hit the Thank you button!
github - I don't really know what I'm doing with git, but here's my attempt at publishing it
Credits
-Scrizz - doing the hard work on the modems
-Heathen - script help
-Morfic, Eugene, Supercurio for their work (and allowing me to use their kernels)
-all ROM devs
-everyone else in this community who always help
Media Mentions
XDA Front Page (v0.3)
Android Spin (v0.4)
Thank you, will give this a try tomorrow.... err I guess that would be today, lol.
That's a neat idea.
This looks really interesting. Gonna have to try it out.
Sent from my SAMSUNG-SGH-I897 using XDA App
will give this a shot tommorow
Thanks for making it multi-platform dude!
I haven't tried using it to mod any roms, but it does start up and show dialogues on the Mac OS X 10.6.6 with Java 1.6. The minor annoyance is that it creates the kitchen folder where the jar-file is.
cпасибо!
Looks very polished. Good job!
stangri said:
Thanks for making it multi-platform dude!
I haven't tried using it to mod any roms, but it does start up and show dialogues on the Mac OS X 10.6.6 with Java 1.6. The minor annoyance is that it creates the kitchen folder where the jar-file is.
cпасибо!
Click to expand...
Click to collapse
It's supposed to do that =/
On a side note, if no one wants to add the Stock AT&T apps I guess I could do it. I don't have a Cappy, but are there any strange APK names I should be aware of?
Wow, this is really cool. We're getting to the point where ROM flashers can very easily make their own customizable ROMs without breaking a sweat!
Feel free to take anything from my sig and add it.
I only tinker, but if I think it has looked cool on my phone, I post it.
bedwa said:
Feel free to take anything from my sig and add it.
I only tinker, but if I think it has looked cool on my phone, I post it.
Click to expand...
Click to collapse
I am not the one who is supposed to add the apps
If you like, I can set you up with a section, pm me for details/questions
Am I missing something? Whenever I select "Captivate", I am getting this message "Couldn't download the repo list from the server or it is empty.
***Please reselect the phone.*****"
diablo009 said:
Am I missing something? Whenever I select "Captivate", I am getting this message "Couldn't download the repo list from the server or it is empty.
***Please reselect the phone.*****"
Click to expand...
Click to collapse
No captivate roms/themers/moders have requested to add a section for their apps.
Over on the Vibrant I added stock apps and utilities, and other people maintain the other lists. However I don't have a captivate, so it's all community dependent
we need to get them to add to it!
Sent from my SAMSUNG-SGH-I897 using XDA App
seclm193 said:
we need to get them to add to it!
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
I agree

[ROM][KANG][2011.03.25]Unofficial CyanogenMod 6.3.7 (Froyo CM6+CM7 backports)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is the beginnings of a port of milaq+nadlabak's CM6 for Milestone A853 to the Milestone XT720. This port came primarily out of these two threads: 1, 2
The ROM here is based on combining say's CM6 port for Motoroi with an initial source build I've been working on with help from stlifey. It's based on milaq's 0.10 release with manual bugfixes. It is usable but has some quirks and rough edges.
The next step is to incorporate those manual fixes into my build tree, figure out how to fork the git repositories in my local repo, and upload a working build tree to github.
Recommended: CM 6.3.7 See post #1224
I need to update and rework this entire post, but I haven't had time yet.
initial backport of CM7 lockscreens (namelessjedi)
power menu screenshots work
stock Motorola Camera/Camcorder (brianlili, peshovec)
720p video recording (brianlili)
improved xt720mod.sbf support
updated gapps package
odex and deodex versions provided (odex recommended for users)
The install procedure is similar to CM 6.3.0-RC3 but use the files from post #1224 and follow the additional instructions there to apply the 720p recording fix.
Themes for previous versions are incompatible and must be updated.
See molohov's theme thread for compatible themes: http://forum.xda-developers.com/showthread.php?p=24435398
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Historical old/releases
Experimental Releases:
CM 6.3.7 Post #1224
CM 6.3.6.2 Post #1143
CM 6.3.6.1 Post #1104
CM 6.3.5.3 Post #1035
Click to expand...
Click to collapse
CM 6.3.0-RC3 Fixes camera/camcorder crashes that appeared in RC2
Because of the camera and camcorder problems with RC2, I've now rebuilt using Motorola's media libraries again. I think this restores camera. Camcorder also works now with a higher quality than before. We need to get to get a media_profiles.xml that works better for our phone. In RC3, I just took the one from milaq's A853.
Known issues in CM 6.3.0-RC3:
FM Radio doesn't work
Gallery button doesn't work
Camcorder doesn't work well
Screenshot in power menu always produces a black image
Changes since CM 6.1.2
Android Keyboard is fixed (Thanks peshovec)
Torch/power-widget uses autofocus led
Linear vibration for haptic feedback vibrations <150ms
Selecting 1% battery increments is harmless (but doesn't work)
Wi-Fi fixes (now works for the AP I was having trouble with)
Korean IME removed (can provide as update if needed)
USB menu has been updated with new translations and resource fixes (Usb.apk)
Reboot recovery from the power menu works.
Hold volume-down during boot to enter fastboot
Bug fixes to app2ext and link2sd support
app2ext is nolonger automatic (you must create /sd-ext/app directory).
Link2SD support (you must create /sd-ext/link2sd directory)
ext4 supported for /sd-ext.*
You can read more about the other changes between 0.10 and 6.3.0 on milaq's thread: http://forum.xda-developers.com/showthread.php?t=1155454 and in the github. Some A853 features (esp. ones that use kernel modules) are not included yet.
*Note about ext4 support: the huge_file option is *not* supported but is default for mkfs.ext4. Nadlabak explained how to disable huge_file on existing ext4 filesystems. Alternately just create ext2/3 partitions and use OpenRecovery-XT720 SD Card Utilities to upgrade the ext2 partition to ext4. Warning: the other OpenRecovery/Androidiani's don't understand ext4 on XT720 (thanks fjfalcon for adding ext4 support to OR for XT720). Also be aware that not many XT720 ROMs understand ext4 yet--hellmongers XDAspecial RC2 *does*.
For more information about changes see See post #605 and the github source.
Recommended instructions:
(Recommended) Install OpenRecovery-XT720 http://forum.xda-developers.com/showthread.php?t=1242259
Download update-cm-6.3.0-RC3-MilestoneXT720-signed.zip http://www.multiupload.com/G5U1YWCG1K
Download gapps-hdpi-20101114-signed.zip http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps
Place all zips inside /sdcard/OpenRecovery/updates
Boot to OpenRecovery-XT720
Make a nandroid of system, data, cache (and SD data if you use it)
OR > Apply Update > update-cm-6.3.0-signed.zip
OR > Apply Update > gapps-hdpi-20101114-signed.zip
(if you're having baseband problems) OR > Change Baseband
Upgrades from 6.1.2 or 6.3.0-RC1 (hopefully):
OR > Wipe dalvik-cache
OR > Wipe Cache partition (because of OR bug)
Reboot
New installs
OR > Wipe Data / Factory Reset
Reboot
Themes:
sileshn's themes for milaq's CM 6.3.2 are reported to work in RC2 with the caveat that the reboot to bootloader menu option disappears from the power menu. None of the changes in RC3 should change that. I don't think I've seen reports either way about sileshn's themes for XT720 CM 6.1.2 yet.
3rdstring's DarkFroyo Remix for 6.3 (thanks ashish7350)
Russian Mennace's themes for 6.3: Theme 1, Theme 2
bagongs steelepicblue port
Click to expand...
Click to collapse
CM 6.3.0-RC2: See post #605
Click to expand...
Click to collapse
CM 6.1.2 Notable issues:
Do not select 1% battery increments (see post #7) (became a placebo button in 6.3.0-RC2)
The default keyboard has very, very small keys. You can select the Korean keyboard or download another. (fixed in 6.3.0-RC2, thanks peshovik!)
FM Radio does not exist and will not work.
Video recording not extensively tested -- but, hey, it doesn't crash the phone immediately anymore.
Gallery button does nothing
Haptic feedback is not pleasant when enabled (first attempt at using linear vibrator in 6.3.0-RC2)
RomManager is dangerous on XT720 (not included in 6.3.0-RC1,2)
Reboot recovery goes to motorola's recovery (fixed in 6.3.0-RC1)
CM 6.1.2 Instructions:
Download update-cm-6.1.2-0.10-XT720-signed.zip from http://www.multiupload.com/G1IXXYBSAJ
Download update-cm-6.1.2-0.10-XT720-hotfix6.zip from http://forum.xda-developers.com/showpost.php?p=16249056&postcount=34
Download gapps-hdpi-20101114-signed.zip from http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps
Place all zips inside /sdcard/OpenRecovery/updates
Boot to openrecovery
OR > Apply Update > update-cm-6.1.2-0.10-XT720-signed.zip
OR > Apply Update > gapps-hdpi-20101114-signed.zip
OR > Apply Update > update-cm-6.1.2-0.10-XT720-hotfix6.zip
OR > Wipe Data / Factory Reset
Reboot
CM 6.1.2 Hotfixes:
update-cm-6.1.2-0.10-XT720-hotfix6.zip : Fixes for swap, app2ext, overclock, wifi, app2fat (2011-07-02)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Thanks:
brianlili, milaq, molohov, namelessjedi(nlj), peshovec, kabaldan(nadlabak), say, stlifey, sileshn, 3rdstring
j.y.daddy, dateno1, dexter, easye420, mchlbenner, mediaon, esu.matix, en0203, gommers1978, hellmonger, jiroprinz8, khalpowers, knoedelkopf, libertymonger, ltwvince, reverendkjr, sktjdgns1189, vistaus, woodrube
... if I missed someone it's an oversight and not intentional. pm me, i'll fix it
FIRST!!!!
awesome job mioz keep up the work. now i cant wait for cm7
This just running great no reboots
Very stable sorry i looked every where cant find radio apk that will work.
I have not found any bugs yet.
I have been running this for threw hours great work.
Sent from my Milestone using XDA Premium App
mchlbenner said:
Very stable sorry i looked every where cant find radio apk that will work.
Click to expand...
Click to collapse
Thanks! Don't waste time on the radio yet, it won't work because to compile CM6, I had to use A853's libaudio.so which lacks radio support. After the source tree is fixed we can figure out how to use the XT720 libaudio.so
:| An Mz ROM....
[pooded a little...]
Holly crap....
It's full of stars.....
hellmonger said:
:| An Mz ROM....
[pooded a little...]
Holly crap....
It's full of stars.....
Click to expand...
Click to collapse
Yeah, but when I call something alpha, it's merely hopefully working. When you call something an alpha it's something more like a release candidate. I think this still has a way to go, but everyone in the other threads got pretty persistently insistent on starting releases. I'll dogfood it.
ok just found out the hard way, do not select 1% battery increments, or it doesnt recognise it bein charged at all. just showed red battery with [X] and would turn off. when plugged in it said charging 0%. so stay away from that option. :/ atleast it stayed on while plugged in so i could undo it and now charging 60%.
So the ROM is not "nandroid" but "update" based ?
Any suggestions as if I should go back to an original 2.1 SBF ?
Any feedback/review on raw performance and performance degraduation (memory leaks and such) over time ? Battery life ?
Thnaks for the effort !
ktylife said:
So the ROM is not "nandroid" but "update" based ?
Any suggestions as if I should go back to an original 2.1 SBF ?
Any feedback/review on raw performance and performance degraduation (memory leaks and such) over time ?
Thnaks for the effort !
Click to expand...
Click to collapse
as long as you didnt flash a Korean sbf to start with your fine, just apply in OR. and the roms pretty quick, give it a shot. the customization is huge. im loving the full 360 degree rotation, ive been waiting a long time for that haha opens every app almost instantly, it boots fast, i got 1220 on quadrant at 1 ghz, but the only thing i miss is the built in task killer when holding home. that came in handy. im still testing performance, its lookin good tho. well worth a try, i know ive been waiting to taste some delicious cyanogenmod. and boy is it good. haha
thanks your job and hint
Wow! MilestoneXT720 also port CM6.
CM7 solve problems for the future hope to be.
Congratulations! And thanks your job and hint.
bug report (scripts)
[1] Duplicate scripts
I found duplicate scripts in "init.rc".
"/system/etc/rootfs/init.rc"
line 299: exec /system/bin/sysinit
line 473: service sysinit /system/xbin/busybox run-parts /system/etc/init.d
have to delete the line 473.
[2] can't execute module
"/system/etc/init.d/05governors"
"cpufreq_smartass.ko" module is not compatible.
thanks.
DId it come with swape anable?
link2sd compatible ?
Can't have it working...
Looking good. Download once I got home.
Sent from my XT720 using XDA App
WAOOOW
It s faster and more stable than all the wanhu i have test !!!
For the moment everything is working great (expect the keyboard but it s not a big deal i ll install a new one)
Mioze7Ae for the haptic feedback i found a menu in settings / cyanogen mod / input settings which can let you set up the duration of the feedback.... You can make it as smooth as you want!!!
Someone test the apps to ext (or sd)???
It show me my ext 3 is totally empty (with file explorer).... Is there a way to make my apps work or i have to reinstall them all????
For me the only issue is the apps to ext that doesn t work...
Someone have an apk or un update for the dark tremor a2SD ???? It must be the solution
Ext3 empty because is not mounted on boot.
Sent from my XT720 using XDA App
app2sd update pack are here.
This update pack is ext2,ext3 support.
http://www.multiupload.com/92QLMF9XDQ
1. SDCard partition (ext3 recommended)
2. Download CM6-XT720-APP2SD-Patch.zip
3. Place zip inside /sdcard/OpenRecovery/updates
4. Boot to openrecovery
5. OR > Apply Update > CM6-XT720-APP2SD-Patch.zip
6. Reboot
Enjoy!
J.Y.Daddy said:
This update pack is ext2,ext3 support.
http://www.multiupload.com/92QLMF9XDQ
1. SDCard partition (ext3 recommended)
2. Download CM6-XT720-APP2SD-Patch.zip
3. Place zip inside /sdcard/OpenRecovery/updates
4. Boot to openrecovery
5. OR > Apply Update > CM6-XT720-APP2SD-Patch.zip
6. Reboot
Enjoy!
Click to expand...
Click to collapse
THANKS Man
But where did you find this???
Is this the dark tremor app????
I am assuming that we are the HDPI portion of the gapps list for CM6?
2.Download gapps-hdpi-20101114-signed.zip from http://wiki.cyanogenmod.com/index.ph...on/Google_Apps

GingerZaraki Bugs List & Solutions

OK LET ME GET THIS STRAIGHT FOR YA!
You were probably thinking how this thread is much similar to my GDX Bugs List & Solutions thread. Trust me... for these ROMs, I would compare them to the following ways:
GingerDX - Feature Complete
GingerZaraki - Lightspeed!!
See this thread passed on by original creator Lloir, then to SpyderX, and now to me. Basically this thread is showing all the bugs that appeared in GingerZaraki. So dont ever go off topic in here. I am being serious here.
I want to say thank you to my great buddy RohinZaraki for this amazing ROM!! You ROCKKKKKKKKKK!
................................................
WHY MUST YOU USE THIS ROM??
................................................
- Very speedy ROM that will make your jaws drop!
- Frequent updates!
- Almost all of the bugs in this ROM are just minor bugs.
- Perfect for people looking for good battery life so they could msg their girlfriends (or boyfriends) more...
- So, are you interested? I bet you are... try out now!!
OFFICIAL THREAD
- Also, we are helping people in the IRC channel, [email protected], so we could do with some more helpers
................................................
MY GOAL!!
................................................
This is the exact same thing I wrote in another threas because I really really want to emphasize it. So dont complain.
Before you continue into the next part, please READ HERE!
Of course, my goal is to provide help to people who are having problems with bugs and installation. If you reading this now, please sticky this to your brain cells:
- Ask your questions here, rather than spamming the GingerZaraki thread!! I understand that Rohin gets very annoyed for reading stupid posts...
................................................
BUGS LIST & SOLUTIONS...
...............................................
(X) means confirmed.
(?) means not confirmed.
................................................
:: v10 FINAL Bugs ::
................................................
WiFi:
Believe me, when I say that WiFi issues are present on all ROMs. Let's face it, I've personally never encountered a ROM with WiFi as stable as that of stock 2.1, but let's deal with it. Remember: Custom ROMs are NOT perfect so don't be picky.
WiFi stays on: "Connecting...", but nothing is happening. (X)
Solution: Erase all saved networks, then connect again.
WiFi turns off when I lock screen. (X)
Solution: Not actually a bug, just go into WiFi settings --> Advanced --> Set sleep policy to never.
WiFi connects but doesn't allow data transfer. (X)
Solution: As there are many possible causes to this problem, try the following:
1. Make sure that your firewall/iptables settings are not blocking the WiFi.
2. Ensure that your router is functional and correctly routing internet traffic.
3. Enter the browser and load a few pages. If there is a login screen, LOGIN as that's the problem.
4. Disconnect and reconnect again.
5. Reconfigure your router (factory reset your router) -- ESPECIALLY MAKE SURE THAT MAC FILTERING ISN'T BLOCKING YOUR PHONE.
6. Try different types of encryption.
7. Complete reinstall of GZR.
WiFi tethering -- whole host of potential problems. (X)
Solution: Use a 3rd party app from the Play Store to tether instead.
WiFi shows "Error". (X)
Solution: This has many possible causes. Check the below:
1. Make sure you flashed Alfs FOR CM7, not the GDX version.
2. Make sure you did flash the Alfs addon.
3. Make sure you full-wiped.
3. Reflash kernel and GZR.
................................................
Kernel Issues:
Now 2 kernels are GZR-supported-- Alfs-CM7 kernel v8a/ v9a & nAa 14 (Though Alfs v8a is recommended because of kernel bugs). Each version has its pros and cons. So see below..
Auto brightness on AlfsV09a with Cypress digitizer is not working even after using the autobrightness fix both dt and no_dt. (X)
Solution: Do the same thing as above again, but this time, using Alfsv8.
Occasionally the screen has a problem in which it is shifted to the right. (X)
Solution: Don't overclock or don't OC to 691MHz. Then reboot.
Screen-cut (Alfsv9a) {Hitachi screens only} What happens is that the screen looks glitched up/distorted. (X)
Solution: Lock and unlock your phone OR revert back to Alfsv8a.
Reboot when plugging in phone to the computer in USB debugging mode and related stuff. (X)
Solution: Flash Alfsv9a OR revert back to Alfsv8a.
In call proximity sensors are not working on Alfs v9a. (X)
Solution: Flash the LibSensors patch from Alfs kernel thread.
Brightness setting is not working on Alfs v9a. (X)
Solution: Switch to Alfs V08a.
................................................
Others:
Screenshot will force close after a few times doing it, or sometimes directly. (X)
Solution: Try enabling Share Screenshots setting in Settings > Cyanogenmod Settings > Interface.
................................................
Notice:
1. Please don't blame me for not listing any bugs here. Please report and confirm bugs here. Bear it in mind, you are not helping me, you are helping everyone that have a X8/W8 and using GingerZaraki! Please read second post (courtesy to SpyderX) before posting.
2. No spam please! This thread is only for reference, I'm not asking Rohin to fix anything at all.
3. GingerZaraki... the lightest ROM I ever experienced... Please subscribe for future updates.
4. Hit the THANKS button to support me!!
................................................
Oh and for dummies:
Use the app aLogcat from Market to get your LOGCAT.
To get the logcat in a text file called logcat.txt on your sdcard, type this commands in terminal emulator
Code:
su
cat /dev/log/system > /sdcard/logcat.txt
And for a dmesg, here is the code to enter in terminal emulator:
Code:
su
cat /proc/kmsg > /sdcard/dmesg.txt
Any questions about GingerZaraki, attach and post both the logcat and the dmesg here along with a detailed description of your problem and any tweaks you have added etc. Refer to first post.
well im so sorry for making a typo
Thanks for this will link it to the OP
Proximity Sensor & A2SD Settings
Updated to version 4 of this great rom with Alfs v8a.(i did a clean install; full wiped before installing new version) I had following problems:
1) Proximity sensor was not working. I had to flash Libsensors available with alfs kernell.
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
the apps not going to sd-ext partition. In previous version of the rom, all apps moved automatically to sd-ext and my internal phone memory remained unchanged.
Please let me know your opinion regarding this.
faysalmuneer said:
Updated to version 4 of this great rom with Alfs v8a.(i did a clean install; full wiped before installing new version) I had following problems:
1) Proximity sensor was not working. I had to flash Libsensors available with alfs kernell.
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
the apps not going to sd-ext partition. In previous version of the rom, all apps moved automatically to sd-ext and my internal phone memory remained unchanged.
Please let me know your opinion regarding this.
Click to expand...
Click to collapse
Rohin maight have forgotten to add in some code that he normally does. It appears that the a2sd script is not in your current ROM.
Check if there is a file called a2sd in /system/xbin/ or /system/bin
I have checked and found "a2sd" file in system/bin. File not found in system/xbin
faysalmuneer said:
I have checked and found "a2sd" file in system/bin. File not found in system/xbin
Click to expand...
Click to collapse
Go into terminal emulator and type:
Code:
su
a2sd install
y/n (your choice here)
y
This will restore a2sd on your phone (I hope ).
SpyderX said:
Go into terminal emulator and type:
Code:
su
a2sd install
y/n (your choice here)
y
This will restore a2sd on your phone (I hope ).
Click to expand...
Click to collapse
Ok I did this and then a reboot. More internal memory now available BUT the apps in internal memory are no longer available like Google play store is not available now. The apps that i previously moved to SD card manually are available. How to restore play store?
faysalmuneer said:
Ok I did this and then a reboot. More internal memory now available BUT the apps in internal memory are no longer available like Google play store is not available now. The apps that i previously moved to SD card manually are available. How to restore play store?
Click to expand...
Click to collapse
Flash gapps for gingerbread, search on Google for it. This is strange as play store is meant to be in /system/app, not internal storage (/data/app)
Edit:
This is the link I think: http://goo.im/gapps/gapps-gb-20110828-signed.zip
Sent from my E15i using Tapatalk 2
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
Click to expand...
Click to collapse
I think i know what went wrong, its the wrongly compiled CMParts.apk
Sent from my E15i using Tapatalk
Fixed
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my E15i using Tapatalk
RohinZaraki said:
Fixed
Sent from my E15i using Tapatalk
Click to expand...
Click to collapse
How can I fix this the same way you did? Should I replace CMParts? Thanks in advance
Hmm... why not rename this thread to GingerZaraki Bugs List & Solutions?
Sent To Your Eyes Using My Amazing W8
Wi-fi problem
Hi I am facing problem with my wifi it does get connected but it doesn't work I mean I am not able to surf the net or anything my x8 connects to the router but not the internet
chitrang said:
Hi I am facing problem with my wifi it does get connected but it doesn't work I mean I am not able to surf the net or anything my x8 connects to the router but not the internet
Click to expand...
Click to collapse
Have you reconfigured your router such that it can connect to the internet? Check your router user manual for instructions.
Sent from my E15i using Tapatalk 2
I have done that many times but no success my other computers and mobiles are getting connected only my x8 is not
Click to expand...
Click to collapse
Sent from my E15i using Tapatalk
Rohin\SpyderX would one of you like to take over this thread please? if so i'll ask for Iridaki to sort it
thanks
-Lloir
How to change Clock coloris status bar
Hi rohin,
I would like to know how to change the clock color in status bar?
I think "Cm settings -> interface -> status bar tweaks -> clock color" option is missing
Thanks in advance.
V05 will fix it
Sent from my E15i using Tapatalk

[5.0.2] Lollipop | Unofficial CM12 | Oppo Find 5 | 31-12-2014

Note: The Official CM12 has been published by CyanogenMod from 6th Jan 2015.
Thanks for participating and being a part of this thread!
Click to expand...
Click to collapse
Unofficial CM12
- Lollipop -
for
Oppo Find 5
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
An early Taste of Lollipop...
The original Developer's name is "Wuxianlin".
The ROM is fully stable and can be considered as a daily driver. ROM supports almost all languages.
Code:
#include
/*
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Source Code:
Code:
[url]https://github.com/cyanogenmod/android/tree/cm-12.0[/url]
[url]https://github.com/CyanogenMod/android_device_oppo_find5/tree/cm-12.0[/url]
[url]https://github.com/cyanogenmod/android_device_oppo_common/tree/cm-12.0[/url]
[url]https://github.com/cyanogenmod/android_device_oppo_msm8974-common/tree/cm-12.0[/url]
[url]https://github.com/CyanogenMod/android_kernel_oneplus_msm8974/tree/cm-12.0[/url]
Original Thread: http://bbs.oppo.cn/thread-5056434-1-1.html
Download: http://pan.baidu.com/s/1i3IJlUP
Changelogs:
Changelog - 21/Dec
- Updated to Android 5.0.2
- Weather in Status bar drop down menu
- Battery icon options
- Performance improvements
Click to expand...
Click to collapse
Changelog - 17/Dec
- Baseband Signal fixed
Click to expand...
Click to collapse
Changelog - 12/Dec
- Camera fixed
Click to expand...
Click to collapse
Changelog - 5/Dec
- Updated to Android 5.0.1
Click to expand...
Click to collapse
Changelog - 26/Nov
- Audio fixed
- Bluetooth fixed
Click to expand...
Click to collapse
Changelog - 25/Nov
- Adreno Graphics driver updated
Click to expand...
Click to collapse
Changelog - 26/Nov
- Random reboots fixed
- WiFi fixed
Click to expand...
Click to collapse
Changelog - 23/Nov
- First Build
Click to expand...
Click to collapse
Screenshots:
leave a Thanks if I've helped you! ​
Mobile data works for me until the first reboot, camera aswell is broken! Expect of this bugs the ROM works really great!
Manas1796 said:
Find 5 | CyanogenMod 12
The original Developer's name is "Wuxianlin".
Bugs:
Camera
Mobile Network
Important Note: I am not responsible for your bricked and mutated devices. Don't blame me if anything goes wrong!
Original Thread: http://bbs.oppo.cn/thread-5056434-1-1.html
[5-Dec-2014]Download: http://pan.baidu.com/s/1i3IJlUP
Screenshots:
leave a Thanks if I've helped you! ​
Click to expand...
Click to collapse
Thanks for sharing!
Also here's a mega link for your convenience https://mega.co.nz/#!oc90HYSI!pqNNEccY0UkCDlny_hR4K1SrvO2DX3NJjhOf1ffLbHI
If it wasn't for the Mobile Data not working it would be my daily driver, can't live without mobile data though.
Nice Rom either way.
EDIT: When you just manually select your Service provider, Mobile data does work.
Hello new daily driver
Xtremelyevil said:
If it wasn't for the Mobile Data not working it would be my daily driver, can't live without mobile data though.
Nice Rom either way.
EDIT: When you just manually select your Service provider, Mobile data does work.
Hello new daily driver
Click to expand...
Click to collapse
Does it work after reboot?
Jet70355 said:
Does it work after reboot?
Click to expand...
Click to collapse
Haven't tried it yet, Don't want to lose it ;p
Xtremelyevil said:
Haven't tried it yet, Don't want to lose it ;p
Click to expand...
Click to collapse
Hahaha that's one way to deal with it xD
How is battery life for you?
Jet70355 said:
Hahaha that's one way to deal with it xD
Click to expand...
Click to collapse
Also, It's still a little wonky, as far as I can tell I have to select my Mobile Operator almost every time I toggle my Data connection.
It doesn't bother me though since It isn't that hard to do.
Jet70355 said:
Hahaha that's one way to deal with it xD
How is battery life for you?
Click to expand...
Click to collapse
One way to sidestep losing mobile network connection (for me) is putting the phone into flightmode before rebooting, but if you forget putting the phone into flightmode once, you're screwed (then only factory defaults will restore the lost mobile network connection). Definitely not a daily driver yet...
harryharryharry said:
One way to sidestep losing mobile network connection (for me) is putting the phone into flightmode before rebooting, but if you forget putting the phone into flightmode once, you're screwed (then only factory defaults will restore the lost mobile network connection). Definitely not a daily driver yet...
Click to expand...
Click to collapse
Actually for me if e forget it and lose network connection, I just need to reboot with airplane mode on and it will reconnect again. If the first reboot doesn't work try again the same process, at least for I just maxed at the third try to reconnect
12.12 Update Mirror link https://mega.co.nz/#!JMxzCaRL!QwF4su_nr8VUvms-DSQcZY7XNNMWTgKPW60ffH8FOAw
Jet70355 said:
Actually for me if e forget it and lose network connection, I just need to reboot with airplane mode on and it will reconnect again. If the first reboot doesn't work try again the same process, at least for I just maxed at the third try to reconnect
Click to expand...
Click to collapse
That didn't work for me yet. I noticed the ril-daemon (Radio interface layer) is very, very, finicky. Sometimes it reads the simcard, sometimes it doesnt. I have found that if I restart the ril-daemon after I have lost mobile connection due to reboot, it will come back after a few seconds with this command (from terminal or adb shell):
setprop ctl.restart ril-daemon
this does not work all the time however (just like with your reboots, sometimes it takes a couple of times)
somehow stopping the daemon, waiting 2 seconds, and then starting the daemon again works a little better in my case:
setprop ctl.stop ril-daemon; sleep 2; setprop ctl.start ril-daemon
harryharryharry said:
That didn't work for me yet. I noticed the ril-daemon (Radio interface layer) is very, very, finicky. Sometimes it reads the simcard, sometimes it doesnt. I have found that if I restart the ril-daemon after I have lost mobile connection due to reboot, it will come back after a few seconds with this command (from terminal or adb shell):
setprop ctl.restart ril-daemon
this does not work all the time however (just like with your reboots, sometimes it takes a couple of times)
somehow stopping the daemon, waiting 2 seconds, and then starting the daemon again works a little better in my case:
setprop ctl.stop ril-daemon; sleep 2; setprop ctl.start ril-daemon
Click to expand...
Click to collapse
There is a fix for the network problem over at the OPPO's forums (same thread title as this one)
Jet70355 said:
There is a fix for the network problem over at the OPPO's forums (same thread title as this one)
Click to expand...
Click to collapse
Thanks, that worked for me ! maybe wuxianlin could compile a new version with build.prop already edited, his ROM is the only one that has camera app fixed right ?
new wuxianlin build with radio fix and working camera app
edit: dead links removed
Install in top of CM11?
harryharryharry said:
Cyanogenmod new build from wuxianlin (all credits go to wuxianlin, http://www.wuxianlin.tk/?page_id=10)
Has radio fix and working camera app:
cm-12-20141218-UNOFFICIAL-find5.zip
Older versions:
cm-12-20141217-UNOFFICIAL-find5.zip
Click to expand...
Click to collapse
Hi,
can this rom be installed on top of CM11?
If not, how to install?
Bert
bertsmelik said:
Hi,
can this rom be installed on top of CM11?
If not, how to install?
Bert
Click to expand...
Click to collapse
you most probably will have to wipe to factory defaults after flashing cm12 (beware: this will delete all apps & settings). also you will have to flash a different gapps package:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330
ps: I edited my previous message to include a new wuxianlin build
The rom 5.02 for oppo find 5 is not fix wifi, and some time lag.
Fix wifi please...
harryharryharry said:
you most probably will have to wipe to factory defaults after flashing cm12 (beware: this will delete all apps & settings). also you will have to flash a different gapps package:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330
ps: I edited my previous message to include a new wuxianlin build
Click to expand...
Click to collapse
Thanks harryharryharry!
I have now loaded my Find 5 (16GB) with cm-12-20141221-UNOFFICIAL-find5.zip and it works very well.
Used the gapps package gapps-lp-20141109-signed.zip and found that the data partition of 2GB is really too small. So i have rearranged the partitions so that the data partition is now 3GB. Used the process described http://forum.xda-developers.com/showthread.php?t=2608337&page=4. This increases the data partition to 4GB, I will post my procedure in that thread.
After the resizing I experienced that the battery ran out very quickly. Maybe because the phone has to 'learn' how to handle the battery?
Anyway: great work of wuxianlin. I hope that this will be the precursor of the official CM12 for Find 5!
Having issues with Bluetooth (audio streaming crackling and volume being too much loud after a couple of steps) , can't transfert app to SD "no free memory left" and I haven't changed the partition table yet, is it recommended to do it or wait for a fix if there is?

[MOD] [DEV] NAVDY Display (HUD)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NAVDY FIRMWARE DETAILED INSTALLATION INSTRUCTIONS
Pre-Requisite
ADB/Fastboot Installed.
Installation
1 Download the ROM.
2. Hold down the power button and plug into computer with a micro usb cable ( Power light should turn on red - not green).
3, Install the rom from terminal/command prompt either manually or from sh/bat files.
4. Reboot, Unplug & you'll be good to use in your car.
Current Rom Version - 3060
* Make sure you have migrated to latest here maps 'diskcache-v5' in order to use new features.​
Thanks to coronafire.. assumed dead NAVDY is going to breathe again.
New Features
Build 3060.1: here
Build 3060: here
Previous Builds Changelog : here
Bugs:​
For Updating Maps, app modification - see the below threads.
Modifications & Maps Download
Navdy FW Download
If you are interested to help with development.
Hacking/Development - Developers Only
NAVDY I
NAVDY II
Modifications & Maps Download
Android
Corona's build(s): Versions * Unlocks debug Mode
Working Search and maps on android - DIY Edition : Working Maps - Modify Apk
Now, you can download updated copy of navdy client directly from Google Play Store ... Navdy v2.x
iPhone: Working Search and maps on iOS: Modified IPA
Here Maps: Update Display
New Maps v5 - cache
Download the latest HERE APK from google app store. download the maps and transfer over USB to HUD.
Delete the existing files in here maps & make sure you are at least on fw v3053.
Code:
adb pull /sdcard/Android/data/com.here.app.maps/files/.here-maps
original Here SDK - v4 cache
Install the APK - HERE WeGo Offline Maps GPS v2.0.11480
Note: Later versions are not working.
Download the offline maps for your region. Plug your phone into the computer.
Use ADB PULL to get the maps on your system.
Code:
adb pull /sdcard/Android/data/com.here.app.maps/files/.here-maps/diskcache-v4
replace /sdcard if you have Internal Storage.
Copy this new diskcache-v4 folder onto your navdy, backing up the existing one first. (In case if something goes wrong).
In case you want to update Maps from your computer : Updating Maps from Computer
For HUD Settings, check this thread
Navdy FW Download
Navdy Firmware/Rom Download
My Builds : v3056 , v3057 Beta, v3059.1, v3060.1
Coronafire Build's : Android FIle Host
ALTERNATE LINK FOR FW DOWNLOAD : Navdy_Display
Debug build has Hud and Obd compiled in debug mode (can live debug them with android studio over usb adb connection)
Rom build.prop is set to userdebug. This also results in extra logging which could potentially slow the unit down a little.
The release build has the apk's built as release and the rom build.prop is set to user.
*Note : Don't use fastboot flash * but fastboot-i 0x9886 flash * check the included sh/bat file.
For Clean Installation, use these commands : OSX, for linux add sudo in front.
Code:
fastboot -i 0x9886 format cache
fastboot -i 0x9886 format userdata
fastboot -i 0x9886 format system
fastboot -i 0x9886 flash boot boot.img
fastboot -i 0x9886 flash recovery recovery.img
fastboot -i 0x9886 flash system system.img
fastboot -i 0x9886 reboot
NAVDY FIRMWARE DETAILED INSTALLATION INSTRUCTIONS
Awesome. Hopefully, we can hack the android app too and start getting some new features.
warwagon19792 said:
Awesome. Hopefully, we can hack the android app too and start getting some new features.
Click to expand...
Click to collapse
been partially hacked.. for working google maps, voice search & enable debug menu (useful for hud/map alignment etc.)
You know, I was struggling to connect Navdy with the bluetooth of my car (Android autoradio) and I have tried to look on their forum, but I have realized that the forum was dead... so I understood that there was a BIG issue ahead.
A few minutes later, I have learned that Navdy's end was confimed, and a few minutes later, I saw your post on reddit : you are a huge hope for all people who have trusted Navdy, paid high cost and wait a long time.
So my question is : what does/doesn't work with this hack ?
Thank you very much !
thank you very much, my expensive device is working again.
Thanks, man! I'm excited to see what can be done with a neat piece of hardware that had a crappy business plan behind it.
Great work - update the new firmware - works great
also repacked the modded apk - also works great.
for a while I was wondering if it is possible to add Hebrew support to menus and to voice navigation
any idea how to add this to firmware of navdy?
Thanks
Can't search for addresses
navx2vad said:
been partially hacked.. for working google maps, voice search & enable debug menu (useful for hud/map alignment etc.)
Click to expand...
Click to collapse
I am probably missing something, however I loaded v3052 and hooked Navdy back up in my car. After loading, it recognized my app. I was able to search for an address and Navdy showed the route as normal.
Move ahead a week. I tried to search for another address in the app, no joy.
I tried voice search, no joy.
I went to my computer and loaded google maps. I searched for the address and sent it to my phone. The directions came up in google maps on my phone, but not the Navdy.
What am I missing??
Thanks.
Glad to see Navdy has some life left in it.
volski said:
Great work - update the new firmware - works great
also repacked the modded apk - also works great.
for a while I was wondering if it is possible to add Hebrew support to menus and to voice navigation
any idea how to add this to firmware of navdy?
Thanks
Click to expand...
Click to collapse
sorry for late reply! yes it's very much possible.
go here... ..
you will see values folders.. all you need to do is translate strings/plurals.xml
there are exiting translations which will give you an idea how to do it.
Help me for my Navdy
I want update my navdy, but in my computer I can't see the good driver. Can you help me?
Thanks.
Axel
Jouve said:
I want update my navdy, but in my computer I can't see the good driver. Can you help me?
Thanks.
Axel
Click to expand...
Click to collapse
if minimal installation is not working for you try Installing android studio, it should take care of it.
you can verify by typing adb devices or fastboot devices on command prompt.
I am trying to push a new version of hud.apk, signed and everythingm but I keep getting "INSTALL_FAILED_UPDATE_INCOMPATIBLE". I already uninstalled the old version, the issue persists. Any ideas?
Thank you for all the hard work to the devs. You folks rock.
In case this hasn't been said enough. THANK YOU, all the way from Singapore. I got the firmware and the apk up and running and getting back my search just beats everything else. THANK YOU AGAIN.
Answering my own question...There was an issue with the cert brought on by some naming confusion. The ROM cert is called navdy_cert and the HUD cert is navdvy_alelec. Once it's signed with navdy_alelec it's all good. Now to make some changes
megacrazy said:
Answering my own question...There was an issue with the cert brought on by some naming confusion. The ROM cert is called navdy_cert and the HUD cert is navdvy_alelec. Once it's signed with navdy_alelec it's all good. Now to make some changes
Click to expand...
Click to collapse
great you figured it out. Look forward to the changes.. share on git if you can.
navx2vad said:
great you figured it out. Look forward to the changes.. share on git if you can.
Click to expand...
Click to collapse
Will do. I am working on updating the graphics a little, as I feel that was always a bit of a letdown with the Navdy.
megacrazy said:
Will do. I am working on updating the graphics a little, as I feel that was always a bit of a letdown with the Navdy.
Click to expand...
Click to collapse
my guess is they never cared about graphics, with varying devices they just used generic images, low png graphics.

Categories

Resources