[SIZE=+2]This thread has been created
for
Questions & Answers/Troubleshooting[/SIZE]
[SIZE=+2]Specific to[/SIZE]
[AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2
Click link here>> http://forum.xda-developers.com/showthread.php?t=2502789 <<Click link here
Please feel free to share issues, questions and offer help
It is always best to thank a ROM OP, in lieu of simply posting "Thank you".
{
"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"
}
Please keep discussion focused, on the topic described in the OP
Please use this thread to assist each other and help provide useful tips and tricks you have implemented to modify and suite PA 4.4+ to your needs. Please, be polite, courteous, and helpful.
Finally, if you have a useful link, PM it to me and I can try to consolidate anything that will help others in the OP here for easy finding.
ParanoidAndroid Website and changelogs
ParanoidAndroid Github
Official TWRP Recoveries: Download here and select your model in the top right dropdown
D802 is somehow missing from their webpage. Broken link on page or some other error, here it is: Download
KK basebands/modems: thanks to @Cloudyfa for this nicely Consolidated download list.
http://www.androidfilehost.com/?w=files&flid=12880
Troubleshooting and Pulling LogCats
For anyone who isn't really comfortable pulling dmsg or last_kmsg logs from their phones needs to download and use this app: SysLog
https://play.google.com/store/apps/details?id=com.tortel.syslog
One button click and it will pull 4 logs for you and zip them all up in one small package:
dmsg
last_kmsg
logcat
Modem log
You can then get that to the dev to go through and look for errors.
Known issues for each variant:
Reported Issues:
All Variants:
- All games should be working fine, even touch based games
D800:
-
D801:
D802:
D803:
LS980 & VS980
- a few report issues with in-call volume (echo bug fixed)
Links:
Gravity Box 2.7.5
Xposed Beta for 4.4
LG Camera
For USB/OTG, try root Stickmount @Alex0901 pointed to this app from Chainfire
Screen Off App - If you're missing the knock off functionality, @bhc112 highlighted this app
Quick Remote IR Blaster - Thanks @sefnap
Signature Banner can be downloaded here:
https://db.tt/yM8N3UfQ
Bootanimation Attachments Below: (If you have any to add, send them to me and I'll include them)
- The one I made, Houston converted to a flashable zip so no need to push to system / media, just flash in recovery: Here's a video so you can see it first: http://youtu.be/DBbYnDLRauI
[Q&AT] - [AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2
FAQ's....coming soon!
I need some time (after work) to try to review the most common and recent issues/resolutions. Stay tuned, thanks for your patience!
[Q&AT] - [AOSPA 4.4.4 KTU84P] ParanoidAndroid 4.4+ G2
Judgment Passed....
The Xposed link isn't working
Link Xposed
D801: wireless display isn't working. The WiFi module seems to flip out half way through the connection process.
crazy talk said:
D801: wireless display isn't working. The WiFi module seems to flip out half way through the connection process.
Click to expand...
Click to collapse
try to collect logcat and post it in the dev thread please
D800
- Dialer screen wont tag on instantly when removing from face during call (ie dialed into Voicemail, and moved phone away to bring up dialer to delete message)
I am now getting an issue with WiFi saint "failed to connect to network". It was working fine earlier.
Sent from my LG-G2 using Tapatalk
BlackHoleSlam said:
I am now getting an issue with WiFi saint "failed to connect to network". It was working fine earlier.
Sent from my LG-G2 using Tapatalk
Click to expand...
Click to collapse
What have you done to try to fix? Have you reset your router at all? Are there any other networks you can try to connect to in order to rule out some issues? Are you still able to get Network Data if you turn off wifi? We need more info when you post these issues in order to help you.
Jank4AU said:
What have you done to try to fix? Have you reset your router at all? Are there any other networks you can try to connect to in order to rule out some issues? Are you still able to get Network Data if you turn off wifi? We need more info when you post these issues in order to help you.
Click to expand...
Click to collapse
What I am seeing is the MAC address is getting changed every reboot. I have verified this. This may be causing other issues as well with Wifi related modules.
I wonder if this would work?
http://forum.xda-developers.com/show....php?t=2347060
For mac address:
- In /persist directory create wifi directory. In the new directory create a file named .macaddr (don't miss the dot!)
Edit the file and put 12 random hex numbers in it (0-9, A-F), save.
- Set execute and read permissions for everybody on /persist/wifi directory and change owner of .macaddr to wifi:wifi and permission to 660 (read/write for owner and group and nothing else).
In command line:
Code:
chown root:root /persist/wifi
chmod 755 /persist/wifi
chown wifi:wifi /persist/wifi/.macaddr
chmod 660 /persist/wifi/.macaddr
- run /system/bin/conn_init program. Can be run in root explorer(choose Linux Script Handler when you open it), or in adb shell:
Code:
su
/system/bin/conn_init
Then reboot and check if the changes got applied in settings
I cant get my original one back but at least I have a static MAC.
Jank4AU said:
What have you done to try to fix? Have you reset your router at all? Are there any other networks you can try to connect to in order to rule out some issues? Are you still able to get Network Data if you turn off wifi? We need more info when you post these issues in order to help you.
Click to expand...
Click to collapse
I have forgot the connection reconnected to the ssid. No change has taken place WiFi seems borked now. Will try a restart. Network data is working fine.
Sent from my LG-G2 using Tapatalk
sublimejosh2000 said:
What I am seeing is the MAC address is getting changed every reboot. I have verified this. This may be causing other issues as well with Wifi related modules.
I wonder if this would work?
http://forum.xda-developers.com/show....php?t=2347060
For mac address:
- In /persist directory create wifi directory. In the new directory create a file named .macaddr (don't miss the dot!)
Edit the file and put 12 random hex numbers in it (0-9, A-F), save.
- Set execute and read permissions for everybody on /persist/wifi directory and change owner of .macaddr to wifi:wifi and permission to 660 (read/write for owner and group and nothing else).
In command line:
Code:
chown root:root /persist/wifi
chmod 755 /persist/wifi
chown wifi:wifi /persist/wifi/.macaddr
chmod 660 /persist/wifi/.macaddr
- run /system/bin/conn_init program. Can be run in root explorer(choose Linux Script Handler when you open it), or in adb shell:
Code:
su
/system/bin/conn_init
Then reboot and check if the changes got applied in settings
I cant get my original one back but at least I have a static MAC.
Click to expand...
Click to collapse
What model G2 do you have? I'll throw this in the OP until resolved
BlackHoleSlam said:
I have forgot the connection reconnected to the ssid. No change has taken place WiFi seems borked now. Will try a restart. Network data is working fine.
Sent from my LG-G2 using Tapatalk
Click to expand...
Click to collapse
Update: WiFi is back after rebooting.
Sent from my LG-G2 using Tapatalk
Jank4AU said:
What model G2 do you have? I'll throw this in the OP until resolved
Click to expand...
Click to collapse
It is D800 AT&T. I remember Nexus 4 having a similar issue. The link I posted was a fix for that. I doubt I will get my Origional MAC back, but I did backup my EFS. So, once a fix is in place, I should be able to restore.
Oh, Thank Goodness for Reserved MAC address in my router, I was able to get my old MAC from there. So, if need be, I can change it back.
D800 mute not functioning?
Hi, thanks to everyone involved in developing this custom ROM. It generally works really well.
I wondered if someone that has an AT&T G2 and has the ROM installed could verify whether the phone mute works?
It currently highlights and acts as if it works, but doesn't actually mute the microphone.
Thanks!
AT&T D800 - GPS not working either...
Couldn't get a location in Google Maps.
sublimejosh2000 said:
Couldn't get a location in Google Maps.
Click to expand...
Click to collapse
FWIW, I'm able to get one without a problem.
Since I have no desire to clog the enormous Dev thread, I will ask here:
Anyone know if there will be any plans to port this work over to CM11?
sublimejosh2000 said:
Couldn't get a location in Google Maps.
Click to expand...
Click to collapse
Mine is flawless...I had this one time on an earlier build. Flashed back to a stock nandroid, got GPS lock, then reflashed the ROM with clean install. Been perfect, accurate and fast since.
dawkpaul said:
Hi, thanks to everyone involved in developing this custom ROM. It generally works really well.
I wondered if someone that has an AT&T G2 and has the ROM installed could verify whether the phone mute works?
It currently highlights and acts as if it works, but doesn't actually mute the microphone.
Thanks!
Click to expand...
Click to collapse
Mute button works fine for me. Just cussed out a fellow employee who heard none of it and I'm still gainfully employed!
Related
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
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.
hello everyone, I'm new to the forum as I can not post in the area of development so I decided to post here ... when I started the rom arbayong of guy saw that the wi-fi did not work, there started looking on the internet and found the error and remediation for him ... follow the tutorial below ...
One. Enter the settings menu of Android
2nd. Settings Wireless and network
3rd. WiFi Settings
4th. Connect the antenna desired (or publishing house)
5th. Will show the famous message (Getting IP address) only if it's because they do not think well ever ...
6th. Now click on the Menu android (which is one of the triangle on the top bar)
7th. Click the "Advanced"
Eight. Select Fixed IP
9th. Now enter IP, Gateway, and DNS Maskara.
10. Go back and try to navigate if the addresses are correct your internet browsing will normally
Tip you can test the addresses below:
configuration 1
IP 192.168.1.150
Gateway 192.168.1.1
mask 255.255.255.0
DNS1 8.8.4.4
8.8.8.8 DNS2
configuration 2
IP 192.168.0.150
Gateway 192.168.0.1
mask 255.255.255.0
DNS 8.8.4.4
configuration 3
IP 192.168.2.150
Gateway 192.168.2.1
mask 255.255.255.0
DNS 8.8.4.4
{
"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"
}
I got here and I'm with the upgrade 1.1 and wi-fi is working 100%
I have helped ..
hug
Good work bro.. I will let them know about your thread in dev thread.. nice find..
Sent from the MUST have app!
Thanks for confirming this work around works.
I could not test this procedure 2 days ago myself as I had no wifi. Can you change "fixed ip" ip to "static ip" and (DNS maskara" to "dns mask"? The are more correct terms
Sent from my GT-B5512 using Tapatalk 2
Its this working?
Sent from my GT-S5360 using xda premium
salvaje0886 said:
Its this working?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Why not try as it will never harm your phone?
Sent from my GT-B5512 using Tapatalk 2
arbayong said:
Thanks for confirming this work around works.
I could not test this procedure 2 days ago myself as I had no wifi. Can you change "fixed ip" ip to "static ip" and (DNS maskara" to "dns mask"? The are more correct terms
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
sorry, is that I have a few posts then I'm secure in what I can do, I can not even edit my topic ... but do what patience ... sorry for the english, I'm from Brazil ...
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
myafik said:
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
Click to expand...
Click to collapse
permissions for that file are r-xr-x--- in mine which is working fine in my rom.. which is 550 if you want to add it in updater-script
myafik said:
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
Click to expand...
Click to collapse
Thanks man. U saved the day. Will test it and make a fix in an hour or two. Unpardonable that I did not notice it was perm issue.
Sent from my GT-B5512 using Tapatalk 2
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
arbayong said:
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
Well done Mate.
The first one does work.
+1 from me for the fix
Well, for the convenience of other users, can you release a zip update for it?
anyways, its your call.
In mu phone change permission is not suceesful.
Sent from my GT-B5512 using Tapatalk 2
Darshan Modi said:
In mu phone change permission is not suceesful.
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
what do you mean? you can't change permission or you mean after changing permissions, wifi still did not work?
i hope you are not on stock unrooted rom.
@Modi, if after successfully changing permissions wifi is not fixed, then give us logcat. look at Nitubhaskar's signature for his latest thread as it has instructions on how to take logcat.
@Smartxtreme. will try making update.zip tomorrow. i though it was much easier to just change the permissions manually instead of going into cwm recovery, flashing and rebooting.
op should mark the thread as solved.
arbayong said:
op sure mark the thread as solved.
Click to expand...
Click to collapse
it wasnt a question thread to begin with.. so solved is inappropriate... [solution] would be more proper i feel
nitubhaskar said:
it wasnt a question thread to begin with.. so solved is inappropriate... [solution] would be more proper i feel
Click to expand...
Click to collapse
i get your point Nitu. op should use correct tag as you suggested. seems you are addicted to the forum and can't even stay away for a day to concentrate on your exam. did i say good luck in your exams?
arbayong said:
i get your point Nitu. op should use correct tag as you suggested. seems you are addicted to the forum and can't even stay away for a day to concentrate on your exam. did i say good luck in your exams?
Click to expand...
Click to collapse
Ya you did.. thanks..
Yup.. checking xda every half an hour is bad habit...
Or you could say addiction.. I don't want to though
**Nothing is True... Everything is Permitted**
Muffins.. muffins everywhere!
help on wifi fix for Samsung Galaxy Y pro duos b5512
i tried using the methods that were posted here http://forum.xda-developers.com/showpost.php?p=34105560&postcount=10
the first method didnt work because the terminal force closes.
i did the second method and ticked the right boxes that were indicated and pressed apply. i turned wifi on and off and on but it still cant connect.
when i checked the permissions for dhcpcd-run-hooks it went back to its original like this
are there more methods? or can you send me a working terminal so i can try method 1
im using hatyonrom 1.1 and my phone is rooted
arbayong said:
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
hello arbayong
i have a little problem,i did all steps for the rom exactly as you say but when i reached the point to fix the wi-fi for 1.1 my phone didn't have root permission and1) the terminal app crashes 2)the file explorer doesn't contain any /system.is there any way to fix it?or is it possible to go back to hayton 1 version?
thanks for your understanding
wankel13 said:
hello arbayong
i have a little problem,i did all steps for the rom exactly as you say but when i reached the point to fix the wi-fi for 1.1 my phone didn't have root permission and1) the terminal app crashes 2)the file explorer doesn't contain any /system.is there any way to fix it?or is it possible to go back to hayton 1 version?
thanks for your understanding
Click to expand...
Click to collapse
you did not follow my instructions well so go back and read at least the first three posts in Hatyon rom thread and you should get your problem solved as i have explained how to get root access via file explorer there (seee the additional instructions part). the rom is rooted. you just have to tell superuser.apk which apps should be given root previledge. on the issue of terminal app, you can install your own from android market.
when you encounter a problem, the first thing you should do is to ask yourself if you have followed all tips well.
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?
{
"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.